html,body,#root{min-width:320px;min-height:100%;margin:0}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{font-family:Inter,Arial,Helvetica,sans-serif}button,textarea{font-family:inherit}button{cursor:pointer}.app{color:#111827;background:#f7f9fc;min-height:100vh;transition:background .25s,color .25s}.topbar{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;min-height:126px;padding:22px 34px;display:flex}.brand{align-items:center;gap:18px;display:flex}.brand-logo{color:#fff;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:18px;justify-content:center;align-items:center;width:70px;height:70px;font-size:28px;font-weight:800;display:flex;box-shadow:0 10px 25px #4f46e533}.brand .brand-name{color:#111827;margin:0;font-size:34px;font-weight:700;line-height:1.1}.brand .brand-name span{color:#5146e5}.brand p{color:#64748b;margin:8px 0 0;font-size:16px}.theme-switch{background:#f1f5f9;border:1px solid #dbe3ee;border-radius:12px;padding:4px;display:flex;box-shadow:0 4px 12px #0f172a0d}.theme-switch button{color:#334155;background:0 0;border:none;border-radius:9px;padding:11px 18px;font-size:14px;font-weight:700}.theme-switch button.active{color:#4338ca;background:#fff;box-shadow:0 3px 10px #0f172a1a}.main{width:min(1600px,100% - 44px);margin:auto;padding:26px 0 35px}.pro-tip{color:#4338ca;background:#f5f3ff;border:1px solid #ddd6fe;border-radius:14px;align-items:center;gap:9px;min-height:68px;padding:16px 22px;font-size:17px;display:flex}.pro-tip strong{font-weight:800}.workspace{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;margin-top:24px;display:grid}.editor-card{background:#fff;border:1px solid #dce4ee;border-radius:17px;min-width:0;padding:19px;box-shadow:0 8px 28px #0f172a0e}.card-header{justify-content:space-between;align-items:center;gap:12px;min-height:44px;margin-bottom:14px;display:flex}.title{align-items:center;gap:12px;display:flex}.title h2{color:#111827;margin:0;font-size:22px}.code-icon{color:#4f46e5;background:#eef2ff;border-radius:11px;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:800;display:flex}.card-actions{gap:9px;display:flex}.card-actions button{color:#111827;background:#fff;border:1px solid #d5dfeb;border-radius:10px;min-height:44px;padding:0 17px;font-size:15px;font-weight:700;transition:transform .15s,box-shadow .15s}.card-actions button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #0f172a14}.card-actions button.download{color:#fff;background:linear-gradient(135deg,#4f46e5,#6d4be8);border:none}.card-actions button:disabled{opacity:.45;cursor:not-allowed}.editor-wrapper,.output-wrapper{background:#fff;border:1px solid #d7e0eb;border-radius:12px;height:430px;display:flex;position:relative;overflow:hidden}.line-numbers{text-align:right;color:#94a3b8;-webkit-user-select:none;user-select:none;background:#f8fafc;border-right:1px solid #e2e8f0;flex:0 0 50px;width:50px;padding-top:17px;padding-right:13px;font-family:Consolas,Monaco,monospace;font-size:14px;line-height:1.6}.line-numbers div{height:22.4px}.error-line-number{background:#fee2e2;font-weight:800;color:#dc2626!important}.json-editor{resize:none;color:#000;white-space:pre;background:#fff;border:none;outline:none;flex:1;width:0;height:100%;padding:17px;font-family:Consolas,Monaco,Courier New,monospace;font-size:14px;line-height:1.6;overflow:auto}.json-editor::placeholder{color:#94a3b8}.json-editor:focus{box-shadow:inset 0 0 0 2px #4f46e51a}.json-output{color:#111827;white-space:pre;background:#fff;flex:1;width:0;height:100%;margin:0;padding:17px;font-family:Consolas,Monaco,Courier New,monospace;font-size:14px;line-height:1.6;overflow:auto}.code-line{min-height:22.4px}.output-placeholder{color:#94a3b8;font-family:Consolas,Monaco,monospace}.json-key{color:#7c3aed;font-weight:600}.json-string{color:#047857}.json-number{color:#2563eb}.json-boolean{color:#d97706;font-weight:600}.dark .json-key{color:#c4b5fd}.dark .json-string{color:#6ee7b7}.dark .json-number{color:#93c5fd}.dark .json-boolean{color:#fbbf24}.dragging{border:2px dashed #6366f1}.drop-overlay{z-index:5;color:#4f46e5;pointer-events:none;background:#eef2fff5;flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex;position:absolute;inset:0}.drop-overlay strong{font-size:19px}.drop-overlay span{color:#64748b;font-size:12px}.stats{color:#64748b;align-items:center;gap:20px;min-height:38px;padding-top:9px;font-size:12px;display:flex}.stats span:first-child{margin-right:auto}.valid{color:#15803d;font-weight:700}.invalid{color:#dc2626;font-weight:700}.main-buttons{align-items:center;gap:12px;margin-top:16px;display:flex}.main-buttons button{color:#111827;background:#fff;border:1px solid #d6dfeb;border-radius:10px;min-height:46px;padding:0 18px;font-size:15px;font-weight:700;transition:transform .15s,box-shadow .15s}.main-buttons button:hover{transform:translateY(-1px);box-shadow:0 5px 14px #0f172a14}.main-buttons button.primary{color:#fff;background:linear-gradient(135deg,#4f46e5,#6d4be8);border:none}.main-buttons kbd{color:#64748b;background:#eef2f7;border-radius:5px;margin-left:8px;padding:4px 7px;font-size:10px}.main-buttons .primary kbd{color:#fff;background:#ffffff2e}.modal-overlay{z-index:9999;background:#0f172a33;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.error-modal{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:13px;width:330px;padding:21px;animation:.18s modalIn;position:relative;box-shadow:0 25px 70px #0f172a2e}@keyframes modalIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.modal-close{color:#64748b;background:0 0;border:none;font-size:22px;position:absolute;top:7px;right:10px}.warning-icon{color:#92400e;background:#fef3c7;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;margin:auto;font-size:20px;font-weight:800;display:flex}.error-modal h2{color:#111827;margin:9px 0 5px;font-size:18px}.error-modal p{color:#64748b;margin:0 0 13px;font-size:12px}.error-location{color:#475569;background:#eef2ff;border:1px solid #c7d2fe;border-radius:8px;padding:9px;font-size:11px}.error-location strong{color:#4f46e5}.modal-button{color:#fff;background:#4f46e5;border:none;border-radius:7px;min-width:85px;margin-top:13px;padding:8px 18px;font-size:12px;font-weight:700}.app.dark{color:#fff;background:#080d18}.dark .topbar{background:#0d1422;border-color:#263244}.dark .brand .brand-name{color:#fff}.dark .brand p{color:#94a3b8}.dark .theme-switch{background:#111827;border-color:#334155}.dark .theme-switch button{color:#cbd5e1}.dark .theme-switch button.active{color:#fff;background:#1e293b}.dark .pro-tip{color:#c4b5fd;background:#17133d;border-color:#3730a3}.dark .editor-card{background:#0f172a;border-color:#263244}.dark .title h2{color:#fff}.dark .code-icon{color:#c4b5fd;background:#1e1b4b}.dark .editor-wrapper,.dark .output-wrapper{background:#0b1120;border-color:#334155}.dark .line-numbers{color:#64748b;background:#111827;border-color:#334155}.dark .json-editor,.dark .json-output{color:#fff;background:#0b1120}.dark .json-editor::placeholder,.dark .output-placeholder{color:#64748b}.dark .card-actions button,.dark .main-buttons button{color:#fff;background:#111827;border-color:#334155}.dark .main-buttons kbd{color:#cbd5e1;background:#1e293b}.dark .stats{color:#94a3b8}.dark .error-modal{background:#111827;border-color:#334155}.dark .error-modal h2{color:#fff}@media (width<=900px){.topbar{flex-direction:column;align-items:flex-start;gap:20px;min-height:auto}.theme-switch{align-self:flex-end}.workspace{grid-template-columns:1fr}}@media (width<=650px){.main{width:calc(100% - 20px);padding-top:15px}.brand .brand-name{font-size:28px}.brand p{font-size:13px}.brand-logo{width:56px;height:56px;font-size:22px}.pro-tip{padding:13px;font-size:13px}.editor-card{padding:13px}.card-header{flex-direction:column;align-items:flex-start}.card-actions{width:100%}.card-actions button{flex:1}.editor-wrapper,.output-wrapper{height:360px}.main-buttons{flex-wrap:wrap}.main-buttons button{flex:45%}.stats{flex-wrap:wrap;gap:9px}.stats span:first-child{width:100%;margin-right:0}}@media (width<=430px){.main-buttons button{flex:100%;width:100%}.theme-switch{align-self:stretch}.theme-switch button{flex:1}}.error-navigation{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:14px;width:100%;margin-top:18px;padding-top:16px;display:flex}.error-count{color:#64748b;white-space:nowrap;font-size:13px;font-weight:700}.error-nav-buttons{align-items:center;gap:8px;display:flex}.error-nav-buttons .button{cursor:pointer;border-radius:9px;padding:8px 13px;font-size:13px;font-weight:700;transition:transform .15s,box-shadow .15s}.error-nav-buttons .button:hover{transform:translateY(-1px)}.error-nav-buttons .secondary{color:#475569;background:#f8fafc;border:1px solid #dbe3ed}.error-nav-buttons .primary{color:#fff;background:linear-gradient(135deg,#4f46e5,#6366f1);border:1px solid #0000}.dark .error-navigation{border-top-color:#334155}.dark .error-count{color:#94a3b8}.dark .error-nav-buttons .secondary{color:#e2e8f0;background:#1e293b;border-color:#475569}.dark .error-nav-buttons .primary{background:linear-gradient(135deg,#6366f1,#7c3aed)}.error-location{color:#64748b;text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-top:16px;padding:11px 14px;font-size:14px;line-height:1.5}.error-location strong{color:#4338ca;font-weight:800}.dark .error-location{color:#94a3b8;background:#172033;border-color:#334155}.dark .error-location strong{color:#a5b4fc}.close-button{min-width:110px;margin-top:18px}@media (width<=600px){.error-navigation{flex-direction:column;align-items:stretch}.error-count{text-align:center}.error-nav-buttons{width:100%}.error-nav-buttons .button{flex:1}.error-location{font-size:13px}}.analyzer-results{min-width:0}.analyzer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.analyzer-grid>.resume-panel{margin:0}.analyzer-grid blockquote{overflow-wrap:anywhere}.analyzer-checks{padding:0;list-style:none}.analyzer-checks li{border-bottom:1px solid #dce4ee;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;padding:12px 0;display:grid}.analyzer-evidence{padding-left:22px}.analyzer-evidence li{margin:16px 0}.analyzer-evidence li>span{color:#64748b;font-size:.85rem}.analyzer-results blockquote{white-space:pre-wrap;overflow-wrap:anywhere}.analyzer-recommendations{padding-left:24px}.analyzer-recommendations>li{padding:8px 0}.analyzer-results summary{cursor:pointer;min-height:44px;padding:12px 0;font-weight:600}.dark .analyzer-checks li{border-color:#334155}.dark .analyzer-evidence li>span{color:#94a3b8}@media (width<=600px){.analyzer-grid{grid-template-columns:1fr;gap:16px}.analyzer-checks li{grid-template-columns:minmax(0,1fr) auto}.analyzer-checks li>span:last-child{grid-column:1/-1}}.ats-results{min-width:0}.ats-summary{grid-template-columns:minmax(180px,.6fr) minmax(0,1.4fr);align-items:center;gap:24px;display:grid}.ats-score-label{color:#4338ca;font-weight:700}.ats-summary .ats-score{color:#4338ca;margin:14px 0;font-size:clamp(3rem,8vw,5rem);font-weight:800;line-height:1.1}.ats-score span{font-size:1.25rem;font-weight:500}.ats-categories{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.ats-categories>div{border:1px solid #dce4ee;border-radius:10px;padding:14px}.ats-categories h3{margin:0;font-size:1rem}.ats-categories progress{accent-color:#4f46e5;width:100%}.ats-checklist{padding:0;list-style:none}.ats-checklist>li{border-bottom:1px solid #dce4ee;padding:16px 0}.ats-check-title{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.ats-check-title span{flex-shrink:0;font-weight:700}.ats-results summary{cursor:pointer;min-height:44px;padding:10px 0}.ats-results blockquote{overflow-wrap:anywhere}.dark .ats-score-label,.dark .ats-summary .ats-score{color:#c4b5fd}.dark .ats-categories>div,.dark .ats-checklist>li{border-color:#334155}@media (width<=800px){.ats-categories{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.ats-summary{grid-template-columns:1fr;gap:8px}.ats-categories{grid-template-columns:1fr}}.resume-page{color:#334155;overflow-wrap:anywhere;max-width:1100px;margin:0 auto;padding:40px 24px;line-height:1.65}.resume-page h1{color:#0f172a;font-size:clamp(1.65rem,4vw,2.4rem);line-height:1.2}.resume-page h2,.resume-page h3{color:#0f172a;line-height:1.35}.resume-eyebrow{color:#4338ca;font-weight:600}.resume-panel{background:#fff;border:1px solid #dce4ee;border-radius:16px;min-width:0;margin:24px 0;padding:24px}.resume-notice{background:#eef2ff;border-radius:12px;padding:16px}.resume-page fieldset{border:0;min-width:0;margin:0;padding:0}.resume-page legend{margin-bottom:16px;font-weight:700}.resume-page label{margin-bottom:18px;font-weight:600;display:block}.resume-page input:not([type=checkbox]),.resume-page textarea{width:100%;min-width:0;font:inherit;color:inherit;box-sizing:border-box;background:0 0;border:1px solid #cbd5e1;border-radius:8px;margin-top:8px;padding:12px;display:block}.resume-page input[type=file]{font-size:14px}.resume-page input[type=file]::file-selector-button{color:#4338ca;background:#eef2ff;border:0;border-radius:6px;min-height:44px;margin-right:8px;padding:8px}.resume-page textarea{resize:vertical}.resume-actions{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.resume-page button,.resume-dialog button,.resume-results a{color:#4338ca;min-height:44px;font:inherit;cursor:pointer;background:#eef2ff;border:1px solid #cbd5e1;border-radius:8px;padding:10px 16px;font-weight:600;text-decoration:none;display:inline-block}.resume-page button:disabled{opacity:.6;cursor:wait}.resume-page :focus-visible,.resume-dialog :focus-visible{outline-offset:3px;outline:3px solid #818cf8}.resume-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.resume-error{color:#991b1b;background:#fef2f2;border-left:4px solid #dc2626;padding:12px}.resume-dialog{box-sizing:border-box;color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:16px;width:min(520px,100vw - 32px);max-height:85vh;padding:24px;line-height:1.6;overflow:auto}.resume-dialog::backdrop{background:#0f172a99}.dark .resume-page{color:#cbd5e1}.dark .resume-page h1,.dark .resume-page h2,.dark .resume-page h3{color:#f8fafc}.dark .resume-panel,.dark .resume-dialog{color:#cbd5e1;background:#0f172a;border-color:#334155}.dark .resume-notice,.dark .resume-page button,.dark .resume-dialog button,.dark .resume-results a{color:#c4b5fd;background:#1e1b4b;border-color:#334155}.dark .resume-page input[type=file]::file-selector-button{color:#c4b5fd;background:#1e1b4b;border-color:#334155}.dark .resume-eyebrow{color:#c4b5fd}.dark .resume-page input,.dark .resume-page textarea{border-color:#475569}.dark .resume-error{color:#fecaca;background:#450a0a}.resume-filter{padding:12px 0}.resume-filter input{vertical-align:middle;width:20px;height:20px}.resume-page select{box-sizing:border-box;color:#334155;width:100%;min-width:0;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:8px;margin-top:8px;padding:12px;display:block}.dark .resume-page select{color:#cbd5e1;background:#0f172a;border-color:#475569}.resume-page .resume-download{color:#4338ca;background:#eef2ff;border:1px solid #cbd5e1;border-radius:8px;min-height:44px;padding:10px 16px;font-weight:600;text-decoration:none;display:inline-block}.dark .resume-page .resume-download{color:#c4b5fd;background:#1e1b4b;border-color:#334155}.resume-suggestion{border-top:1px solid #cbd5e1;padding:12px 0}.dark .resume-suggestion{border-color:#334155}.resume-page blockquote{white-space:pre-wrap;border-left:3px solid #818cf8;margin:12px 0;padding-left:16px}.resume-source-url{overflow-wrap:anywhere;font-size:.85rem}@media (width<=600px){.resume-page{padding:28px 12px}.resume-panel{padding:16px}.resume-grid{grid-template-columns:1fr;gap:0}.resume-actions{flex-direction:column}.resume-actions button{width:100%}.resume-dialog{padding:18px}}.resume-page>header{max-width:780px;margin-bottom:28px}.resume-page>header h1{letter-spacing:-.025em}.resume-page>header>p:last-child{font-size:1.05rem}.resume-panel>h2:first-child{margin-top:0}.resume-page summary{cursor:pointer}.resume-page button:hover:not(:disabled),.resume-page .resume-download:hover{border-color:#818cf8}.resume-page [role=status]{padding:10px 0;font-weight:600}.resume-agent-result{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:28px 0;display:grid}.resume-agent-result>.resume-panel{margin:0}.resume-agent-result>header{border-top:4px solid #6366f1;grid-column:1/-1}.resume-agent-result h3{margin-top:0}.resume-agent-result li{margin:10px 0}.resume-agent-result ul{padding-left:22px}.resume-agent-result p{max-width:75ch}.analyzer-local-rubric>summary,.analyzer-source-details>summary{cursor:pointer;min-height:44px;padding:10px 0;font-weight:600}@media (width<=768px){.resume-agent-result{grid-template-columns:1fr}}.formatter-seo{--seo-text:#475569;--seo-heading:#111827;--seo-border:#e2e8f0;--seo-panel:#f8fafc;--seo-accent:#4f46e5;--seo-accent-bg:#eef2ff;border:1px solid var(--seo-border);max-width:860px;color:var(--seo-text);overflow-wrap:anywhere;background:#fff;border-radius:17px;margin:32px auto 0;padding:clamp(20px,4vw,40px);font-size:15px;line-height:1.75;box-shadow:0 8px 28px #0f172a0a}.formatter-seo h2{border-top:1px solid var(--seo-border);color:var(--seo-heading);letter-spacing:-.02em;margin:28px 0 12px;padding-top:24px;font-size:clamp(20px,2.5vw,24px);line-height:1.3}.formatter-seo>h2:first-child{border-top:0;margin-top:0;padding-top:0}.formatter-seo h3{color:var(--seo-heading);margin:20px 0 6px;font-size:17px;line-height:1.5}.formatter-seo p{max-width:72ch;margin:0}.formatter-seo ol{border:1px solid var(--seo-border);background:var(--seo-panel);border-radius:12px;gap:12px;margin:16px 0 0;padding:18px 20px 18px 44px;display:grid}.formatter-seo li{padding-left:6px}.formatter-seo li::marker{color:var(--seo-accent);font-weight:700}.formatter-seo-faq{border:1px solid var(--seo-border);background:var(--seo-panel);border-radius:12px;margin-top:28px;padding:20px}.formatter-seo-faq h2{border:0;margin:0 0 16px;padding:0}.formatter-seo-faq h3{border-top:1px solid var(--seo-border);margin-top:18px;padding-top:18px}.formatter-seo-faq h2+h3{border:0;margin-top:0;padding-top:0}.dark .formatter-seo{--seo-text:#cbd5e1;--seo-heading:#f1f5f9;--seo-border:#263244;--seo-panel:#111827;--seo-accent:#a5b4fc;box-shadow:none;background:#0f172a}@media (width<=600px){.formatter-seo{margin-top:24px;padding:20px 16px}.formatter-seo-faq{padding:16px}}.header-actions{align-items:center;gap:18px;display:flex}.tool-nav{background:#f1f5f9;border:1px solid #dbe3ee;border-radius:12px;gap:6px;padding:4px;display:flex}.tool-nav a{color:#475569;border-radius:8px;padding:10px 13px;font-size:14px;font-weight:700;text-decoration:none}.tool-nav a.active{color:#4338ca;background:#fff;box-shadow:0 3px 10px #0f172a1a}.page-intro{margin-bottom:18px}.page-intro h2{margin:0;font-size:28px}.page-intro p{color:#64748b;margin:8px 0 0}.jolt-status{color:#3730a3;background:#eef2ff;border:1px solid #c7d2fe;border-radius:12px;margin-bottom:20px;padding:13px 16px;font-size:14px}.jolt-status.error{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.jolt-status.warning{color:#92400e;background:#fffbeb;border-color:#fde68a}.jolt-status.success{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.jolt-workspace{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.jolt-workspace .editor-wrapper,.jolt-workspace .output-wrapper{height:430px}.dark .tool-nav{background:#111827;border-color:#334155}.dark .tool-nav a{color:#cbd5e1}.dark .tool-nav a.active{color:#fff;background:#1e293b}.dark .page-intro p{color:#94a3b8}.dark .jolt-status{color:#c7d2fe;background:#172554;border-color:#3730a3}.dark .jolt-status.error{color:#fecaca;background:#450a0a;border-color:#991b1b}.dark .jolt-status.warning{color:#fde68a;background:#451a03;border-color:#92400e}.jolt-error-category{color:#4338ca;background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;margin-bottom:10px;padding:5px 9px;font-size:11px;font-weight:700;display:inline-block}.jolt-error-modal .error-location{margin-top:2px}.dark .jolt-error-category{color:#c7d2fe;background:#172554;border-color:#3730a3}@media (width<=1180px){.jolt-workspace{grid-template-columns:repeat(2,minmax(0,1fr))}.jolt-output-card{grid-column:span 2}}@media (width<=900px){.header-actions{justify-content:space-between;width:100%}.jolt-workspace{grid-template-columns:1fr}.jolt-output-card{grid-column:auto}}@media (width<=650px){.header-actions{flex-direction:column;align-items:stretch}.tool-nav{overflow-x:auto}.tool-nav a{white-space:nowrap;text-align:center;flex:1}}.json-diff-page .diff-intro h2{margin:0;font-size:28px}.json-diff-page .diff-location,.json-diff-page .diff-value-type{margin:7px 0;font-size:13px;display:block}.json-diff-page .diff-type-change{font-weight:700}.json-diff-page .diff-validity{color:#64748b;margin-top:10px;display:block}.dark .json-diff-page .diff-validity{color:#94a3b8}.json-diff-page .diff-badge.changed{color:#92400e;background:#fef3c7}.json-diff-page .diff-change.changed{border-left-color:#d97706}.json-diff-page .diff-change mark{color:inherit;background:#fef3c7}.json-diff-page .diff-change.added mark{background:#dcfce7}.json-diff-page .diff-change.removed mark{background:#fee2e2}.dark .json-diff-page .diff-badge.changed{color:#fde68a;background:#451a03}.dark .json-diff-page .diff-change mark{background:#78350f}.dark .json-diff-page .diff-change.added mark{background:#14532d}.dark .json-diff-page .diff-change.removed mark{background:#7f1d1d}.json-diff-page .diff-intro p,.json-diff-page .diff-muted{color:#64748b;line-height:1.6}.json-diff-page .diff-gutter{background:#f8fafc;flex:0 0 60px;overflow:hidden}.json-diff-page .diff-gutter .line-numbers{width:60px;min-height:100%;padding-bottom:40px}.json-diff-page .json-editor{white-space:pre;overflow:auto}.json-diff-page .diff-results{margin-top:24px}.json-diff-page .diff-error{color:#b91c1c;overflow-wrap:anywhere;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-top:12px;padding:12px}.json-diff-page .diff-summary,.json-diff-page .diff-change-heading{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.json-diff-page .diff-summary{margin-bottom:18px}.json-diff-page .diff-badge{text-transform:capitalize;border-radius:6px;padding:5px 10px;font-size:13px;font-weight:700;display:inline-block}.json-diff-page .diff-badge.added,.json-diff-page .diff-success{color:#166534;background:#dcfce7}.json-diff-page .diff-badge.removed{color:#991b1b;background:#fee2e2}.json-diff-page .diff-badge.modified{color:#92400e;background:#fef3c7}.json-diff-page .diff-success{border-radius:10px;padding:18px}.json-diff-page .diff-success p{margin:8px 0 0}.json-diff-page .diff-list{max-height:720px;overflow:auto}.json-diff-page .diff-change{border:1px solid #dce4ee;border-left:4px solid;border-radius:10px;margin-bottom:14px;padding:16px}.json-diff-page .diff-change.added{border-left-color:#16a34a}.json-diff-page .diff-change.removed{border-left-color:#dc2626}.json-diff-page .diff-change.modified{border-left-color:#d97706}.json-diff-page .diff-change-heading code{overflow-wrap:anywhere;min-width:0}.json-diff-page .diff-values{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.json-diff-page .diff-values>div{min-width:0}.json-diff-page .diff-values h3{color:#64748b;font-size:13px}.json-diff-page .diff-values pre{white-space:pre;background:#f8fafc;border-radius:6px;max-height:300px;margin:0;padding:12px;font:14px/1.6 Consolas,Monaco,monospace;overflow:auto}.dark .json-diff-page .diff-intro p,.dark .json-diff-page .diff-muted,.dark .json-diff-page .diff-values h3{color:#94a3b8}.dark .json-diff-page .diff-gutter,.dark .json-diff-page .diff-values pre{background:#111827}.dark .json-diff-page .diff-change{border-top-color:#334155;border-bottom-color:#334155;border-right-color:#334155}.dark .json-diff-page .diff-badge.added,.dark .json-diff-page .diff-success{color:#bbf7d0;background:#052e16}.dark .json-diff-page .diff-badge.removed,.dark .json-diff-page .diff-error{color:#fecaca;background:#450a0a;border-color:#991b1b}.dark .json-diff-page .diff-badge.modified{color:#fde68a;background:#451a03}@media (width<=650px){.json-diff-page .diff-values{grid-template-columns:1fr}.json-diff-page .card-actions{flex-wrap:wrap}.json-diff-page .diff-change{padding:12px}}.home-page{--home-panel:#fff;--home-text:#475569;--home-heading:#111827;--home-border:#dce4ee;--home-accent:#4f46e5;--home-tint:#eef2ff;max-width:1200px;color:var(--home-text);margin:auto;padding:32px 24px 64px}.home-hero{border:1px solid var(--home-border);background:linear-gradient(135deg, var(--home-panel), var(--home-tint));border-radius:24px;padding:clamp(28px,5vw,64px)}.home-eyebrow{color:var(--home-accent);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:800}.home-hero h1{max-width:780px;color:var(--home-heading);letter-spacing:-.035em;margin:18px 0;font-size:clamp(32px,4.5vw,56px);line-height:1.12}.home-hero>p{max-width:710px;margin:0;font-size:18px;line-height:1.7}.home-actions{flex-wrap:wrap;gap:12px;margin:28px 0 18px;display:flex}.home-actions a{border-radius:10px;justify-content:center;align-items:center;gap:16px;padding:14px 20px;font-size:15px;font-weight:700;text-decoration:none;display:inline-flex}.home-primary{color:#fff;background:#4f46e5;border:1px solid #4f46e5}.home-secondary{color:var(--home-heading);background:var(--home-panel);border:1px solid var(--home-border)}.home-hero .home-availability{font-size:13px}.home-section{margin-top:48px;scroll-margin-top:24px}.home-section-heading{max-width:720px;margin-bottom:22px}.home-section h2{color:var(--home-heading);letter-spacing:-.02em;margin:10px 0;font-size:clamp(25px,3vw,32px)}.home-section-heading p{margin:0;line-height:1.7}.home-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.home-card{border:1px solid var(--home-border);background:var(--home-panel);color:var(--home-text);border-radius:17px;flex-direction:column;align-items:flex-start;min-width:0;padding:24px;text-decoration:none;display:flex}.home-card h3{color:var(--home-heading);margin:18px 0 10px;font-size:19px;line-height:1.4}.home-card p{margin:0;font-size:15px;line-height:1.7}.home-icon{background:var(--home-tint);width:44px;height:44px;color:var(--home-accent);border-radius:12px;place-items:center;font-size:22px;font-weight:700;display:grid}.home-open{color:var(--home-accent);margin-top:auto;padding-top:24px;font-size:14px;font-weight:700}.home-open span{margin-left:8px}.home-tool:hover{border-color:var(--home-accent);box-shadow:0 8px 24px #4f46e514}.home-page a:focus-visible{outline:3px solid var(--home-accent);outline-offset:4px}.home-badge{background:var(--home-tint);color:var(--home-accent);border-radius:6px;padding:5px 9px;font-size:11px;font-weight:700}.dark .home-page{--home-panel:#0f172a;--home-text:#cbd5e1;--home-heading:#f1f5f9;--home-border:#263244;--home-accent:#a5b4fc;--home-tint:#1e1b4b}@media (width<=900px){.home-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.home-page{padding:20px 16px 40px}.home-hero{border-radius:17px;padding:28px 22px}.home-hero>p{font-size:16px}.home-actions{flex-direction:column}.home-grid{grid-template-columns:1fr}.home-section{margin-top:32px}}.home-hero{border-top:4px solid var(--home-accent);position:relative}.home-card h3{margin-top:10px}.home-tool{transition:border-color .15s,box-shadow .15s}.home-planned{background:0 0}.home-page{overflow-wrap:anywhere}.utility-page{--u-panel:#fff;--u-text:#475569;--u-heading:#111827;--u-border:#dce4ee;--u-tint:#eef2ff;--u-accent:#4338ca;max-width:1100px;color:var(--u-text);overflow-wrap:anywhere;margin:auto;padding:28px 22px 48px}.dark .utility-page{--u-panel:#0f172a;--u-text:#cbd5e1;--u-heading:#f1f5f9;--u-border:#334155;--u-tint:#1e1b4b;--u-accent:#c4b5fd}.utility-page h1{color:var(--u-heading);margin:10px 0;font-size:clamp(26px,4vw,38px);line-height:1.2}.utility-page h2{color:var(--u-heading);font-size:22px}.utility-page p{line-height:1.7}.utility-category{color:var(--u-accent);font-size:13px;font-weight:700}.utility-local{background:var(--u-tint);border-radius:10px;padding:12px 16px;font-size:14px}.utility-panel,.utility-guide{border:1px solid var(--u-border);background:var(--u-panel);border-radius:17px;min-width:0;margin-top:24px;padding:24px}.utility-guide{max-width:860px;margin:32px auto 0;line-height:1.75}.utility-page fieldset{border:0;min-width:0;margin:0;padding:0}.utility-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.utility-field{flex-direction:column;gap:8px;min-width:0;margin:12px 0;font-weight:600;display:flex}.utility-page input:not([type=checkbox]),.utility-page select,.utility-page textarea{background:var(--u-panel);width:100%;min-width:0;max-width:100%;min-height:46px;color:var(--u-heading);border:1px solid var(--u-border);font:inherit;border-radius:8px;padding:10px}.utility-page textarea{resize:vertical}.utility-page input[type=color]{padding:4px}.utility-page input[type=range]{padding:0}.utility-page input[type=file]::file-selector-button{background:var(--u-tint);min-height:44px;color:var(--u-accent);cursor:pointer;border:0;border-radius:6px;margin-right:8px;padding:8px 12px;font-weight:700}.utility-check{align-items:center;gap:10px;min-height:44px;display:flex}.utility-check input{width:20px;height:20px}.utility-actions{flex-wrap:wrap;gap:10px;margin:18px 0;display:flex}.utility-page button,.utility-button{border:1px solid var(--u-border);background:var(--u-tint);min-height:46px;color:var(--u-accent);font:inherit;border-radius:9px;justify-content:center;align-items:center;max-width:100%;padding:10px 16px;font-weight:700;text-decoration:none;display:inline-flex}.utility-page button:disabled{opacity:.5;cursor:not-allowed}.utility-page :focus-visible{outline:3px solid var(--u-accent);outline-offset:3px}.utility-upload{border:1px dashed var(--u-border);border-radius:12px;margin:16px 0;padding:18px}.utility-upload p{margin-bottom:0;font-size:13px}.utility-preview{object-fit:contain;max-width:100%;max-height:280px;margin:12px auto;display:block}.utility-files{padding:0;list-style:none}.utility-files li{border-bottom:1px solid var(--u-border);padding:12px 0}.utility-files .utility-preview{max-height:100px;margin-left:0}.utility-result{border-top:1px solid var(--u-border);margin-top:20px;padding-top:20px}.utility-results{grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));gap:16px;display:grid}.utility-download{border:1px solid var(--u-border);border-radius:12px;min-width:0;padding:12px}.utility-error{color:#b91c1c;border-left:3px solid;padding:10px 14px}.dark .utility-error{color:#fca5a5}.utility-result strong{color:var(--u-heading);font-size:24px;display:block}.utility-table{max-width:100%;max-height:440px;overflow:auto}.utility-table table{border-collapse:collapse;width:100%;font-size:14px}.utility-table th,.utility-table td{border-bottom:1px solid var(--u-border);text-align:right;white-space:nowrap;padding:10px}.utility-table caption{text-align:left;padding:12px 0;font-weight:700}@media (width<=600px){.utility-page{padding:20px 12px 32px}.utility-panel,.utility-guide{padding:16px}.utility-fields{grid-template-columns:1fr;gap:0}.utility-actions button{flex:130px}.utility-upload{padding:10px}}.topbar{flex-wrap:wrap;gap:20px}.header-actions{flex-wrap:wrap;align-items:center;gap:16px;min-width:0;display:flex}.tool-nav{flex-wrap:wrap;align-items:center;gap:6px;min-width:0;display:flex}.tool-nav>a{color:#475569;border-radius:8px;align-items:center;min-height:44px;padding:10px 12px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.tool-nav>a.active,.tool-nav>a:hover{color:#4338ca;background:#eef2ff}.categories-nav{grid-template-columns:repeat(5,minmax(0,1fr));align-items:start;gap:8px;width:100%;display:grid}.category-disclosure{min-width:0}.category-disclosure>button{color:#475569;width:100%;min-height:48px;font:inherit;text-align:left;background:#f8fafc;border:1px solid #dce4ee;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;padding:12px;font-size:14px;font-weight:600;display:flex}.category-disclosure>button[aria-expanded=true],.category-disclosure>.category-current{color:#4338ca;background:#eef2ff;border-color:#a5b4fc}.category-panel{background:#fff;border:1px solid #dce4ee;border-radius:10px;margin-top:8px;padding:6px}.category-panel[hidden]{display:none}.category-panel a{color:#334155;overflow-wrap:anywhere;border-radius:6px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px;min-height:44px;padding:12px 8px;font-size:14px;line-height:1.5;text-decoration:none;display:flex}.category-open{color:#4338ca;white-space:nowrap;font-size:12px}.category-panel a:hover,.category-panel a.active{color:#4338ca;background:#eef2ff}.tool-nav :focus-visible,.categories-nav :focus-visible{outline-offset:2px;outline:3px solid #818cf8}.dark .tool-nav>a,.dark .category-disclosure>button{color:#cbd5e1}.dark .tool-nav>a.active,.dark .tool-nav>a:hover,.dark .category-disclosure>button[aria-expanded=true],.dark .category-disclosure>.category-current{color:#c4b5fd;background:#1e1b4b}.dark .category-panel,.dark .category-disclosure>button{background:#0f172a;border-color:#334155}.dark .category-panel a{color:#e2e8f0}.dark .category-open{color:#c4b5fd}.dark .category-panel a:hover,.dark .category-panel a.active{color:#c4b5fd;background:#1e1b4b}@media (width<=1000px){.categories-nav{grid-template-columns:1fr}.category-panel{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;display:grid}.header-actions{justify-content:space-between;width:100%}}@media (width<=600px){.topbar{padding:18px 16px}.topbar .brand{gap:10px;max-width:100%}.brand .brand-name{font-size:26px}.brand-logo{flex-shrink:0}.tool-nav{width:100%}.category-panel{grid-template-columns:1fr}.header-actions .theme-switch{margin-left:auto}}.keyword-results{min-width:0}.keyword-summary{grid-template-columns:1fr 1.4fr;align-items:center;gap:24px;display:grid}.keyword-percentage{color:#4338ca;margin:16px 0;font-size:clamp(2.8rem,8vw,4.5rem);font-weight:800;line-height:1.1}.keyword-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.keyword-card{background:#f8fafc;border:1px solid #dce4ee;border-radius:12px;min-width:0;padding:16px}.keyword-card-heading{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.keyword-card h3{margin:0}.keyword-card p{margin:10px 0}.keyword-priority{color:#4338ca;background:#eef2ff;border-radius:6px;padding:3px 8px;font-size:.8rem;font-weight:700}.keyword-card summary{cursor:pointer;min-height:44px;padding:8px 0}.keyword-card blockquote{max-height:220px;font-size:.9rem;overflow:auto}.keyword-card ul{padding-left:20px}.dark .keyword-card{background:#111b2d;border-color:#334155}.dark .keyword-percentage{color:#c4b5fd}.dark .keyword-priority{color:#c4b5fd;background:#1e1b4b}@media (width<=700px){.keyword-summary,.keyword-grid{grid-template-columns:1fr}.keyword-summary{gap:8px}}.finder-page{color:#334155;overflow-wrap:anywhere;max-width:1120px;margin:auto;padding:40px 24px;line-height:1.65}.finder-page h1,.finder-page h2,.finder-page h3{color:#0f172a;line-height:1.3}.finder-page h1{font-size:clamp(1.8rem,4vw,2.5rem)}.finder-kicker{color:#4338ca;font-weight:700}.finder-search{background:#fff;border:1px solid #dce4ee;border-top:4px solid #6366f1;border-radius:14px;margin:28px 0 16px;padding:24px}.finder-page fieldset{border:0;min-width:0;margin:0;padding:0}.finder-page legend{margin-bottom:12px;font-weight:600}.finder-fields{grid-template-columns:1.5fr 1fr;gap:20px;display:grid}.finder-page label{margin-bottom:16px;font-weight:600;display:block}.finder-page input,.finder-page textarea{box-sizing:border-box;width:100%;min-width:0;font:inherit;color:inherit;background:0 0;border:1px solid #94a3b8;border-radius:8px;margin-top:8px;padding:12px;display:block}.finder-page textarea{resize:vertical}.finder-page input[type=file]{font-size:.85rem}.finder-page button,.finder-page a{color:#4338ca;min-height:44px;font:inherit;cursor:pointer;background:#eef2ff;border:1px solid #c7d2fe;border-radius:8px;padding:10px 16px;font-weight:600}.finder-page input::file-selector-button{color:#4338ca;min-height:44px;font:inherit;cursor:pointer;background:#eef2ff;border:1px solid #c7d2fe;border-radius:8px;padding:10px 16px;font-weight:600}.finder-page .finder-primary{color:#fff;background:#4338ca}.finder-page button:disabled{opacity:.6;cursor:wait}.finder-clear{margin:12px 0 0}.finder-confirm{background:#f1f5f9;border-radius:8px;margin:4px 0 18px;padding:16px}.finder-confirm h3{margin-top:0}.finder-resume{border:1px solid #cbd5e1;border-radius:10px;padding:16px}.finder-resume summary{cursor:pointer;min-height:44px;font-weight:600}.finder-local,.finder-ranking{border-left:3px solid #818cf8;margin:16px 0;padding:4px 16px}.finder-results{margin-top:32px}.finder-job-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:18px;display:grid}.finder-job{background:#fff;border:1px solid #dce4ee;border-radius:12px;min-width:0;padding:22px}.finder-job-heading{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.finder-job h3{margin:0}.finder-match{color:#4338ca;background:#eef2ff;border-radius:6px;padding:4px 8px;font-size:.85rem;font-weight:700}.finder-company{font-weight:600}.finder-job a{box-sizing:border-box;align-items:center;text-decoration:none;display:inline-flex}.finder-url{font-size:.8rem}.finder-snippet{white-space:pre-wrap;max-height:260px;overflow:auto}.finder-empty,.finder-initial{background:#f1f5f9;border-radius:10px;padding:20px}.finder-error{color:#991b1b;background:#fef2f2;border-left:4px solid #dc2626;margin-top:16px;padding:12px}.finder-page :focus-visible{outline-offset:3px;outline:3px solid #818cf8}.dark .finder-page{color:#cbd5e1}.dark .finder-page h1,.dark .finder-page h2,.dark .finder-page h3{color:#f8fafc}.dark .finder-search,.dark .finder-job{background:#0f172a;border-color:#475569}.dark .finder-search{border-top-color:#818cf8}.dark .finder-confirm,.dark .finder-empty,.dark .finder-initial{background:#1e293b}.dark .finder-kicker{color:#c4b5fd}.dark .finder-page button,.dark .finder-page a,.dark .finder-match{color:#c4b5fd;background:#1e1b4b;border-color:#6366f1}.dark .finder-page input::file-selector-button{color:#c4b5fd;background:#1e1b4b;border-color:#6366f1}.dark .finder-page .finder-primary{color:#fff;background:#4338ca}.dark .finder-error{color:#fecaca;background:#450a0a}@media (width<=700px){.finder-page{padding:28px 12px}.finder-fields,.finder-job-grid{grid-template-columns:1fr;gap:12px}.finder-search,.finder-job{padding:16px}.finder-page button{width:100%}.finder-resume{padding:12px}}.comparison-page{color:#334155;overflow-wrap:anywhere;max-width:1140px;margin:auto;padding:40px 24px;line-height:1.65}.comparison-page h1,.comparison-page h2,.comparison-page h3{color:#0f172a;line-height:1.3}.comparison-page h1{font-size:clamp(1.7rem,4vw,2.4rem)}.comparison-eyebrow{color:#4338ca;font-weight:700}.comparison-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.comparison-panel{background:#fff;border:1px solid #dce4ee;border-radius:12px;min-width:0;margin:20px 0;padding:22px}.comparison-page fieldset{border:0;min-width:0;margin:0;padding:0}.comparison-page legend,.comparison-page label{font-weight:600}.comparison-page label{margin:12px 0;display:block}.comparison-page input,.comparison-page textarea{box-sizing:border-box;width:100%;min-width:0;font:inherit;color:inherit;background:0 0;border:1px solid #94a3b8;border-radius:8px;margin-top:8px;padding:12px;display:block}.comparison-page textarea{resize:vertical}.comparison-page input[type=file]{font-size:.85rem}.comparison-page button{color:#4338ca;min-height:44px;font:inherit;cursor:pointer;background:#eef2ff;border:1px solid #c7d2fe;border-radius:8px;padding:10px 16px;font-weight:600}.comparison-page input::file-selector-button{color:#4338ca;min-height:44px;font:inherit;cursor:pointer;background:#eef2ff;border:1px solid #c7d2fe;border-radius:8px;padding:10px 16px;font-weight:600}.comparison-page button:disabled{opacity:.6;cursor:wait}.comparison-reset{margin-top:12px}.comparison-page :focus-visible{outline-offset:3px;outline:3px solid #818cf8}.comparison-score{color:#4338ca;font-size:clamp(1.8rem,5vw,3rem);font-weight:800;line-height:1.2}.comparison-breakdown{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.comparison-breakdown article{background:#f1f5f9;border-radius:8px;min-width:0;padding:16px}.comparison-item{border-top:1px solid #cbd5e1;padding:14px 0}.comparison-item summary{cursor:pointer;min-height:44px;font-weight:600}.comparison-item blockquote{white-space:pre-wrap;border-left:3px solid #818cf8;max-height:220px;margin:10px 0;padding:8px 12px;overflow:auto}.comparison-error{color:#991b1b;background:#fef2f2;border-left:4px solid #dc2626;padding:14px}.dark .comparison-page{color:#cbd5e1}.dark .comparison-page h1,.dark .comparison-page h2,.dark .comparison-page h3{color:#f8fafc}.dark .comparison-panel{background:#0f172a;border-color:#334155}.dark .comparison-breakdown article{background:#1e293b}.dark .comparison-eyebrow,.dark .comparison-score{color:#c4b5fd}.dark .comparison-page button{color:#c4b5fd;background:#1e1b4b;border-color:#6366f1}.dark .comparison-page input::file-selector-button{color:#c4b5fd;background:#1e1b4b;border-color:#6366f1}.dark .comparison-error{color:#fecaca;background:#450a0a}@media (width<=700px){.comparison-page{padding:28px 12px}.comparison-columns,.comparison-breakdown{grid-template-columns:1fr;gap:0}.comparison-panel{margin:12px 0;padding:16px}.comparison-breakdown{gap:12px}.comparison-page button{width:100%}}.optimizer-reset{margin-top:12px}.optimizer-card{scroll-margin-top:20px}.optimizer-card header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.optimizer-card header h3{margin:0}.optimizer-priority{color:#4338ca;background:#eef2ff;border-radius:6px;padding:4px 10px;font-size:.85rem;font-weight:700}.optimizer-before-after,.optimizer-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.optimizer-before-after>div{background:#f8fafc;border:1px solid #dce4ee;border-radius:8px;min-width:0;margin-top:18px;padding:16px}.optimizer-page blockquote{white-space:pre-wrap;max-height:300px;overflow:auto}.optimizer-page a{color:#4338ca;box-sizing:border-box;min-height:44px;padding:8px 0;display:inline-block}.optimizer-page summary{cursor:pointer;min-height:44px;padding:10px 0;font-weight:600}.optimizer-page h4{margin:6px 0 12px}.dark .optimizer-before-after>div{background:#111b2d;border-color:#334155}.dark .optimizer-priority{color:#c4b5fd;background:#1e1b4b}.dark .optimizer-page a{color:#c4b5fd}@media (width<=700px){.optimizer-before-after,.optimizer-category-grid{grid-template-columns:1fr;gap:12px}.optimizer-before-after>div{margin-top:8px;padding:12px}.optimizer-page button{width:100%}}.builder-page{max-width:1380px}.builder-workspace{grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);align-items:start;gap:24px;display:grid}.builder-source,.builder-draft{min-width:0}.builder-draft textarea{min-height:480px}.builder-empty{border-style:dashed}.builder-reset{margin-top:12px}.builder-page summary{cursor:pointer;min-height:44px;padding:10px 0;font-weight:600}.builder-page blockquote{white-space:pre-wrap;max-height:260px;overflow:auto}.builder-page details ol{max-height:360px;padding-right:12px;overflow:auto}@media (width<=850px){.builder-workspace{grid-template-columns:1fr;gap:0}.builder-draft textarea{min-height:380px}}@media (width<=600px){.builder-page button{width:100%}.builder-page .resume-download{box-sizing:border-box;text-align:center;width:100%}}.today-clock{background:#eef2ff;border-left:4px solid #6366f1;border-radius:6px;padding:14px 18px}.today-counts{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:20px 0;display:grid}.today-counts>div{background:#fff;border:1px solid #dce4ee;border-radius:10px;padding:16px}.today-counts strong{color:#4338ca;font-size:2rem;display:block}.today-counts span{display:block}.today-filters{flex-wrap:wrap;gap:10px;display:flex}.today-filters button[aria-pressed=true]{color:#fff;background:#4338ca}.today-group{margin:28px 0}.today-group h3{border-bottom:1px solid #cbd5e1;padding-bottom:12px}.today-group h4{color:#0f172a;margin:0;font-size:1.15rem}.today-badge{color:#166534;background:#dcfce7;border-radius:6px;padding:4px 10px;font-size:.85rem;font-weight:700}.today-date-note{font-size:.85rem}.dark .today-clock{background:#1e1b4b}.dark .today-counts>div{background:#0f172a;border-color:#475569}.dark .today-counts strong{color:#c4b5fd}.dark .today-group h4{color:#f8fafc}.dark .today-badge{color:#dcfce7;background:#14532d}.dark .today-filters button[aria-pressed=true]{color:#fff;background:#4338ca}@media (width<=600px){.today-counts{grid-template-columns:1fr;gap:8px}.today-counts>div{align-items:center;gap:16px;padding:10px 16px;display:flex}.today-filters{grid-template-columns:1fr 1fr;display:grid}}
