:root{--navy:#071a33;--blue:#1260d6;--gold:#c9a227;--ink:#172033;--muted:#6b7280;--line:#e5eaf2;--soft:#f5f8fc;--white:#fff}*{box-sizing:border-box}body{margin:0;background:var(--soft);color:var(--ink);font:14px/1.45 Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}.topbar{min-height:72px;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 34px}.brand{display:flex;gap:12px;align-items:center}.mark{width:36px;height:36px;border:1px solid #ffffff45;border-radius:10px;display:grid;place-items:center;font-weight:800}.brand strong{display:block;font-size:18px}.brand small{display:block;color:#b8c6dd;font-size:9px;letter-spacing:.16em;text-transform:uppercase}.top-actions{font-size:12px;color:#dce6f7;display:flex;align-items:center;gap:10px}.auth-state{display:flex;flex-direction:column;align-items:flex-end;line-height:1.2}.auth-state span:first-child{font-size:9px;letter-spacing:.1em;color:#e4c75b;font-weight:800}.auth-state span:last-child{font-size:10px;color:#b8c6dd;max-width:190px;overflow:hidden;text-overflow:ellipsis}.auth-button,.ghost-button{border:1px solid #ffffff38;background:#ffffff12;color:#fff;padding:7px 11px;border-radius:8px;font-weight:800;cursor:pointer}.ghost-button{color:var(--ink);background:#f5f7fa;border-color:var(--line)}.auth-panel{margin-bottom:16px;border-top:3px solid var(--gold)}.auth-form{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;margin-top:18px;align-items:end}.auth-form label,.evaluate-form label{display:flex;flex-direction:column;gap:6px}.auth-form label span,.evaluate-form label span{font-size:9px;letter-spacing:.12em;color:#68758a;font-weight:800;text-transform:uppercase}.auth-form input,.evaluate-form input{border:1px solid var(--line);background:#fff;border-radius:8px;padding:10px 11px;color:var(--ink);outline:none}.auth-form button[type=submit],.evaluate-form button{border:0;background:var(--navy);color:#fff;padding:10px 16px;border-radius:8px;font-weight:850;cursor:pointer}.auth-switch{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.auth-switch button{border:0;background:none;color:var(--blue);font-weight:800;cursor:pointer}.error{color:#b54747;font-weight:700;min-height:18px}.shell{max-width:1380px;margin:auto;padding:30px}.evaluate-card{margin-bottom:16px;border-top:3px solid var(--blue)}.evaluate-form{display:grid;grid-template-columns:1.2fr 1fr auto;gap:12px;margin-top:18px;align-items:end}.evaluate-result{margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}.result-grid{display:grid;grid-template-columns:2fr 2fr 1fr 1fr 1fr;gap:12px}.result-grid div{background:#f7f9fc;border:1px solid var(--line);border-radius:9px;padding:11px}.result-grid span{display:block;font-size:8px;letter-spacing:.12em;color:#7a8799;font-weight:800}.result-grid b{display:block;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hero{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:22px}.hero-controls{display:flex;gap:12px;align-items:end;flex-wrap:wrap}.select-wrap{display:flex;flex-direction:column;gap:5px}.select-wrap span{font-size:9px;letter-spacing:.14em;font-weight:800;color:var(--blue)}select{min-width:190px;border:1px solid var(--line);background:var(--white);padding:8px 34px 8px 11px;border-radius:8px;color:var(--ink);font-weight:700}.eyebrow,.label{font-size:10px;letter-spacing:.16em;font-weight:800;color:var(--blue)}h1{font-size:31px;line-height:1.1;margin:7px 0}.muted{color:var(--muted);margin:.25rem 0}.filters{display:flex;gap:7px;flex-wrap:wrap}.filter{border:1px solid var(--line);background:var(--white);padding:8px 13px;border-radius:8px;color:#536074;font-weight:700}.filter.active{background:var(--navy);color:#fff;border-color:var(--navy)}.grid{display:grid;gap:16px}.cards{grid-template-columns:1.25fr 1fr 1fr 1fr}.main-grid{grid-template-columns:1.65fr 1fr;margin-top:16px}.lower-grid{grid-template-columns:1fr 1fr 1fr;margin-top:16px}.card{background:var(--white);border:1px solid var(--line);border-radius:14px;padding:20px;box-shadow:0 2px 8px #071a3307}.comparison-card{margin-bottom:16px}.comparison-table-wrap{overflow-x:auto;margin-top:16px}.comparison-table{width:100%;border-collapse:collapse;min-width:720px}.comparison-table th{text-align:left;font-size:9px;letter-spacing:.12em;color:#718097;text-transform:uppercase;padding:9px 10px;border-bottom:1px solid var(--line)}.comparison-table td{padding:12px 10px;border-bottom:1px solid #edf0f5;font-variant-numeric:tabular-nums}.comparison-table tbody tr:last-child td{border-bottom:0}.comparison-table .selected-row{background:#f5f9ff}.trend-up{color:#167a52;font-weight:800}.trend-down{color:#b54747;font-weight:800}.index-card{background:linear-gradient(145deg,#fff,#f7fbff);border-top:3px solid var(--gold)}.index-value{font-size:44px;font-weight:850;letter-spacing:-.05em;margin:6px 0}.big{font-size:30px;font-weight:850;letter-spacing:-.04em;margin-top:7px}.delta{font-weight:800;font-size:12px}.up{color:#167a52}.signal{color:var(--blue);font-size:26px;font-weight:800}.meter{height:7px;background:#e9eef6;border-radius:99px;overflow:hidden;margin:12px 0}.meter span{display:block;height:100%;background:linear-gradient(90deg,var(--blue),var(--gold));transition:width .35s ease}.card-head{display:flex;justify-content:space-between;gap:12px;align-items:start}.card h2{font-size:16px;margin:0 0 3px}.legend{font-size:11px;color:#667084}.legend i{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--blue);margin-right:5px}.chart{position:relative;margin-top:20px;padding-left:42px}.chart svg{width:100%;height:240px;display:block}.gridline{stroke:#e8edf4;stroke-width:1}.trend{fill:none;stroke:var(--blue);stroke-width:4;stroke-linecap:round}.area{fill:#1260d615}.axis{position:absolute;left:0;top:8px;height:208px;display:flex;flex-direction:column;justify-content:space-between;color:#8590a3;font-size:10px}.xlabels{display:flex;justify-content:space-between;color:#8792a5;font-size:10px;padding:4px 0 0}.badge{font-size:9px;font-weight:800;letter-spacing:.1em;color:#7b5f00;background:#fff7d8;border:1px solid #f1df8c;border-radius:99px;padding:5px 8px}.selected-video{font-size:11px;color:#59667a;border-bottom:1px solid var(--line);padding-bottom:10px}.view-block{margin-top:20px}.view-block b{display:block;font-size:10px;letter-spacing:.14em;color:var(--blue);margin-top:13px}.view-block p{margin:4px 0;color:#556071}.view-block .view{font-weight:700;color:#172033}.rows>div,.history>div{display:grid;grid-template-columns:1fr auto auto;gap:12px;padding:12px 0;border-bottom:1px solid var(--line);align-items:center}.rows>div:last-child,.history>div:last-child{border-bottom:0}.rows b,.history b{font-size:14px}.rows em{font-style:normal;color:#7b8698;font-weight:800}.history>div{grid-template-columns:1fr auto}.history b{color:var(--blue)}.drivers{margin-top:18px}.drivers>div{display:grid;grid-template-columns:86px 1fr 48px;gap:8px;align-items:center;margin:15px 0;font-size:11px}.drivers i{height:6px;background:linear-gradient(90deg,var(--blue),#78aafc);border-radius:99px;display:block}.drivers b{font-size:11px;text-align:right}.api-note{margin:12px 2px 0;color:#8992a1;font-size:10px}.auth-panel[hidden],.evaluate-result[hidden]{display:none}footer{padding:24px 30px 34px;text-align:center;color:#8b94a5;font-size:10px;letter-spacing:.05em}@media(max-width:1050px){.cards,.main-grid,.lower-grid{grid-template-columns:1fr 1fr}.hero{align-items:start;flex-direction:column}.auth-form,.evaluate-form{grid-template-columns:1fr 1fr}.auth-form button[type=submit],.evaluate-form button{grid-column:1/-1}}@media(max-width:680px){.shell{padding:18px}.cards,.main-grid,.lower-grid,.auth-form,.evaluate-form,.result-grid{grid-template-columns:1fr}.topbar{padding:10px 18px;gap:10px;flex-wrap:wrap}.top-actions{margin-left:auto}.auth-state{display:none}.hero h1{font-size:25px}.hero-controls{align-items:stretch;width:100%}.select-wrap,select{width:100%}.comparison-table{min-width:680px}}
