:root{--indigo:#4f46e5;--indigo-dark:#4338ca;--ink:#172033;--muted:#667085;--border:#e3e7ef;--surface:#fff;--bg:#f7f8fb}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,"Noto Sans SC",system-ui,sans-serif}.app-shell{min-height:100vh}.topbar{height:64px;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #1018280a;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1216px)/2));position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:11px;border:0;background:none;color:#4c46b5;font-weight:750;font-size:18px;letter-spacing:-.3px;cursor:pointer}.brand-mark{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#6157eb,#4935d3);border-radius:7px;color:#fff}.brand-mark svg,.primary-button svg,.file-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.steps{display:flex;gap:12px;align-items:center;font-size:13px}.steps button{border:0;background:none;color:#7c8492;padding:4px 0;font:inherit;cursor:pointer}.steps .active{color:var(--indigo);font-weight:700}.steps i{font-size:20px;color:#b1b8c4;font-style:normal}.main-content{max-width:1216px;margin:auto;padding:32px 24px 40px}.panel{display:none;animation:fade .28s ease}.panel.active{display:block}@keyframes fade{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}.hero{text-align:center;margin:0 auto 34px;max-width:700px}.eyebrow{color:var(--indigo);font-size:11px;letter-spacing:.12em;font-weight:800}.hero .eyebrow{display:inline-block;margin-bottom:8px}.hero h1,.page-title h1{font-size:29px;margin:0 0 9px;letter-spacing:-1px}.hero p,.page-title p{color:var(--muted);font-size:14px;margin:0;line-height:1.8}.upload-card{border:2px dashed #d4d9e2;border-radius:13px;background:#fff;max-width:588px;margin:auto;min-height:245px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:13px;text-align:center;transition:.2s;padding:30px}.upload-card.dragover{border-color:#818cf8;background:#fafaff;transform:scale(1.006)}.file-icon{width:63px;height:63px;border-radius:50%;display:grid;place-items:center;background:#f1f3f7;color:#98a2b3}.file-icon svg{width:38px;height:38px}.upload-card h2{font-size:17px;margin:0 0 5px}.upload-card p{color:var(--muted);margin:0;font-size:13px}.primary-button,.quiet-button,.text-button{border:0;border-radius:8px;font:600 14px inherit;cursor:pointer;transition:.18s}.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 15px;color:#fff;background:var(--indigo);box-shadow:0 1px 2px #4338ca44}.primary-button:hover{background:var(--indigo-dark);transform:translateY(-1px)}.primary-button input{display:none}.primary-button span{font-size:17px;line-height:12px}.text-button{color:var(--indigo);background:transparent;padding:4px 8px;font-size:13px}.text-button:hover{text-decoration:underline}.privacy-note{text-align:center;color:#8a93a1;font-size:12px;margin:18px auto}.privacy-note span{color:#16a34a;font-weight:bold}.page-title{display:flex;justify-content:space-between;align-items:flex-start;margin:1px 0 23px}.page-title .eyebrow{display:block;margin-bottom:6px}.quiet-button{padding:9px 12px;background:#fff;color:#475467;border:1px solid #dfe3e9}.quiet-button:hover{border-color:#a7afbc;background:#f8fafc}.metric-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.metric{padding:17px 18px;background:#fff;border:1px solid var(--border);border-radius:10px}.metric span{color:#7b8492;font-size:12px;display:block;margin-bottom:7px}.metric b{font-size:22px;letter-spacing:-.5px}.metric .accent{color:var(--indigo)}.table-card,.chart-card,.settings-card,.tip-card{background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 1px 2px #10182806}.card-heading{display:flex;justify-content:space-between;align-items:flex-start;padding:19px 21px 15px;border-bottom:1px solid #edf0f4}.card-heading h2,.settings-card h2,.tip-card h2,.insight-card h2{font-size:16px;margin:0 0 5px}.card-heading p{margin:0;color:var(--muted);font-size:12px}.file-pill,.local-badge{font-size:12px;padding:5px 9px;background:#f3f1ff;color:#554bc4;border-radius:20px}.local-badge{background:#eefbf3;color:#16803c}.table-wrap{overflow:auto}table{border-collapse:collapse;min-width:100%;font-size:13px}th,td{padding:12px 17px;text-align:left;white-space:nowrap;border-bottom:1px solid #eef1f5}th{background:#fafbfc;color:#667085;font-weight:600}td{color:#344054}tr:last-child td{border-bottom:0}.actions{display:flex;justify-content:flex-end;margin-top:22px}.actions.split{justify-content:space-between;align-items:center}.actions.split>div{display:flex;gap:9px}.method-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:20px;max-width:900px}.settings-card{padding:23px}.settings-card h2{margin-bottom:20px}.settings-card label{display:flex;flex-direction:column;gap:8px;color:#475467;font-size:13px;font-weight:600;margin-bottom:17px}select{border:1px solid #dbe1ea;border-radius:8px;padding:10px 11px;color:#344054;background:#fff;font:400 14px inherit;outline-color:#a5b4fc}.full{width:100%;margin-top:7px}.tip-card{padding:24px;background:linear-gradient(150deg,#f8f7ff,#fff)}.tip-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:#ede9fe;color:#6658db;font-size:18px;margin-bottom:14px}.tip-card p{font-size:13px;color:var(--muted);line-height:1.75;margin:0}.tip-card .small{font-size:12px}.tip-line{height:1px;background:#e7e5ff;margin:18px 0}.toggle-row{position:relative;flex-direction:row!important;justify-content:space-between;align-items:center;padding:5px 0}.toggle-row span{display:flex;flex-direction:column;gap:3px}.toggle-row small{font-weight:400;color:#8a93a1}.toggle-row input{position:absolute;opacity:0}.toggle{height:22px;width:40px;border-radius:22px;background:#d0d5dd;position:relative;cursor:pointer;transition:.2s}.toggle:after{content:"";position:absolute;width:16px;height:16px;border-radius:50%;background:#fff;top:3px;left:3px;box-shadow:0 1px 2px #0002;transition:.2s}.toggle-row input:checked+.toggle{background:var(--indigo)}.toggle-row input:checked+.toggle:after{left:21px}.chart-card{overflow:hidden}.chart-area{padding:18px 20px 14px;height:448px}canvas{display:block;width:100%;height:100%}.insight-card{margin-top:17px;padding:18px 20px;border:1px solid #e5e0ff;background:#fdfcff;border-radius:11px;display:flex;gap:14px;align-items:flex-start}.insight-spark{color:#6d5ce7;font-size:22px;line-height:1}.insight-card p{margin:0;color:#596275;font-size:13px;line-height:1.7}.report-sheet{background:#fff;border:1px solid var(--border);max-width:850px;margin:0 auto;border-radius:12px;padding:38px 48px;box-shadow:0 4px 18px #1018280a}.report-top{display:flex;align-items:center;justify-content:space-between;color:#667085;font-size:12px;border-bottom:1px solid #eaecf0;padding-bottom:20px}.report-logo{font-size:15px;font-weight:750;color:#4942a9;display:flex;align-items:center;gap:8px}.report-logo .brand-mark{height:25px;width:25px;border-radius:5px}.report-logo svg{width:16px;height:16px}.report-head{padding:40px 0 26px}.report-head h1{font-size:32px;letter-spacing:-1.1px;margin:8px 0}.report-head p{font-size:13px;color:#667085}.report-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:17px;background:#f8f9fc;border-radius:9px}.report-grid div{display:flex;flex-direction:column;gap:7px}.report-grid span{font-size:11px;color:#858d9b}.report-grid b{font-size:14px}.report-sheet section{margin-top:31px}.report-sheet h2{font-size:16px;margin:0 0 10px}.report-sheet section p{color:#596275;font-size:14px;line-height:1.8;margin:0}.report-sheet img{display:block;width:100%;max-height:370px;object-fit:contain;border:1px solid #edf0f4;border-radius:8px;background:#fff}.report-sheet footer{color:#98a2b3;font-size:11px;border-top:1px solid #eaecf0;margin-top:30px;padding-top:17px}.toast{position:fixed;bottom:22px;left:50%;transform:translate(-50%,20px);background:#172033;color:#fff;padding:10px 15px;border-radius:8px;font-size:13px;opacity:0;pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}@media(max-width:650px){.topbar{padding:0 16px}.steps{gap:6px}.steps i{font-size:15px}.steps button{font-size:11px}.main-content{padding:25px 16px}.hero h1,.page-title h1{font-size:25px}.page-title{gap:15px}.metric-row{grid-template-columns:repeat(2,1fr)}.method-layout{grid-template-columns:1fr}.chart-area{height:315px}.report-sheet{padding:25px 20px}.report-grid{grid-template-columns:1fr}.actions.split{align-items:flex-start;gap:12px;flex-direction:column}.actions.split>div{width:100%;justify-content:flex-end}}@media print{body{background:#fff}.topbar,.no-print{display:none!important}.main-content{padding:0}.panel{display:none!important}.panel[data-panel="4"]{display:block!important}.report-sheet{border:0;box-shadow:none;max-width:none;padding:0}}
.normal-fields{margin:-1px 0 18px}.field-label{font-size:13px;font-weight:600;color:#475467;margin-bottom:9px}.column-picker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:15px}.column-choice{display:flex!important;flex-direction:row!important;align-items:center;gap:8px;border:1px solid #dce2ea;border-radius:8px;padding:10px!important;margin:0!important;color:#475467;font-weight:500!important;cursor:pointer}.column-choice:has(input:checked){border-color:#766ee8;background:#f7f6ff;color:#5148c4}.column-choice input{accent-color:var(--indigo)}.normal-fields label{margin-bottom:0!important}.normal-fields input[type=range]{width:100%;accent-color:var(--indigo)}.range-value{float:right;color:var(--indigo);font-weight:700}.help-text{font-size:12px;color:#8a93a1;line-height:1.6;margin:7px 0 0}.normal-analysis{display:grid;gap:18px}.normal-card{background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden;box-shadow:0 1px 2px #10182806}.normal-card-head{padding:19px 21px 13px;border-bottom:1px solid #edf0f4;display:flex;justify-content:space-between;gap:15px}.normal-card-head h2{font-size:17px;margin:0 0 6px}.normal-card-head p{font-size:12px;color:#667085;margin:0}.normal-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.72fr)}.normal-chart-area{height:335px;padding:18px}.normal-insight{padding:22px;border-left:1px solid #edf0f4;background:#fcfcff}.normal-insight h3{font-size:14px;margin:0 0 10px}.normal-insight p{font-size:13px;line-height:1.7;color:#596275;margin:0}.stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:18px;padding-top:16px;border-top:1px solid #edf0f4}.stat-grid span{font-size:11px;color:#8a93a1;display:block}.stat-grid b{font-size:13px;color:#344054}.verdict{display:inline-flex;align-items:center;padding:5px 9px;border-radius:20px;font-size:12px;font-weight:700;white-space:nowrap}.verdict.warn{background:#fff5eb;color:#c96a08}.verdict.pass{background:#ecfdf3;color:#16803c}.report-normal{margin-top:29px;padding-top:1px}.report-normal+.report-normal{border-top:1px solid #eaecf0;margin-top:33px}.report-normal h2{font-size:18px}.report-normal .report-stat-table{width:100%;min-width:0;font-size:12px;border:1px solid #edf0f4;border-radius:8px;overflow:hidden;margin:15px 0}.report-stat-table td{padding:9px 11px}.report-stat-table td:nth-child(odd){color:#667085;background:#fafbfc}.report-normal img{max-height:330px}.hidden{display:none!important}@media(max-width:760px){.normal-layout{grid-template-columns:1fr}.normal-insight{border-left:0;border-top:1px solid #edf0f4}.normal-chart-area{height:280px}.column-picker{grid-template-columns:1fr}}
