:root{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#162236;background:#f2f5f9;font-size:16px;font-synthesis:none;--muted:#67758b;--orange:#ef7840;--navy:#101c30;--teal:#087f82}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}a{color:inherit;text-decoration:none}button,.button{cursor:pointer;border:1px solid #dce3ed;border-radius:8px;background:#fff;padding:11px 17px;font-size:.875rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:15px}button:hover,.button:hover{filter:brightness(.96)}button:focus-visible,a:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #f99764;outline-offset:3px}button:disabled{opacity:.6;cursor:wait}.sidebar{position:fixed;inset:0 auto 0 0;width:232px;background:var(--navy);color:#f8fbff;padding:36px 22px;display:flex;flex-direction:column}.brand{display:flex;gap:12px;align-items:center;font-weight:750;letter-spacing:.09em;font-size:1rem}.brand small{font-size:.68rem;letter-spacing:.25em;display:block;color:#8c9bb1;margin-top:5px}.brand-mark{background:var(--orange);color:#101c30;font-size:1.5rem;width:40px;height:42px;display:grid;place-items:center;clip-path:polygon(27% 0,73% 0,100% 27%,100% 73%,73% 100%,27% 100%,0 73%,0 27%);font-weight:800}.nav-label{font-size:.65rem;letter-spacing:.12em;color:#8b9ab0;margin:62px 8px 18px}nav a{display:flex;gap:13px;padding:14px 15px;border-radius:7px;font-size:.9rem;margin-bottom:9px;color:#aebbd0}nav a.active{color:#fff;background:#223049;border-left:3px solid var(--orange)}nav a span{font-size:1.2rem}.sidebar-bottom{margin-top:auto;display:grid;grid-template-columns:36px 1fr;align-items:center;gap:10px;padding-top:35px}.avatar{height:35px;background:#2b3d59;border-radius:50%;display:grid;place-items:center}.sidebar-bottom strong{font-size:.875rem}.sidebar-bottom small{display:block;color:#93a3bc;font-size:.75rem;margin-top:4px}.password-link{font-size:.8rem;color:#b6c4d9;grid-column:1/-1;margin-top:15px}.logout{background:transparent;color:#b6c4d9;border:0;padding:0;font-size:.8rem}.workspace{margin-left:232px;padding:0 40px 24px;max-width:1900px}.topbar{height:78px;border-bottom:1px solid #dfe6ef;display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:var(--muted);letter-spacing:.05em}.topbar strong{color:#33445a}.slash{margin:0 17px;color:#b5c0ce}.timezone{font-size:.8rem;letter-spacing:0}.heading{display:flex;justify-content:space-between;align-items:center;margin:35px 0 29px}.eyebrow{font-size:.72rem;font-weight:650;letter-spacing:.14em;color:#64758c;margin-bottom:10px}h1{font-size:2.1rem;line-height:1.2;letter-spacing:-.04em;margin:0 0 11px}h2{font-size:1.12rem;margin:0 0 7px;letter-spacing:-.015em}p{line-height:1.6}.heading p{margin:0;font-size:.9rem}.muted{color:var(--muted)}.accent{color:var(--orange)}.export{white-space:nowrap}.controls{display:flex;justify-content:space-between;gap:20px;align-items:center;flex-wrap:wrap}.tabs{background:#e5eaf2;border-radius:9px;padding:4px;display:flex;gap:3px}.tabs button{border:0;background:transparent;color:#5e6d82;padding:10px 15px}.tabs .selected{background:#fff;color:#18263b;box-shadow:0 1px 5px #1b355014}#period{display:flex;gap:10px;align-items:center}#period label{display:flex;align-items:center;gap:8px;font-size:.8rem;color:var(--muted)}input{border:1px solid #d4dde9;border-radius:7px;background:#fff;padding:10px 11px;color:#203149;min-width:0;font-size:.875rem}.dark{background:var(--navy);color:#fff;border-color:var(--navy)}.status{font-size:.8rem;color:#63748a;margin:17px 0 19px;min-height:20px}.status.error{color:#b33140}.kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}.kpi{background:#fff;border:1px solid #e0e6ef;border-radius:11px;padding:23px 22px;min-height:165px}.kpi>div{display:flex;align-items:center;justify-content:space-between;gap:6px;font-size:.9rem;font-weight:650}.kpi>div span{font-size:.6rem;letter-spacing:.05em;font-weight:500;color:#78869a}.kpi strong{font-variant-numeric:tabular-nums;display:block;font-size:clamp(1.2rem,2.1vw,2rem);letter-spacing:-.035em;margin:24px 0 10px}.kpi small{color:#748296;font-size:.78rem}.kpi.featured{background:var(--navy);color:#fff;border-color:var(--navy);position:relative;overflow:hidden}.kpi.featured:before{content:'';position:absolute;inset:0 auto 0 0;width:4px;background:var(--orange)}.kpi.featured small,.kpi.featured>div span{color:#aebbd0}.panel{background:#fff;border:1px solid #e0e6ef;border-radius:11px;margin-top:23px;padding:25px}.panel-heading{display:flex;justify-content:space-between;align-items:center;gap:20px}.panel-heading p{font-size:.8rem;margin:0}.legend{display:flex;gap:20px;align-items:center;font-size:.8rem}.legend span{display:flex;align-items:center;gap:7px}.legend i{display:inline-block;width:11px;height:11px;border-radius:3px}.legend-ggr{background:var(--orange)}.legend-ngr{background:var(--teal)}.legend small{color:var(--muted)}.chart{width:100%;margin-top:24px;min-height:290px}.chart svg{display:block;width:100%;height:290px;overflow:visible}.chart-tooltip{margin-top:12px;font-size:.875rem;background:#f0f5f8;padding:12px 16px;border-radius:7px}.table-label{font-size:.8rem;color:#62738b;background:#f3f6fa;padding:7px 12px;border-radius:6px}.table-scroll{overflow:auto;margin:23px -25px -25px;border-radius:0 0 11px 11px}table{border-collapse:collapse;width:100%;font-size:.875rem;white-space:nowrap;font-variant-numeric:tabular-nums}th,td{text-align:right;padding:15px 20px;border-bottom:1px solid #edf0f5}th{font-size:.75rem;font-weight:550;background:#f8fafc;color:#61738b}td:first-child,th:first-child{text-align:left;padding-left:26px}tbody tr:hover{background:#f5f8fc}td:nth-child(4),td:nth-child(6){font-weight:650}td:nth-child(6){color:var(--teal)}td.negative{color:#ba4052!important}tfoot{background:#edf2f8;font-weight:650}tfoot td{border:0}.method{margin-top:24px;border:1px solid #dce4ee;border-radius:9px;padding:17px 20px;color:#53677f;font-size:.85rem}.method summary{cursor:pointer;line-height:1.5}.method summary span{float:right;font-size:.75rem;color:#8a6726}.method p{max-width:1100px}.method strong{color:#263c53}footer{display:flex;justify-content:space-between;gap:20px;margin-top:30px;font-size:.68rem;letter-spacing:.1em;color:#8190a4}footer span{letter-spacing:0}.login-body{background:var(--navy);min-height:100vh;display:grid;place-items:center;padding:24px}.login-card{width:100%;max-width:460px;border-radius:15px;background:white;padding:42px}.login-card .brand{font-size:.8rem;letter-spacing:.04em;margin-bottom:45px}.login-card h1{font-size:1.8rem}.login-card .muted{font-size:.9rem}.login-card label{display:block;font-size:.875rem;font-weight:550;margin-top:22px}.login-card input{width:100%;margin-top:9px;padding:13px}.primary{width:100%;margin-top:28px;background:var(--orange);border-color:var(--orange);color:#142135;justify-content:space-between}.login-foot{font-size:.73rem;color:#7b8899;margin:26px 0 0}.error,.errorlist{color:#b33140;font-size:.875rem}.helptext{font-size:.8rem;color:#67758b}.empty{text-align:center;padding:70px 20px;color:var(--muted)}
@media(min-width:1600px){.kpi strong{font-size:2.1rem}}@media(max-width:1150px){.sidebar{width:195px;padding:30px 15px}.workspace{margin-left:195px;padding:0 24px 24px}.kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.kpi strong{font-size:1.85rem}.kpi>div span{font-size:.7rem}.controls{gap:15px}.timezone{display:none}}@media(max-width:720px){.sidebar{position:relative;width:auto;padding:16px 20px;flex-direction:row;align-items:center;justify-content:space-between;gap:10px}.brand small,.nav-label,.sidebar-bottom,.sidebar nav a.active{display:none}.sidebar .brand{font-size:.85rem}.brand-mark{width:32px;height:34px;font-size:1.25rem}.sidebar nav a{padding:5px;margin:0;font-size:.8rem}.workspace{margin:0;padding:0 16px 20px}.topbar{height:55px}.heading{margin:26px 0;align-items:flex-start;gap:14px}h1{font-size:1.65rem}.heading p{font-size:.8rem}.eyebrow{font-size:.62rem}.export{font-size:.75rem;padding:9px 10px}.tabs{width:100%;justify-content:space-between}.tabs button{font-size:.76rem;padding:10px 8px}#period{width:100%;gap:7px;flex-wrap:wrap}#period label{flex:1;gap:5px}#period input{width:100%;font-size:.78rem;padding:9px 6px}#period button{padding:10px;font-size:.78rem}.kpis{gap:10px}.kpi{padding:17px 13px;min-height:147px}.kpi>div{font-size:.8rem}.kpi>div span{display:none}.kpi strong{font-size:1.3rem;margin-top:22px}.kpi small{font-size:.7rem}.panel{padding:19px 15px}.panel-heading{align-items:flex-start;gap:12px}.panel-heading h2{font-size:1rem}.legend{gap:10px;font-size:.72rem;flex-wrap:wrap;justify-content:flex-end}.legend small{width:100%;text-align:right}.table-scroll{margin:18px -15px -19px}th,td{padding:13px 14px}.chart svg{height:250px}.chart{min-height:250px}.table-label{display:none}.method summary span{float:none;display:block;margin-top:5px}footer{flex-direction:column;gap:10px}.login-card{padding:30px}.sidebar nav{display:flex}}

.mobile-account{display:none}@media(max-width:720px){.mobile-account{display:flex;gap:20px;align-items:center;margin-top:20px;font-size:.85rem}.mobile-account button{background:transparent;border:0;padding:0}}

@media(max-width:450px){.kpi strong{font-size:1rem;letter-spacing:-.025em}}
