@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#0f172a;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.editor-page{background:#0a0f1a;min-height:100vh}.editor-header{z-index:1000;-webkit-backdrop-filter:blur(8px);background:#0a0f1af2;border-bottom:1px solid #ffffff0f;width:100%;padding:16px 0;position:fixed;top:0;left:0}.editor-header .header-inner{align-items:center;gap:1.5rem;max-width:1280px;margin:0 auto;padding:0 24px;display:flex}.editor-header .text-logo{font-family:Satoshi,sans-serif;font-size:1.75rem;font-weight:900;line-height:1;text-decoration:none}.editor-header .text-logo-name{color:#fff}.editor-header .text-logo-ai{color:#10b981;text-shadow:0 0 20px #10b98180,0 0 40px #10b98140}.editor-header .nav-links{align-items:center;gap:2rem;margin-left:auto;display:flex}.editor-header .nav-links a{color:#fff;opacity:.8;font-size:.875rem;font-weight:500;transition:opacity .2s}.editor-header .nav-links a:hover{opacity:1}.editor-header .hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;margin-left:auto;padding:4px;display:none}.editor-header .hamburger span{background:#fff;border-radius:2px;width:24px;height:2px;display:block}.editor-header .mobile-nav{background:#0a0f1afa;flex-direction:column;padding:1rem 24px 1.25rem;display:flex}.editor-header .mobile-nav a{color:#fff;border-bottom:1px solid #ffffff1a;padding:.75rem 0;font-size:1rem;font-weight:500;transition:opacity .2s}.editor-header .mobile-nav a:last-child{border-bottom:none}.editor-header .mobile-nav a:hover{opacity:.8}@media (max-width:768px){.editor-header .nav-links{display:none}.editor-header .hamburger{display:flex}}.editor-layout{flex-direction:column;gap:1.5rem;max-width:720px;margin:0 auto;padding:5.5rem 24px 3rem;display:flex}.form-card{background:#fff;border-radius:16px;padding:1.25rem 1.5rem;box-shadow:0 1px 3px #00000014}.card-title{color:#0f172a;text-align:center;margin-bottom:.75rem;font-family:Satoshi,sans-serif;font-size:1.35rem;font-weight:900}.form-sections{flex-direction:column;display:flex}.form-section{margin-top:1rem}.form-section:first-child{margin-top:0}.form-section-title{color:#0f172a;border-bottom:1px solid #e2e8f0;margin-bottom:.5rem;padding-bottom:.35rem;font-size:.85rem;font-weight:700}.form-grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.form-field{flex-direction:column;gap:.3rem;display:flex}.form-field label,.form-grid label{color:#334155;font-size:.75rem;font-weight:600}.form-field input,.form-field select,.form-grid>div>input,.form-grid>div>select{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;padding:.5rem .75rem;font-family:inherit;font-size:.8125rem;transition:border-color .2s,box-shadow .2s}.form-field input:focus,.form-field select:focus,.form-grid>div>input:focus,.form-grid>div>select:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.form-field input::placeholder{color:#94a3b8}.ai-section{border-top:1px solid #e2e8f0;margin-top:1rem;padding-top:.75rem}.ai-hint{color:#64748b;margin-bottom:.5rem;font-size:.8rem}.ai-textarea{color:#0f172a;resize:vertical;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;min-height:80px;padding:.5rem .75rem;font-family:inherit;font-size:.8125rem;transition:border-color .2s,box-shadow .2s}.ai-textarea:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.ai-textarea::placeholder{color:#94a3b8}.ai-actions{align-items:center;gap:.75rem;margin-top:.75rem;display:flex}.pdf-select{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;outline:none;flex:none;padding:.5rem .75rem;font-family:inherit;font-size:.8125rem}.pdf-select:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.btn-generate{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:8px;flex:1;padding:.5rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:700;transition:background .2s,box-shadow .2s}.btn-generate:hover{background:#059669;box-shadow:0 0 16px #10b9814d}.btn-generate:disabled{opacity:.6;cursor:not-allowed}.preview{color:#334155;background:#fff;border-radius:16px;min-height:400px;padding:2.5rem;position:relative;overflow:hidden;box-shadow:0 1px 3px #00000014,0 4px 16px #0000000f}.preview-top{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.preview-top strong{color:#0f172a;font-size:1rem;font-weight:700}.preview .btns{gap:.5rem;display:flex}.preview .btns button{color:#334155;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;padding:.4rem 1rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:border-color .2s,background .2s}.preview .btns button:hover{background:#f0fdf4;border-color:#10b981}.preview .btns button:disabled{opacity:.5;cursor:not-allowed}.preview .muted{color:#94a3b8;text-align:center;padding:3rem 1rem;font-size:.9rem;font-style:italic}.preview .error{color:#ef4444;text-align:center;padding:1rem}.preview-body{white-space:pre-wrap;outline:none;min-height:200px;font-size:.9rem;line-height:1.7;position:relative}.watermark{letter-spacing:.04em;color:#00000021;pointer-events:none;white-space:nowrap;z-index:1;text-transform:uppercase;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:3.5rem;font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-18deg)}.resume-locked,.resume-locked *{-webkit-user-select:none;user-select:none}.preview.locked .preview-body{-webkit-user-select:none;user-select:none;pointer-events:none}.preview.locked.has-output:after{content:"Letterhead AI — Preview Only";letter-spacing:.03em;color:#00000026;pointer-events:none;place-items:center;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-size:38px;font-weight:800;display:grid;position:absolute;inset:0;transform:rotate(-18deg)}.preview.locked .preview-body *{-webkit-user-select:none;user-select:none}.preview.locked .preview-body{opacity:.86}.resume-editor-layout{max-width:900px}.resume-editor-layout .form-card{padding:2rem}.resume-editor-layout .form-section-title{margin-top:0;font-size:.95rem}.resume-editor-layout .preview{min-height:500px}.resume-preview-body{white-space:normal}.import-banner{background:#10b9810f;border:1px solid #10b98133;border-radius:12px;padding:1rem 1.25rem}.import-banner-content{align-items:center;gap:.75rem;display:flex}.import-banner-icon{flex-shrink:0;font-size:1.5rem}.import-banner-text{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.import-banner-text strong{color:#fff;font-size:.85rem}.import-banner-text span{color:#94a3b8;font-size:.78rem}.help-toggle{color:#10b981;cursor:pointer;font-size:.8rem;font-weight:400;text-decoration:underline;transition:color .15s}.help-toggle:hover{color:#34d399}.help-box{color:#cbd5e1;background:#0f172a;border:1px solid #1e293b;border-radius:10px;margin-top:.5rem;padding:1rem;font-size:.8rem;line-height:1.5}.help-box strong{color:#f1f5f9}.help-box em{color:#10b981;font-style:normal;font-weight:600}.info-tooltip-wrap{margin-left:4px;display:inline;position:relative}svg.info-icon{color:#94a3b8;cursor:help;vertical-align:middle;flex-shrink:0;width:13px;height:13px;transition:color .15s;position:relative;top:-1px}svg.info-icon:hover{color:#64748b}.info-icon:hover+.info-tooltip,.info-tooltip-wrap:hover .info-tooltip{display:block}.info-tooltip{color:#fff;z-index:100;pointer-events:none;text-align:left;background:#0f172a;border-radius:10px;width:max-content;max-width:280px;padding:1rem;font-size:.8rem;font-weight:400;line-height:1.5;display:none;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);box-shadow:0 4px 20px #0000004d}.info-tooltip em{color:#10b981;font-style:normal;font-weight:600}.import-btn{color:#10b981;cursor:pointer;background:0 0;border:1px solid #10b981;border-radius:9999px;flex-shrink:0;padding:.4rem 1rem;font-family:inherit;font-size:.78rem;font-weight:600;transition:background .2s,color .2s}.import-btn:hover{color:#fff;background:#10b981}.import-btn:disabled{opacity:.6;cursor:not-allowed}.import-toast{color:#10b981;margin-top:.5rem;font-size:.78rem;font-weight:500}.target-job-section{background:#f0fdf4;border:1px solid #d1fae5;border-radius:12px;margin-top:0;padding:1rem}.target-job-section .ai-textarea{background:#fff;min-height:70px}.section-icon{margin-right:.35rem}.optional-tag{color:#94a3b8;font-size:.78rem;font-weight:400}.target-job-hint{color:#64748b;margin-top:.35rem;font-size:.72rem;font-style:italic}.skill-input-row{align-items:center;gap:.5rem;display:flex}.skill-text-input{color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;outline:none;flex:1;padding:.5rem .75rem;font-family:inherit;font-size:.8125rem;transition:border-color .2s,box-shadow .2s}.skill-text-input:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.skill-text-input::placeholder{color:#94a3b8}.skill-pills{flex-wrap:wrap;gap:6px;margin-top:.5rem;display:flex}.skill-pill{color:#059669;background:#ecfdf5;border:none;border-radius:9999px;align-items:center;gap:4px;padding:.25rem .75rem;font-size:.8rem;font-weight:500;display:inline-flex}.skill-pill.suggested{color:#10b981;cursor:pointer;background:0 0;border:1px dashed #10b981;padding:.25rem .75rem;font-family:inherit;font-size:.78rem;transition:background .15s}.skill-pill.suggested:hover{background:#ecfdf5}.skill-pill-remove{color:#059669;cursor:pointer;opacity:.6;background:0 0;border:none;padding:0;font-size:1rem;line-height:1;transition:opacity .15s}.skill-pill-remove:hover{opacity:1}.suggested-skills{background:#f0fdf4;border:1px dashed #a7f3d0;border-radius:10px;margin-top:.6rem;padding:.6rem}.suggested-header{color:#059669;justify-content:space-between;align-items:center;margin-bottom:.4rem;font-size:.75rem;font-weight:600;display:flex}.add-all-btn{color:#10b981;cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:.72rem;font-weight:700;text-decoration:underline}.ai-assist-btn{color:#10b981;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #10b981;border-radius:9999px;flex-shrink:0;align-items:center;gap:4px;padding:.35rem .85rem;font-family:inherit;font-size:.75rem;font-weight:600;transition:background .2s,color .2s;display:inline-flex}.ai-assist-btn:hover{color:#fff;background:#10b981}.ai-assist-btn:disabled{opacity:.5;cursor:not-allowed}.spinner{border:2px solid;border-top-color:#0000;border-radius:50%;width:12px;height:12px;animation:.6s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.entry-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:.75rem;padding:1rem}.entry-card-compact{padding:.75rem}.entry-card-header{justify-content:space-between;align-items:center;margin-bottom:.6rem;display:flex}.entry-card-label{color:#475569;font-size:.75rem;font-weight:700}.entry-card-actions{gap:4px;display:flex}.icon-btn{cursor:pointer;color:#64748b;background:0 0;border:1px solid #e2e8f0;border-radius:6px;padding:2px 6px;font-family:inherit;font-size:.7rem;line-height:1;transition:border-color .15s,color .15s}.icon-btn:hover{color:#0f172a;border-color:#94a3b8}.icon-btn:disabled{opacity:.3;cursor:not-allowed}.icon-btn.danger:hover{color:#ef4444;border-color:#fca5a5}.bullets-section{border-top:1px solid #e2e8f0;margin-top:.6rem;padding-top:.5rem}.bullets-label{color:#334155;margin-bottom:.35rem;font-size:.72rem;font-weight:600;display:block}.bullet-row{align-items:center;gap:.4rem;margin-bottom:.3rem;display:flex}.bullet-dot{color:#94a3b8;text-align:center;flex-shrink:0;width:16px;font-size:.8rem}.bullet-row input{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;flex:1;padding:.4rem .65rem;font-family:inherit;font-size:.8rem;transition:border-color .2s}.bullet-row input:focus{border-color:#10b981}.bullet-remove{color:#94a3b8;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:1.1rem;line-height:1;transition:color .15s}.bullet-remove:hover{color:#ef4444}.bullet-actions{align-items:center;gap:.5rem;margin-top:.4rem;display:flex}.add-bullet-btn{color:#64748b;cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:.75rem;font-weight:600;transition:color .15s}.add-bullet-btn:hover{color:#10b981}.add-entry-btn{color:#64748b;cursor:pointer;background:0 0;border:1px dashed #cbd5e1;border-radius:10px;width:100%;margin-top:.25rem;padding:.6rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:border-color .2s,color .2s,background .2s;display:block}.add-entry-btn:hover{color:#10b981;background:#10b9810a;border-color:#10b981}.section-header-with-action{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:.35rem;padding-bottom:.35rem;display:flex}.end-date-row{align-items:center;gap:.5rem;display:flex}.end-date-row input{flex:1}.present-check{color:#475569;white-space:nowrap;cursor:pointer;align-items:center;gap:4px;font-size:.72rem;font-weight:500;display:flex}.present-check input[type=checkbox]{accent-color:#10b981;width:auto}.form-grid-3{grid-template-columns:1fr 1fr 1fr}.ats-card{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px #00000014}.ats-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.ats-title{color:#0f172a;font-size:.85rem;font-weight:700}.ats-score{font-family:Satoshi,sans-serif;font-size:1.5rem;font-weight:900}.ats-bar{background:#e2e8f0;border-radius:9999px;height:6px;margin-bottom:.75rem;overflow:hidden}.ats-bar-fill{border-radius:9999px;height:100%;transition:width .4s}.ats-checks{flex-direction:column;gap:.3rem;display:flex}.ats-check{color:#475569;align-items:center;gap:.4rem;font-size:.78rem;display:flex}.ats-check-icon{flex-shrink:0;font-size:.85rem}.length-notice{color:#475569;border-radius:10px;padding:.75rem 1rem;font-size:.78rem;line-height:1.5}.length-notice-info{color:#0c4a6e;background:#f0f9ff;border:1px solid #bae6fd}.length-notice-warn{color:#713f12;background:#fefce8;border:1px solid #fde68a}.style-toolbar{border-top:1px solid #e2e8f0;margin-top:1rem;padding-top:.75rem}.style-row{align-items:center;gap:.75rem;margin-top:.6rem;display:flex}.style-row:first-of-type{margin-top:.5rem}.style-row-label{color:#334155;flex-shrink:0;min-width:80px;font-size:.75rem;font-weight:600}.color-swatches{flex-wrap:wrap;gap:6px;display:flex}.color-swatch{cursor:pointer;border:2px solid #0000;border-radius:50%;outline:none;width:24px;height:24px;padding:0;transition:transform .15s,box-shadow .15s}.color-swatch:hover{transform:scale(1.15)}.color-swatch.active{border-color:#0f172a;box-shadow:0 0 0 2px #fff,0 0 0 4px #0f172a}.layout-options{gap:.5rem;display:flex}.layout-option{cursor:pointer;background:0 0;border:none;outline:none;flex-direction:column;align-items:center;gap:4px;padding:0;display:flex}.layout-thumb{background:#f8fafc;border:2px solid #e2e8f0;border-radius:6px;width:56px;height:40px;transition:border-color .2s;position:relative;overflow:hidden}.layout-option:hover .layout-thumb{border-color:#94a3b8}.layout-option.active .layout-thumb{border-width:2px}.layout-thumb:before,.layout-thumb:after{content:"";background:#cbd5e1;border-radius:1px;position:absolute}.layout-thumb[data-layout=classic]:before{width:24px;height:3px;top:6px;left:50%;transform:translate(-50%)}.layout-thumb[data-layout=classic]:after{height:2px;top:14px;left:8px;right:8px;box-shadow:0 5px #cbd5e1,0 10px #cbd5e1,0 15px #cbd5e1}.layout-thumb[data-layout=modern]:before{background:#94a3b8;width:4px;height:100%;top:0;left:0}.layout-thumb[data-layout=modern]:after{height:2px;top:6px;left:10px;right:6px;box-shadow:0 5px #cbd5e1,0 10px #cbd5e1,0 15px #cbd5e1,0 20px #cbd5e1}.layout-thumb[data-layout=minimal]:before{width:20px;height:2px;top:8px;left:10px}.layout-thumb[data-layout=minimal]:after{height:1px;top:18px;left:10px;right:10px;box-shadow:0 6px #cbd5e1,0 12px #cbd5e1}.layout-name{color:#64748b;font-size:.65rem;font-weight:600}.layout-option.active .layout-name{color:#0f172a}.font-options{gap:.5rem;display:flex}.font-option{cursor:pointer;background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;outline:none;flex-direction:column;align-items:center;gap:2px;padding:6px 12px;transition:border-color .2s,background .2s;display:flex}.font-option:hover{border-color:#94a3b8}.font-option.active{background:#fff;border-width:2px}.font-preview-letter{color:#0f172a;font-size:1.1rem;font-weight:700;line-height:1}.font-name{color:#64748b;font-family:Inter,sans-serif;font-size:.6rem;font-weight:600}.font-option.active .font-name{color:#0f172a}.btn{color:#fff;text-align:center;cursor:pointer;background:0 0;border:1px solid #2a2a33;border-radius:10px;padding:.75rem 1.25rem;font-family:inherit;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s;display:block}.btn:hover{background:#ffffff0d;border-color:#4a4a53}.btn.primary{color:#fff;background:#10b981;border-color:#10b981}.btn.primary:hover{background:#059669;border-color:#059669}@media (max-width:640px){.editor-layout{padding-top:5rem;padding-left:16px;padding-right:16px}.form-card{padding:1.25rem}.preview{min-height:300px;padding:1.5rem}.form-grid{grid-template-columns:1fr}.preview .btns{flex-wrap:wrap}.resume-editor-layout .form-card{padding:1.25rem}.form-grid-3{grid-template-columns:1fr}.import-banner-content{flex-wrap:wrap}.skill-input-row{flex-direction:column;align-items:stretch}.entry-card{padding:.75rem}.section-header-with-action{flex-direction:column;align-items:flex-start;gap:.4rem}}
