@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap";:root{font-family:DM Sans,sans-serif;color:#242321;background:#f7f5f0;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}button{cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-shell{min-height:100vh;background:#f7f5f0}.topbar{height:72px;padding:0 4.6vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e4e0d8;background:#f7f5f0eb}.brand{display:flex;align-items:center;gap:11px;color:inherit;text-decoration:none}.brand-mark{display:grid;place-items:center;width:33px;height:33px;border-radius:9px;background:#ef6b4a;color:#fff;font:700 18px Playfair Display,serif;letter-spacing:-2px}.brand-name{color:#78736a;font:500 11px DM Mono,monospace;letter-spacing:.06em;text-transform:uppercase}.topbar-actions{display:flex;align-items:center;gap:22px}.save-status{color:#918c83;font:11px DM Mono,monospace}.button{border:0;border-radius:8px;padding:11px 16px;font-size:12px;font-weight:600}.button-dark{background:#292825;color:#fff}.button-dark span{margin-right:5px;font-size:15px}.workspace{display:grid;grid-template-columns:minmax(380px,42%) 1fr;min-height:calc(100vh - 72px)}.chat-panel{display:flex;flex-direction:column;padding:clamp(35px,5vw,72px) clamp(25px,6vw,92px);border-right:1px solid #e4e0d8}.chat-intro{display:flex;gap:17px;max-width:480px}.ai-avatar,.message-avatar{display:grid;place-items:center;flex:0 0 auto;color:#ef6b4a}.ai-avatar{width:36px;height:36px;border:1px solid #f2b19e;border-radius:12px;background:#fff2ed;font-size:18px}.overline{margin:0 0 8px;color:#ef6b4a;font:500 10px DM Mono,monospace;letter-spacing:.09em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:13px;font:700 clamp(29px,3vw,42px)/1.03 "Playfair Display",serif;letter-spacing:-.03em}.intro-copy{max-width:370px;margin-bottom:0;color:#777269;font-size:14px;line-height:1.6}.chat-scroll{flex:1;min-height:320px;max-height:52vh;overflow-y:auto;margin:55px -14px 20px;padding:0 14px}.message-row{display:flex;gap:9px;margin-bottom:17px;align-items:flex-start}.message-row-user{justify-content:flex-end}.message-avatar{width:22px;padding-top:10px;font-size:13px}.message-bubble{max-width:390px;margin:0;padding:12px 15px;border-radius:4px 14px 14px;background:#fff;color:#4c4943;font-size:13px;line-height:1.55;box-shadow:0 2px 9px #25221c0a}.message-row-user .message-bubble{border-radius:14px 4px 14px 14px;background:#292825;color:#fff}.typing{display:flex;gap:4px;width:52px}.typing span{width:5px;height:5px;border-radius:50%;background:#b7b2aa;animation:blink 1s infinite}.typing span:nth-child(2){animation-delay:.15s}.typing span:nth-child(3){animation-delay:.3s}@keyframes blink{0%,to{opacity:.3}50%{opacity:1}}.suggestions{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:13px}.suggestions button{border:1px solid #ded9d0;border-radius:20px;padding:8px 11px;background:transparent;color:#737067;font-size:11px}.suggestions button span{margin-left:5px;color:#ef6b4a}.chat-form{display:flex;align-items:center;gap:8px;padding:6px 7px 6px 17px;border:1px solid #d9d4ca;border-radius:11px;background:#fff}.chat-form input{min-width:0;flex:1;border:0;outline:0;color:#34312c;background:transparent;font-size:13px}.chat-form input::placeholder{color:#a7a198}.chat-form button{display:grid;place-items:center;width:30px;height:30px;border:0;border-radius:8px;background:#ef6b4a;color:#fff;font-size:18px}.chat-form button:disabled{opacity:.35;cursor:not-allowed}.chat-hint{margin:9px 0 0;color:#aaa49a;font:10px DM Mono,monospace;text-align:center}.preview-panel{display:flex;flex-direction:column;padding:38px clamp(24px,5vw,80px) 22px;background:#eeece6}.preview-toolbar{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.preview-toolbar h2{margin:0;font:600 16px DM Sans,sans-serif;letter-spacing:-.01em}.preview-tools{display:flex;gap:4px}.tool-button{width:29px;height:29px;border:1px solid #dad5cc;border-radius:7px;background:transparent;color:#8e8980;font-size:14px}.tool-button.active{background:#fff;color:#292825;box-shadow:0 1px 3px #d4d0c8}.paper-wrap{display:grid;place-items:start center;flex:1;overflow:auto;padding:0 10px 15px}.resume-paper{width:min(100%,680px);min-height:820px;padding:58px 64px 36px;background:#fff;color:#282622;box-shadow:0 15px 35px #2c281f1f}.resume-header{display:flex;justify-content:space-between;gap:25px;padding-bottom:26px;border-bottom:2px solid #282622}.resume-name,.resume-role{display:block;border:0;outline:0;padding:0;background:transparent}.resume-name{width:100%;font:700 37px/1.05 Playfair Display,serif;letter-spacing:-.03em}.resume-role{margin-top:7px;color:#ef6b4a;font-size:13px;font-weight:600}.editable-label{display:none}.resume-contact{display:flex;flex-direction:column;align-items:flex-end;padding-top:4px;color:#77736b;font:9px/1.8 DM Mono,monospace;text-align:right}.resume-grid{display:grid;grid-template-columns:1fr 145px;gap:37px;padding-top:25px}.resume-section{margin-bottom:27px}.resume-section h3{margin:0 0 11px;color:#ef6b4a;font:500 10px DM Mono,monospace;letter-spacing:.08em;text-transform:uppercase}.resume-section p{margin:0;color:#56524c;font-size:10.5px;line-height:1.65}.resume-main>.resume-section>p{font-size:11px}.experience-item{margin-bottom:20px}.experience-meta{display:flex;justify-content:space-between;gap:12px;font-size:11px}.experience-meta span{color:#827d74;font:9px DM Mono,monospace;white-space:nowrap}.company{margin:3px 0 6px!important;color:#ef6b4a!important;font-size:10px!important}.experience-item ul{margin:0;padding-left:14px;color:#56524c;font-size:10.5px;line-height:1.55}.skill-list{line-height:2!important}.resume-section strong{color:#38342e;font-weight:600}.resume-section span{color:#918b82;font-size:9px}.resume-footer{padding-top:13px;border-top:1px solid #ddd8d0;color:#a39c92;font:8px DM Mono,monospace}.preview-hint{margin:5px 0 0;color:#89847b;font:10px DM Mono,monospace;text-align:center}.preview-hint span{color:#ef6b4a;margin-right:4px}@media(max-width:900px){.workspace{grid-template-columns:1fr}.chat-panel{min-height:650px;border-right:0;border-bottom:1px solid #e4e0d8}.preview-panel{min-height:900px}.chat-scroll{max-height:none}}@media(max-width:560px){.topbar{padding:0 20px}.brand-name,.save-status{display:none}.chat-panel{padding:35px 20px}.preview-panel{padding:30px 15px 20px}.resume-paper{min-height:700px;padding:35px 26px 25px}.resume-grid{grid-template-columns:1fr;gap:0}.resume-aside{display:grid;grid-template-columns:1fr 1fr;gap:16px}.resume-aside .resume-section{margin-bottom:15px}.resume-contact{font-size:8px}.resume-name{font-size:29px}.preview-toolbar{margin-bottom:18px}}@media print{.topbar,.chat-panel,.preview-toolbar,.preview-hint{display:none}.workspace{display:block}.preview-panel{padding:0;background:#fff}.paper-wrap{display:block;padding:0}.resume-paper{box-shadow:none;margin:0 auto}}
