:root{--background:75 17% 95%;--surface:0 0% 100%;--elevated:0 0% 100%;--muted:70 13% 91%;--border:73 12% 85%;--border-soft:75 12% 89%;--foreground:210 17% 9%;--muted-foreground:208 10% 42%;--faint:208 7% 52%;--primary:9 100% 58%;--primary-deep:8 79% 48%;--primary-foreground:0 0% 100%;--success:156 82% 31%;--warning:34 83% 43%;--destructive:8 79% 48%;--info:209 60% 45%;--sidebar:248px;--radius:8px;--shadow-card:0 1px 2px rgba(20,24,28,.04);--shadow-pop:0 12px 32px rgba(20,24,28,.14);--f-display:"Archivo","Helvetica Neue",Arial,sans-serif;--f-body:"Public Sans","Helvetica Neue",Arial,sans-serif;--mono:"JetBrains Mono",ui-monospace,"SF Mono",Menlo,monospace}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:hsl(var(--background));color:hsl(var(--foreground));font:14px/1.55 var(--f-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1,"cv05" 1,"tnum"}.bigcard .v,.rep-start h2,.stat .v,h1,h2,h3,h4{font-family:var(--f-display);letter-spacing:-.015em}a{color:inherit}:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px;border-radius:6px}h1{font-size:20px;letter-spacing:-.01em;margin:0}h1,h2{font-weight:600}h2{font-size:14px;margin:26px 0 10px}h3{font-size:13.5px;font-weight:600}h3,p{margin:0}.muted{color:hsl(var(--muted-foreground))}.mono,.num{font-family:var(--mono);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}input[type=checkbox],input[type=radio]{accent-color:hsl(var(--primary))}.k{font-size:11px;font-weight:500;color:hsl(var(--muted-foreground))}.shell{min-height:100vh;background:hsl(var(--background))}.sidebar{position:fixed;top:0;left:0;bottom:0;width:var(--sidebar);z-index:40;background:hsl(var(--surface));border-right:1px solid hsl(var(--border));display:flex;flex-direction:column;transition:transform .2s ease}.sidebar .brand{display:flex;align-items:center;gap:10px;padding:0 20px;height:64px;border-bottom:1px solid hsl(var(--border));text-decoration:none;color:inherit}.logo-mark{color:hsl(var(--primary));flex:none}.sidebar .title{font-family:var(--f-display);font-weight:600;font-size:17px;letter-spacing:-.02em}.sidebar nav{display:flex;flex-direction:column;gap:3px;padding:8px 12px;flex:1 1;overflow-y:auto}.navlink{position:relative;display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:8px;text-decoration:none;color:hsl(var(--muted-foreground));font-weight:500;transition:background .15s,color .15s}.navlink:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.navlink.on{background:hsl(var(--primary)/.08);color:hsl(var(--primary))}.navlink.on:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:20px;border-radius:0 3px 3px 0}.navlink .count{margin-left:auto;font-family:var(--mono);font-size:11px;color:hsl(var(--muted-foreground))}.sidebar .foot{padding:12px;border-top:1px solid hsl(var(--border));display:flex;flex-direction:column;gap:8px}.sidebar .who{font-size:11.5px;color:hsl(var(--muted-foreground));overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 14px}.content{margin-left:var(--sidebar);display:flex;flex-direction:column;min-height:100vh}.topbar{height:64px;border-bottom:1px solid hsl(var(--border));background:hsl(var(--surface));display:flex;align-items:center;gap:14px;padding:0 24px;position:-webkit-sticky;position:sticky;top:0;z-index:20}.topbar h1{font-size:22px;font-weight:600}.topbar .right{margin-left:auto;display:flex;align-items:center;gap:10px}.freshness{display:inline-flex;align-items:center;gap:4px;font-size:10.5px;color:hsl(var(--muted-foreground));white-space:nowrap}.spinning{animation:spin .9s linear infinite}.seg{display:inline-flex;border-radius:8px;padding:2px;gap:2px}.seg button{border:0;background:transparent;cursor:pointer;font:500 12px/1 inherit;padding:6px 12px;border-radius:6px;color:hsl(var(--muted-foreground))}.seg button.on{box-shadow:var(--shadow-card)}.seg button:disabled{opacity:.45;cursor:not-allowed}.bell{position:relative;display:grid;place-items:center;width:34px;height:34px;border-radius:8px;color:hsl(var(--foreground));text-decoration:none;border:0;background:transparent;cursor:pointer;padding:0}.bell:hover{background:hsl(var(--muted))}.bell.off:after{content:"";position:absolute;top:6px;right:6px;width:7px;height:7px;border-radius:50%;background:hsl(var(--destructive))}.livebar{display:flex;align-items:center;gap:13px;padding:14px 18px;border-radius:var(--radius);background:hsl(var(--muted));border:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));margin-bottom:16px}.livebar.on{background:hsl(var(--success)/.07);border-color:hsl(var(--success)/.28);color:hsl(var(--success))}.livebar .txt{display:grid;grid-gap:2px;gap:2px;min-width:0}.livebar .txt b{font-size:14px;font-weight:600}.livebar.on .txt b{color:hsl(160 84% 27%)}.livebar .txt span{font-size:12.5px;color:hsl(var(--muted-foreground))}.livebar .txt i{font-style:normal;opacity:.8}.livebar .switch{margin-left:auto}.page{padding:22px 24px 64px;max-width:1400px;width:100%}.burger{top:14px;left:14px;z-index:50;padding:8px;border-radius:8px;background:hsl(var(--surface));border:1px solid hsl(var(--border));box-shadow:var(--shadow-card);cursor:pointer}.burger,.scrim-nav{display:none;position:fixed}.scrim-nav{inset:0;z-index:30;background:hsl(var(--foreground)/.2)}@media (max-width:1024px){.sidebar{transform:translateX(-100%)}.sidebar.open{transform:none}.content{margin-left:0}.topbar{padding-left:60px}.burger,.sidebar.open~.scrim-nav{display:block}.page{padding:16px 14px 56px}}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:12px;gap:12px}.card{background:hsl(var(--surface));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:16px;box-shadow:var(--shadow-card)}.card .k,.card .label{display:block;font-size:12px;color:hsl(var(--muted-foreground))}.card .v,.card .value{display:block;font-size:24px;font-weight:600;letter-spacing:-.02em;margin-top:6px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.card .v.up,.card .value.up{color:hsl(var(--destructive))}.card .v.good,.card .value.good{color:hsl(var(--success))}.card .d,.card .hint{display:block;font-size:11.5px;color:hsl(var(--muted-foreground));margin-top:4px}.panel{background:hsl(var(--surface));border:1px solid hsl(var(--border));border-radius:var(--radius);box-shadow:var(--shadow-card);overflow:hidden}.panel-head{padding:14px 16px;border-bottom:1px solid hsl(var(--border));display:flex;align-items:center;gap:12px;flex-wrap:wrap}.panel-head h3{margin:0}.panel-head .sub{font-size:11.5px;color:hsl(var(--muted-foreground));margin-top:2px}.tablewrap{overflow-x:auto;-webkit-overflow-scrolling:touch}table{width:100%;border-collapse:collapse;min-width:680px}td,th{text-align:left;padding:10px 16px;font-size:13px;border-bottom:1px solid hsl(var(--border-soft))}th{font-size:11px;font-weight:500;color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.04em;background:hsl(var(--muted)/.5);position:-webkit-sticky;position:sticky;top:0}th a{color:inherit;text-decoration:none}th a:hover{color:hsl(var(--foreground))}tbody tr:hover{background:hsl(var(--muted)/.45)}tr:last-child td{border-bottom:0}td.num,th.r{text-align:right}.badge{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;padding:3px 9px;border-radius:99px;white-space:nowrap}.badge.on{background:hsl(var(--success)/.12)}.badge.off{background:hsl(var(--destructive)/.1)}.badge.warn{background:hsl(var(--warning)/.14);color:hsl(38 92% 38%)}.badge.muted{background:hsl(var(--muted));color:hsl(var(--muted-foreground))}.badge.info{background:hsl(var(--info)/.12);color:hsl(189 94% 32%)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:hsl(var(--primary));color:hsl(var(--primary-foreground));border:1px solid hsl(var(--primary));padding:8px 15px;border-radius:8px;font:500 13px/1 inherit;text-decoration:none;cursor:pointer;transition:filter .15s,transform .1s}.btn:hover{filter:brightness(1.06)}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.ghost{background:hsl(var(--surface))}.btn.ghost:hover{filter:none}.btn.danger{background:hsl(var(--destructive));border-color:hsl(var(--destructive))}.btn.sm{padding:6px 11px;font-size:12px}.spin{width:12px;height:12px;border:2px solid;border-right:2px solid transparent;border-radius:50%;animation:spin .6s linear infinite}.input,select.input,textarea.input{font:inherit;font-size:13px;padding:8px 11px;width:100%;border:1px solid hsl(var(--border));border-radius:8px;color:hsl(var(--foreground))}.input:focus{outline:2px solid hsl(var(--primary)/.4);border-color:hsl(var(--primary))}.field{display:grid;grid-gap:5px;gap:5px}.tabs{display:flex;gap:4px;flex-wrap:wrap}.tab{display:inline-flex;align-items:center;gap:7px;padding:7px 13px;border-radius:8px;border:1px solid hsl(var(--border));background:hsl(var(--surface));text-decoration:none;font-size:13px;color:hsl(var(--muted-foreground));cursor:pointer}.tab.on{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}.tab .c{font-family:var(--mono);font-size:11px;opacity:.75}.toolbar{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin:12px 0}.toolbar .grow{flex:1 1 240px;min-width:180px}.err{background:hsl(var(--destructive)/.08);border:1px solid hsl(var(--destructive)/.4);color:hsl(0 72% 38%);border-radius:8px;padding:9px 12px;font-size:13px}.empty{background:hsl(var(--surface));border:1px dashed hsl(var(--border));border-radius:var(--radius);padding:34px 22px;text-align:center;color:hsl(var(--muted-foreground))}.empty a{color:hsl(var(--primary));font-weight:500}.rowerr{background:hsl(var(--destructive)/.07);border-left:2px solid hsl(var(--destructive));padding:8px 10px;font-size:12px;color:hsl(0 72% 35%);margin-top:6px;max-width:60ch}.rowerr,.skel{border-radius:6px}.skel{background:linear-gradient(90deg,hsl(var(--muted)) 25%,hsl(var(--border-soft)) 50%,hsl(var(--muted)) 75%);background-size:200% 100%;animation:shimmer 1.2s ease-in-out infinite}@keyframes shimmer{to{background-position:-200% 0}}.switch{width:38px;height:22px;border-radius:99px;border:1px solid hsl(var(--border));background:hsl(var(--muted));position:relative;cursor:pointer;padding:0;transition:background .16s,border-color .16s;flex:none}.switch.on{background:hsl(var(--success));border-color:hsl(var(--success))}.switch:disabled{opacity:.6;cursor:wait}.switch .knob{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .16s;display:grid;place-items:center;box-shadow:0 1px 2px rgba(16,24,40,.3)}.switch.on .knob{transform:translateX(16px)}.switch .spin{width:8px;height:8px;border-width:1.5px;border-color:hsl(var(--muted-foreground));border-right-color:transparent}.chart-head{display:flex;gap:16px;align-items:center;flex-wrap:wrap;margin-bottom:8px}.legend{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:hsl(var(--muted-foreground))}.legend .dot{width:10px;height:3px;border-radius:2px;display:inline-block}.legend .dot.spend{background:hsl(var(--primary))}.legend .dot.res{background:hsl(var(--success))}.chart-peak{margin-left:auto;font-size:11px}.chart-axis,.chart-peak{font-family:var(--mono);color:hsl(var(--muted-foreground))}.chart-axis{display:flex;justify-content:space-between;font-size:10.5px;margin-top:6px}.split-2{display:grid;grid-template-columns:1.6fr 1fr;grid-gap:14px;gap:14px;align-items:start}@media (max-width:1100px){.split-2{grid-template-columns:1fr}}.mini{display:flex;flex-direction:column;gap:10px;padding:14px 16px}.mini .row{display:grid;grid-template-columns:1fr auto;grid-gap:10px;gap:10px;align-items:center;font-size:13px}.mini .bar{height:6px;background:hsl(var(--muted));border-radius:3px;overflow:hidden;margin-top:5px}.mini .bar i{display:block;height:100%;background:hsl(var(--primary));border-radius:3px}.mini .nm{font-weight:500;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:250px}.steps{display:grid;grid-gap:10px;gap:10px;margin-top:14px}.step{display:grid;grid-template-columns:26px 1fr auto;grid-gap:13px;gap:13px;align-items:center;background:hsl(var(--surface));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:15px 16px;box-shadow:var(--shadow-card)}.step .n{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;font-size:12px;background:hsl(var(--muted));color:hsl(var(--muted-foreground))}.step.done .n{background:hsl(var(--success));color:#fff}.step .t{font-weight:600;display:block}.step .d{font-size:12.5px;margin-top:2px;display:block}.step .d,.step.done .t{color:hsl(var(--muted-foreground))}.step.done .t{text-decoration:line-through}.ibx{display:grid;grid-template-columns:340px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:start;height:calc(100vh - 210px);min-height:460px}.ibx-list{height:100%;overflow-y:auto;display:grid;grid-gap:6px;gap:6px;align-content:start;padding-right:4px}.ibx-item{display:flex;gap:10px;align-items:flex-start;text-decoration:none;color:inherit;background:hsl(var(--surface));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:10px 12px;min-width:0}.ibx-item:hover{border-color:hsl(var(--primary)/.4)}.ibx-item.on{border-color:hsl(var(--primary));background:hsl(var(--primary)/.05)}.ibx-item-body{display:grid;grid-gap:2px;gap:2px;min-width:0;flex:1 1}.ibx-item-top{display:flex;align-items:baseline;gap:8px;min-width:0}.ibx-item-top b{font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ibx-item-top .t{margin-left:auto;flex:none;font-size:11px;color:hsl(var(--muted-foreground))}.ibx-item-prev{font-size:12.5px;color:hsl(var(--foreground));opacity:.8;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ibx-item-meta{font-size:11px;color:hsl(var(--muted-foreground));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ibx-bar{align-items:center;gap:12px;margin-bottom:12px}.ibx-accounts,.ibx-bar{display:flex;flex-wrap:wrap}.ibx-accounts{gap:6px;margin-left:auto}.chip{font-size:12px;padding:4px 10px;border-radius:99px;text-decoration:none;border:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));background:hsl(var(--surface));white-space:nowrap}.chip:hover{border-color:hsl(var(--primary)/.45);color:hsl(var(--foreground))}.chip.on{border-color:hsl(var(--primary));color:hsl(var(--primary));background:hsl(var(--primary)/.07)}.ibx-post{display:flex;gap:11px;align-items:center;text-decoration:none;color:inherit;padding:10px 16px;border-bottom:1px solid hsl(var(--border-soft));background:hsl(var(--muted)/.45)}.ibx-post:hover{background:hsl(var(--muted)/.8)}.ibx-post img,.ibx-post-none{width:46px;height:46px;border-radius:8px;object-fit:cover;flex:none;background:hsl(var(--border))}.ibx-post-body{display:grid;grid-gap:1px;gap:1px;min-width:0}.ibx-post .k{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:hsl(var(--primary))}.ibx-post .cap{font-size:12px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ibx-post .cap,.ibx-post .go{color:hsl(var(--muted-foreground))}.ibx-post .go{font-size:11px;opacity:.8}.ibx-thread{height:100%;display:grid;grid-template-rows:auto minmax(0,1fr) auto;background:hsl(var(--surface));border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}.ibx-head{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid hsl(var(--border-soft))}.ibx-head-who{display:grid;grid-gap:1px;gap:1px;min-width:0;flex:1 1}.ibx-head-who b{font-size:14px;font-weight:600}.ibx-head-who .m{font-size:11.5px;color:hsl(var(--muted-foreground))}.ibx-msgs{overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;background:hsl(var(--background))}.bub{max-width:min(74%,560px);align-self:flex-start;display:grid;grid-gap:3px;gap:3px}.bub p{margin:0;font-size:13.5px;line-height:1.5;white-space:pre-wrap;word-break:break-word;background:hsl(var(--surface));border:1px solid hsl(var(--border));border-radius:14px 14px 14px 4px;padding:9px 13px}.bub .t{font-size:10.5px;color:hsl(var(--muted-foreground));padding-left:4px}.bub.out{align-self:flex-end}.bub.out p{background:hsl(var(--primary));border-color:hsl(var(--primary));color:#fff;border-radius:14px 14px 4px 14px}.bub.out .t{text-align:right;padding:0 4px 0 0}.ibx-thread.withpost{grid-template-rows:auto auto minmax(0,1fr) auto}.ibx-foot{padding:12px 16px;border-top:1px solid hsl(var(--border-soft));background:hsl(var(--surface))}.ibx-foot>div{min-width:0!important;width:100%}@media (max-width:900px){.ibx{grid-template-columns:1fr;height:auto}.ibx-list{max-height:300px}.ibx-thread{height:auto;min-height:420px}}.scrim{position:fixed;inset:0;background:hsl(var(--foreground)/.45);display:grid;place-items:center;padding:20px;z-index:100}.modal{background:hsl(var(--surface));border-radius:12px;padding:22px;max-width:430px;width:100%;box-shadow:0 20px 50px rgba(16,24,40,.25)}.modal p{color:hsl(var(--muted-foreground));font-size:13px;margin-top:8px}.modal .row{display:flex;gap:9px;justify-content:flex-end;margin-top:20px}main.doc{max-width:720px;margin:0 auto;padding:40px 22px 70px}main.doc p{margin:10px 0}main.doc p,main.doc ul{color:hsl(var(--muted-foreground))}main.doc ul{padding-left:20px}main.doc li{margin:6px 0}.login{min-height:100vh;display:grid;place-items:center;padding:20px}.login .box{background:hsl(var(--surface));border:1px solid hsl(var(--border));border-radius:14px;padding:34px;max-width:380px;width:100%;text-align:center;box-shadow:var(--shadow-card)}.acct-switch{position:relative;display:inline-flex;align-items:center}.acct-switch select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:30px;min-width:210px;max-width:280px;font-size:13px;cursor:pointer}.acct-switch .caret{position:absolute;right:10px;pointer-events:none;color:hsl(var(--muted-foreground))}.acct-switch .lead{position:absolute;left:12px;pointer-events:none;color:hsl(var(--primary))}.acct-block select{padding-left:34px}@media (max-width:640px){.acct-switch select{min-width:0;max-width:160px}}.acct-block{padding:14px 12px 10px;display:grid;grid-gap:5px;gap:5px}.acct-block select{padding:11px 30px 11px 12px;font-weight:500;font-size:13.5px}.acct-block .acct-switch{width:100%}.acct-block .acct-switch select{min-width:0;max-width:none;width:100%}.daterange{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:16px}.daterange .pills{display:inline-flex;gap:2px;border-radius:9px;padding:3px}.daterange .pills button{border:0;background:transparent;cursor:pointer;font:500 13px/1 inherit;padding:8px 14px;border-radius:7px;color:hsl(var(--muted-foreground))}.daterange .pills button.on{color:hsl(var(--foreground));box-shadow:var(--shadow-card)}.daterange .dt{width:auto;min-width:140px;font-size:12.5px;padding:8px 10px}.daterange .to{color:hsl(var(--muted-foreground));font-size:12.5px}.statstrip{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0}.stat{flex:1 1 120px;background:hsl(var(--surface));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:13px 16px;box-shadow:var(--shadow-card);display:grid;grid-gap:5px;gap:5px}.stat .k{font-size:10.5px;text-transform:uppercase;letter-spacing:.06em;font-weight:500}.stat .v{font-size:21px;font-weight:600;letter-spacing:-.02em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.stat .v.good{color:hsl(var(--success))}.stat .v.bad{color:hsl(var(--destructive))}.chartpanel .panel-head{justify-content:space-between}.chartpanel .seg.metrics button{padding:6px 11px;font-size:12px}.chartbody{padding:16px 18px 12px}.chart-summary{display:grid;grid-gap:2px;gap:2px;margin-bottom:10px}.chart-summary .k{font-size:10.5px;text-transform:uppercase;letter-spacing:.06em}.chart-summary .v{font-size:19px;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.chartsvg{width:100%;height:210px;display:block;overflow:visible}.chart-empty{padding:64px 20px;text-align:center;font-size:13.5px}.chart-empty,.note{color:hsl(var(--muted-foreground))}.note{font-size:12px;margin:10px 2px 0;max-width:72ch}.searchbox{position:relative;display:flex;align-items:center;flex:1 1 260px;min-width:180px}.searchbox svg{position:absolute;left:12px;color:hsl(var(--muted-foreground));pointer-events:none}.searchbox input{padding-left:35px}.disclose{border:0;background:transparent;cursor:pointer;padding:2px;margin-right:6px;color:hsl(var(--muted-foreground));vertical-align:-3px}.disclose:disabled{opacity:.22;cursor:default}td .nm{display:inline-block;max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;font-weight:500}td .nm.sub{padding-left:28px;font-weight:400;color:hsl(var(--muted-foreground))}tr.child td{background:hsl(var(--muted)/.4);font-size:12.5px}.cellempty{padding:40px 16px;text-align:center;color:hsl(var(--muted-foreground))}td.roas{font-weight:600}td.roas.top{color:hsl(var(--success))}td.roas.average{color:hsl(38 92% 38%)}td.roas.losing{color:hsl(var(--destructive))}.badge .dot{width:6px;height:6px;border-radius:50%;background:currentColor;flex:none}.badge.top{background:hsl(var(--success)/.12)}.badge.average{background:hsl(var(--warning)/.14);color:hsl(38 92% 38%)}.badge.losing{background:hsl(var(--destructive)/.1)}.statusfilter select{width:auto;min-width:150px;font-size:12.5px;padding:8px 11px;cursor:pointer}.bigcards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:14px;gap:14px;margin-bottom:18px}.bigcard{background:hsl(var(--surface));border:1px solid hsl(var(--border));border-radius:12px;padding:18px 20px;box-shadow:var(--shadow-card);display:grid;grid-gap:4px;gap:4px}.bigcard .top{display:flex;align-items:center;justify-content:space-between;gap:12px}.bigcard .k{font-size:11.5px;text-transform:uppercase;letter-spacing:.06em;font-weight:600;color:hsl(var(--muted-foreground))}.bigcard .ic{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;flex:none}.bigcard .ic.blue{background:hsl(var(--primary)/.1);color:hsl(var(--primary))}.bigcard .ic.amber{background:hsl(var(--warning)/.14);color:hsl(38 92% 38%)}.bigcard .ic.red{background:hsl(var(--destructive)/.1);color:hsl(var(--destructive))}.bigcard .v{font-size:30px;font-weight:700;letter-spacing:-.025em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;margin-top:6px}.bigcard .d{font-size:12px;color:hsl(var(--muted-foreground))}td.strong{font-weight:600}.panel-head h3{display:flex;align-items:center;gap:7px}.panel.amber{border-color:hsl(var(--warning)/.35)}.panel.amber .panel-head{background:hsl(var(--warning)/.08);border-bottom-color:hsl(var(--warning)/.3)}.pausedlist{display:flex;flex-direction:column}.pausedrow{display:flex;align-items:center;gap:16px;padding:13px 16px;border-bottom:1px solid hsl(var(--border-soft))}.pausedrow:last-child{border-bottom:0}.pausedrow:hover{background:hsl(var(--muted)/.4)}.pausedrow .info{display:grid;grid-gap:4px;gap:4px;min-width:0;flex:1 1}.pausedrow .hd{display:flex;align-items:center;gap:9px;min-width:0}.pausedrow .hd b{font-size:13.5px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pausedrow .facts{font-size:12px;color:hsl(var(--muted-foreground));font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.btn.resume{background:hsl(var(--success)/.1);color:hsl(var(--success));border-color:hsl(var(--success)/.35);flex:none}.btn.resume:hover{background:hsl(var(--success)/.16);filter:none}.rep{display:grid;grid-gap:28px;gap:28px;max-width:1100px}.rep-verdict{background:hsl(var(--surface));border:1px solid hsl(var(--border));border-left:4px solid hsl(var(--primary));border-radius:var(--radius);padding:18px 20px;box-shadow:var(--shadow-card);display:grid;grid-gap:8px;gap:8px}.rep-verdict .lead{font-size:16px;font-weight:600;max-width:78ch}.rep-verdict p{max-width:82ch;color:hsl(var(--foreground))}.rep-kpis .card .v{font-size:21px}.rep-kpis .card .d{font-family:var(--mono);font-size:10.5px;overflow-wrap:anywhere}.rep-sec{display:grid;grid-gap:12px;gap:12px}.rep-sec h2{font-size:18px;font-weight:650;letter-spacing:-.01em;margin:0}.rep-grid2{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}@media (max-width:860px){.rep-grid2{grid-template-columns:1fr}}.rep-findings{display:grid;grid-gap:12px;gap:12px}.rep-finding{display:grid;grid-gap:10px;gap:10px}.rep-finding-top{display:flex;align-items:flex-start;gap:12px;flex-wrap:wrap}.rep-finding-top h3{font-size:15.5px;margin:0;flex:1 1 320px}.rep-finding p{margin:0;color:hsl(var(--foreground));max-width:84ch;font-size:14px;line-height:1.55}.rep-stake{margin-left:auto;text-align:right;font-size:12.5px;color:hsl(var(--muted-foreground));max-width:260px}.rep-stake b{display:block;font-size:20px;font-weight:650;color:hsl(var(--foreground));letter-spacing:-.01em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.rep-evidence{display:grid;grid-gap:6px;gap:6px;margin:0;font-size:13px}.rep-evidence div{display:grid;grid-template-columns:130px 1fr;grid-gap:10px;gap:10px}.rep-evidence dt{color:hsl(var(--muted-foreground))}.rep-evidence dd{margin:0;color:hsl(var(--foreground))}.rep-evidence .mono{font-size:11px}.rep-do{display:flex;gap:10px;padding:10px 12px;background:hsl(var(--primary)/.08);border-radius:8px;font-size:13.5px}.rep-do .k{color:hsl(var(--primary));font-weight:600;white-space:nowrap;padding-top:2px;text-transform:uppercase;letter-spacing:.05em}.rep-stops{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:12px;gap:12px}.rep-stops .card{display:grid;grid-gap:6px;gap:6px}.rep-stops .card p{margin:0;font-size:13.5px;color:hsl(var(--muted-foreground))}.rep-stops .card .d{font-family:var(--mono);font-size:10.5px}.rep-list{margin:6px 0 0;padding-left:18px;font-size:13.5px;color:hsl(var(--foreground));display:grid;grid-gap:6px;gap:6px}.rep-foot{font-size:12.5px;color:hsl(var(--muted-foreground));margin:8px 16px 12px;max-width:80ch}.rep-svg{display:block;width:100%;height:auto}.rep-svg text{font-size:11px;fill:hsl(var(--muted-foreground))}.rep-svg .tick{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.rep-svg .tick.strong{fill:hsl(var(--foreground));font-weight:600}.rep-svg .grid{stroke:hsl(var(--border-soft));stroke-width:1}.rep-svg .ref{stroke:hsl(var(--muted-foreground));stroke-width:1.5}.rep-svg .ref.dashed{stroke-dasharray:3 3;stroke-width:1}.rep-svg .ring{fill:hsl(var(--surface))}.rep-legend{display:flex;gap:16px;flex-wrap:wrap;font-size:12px;color:hsl(var(--muted-foreground));padding:6px 4px 8px}.rep-legend span{display:inline-flex;align-items:center;gap:6px}.rep-legend i{display:inline-block;width:12px;height:12px;border-radius:3px}.rep-donut-body{display:flex;gap:14px;align-items:center;padding:12px 16px}.rep-donut-legend{list-style:none;margin:0;padding:0;display:grid;grid-gap:4px;gap:4px;flex:1 1;min-width:0;font-size:12.5px}.rep-donut-legend li{display:grid;grid-template-columns:10px minmax(0,1fr) 40px 64px 60px;grid-gap:8px;gap:8px;align-items:center}.rep-donut-legend i{width:10px;height:10px;border-radius:3px;display:inline-block}.rep-donut-legend .lbl{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rep-donut-legend .n{text-align:right;font-family:var(--mono);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.rep-funnel{display:grid;grid-gap:8px;gap:8px;padding:12px 16px}.rep-funnel-row{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,2fr) 90px 56px;grid-gap:10px;gap:10px;align-items:center;font-size:13px}.rep-funnel-row .lbl{display:grid;grid-gap:1px;gap:1px;min-width:0}.rep-funnel-row .lbl .mono{font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rep-funnel-row .bar{height:12px;background:hsl(var(--muted));border-radius:4px;overflow:hidden}.rep-funnel-row .bar i{display:block;height:100%;background:hsl(var(--primary));border-radius:4px}.rep-funnel-row .n{text-align:right;font-family:var(--mono);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.rep-funnel-row .n.up{color:hsl(var(--destructive))}td.n,th.n{text-align:right;font-family:var(--mono);font-feature-settings:"tnum";font-variant-numeric:tabular-nums}td.n.good{color:hsl(var(--success))}td.n.up{color:hsl(var(--destructive))}.rep-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:12px;gap:12px}.rep-fields .field{display:grid;grid-gap:5px;gap:5px}.rep-fields .field .d{font-size:11.5px;color:hsl(var(--muted-foreground))}.rep-hero{background:hsl(var(--primary)/.08);border-color:transparent}.rep-hero .v{color:hsl(var(--primary))}.rep-rule{display:grid;grid-gap:10px;gap:10px}.rep-rule.avoid{border-color:hsl(var(--destructive)/.6)}.rep-rule-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.rep-rule-head h3{margin:0;font-size:15px}.rep-sentence{margin:0;font-size:14px;line-height:1.8}.rep-sentence code{font-family:var(--mono);font-size:12.5px;background:hsl(var(--primary)/.08);color:hsl(var(--primary));padding:1px 6px;border-radius:5px}.rep-replay{display:flex;gap:22px;flex-wrap:wrap;margin:0;font-size:13px;background:hsl(var(--muted));padding:10px 12px;border-radius:8px}.rep-replay div{display:grid;grid-gap:2px;gap:2px}.rep-replay dt{color:hsl(var(--muted-foreground));font-size:11px;text-transform:uppercase;letter-spacing:.05em}.rep-replay dd{margin:0;font-family:var(--mono);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600}.rep-econ-ask{border:1px solid hsl(var(--primary)/.35);background:hsl(var(--primary)/.04);border-radius:var(--radius);padding:18px 20px}.rep-econ-ask h2{margin-top:0;color:hsl(var(--primary))}.rep-ask{border:1px solid hsl(var(--primary)/.35);background:hsl(var(--primary)/.05);border-radius:var(--radius);padding:14px 17px;display:grid;grid-gap:8px;gap:8px;justify-items:start}.rep-ask p{margin:0;font-size:13px;line-height:1.6;max-width:84ch;color:hsl(var(--foreground))}.rep-ask b{font-weight:600}.rep-ask .btn{margin-top:2px}.rep-winner{background:hsl(var(--success)/.07);border:1px solid hsl(var(--success)/.3);border-radius:var(--radius);padding:14px 18px;margin-bottom:14px}.rep-winner .k{font-size:10.5px;text-transform:uppercase;letter-spacing:.06em;font-weight:600;color:hsl(var(--success))}.rep-winner p{margin-top:6px;font-size:13.5px;max-width:78ch}.rep-action{background:hsl(var(--surface));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:16px 18px;margin-top:12px;display:grid;grid-gap:8px;gap:8px}.rep-action .lead{font-size:15px;font-weight:600;max-width:78ch}.rep-action p{font-size:13.5px;max-width:80ch}.rep-flag{background:hsl(var(--warning)/.12);border-left:3px solid hsl(var(--warning));border-radius:6px;padding:9px 12px;font-size:13px}.rep-note{background:hsl(var(--muted));border-radius:var(--radius);padding:14px 18px;font-size:13.5px;color:hsl(var(--muted-foreground));max-width:84ch;line-height:1.6}.rep-note,.rep-why{margin-top:12px}.rep-why summary{cursor:pointer;font-size:13px;color:hsl(var(--muted-foreground));padding:6px 0}.rep-why summary:hover{color:hsl(var(--foreground))}.rep-why-row{padding:10px 0;border-bottom:1px solid hsl(var(--border-soft))}.rep-why-row p{font-size:12.5px;margin-top:4px;max-width:84ch;line-height:1.55}.picker{position:relative;grid-gap:5px;gap:5px}.picker-box{display:flex;flex-wrap:wrap;gap:6px;align-items:center;min-height:38px;border:1px solid hsl(var(--border));border-radius:8px;padding:7px 10px;background:hsl(var(--surface));cursor:pointer;font-size:13px}.picker-box:hover{border-color:hsl(var(--primary)/.5)}.chip{display:inline-flex;align-items:center;gap:5px;background:hsl(var(--primary)/.1);color:hsl(var(--primary));border-radius:6px;padding:3px 6px 3px 9px;font-size:12.5px;font-weight:500;max-width:240px}.chip>:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chip button{border:0;background:transparent;cursor:pointer;color:inherit;display:grid;place-items:center;padding:0;opacity:.7}.chip button:hover{opacity:1}.picker-menu{position:absolute;top:100%;left:0;right:0;z-index:60;margin-top:4px;background:hsl(var(--surface));border:1px solid hsl(var(--border));border-radius:10px;box-shadow:0 12px 32px rgba(16,24,40,.16);overflow:hidden;min-width:340px}.picker-menu .searchbox{padding:10px 10px 6px;flex:none}.picker-menu .searchbox svg{left:22px}.picker-list{max-height:300px;overflow-y:auto;padding:4px}.picker-empty{padding:22px 14px;text-align:center;font-size:13px}.picker-row{display:flex;gap:9px;align-items:flex-start;width:100%;border:0;background:transparent;padding:8px 10px;border-radius:7px}.picker-row:hover{background:hsl(var(--muted))}.picker-row.on{background:hsl(var(--primary)/.07)}.picker-row .tick{width:16px;height:16px;border-radius:4px;border:1px solid hsl(var(--border));flex:none;margin-top:1px;display:grid;place-items:center;color:#fff}.picker-row.on .tick{background:hsl(var(--primary));border-color:hsl(var(--primary))}.picker-row .body{display:grid;grid-gap:2px;gap:2px;min-width:0}.picker-row .nm{font-size:13px;font-weight:500}.picker-row .sub{font-size:11.5px;color:hsl(var(--muted-foreground))}.picker-row .sub b{font-weight:600}.picker-row .sub b.live{color:hsl(var(--success))}.picker-foot{display:flex;align-items:center;gap:8px;padding:9px 12px;border-top:1px solid hsl(var(--border));background:hsl(var(--muted)/.5);font-size:12.5px}.picker-foot .btn{margin-left:auto}.picker-foot .btn.ghost+.btn{margin-left:0}.rep-start{background:hsl(var(--surface));border:1px solid hsl(var(--border));border-left:3px solid hsl(var(--primary));border-radius:var(--radius);padding:18px 22px;margin:16px 0;box-shadow:var(--shadow-card)}.rep-start h2{margin:0 0 12px;font-size:16px}.rep-start ol{list-style:none;margin:0;padding:0;display:grid;grid-gap:12px;gap:12px}.rep-start li{display:grid;grid-template-columns:24px 1fr;grid-gap:12px;gap:12px;align-items:start}.rep-start .n{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:hsl(var(--primary));color:#fff;font-size:12px;font-weight:600}.rep-start .t{display:grid;grid-gap:3px;gap:3px;min-width:0}.rep-start .t b{font-size:14px}.rep-start .a{font-size:13px;max-width:80ch;line-height:1.5}.rep-start .a,.rep-start .stake{color:hsl(var(--muted-foreground))}.rep-start .stake{justify-self:start;font-size:11.5px;font-weight:600;padding:2px 8px;border-radius:99px;background:hsl(var(--muted))}.rep-start .stake.critical{background:hsl(var(--destructive)/.1);color:hsl(var(--destructive))}.rep-start .stake.warning{background:hsl(var(--warning)/.14);color:hsl(38 92% 38%)}.rep-start>.muted{font-size:12.5px;margin-top:14px;max-width:80ch;line-height:1.55}.rep-fold>summary{cursor:pointer;list-style:none;font-size:15px;font-weight:600;padding:10px 0;display:flex;align-items:center;gap:8px;color:hsl(var(--foreground))}.rep-fold>summary::-webkit-details-marker{display:none}.rep-fold>summary:before{content:"";width:0;height:0;border-left:5px solid hsl(var(--muted-foreground));border-top:4px solid transparent;border-bottom:4px solid transparent;transition:transform .15s;flex:none}.rep-fold[open]>summary:before{transform:rotate(90deg)}.rep-fold>summary:hover{color:hsl(var(--primary))}.rep-fold[open]>summary{margin-bottom:6px}.rep-finding{padding:0;overflow:hidden}.rep-finding>summary{cursor:pointer;list-style:none;padding:15px 18px;display:grid;grid-gap:7px;gap:7px;transition:background .12s}.rep-finding>summary::-webkit-details-marker{display:none}.rep-finding>summary:hover{background:hsl(var(--muted)/.5)}.rep-finding .rep-finding-top{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.rep-finding .rep-finding-top h3{font-size:14.5px;font-weight:600;margin:0;flex:1 1 auto;min-width:0}.rep-finding .rep-lede{font-size:13.5px;color:hsl(var(--muted-foreground));line-height:1.55;max-width:82ch;margin:0}.rep-finding .rep-more{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:hsl(var(--primary));justify-self:start}.rep-finding .rep-more:before{content:"";width:0;height:0;border-left:5px solid;border-top:4px solid transparent;border-bottom:4px solid transparent;transition:transform .15s}.rep-finding[open]>summary .rep-more:before{transform:rotate(90deg)}.rep-finding[open]>summary{background:hsl(var(--muted)/.4);border-bottom:1px solid hsl(var(--border))}.rep-finding[open] .rep-lede{color:hsl(var(--foreground))}.rep-finding-body{padding:15px 18px;display:grid;grid-gap:12px;gap:12px}.rep-finding-body>p{font-size:13.5px;line-height:1.6;max-width:82ch;margin:0}.rep-glance h2{margin-top:22px}.rep-glance .rep-grid2{gap:14px}.dg-wrap{max-width:1100px}.dg{display:grid;grid-gap:16px;gap:16px}.dg-card{background:hsl(var(--surface));border-left:1px solid hsl(var(--border));border:1px solid hsl(var(--border));border-left-width:3px;border-radius:var(--radius);padding:16px 18px;box-shadow:var(--shadow-card);display:grid;grid-gap:12px;gap:12px}.dg-card.worse{border-left-color:hsl(var(--destructive))}.dg-card.better{border-left-color:hsl(var(--success))}.dg-card.same{border-left-color:hsl(var(--border))}.dg-card>header{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.dg-card .who{font-size:12px;text-transform:uppercase;letter-spacing:.05em}.dg-card .who,.dg-verdict{font-weight:600;color:hsl(var(--muted-foreground))}.dg-verdict{margin-left:auto;display:inline-flex;align-items:center;gap:5px;font-size:11.5px;padding:3px 9px;border-radius:99px;background:hsl(var(--muted))}.dg-verdict.worse{background:hsl(var(--destructive)/.1);color:hsl(var(--destructive))}.dg-verdict.better{background:hsl(var(--success)/.12);color:hsl(var(--success))}.dg-headline{font-size:16px;line-height:1.45;font-weight:500;max-width:62ch}.dg-actions{list-style:none;margin:0;padding:0;display:grid;grid-gap:10px;gap:10px}.dg-actions li{display:grid;grid-gap:3px;gap:3px;background:hsl(var(--primary)/.05);border-left:2px solid hsl(var(--primary));border-radius:0 8px 8px 0;padding:10px 12px}.dg-actions li.now{background:hsl(var(--destructive)/.06);border-left-color:hsl(var(--destructive))}.dg-actions .u{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:hsl(var(--muted-foreground))}.dg-actions .w{font-size:14px;font-weight:600}.dg-actions .b{font-size:12.5px;color:hsl(var(--muted-foreground));line-height:1.5;max-width:92ch}.dg-run{margin-top:9px;display:grid;grid-gap:9px;gap:9px;justify-items:start}.dg-run-foot{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.dg-targets{list-style:none;margin:0;padding:0;display:grid;grid-gap:5px;gap:5px;width:100%;max-width:74ch}.dg-targets li{background:hsl(var(--surface));border:1px solid hsl(var(--border-soft));border-radius:7px;padding:7px 10px}.dg-targets label{display:flex;align-items:baseline;gap:9px;cursor:pointer;min-width:0}.dg-targets input{flex:none;width:15px;height:15px;align-self:center}.dg-targets .nm{font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1 auto;min-width:0}.dg-targets .no{flex:none;font-size:11.5px;color:hsl(var(--muted-foreground));font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dg-ran{margin:9px 0 0;font-weight:600;color:hsl(var(--success))}.dg-err,.dg-ran{font-size:12.5px}.dg-err{margin:0;color:hsl(var(--destructive))}@media (max-width:640px){.dg-targets label{flex-wrap:wrap}.dg-targets .nm{flex:1 1 100%;white-space:normal}.dg-targets .no{margin-left:24px}}.dg-changes{list-style:none;margin:0;padding:0;display:grid;grid-gap:9px;gap:9px}.dg-changes li{display:flex;gap:8px;align-items:flex-start;font-size:13px}.dg-changes li>span{min-width:0}.dg-changes li.bad>svg{color:hsl(var(--destructive));flex:none;margin-top:2px}.dg-changes b{font-weight:600}.dg-changes em{font-style:normal}.dg-changes .d,.dg-changes em{color:hsl(var(--muted-foreground))}.dg-changes .d{display:block;font-size:12.5px;line-height:1.5;margin-top:2px;max-width:92ch}.dg-periods{display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));align-items:start}.dg-period{background:hsl(var(--muted)/.5);border-radius:8px;padding:11px 13px}.dg-period>.k{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground))}.dg-period dl{display:grid;grid-template-columns:repeat(auto-fit,minmax(96px,1fr));grid-gap:10px;gap:10px;margin:8px 0 0}.dg-period dt{font-size:11px;color:hsl(var(--muted-foreground))}.dg-period dd{margin:2px 0 0;font-size:15px;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dg-period dd .u{display:block;font-size:10.5px;font-weight:400;color:hsl(var(--muted-foreground))}.dg-period .good dd{color:hsl(var(--success))}.dg-period .bad dd{color:hsl(var(--destructive))}.dg-card>footer{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:11.5px;padding-top:4px;border-top:1px solid hsl(var(--border-soft))}.dg-card>footer .btn{margin-left:auto}.dg-prepare{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:12px}@media (max-width:640px){.dg-card{padding:14px;border-radius:12px}.dg-headline{font-size:15px}.dg-period dl{grid-template-columns:repeat(2,1fr)}}.notif{background:hsl(var(--surface));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:15px 17px;margin-bottom:16px;display:grid;grid-gap:8px;gap:8px}.notif.off{border-color:hsl(var(--primary)/.35);background:hsl(var(--primary)/.04)}.notif.on{border-color:hsl(var(--success)/.3);background:hsl(var(--success)/.05)}.notif.ios-needs-install{border-color:hsl(var(--primary)/.35);background:hsl(var(--primary)/.04)}.notif b{display:flex;align-items:center;gap:8px;font-size:14px}.notif b.on{color:hsl(var(--success))}.notif p{font-size:13px;color:hsl(var(--muted-foreground));max-width:62ch;line-height:1.5;margin:0}.notif p.muted svg{vertical-align:-2px;margin-right:6px}.notif .btn{justify-self:start}.notif-steps{margin:2px 0;padding-left:0;list-style:none;display:grid;grid-gap:7px;gap:7px}.notif-steps li{display:flex;align-items:center;gap:8px;font-size:13px}.notif-steps li svg{color:hsl(var(--primary));flex:none}.tabbar{display:none}@media (max-width:768px){.tabbar{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;position:fixed;left:0;right:0;bottom:0;z-index:45;background:hsl(var(--surface));border-top:1px solid hsl(var(--border));padding-bottom:env(safe-area-inset-bottom)}.tabbar a{display:grid;justify-items:center;grid-gap:3px;gap:3px;padding:9px 4px 7px;text-decoration:none;color:hsl(var(--muted-foreground));font-size:10.5px;font-weight:500}.tabbar a.on{color:hsl(var(--primary))}.tabbar a span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.page{padding-bottom:calc(76px + env(safe-area-inset-bottom))}.burger{top:auto;bottom:calc(84px + env(safe-area-inset-bottom));left:auto;right:14px;border-radius:50%;padding:11px}.topbar{padding-left:16px;padding-right:12px;gap:8px}.topbar h1{font-size:18px}.topbar .right{gap:6px}.freshness{display:none}}@supports (padding:env(safe-area-inset-left)){.page{padding-left:calc(14px + env(safe-area-inset-left));padding-right:calc(14px + env(safe-area-inset-right))}.sidebar,.topbar{padding-top:env(safe-area-inset-top)}}@media (max-width:640px){.bigcards,.cards,.statstrip{grid-template-columns:1fr;display:grid}.statstrip{gap:8px}.stat{flex:none}.daterange{gap:8px}.daterange .pills{width:100%;overflow-x:auto}.daterange .dt{min-width:0;flex:1 1 130px}.rep-grid2{grid-template-columns:1fr}.picker-menu{position:fixed;left:12px;right:12px;top:auto;bottom:calc(84px + env(safe-area-inset-bottom));min-width:0}}.install{display:flex;align-items:center;gap:11px;padding:12px 14px;margin-bottom:14px;background:hsl(var(--primary)/.06);border:1px solid hsl(var(--primary)/.3);border-radius:var(--radius)}.install>svg{color:hsl(var(--primary));flex:none}.install>span{display:grid;grid-gap:2px;gap:2px;min-width:0;flex:1 1}.install b{font-size:13.5px}.install span span{font-size:12px;line-height:1.45}.install .x,.install span span{color:hsl(var(--muted-foreground))}.install .x{border:0;background:transparent;cursor:pointer;padding:4px;flex:none}.install .x:hover{color:hsl(var(--foreground))}@media (max-width:640px){.install{flex-wrap:wrap}.install .btn{margin-left:auto}}.rep-resolution{font-size:12px;color:hsl(var(--muted-foreground));margin:6px 0 0;padding-left:9px;border-left:2px solid hsl(var(--border));max-width:76ch;line-height:1.5}.conn{display:grid;grid-gap:16px;gap:16px;max-width:720px}.conn-intro{font-size:13.5px;line-height:1.6;max-width:72ch}.conn-list{display:grid;grid-gap:10px;gap:10px}.conn-card{display:flex;gap:13px;align-items:flex-start;background:hsl(var(--surface));border-left:1px solid hsl(var(--border));border:1px solid hsl(var(--border));border-left-width:3px;border-radius:var(--radius);padding:14px 16px;box-shadow:var(--shadow-card)}.conn-card.active{border-left-color:hsl(var(--success))}.conn-card.failed{border-left-color:hsl(var(--destructive))}.conn-card .ic{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;flex:none;background:hsl(var(--primary)/.1);color:hsl(var(--primary))}.conn-card .body{display:grid;grid-gap:4px;gap:4px;justify-items:start;min-width:0;flex:1 1}.conn-card .body b{font-size:14px}.conn-card .d{font-size:12.5px;color:hsl(var(--muted-foreground));line-height:1.5}.conn-form{display:grid;grid-gap:13px;gap:13px;max-width:560px}.conn-form h3{display:flex;align-items:center;gap:8px;font-size:15px}.conn-form .muted{font-size:12.5px;line-height:1.55;max-width:64ch}.conn-form .row{display:flex;gap:9px;flex-wrap:wrap}.conn-note{background:hsl(var(--muted));border-radius:var(--radius);padding:14px 17px;font-size:12.5px;line-height:1.6;color:hsl(var(--muted-foreground));max-width:74ch}.conn-note b{display:block;color:hsl(var(--foreground));font-size:13px;margin-bottom:5px}.conn-note p{margin:0}@media (max-width:640px){.conn-card{flex-wrap:wrap}.conn-card .btn{margin-left:auto}}.login .box{display:grid;grid-gap:6px;gap:6px;justify-items:center;padding:38px 34px}.login-mark{color:hsl(var(--primary));display:block;margin-bottom:4px}.login h1{font-family:var(--f-display);font-size:24px;letter-spacing:-.025em}.login .sub{font-size:14px;color:hsl(var(--muted-foreground));margin-bottom:14px;max-width:30ch}.login .btn{margin-top:2px}.cell-ad{display:flex;align-items:center;gap:10px;min-width:0}.thumb{width:34px;height:34px;border-radius:6px;object-fit:cover;flex:none;background:hsl(var(--muted));border:1px solid hsl(var(--border))}.thumb-blank{display:block}.picker-thumb{width:30px;height:30px;border-radius:5px;object-fit:cover;flex:none;background:hsl(var(--muted));border:1px solid hsl(var(--border))}.picker-bulk{display:flex;gap:12px;align-items:center;padding:4px 12px 8px;border-bottom:1px solid hsl(var(--border-soft))}.picker-bulk button{border:0;background:transparent;cursor:pointer;padding:2px 0;font:500 12px/1 var(--f-body);color:hsl(var(--primary))}.picker-bulk button:hover{text-decoration:underline}.picker-bulk button.sub{color:hsl(var(--muted-foreground));margin-left:auto}.bigcard .k,.card .k,.chart-summary .k,.conn-card .body+.k,.dg-period>.k,.k,.rep-winner .k,.stat .k{font-family:var(--mono);font-size:10px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:hsl(var(--faint))}.bigcard .v,.card .v,.chart-summary .v,.dg-period dd,.stat .v{font-family:var(--f-display);letter-spacing:-.03em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.badge{font-family:var(--mono);font-size:10px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;padding:3px 8px;background:transparent;border:1px solid}.badge.on{color:hsl(var(--success));background:hsl(var(--success)/.06)}.badge.off{color:hsl(var(--destructive));background:hsl(var(--destructive)/.05)}.badge.warn{color:hsl(var(--warning));background:hsl(var(--warning)/.06)}.badge.muted{color:hsl(var(--faint));background:transparent}.badge.info{color:hsl(var(--info));background:hsl(var(--info)/.05)}.badge.top{color:hsl(var(--success));background:hsl(var(--success)/.06)}.badge.average{color:hsl(var(--warning));background:hsl(var(--warning)/.06)}.badge.losing{color:hsl(var(--destructive));background:hsl(var(--destructive)/.05)}.btn{font-family:var(--f-body);font-weight:500;border-radius:7px;padding:9px 16px;transition:background .14s,border-color .14s,color .14s}.btn:hover{background:hsl(var(--primary-deep));border-color:hsl(var(--primary-deep));filter:none}.btn.ghost{background:transparent;border-color:hsl(var(--border))}.btn.ghost,.btn.ghost:hover{color:hsl(var(--foreground))}.btn.ghost:hover{background:hsl(var(--muted));border-color:hsl(var(--faint)/.4)}.btn:focus-visible{outline:2px solid hsl(var(--primary)/.5);outline-offset:2px}.bigcard,.card,.conn-card,.dg-card,.panel,.rep-start,.stat{box-shadow:none}.modal,.picker-menu{box-shadow:var(--shadow-pop)}th{font-family:var(--mono);font-size:10px;letter-spacing:.1em;color:hsl(var(--faint));background:transparent;border-bottom:1px solid hsl(var(--border));padding-top:12px;padding-bottom:12px}td{border-bottom:1px solid hsl(var(--border-soft))}.mono,.num,td.num{font-family:var(--mono);font-size:12.5px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.navlink.on{background:hsl(var(--primary)/.07);color:hsl(var(--primary-deep));font-weight:600}.navlink.on:before{background:hsl(var(--primary))}.tabbar a.on{color:hsl(var(--primary-deep))}.seg{background:hsl(var(--muted));border:1px solid hsl(var(--border))}.seg button.on{background:hsl(var(--surface));color:hsl(var(--foreground));box-shadow:0 1px 2px rgba(20,24,28,.06)}.daterange .pills{background:hsl(var(--muted));border:1px solid hsl(var(--border))}.daterange .pills button.on{background:hsl(var(--surface));box-shadow:0 1px 2px rgba(20,24,28,.06)}.input,select.input,textarea.input{font-family:var(--f-body);border-radius:7px;background:hsl(var(--surface))}.input:focus,select.input:focus,textarea.input:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary)/.14)}.topbar h1{font-size:20px;letter-spacing:-.025em}.topbar h1,h2{font-family:var(--f-display)}h2{font-size:15px;letter-spacing:-.015em}.btn.google{background:hsl(var(--surface));color:hsl(var(--foreground));border:1px solid hsl(var(--border));font-weight:500}.btn.google:hover{background:hsl(var(--muted));border-color:hsl(var(--faint)/.45)}.bst-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(168px,1fr));grid-gap:10px;gap:10px;max-height:520px;overflow-y:auto;padding:2px}.bst-post{display:grid;grid-gap:8px;gap:8px;text-align:left;padding:8px;cursor:pointer;background:hsl(var(--surface));border:1px solid hsl(var(--border));border-radius:var(--radius);transition:border-color .12s,box-shadow .12s}.bst-post:hover{border-color:hsl(var(--ring))}.bst-post.on{border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsl(var(--primary)/.22)}.bst-thumb{position:relative;display:block;aspect-ratio:1;border-radius:calc(var(--radius) - 3px);overflow:hidden;background:hsl(var(--muted))}.bst-thumb img{width:100%;height:100%;object-fit:cover;display:block}.bst-thumb .badge{position:absolute;left:6px;top:6px}.bst-none{display:grid;place-items:center;height:100%;font-size:11.5px;color:hsl(var(--muted-foreground))}.bst-meta{display:grid;grid-gap:3px;gap:3px;min-width:0}.bst-msg{font-size:12.5px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.linkish{background:none;border:0;padding:0;font:inherit;color:hsl(var(--primary));cursor:pointer;text-decoration:underline;text-underline-offset:2px}.linkish:hover{opacity:.8}.rep-lost{display:grid;grid-gap:4px;gap:4px;padding:18px 20px;border:1px solid hsl(var(--destructive)/.35);border-radius:12px;background:hsl(var(--destructive)/.06)}.rep-lost .v{font-family:var(--mono);font-size:44px;line-height:1;font-weight:600;color:hsl(var(--destructive));letter-spacing:-.02em}.ibx-back{display:none}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px;border-radius:5px}.page{padding:18px 24px 56px}.panel{box-shadow:none}.panel-head{padding:11px 14px}td,th{padding:8px 14px}.statstrip{margin:14px 0}.menu,.modal,.pop,.popover,.sheet,[role=dialog],[role=menu]{box-shadow:var(--shadow-pop)}select,select.input{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-color:hsl(var(--surface));background-image:linear-gradient(45deg,transparent 50%,hsl(var(--faint)) 50%),linear-gradient(135deg,hsl(var(--faint)) 50%,transparent 50%);background-position:calc(100% - 15px) calc(50% + 1px),calc(100% - 10px) calc(50% + 1px);background-size:5px 5px,5px 5px;background-repeat:no-repeat;padding-right:30px;border:1px solid hsl(var(--border));border-radius:7px;font:inherit;font-size:13px;color:hsl(var(--foreground));height:32px;padding-left:11px;cursor:pointer;transition:border-color .12s ease,background-color .12s ease}select.input:hover,select:hover{border-color:hsl(var(--faint))}input[type=date],input[type=number],input[type=search],input[type=text],input[type=url]{border:1px solid hsl(var(--border));border-radius:7px;background:hsl(var(--surface));color:hsl(var(--foreground));font:inherit;font-size:13px;height:32px;padding:0 11px;transition:border-color .12s ease,box-shadow .12s ease}input[type=date]:hover,input[type=number]:hover,input[type=search]:hover,input[type=text]:hover,input[type=url]:hover{border-color:hsl(var(--faint))}input[type=date]{font-family:var(--mono);font-size:12.5px;letter-spacing:-.02em}input[type=date]::-webkit-calendar-picker-indicator{opacity:.45;cursor:pointer;-webkit-transition:opacity .12s ease;transition:opacity .12s ease}input[type=date]:hover::-webkit-calendar-picker-indicator{opacity:.9}.nav-group{display:flex;flex-direction:column;gap:2px}.nav-group+.nav-group{margin-top:13px}.nav-group .nav-label{font-family:var(--mono);font-size:9.5px;text-transform:uppercase;letter-spacing:.14em;color:hsl(var(--faint));padding:0 14px 5px;font-weight:500}.navlink{padding:7px 14px;font-size:13.5px}.bill-banner{background:hsl(var(--warning)/.1);border-bottom:1px solid hsl(var(--warning)/.22)}.bill-banner,.bill-banner b{color:hsl(var(--warning))}.bill-banner.urgent{background:hsl(var(--destructive)/.1);border-bottom-color:hsl(var(--destructive)/.25)}.bill-banner.urgent,.bill-banner.urgent b{color:hsl(var(--destructive))}.verdict{display:grid;grid-gap:9px;gap:9px;padding:2px 0 16px}.verdict .say{font-family:var(--f-display);font-size:clamp(19px,2.3vw,26px);line-height:1.28;font-weight:600;letter-spacing:-.02em;max-width:56ch;margin:0;text-wrap:balance}.verdict .say .fig{font-family:var(--mono);font-weight:700;letter-spacing:-.03em}.verdict .say .up{color:hsl(var(--success))}.verdict .say .down{color:hsl(var(--destructive))}.verdict .beneath{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.verdict .chip{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:hsl(var(--muted-foreground));border:1px solid hsl(var(--border));border-radius:100px;padding:3px 10px;background:hsl(var(--surface))}.verdict .chip b{color:hsl(var(--foreground));font-weight:600;font-family:var(--mono);font-size:11.5px}.verdict .chip .dot{width:6px;height:6px;border-radius:50%;background:hsl(var(--faint));flex:none}.verdict .chip .dot.on{background:hsl(var(--success))}.verdict .chip .dot.warn{background:hsl(var(--warning))}.verdict .chip .dot.bad{background:hsl(var(--destructive))}.rail{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));background:hsl(var(--surface));border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden;margin:0 0 14px}.rail .cell{padding:12px 15px 13px;border-left:1px solid hsl(var(--border-soft));display:grid;grid-gap:5px;gap:5px;align-content:start;min-width:0}.rail .cell:first-child{border-left:0}.rail .k{font-size:9.5px;text-transform:uppercase;letter-spacing:.13em;color:hsl(var(--faint));font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rail .k,.rail .v{font-family:var(--mono)}.rail .v{font-size:22px;font-weight:700;letter-spacing:-.03em;line-height:1.1;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;overflow-wrap:anywhere}.rail .v.good{color:hsl(var(--success))}.rail .v.bad{color:hsl(var(--destructive))}.rail .meta{display:flex;align-items:center;gap:7px;min-height:15px}.rail .delta{font-family:var(--mono);font-size:11px;font-weight:600;display:inline-flex;align-items:center;gap:2px}.rail .delta.up{color:hsl(var(--success))}.rail .delta.down{color:hsl(var(--destructive))}.rail .delta.flat,.rail .vs{color:hsl(var(--faint))}.rail .vs{font-size:11px;white-space:nowrap}.rail .spark{display:block;width:100%;height:20px;overflow:visible}.chart2{position:relative;padding:14px 16px 6px}.chart2 .head{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap;margin-bottom:10px}.chart2 .big{font-family:var(--mono);font-size:26px;font-weight:700;letter-spacing:-.03em;line-height:1}.chart2 .head .k{font-family:var(--mono);font-size:9.5px;text-transform:uppercase;letter-spacing:.13em;color:hsl(var(--faint))}.chart2 .head .aside{margin-left:auto;display:flex;gap:16px;align-items:baseline}.chart2 .head .aside span{font-size:11.5px;color:hsl(var(--muted-foreground));white-space:nowrap}.chart2 .head .aside b{font-family:var(--mono);color:hsl(var(--foreground));font-weight:600}.chart2 svg{display:block;width:100%;height:auto;overflow:visible}.chart2 .gridline{stroke:hsl(var(--border-soft));stroke-width:1}.chart2 .axis{font-family:var(--mono);font-size:9.5px;fill:hsl(var(--faint))}.chart2 .series{fill:none;stroke:hsl(var(--primary));stroke-width:2;stroke-linejoin:round;stroke-linecap:round}.chart2 .fill{fill:url(#chartFade)}.chart2 .pt{fill:hsl(var(--surface));stroke:hsl(var(--primary));stroke-width:2}.chart2 .hit{fill:transparent;cursor:crosshair}.chart2 .cross{stroke:hsl(var(--foreground)/.28);stroke-width:1;stroke-dasharray:3 3}.chart2 .readout{position:absolute;pointer-events:none;background:hsl(var(--foreground));color:hsl(var(--background));border-radius:7px;padding:7px 10px;font-size:11.5px;line-height:1.45;white-space:nowrap;box-shadow:var(--shadow-pop);transform:translate(-50%,-115%);z-index:4}.chart2 .readout .d{font-family:var(--mono);opacity:.72;font-size:10px;letter-spacing:.04em}.chart2 .readout .v{font-family:var(--mono);font-weight:700;font-size:13.5px}.chart2 .empty{display:grid;place-items:center;height:180px;color:hsl(var(--faint));font-size:13px}tbody tr{transition:background .1s ease}tbody tr:hover{background:hsl(var(--muted)/.55)}td.bar{position:relative}td.bar .mag{position:absolute;right:0;top:4px;bottom:4px;background:hsl(var(--primary)/.1);border-radius:2px;pointer-events:none}td.bar .n{position:relative}.healthbar{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:8px;border:1px solid hsl(var(--border));background:hsl(var(--surface));margin-bottom:14px}.healthbar .txt{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;min-width:0}.healthbar .txt b{font-size:13px;font-weight:600}.healthbar .txt span{font-size:11.5px;color:hsl(var(--muted-foreground))}.healthbar .btn{margin-left:auto;flex:none}.healthbar.ok svg{color:hsl(var(--success))}.healthbar.bad{background:hsl(var(--warning)/.09);border-color:hsl(var(--warning)/.32)}.healthbar.bad .txt b,.healthbar.bad svg{color:hsl(var(--warning))}.rule-acts{display:flex;gap:6px;align-items:center;flex-wrap:nowrap;white-space:nowrap}.empty-note{display:flex;align-items:flex-start;gap:9px;margin:0 0 14px;padding:11px 14px;border:1px dashed hsl(var(--border));border-radius:8px;background:transparent;font-size:13px;color:hsl(var(--muted-foreground));line-height:1.5;max-width:86ch}.empty-note svg{flex:none;margin-top:2px;color:hsl(var(--faint))}.card .v .pending,.card .v.pending{font-family:var(--f-body);font-size:14px;font-weight:500;line-height:1.35;color:hsl(var(--faint));letter-spacing:0}.acct-block select,.acct-switch select{background-image:none;height:auto}.acct-block select{padding:10px 30px 10px 34px}.ws-block{padding:14px 12px 0;display:grid;grid-gap:5px;gap:5px}.ws-label{font-size:10px;text-transform:uppercase;letter-spacing:.07em;font-weight:600;color:hsl(var(--muted-foreground));padding-left:2px}.ws-block .ws-switch{width:100%}.ws-block select{width:100%;min-width:0;max-width:none;height:auto;padding:10px 30px 10px 34px;font-weight:600;font-size:13.5px}.ws-block+.acct-block{padding-top:10px}@media (max-width:768px){.daterange .dt,.input,input[type=date],input[type=number],input[type=text],input[type=url],select,select.input,textarea,textarea.input{font-size:16px}select,select.input{max-width:100%;width:100%;min-width:0}.acct-switch select,.seg select,.topbar select{width:auto}.btn{min-height:42px;padding:9px 14px;font-size:14px}.btn.sm{min-height:38px;padding:7px 12px;font-size:13px}.chip,.daterange .pills button,.seg button,.tab{min-height:38px;padding:8px 12px}.seg button{padding:7px 10px}.navlink,.tabbar a{min-height:44px}.bell{width:42px;height:42px}.disclose,.switch{min-height:40px;min-width:40px}.rep-fold summary{padding:10px 0;min-height:40px}input[type=checkbox],input[type=radio]{width:20px;height:20px}.btn.ghost.sm[aria-label]{min-width:40px}.daterange .pills,.ibx-accounts,.seg,.tabs.scroll{max-width:100%;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}.daterange .pills::-webkit-scrollbar,.ibx-accounts::-webkit-scrollbar,.seg::-webkit-scrollbar{display:none}.daterange .pills button,.seg button{flex:none;white-space:nowrap}.tabs{gap:6px}.tab{flex:1 1 auto;justify-content:center;white-space:nowrap}.rep-fields{grid-template-columns:1fr}.row{flex-wrap:wrap}.field,.modal .field,.modal label,.rep-fields .field,label.field{min-width:0;grid-template-columns:minmax(0,1fr)}.field>*,.modal label>*{min-width:0;max-width:100%}.field .input{width:100%}.field .d,.modal .d{white-space:normal;overflow-wrap:anywhere}.field .row .input[style]{width:auto}.tablewrap{margin:0 -2px}.tablewrap table{min-width:100%}.tablewrap td:first-child,.tablewrap th:first-child{position:-webkit-sticky;position:sticky;left:0;z-index:1;background:hsl(var(--surface));box-shadow:1px 0 0 hsl(var(--border))}.tablewrap thead th:first-child{z-index:2}.tablewrap td,.tablewrap th{padding:10px;white-space:nowrap}.tablewrap td:first-child{max-width:46vw;overflow:hidden;text-overflow:ellipsis}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:40;background:hsl(var(--background));flex-wrap:nowrap;min-height:56px}.topbar h1{font-size:17px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1 1}.topbar .right{flex:none;gap:6px}.topbar .right .btn.ghost{padding:9px;min-width:42px;font-size:0;gap:0}.topbar .right .btn.ghost svg{width:18px;height:18px}.topbar .seg button{padding:7px 9px;font-size:12px}.rep h2,h2{font-size:17px}.rep-lost .v{font-size:34px}.card .v,.card .value{font-size:21px}.page{padding-left:12px;padding-right:12px}.ibx{grid-template-columns:1fr;gap:0}.ibx-list{max-height:none}.ibx.opened .ibx-list,.ibx:not(.opened) .ibx-thread{display:none}.ibx-thread{min-height:0}.ibx-back{display:inline-flex;align-items:center;gap:4px;min-height:40px;padding:0 6px 0 0;font-size:13px;color:hsl(var(--primary));text-decoration:none}.ibx-bar{flex-direction:column;align-items:stretch;gap:8px}.ibx-bar>span{justify-content:flex-start}}@media (max-width:640px){.scrim{align-items:end;padding:0;place-items:end stretch}.modal{max-width:none;width:100%;max-height:92dvh;overflow:auto;border-radius:16px 16px 0 0;padding:18px 16px calc(20px + env(safe-area-inset-bottom));box-shadow:0 -12px 40px rgba(16,24,40,.25)}.modal h3{font-size:17px;padding-right:8px}.modal .row{flex-wrap:wrap;gap:8px;position:-webkit-sticky;position:sticky;bottom:calc(-20px - env(safe-area-inset-bottom));background:hsl(var(--surface));padding:12px 0 0;margin-top:16px}.modal .row .btn{flex:1 1 auto;justify-content:center}.modal .row .btn.ghost.sm{flex:0 0 auto}.modal .panel{padding:12px}.modal .row .input[style]{width:64px!important}.picker-menu{z-index:90}}.qr{width:220px;height:220px;flex:none;background:#fff;padding:10px;border-radius:12px;border:1px solid hsl(var(--border));overflow:hidden}.qr svg{display:block;width:100%;height:100%}@media (max-width:640px){.qr{width:min(260px,70vw);height:min(260px,70vw)}}th.sortable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}th.sortable:after{content:"↕";display:inline-block;margin-left:5px;font-size:10px;opacity:.35}th.sortable:hover:after{opacity:.7}th.sort-asc:after{content:"▲";opacity:1;color:hsl(var(--primary))}th.sort-desc:after{content:"▼";opacity:1;color:hsl(var(--primary))}.rule-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.rule-row .input{width:auto}.rule-row .seg.signs button{font:600 16px/1 var(--font-mono,ui-monospace,monospace);padding:7px 14px;min-width:42px}.rule-simple .seg.join{justify-self:start}.rule-simple .seg.join button{padding:4px 12px;font-size:11.5px;letter-spacing:.08em}.rule-num{display:inline-flex;align-items:center;gap:6px}.rule-num .input{width:120px}.rule-num .unit{font-size:12.5px;font-weight:600;color:hsl(var(--muted-foreground))}@media (max-width:640px){.rule-row select.input{flex:1 1 100%}.rule-num{flex:1 1 auto}.rule-num .input{flex:1 1}}.rule-simple .seg{flex-wrap:wrap}.rep-today{display:grid;grid-gap:10px;gap:10px;padding:14px 16px;border:1px solid hsl(var(--border));border-radius:12px;background:hsl(var(--surface))}.rep-today .k{font-size:11.5px;letter-spacing:.06em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.aprog{display:grid;grid-gap:10px;gap:10px}.aprog-title{font-weight:600;font-size:16px}.aprog-row{display:flex;align-items:baseline;gap:12px}.aprog-pct{font-family:var(--mono);font-size:34px;font-weight:600;letter-spacing:-.02em;line-height:1}.aprog-label{font-size:14px;color:hsl(var(--muted-foreground))}.aprog-track{height:10px;border-radius:999px;background:hsl(var(--muted));overflow:hidden}.aprog-fill{height:100%;border-radius:999px;background:hsl(var(--primary));transition:width .6s ease}.aprog-stages{list-style:none;margin:6px 0 0;padding:0;display:grid;grid-gap:0;gap:0}.aprog-stages li{display:grid;grid-template-columns:20px 1fr auto;align-items:center;grid-gap:10px;gap:10px;padding:7px 0;border-top:1px solid hsl(var(--border-soft));font-size:13.5px}.aprog-stages li:first-child{border-top:0}.aprog-stages .mark{width:16px;height:16px;border-radius:50%;display:grid;place-items:center;font-size:10px;font-weight:700;justify-self:center}.aprog-stages li.done .mark{background:hsl(var(--success)/.14);color:hsl(var(--success))}.aprog-stages li.done .what{color:hsl(var(--foreground))}.aprog-stages li.now .mark{background:hsl(var(--primary));box-shadow:0 0 0 4px hsl(var(--primary)/.16);animation:aprog-pulse 1.4s ease-in-out infinite}.aprog-stages li.now .what{color:hsl(var(--foreground));font-weight:600}.aprog-stages li.wait .mark{background:hsl(var(--muted));border:1px solid hsl(var(--border))}.aprog-stages .took,.aprog-stages li.wait .what{color:hsl(var(--faint))}.aprog-stages .took{font-family:var(--mono);font-size:11px}@keyframes aprog-pulse{0%,to{box-shadow:0 0 0 4px hsl(var(--primary)/.16)}50%{box-shadow:0 0 0 7px hsl(var(--primary)/.05)}}@media (prefers-reduced-motion:reduce){.aprog-stages li.now .mark{animation:none}}.setup{min-height:100svh;background:hsl(var(--background));display:flex;flex-direction:column}.setup-main{flex:1 1}.setup-top{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px clamp(16px,4vw,40px);border-bottom:1px solid hsl(var(--border))}.setup-brand{display:inline-flex;align-items:center;gap:8px;font-weight:600}.setup-where{display:grid;text-align:right;grid-gap:2px;gap:2px}.setup-where .k{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.setup-steps{list-style:none;margin:0;padding:14px clamp(16px,4vw,40px) 0;display:flex;gap:6px;overflow-x:auto;-webkit-overflow-scrolling:touch}.setup-steps li{display:flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;font-size:12.5px;color:hsl(var(--muted-foreground));white-space:nowrap;flex:0 0 auto}.setup-steps li .dot{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;font-size:11.5px;font-weight:600;background:hsl(var(--muted));color:hsl(var(--muted-foreground))}.setup-steps li.done .dot{background:hsl(var(--primary)/.15);color:hsl(var(--primary))}.setup-steps li.now{color:hsl(var(--foreground));font-weight:600}.setup-steps li.now .dot{background:hsl(var(--primary));color:#fff}.setup-main{display:grid;place-items:start center;padding:clamp(20px,4vw,48px) clamp(16px,4vw,40px)}.setup-card{width:100%;max-width:640px;display:grid;grid-gap:18px;gap:18px;background:hsl(var(--surface));border:1px solid hsl(var(--border));border-radius:16px;padding:clamp(20px,4vw,36px);box-shadow:var(--shadow-card)}.setup-card.wide{max-width:980px}.setup-card h1,.setup-h1{font-size:clamp(22px,3.4vw,30px);line-height:1.15;letter-spacing:-.02em;margin:0}.setup-card .lead{font-size:15.5px;line-height:1.55;color:hsl(var(--muted-foreground));margin:0;max-width:64ch}.setup-card .rep-sec h2:empty{display:none}.setup-card .rep-sec{margin:0}.input.lg{height:48px;font-size:16px;padding:0 14px}.input.xl{height:64px;font-size:30px;font-family:var(--mono);padding:0 14px;width:100%}.btn.lg{height:48px;padding:0 22px;font-size:16px;justify-self:start}.setup-nav{display:grid;grid-gap:8px;gap:8px;border-top:1px solid hsl(var(--border));padding-top:16px;margin-top:4px}.setup-line{display:grid;grid-gap:14px;gap:14px}.setup-money{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:10px;gap:10px}.setup-money .cur,.setup-money .per{font-size:15px;color:hsl(var(--muted-foreground));white-space:nowrap}.setup-calc{display:grid;grid-gap:12px;gap:12px;padding:16px;border-radius:12px;background:hsl(var(--muted)/.5)}.setup-accounts{display:flex;gap:8px;flex-wrap:wrap;padding:14px clamp(16px,4vw,40px) 24px;border-top:1px solid hsl(var(--border))}.setup-accounts .chip{font-size:12.5px;padding:5px 10px;border-radius:999px;background:hsl(var(--muted));color:hsl(var(--muted-foreground))}.setup-accounts .chip.now{background:hsl(var(--primary)/.12);color:hsl(var(--primary));font-weight:600}.setup-accounts .chip.done{color:hsl(var(--foreground))}.setup-skip{border:0;background:none;padding:0;margin-top:4px;font:inherit;font-size:12px;color:hsl(var(--faint));text-decoration:underline;text-underline-offset:2px;cursor:pointer}.setup-skip:hover{color:hsl(var(--foreground))}.setup-skip-ask{display:inline-flex;align-items:center;gap:8px;margin-top:5px;font-size:12px;color:hsl(var(--muted-foreground));flex-wrap:wrap;justify-content:flex-end}.setup-bar{height:3px;background:hsl(var(--muted));margin:14px clamp(16px,4vw,40px) 0;border-radius:2px;overflow:hidden}.setup-bar span{display:block;height:100%;background:hsl(var(--primary));border-radius:2px;transition:width .3s ease}.setup-main.has-aside{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,330px);grid-gap:clamp(20px,3vw,44px);gap:clamp(20px,3vw,44px);place-items:start;max-width:1120px;margin:0 auto;width:100%}.setup-main.has-aside .setup-card{max-width:none}.setup-aside{display:grid;grid-gap:12px;gap:12px;padding-top:8px;align-self:start}.setup-aside>.k{font-family:var(--mono);font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:hsl(var(--faint));font-weight:500}.setup-next{list-style:none;margin:0;padding:0;display:grid;grid-gap:0;gap:0}.setup-next li{display:grid;grid-template-columns:auto 1fr;grid-gap:12px;gap:12px;padding:13px 0;border-top:1px solid hsl(var(--border-soft))}.setup-next li:first-child{border-top:0;padding-top:2px}.setup-next .n{font-family:var(--mono);font-size:11px;font-weight:700;color:hsl(var(--primary));width:21px;height:21px;border-radius:50%;background:hsl(var(--primary)/.1);display:grid;place-items:center;margin-top:1px}.setup-next .t{display:grid;grid-gap:3px;gap:3px;min-width:0}.setup-next .t b{font-size:13.5px;font-weight:600;line-height:1.35}.setup-next .t span{font-size:12.5px;line-height:1.5;color:hsl(var(--muted-foreground))}@media (max-width:900px){.setup-main.has-aside{grid-template-columns:1fr}}.setup-accounts .chip.off{opacity:.55;text-decoration:line-through}@media (max-width:640px){.setup-money{grid-template-columns:auto 1fr}.setup-money .per{grid-column:2}.input.xl{font-size:26px;height:56px}.setup-where{text-align:left}}.picker{display:grid;grid-gap:8px;gap:8px}.picker-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;grid-gap:6px 20px;gap:6px 20px;text-align:left;padding:14px 16px;border:1px solid hsl(var(--border));border-radius:12px;background:hsl(var(--surface));cursor:pointer;font:inherit;color:inherit;transition:border-color .12s ease,box-shadow .12s ease}.picker-row:hover:not(:disabled){border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary)/.12)}.picker-row:disabled{cursor:default}.picker-row .left{display:grid;grid-gap:3px;gap:3px;min-width:0}.picker-row .nm{font-weight:600;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.picker-row .meta{font-size:13px;color:hsl(var(--muted-foreground))}.picker-row .chartcol{display:grid;grid-gap:4px;gap:4px;justify-items:end}.picker-row .shape{width:120px;height:26px;display:block;overflow:visible}.picker-row .shape rect{fill:hsl(var(--primary)/.75)}.picker-row .shape.muted rect{fill:hsl(var(--faint)/.45)}.picker-row .shape-none{width:120px;height:26px;display:block}.picker-row .cap{font-family:var(--mono);font-size:10.5px;color:hsl(var(--faint));white-space:nowrap;min-height:13px;letter-spacing:-.01em}.picker-row .go{font-weight:600;color:hsl(var(--primary));white-space:nowrap}.picker-row.done .go{color:hsl(var(--muted-foreground))}.picker-row.off{opacity:.6}@media (max-width:640px){.picker-row{grid-template-columns:minmax(0,1fr) auto}.picker-row .chartcol{grid-column:1/-1;justify-items:start}}.bill{display:grid;grid-gap:16px;gap:16px}.bill-wrap{width:100%}.bill-ok{background:hsl(var(--success)/.1);border:1px solid hsl(var(--success)/.4);color:hsl(var(--success));border-radius:8px;padding:9px 12px;font-size:13px}.bill-card{background:hsl(var(--surface));border:1px solid hsl(var(--border));border-radius:14px;padding:18px;display:grid;grid-gap:12px;gap:12px;box-shadow:var(--shadow-card)}.bill-card>.k{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.bill-current{grid-template-columns:1fr auto;align-items:center}.bill-current h2{margin:4px 0 2px;font-size:22px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.bill-current .d{margin:0;font-size:13.5px;color:hsl(var(--muted-foreground))}.bill-meters{display:grid;grid-gap:12px;gap:12px}.bill-meter{display:grid;grid-gap:5px;gap:5px}.bill-meter-head{display:flex;justify-content:space-between;gap:12px;font-size:13px;flex-wrap:wrap}.bill-meter-head b{font-weight:600}.bill-bar{height:8px;border-radius:999px;background:hsl(var(--muted));overflow:hidden}.bill-bar i{display:block;height:100%;background:hsl(var(--primary));border-radius:999px;transition:width .3s}.bill-bar i.near{background:hsl(var(--warning))}.bill-bar i.over{background:hsl(var(--destructive))}.bill-plans-head{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;align-items:flex-start}.bill-plans-head .k{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.bill-plans-head .d{margin:2px 0 0;font-size:13px;color:hsl(var(--muted-foreground))}.bill-toggles{display:flex;gap:8px;flex-wrap:wrap}.bill-plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:12px;gap:12px}.bill-plan{display:grid;grid-template-rows:auto auto 1fr auto auto;grid-gap:12px;gap:12px;border:1px solid hsl(var(--border));border-radius:12px;padding:16px;background:hsl(var(--background))}.bill-plan.star{border-color:hsl(var(--primary)/.6);box-shadow:0 0 0 3px hsl(var(--primary)/.08)}.bill-plan.now{background:hsl(var(--primary)/.04)}.bill-plan header h3{margin:0;font-size:18px}.bill-plan header .d{margin:2px 0 0;font-size:12.5px;color:hsl(var(--muted-foreground))}.bill-price b{font-size:28px;font-weight:700;letter-spacing:-.02em}.bill-price span{font-size:12.5px;color:hsl(var(--muted-foreground))}.bill-features{margin:0;padding:0 0 0 18px;font-size:13px;line-height:1.5;display:grid;grid-gap:3px;gap:3px}.bill-limits summary{font-size:12px;color:hsl(var(--muted-foreground));cursor:pointer}.bill-limits ul{list-style:none;margin:8px 0 0;padding:0;display:grid;grid-gap:4px;gap:4px;font-size:12px}.bill-limits li{display:flex;justify-content:space-between;gap:10px}.bill-limits li b{font-weight:500;text-align:right}.bill-plan .btn{width:100%;justify-content:center}.bill-form{display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.bill-form .row{grid-column:1/-1}@media (max-width:640px){.bill-current{grid-template-columns:1fr}}.invoice{max-width:760px;margin:0 auto;padding:32px 20px;font-size:14px;line-height:1.5;display:grid;grid-gap:22px;gap:22px}.invoice-actions{align-items:center}.invoice header,.invoice-actions{display:flex;justify-content:space-between}.invoice header{gap:20px;flex-wrap:wrap}.invoice h1{margin:0 0 6px;font-size:24px}.invoice-seller,.invoice-to{display:grid;grid-gap:2px;gap:2px}.invoice-seller{text-align:right}.invoice-to .k{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.invoice-lines{width:100%;border-collapse:collapse}.invoice-lines td,.invoice-lines th{padding:8px 6px;border-bottom:1px solid hsl(var(--border));text-align:left}.invoice-lines .r{text-align:right}.invoice-lines tfoot td{border-bottom:0}.invoice-lines tr.total td{font-weight:700;font-size:16px;border-top:2px solid hsl(var(--foreground))}@media print{.invoice-actions{display:none}.invoice{padding:0}}.bill-banner{display:block;padding:9px 16px;font-size:13px;text-align:center;background:hsl(var(--info)/.12);color:hsl(189 94% 28%);border-bottom:1px solid hsl(var(--info)/.3);text-decoration:none}.bill-banner.urgent{background:hsl(var(--warning)/.16);color:hsl(38 92% 30%);border-bottom-color:hsl(var(--warning)/.4)}.bill-banner b{font-weight:600}.bnd{display:grid;grid-gap:10px;gap:10px;margin:14px 0 4px;padding:14px 16px 12px;background:hsl(var(--muted)/.4);border:1px solid hsl(var(--border));border-radius:11px}.bnd-top{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.bnd-eyebrow{font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:hsl(var(--muted-foreground));font-weight:600}.bnd-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.bnd-svg{display:block;width:100%;min-width:560px;height:auto;touch-action:pan-y}.bnd-svg.editing{touch-action:none}.bnd-seg rect{stroke-width:1}.bnd-seg.good rect{fill:hsl(var(--success)/.14);stroke:hsl(var(--success)/.55)}.bnd-seg.mid rect{fill:hsl(var(--warning)/.14);stroke:hsl(var(--warning)/.5)}.bnd-seg.warn rect{fill:hsl(var(--warning)/.1);stroke:hsl(var(--warning)/.4)}.bnd-amt{font-family:var(--font-display,inherit);font-size:17px;font-weight:700;letter-spacing:-.02em;fill:hsl(var(--foreground))}.bnd-per{font-family:var(--mono);font-size:9px;fill:hsl(var(--muted-foreground))}.bnd-gap rect{fill:transparent;stroke:hsl(var(--border));stroke-dasharray:3 3}.bnd-gaptext{font-family:var(--mono);font-size:10px;fill:hsl(var(--faint))}.bnd-axis{stroke:hsl(var(--border));stroke-width:1}.bnd-tick{font-family:var(--mono);font-size:11px;fill:hsl(var(--foreground));font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.bnd-end{font-size:11.5px;fill:hsl(var(--muted-foreground))}.bnd-div line{stroke:hsl(var(--foreground));stroke-width:1.5}.bnd-div .bnd-grab{fill:transparent}.bnd-div .bnd-knob{fill:hsl(var(--surface));stroke:hsl(var(--foreground));stroke-width:1.5}.bnd-div.drag,.bnd-div.drag .bnd-grab{cursor:ew-resize}.bnd-div.drag:hover line,.bnd-div.on line{stroke:hsl(var(--primary));stroke-width:2}.bnd-div.drag:hover .bnd-knob,.bnd-div.on .bnd-knob{stroke:hsl(var(--primary));fill:hsl(var(--primary))}.bnd-div:focus-visible{outline:none}.bnd-div:focus-visible .bnd-knob{stroke:hsl(var(--primary));stroke-width:3}.bnd-read{margin:0;font-size:12.5px;color:hsl(var(--muted-foreground));font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.bnd-read b{color:hsl(var(--foreground));font-family:var(--mono);font-size:12px;font-weight:600}.bnd-edit{display:grid;grid-gap:10px;gap:10px}.bnd-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:6px;gap:6px}.bnd-list li{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.bnd-list .rng{font-family:var(--mono);font-size:11.5px;color:hsl(var(--muted-foreground));min-width:132px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.bnd-list .amt{display:inline-flex;align-items:center;gap:7px}.bnd-list .amt .cur{font-family:var(--mono);font-size:11px;color:hsl(var(--muted-foreground))}.bnd-list .amt .per{font-size:11.5px;color:hsl(var(--muted-foreground))}.bnd-list input{width:104px;height:auto;padding:7px 10px;font-family:var(--mono);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600}.bnd-acts{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.bnd-note{margin:0;font-size:11.5px;color:hsl(var(--muted-foreground));line-height:1.55;max-width:70ch}@media (max-width:768px){.bnd{padding:12px 12px 10px}.bnd-list .rng{min-width:0;flex:1 1 100%}}.conn-choose{display:grid;grid-template-columns:repeat(auto-fit,minmax(272px,1fr));grid-gap:12px;gap:12px;margin:4px 0 6px}.src-card{display:flex;flex-direction:column;gap:9px;background:hsl(var(--surface));border:1.5px solid hsl(var(--border));border-radius:12px;padding:16px 17px 14px;transition:border-color .12s,box-shadow .12s}.src-card:hover{border-color:hsl(var(--faint))}.src-card.open{border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary)/.08)}.src-head{display:flex;align-items:center;gap:11px}.src-head h3{margin:0;font-size:16.5px;letter-spacing:-.01em}.src-mark{flex:none;width:38px;height:38px;border-radius:9px;display:grid;place-items:center;background:hsl(var(--muted));color:hsl(var(--foreground))}.src-mark.shopify{background:#95BF471F;color:#5E8E3E}.src-mark.fship{background:hsl(var(--foreground)/.07);color:hsl(var(--foreground))}.src-what{margin:0;font-size:12.5px;line-height:1.55;color:hsl(var(--muted-foreground));flex:1 1}.src-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:2px}.src-state{display:inline-flex;align-items:center;gap:5px;font-family:var(--mono);font-size:10.5px;letter-spacing:.05em;text-transform:uppercase;color:hsl(var(--faint));font-weight:600}.src-state.on{color:hsl(var(--success))}@media (max-width:768px){.conn-choose{grid-template-columns:1fr}}.conn-more{margin:2px 0 4px}.conn-more summary{cursor:pointer;font-size:12.5px;color:hsl(var(--muted-foreground));padding:6px 0;list-style:none;display:flex;align-items:center;gap:7px}.conn-more summary::-webkit-details-marker{display:none}.conn-more summary:before{content:"›";font-family:var(--mono);color:hsl(var(--faint));transition:transform .15s ease;display:inline-block}.conn-more[open] summary:before{transform:rotate(90deg)}.conn-more summary:hover{color:hsl(var(--foreground))}.conn-form code{font-family:var(--mono);font-size:.86em;background:hsl(var(--muted));padding:1px 5px;word-break:break-all}.field .k .opt{font-weight:400;color:hsl(var(--muted-foreground));text-transform:none;letter-spacing:0}.bf{display:grid;grid-gap:12px;gap:12px;margin-bottom:22px}.bf-verdict{display:grid;grid-gap:5px;gap:5px;padding:16px 18px;background:hsl(var(--surface));border:1px solid hsl(var(--border));border-left:3px solid hsl(var(--faint));border-radius:var(--radius)}.bf-verdict.bad{border-left-color:hsl(var(--destructive));background:hsl(var(--destructive)/.04)}.bf-verdict.calm,.bf-verdict.good{border-left-color:hsl(var(--success))}.bf-eyebrow{font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:hsl(var(--muted-foreground));font-weight:600}.bf-verdict.bad .bf-eyebrow{color:hsl(var(--destructive))}.bf-lead{margin:0;font-size:18px;font-weight:600;letter-spacing:-.015em;line-height:1.35;max-width:52ch}.bf-rest{margin:0;font-size:12.5px;color:hsl(var(--muted-foreground))}.bf-rows{list-style:none;margin:0;padding:0;display:grid;grid-gap:1px;gap:1px;background:hsl(var(--border));border:1px solid hsl(var(--border));border-radius:var(--radius);overflow:hidden}.bf-row{background:hsl(var(--surface))}.bf-row-head{width:100%;display:grid;grid-template-columns:14px minmax(0,1fr) auto auto auto;align-items:center;grid-gap:12px;gap:12px;padding:11px 14px;border:0;background:none;font:inherit;color:inherit;cursor:pointer;text-align:left;border-left:3px solid transparent}.bf-row.bad .bf-row-head{border-left-color:hsl(var(--destructive))}.bf-row.good .bf-row-head{border-left-color:hsl(var(--success))}.bf-row.lead{background:hsl(var(--destructive)/.035)}.bf-row-head:hover{background:hsl(var(--muted)/.5)}.bf-chev{color:hsl(var(--faint));transition:transform .15s ease;flex:none}.bf-chev.rot{transform:rotate(90deg)}.bf-name{font-size:13.5px;font-weight:600;min-width:0;display:grid;grid-gap:1px;gap:1px}.bf-name small{font-weight:400;font-size:11.5px;color:hsl(var(--muted-foreground));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bf-fig{font-family:var(--mono);font-size:13px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:right;display:grid;grid-gap:1px;gap:1px;flex:none}.bf-fig small{font-family:var(--font-sans,inherit);font-size:10px;color:hsl(var(--faint))}.bf-when{flex:none;text-align:right;min-width:74px}.bf-date{font-family:var(--mono);font-size:10.5px;color:hsl(var(--faint));font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.bf-stale{display:inline-flex;align-items:center;gap:4px;white-space:nowrap;font-family:var(--mono);font-size:10px;font-weight:600;color:hsl(var(--warning));background:hsl(var(--warning)/.12);border-radius:100px;padding:2px 8px}.bf-spark{flex:none;overflow:visible}.bf-spark polyline{stroke:hsl(var(--muted-foreground))}.bf-spark circle{fill:hsl(var(--muted-foreground))}.bf-spark.bad polyline{stroke:hsl(var(--destructive))}.bf-spark.bad circle{fill:hsl(var(--destructive))}.bf-spark.good polyline{stroke:hsl(var(--success))}.bf-spark.good circle{fill:hsl(var(--success))}.bf-spark.none{width:64px;height:20px;display:inline-block}.bf-detail{padding:2px 14px 14px 30px;border-top:1px solid hsl(var(--border-soft));background:hsl(var(--muted)/.35)}.bf-headline{margin:12px 0 10px;font-size:14px;line-height:1.5;max-width:66ch}.bf-detail .dg-card{border:0;box-shadow:none;background:transparent;padding:0}.bf-fold{border:1px dashed hsl(var(--border));border-radius:var(--radius);overflow:hidden}.bf-fold-head{width:100%;display:flex;align-items:center;gap:9px;padding:11px 14px;border:0;background:none;font:inherit;font-size:12.5px;color:hsl(var(--muted-foreground));cursor:pointer;text-align:left}.bf-fold-head:hover{background:hsl(var(--muted)/.5)}.bf-fold-head b,.bf-fold-head:hover{color:hsl(var(--foreground))}.bf-fold-head svg{color:hsl(var(--faint));transition:transform .15s ease;flex:none}.bf-fold-head svg.rot{transform:rotate(90deg)}.bf-rows.quiet{border-radius:0;border-left:0;border-right:0;border-bottom:0}@media (prefers-reduced-motion:reduce){.bf-chev,.bf-fold-head svg{transition:none}}@media (max-width:768px){.bf-lead{font-size:16px}.bf-row-head{grid-template-columns:14px minmax(0,1fr) auto auto;gap:9px;padding:10px 12px}.bf-when{display:none}.bf-row.stale .bf-when{display:block}.bf-detail{padding-left:14px}}.simple{display:grid;grid-gap:4px;gap:4px;background:hsl(var(--surface));border:1px solid hsl(var(--border));border-radius:var(--radius);box-shadow:var(--shadow-card);padding:6px 20px 18px}.sr-step{padding:16px 0;border-bottom:1px solid hsl(var(--border-soft))}.sr-step:last-of-type{border-bottom:0}.sr-q{display:flex;align-items:center;gap:10px}.sr-q h3{margin:0;font-size:15.5px;letter-spacing:-.01em}.sr-n{flex:none;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:hsl(var(--muted));color:hsl(var(--muted-foreground));font:600 11.5px/1 var(--mono)}.sr-step.done .sr-n{background:hsl(var(--success)/.14);color:hsl(var(--success))}.sr-body{margin-top:12px;padding-left:32px}.sr-choices{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:10px;gap:10px}.sr-choice{display:grid;grid-gap:5px;gap:5px;text-align:left;cursor:pointer;background:hsl(var(--surface));border:1.5px solid hsl(var(--border));border-radius:11px;padding:14px 15px;font:inherit;color:inherit;transition:border-color .12s,background-color .12s}.sr-choice:hover{border-color:hsl(var(--faint))}.sr-choice.on{border-color:hsl(var(--primary));background:hsl(var(--primary)/.05)}.sr-choice svg{color:hsl(var(--primary))}.sr-choice .t{font-weight:600;font-size:14px}.sr-choice .b{font-size:12.5px;line-height:1.5}.sr-acct,.sr-choice .b{color:hsl(var(--muted-foreground))}.sr-acct{display:flex;align-items:center;gap:8px;margin-top:11px;font-size:13px}.sr-acct select{width:auto;max-width:280px}.sr-line{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:15px;line-height:1.6}.sr-money{display:inline-flex;align-items:center;gap:0}.sr-money .cur{font:600 13px/1 var(--mono);color:hsl(var(--muted-foreground));border:1px solid hsl(var(--border));border-right:0;border-radius:9px 0 0 9px;padding:0 10px;height:44px;display:grid;place-items:center;background:hsl(var(--muted)/.5)}.sr-money input{width:130px;height:44px;border-radius:0 9px 9px 0;font:600 19px/1 var(--mono);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;padding:0 12px}.sr-hint{margin:10px 0 0;font-size:12.5px;color:hsl(var(--muted-foreground));max-width:60ch;line-height:1.55}.sr-none{margin:0;font-size:13.5px;line-height:1.6;max-width:62ch}.sr-hit{display:grid;grid-gap:10px;gap:10px}.sr-hit-head{margin:0;font-size:14px;line-height:1.55;max-width:62ch}.sr-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:1px;gap:1px;border:1px solid hsl(var(--border));border-radius:10px;overflow:hidden;background:hsl(var(--border-soft))}.sr-list li{display:flex;align-items:center;justify-content:space-between;gap:14px;background:hsl(var(--surface));padding:10px 13px}.sr-list .nm{font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sr-list .fig{display:grid;justify-items:end;grid-gap:2px;gap:2px;flex:none;font-size:13px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.sr-list .fig .sub{font-size:11px}.sr-list .fig .sub,.sr-list em{color:hsl(var(--muted-foreground))}.sr-list em{font-style:normal;font-size:12.5px}.sr-more{font-size:12px}.sr-caveat,.sr-more{margin:0;color:hsl(var(--muted-foreground))}.sr-caveat{font-size:11.5px;line-height:1.55;max-width:66ch}.sr-go{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:14px}.sr-go-note{font-size:12px;color:hsl(var(--muted-foreground));max-width:44ch;line-height:1.5}.sr-long{margin:6px 0 0 32px;justify-self:start;font-size:12.5px}.spinning{animation:spin 1s linear infinite;vertical-align:-2px;margin-right:5px}@keyframes spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.spinning{animation:none}}@media (max-width:768px){.simple{padding:4px 14px 16px}.sr-body{padding-left:0}.sr-long{margin-left:0}.sr-money input{width:110px}.sr-acct select{height:auto;padding:10px 30px 10px 12px}.sr-list li{flex-direction:column;align-items:flex-start;gap:4px}.sr-list .fig{justify-items:start}.sr-go-note{max-width:none}}.rulecards{display:grid;grid-gap:12px;gap:12px}.rulecard{background:hsl(var(--surface));border:1px solid hsl(var(--border));border-radius:var(--radius);box-shadow:var(--shadow-card);padding:16px 18px 14px}.rc-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap}.rc-title{display:flex;align-items:center;gap:9px;min-width:0}.rc-title h3{margin:0;font-size:16px;letter-spacing:-.01em}.rc-summary{margin:8px 0 0;font-size:13.5px;line-height:1.5;max-width:62ch}.rc-meta{display:flex;flex-wrap:wrap;gap:6px 14px;margin-top:9px;font-size:11.5px;color:hsl(var(--muted-foreground))}.rc-meta span{display:inline-flex;align-items:center;gap:5px}.rc-meta span+span:before{content:"";width:3px;height:3px;border-radius:50%;background:hsl(var(--faint))}.rc-open{display:inline-flex;align-items:center;gap:7px;margin-top:12px;border:0;background:none;padding:0;font:inherit;font-size:12.5px;color:hsl(var(--muted-foreground));cursor:pointer;text-align:left}.rc-open:hover{color:hsl(var(--foreground))}.rc-open svg{color:hsl(var(--faint));transition:transform .15s ease;flex:none}.rc-open svg.rot{transform:rotate(90deg)}.rc-parts{margin:12px -18px -14px;border-top:1px solid hsl(var(--border))}.rc-parts table{min-width:640px}.rc-parts th{font-size:10.5px}.rc-parts td,.rc-parts th{padding-left:18px;padding-right:18px}.rc-parts tbody tr:last-child td{border-bottom:0}@media (prefers-reduced-motion:reduce){.rc-open svg{transition:none}}@media (max-width:768px){.rulecard{padding:14px 14px 12px}.rc-parts{margin:12px -14px -12px}.rc-parts td,.rc-parts th{padding-left:14px;padding-right:14px}}.grp-toggle{display:inline-flex;align-items:center;gap:7px;border:0;background:none;padding:0;font:inherit;font-weight:600;color:inherit;cursor:pointer;text-align:left}.grp-toggle svg{color:hsl(var(--faint));transition:transform .15s ease;flex:none}.grp-toggle svg.rot{transform:rotate(90deg)}.grp-toggle:hover svg{color:hsl(var(--foreground))}.grp-count{font-family:var(--mono);font-size:10px;letter-spacing:.06em;color:hsl(var(--faint));border:1px solid hsl(var(--border));border-radius:100px;padding:1px 7px;font-weight:500}tr.grp-child{background:hsl(var(--muted)/.4)}tr.grp-child td{font-size:12.5px;color:hsl(var(--muted-foreground))}tr.grp-child:hover{background:hsl(var(--muted)/.6)}@media (prefers-reduced-motion:reduce){.grp-toggle svg{transition:none}}.td{display:grid;grid-gap:14px;gap:14px;margin:0 0 26px}.td h2{font-size:19px;font-weight:600;margin:0}.td-none{font-size:13.5px;color:hsl(var(--muted-foreground));margin:0;padding:13px 15px;border:1px dashed hsl(var(--border));border-radius:9px;line-height:1.55}.td-counts{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));grid-gap:10px;gap:10px;align-items:start}.td-count{display:grid;grid-gap:3px;gap:3px;align-content:start;padding:13px 15px;background:hsl(var(--surface));border:1px solid hsl(var(--border));border-radius:10px}.td-count .n{font-family:var(--mono);font-size:30px;font-weight:700;line-height:1;letter-spacing:-.03em}.td-count .k{font-size:13px;font-weight:600}.td-count .d{font-size:11.5px;color:hsl(var(--faint));line-height:1.45}.td-count.stop.has{border-color:hsl(var(--destructive)/.35);background:hsl(var(--destructive)/.04)}.td-count.stop.has .n{color:hsl(var(--destructive))}.td-more{border:0;background:none;padding:4px 0 0;margin:0;font:inherit;font-size:12px;color:hsl(var(--primary));cursor:pointer;display:inline-flex;align-items:center;gap:4px;justify-self:start;font-weight:600}.td-more svg{transition:transform .15s ease}.td-more svg.rot{transform:rotate(90deg)}.td-stoplist{list-style:none;margin:9px 0 0;padding:0;display:grid;grid-gap:0;gap:0}.td-stoplist li{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;grid-gap:9px;gap:9px;align-items:baseline;padding:7px 0;border-top:1px solid hsl(var(--border-soft));font-size:12.5px}.td-stoplist li:first-child{border-top:0}.td-stoplist .t{font-family:var(--mono);font-size:11px;color:hsl(var(--faint))}.td-stoplist .nm{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.td-stoplist .v{font-family:var(--mono);font-size:11.5px;white-space:nowrap}.td-stoplist li.back .nm,.td-stoplist li.back .v{color:hsl(var(--faint))}.td-hours{list-style:none;margin:0;padding:0;display:grid;grid-gap:0;gap:0}.td-hours>li{display:grid;grid-template-columns:58px minmax(0,1fr);grid-gap:0 14px;gap:0 14px;padding:13px 0;border-top:1px solid hsl(var(--border-soft))}.td-hours>li:first-child{border-top:0}.td-hour{font-family:var(--mono);font-size:13px;font-weight:700;letter-spacing:-.02em;color:hsl(var(--foreground));padding-top:1px}.td-body{display:grid;grid-gap:7px;gap:7px;min-width:0}.td-line{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:9px;gap:9px;align-items:start;margin:0;font-size:13.5px;line-height:1.5;color:hsl(var(--muted-foreground))}.td-line b{color:hsl(var(--foreground));font-weight:600}.td-line svg{margin-top:3px;flex:none}.td-line.stop svg{color:hsl(var(--destructive))}.td-line.start svg,.td-line.up svg{color:hsl(var(--success))}.td-line.down svg{color:hsl(var(--warning))}@media (max-width:560px){.td-hours>li{grid-template-columns:1fr;gap:5px}.td-stoplist li{grid-template-columns:auto minmax(0,1fr);gap:4px 9px}.td-stoplist .v{grid-column:1/-1}}