@font-face{font-family:MIT;src:url('/font.ttf') format('truetype');font-display:swap}
:root{font-family:MIT,Arial,sans-serif;background:#f7f8fc;--blue:#4945e8;--ink:#19173b;--muted:#73758a}
header,main,footer{max-width:1320px}header{padding-top:25px;padding-bottom:25px;background:#fff}body>header{max-width:none;padding-left:max(28px,calc((100vw - 1240px)/2));padding-right:max(28px,calc((100vw - 1240px)/2))}header .brand img{width:132px}header>span{border-left:1px solid var(--line);padding-left:24px}main{padding-top:0}footer{padding-top:32px;padding-bottom:40px}footer p{font-size:12px;margin:6px 0}footer nav{align-items:flex-start;flex-wrap:wrap}.login{background:white;padding:38px 42px;border:1px solid var(--line);border-radius:24px;max-width:550px;margin:58px auto;box-shadow:0 16px 70px #19173b06}.login h1{font-size:46px}.login-links{display:flex;gap:20px;justify-content:space-between;font-size:13px;margin-top:24px}
.workspace-nav{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:22px 0;border-bottom:1px solid var(--line)}.workspace-nav nav{display:flex;gap:6px;flex-wrap:wrap}.workspace-nav nav a{font-size:13px;text-decoration:none;color:var(--muted);padding:12px 15px;border-radius:8px}.workspace-nav a[aria-current=page]{background:#eae9ff;color:var(--blue);font-weight:700}.workspace-nav button{font-size:12px;padding:10px 14px}.dashboard-heading{margin:38px 0 22px}.dashboard-heading h1{font-size:44px;margin-bottom:12px}.dashboard-heading p{margin:8px 0}.badge{float:none;white-space:nowrap;background:white;color:var(--muted)}.filters{display:flex;gap:14px;align-items:end;padding:20px 24px;background:white;border:1px solid var(--line);border-radius:14px}.filters label{margin:0;flex:1;font-size:12px;color:var(--muted)}.filters input,.filters select{margin:8px 0 0;background:#fbfbfe;font-size:14px}.filters button{font-size:13px;min-height:46px}.connections{display:flex;flex-wrap:wrap;gap:20px;margin:20px 0}.connection{font-size:11px;color:var(--muted);display:flex;align-items:center;gap:7px}.connection i{width:6px;height:6px;border-radius:50%;background:#b8bbc9}.connection.ok i{background:#239d78}.connection.unavailable i{background:#c18a25}.notice{background:#eeefff;border:1px solid #dcdffa;border-radius:12px;padding:16px 20px;color:#4d4d72}.notice strong{font-size:13px}.notice p{font-size:12px;line-height:1.6;margin:5px 0 0}.kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:22px}.kpis article{padding:23px 26px;background:white;border:1px solid var(--line);border-radius:14px}.kpis p{font-size:13px;margin:0 0 12px}.kpis strong{font-size:42px;letter-spacing:-1px;display:block;font-weight:600}.kpis small{font-size:11px;color:var(--muted);display:block;margin-top:10px}.fineprint{font-size:11px;line-height:1.7;margin:16px 0 26px}.panel{padding:25px;background:white;border:1px solid var(--line);border-radius:16px;min-width:0;margin-bottom:22px}.panel h2{font-size:18px;letter-spacing:-.3px}.panel-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.panel-heading .eyebrow{font-size:10px;margin:0}.geo-layout{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(220px,1fr);gap:24px;align-items:start;margin-top:22px}.world-map{width:100%;height:auto;display:block}.ocean{fill:#f8faff}.country{fill:#e0e5ef;stroke:#fff;stroke-width:.6;stroke-linejoin:round}.level-1{fill:#cbc8ff}.level-2{fill:#a5a0ff}.level-3{fill:#7c75f8}.level-4{fill:#5c55e8}.level-5{fill:#3e36bf}.country:hover{stroke:#242045;stroke-width:1}.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 22px}table{border-collapse:collapse;width:100%;font-size:12px;table-layout:fixed}th{text-align:left;font-weight:500;color:var(--muted);font-size:10px;padding:12px 0;border-bottom:1px solid var(--line)}td{padding:13px 0;border-bottom:1px solid #eff0f5;overflow-wrap:anywhere}th:last-child,td:last-child{text-align:right;width:90px}td:first-child{padding-right:20px}.data-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:150px;color:#9193a6}.data-empty span{font-size:26px}.data-empty p{font-size:12px}.table-scroll{overflow:auto}.table-scroll table{min-width:700px}.table-scroll td{padding-right:12px}.panel>.muted{font-size:11px}.panel details{margin-top:18px;font-size:12px}.login input:focus{border-color:var(--blue)}
@media(max-width:850px){.geo-layout{grid-template-columns:1fr}.workspace-nav{align-items:flex-start}.workspace-nav nav a{padding:10px}.filters{flex-wrap:wrap}.filters label:first-child{flex-basis:100%}.dashboard-heading .badge{display:none}.kpis article{padding:18px}.kpis strong{font-size:32px}.dashboard-heading h1{font-size:38px}}
@media(max-width:550px){header,main,footer{padding-left:18px;padding-right:18px}.workspace-nav{gap:8px}.workspace-nav nav{gap:0}.workspace-nav nav a{font-size:11px;padding:9px}.kpis{grid-template-columns:1fr;gap:10px}.kpis article{display:grid;grid-template-columns:1fr auto;align-items:center;gap:3px 16px}.kpis p{margin:0}.kpis strong{grid-column:2;grid-row:1/3}.kpis small{margin:0}.dashboard-grid{grid-template-columns:1fr}.filters{padding:16px;gap:10px}.filters label{min-width:110px}.filters button{width:100%}.panel{padding:18px}.login{padding:26px 22px;margin:30px auto}.login h1{font-size:36px}.panel-heading{display:block}.workspace-nav>form{flex-shrink:0}.workspace-nav button{font-size:10px;padding:8px}.connections{gap:10px}.heading h1{letter-spacing:-1.5px}footer{display:block}footer nav{margin-top:22px}}
.metric-bar{display:block;height:4px;width:95%;margin-top:8px;fill:#c7c4ff}.timeline{display:block;width:100%;min-height:170px}.gridline{fill:none;stroke:#e9eaf2;stroke-dasharray:4 5}.timeline text{font:11px Arial;fill:#777b91}.series polyline{fill:none;stroke-width:3;stroke-linejoin:round}.series.homepage{fill:#6152e9;stroke:#6152e9}.series.lumiere{fill:#25aaa0;stroke:#25aaa0}.chart-legend{display:flex;gap:22px;font-size:12px;margin:22px 0 4px}.chart-legend .homepage{color:#6152e9}.chart-legend .lumiere{color:#168e84}.chart-empty{min-height:215px}.box-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.box-empty{grid-column:1/-1;text-align:center;padding:40px;max-width:none}.box-empty p{max-width:540px;margin:12px auto 22px;color:var(--muted)}.box-symbol{display:flex;align-items:center;justify-content:center;width:66px;height:66px;margin:0 0 20px;background:linear-gradient(145deg,#e8e6ff,#d7e7ff);border-radius:20px;color:var(--blue);font-size:48px}.box-empty .box-symbol{margin:0 auto 20px}.box-card dl{display:grid;grid-template-columns:1fr 1fr;font-size:13px;gap:15px;margin:28px 0}.box-card dt{color:var(--muted)}.box-card dd{margin:0;overflow-wrap:anywhere}.download-callout{display:flex;justify-content:space-between;align-items:center;padding:28px 34px;border-radius:20px;background:#ececff;margin:14px 0 38px;gap:22px}.download-callout h2{font-size:26px}.download-callout p{margin:6px 0}.download-callout .button{white-space:nowrap}@media(max-width:650px){.box-grid{grid-template-columns:1fr}.download-callout{display:block;padding:24px}.download-callout .button{margin-top:20px}.chart-legend{font-size:10px;gap:12px}.box-empty{padding:28px 18px}}
