:root{--canvas:#ECEAE3;--sidebar:#F5F3EC;--surface:#FFFFFF;--surface-2:#FAF8F3;--ink:#232F34;--ink-2:#586268;--mute:#6E777C;--line:#E4E0D6;--line-2:#EDEAE0;--slate:#38474A;--teal:#497876;--teal-strong:#3B6462;--teal-tint:#EAF1F0;--teal-tint-2:#DCE9E7;--terra:#CA693E;--terra-ink:#9C4A24;--terra-tint:#F6E7DE;--pos:#217A4C;--pos-tint:#E4F0E8;--sans:var(--ff-sans,Inter),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--serif:var(--ff-serif,Fraunces),Georgia,serif;--mono:var(--ff-mono,"JetBrains Mono"),ui-monospace,"SF Mono",SFMono-Regular,Menlo,Consolas,"Liberation Mono",monospace;--r-card:16px;--r-md:11px;--r-sm:8px;--sh-card:0 1px 2px rgba(35,47,52,.04),0 6px 20px -12px rgba(35,47,52,.14);--sh-sm:0 1px 2px rgba(35,47,52,.05)}*{box-sizing:border-box}.app,.app *{margin:0;padding:0}.app{font-family:var(--sans);color:var(--ink);background:var(--canvas);min-height:100vh;display:flex;-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.45;letter-spacing:-.006em}.app button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}.app a{color:inherit;text-decoration:none}.tnum{font-variant-numeric:tabular-nums}.mono{letter-spacing:.02em}.eyebrow,.mono{font-family:var(--mono)}.eyebrow{font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--mute);font-weight:500}.vh{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.sidebar{width:250px;flex:0 0 250px;background:var(--sidebar);border-right:1px solid var(--line);display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.brand{display:flex;align-items:center;gap:11px;padding:22px 22px 20px}.brand svg{display:block;flex:0 0 auto}.brand-name{font-size:17px;font-weight:600;letter-spacing:-.02em;color:var(--ink)}.brand-tag{font-family:var(--mono);font-size:9px;letter-spacing:.22em;color:var(--mute);text-transform:uppercase;margin-top:2px}.nav{display:flex;flex-direction:column;gap:2px;padding:8px 12px;flex:1 1 auto}.nav-sec{font-family:var(--mono);font-size:9.5px;letter-spacing:.18em;text-transform:uppercase;color:var(--mute);padding:14px 10px 7px}.nav-item{display:flex;align-items:center;gap:11px;padding:9px 11px;border-radius:var(--r-sm);font-size:13.5px;font-weight:500;color:var(--ink-2);transition:background .15s,color .15s;position:relative}.nav-item svg{width:17px;height:17px;flex:0 0 auto;stroke:currentColor;stroke-width:1.6;fill:none;stroke-linecap:round;stroke-linejoin:round;opacity:.9}.nav-item:hover{background:rgba(73,120,118,.08);color:var(--ink)}.nav-item.active{background:var(--teal-tint);color:var(--teal-strong);font-weight:600}.nav-item.active svg{opacity:1;color:var(--teal)}.nav-item.active:before{content:"";position:absolute;left:-12px;top:50%;transform:translateY(-50%);width:3px;height:20px;background:var(--teal);border-radius:0 3px 3px 0}.side-foot{border-top:1px solid var(--line);padding:12px}.client{gap:11px;padding:8px 8px 10px}.avatar,.client{display:flex;align-items:center}.avatar{width:36px;height:36px;flex:0 0 auto;border-radius:9px;background:var(--teal-strong);color:#fff;justify-content:center;letter-spacing:.02em}.avatar,.client-name{font-size:13px;font-weight:600}.client-name{color:var(--ink);line-height:1.2}.client-plan{font-family:var(--mono);font-size:10px;color:var(--mute);margin-top:2px;letter-spacing:.01em}.dil{display:flex;align-items:center;gap:10px;padding:9px 11px;border-radius:var(--r-sm);font-size:13px;font-weight:500;color:var(--ink-2);width:100%;transition:background .15s,color .15s}.dil svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.6;fill:none;stroke-linecap:round;stroke-linejoin:round}.dil:hover{background:rgba(202,105,62,.08);color:var(--terra)}.main{flex:1 1 auto;min-width:0;display:flex;flex-direction:column}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px max(30px,calc((100% - 1320px) / 2 + 30px));background:rgba(236,234,227,.82);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}.topbar h1{font-size:19px;font-weight:600;letter-spacing:-.022em;color:var(--ink)}.topbar .sub{font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--mute);margin-top:3px}.topbar .sub a{display:inline-flex;align-items:center;gap:4px;transition:color .14s}.topbar .sub a:hover{color:var(--teal-strong)}.topbar .sub a svg{width:10px;height:10px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round;opacity:.8}.top-right{display:flex;align-items:center;gap:12px}.status-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 13px 7px 11px;border-radius:999px;background:var(--pos-tint);border:1px solid rgba(33,122,76,.16);font-size:12.5px;font-weight:600;color:var(--pos);white-space:nowrap}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--pos);box-shadow:0 0 0 3px rgba(33,122,76,.16)}.status-pill.warn{background:var(--terra-tint);border-color:rgba(202,105,62,.22);color:var(--terra-ink)}.status-pill.warn .status-dot{background:var(--terra);box-shadow:0 0 0 3px rgba(202,105,62,.16)}.status-pill.neutral{background:var(--surface);border-color:var(--line);color:var(--ink-2)}.status-pill.neutral .status-dot{background:var(--mute);box-shadow:0 0 0 3px rgba(110,119,124,.14)}.period{display:inline-flex;align-items:center;gap:9px;padding:8px 13px;border-radius:var(--r-md);background:var(--surface);border:1px solid var(--line);font-size:13px;font-weight:500;color:var(--ink);box-shadow:var(--sh-sm);transition:border-color .15s,box-shadow .15s;white-space:nowrap}.period svg{width:14px;height:14px;stroke:var(--ink-2);stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.period:hover{border-color:var(--teal);box-shadow:0 0 0 3px rgba(73,120,118,.1)}.period .p-cal{width:15px;height:15px;margin-right:-1px}.content{padding:26px 30px 34px;display:flex;flex-direction:column;gap:20px;max-width:1320px;width:100%;margin:0 auto}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);box-shadow:var(--sh-card)}.hero{overflow:visible;padding:26px 28px 20px}.hero,.hero-head{position:relative}.hero-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;z-index:2}.hero-num-wrap{position:relative}.contours{position:absolute;left:-26px;top:-30px;width:300px;height:210px;overflow:hidden;pointer-events:none;z-index:0;contain:paint;-webkit-mask-image:radial-gradient(120px 100px at 96px 96px,#000 0,rgba(0,0,0,.5) 46%,transparent 78%);mask-image:radial-gradient(120px 100px at 96px 96px,#000 0,rgba(0,0,0,.5) 46%,transparent 78%)}.contours svg{display:block}.contours path{fill:none;stroke:var(--teal);stroke-width:1;opacity:.1}.hero-eyebrow,.hero-figure{position:relative;z-index:2}.hero-figure{display:flex;align-items:baseline;gap:14px;margin-top:10px}.hero-num{font-size:clamp(48px,6.2vw,60px);font-weight:600;letter-spacing:-.035em;color:var(--ink);line-height:.95}.delta{display:inline-flex;align-items:center;gap:5px;padding:4px 9px 4px 8px;border-radius:999px;font-size:13px;font-weight:600;background:var(--pos-tint);color:var(--pos);border:1px solid rgba(33,122,76,.14)}.delta svg{width:11px;height:11px;fill:currentColor}.hero-sub{margin-top:11px;font-size:13.5px;color:var(--ink-2);position:relative;z-index:2}.hero-sub b{color:var(--ink);font-weight:600}.hero-sub .dotsep{color:var(--mute);opacity:.55;margin:0 5px}.hero-thin-note{display:none;margin-top:13px;font-size:12.5px;color:var(--ink-2);background:var(--surface-2);border:1px solid var(--line-2);border-radius:var(--r-sm);padding:9px 12px;position:relative;z-index:2}.hero-head-right{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.coord{font-family:var(--mono);font-size:10.5px;letter-spacing:.08em;color:var(--mute);white-space:nowrap}.hero-actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap;justify-content:flex-end}.btn-report{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:var(--r-md);background:var(--surface);border:1px solid var(--line);color:var(--teal-strong);font-size:13px;font-weight:600;box-shadow:var(--sh-sm);transition:border-color .15s,box-shadow .15s,background .15s;white-space:nowrap}.btn-report svg{width:15px;height:15px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.btn-report:hover{border-color:var(--teal);background:var(--teal-tint);box-shadow:0 0 0 3px rgba(73,120,118,.1)}.btn-report:active{transform:translateY(1px)}.legend{display:flex;gap:18px;margin-top:16px;padding-top:2px;flex-wrap:wrap}.legend,.lg{align-items:center}.lg{display:inline-flex;gap:8px;font-size:12px;color:var(--ink-2)}.lg-sw{width:18px;height:0;border-top:2px solid var(--slate);border-radius:2px}.lg-sw.ghost{border-top:2px dashed var(--mute)}.lg b{color:var(--ink);font-weight:600}.hero-chart{margin-top:6px;width:100%}.hero-chart svg{display:block;width:100%;height:auto}.hero-chart .chart-m{display:none}.hgrid{stroke:var(--line-2);stroke-width:1}.hbase,.hgrid{vector-effect:non-scaling-stroke}.hbase{stroke:var(--line);stroke-width:1}.ylab{font-size:9px;letter-spacing:.04em;paint-order:stroke;stroke:var(--surface);stroke-width:2.6px;stroke-linejoin:round}.xlab,.ylab{font-family:var(--mono);fill:var(--mute)}.xlab{font-size:9.5px;letter-spacing:.03em}.ghostline{fill:none;stroke:var(--mute);stroke-width:1.6;stroke-dasharray:2 4;stroke-linecap:round;stroke-linejoin:round;opacity:.62;vector-effect:non-scaling-stroke}.heroarea{fill:url(#areaFill)}.heroline{fill:none;stroke:var(--slate);stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.end-halo{fill:var(--slate);opacity:.14}.end-ring{fill:var(--surface)}.end-cur-tag,.end-dot{fill:var(--slate)}.end-cur-tag{font-family:var(--sans);font-size:11px;font-weight:600;letter-spacing:-.01em;paint-order:stroke;stroke:var(--surface);stroke-width:2.6px;stroke-linejoin:round}.ghost-end-ring{fill:var(--surface);stroke:var(--mute);stroke-width:1.4}.ghost-end-dot{fill:var(--mute)}.end-ghost-tag{font-family:var(--sans);font-size:11px;font-weight:600;fill:var(--ink-2);paint-order:stroke;stroke:var(--surface);stroke-width:2.6px;stroke-linejoin:round}.end-ghost-sub{font-size:8px;letter-spacing:.02em;paint-order:stroke;stroke:var(--surface);stroke-width:2.4px;stroke-linejoin:round}.axtitle,.end-ghost-sub{font-family:var(--mono);fill:var(--mute)}.axtitle{font-size:9px;letter-spacing:.12em;text-transform:uppercase}.hp rect{fill:transparent;pointer-events:all;cursor:crosshair}.hp .cx{stroke:var(--ink);stroke-width:1;vector-effect:non-scaling-stroke}.hp .cd,.hp .cx{opacity:0;pointer-events:none}.hp .cd{fill:var(--slate);stroke:var(--surface);stroke-width:2}.hp .ctip{opacity:0;pointer-events:none}.hp .ctipbg{fill:var(--ink)}.hp .ctipt{fill:#fff;font-family:var(--mono);font-size:10.5px;text-anchor:middle;letter-spacing:.01em;font-weight:500}.hp:hover .cx{opacity:.2;transition:opacity .12s}.hp:hover .cd,.hp:hover .ctip{opacity:1;transition:opacity .12s}.hero.is-thin .delta,.hero.is-thin .end-cur-tag,.hero.is-thin .end-ghost-sub,.hero.is-thin .end-ghost-tag,.hero.is-thin .ghost-end-dot,.hero.is-thin .ghost-end-ring,.hero.is-thin .ghostline,.hero.is-thin .heroarea{display:none}.hero.is-thin .hero-thin-note{display:block}.sec-wrap{padding:0;overflow:hidden}.sec-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:var(--line-2)}.sec-cell{background:var(--surface);padding:16px 18px 14px;display:flex;flex-direction:column;gap:9px;transition:background .15s}.sec-cell:hover{background:var(--surface-2)}.sec-top{display:flex;align-items:center;gap:7px}.sec-ico{width:14px;height:14px;stroke:var(--mute);stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.sec-ico.tel{stroke:var(--teal)}.sec-ico.wa{stroke:var(--terra)}.sec-val-row{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.sec-val{font-size:23px;font-weight:600;letter-spacing:-.028em;color:var(--ink);line-height:1}.sec-unit{font-size:12px;color:var(--mute);font-weight:500}.chip{display:inline-flex;align-items:center;gap:3px;padding:2px 7px;border-radius:999px;font-size:11.5px;font-weight:600;background:var(--pos-tint);color:var(--pos)}.chip svg{width:9px;height:9px;fill:currentColor}.chip.down{background:var(--surface-2);color:var(--ink-2);border:1px solid var(--line-2)}.chip.down svg{transform:rotate(180deg);opacity:.7}.sec-sub{font-size:11.5px;color:var(--ink-2);letter-spacing:-.002em}.sparkline{display:block;width:100%;height:38px}.sparkline .sl{fill:none;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.sparkline .se{stroke:var(--surface);stroke-width:1.1}.spk-slate .sl{stroke:var(--slate)}.spk-slate .sa{fill:rgba(56,71,74,.1)}.spk-slate .se{fill:var(--slate)}.spk-teal .sl{stroke:var(--teal)}.spk-teal .sa{fill:rgba(73,120,118,.12)}.spk-teal .se{fill:var(--teal)}.spk-terra .sl{stroke:var(--terra)}.spk-terra .sa{fill:rgba(202,105,62,.12)}.spk-terra .se{fill:var(--terra)}.spk-flat .sl{stroke:var(--line)}.spk-flat .sa{fill:transparent}.spk-flat .se{fill:var(--line)}.uptime{height:38px;display:flex;align-items:flex-end}.uptime-days{display:flex;gap:2px;width:100%;height:16px}.uptime-days i{flex:1 1 0;background:var(--pos);border-radius:2px;opacity:.9}.uptime-days i.bad{background:var(--terra);opacity:.75}.uptime-days i.na{background:var(--line);opacity:.9}.mid-grid{display:grid;grid-template-columns:1.62fr 1fr;gap:20px}.sh{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:20px 22px 4px}.sh-title{font-size:15px;font-weight:600;letter-spacing:-.02em;color:var(--ink);margin-top:6px}.sh-desc{font-size:12.5px;color:var(--ink-2);margin-top:3px}.qtable{padding:14px 12px 6px}.qhead,.qrow{display:grid;grid-template-columns:1fr 78px 92px;align-items:center;gap:8px}.qhead{padding:6px 10px 9px;border-bottom:1px solid var(--line);font-family:var(--mono);font-size:9.5px;letter-spacing:.13em;text-transform:uppercase;color:var(--mute)}.qhead .r,.qrow .r{text-align:right;justify-self:end}.qrow{padding:11px 10px;border-radius:var(--r-sm);transition:background .14s}.qrow:hover{background:var(--surface-2)}.qrow+.qrow{border-top:1px solid var(--line-2)}.q-term{font-size:13.5px;font-weight:500;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.q-imp{font-size:13px;color:var(--ink-2)}.q-click{display:flex;align-items:center;justify-content:flex-end;gap:10px}.q-bar{width:52px;height:6px;background:rgba(56,71,74,.12);overflow:hidden;flex:0 0 auto}.q-bar,.q-bar i{border-radius:3px}.q-bar i{display:block;height:100%;background:var(--slate)}.q-cnum{font-size:13px;font-weight:600;color:var(--ink);min-width:20px;text-align:right}.q-empty{padding:22px 10px 26px;font-size:12.5px;color:var(--mute);text-align:center;line-height:1.5}.qfoot{padding:12px 22px 18px}.qlink{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;color:var(--teal);transition:gap .15s;padding:9px 10px;margin:-9px -10px}.qlink svg{width:13px;height:13px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.qlink:hover{gap:9px;color:var(--teal-strong)}.ch-body{padding:16px 22px 22px}.ch-total{display:flex;align-items:baseline;gap:8px;margin-bottom:14px}.ch-total b{font-size:22px;font-weight:600;letter-spacing:-.03em;color:var(--ink)}.ch-total span{font-size:12.5px;color:var(--ink-2)}.ch-bar{display:flex;gap:2px;height:14px;margin-bottom:18px}.ch-seg{height:100%;border-radius:4px}.ch-seg.tel{background:var(--teal)}.ch-seg.wa{background:var(--terra)}.ch-rows{display:flex;flex-direction:column;gap:2px}.ch-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:12px;padding:11px 10px;border-radius:var(--r-sm);transition:background .14s}.ch-row:hover{background:var(--surface-2)}.ch-row+.ch-row{border-top:1px solid var(--line-2)}.ch-key{display:flex;align-items:center;gap:9px;font-size:13.5px;color:var(--ink);font-weight:500}.ch-key svg{width:15px;height:15px;stroke-width:1.6;fill:none;stroke-linecap:round;stroke-linejoin:round}.ch-sw{width:9px;height:9px;border-radius:3px;flex:0 0 auto}.ch-sw.tel{background:var(--teal)}.ch-sw.wa{background:var(--terra)}.ch-num{font-size:14px;font-weight:600;color:var(--ink)}.ch-pct{font-size:12px;color:var(--mute);min-width:36px;text-align:right;font-family:var(--mono)}.billing{display:grid;grid-template-columns:1.05fr 1.25fr auto;align-items:center;gap:8px;padding:22px 26px}.bill-col{display:flex;flex-direction:column;gap:6px;padding-right:26px}.bill-col+.bill-col{border-left:1px solid var(--line);padding-left:26px}.bill-plan{display:flex;align-items:center;gap:10px}.bill-plan .name{font-size:17px;font-weight:600;letter-spacing:-.02em;color:var(--ink)}.pill-active{display:inline-flex;align-items:center;gap:5px;padding:2px 9px;border-radius:999px;background:var(--pos-tint);color:var(--pos);font-size:10.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.pill-active .status-dot{width:6px;height:6px;box-shadow:none}.pill-pending{display:inline-flex;align-items:center;gap:5px;padding:2px 9px;border-radius:999px;background:var(--terra-tint);color:var(--terra-ink);font-size:10.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.pill-pending .status-dot{width:6px;height:6px;box-shadow:none;background:var(--terra)}.bill-price{font-size:13px;color:var(--ink-2)}.bill-price b{color:var(--ink);font-weight:600;font-size:14px}.bill-pay{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;color:var(--ink-2);margin-top:3px}.bill-pay svg{width:22px;height:15px;stroke:var(--mute);stroke-width:1.5;fill:none}.bill-pay b{color:var(--ink);font-weight:600;font-variant-numeric:tabular-nums}.bill-msg{font-size:13px;color:var(--ink-2);line-height:1.5}.bill-msg b{color:var(--ink);font-weight:600}.bill-next{display:flex;align-items:baseline;gap:10px}.bill-amt{font-size:26px;letter-spacing:-.03em}.bill-amt,.bill-date{font-weight:600;color:var(--ink)}.bill-date{font-size:13.5px}.bill-auto{font-size:12px;color:var(--ink-2)}.bill-actions{display:flex;flex-direction:column;align-items:stretch;gap:9px;padding-left:26px;border-left:1px solid var(--line);min-width:194px}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 18px;border-radius:var(--r-md);background:var(--teal);color:#fff;font-size:13.5px;font-weight:600;box-shadow:0 1px 2px rgba(35,47,52,.12);transition:background .15s,transform .05s,box-shadow .15s;white-space:nowrap}.btn-primary svg{width:15px;height:15px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.btn-primary:hover{background:var(--teal-strong);box-shadow:0 4px 14px -4px rgba(59,100,98,.5)}.btn-primary:active{transform:translateY(1px)}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:9px 14px;border-radius:var(--r-md);font-size:13px;font-weight:500;color:var(--ink-2);border:1px solid var(--line);transition:border-color .15s,color .15s}.btn-ghost:hover{border-color:var(--teal);color:var(--teal-strong)}.bill-reassure{display:flex;align-items:center;gap:6px;font-size:11.5px;color:var(--mute);margin-top:1px;line-height:1.35}.bill-reassure svg{width:13px;height:13px;stroke:var(--pos);stroke-width:1.9;fill:none;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.studio-foot{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:6px 6px 4px;flex-wrap:wrap}.studio-foot .fl{letter-spacing:.08em;text-transform:uppercase}.studio-foot .fl,.studio-foot .fr{font-family:var(--mono);font-size:10px;color:var(--mute)}.studio-foot .fr{letter-spacing:.04em}@media (max-width:1080px){.mid-grid{grid-template-columns:1fr}.sec-strip{grid-template-columns:repeat(3,1fr)}}@media (max-width:920px){.app{flex-direction:column}.sidebar{width:100%;flex:0 0 auto;height:auto;position:sticky;top:0;z-index:30;flex-direction:row;align-items:center;justify-content:space-between;border-right:none;border-bottom:1px solid var(--line);padding:0 8px}.brand{padding:12px 12px 12px 8px;flex:0 0 auto}.brand-tag{display:none}.nav{position:fixed;left:0;right:0;bottom:0;z-index:40;flex-direction:row;flex:none;padding:6px 6px calc(6px + env(safe-area-inset-bottom));gap:2px;background:var(--sidebar);border-top:1px solid var(--line);box-shadow:0 -4px 16px -10px rgba(35,47,52,.18)}.nav-sec,.nav-site{display:none}.nav-item{flex:1 1 0;min-width:0;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:8px 2px 6px;font-size:11px;font-weight:500;white-space:nowrap}.nav-item svg{width:22px;height:22px}.nav-item.active:before{display:none}.side-foot{border-top:none;border-left:1px solid var(--line);padding:8px 10px;display:flex;align-items:center;gap:6px;flex:0 0 auto}.client,.side-help{display:none}.dil{width:auto}.topbar{position:static;padding:14px 18px}.content{padding:18px 18px calc(30px + 62px + env(safe-area-inset-bottom))}.billing{grid-template-columns:1fr}.bill-col{padding-right:0}.bill-actions,.bill-col+.bill-col{border-left:none;padding-left:0;border-top:1px solid var(--line);padding-top:16px}.btn-primary{flex:1 1 auto}}@media (max-width:680px){.sec-strip{grid-template-columns:repeat(2,1fr)}.top-right,.topbar{flex-wrap:wrap}.top-right{justify-content:flex-end}.hero-head{flex-direction:column;gap:14px}.hero-head-right{flex-direction:row;align-items:center;align-self:stretch;justify-content:space-between}.hero-actions{justify-content:flex-start}.content{padding-left:12px;padding-right:12px;padding-top:14px;gap:16px}.hero{padding:22px 18px 18px}.contours,.coord{display:none}.ch-body,.qfoot,.qtable,.sh{padding-left:16px;padding-right:16px}.hero-chart .chart-d{display:none}.hero-chart .chart-m{display:block;max-width:440px;margin:0 auto}.app{font-size:15px}.topbar h1{font-size:21px}.topbar .sub{font-size:10.5px;margin-top:4px}.status-pill{font-size:13px}.eyebrow{font-size:11px}.hero-num{font-size:clamp(52px,15vw,64px)}.delta{font-size:14px;padding:5px 10px 5px 9px}.hero-sub{font-size:14.5px;line-height:1.55}.hero-thin-note{font-size:13.5px}.legend .lg{font-size:13px}.btn-report,.period{font-size:14px;padding:11px 15px}.sec-cell{padding:17px 18px 15px;gap:10px}.sec-val{font-size:27px}.sec-unit{font-size:13px}.chip,.sec-sub,.strip-foot{font-size:12.5px}.strip-foot{padding:0 8px}.sh-title{font-size:16.5px}.sh-desc{font-size:13.5px}.ch-key,.q-term{font-size:14.5px}.ch-num,.q-cnum,.q-imp{font-size:14px}.qrow{padding:13px 10px}.inv-link,.q-empty,.qlink{font-size:13.5px}.ch-total b{font-size:24px}.ch-total span{font-size:13.5px}.flash{font-size:14px}.bill-plan .name{font-size:18px}.bill-msg,.bill-price{font-size:14px}.bill-amt{font-size:28px}.bill-auto{font-size:13px}.btn-primary{font-size:14.5px;padding:13px 18px}.btn-ghost{font-size:14px;padding:11px 15px}.bill-reassure{font-size:12.5px}.wd-type{font-size:14.5px}.wd-body{font-size:14px}.wd-note{font-size:13.5px}.next-note-body p{font-size:14px}.rq-body,.rq-type{font-size:14.5px}.rq-note p{font-size:14px}.req-block-body b{font-size:15.5px}.req-block-body p,.reqchip-in{font-size:14px}.reqchip-in{padding:11px 16px}.req-field textarea{font-size:15px}.inv-amt,.inv-date{font-size:14px}}@media (max-width:440px){.sec-strip{grid-template-columns:1fr}.hero-actions,.hero-head-right{flex-direction:column;align-items:stretch}.hero-actions .range{flex:1 1 auto}.hero-actions .range>summary{width:100%;justify-content:center}.btn-report{flex:1 1 auto;justify-content:center}}:focus-visible{outline:2px solid var(--teal);outline-offset:2px;border-radius:4px}@media (prefers-reduced-motion:reduce){.app *,.app :after,.app :before{transition:none!important;animation:none!important}}.range{position:relative}.range>summary{list-style:none}.range>summary:focus-visible{outline:2px solid var(--teal);outline-offset:2px;border-radius:var(--r-md)}.range>summary::-webkit-details-marker{display:none}.range>summary::marker{content:""}.range .chev{transition:transform .15s}.range[open]>summary .chev{transform:rotate(180deg)}.range-menu{position:absolute;right:0;top:calc(100% + 6px);z-index:40;min-width:184px;background:var(--surface);border:1px solid var(--line);border-radius:var(--r-md);box-shadow:var(--sh-card);padding:5px;display:flex;flex-direction:column;gap:2px}.range-opt{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 12px;border-radius:var(--r-sm);font-size:13px;font-weight:500;color:var(--ink-2);transition:background .14s,color .14s}.range-opt:hover{background:var(--teal-tint);color:var(--teal-strong)}.range-opt.sel{color:var(--teal-strong);font-weight:600}.range-opt .rc{width:14px;height:14px;stroke:var(--teal);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round;opacity:0}.range-opt.sel .rc{opacity:1}.sec-strip.cols-3{grid-template-columns:repeat(3,1fr)}.flash{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:var(--r-md);font-size:13.5px;font-weight:500}.flash svg{width:17px;height:17px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.flash-ok{background:var(--pos-tint);border:1px solid rgba(33,122,76,.18);color:var(--pos)}.flash-warn{background:var(--terra-tint);border:1px solid rgba(202,105,62,.22);color:var(--terra-ink)}.flash-neutral{background:var(--surface);border:1px solid var(--line);color:var(--ink-2)}.req-quota-pill{display:inline-flex;align-items:baseline;gap:4px;padding:6px 12px;border-radius:999px;background:var(--teal-tint);color:var(--teal-strong);font-size:12px;font-weight:600;white-space:nowrap;align-self:flex-start}.req-quota-pill b{font-size:14px}.req-form{padding:6px 22px 22px}.req-types{display:flex;flex-wrap:wrap;gap:8px;border:0}.req-types legend{flex:1 0 100%;padding:0;margin-bottom:9px}.reqchip{position:relative;cursor:pointer}.reqchip input{position:absolute;opacity:0;width:0;height:0}.reqchip-in{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border-radius:999px;border:1px solid var(--line);background:var(--surface);font-size:13px;font-weight:500;color:var(--ink-2);transition:background .14s,border-color .14s,color .14s}.reqchip-in svg{width:15px;height:15px;stroke:currentColor;stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round;opacity:.75}.reqchip:hover .reqchip-in{border-color:var(--teal);color:var(--ink)}.reqchip:has(input:checked) .reqchip-in{background:var(--teal-tint);border-color:var(--teal);color:var(--teal-strong);font-weight:600}.reqchip input:focus-visible+.reqchip-in{outline:2px solid var(--teal);outline-offset:2px}.req-field{display:flex;flex-direction:column;gap:8px;margin-top:16px}.req-field textarea{width:100%;resize:vertical;min-height:104px;padding:12px 14px;border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface-2);font-family:inherit;font-size:13.5px;color:var(--ink);line-height:1.5;outline:none;transition:border-color .14s,box-shadow .14s,background .14s}.req-field textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(73,120,118,.1);background:var(--surface)}.req-field textarea::placeholder{color:var(--mute)}.req-submit{display:flex;align-items:center;gap:16px;margin-top:16px;flex-wrap:wrap}.req-block{display:flex;gap:16px;padding:8px 22px 24px}.req-block-ico{flex:0 0 auto;width:40px;height:40px;border-radius:11px;background:var(--terra-tint);display:flex;align-items:center;justify-content:center}.req-block-ico svg{width:22px;height:22px;stroke:var(--terra);stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.req-block-body b{display:block;font-size:14.5px;color:var(--ink);font-weight:600;margin-bottom:5px}.req-block-body p{font-size:13px;color:var(--ink-2);line-height:1.55;margin-bottom:14px;max-width:52ch}.btn-wa{display:inline-flex;align-items:center;gap:9px;padding:10px 16px;border-radius:var(--r-md);background:#B0562F;color:#fff;font-size:13.5px;font-weight:600;transition:background .15s,transform .05s}.btn-wa svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}.btn-wa:hover{background:#9d4b28}.btn-wa:active{transform:translateY(1px)}.rq-list{padding:8px 12px 14px;display:flex;flex-direction:column}.rq-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px 10px;border-radius:var(--r-sm)}.rq-row+.rq-row{border-top:1px solid var(--line-2)}.rq-row:hover{background:var(--surface-2)}.rq-main{min-width:0}.rq-top{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:6px}.rq-type{font-size:13.5px;font-weight:600;color:var(--ink)}.rq-chip{display:inline-flex;align-items:center;font-family:var(--mono);font-size:9.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:3px 9px;border-radius:999px}.st-received{background:var(--terra-tint);color:var(--terra-ink)}.st-progress{background:var(--teal-tint-2);color:var(--teal-strong)}.st-done{background:var(--pos-tint);color:var(--pos)}.rq-free{font-family:var(--mono);font-size:9.5px;letter-spacing:.04em;color:var(--mute);text-transform:uppercase}.rq-body{font-size:13.5px;color:var(--ink-2);line-height:1.55;word-break:break-word}.rq-note{margin-top:10px;padding:10px 12px;background:var(--surface-2);border:1px solid var(--line-2);border-radius:var(--r-sm)}.rq-note .eyebrow{margin-bottom:4px}.rq-note p{font-size:13px;color:var(--ink);line-height:1.5}.rq-date{flex:0 0 auto;font-family:var(--mono);font-size:11px;color:var(--mute);white-space:nowrap;padding-top:2px}.inv-table{padding:14px 12px 16px;overflow-x:auto}.inv-head,.inv-row{display:grid;grid-template-columns:1.1fr 1fr .9fr .9fr .6fr;align-items:center;gap:10px;min-width:460px}.inv-head{padding:6px 10px 9px;border-bottom:1px solid var(--line);font-family:var(--mono);font-size:9.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--mute)}.inv-head .r,.inv-row .r{text-align:right;justify-self:end}.inv-row{padding:12px 10px;border-radius:var(--r-sm);transition:background .14s}.inv-row:hover{background:var(--surface-2)}.inv-row+.inv-row{border-top:1px solid var(--line-2)}.inv-date{font-size:13px;color:var(--ink)}.inv-num{font-size:12px;color:var(--ink-2)}.inv-amt{font-size:13.5px;font-weight:600;color:var(--ink)}.inv-link{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;color:var(--teal);transition:gap .15s,color .15s;padding:9px 10px;margin:-9px -10px}.inv-link svg{width:13px;height:13px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.inv-link:hover{gap:8px;color:var(--teal-strong)}.inv-nolink{color:var(--mute)}@media (max-width:680px){.sec-strip.cols-3{grid-template-columns:1fr}.req-block,.req-form,.rq-list{padding-left:16px;padding-right:16px}}.wd-list{padding:10px 12px 8px;display:flex;flex-direction:column}.wd-row{display:flex;gap:13px;padding:12px 10px;border-radius:var(--r-sm)}.wd-row+.wd-row{border-top:1px solid var(--line-2)}.wd-ico{flex:0 0 auto;width:30px;height:30px;border-radius:9px;background:var(--pos-tint);display:flex;align-items:center;justify-content:center}.wd-ico svg{width:16px;height:16px;stroke:var(--pos);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.wd-main{min-width:0;flex:1 1 auto}.wd-top{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.wd-type{font-size:13.5px;font-weight:600;color:var(--ink)}.wd-date{font-family:var(--mono);font-size:10.5px;color:var(--mute);white-space:nowrap}.wd-body{font-size:13px;color:var(--ink-2);line-height:1.5;margin-top:3px}.wd-note{font-size:12.5px;color:var(--teal-strong);margin-top:5px;line-height:1.45}.next-note{margin:6px 22px 20px;display:flex;gap:13px;padding:14px 16px;background:var(--teal-tint);border:1px solid rgba(73,120,118,.18);border-radius:var(--r-md)}.next-note svg{flex:0 0 auto;width:18px;height:18px;stroke:var(--teal-strong);stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round;margin-top:1px}.next-note-body b{display:block;font-family:var(--mono);font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--teal-strong);font-weight:600;margin-bottom:4px}.next-note-body p{font-size:13px;color:var(--ink);line-height:1.55}@media (max-width:680px){.next-note{margin:6px 16px 18px}}.strip-foot{font-size:11.5px;color:var(--mute);padding:2px 6px 0}.side-help{margin:0 12px 10px;padding:12px 13px;background:var(--surface);border:1px solid var(--line-2);border-radius:var(--r-md)}.side-help p{font-size:11.5px;color:var(--ink-2);line-height:1.45;margin-bottom:8px}.side-help a{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:600;color:var(--teal-strong);transition:color .14s}.side-help a:hover{color:var(--teal)}.side-help a svg{width:14px;height:14px;stroke:currentColor;stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}.fm-tag{display:inline-flex;gap:5px;font-family:var(--mono);font-size:8.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--terra-ink);background:var(--terra-tint);border-radius:999px;padding:2px 8px;margin-top:5px}.auth,.fm-tag{align-items:center}.auth{font-family:var(--sans);color:var(--ink);background:var(--canvas);min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:34px 18px 26px;position:relative;overflow:hidden;font-size:14px;line-height:1.45;letter-spacing:-.006em;-webkit-font-smoothing:antialiased}.auth,.auth *{box-sizing:border-box}.auth button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}.auth a{color:inherit;text-decoration:none}.auth-contours{position:absolute;right:-160px;top:-190px;width:640px;height:600px;pointer-events:none;-webkit-mask-image:radial-gradient(340px 320px at 62% 40%,#000 0,rgba(0,0,0,.45) 55%,transparent 80%);mask-image:radial-gradient(340px 320px at 62% 40%,#000 0,rgba(0,0,0,.45) 55%,transparent 80%)}.auth-contours circle,.auth-contours ellipse{fill:none;stroke:var(--teal);stroke-width:1;opacity:.12}.auth-col{width:100%;max-width:408px;position:relative;z-index:1;margin:0}.auth-brand{display:flex;align-items:center;justify-content:center;gap:11px;margin:0 0 22px}.auth-brand svg{display:block}.auth-brand-name{font-size:17px;font-weight:600;letter-spacing:-.02em;color:var(--ink)}.auth-brand-tag{font-family:var(--mono);font-size:9px;letter-spacing:.22em;color:var(--mute);text-transform:uppercase;margin-top:2px}.auth-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-card);box-shadow:0 1px 2px rgba(35,47,52,.04),0 10px 34px -14px rgba(35,47,52,.16);padding:28px 28px 24px;margin:0}.auth-title{font-family:var(--serif);font-style:italic;font-weight:400;font-size:27px;letter-spacing:-.01em;color:var(--ink);margin:8px 0 0;line-height:1.15}.auth-lede{font-size:13.5px;color:var(--ink-2);margin:8px 0 0}.auth-ico{width:44px;height:44px;border-radius:12px;background:var(--teal-tint);display:flex;align-items:center;justify-content:center;margin:0 0 16px}.auth-ico svg{width:22px;height:22px;stroke:var(--teal);stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.auth-ico.warn{background:var(--terra-tint)}.auth-ico.warn svg{stroke:var(--terra)}.auth-card .flash{margin:16px 0 0}.auth-form{margin:20px 0 0;gap:14px}.auth-form,.field{display:flex;flex-direction:column}.field{gap:7px;margin:0}.field .eyebrow{font-size:10px}.field input{height:46px;width:100%;border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface-2);padding:0 14px;font-family:inherit;font-size:14.5px;color:var(--ink);outline:none;transition:border-color .14s,box-shadow .14s,background .14s}.field input::placeholder{color:var(--mute)}.field input:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(73,120,118,.1);background:var(--surface)}.auth .btn-primary{height:46px;width:100%;margin:2px 0 0;background:var(--teal);color:#fff}.auth .btn-primary:hover{background:var(--teal-strong)}.auth .btn-mail{background:var(--surface);color:var(--teal-strong)}.auth .btn-mail:hover{background:var(--teal-tint)}.auth-or{display:flex;align-items:center;gap:12px;margin:4px 0 2px}.auth-or:after,.auth-or:before{content:"";flex:1;height:1px;background:var(--line-2)}.auth-or span{font-family:var(--mono);font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--mute)}.btn-mail{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;width:100%;border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface);color:var(--teal-strong);font-size:13.5px;font-weight:600;box-shadow:var(--sh-sm);transition:border-color .15s,background .15s,box-shadow .15s}.btn-mail svg{width:15px;height:15px;stroke:currentColor;stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}.btn-mail:hover{border-color:var(--teal);background:var(--teal-tint);box-shadow:0 0 0 3px rgba(73,120,118,.08)}.auth-hint{font-size:12.5px;color:var(--ink-2);margin:14px 0 0;line-height:1.5}.auth-body{font-size:13.5px;color:var(--ink-2);margin:12px 0 0;line-height:1.6}.auth-body b{color:var(--ink);font-weight:600}.auth-actions{display:flex;flex-direction:column;gap:9px;margin:18px 0 0}.auth-back{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:var(--teal-strong);transition:color .14s}.auth-back:hover{color:var(--teal)}.auth-back svg{width:14px;height:14px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.auth-help{display:flex;align-items:center;justify-content:center;gap:7px;margin:18px 0 0;font-size:12.5px;color:var(--ink-2);flex-wrap:wrap;text-align:center}.auth-help a{display:inline-flex;align-items:center;gap:6px;color:var(--teal-strong);font-weight:600}.auth-help a:hover{color:var(--teal)}.auth-help svg{width:14px;height:14px;stroke:currentColor;stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}.auth-foot{margin:22px 0 0;font-family:var(--mono);font-size:9.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--mute);text-align:center}.auth-wait{display:flex;gap:5px;margin:16px 0 0}.auth-wait i{width:7px;height:7px;border-radius:50%;background:var(--teal);opacity:.25}@media (prefers-reduced-motion:no-preference){.auth-wait i{animation:authpulse 1.2s ease-in-out infinite}.auth-wait i:nth-child(2){animation-delay:.18s}.auth-wait i:nth-child(3){animation-delay:.36s}@keyframes authpulse{0%,to{opacity:.25}50%{opacity:.9}}}@media (max-width:480px){.auth{justify-content:flex-start;padding-top:44px}.auth-card{padding:22px 18px 20px}}