:root{--bg: #0f1218;--panel: #171b24;--panel-border: #232836;--text: #e6e8ef;--muted: #8a93a6;--accent: #6ea8fe;--good: #3ecf8e;--good-bg: rgba(62, 207, 142, .12);--bad: #ff6b6b;--bad-bg: rgba(255, 107, 107, .12)}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100vh;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;line-height:1.5}.app{max-width:1400px;margin:0 auto;padding:40px 24px 80px}header{margin-bottom:28px}header h1{margin:0 0 6px;font-size:28px;font-weight:600}header .subtitle{margin:0;color:var(--muted)}.dropzone{border:2px dashed var(--panel-border);border-radius:12px;padding:48px 24px;text-align:center;cursor:pointer;background:var(--panel);transition:border-color .12s ease,background .12s ease}.dropzone:hover,.dropzone.dragging{border-color:var(--accent);background:#1b2030}.dropzone.busy{cursor:progress;opacity:.7}.dropzone .main{margin:0 0 4px;font-size:18px;font-weight:500}.dropzone .hint{margin:0;color:var(--muted)}.filename{margin:14px 0 0;color:var(--muted)}.filename code{background:var(--panel);padding:2px 6px;border-radius:4px;color:var(--text)}.error{margin-top:20px;background:var(--bad-bg);border:1px solid var(--bad);border-radius:8px;padding:14px 16px;color:var(--text)}.error pre{margin:8px 0 0;white-space:pre-wrap;font-size:13px;color:var(--muted)}.summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin:28px 0}.summary>div{background:var(--panel);border:1px solid var(--panel-border);border-radius:8px;padding:12px 14px}.summary .label{display:block;font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.summary .value{font-size:16px;font-weight:500}.panel{background:var(--panel);border:1px solid var(--panel-border);border-radius:10px;padding:20px 22px;margin-bottom:20px}.panel h2{margin:0 0 14px;font-size:18px;font-weight:600}table{width:100%;border-collapse:collapse;font-variant-numeric:tabular-nums}.matrix th,.matrix td,.questions th,.questions td{padding:8px 10px;border-bottom:1px solid var(--panel-border);text-align:right}.matrix th:first-child,.matrix td:first-child,.questions th:first-child,.questions td:first-child,.questions th:nth-child(2),.questions td:nth-child(2),.questions th:nth-child(3),.questions td:nth-child(3){text-align:left}.matrix th,.questions th{font-weight:500;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--panel-border)}.matrix .row.subtle{background:#ffffff04}.matrix .row.emphasis{background:#6ea8fe14;font-weight:600}.matrix td.label{color:var(--muted);font-weight:500}.cell.good,td.good{color:var(--good);background:var(--good-bg)}.cell.bad,td.bad{color:var(--bad);background:var(--bad-bg)}.cell.muted{color:var(--muted)}.cell.inline{display:inline-block;padding:2px 8px;border-radius:4px;margin-right:8px}.legend{margin-top:12px;color:var(--muted);font-size:12px}.link{background:none;border:none;color:var(--accent);cursor:pointer;margin-top:10px;padding:0;font-size:13px}.link:hover{text-decoration:underline}.sheet-panel{overflow:hidden}.sheet-scroll{overflow-x:auto;max-height:80vh;overflow-y:auto}.sheet-table{border-collapse:collapse;font-size:12px;white-space:nowrap}.sheet-table th,.sheet-table td{padding:4px 8px;border:1px solid var(--panel-border);text-align:right}.sheet-table thead th{background:#1e2230;position:sticky;top:0;z-index:2;font-weight:500;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.03em}.sheet-table .sticky-col:first-child{position:sticky;left:0;z-index:3;background:var(--panel);min-width:48px}.sheet-table thead .sticky-col:first-child{z-index:4;background:#1e2230}.sheet-table .col-usn{position:sticky;left:48px;z-index:3;background:var(--panel);min-width:120px;text-align:left}.sheet-table thead .col-usn{z-index:4;background:#1e2230}.sheet-table .col-mark{min-width:40px;font-variant-numeric:tabular-nums}.sheet-table .co-row th{color:var(--accent);font-size:10px;font-weight:600}.sheet-table .co-tag{color:var(--accent)}.co-bubbles{display:inline-flex;gap:3px;justify-content:center}.co-bubble{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;border-radius:10px;font-size:10px;font-weight:700;letter-spacing:0;line-height:1}.sheet-table .max-row th{color:var(--muted);font-style:italic}.sheet-table tbody td{color:var(--text)}.sheet-table .summary-row td{font-weight:600;border-top:2px solid var(--panel-border)}.sheet-table .highlight-row td{background:#ffd54f14}.sheet-table .highlight-row .sticky-col:first-child,.sheet-table .highlight-row .col-usn{background:#1f1d16}.sheet-table .summary-label{text-align:left;color:var(--muted);font-size:11px;text-transform:uppercase}.sheet-table .att-row td{font-size:11px}.sheet-table .expand-row{text-align:center;border:none;padding:8px}
