:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--bg:#0a0a0b;--surface:#141416;--surface-raised:#1c1c1f;--surface-hover:#232327;--border:#2a2a2e;--ink:#f2f2f3;--muted:#8b8b92;--accent:#22c55e;--accent-hover:#16a34a;--accent-dim:#22c55e24;--accent-strong:#4ade80;--danger:#f87171;--danger-bg:#f871711f;--danger-border:#f8717152;--success:#4ade80;--success-bg:#22c55e24;--success-border:#22c55e52;--warning:#fbbf24;--warning-bg:#fbbf241f;--warning-border:#fbbf2452;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--ink);min-height:100vh}button,input,textarea{font:inherit}a{color:inherit}.app-shell{min-height:100vh;display:flex}.sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;align-items:center;gap:24px;width:68px;padding:18px 0;display:flex}.sidebar-brand-mark{background:var(--accent);color:#06140a;border-radius:9px;flex-shrink:0;place-items:center;width:36px;height:36px;display:grid}.sidebar-brand-mark svg{width:19px;height:19px}.sidebar-nav{flex-direction:column;flex:1;gap:10px;display:flex}.sidebar-nav-item{width:42px;height:42px;color:var(--muted);border:1px solid #0000;border-radius:9px;place-items:center;text-decoration:none;transition:color .12s,background .12s;display:grid}.sidebar-nav-item svg{width:19px;height:19px}.sidebar-nav-item:hover{color:var(--ink);background:var(--surface-hover)}.sidebar-nav-item.active{color:var(--accent-strong);background:var(--surface-raised);border-color:var(--border)}.sidebar-avatar{background:var(--surface-raised);border:1px solid var(--border);width:34px;height:34px;color:var(--ink);letter-spacing:.02em;border-radius:50%;flex-shrink:0;place-items:center;font-size:.72rem;font-weight:700;display:grid}.sidebar-account{flex-shrink:0;place-items:center;width:42px;min-height:42px;display:grid}.sidebar-user-button{border:1px solid var(--border);width:34px;height:34px}.main-area{flex-direction:column;flex:1;min-width:0;display:flex}.page-topbar{z-index:10;background:var(--bg);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;min-height:56px;padding:0 24px;display:flex;position:sticky;top:0}.page-topbar-title{color:var(--ink);letter-spacing:-.01em;font-size:.98rem;font-weight:700}.page-topbar-end{align-items:center;gap:8px;display:flex}.resume-pill{background:var(--surface);border:1px solid var(--border);height:34px;color:var(--ink);cursor:pointer;border-radius:7px;align-items:center;gap:7px;padding:0 12px;font-size:.82rem;font-weight:600;display:inline-flex}.resume-pill:hover{background:var(--surface-hover)}.resume-pill svg{width:14px;height:14px;color:var(--muted)}.resume-pill-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:7px;height:7px}.icon-btn{background:var(--surface);border:1px solid var(--border);width:34px;height:34px;color:var(--muted);cursor:pointer;border-radius:7px;place-items:center;display:grid}.icon-btn:hover{color:var(--ink);background:var(--surface-hover)}.icon-btn svg{width:16px;height:16px}.model-badge{background:var(--accent-dim);height:28px;color:var(--accent-strong);letter-spacing:.01em;border-radius:5px;align-items:center;padding:0 10px;font-size:.76rem;font-weight:700;display:inline-flex}.status-badge{border-radius:5px;align-items:center;gap:6px;height:28px;padding:0 10px;font-size:.78rem;font-weight:600;display:inline-flex}.status-badge svg{width:13px;height:13px}.status-badge.ready{background:var(--success-bg);color:var(--success)}.status-badge.processing{background:var(--accent-dim);color:var(--accent-strong)}.page-content{flex:1;width:min(1240px,100%);margin:0 auto;padding:24px 24px 48px}.page-content-narrow{width:min(760px,100%)}.page-header{margin-bottom:22px}.page-header-title{color:var(--ink);letter-spacing:-.01em;font-size:1.3rem;font-weight:700}.page-header-sub{color:var(--muted);margin-top:4px;font-size:.86rem}.workspace-grid{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:16px;display:grid}.input-col{flex-direction:column;gap:12px;width:100%;max-width:980px;margin:0 auto;display:flex}.field-group{flex-direction:column;gap:6px;display:flex}.field-label{color:var(--ink);font-size:.84rem;font-weight:600}.field-label-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.field-textarea,.field-input{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--ink);border-radius:7px;padding:10px 12px;font-size:.88rem;line-height:1.55}.field-textarea{resize:vertical}.field-textarea::placeholder,.field-input::placeholder{color:var(--muted)}.field-textarea:focus,.field-input:focus{border-color:var(--accent);outline:3px solid var(--accent-dim)}.field-textarea:disabled,.field-input:disabled{opacity:.55;cursor:not-allowed}.field-hint{color:var(--muted);align-items:center;gap:5px;font-size:.8rem;display:flex}.field-hint svg{flex-shrink:0;width:13px;height:13px}.field-error{color:var(--danger);align-items:center;gap:5px;font-size:.8rem;display:flex}.field-error svg{flex-shrink:0;width:13px;height:13px}.btn{cursor:pointer;white-space:nowrap;border:none;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;gap:7px;font-weight:600;display:inline-flex}.btn:disabled,.btn.disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.btn svg{flex-shrink:0}.btn-primary{background:var(--accent);color:#06140a;height:44px;padding:0 20px;font-size:.9rem}.btn-primary svg{width:17px;height:17px}.btn-primary:hover:not(:disabled){background:var(--accent-hover)}.btn-secondary{background:var(--surface);color:var(--ink);border:1px solid var(--border);height:38px;padding:0 14px;font-size:.86rem}.btn-secondary svg{width:15px;height:15px}.btn-secondary:hover:not(:disabled){background:var(--surface-hover)}.btn-ghost{color:var(--accent-strong);border:1px solid var(--accent-border,#22c55e59);background:0 0;height:32px;padding:0 12px;font-size:.8rem}.btn-ghost svg{width:14px;height:14px}.btn-ghost:hover:not(:disabled){background:var(--accent-dim)}.btn-sm{height:30px;padding:0 10px;font-size:.8rem}.btn-optimize{width:100%;height:46px;font-size:.92rem;font-weight:700}.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}.inline-error{border:1px solid var(--danger-border);background:var(--danger-bg);color:var(--danger);border-radius:7px;align-items:flex-start;gap:8px;padding:10px 12px;font-size:.85rem;line-height:1.5;display:flex}.inline-error svg{flex-shrink:0;width:15px;height:15px;margin-top:1px}.insight-col{position:sticky;top:80px}.insight-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:16px}.card-title{color:var(--ink);margin-bottom:12px;font-size:.84rem;font-weight:700}.checklist{flex-direction:column;gap:8px;margin-bottom:14px;list-style:none;display:flex}.check-item{align-items:center;gap:8px;font-size:.84rem;display:flex}.check-item svg{flex-shrink:0;width:15px;height:15px}.check-circle-empty{border:1.5px solid var(--border);border-radius:50%;flex-shrink:0;width:15px;height:15px;display:block}.check-ok{color:var(--success)}.check-missing{color:var(--muted)}.check-loading{color:var(--accent-strong)}.check-warn{color:var(--warning)}.ready-callout{background:var(--success-bg);border:1px solid var(--success-border);color:var(--success);border-radius:7px;align-items:center;gap:7px;margin-bottom:14px;padding:8px 12px;font-size:.84rem;font-weight:600;display:flex}.ready-callout svg{flex-shrink:0;width:14px;height:14px}.section-label{text-transform:uppercase;letter-spacing:.07em;color:var(--muted);margin-bottom:7px;font-size:.72rem;font-weight:700}.keyword-chips{flex-wrap:wrap;gap:4px;display:flex}.chip{background:var(--surface-raised);border:1px solid var(--border);height:22px;color:var(--muted);border-radius:4px;align-items:center;padding:0 8px;font-size:.76rem;display:inline-flex}.insight-divider{background:var(--border);height:1px;margin:12px 0}.insight-hint{color:var(--muted);font-size:.82rem;line-height:1.5}.stat-list{flex-direction:column;gap:8px;display:flex}.stat-row{justify-content:space-between;align-items:center;font-size:.84rem;display:flex}.stat-row dt{color:var(--muted)}.stat-row dd{color:var(--ink);font-weight:600}.progress-row{color:var(--muted);align-items:flex-start;gap:10px;font-size:.84rem;line-height:1.5;display:flex}.progress-row svg{width:16px;height:16px;color:var(--accent-strong);flex-shrink:0;margin-top:2px}.warning-banner{background:#fbbf2414;border:1px solid #fbbf2473;border-radius:7px;align-self:flex-end;align-items:center;gap:7px;width:fit-content;max-width:100%;min-height:30px;margin:2px 0 4px;padding:4px 6px 4px 9px;display:flex}.warning-banner svg{width:13px;height:13px;color:var(--warning);flex-shrink:0}.warning-banner-text{color:var(--ink);flex:0 auto;font-size:.78rem;font-weight:600}.warning-banner .btn{height:24px;padding:0 8px;font-size:.76rem}.warning-banner .btn svg{width:12px;height:12px}.choice-warning{align-self:center;margin-top:18px}.choice-section{text-align:center;flex-direction:column;align-items:center;padding:56px 0 36px;display:flex}.choice-heading{color:var(--muted);margin-bottom:22px;font-size:.92rem;font-weight:600}.choice-row{justify-content:center;align-items:stretch;display:flex}.choice-divider{color:var(--muted);flex-direction:column;align-items:center;gap:8px;padding:0 22px;font-size:.78rem;display:flex}.choice-divider:before,.choice-divider:after{content:"";background:var(--border);flex:1;width:1px}.choice-card{text-align:center;background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:10px;flex-direction:column;align-items:center;gap:10px;width:220px;padding:22px 18px;display:flex}.choice-card:hover{background:var(--surface-hover)}.choice-card.selected{border-color:var(--accent);background:var(--accent-dim)}.choice-card-icon{background:var(--surface-raised);width:36px;height:36px;color:var(--accent-strong);border-radius:8px;place-items:center;display:grid}.choice-card-icon svg{width:17px;height:17px}.choice-card-title{color:var(--ink);font-size:.9rem;font-weight:700}.choice-card-desc{color:var(--muted);font-size:.8rem;line-height:1.45}.job-entry-panel{flex-direction:column;gap:12px;width:min(960px,100%);margin:22px auto 0;display:flex}.job-entry-header{justify-content:space-between;align-items:center;gap:16px;min-height:44px;padding:0 2px;display:flex}.job-entry-header h2{color:var(--ink);font-size:1rem;line-height:1.2}.job-entry-title{align-items:center;gap:12px;min-width:0;display:flex}.job-entry-title .warning-banner{align-self:center;margin:0}.job-entry-actions{justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:flex}.job-entry-actions .btn-optimize{width:auto;height:32px;padding:0 12px;font-size:.8rem}.job-entry-actions .btn-optimize svg{width:14px;height:14px}.mode-switch-button{border:1px solid var(--border);background:var(--surface-raised);height:32px;color:var(--muted);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:0 10px;font-size:.8rem;font-weight:700;transition:border-color .12s,color .12s,background .12s;display:inline-flex}.mode-switch-button:hover:not(:disabled){background:var(--accent-dim);color:var(--accent-strong);border-color:#4ade8066}.mode-switch-button:disabled{cursor:not-allowed;opacity:.55}.mode-switch-button svg{width:14px;height:14px}.job-editor-card{flex-direction:column;gap:9px;padding:0;display:flex}.job-editor-toolbar,.job-editor-footer{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;font-size:.78rem;display:flex}.job-editor-toolbar label{color:var(--ink);font-size:.84rem;font-weight:700}.job-editor-toolbar span,.job-editor-footer span{white-space:nowrap}.job-textarea{min-height:360px;color:var(--ink);background:linear-gradient(#ffffff08,#fff0),#0f0f11;border:1px solid #ffffff17;border-radius:8px;padding:18px 20px;font-size:.94rem;line-height:1.65;box-shadow:inset 0 1px #ffffff09}.job-textarea.compact{min-height:260px}.job-textarea:focus{border-color:#4ade807a;outline:2px solid #22c55e1c;box-shadow:0 0 0 1px #22c55e1a,inset 0 1px #ffffff0a}.job-textarea::placeholder{color:#6f6f78}.job-link-row{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.stat-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:26px;display:grid}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:18px}.stat-card-label{color:var(--muted);margin-bottom:8px;font-size:.78rem}.stat-card-value{color:var(--ink);letter-spacing:-.02em;font-size:1.7rem;font-weight:700}.runs-list{flex-direction:column;gap:8px;display:flex}.run-row{background:var(--surface);border:1px solid var(--border);border-radius:9px;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;display:flex}.run-row-main{flex-direction:column;gap:3px;min-width:0;display:flex}.run-title{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;font-weight:600;overflow:hidden}.run-meta{color:var(--muted);font-size:.78rem}.run-row-end{flex-shrink:0;align-items:center;gap:14px;display:flex}.score-pill{text-align:right;min-width:42px;font-size:.86rem;font-weight:700}.score-high{color:var(--success)}.score-mid{color:var(--warning)}.score-low{color:var(--danger)}.status-pill{text-transform:capitalize;border-radius:999px;align-items:center;height:24px;padding:0 10px;font-size:.74rem;font-weight:700;display:inline-flex}.status-pill.exported{background:var(--success-bg);color:var(--success)}.status-pill.draft{background:var(--surface-raised);color:var(--muted);border:1px solid var(--border)}.empty-state{text-align:center;color:var(--muted);background:var(--surface);border:1px dashed var(--border);border-radius:9px;padding:32px 16px;font-size:.86rem}.resume-auth-callout{background:#fbbf2414;border:1px solid #fbbf2457;border-radius:8px;justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;padding:10px 12px;display:flex}.resume-auth-callout>div{gap:2px;min-width:0;display:grid}.resume-auth-title{color:var(--ink);font-size:.82rem;font-weight:700}.resume-auth-copy{color:var(--muted);font-size:.76rem}.resume-input-section{margin-bottom:22px}.resume-input-toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.resume-input-title{color:var(--ink);font-size:.84rem;font-weight:700}.resume-input-toolbar .btn svg{width:13px;height:13px}.dropzone-large{border:2px dashed var(--border);background:var(--surface);text-align:center;cursor:pointer;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:10px;margin-bottom:0;padding:40px 20px;display:flex;position:relative}.dropzone-large.disabled{opacity:.62;cursor:not-allowed}.dropzone-large:focus-visible{border-color:var(--accent);outline:3px solid var(--accent-dim)}.dropzone-large.dragging{border-color:var(--accent);background:var(--accent-dim)}.dropzone-large-icon{background:var(--surface-raised);width:46px;height:46px;color:var(--accent-strong);border-radius:10px;place-items:center;display:grid}.dropzone-large-icon svg{width:22px;height:22px}.dropzone-large-title{color:var(--ink);font-size:.95rem;font-weight:700}.dropzone-large-sub{color:var(--muted);font-size:.8rem}.upload-queue{flex-direction:column;gap:7px;margin:10px 0 0;display:flex}.upload-queue-row{background:var(--surface);border:1px solid var(--border);border-radius:8px;align-items:center;gap:10px;min-height:46px;padding:10px 12px;display:flex}.upload-queue-row.done{border-color:var(--success-border)}.upload-queue-row.error{border-color:var(--danger-border);background:var(--danger-bg)}.upload-queue-icon{background:var(--surface-raised);width:28px;height:28px;color:var(--muted);border-radius:7px;flex-shrink:0;place-items:center;display:grid}.upload-queue-row.done .upload-queue-icon{color:var(--success)}.upload-queue-row.error .upload-queue-icon{color:var(--danger)}.upload-queue-icon svg{width:15px;height:15px}.upload-queue-main{flex-direction:column;gap:2px;min-width:0;display:flex}.upload-queue-name{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:.84rem;font-weight:600;overflow:hidden}.upload-queue-meta{color:var(--muted);font-size:.76rem}.paste-resume-panel{background:var(--surface);border:1px solid var(--border);border-radius:9px;flex-direction:column;gap:12px;margin:0;padding:14px;display:flex}.paste-resume-header,.paste-resume-footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.paste-resume-header svg{width:18px;height:18px;color:var(--muted);flex-shrink:0}.paste-resume-title{color:var(--ink);font-size:.86rem;font-weight:700}.paste-resume-sub,.paste-resume-footer{color:var(--muted);font-size:.78rem}.paste-resume-grid{gap:8px;display:grid}.paste-resume-textarea{min-height:120px}.resumes-list{flex-direction:column;gap:8px;display:flex}.resume-row{background:var(--surface);border:1px solid var(--border);border-radius:9px;align-items:center;gap:14px;padding:14px 16px;display:flex}.resume-row-icon{background:var(--surface-raised);width:38px;height:38px;color:var(--accent-strong);border-radius:8px;flex-shrink:0;place-items:center;display:grid}.resume-row-icon svg{width:17px;height:17px}.resume-row-info{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.resume-row-name{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;font-weight:600;overflow:hidden}.resume-row-meta{color:var(--muted);font-size:.78rem}.resume-row-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.badge-active{background:var(--success-bg);height:26px;color:var(--success);border-radius:999px;align-items:center;gap:4px;padding:0 10px;font-size:.76rem;font-weight:700;display:inline-flex}.badge-active svg{width:12px;height:12px}.resume-preview{background:var(--surface);border:1px solid var(--border);white-space:pre-wrap;word-break:break-word;max-height:320px;color:var(--muted);border-radius:9px;margin:0 0 8px;padding:14px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8rem;line-height:1.6;overflow:auto}.resume-pdf-preview-panel{background:var(--surface);border:1px solid var(--border);border-radius:9px;flex-direction:column;gap:10px;margin:0 0 8px;padding:10px;display:flex}.resume-pdf-preview{border:1px solid var(--border);background:#111;border-radius:7px;width:100%;min-height:620px}.resume-preview-loading{min-height:120px;color:var(--muted);justify-content:center;align-items:center;gap:8px;font-size:.84rem;display:flex}.resume-preview-loading svg{width:16px;height:16px}.resume-preview-actions{justify-content:flex-end;display:flex}.resume-preview-actions .btn svg{width:13px;height:13px}.auth-gate{align-content:center;place-items:center;gap:12px;min-height:100vh;padding:32px;display:grid}.auth-panel{background:var(--surface);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:18px;width:min(100%,460px);padding:24px;display:flex}.auth-panel-clerk{background:0 0;border:none;grid-template-columns:minmax(260px,.9fr) minmax(320px,1fr);align-items:center;gap:28px;width:min(100%,980px);padding:0;display:grid}.auth-panel-icon{background:var(--accent-dim);width:42px;height:42px;color:var(--accent-strong);border-radius:10px;place-items:center;display:grid}.auth-panel-icon.warning{background:var(--warning-bg);color:var(--warning)}.auth-panel-icon svg{width:21px;height:21px}.auth-panel-copy{gap:7px;display:grid}.auth-panel-kicker{width:fit-content;color:var(--accent-strong);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:8px;font-size:.75rem;font-weight:800;display:inline-flex}.auth-panel-kicker svg{width:16px;height:16px}.auth-panel-copy h1{color:var(--ink);font-size:2.25rem;line-height:1.25}.auth-panel-copy p{max-width:34rem;color:var(--muted);font-size:.95rem;line-height:1.55}.clerk-card-shell{justify-content:flex-end;display:flex}.clerk-root-box,.clerk-card-box{width:100%}.clerk-card{background:var(--surface-raised);border:1px solid var(--border);width:100%;max-width:420px;box-shadow:none}.clerk-header-title{color:var(--ink)}.clerk-header-subtitle,.clerk-divider-text{color:var(--muted)}.clerk-social-button,.clerk-field-input{background:var(--surface);border-color:var(--border);color:var(--ink)}.clerk-primary-button{background:var(--accent);color:#06140a;box-shadow:none}.clerk-footer-link{color:var(--accent-strong)}.clerk-divider-line{background:var(--border)}.auth-panel-error{color:var(--danger);font-size:.82rem;font-weight:600}.auth-panel-floating-error{background:var(--danger-bg);border:1px solid var(--danger-border);border-radius:8px;width:min(100%,980px);padding:10px 12px}.auth-config-code{color:var(--ink);background:var(--surface-raised);border:1px solid var(--border);white-space:normal;overflow-wrap:anywhere;border-radius:8px;padding:12px;font-size:.78rem;display:block}.auth-loading{color:var(--muted);align-items:center;gap:8px;font-size:.86rem;font-weight:600;display:inline-flex}.auth-loading svg{width:17px;height:17px}.settings-page{flex-direction:column;gap:18px;display:flex}.settings-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:20px}.settings-card-title{text-transform:uppercase;letter-spacing:.07em;color:var(--muted);margin-bottom:16px;font-size:.74rem;font-weight:700}.settings-row{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:12px 0;display:flex}.settings-row:first-of-type{border-top:none;padding-top:0}.settings-row-label{color:var(--ink);font-size:.86rem;font-weight:600}.settings-row-desc{color:var(--muted);margin-top:2px;font-size:.78rem}.settings-row-control{flex-shrink:0;align-items:center;gap:8px;display:flex}.settings-readonly-value{color:var(--muted);align-items:center;gap:6px;font-size:.86rem;display:inline-flex}.settings-provider-badge{color:var(--accent-strong);font-weight:700}.settings-provider-badge svg{width:15px;height:15px}.provider-pills{gap:8px;display:flex}.provider-pill{background:var(--surface-raised);border:1px solid var(--border);height:32px;color:var(--muted);cursor:pointer;border-radius:7px;padding:0 14px;font-size:.82rem;font-weight:600}.provider-pill:hover{color:var(--ink)}.provider-pill.active{background:var(--accent-dim);border-color:var(--accent);color:var(--accent-strong)}.settings-row-stacked{flex-direction:column;align-items:stretch}.settings-inline-error,.settings-inline-success{font-size:.8rem;font-weight:600}.settings-inline-error{color:var(--danger)}.settings-inline-success{color:var(--success)}.toggle-switch{flex-shrink:0;width:38px;height:22px;display:inline-flex;position:relative}.toggle-switch input{opacity:0;cursor:pointer;margin:0;position:absolute;inset:0}.toggle-switch-track{background:var(--surface-raised);border:1px solid var(--border);border-radius:999px;transition:background .15s,border-color .15s;position:absolute;inset:0}.toggle-switch-track:after{content:"";background:var(--muted);border-radius:50%;width:16px;height:16px;transition:transform .15s,background .15s;position:absolute;top:2px;left:2px}.toggle-switch input:checked+.toggle-switch-track{background:var(--accent-dim);border-color:var(--accent)}.toggle-switch input:checked+.toggle-switch-track:after{background:var(--accent-strong);transform:translate(16px)}.review-workspace{background:var(--surface);border:1px solid var(--border);border-radius:8px;margin-top:16px;overflow:hidden}.review-loading{color:var(--muted);align-items:center;gap:10px;padding:18px 20px;font-size:.88rem;font-weight:600;display:flex}.review-loading svg{width:18px;height:18px;color:var(--accent-strong)}.tab-bar{border-bottom:1px solid var(--border);background:var(--surface-raised);padding:0 16px;display:flex;overflow-x:auto}.tab{height:42px;color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:0;align-items:center;gap:6px;margin-bottom:-1px;padding:0 14px;font-size:.84rem;font-weight:600;display:inline-flex}.tab svg{width:14px;height:14px}.tab:hover{color:var(--ink)}.tab.active{color:var(--accent-strong);border-bottom-color:var(--accent)}.tab-content{padding:18px 20px}.diff-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.diff-pane{border:1px solid var(--border);border-radius:7px;min-width:0;overflow:hidden}.diff-pane-header{background:var(--surface-raised);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:8px;height:38px;padding:0 12px;display:flex}.diff-pane-header h3{color:var(--ink);font-size:.84rem;font-weight:700}.diff-pane-header svg{width:15px;height:15px;color:var(--accent-strong)}.diff-pane pre{white-space:pre-wrap;word-break:break-word;max-height:480px;color:var(--ink);background:var(--surface);margin:0;padding:14px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8rem;line-height:1.65;overflow:auto}.diff-pane mark{color:inherit;background:0 0;border-radius:2px;padding:0 1px}.diff-added{color:#bbf7d0;background:#22c55e38}.diff-removed{color:#fecaca;background:#f8717138;text-decoration:line-through}.diff-same{background:0 0}.editor-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.section-editor{border:1px solid var(--border);background:var(--surface);border-radius:7px;flex-direction:column;gap:8px;padding:14px;display:flex}.section-editor-header{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.section-editor-header h3{color:var(--ink);font-size:.88rem;font-weight:700}.section-tag{color:var(--muted);background:var(--surface-raised);border:1px solid var(--border);border-radius:3px;padding:2px 6px;font-size:.72rem;font-weight:600}.section-textarea{min-height:150px;font-size:.84rem}.revision-form{grid-template-columns:minmax(0,1fr) auto;gap:6px;display:grid}.revision-input{border:1px solid var(--border);background:var(--surface);height:34px;color:var(--ink);border-radius:7px;padding:0 10px;font-size:.82rem}.revision-input:focus{border-color:var(--accent);outline:3px solid var(--accent-dim)}.revision-input:disabled{opacity:.5;cursor:not-allowed}.keywords-content{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 24px;display:grid}.score-panel{flex-direction:column;gap:8px;display:flex}.score-heading{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:.8rem;font-weight:700}.score-value{color:var(--ink);font-size:2.2rem;font-weight:800;line-height:1}.score-total{color:var(--muted);font-size:1.2rem;font-weight:600}.score-meter{background:var(--border);border-radius:999px;height:5px;overflow:hidden}.score-meter-fill{border-radius:inherit;background:var(--accent);height:100%}.score-pct{color:var(--muted);font-size:.8rem}.missing-keywords-section,.matched-keywords-section{grid-column:1/-1}.chip-missing{background:var(--danger-bg);border-color:var(--danger-border);color:var(--danger)}.chip-matched{background:var(--success-bg);border-color:var(--success-border);color:var(--success)}.export-content{flex-direction:column;gap:14px;display:flex}.export-description{color:var(--muted);font-size:.86rem;line-height:1.5}.export-buttons{flex-wrap:wrap;gap:8px;display:flex}.export-status-msg{color:var(--success);font-size:.84rem;font-weight:600}.url-banner{background:var(--warning-bg);border:1px solid var(--warning-border);border-radius:7px;align-items:center;gap:8px;padding:8px 12px;font-size:.82rem;display:flex}.url-banner-icon{width:14px;height:14px;color:var(--warning);flex-shrink:0}.url-banner-text{color:var(--ink);flex:1;font-weight:600}.dropzone-wrapper{position:relative}.dropzone-wrapper.empty .field-textarea{background:var(--surface-raised);border-style:dashed}.dropzone-wrapper.dragging .field-textarea{opacity:.25;pointer-events:none}.dropzone-overlay{border:2px dashed var(--accent);color:var(--accent-strong);pointer-events:none;z-index:2;background:#22c55e29;border-radius:7px;flex-direction:column;justify-content:center;align-items:center;gap:10px;font-size:.92rem;font-weight:700;display:flex;position:absolute;inset:0}.dropzone-overlay svg{width:30px;height:30px}.spin{animation:.85s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=860px){.workspace-grid{grid-template-columns:1fr}.insight-col{position:static}.stat-cards{grid-template-columns:1fr}.choice-row{flex-direction:column;align-items:center}.choice-divider{flex-direction:row;width:100%;max-width:220px;padding:10px 0}.choice-divider:before,.choice-divider:after{width:auto;height:1px}.job-entry-panel{margin-top:12px}.job-entry-header,.job-editor-toolbar,.job-editor-footer{flex-direction:column;align-items:flex-start}.job-entry-title{flex-direction:column;align-items:flex-start;gap:8px}.job-entry-actions{flex-wrap:wrap;justify-content:flex-start;align-items:flex-start}.mode-switch-button{align-self:flex-start}.job-link-row{grid-template-columns:1fr}.job-textarea{min-height:260px}.auth-panel-clerk{grid-template-columns:1fr;gap:20px}.clerk-card-shell{justify-content:stretch}.clerk-card{max-width:none}}@media (width<=640px){.page-content{padding:16px 16px 32px}.page-topbar{padding:0 16px}.diff-grid,.editor-grid,.keywords-content{grid-template-columns:1fr}.tab-bar{padding:0 12px}.tab-content{padding:14px 16px}.auth-gate{padding:20px}.auth-panel-copy h1{font-size:1.65rem}.settings-row{flex-direction:column;align-items:flex-start}}
