@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&family=Caveat:wght@600&display=swap");:root{--bg:#f4f7f8;--surface:#ffffff;--ink:#14212c;--muted:#5c6c78;--line:#dfe6ea;--accent:#0c6e74;--accent-ink:#ffffff;--accent-soft:#e2f4f5;--live:#1d5ed6;--live-soft:#e5edfb;--warn:#b45309;--warn-soft:#fdf2e3;--danger:#b42318;--danger-soft:#fbe9e7;--sidebar:#0d2b45;--sidebar-ink:#c2d3e0;--sidebar-active:#17405f;--radius:6px;--font:"Inter",system-ui,sans-serif;--mono:"IBM Plex Mono",ui-monospace,monospace;--navy:#0d2b45;--navy-soft:#34576f;--teal:#0e9aa0;--teal-bright:#16c4b4;--cta-a:#0c6e74;--cta-b:#0e3f55;--panel-a:#f4fcfc;--panel-b:#dff3f6;--placeholder:#9aaab4}*{box-sizing:border-box}body,html{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font);font-size:14.5px;line-height:1.5}a{color:inherit;text-decoration:none}h1{font-size:22px;margin:0 0 4px;letter-spacing:-.01em}h1,h2{font-weight:600}h2{font-size:16px;margin:0 0 10px}p{margin:0 0 8px}.sub{color:var(--muted)}.mono{font-family:var(--mono);font-size:13.5px}button,input,select,textarea{font:inherit}.btn{display:inline-flex;align-items:center;gap:6px;padding:7px 13px;border-radius:var(--radius);border:1px solid var(--line);background:var(--surface);color:var(--ink);cursor:pointer;font-weight:500}.btn:hover{border-color:#c9c6bd}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.primary{background:var(--accent);border-color:var(--accent);color:var(--accent-ink)}.btn.danger{color:var(--danger);border-color:#efc7c2}.btn.danger.solid{background:var(--danger);color:#fff}.btn.sm{padding:4px 9px;font-size:13px}.btn.lg{padding:11px 18px;font-size:15px}input,select,textarea{width:100%;padding:8px 10px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.btn:focus-visible,input:focus,select:focus,textarea:focus{outline:2px solid var(--live);outline-offset:1px}label{display:block;font-weight:500;margin-bottom:4px}.field{margin-bottom:14px}.hint{color:var(--muted);font-size:13px;margin-top:4px}.err{background:var(--danger-soft);color:var(--danger)}.err,.ok{padding:10px 12px;border-radius:var(--radius);margin:10px 0}.ok{background:var(--accent-soft);color:var(--accent)}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:18px}.grid{display:grid;grid-gap:14px;gap:14px}.g2{grid-template-columns:repeat(2,minmax(0,1fr))}.g3{grid-template-columns:repeat(3,minmax(0,1fr))}.g4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:900px){.g2,.g3,.g4{grid-template-columns:1fr 1fr}}@media (max-width:600px){.g2,.g3,.g4{grid-template-columns:1fr}}.stat{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:14px 16px}.stat .v{font-size:26px;font-weight:600;letter-spacing:-.02em;line-height:1.1}.stat .k{color:var(--muted);font-size:13px;margin-top:4px}table{width:100%;border-collapse:collapse;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}td,th{text-align:left;padding:9px 12px;border-bottom:1px solid var(--line);vertical-align:middle}th{font-weight:500;color:var(--muted);font-size:13px;background:#f7fafb}tr:last-child td{border-bottom:0}tr.click{cursor:pointer}tr.click:hover td{background:#faf9f6}.pill{display:inline-block;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:500;background:#eaeff2;color:var(--muted)}.pill.ok{background:var(--accent-soft);color:var(--accent)}.pill.live{background:var(--live-soft);color:var(--live)}.pill.warn{background:var(--warn-soft);color:var(--warn)}.pill.bad{background:var(--danger-soft);color:var(--danger)}.row{display:flex;align-items:center;gap:10px}.between{justify-content:space-between}.wrap{flex-wrap:wrap}.page{padding:26px 30px;max-width:1240px}.head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:20px}.empty{padding:36px;text-align:center;color:var(--muted);background:var(--surface);border:1px dashed var(--line);border-radius:var(--radius)}.tabs{display:flex;gap:4px;border-bottom:1px solid var(--line);margin-bottom:16px}.tabs button{background:none;border:0;padding:8px 12px;cursor:pointer;color:var(--muted);border-bottom:2px solid transparent;margin-bottom:-1px}.tabs button.on{color:var(--ink);border-color:var(--accent)}.avail{width:8px;height:8px;border-radius:50%;display:inline-block;margin-right:6px;background:#8b929c}.avail.ONLINE{background:#34d399}.avail.DND{background:#f59e0b}.banner{background:var(--warn-soft);color:var(--warn);padding:8px 30px;font-size:13.5px;border-bottom:1px solid #f3dcb4}.banner.bad{background:var(--danger-soft);color:var(--danger)}.dialer{max-width:380px;margin:0 auto}.keypad{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin:14px 0}.keypad button{height:54px;font-size:20px;font-family:var(--mono);border-radius:10px;border:1px solid var(--line);background:var(--surface);cursor:pointer}.keypad button:active{background:var(--accent-soft)}.callbar{position:fixed;right:20px;bottom:20px;background:var(--sidebar);color:#fff;padding:12px 16px;border-radius:10px;display:flex;gap:12px;align-items:center;box-shadow:0 8px 24px rgba(0,0,0,.25);z-index:50}.callbar .btn{background:#17405f;border-color:#17405f;color:#fff}.callbar .btn.danger.solid{background:var(--danger)}@media (prefers-reduced-motion:no-preference){.ring{animation:ring 1s infinite}@keyframes ring{0%,to{opacity:1}50%{opacity:.55}}}.auth{min-height:100vh;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.08fr)}.auth-form{background:var(--surface);display:flex;flex-direction:column;padding:40px 48px}.auth-form>.auth-body,.auth-form>form{display:flex;flex-direction:column;flex:1 1;width:100%;max-width:400px;margin:0 auto}.auth-mid{flex:1 1;width:100%}.auth-logo{display:flex;align-items:center;gap:11px;margin-bottom:44px}.auth-logo svg{display:block}.auth-logo .word{font-size:27px;font-weight:700;letter-spacing:-.025em;color:var(--navy);line-height:1}.auth-logo .tag{display:flex;align-items:center;gap:6px;margin-top:5px;font-size:7.5px;font-weight:600;letter-spacing:.17em;color:var(--navy-soft);text-transform:uppercase}.auth-logo .tag:after,.auth-logo .tag:before{content:"";height:1px;flex:1 1;background:currentColor;opacity:.45}.auth h1{font-size:31px;font-weight:700;letter-spacing:-.025em;color:var(--navy);margin:0 0 10px}.auth .lede{color:var(--muted);font-size:14.5px;margin:0 0 26px;max-width:34ch}.auth .field{margin-bottom:17px}.auth .field label{display:block;font-size:13.5px;font-weight:500;color:var(--navy);margin-bottom:7px}.auth .input-wrap{position:relative;display:flex;align-items:center}.auth .input-wrap .lead{position:absolute;left:14px;display:flex;color:var(--placeholder);pointer-events:none}.auth input{height:46px;padding:0 14px 0 42px;border:1px solid var(--line);border-radius:10px;background:#fbfdfe;font-size:14.5px;color:var(--ink)}.auth input::placeholder{color:var(--placeholder)}.auth input:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px rgba(14,154,160,.16);background:var(--surface)}.auth .peek{position:absolute;right:6px;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:0;background:none;border-radius:8px;color:var(--placeholder);cursor:pointer}.auth .peek:hover{color:var(--navy-soft);background:#eef4f6}.auth .row-between{display:flex;align-items:center;justify-content:space-between;gap:12px}.auth a.link{color:var(--teal);font-size:13px;font-weight:500}.auth a.link:hover{text-decoration:underline}.auth .rules{display:flex;flex-wrap:wrap;gap:4px 16px;margin-top:9px;font-size:12.5px;color:var(--muted)}.auth .rules span{display:inline-flex;align-items:center;gap:5px}.auth .rules span.met{color:var(--accent)}.auth .agree{display:flex;align-items:flex-start;gap:10px;margin:4px 0 20px;font-size:13.5px;color:var(--muted);cursor:pointer}.auth .agree input{width:17px;height:17px;flex:none;margin-top:1px;padding:0;accent-color:var(--accent);cursor:pointer}.auth .cta{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;height:51px;border:0;border-radius:10px;background:linear-gradient(105deg,var(--cta-a),var(--cta-b));color:#fff;font-family:inherit;font-size:15.5px;font-weight:600;cursor:pointer}.auth .cta:hover:not(:disabled){filter:brightness(1.08)}.auth .cta:disabled{opacity:.6;cursor:default}.auth .cta:focus-visible{outline:2px solid var(--navy);outline-offset:2px}.auth .divider{display:flex;align-items:center;gap:14px;margin:22px 0;color:var(--muted);font-size:13px}.auth .divider:after,.auth .divider:before{content:"";height:1px;flex:1 1;background:var(--line)}.auth .foot-note{display:flex;gap:11px;margin-top:auto;padding-top:34px;font-size:12.8px;color:var(--muted);line-height:1.45}.auth .foot-note strong{display:block;color:var(--navy);font-weight:600;font-size:13.2px;margin-bottom:2px}.auth .foot-note svg{flex:none;color:var(--teal)}.auth .swap{font-size:13.5px;color:var(--muted)}.auth-panel{position:relative;overflow:hidden;padding:40px 48px;display:flex;flex-direction:column;background:radial-gradient(120% 90% at 88% 4%,#ffffff 0,var(--panel-a) 34%,var(--panel-b) 100%)}.auth-panel .top-link{text-align:right;font-size:13.5px;color:var(--muted);margin-bottom:34px}.auth-panel .top-link a{color:var(--teal);font-weight:600}.auth-panel .top-link a:hover{text-decoration:underline}.auth-panel .eyebrow{font-size:11px;font-weight:600;letter-spacing:.19em;text-transform:uppercase;color:#4a7a8c;margin-bottom:14px}.auth-panel h2{font-size:40px;line-height:1.12;font-weight:700;letter-spacing:-.03em;color:var(--navy);margin:0 0 30px;max-width:12ch}.auth-panel h2 em{font-style:normal;color:var(--teal)}.auth-panel .feat{display:flex;gap:15px;margin-bottom:19px;align-items:center}.auth-panel .feat .ico{flex:none;width:45px;height:45px;border-radius:50%;display:grid;place-items:center;background:var(--surface);color:var(--teal);box-shadow:0 3px 12px rgba(13,43,69,.09)}.auth-panel .feat b{display:block;font-size:14.5px;font-weight:600;color:var(--navy)}.auth-panel .feat span{font-size:13.5px;color:var(--muted)}.auth-panel .art{flex:1 1;display:grid;place-items:center;min-height:0;padding:16px 0}.auth-panel .art svg{max-width:100%;height:auto}.auth-panel .script{font-family:Caveat,cursive;font-size:33px;line-height:1.05;color:var(--teal);text-align:center;margin-top:4px}.auth-panel .panel-foot{display:flex;align-items:center;gap:12px;font-size:10.5px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--navy-soft);opacity:.75}.auth-panel .panel-foot:after,.auth-panel .panel-foot:before{content:"";height:1px;flex:1 1;background:currentColor;opacity:.35}.auth .result-icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;margin-bottom:20px;background:var(--accent-soft);color:var(--accent)}.auth .result-icon.bad{background:var(--danger-soft);color:var(--danger)}.auth .mobile-swap{display:none;margin-top:22px;text-align:center;font-size:13.5px;color:var(--muted)}.auth .mobile-swap a{color:var(--teal);font-weight:600}@media (max-width:980px){.auth{grid-template-columns:1fr}.auth-panel{display:none}.auth-form{padding:32px 22px 40px}.auth-form>.auth-body,.auth-form>form{max-width:420px}.auth h1{font-size:27px}.auth .mobile-swap{display:block}}.shell{display:grid;grid-template-columns:236px minmax(0,1fr);min-height:100vh}.side{background:var(--sidebar);color:var(--sidebar-ink);padding:20px 14px 16px;display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow-y:auto}.side-brand{display:block;margin:0 6px 16px}.side-brand .auth-logo{margin:0;gap:9px}.side-brand .auth-logo .word{color:#fff;font-size:22px}.side-brand .auth-logo .tag{display:none}.ws-switch{margin-bottom:12px;background:var(--sidebar-active);color:#fff;border:0;border-radius:8px;font-size:13px}.side-nav{display:flex;flex-direction:column;gap:2px}.side-nav .grp{color:#6d8ba5;font-size:11px;font-weight:600;letter-spacing:.06em;margin:12px 0 4px;padding:0 10px}.side-nav .grp:first-child{margin-top:0}.side-nav a{display:flex;align-items:center;gap:11px;padding:7px 10px;border-radius:9px;font-size:14px;color:var(--sidebar-ink)}.side-nav a .ic{display:flex;color:#7fa0b8}.side-nav a:hover{background:var(--sidebar-active);color:#fff}.side-nav a.on{background:linear-gradient(100deg,#12507a,#17405f);color:#fff;font-weight:500}.side-nav a.on .ic{color:var(--teal-bright)}.side-nav .admin-link{margin-top:10px;color:#f5c26b}.side-nav .admin-link .ic{color:#f5c26b}.side-foot{margin-top:auto;padding-top:14px}.plan-card{background:var(--sidebar-active);border-radius:12px;padding:12px 13px;margin-bottom:10px}.plan-card .k{color:#8fb0c8;font-size:11.5px;margin:0}.plan-card .v{color:#fff;font-size:16px;font-weight:600;margin:2px 0 9px}.plan-card .bar{height:5px;border-radius:3px;background:#0b2a44;overflow:hidden;margin-bottom:7px}.plan-card .bar i{display:block;height:100%;background:linear-gradient(90deg,var(--teal-bright),var(--teal))}.plan-card .btn{width:100%;justify-content:center;margin-top:9px}.avail-row{display:flex;align-items:center;gap:8px;padding:0 4px;margin-bottom:6px}.avail-row select{background:none;border:0;color:var(--sidebar-ink);font-size:13px;padding:6px 0;cursor:pointer}.avail-row select option{color:var(--ink)}.signout{display:flex;align-items:center;gap:9px;width:100%;padding:8px 4px;background:none;border:0;color:#8fb0c8;font-family:inherit;font-size:13px;cursor:pointer;border-radius:8px}.signout:hover{color:#fff}.topbar{display:flex;align-items:center;gap:18px;padding:12px 26px;background:var(--surface);border-bottom:1px solid var(--line);position:-webkit-sticky;position:sticky;top:0;z-index:30}.topbar>:first-child{flex:1 1;min-width:0}.notice{display:flex;align-items:center;gap:10px;background:var(--warn-soft);border:1px solid #f3dcb4;color:#8a5a15;border-radius:10px;padding:8px 10px 8px 14px;font-size:13.5px}.notice.bad{background:var(--danger-soft);border-color:#efc7c2;color:var(--danger)}.notice .dot{width:8px;height:8px;border-radius:50%;background:currentColor;flex:none;opacity:.8}.notice>span:nth-child(2){flex:1 1;min-width:0}.notice .btn{background:#fff;border-color:#e6cfa4;color:#8a5a15;flex:none}.notice.bad .btn{border-color:#efc7c2;color:var(--danger)}.topbar-right{display:flex;align-items:center;gap:8px;flex:none}.bell,.bell>button{position:relative}.bell>button{display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:10px;background:none;color:var(--muted);cursor:pointer}.bell>button:hover{background:#eef3f5;color:var(--ink)}.bell .badge{position:absolute;top:5px;right:5px;min-width:15px;height:15px;padding:0 3px;border-radius:8px;background:var(--danger);color:#fff;font-size:9.5px;font-style:normal;font-weight:600;display:grid;place-items:center}.usermenu{position:relative}.usermenu>button{display:flex;align-items:center;gap:9px;padding:5px 8px 5px 5px;border:0;border-radius:30px;background:none;cursor:pointer;font-family:inherit;color:var(--ink)}.usermenu>button:hover{background:#eef3f5}.avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--cta-a),var(--cta-b));color:#fff;font-size:12.5px;font-weight:600;flex:none}.usermenu .who{display:flex;flex-direction:column;line-height:1.25;text-align:left}.usermenu .who b{font-size:13.5px;font-weight:600}.usermenu .who span{font-size:12px;color:var(--muted)}.menu{position:absolute;right:0;top:calc(100% + 8px);min-width:190px;background:var(--surface);border:1px solid var(--line);border-radius:12px;box-shadow:0 12px 30px rgba(13,43,69,.13);padding:6px;z-index:40}.menu.wide{min-width:300px}.menu a,.menu>button{display:block;width:100%;text-align:left;padding:8px 10px;border:0;border-radius:8px;background:none;font-family:inherit;font-size:13.5px;color:var(--ink);cursor:pointer}.menu a:hover,.menu>button:hover{background:#eef3f5}.menu-head{font-size:12px;font-weight:600;padding:6px 10px}.menu-empty,.menu-head{color:var(--muted);margin:0}.menu-empty{font-size:13px;padding:4px 10px 10px}.menu-item{padding:8px 10px;border-radius:8px}.menu-item b{display:block;font-size:13.5px;font-weight:600}.menu-item span{font-size:12.5px;color:var(--muted)}.dash{display:grid;grid-template-columns:minmax(0,1fr) 262px;grid-gap:16px;gap:16px;align-items:start}.dash-main{min-width:0}.dash-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.dash-head h1{font-size:25px;font-weight:700;letter-spacing:-.02em;color:var(--navy);margin:0 0 3px}.dash .btn.lg{padding:10px 17px;border-radius:10px;font-size:14.5px}.dash .btn.primary{background:linear-gradient(105deg,var(--cta-a),var(--cta-b));border:0;color:#fff}.stat-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:10px;gap:10px;margin-bottom:16px}.stat-card{background:var(--surface);border:1px solid var(--line);border-radius:13px;padding:14px}.stat-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:11px}.feed .ic,.quick .ic,.stat-card .ic{display:grid;place-items:center;border-radius:50%;flex:none}.stat-card .ic{width:34px;height:34px}.ic.teal{background:#dcf3f4;color:#0c6e74}.ic.green{background:#ddf3e6;color:#17803d}.ic.blue{background:#dde9f8;color:#1c5fa8}.ic.red{background:#fbe4e2;color:#b42318}.ic.violet{background:#e7e3f8;color:#5b46b5}.ic.amber{background:#fbeed9;color:#97640e}.delta{display:inline-flex;align-items:center;gap:2px;font-size:11.5px;font-weight:600;padding:2px 6px;border-radius:20px}.delta.good{background:#ddf3e6;color:#17803d}.delta.bad{background:#fbe4e2;color:#b42318}.stat-card .v{font-size:23px;font-weight:700;letter-spacing:-.02em;color:var(--navy);margin:0;line-height:1.15}.stat-card .k{font-size:12.5px;color:var(--muted);margin:3px 0 0}.dash-row{display:grid;grid-gap:14px;gap:14px;margin-bottom:16px}.dash-row.two{grid-template-columns:minmax(0,1.72fr) minmax(0,1fr)}.dash-row.three{grid-template-columns:minmax(0,1.25fr) minmax(0,1fr) minmax(0,1fr)}.dash .card,.dash-rail .card{background:var(--surface);border:1px solid var(--line);border-radius:13px;padding:15px 16px}.dash-rail{display:flex;flex-direction:column;gap:14px;position:-webkit-sticky;position:sticky;top:74px}.card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:13px}.dash h2,.dash-rail h2{font-size:14.5px;font-weight:600;color:var(--navy);margin:0}.more{display:inline-flex;align-items:center;gap:4px;font-size:12.5px;font-weight:500;color:var(--teal)}.more:hover{text-decoration:underline}.legend{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--muted)}.legend i{width:8px;height:8px;border-radius:50%}.legend i+i{margin-left:6px}.chart-empty{padding:34px 0;text-align:center}.chart.hourly{display:flex;gap:8px;height:150px}.chart.hourly .y{display:flex;flex-direction:column;justify-content:space-between;font-size:10.5px;color:var(--muted);padding-bottom:18px}.chart.hourly .plot{flex:1 1;min-width:0;position:relative;display:flex;flex-direction:column}.chart.hourly .grid-lines{position:absolute;inset:0 0 18px 0;display:flex;flex-direction:column;justify-content:space-between}.chart.hourly .grid-lines i{height:1px;background:var(--line)}.chart.hourly .bars{gap:3px;position:relative}.chart.hourly .bars,.chart.hourly .slot{flex:1 1;display:flex;align-items:flex-end}.chart.hourly .slot{justify-content:center;gap:1.5px;height:100%}.chart.hourly .slot i{width:45%;max-width:7px;border-radius:2px 2px 0 0;min-height:0}.chart.daily .x,.chart.hourly .x{display:flex;justify-content:space-between;font-size:10.5px;color:var(--muted);padding-top:6px;height:18px}.chart.daily{display:flex;gap:8px}.chart.daily .y{display:flex;flex-direction:column;justify-content:space-between;font-size:10.5px;color:var(--muted);padding-bottom:18px}.chart.daily .plot{flex:1 1;min-width:0}.chart.daily svg{width:100%;height:116px;display:block}.donut-wrap{display:flex;align-items:center;gap:14px}.donut{position:relative;width:132px;flex:none}.donut svg{width:132px;height:132px;display:block}.donut .mid{position:absolute;inset:0;display:grid;place-content:center;text-align:center}.donut .mid b{display:block;font-size:21px;font-weight:700;color:var(--navy);letter-spacing:-.02em}.donut .mid span{font-size:10.5px;color:var(--muted)}.donut-key{list-style:none;margin:0;padding:0;flex:1 1;min-width:0}.donut-key li{display:flex;align-items:center;gap:8px;font-size:13px;padding:5px 0}.donut-key i{width:8px;height:8px;border-radius:50%;flex:none}.donut-key span{margin-left:auto;font-weight:600;color:var(--navy)}.country-list{list-style:none;margin:0;padding:0}.country-list li{display:grid;grid-template-columns:20px 1fr auto auto;align-items:center;grid-gap:8px;gap:8px;padding:6px 0 9px;font-size:13px}.country-list .flag{display:flex}.country-list .nm{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.country-list .n{font-weight:600;color:var(--navy)}.country-list .pc{color:var(--muted);font-size:12px;min-width:30px;text-align:right}.country-list .bar{grid-column:1/-1;height:4px;border-radius:2px;background:#eaf0f3;overflow:hidden;margin-top:-4px}.country-list .bar i{display:block;height:100%;background:var(--teal);border-radius:2px}.feed{list-style:none;margin:0;padding:0}.feed li{display:flex;align-items:center;gap:10px;padding:7px 0}.feed .ic{width:32px;height:32px}.feed .txt{flex:1 1;min-width:0;display:flex;flex-direction:column;line-height:1.3}.feed .txt b{font-size:13.2px;font-weight:600;color:var(--navy);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed .txt span,.feed .when{font-size:12px;color:var(--muted)}.feed .when{flex:none}.quick{display:flex;flex-direction:column;gap:6px}.quick a{display:flex;gap:10px;padding:9px 10px;border-radius:10px;font-size:13.5px;font-weight:500;color:var(--navy);border:1px solid var(--line)}.quick a:hover{background:#f3f8f9;border-color:#cfe0e6}.quick .ic{width:30px;height:30px}.promo{position:relative;overflow:hidden;display:flex;align-items:center;gap:16px;padding:20px 22px;border-radius:13px;background:linear-gradient(100deg,#e8f6f7,#dff0f4);border:1px solid #cbe6ea}.promo-ic{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:#fff;color:var(--teal);flex:none}.promo h2{font-size:16.5px;margin:0 0 3px}.promo p{font-size:13.5px;color:var(--muted);margin:0;max-width:52ch}.promo>div{flex:1 1;min-width:0}.promo .btn{flex:none;position:relative;z-index:1}.promo-art{position:absolute;right:0;bottom:0;width:230px;opacity:.55;pointer-events:none}.topbar>.hamburger{flex:none}.topbar>.notice,.topbar>span{flex:1 1;min-width:0}.hamburger{display:none;place-items:center;width:38px;height:38px;border:0;border-radius:10px;background:none;color:var(--muted);cursor:pointer}.hamburger:hover{background:#eef3f5;color:var(--ink)}.drawer-close,.scrim{display:none}.split{position:relative;display:flex;flex:none}.split>.btn:first-child{border-radius:10px 0 0 10px}.split .split-more{border-radius:0 10px 10px 0;padding-left:10px;padding-right:10px;margin-left:1px}.split .menu{top:calc(100% + 6px)}.card-tools{display:inline-flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.picker{width:auto;padding:4px 8px;border:1px solid var(--line);border-radius:8px;background:var(--surface);font-family:inherit;font-size:12.5px;color:var(--muted);cursor:pointer}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:26px 10px;min-height:148px}.empty-state .art{color:#c3d5dd;margin-bottom:12px;display:flex}.empty-state b{font-size:14px;font-weight:600;color:var(--navy)}.empty-state p{font-size:12.8px;color:var(--muted);margin:5px 0 0;max-width:34ch;line-height:1.45}.empty-state .btn{margin-top:13px}.stat-card.is-empty{position:relative;overflow:hidden;padding:12px 11px}.stat-card.is-empty .stat-top{gap:6px;justify-content:flex-start;margin-bottom:8px;min-width:0}.stat-card.is-empty .ic{width:25px;height:25px}.stat-card.is-empty .ic svg{width:15px;height:15px}.stat-card.is-empty .stat-top .k{font-size:11px;font-weight:500;color:var(--muted);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stat-card.is-empty .v{color:#9fb2be;font-size:21px}.stat-card.is-empty .hint{font-size:10.6px;color:var(--placeholder);margin:5px 0 0;white-space:nowrap}.stat-card.is-empty .ghost{position:absolute;right:11px;top:46px;color:#e6eef2;pointer-events:none}.stat-card.is-empty .ghost svg{width:24px;height:24px}.quick a{align-items:center}.quick .qa-txt{flex:1 1;min-width:0;display:flex;flex-direction:column;line-height:1.3}.quick .qa-txt b{font-size:13.5px;font-weight:600;color:var(--navy)}.quick .qa-txt span{font-size:11.5px;font-weight:400;color:var(--muted);line-height:1.35}.quick a>svg:last-child{color:var(--placeholder);flex:none}@media (max-width:1000px){.shell{grid-template-columns:minmax(0,1fr)}.hamburger{display:grid}.side{position:fixed;top:0;left:0;bottom:0;width:264px;height:100dvh;z-index:60;transform:translateX(-100%);box-shadow:0 0 40px rgba(13,43,69,.3)}.drawer-open .side{transform:none}.scrim{display:block;position:fixed;inset:0;z-index:55;border:0;padding:0;background:rgba(13,43,69,.45);opacity:0;pointer-events:none}.drawer-open .scrim{opacity:1;pointer-events:auto}.drawer-close{display:grid;place-items:center;position:absolute;top:14px;right:12px;width:34px;height:34px;border:0;border-radius:9px;background:var(--sidebar-active);color:#fff;cursor:pointer}.side-brand{margin-right:46px}.side-foot,.side-nav .grp{display:block}}@media (prefers-reduced-motion:no-preference){.side{transition:transform .22s ease}.scrim{transition:opacity .22s ease}}@media (max-width:1320px){.dash{grid-template-columns:minmax(0,1fr)}.dash-rail{position:static;display:grid;grid-template-columns:1fr 1fr;align-items:start}}@media (max-width:1180px){.stat-row{grid-template-columns:repeat(3,minmax(0,1fr))}.stat-card.is-empty .stat-top .k{font-size:12.5px}.stat-card.is-empty .hint{font-size:12px}.dash-row.three{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.dash-row.three>:first-child{grid-column:1/-1}}@media (max-width:900px){.dash-row.three,.dash-row.two{grid-template-columns:minmax(0,1fr)}.dash-row.three>:first-child{grid-column:auto}.donut-wrap{justify-content:center}}@media (max-width:720px){.page{padding:16px}.topbar{padding:10px 14px;gap:8px}.topbar .notice>span:nth-child(2){display:none}.topbar .notice{padding:6px 8px}.usermenu .who{display:none}.dash-head{flex-direction:column;align-items:stretch;gap:12px}.dash-head h1{font-size:22px}.split{align-self:flex-start}.dash-rail{grid-template-columns:1fr}.stat-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.promo{flex-wrap:wrap;gap:12px}.promo>div{flex-basis:100%}.promo-art{display:none}.donut-wrap{flex-direction:column}}@media (max-width:420px){.stat-row{grid-template-columns:minmax(0,1fr)}.chart.hourly .x span:nth-child(2n){display:none}}.topbar-btn{flex:none;padding:8px 13px;border-radius:9px;font-size:13.5px;white-space:nowrap}.btn.primary.topbar-btn{background:linear-gradient(105deg,var(--cta-a),var(--cta-b));border:0;color:#fff}.dial-anchor{position:relative}.dial-panel{position:absolute;right:0;top:calc(100% + 10px);width:306px;z-index:45;background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 44px rgba(13,43,69,.18);padding:6px 14px 12px}.dial-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);margin:0 -14px 12px;padding:0 8px}.dial-head .tabs{display:flex;gap:2px;border:0;margin:0}.dial-head .tabs button{background:none;border:0;padding:10px 12px;font-family:inherit;font-size:13.5px;color:var(--muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px}.dial-head .tabs button.on{color:var(--navy);font-weight:600;border-color:var(--teal)}.dial-head .x{display:grid;place-items:center;width:30px;height:30px;border:0;border-radius:8px;background:none;color:var(--muted);cursor:pointer}.dial-head .x:hover{background:#eef3f5;color:var(--ink)}.dial-entry{display:flex;align-items:center;gap:6px;border:1px solid var(--line);border-radius:10px;padding:4px 6px;background:#fbfdfe}.dial-entry:focus-within{border-color:var(--teal);box-shadow:0 0 0 3px rgba(14,154,160,.14)}.dial-entry .code{position:relative;display:flex;align-items:center;gap:5px;padding:4px 6px;border-radius:7px;font-size:12.5px;color:var(--navy);cursor:pointer}.dial-entry .code:hover{background:#eef4f6}.dial-entry .code select{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.dial-entry input{border:0;background:none;padding:6px 2px;font-size:14.5px}.dial-entry input:focus{outline:none;box-shadow:none}.dial-who{font-size:12.5px;color:var(--teal);margin:7px 0 0;text-align:center}.dial-pad{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:7px;gap:7px;margin:12px 0}.dial-pad button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;height:44px;border:1px solid var(--line);border-radius:10px;background:var(--surface);cursor:pointer;font-family:inherit}.dial-pad button:hover{background:#f2f8f9;border-color:#cfe0e6}.dial-pad button:active{background:var(--accent-soft)}.dial-pad b{font-size:16px;font-weight:600;color:var(--navy);line-height:1.1}.dial-pad span{font-size:8.5px;letter-spacing:.07em;color:var(--placeholder)}.dial-from{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--muted);margin-bottom:10px}.dial-from select{width:auto;flex:1 1;padding:5px 7px;border-radius:8px;font-size:12.5px}.dial-note{font-size:12.5px;color:var(--muted);margin:4px 0 10px;text-align:center}.dial-note a{color:var(--teal);text-decoration:underline}.dial-panel .err{font-size:12.5px;padding:7px 9px}.dial-actions{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:7px;gap:7px;align-items:center;justify-items:center}.dial-actions .round{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--line);border-radius:50%;background:var(--surface);color:var(--muted);cursor:pointer}.dial-actions .round:hover:not(:disabled){background:#f2f8f9;color:var(--navy)}.dial-actions .round:disabled{opacity:.45;cursor:default}.dial-actions .round.call{width:52px;height:52px;border:0;background:linear-gradient(140deg,var(--teal-bright),var(--cta-a));color:#fff;box-shadow:0 6px 16px rgba(12,110,116,.32)}.dial-actions .round.call:disabled{opacity:.6}.dial-recent{min-height:210px}.dial-recent .feed li{gap:8px}.dial-recent .feed .ic{width:28px;height:28px}.dial-recent .feed .btn{flex:none}.dial-foot{display:flex;align-items:center;gap:8px;margin:12px -14px -12px;padding:11px 14px;border-top:1px solid var(--line);font-size:13px;color:var(--navy)}.dial-foot:hover{background:#f4f9fa}.dial-foot svg:first-child{color:var(--muted)}.dial-foot svg:last-child{margin-left:auto;color:var(--placeholder)}.plan-usage .pill{background:var(--accent-soft);color:var(--accent);font-size:11.5px}.usage-bar{height:7px;border-radius:4px;background:#eaf0f3;overflow:hidden;margin-bottom:12px}.usage-bar i{display:block;height:100%;background:linear-gradient(90deg,var(--teal-bright),var(--teal));border-radius:4px}.usage-v{font-size:22px;font-weight:700;letter-spacing:-.02em;color:var(--navy);margin:0}.usage-v span{font-size:14px;font-weight:500;color:var(--muted);letter-spacing:0}.usage-k{font-size:12.3px;color:var(--muted);margin:4px 0 14px}.dash-row.four{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:1180px){.dash-row.four{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.dash-row.four{grid-template-columns:minmax(0,1fr)}}@media (max-width:860px){.topbar-btn,.topbar-btn span{font-size:0;padding:8px 10px}.topbar-btn svg{font-size:14px}.dial-panel{position:fixed;right:10px;left:10px;width:auto;max-width:340px;margin-left:auto}}.dash-row.four .card-head{flex-wrap:wrap;row-gap:6px}.dash-row.four .card-head h2{white-space:nowrap}.dash-row.four .card-tools{flex:1 1}