:root{--font-body:var(--font-head);--bg:#f4eede;--bg-2:#efe6d3;--card-bg:#fcf8ef;--line:#e4d9c1;--line-strong:#d8c9a9;--sel:#f1e6cb;--espresso:#241d12;--espresso-soft:#6c6049;--gold:#b08a3c;--gold-light:#cdb06a;--s1:4px;--s2:8px;--s3:12px;--s4:16px;--s5:24px;--s6:32px;--s7:48px;--cream:#f4eede;--cream-2:#e6dcc6;--pink:#b08a3c;--pink-soft:#cdb06a;--ink:#241d12;--ink-soft:#6c6049;--card:#fcf8ef}*{box-sizing:border-box;margin:0;padding:0}body,html{color:var(--espresso);font-family:var(--font-body),-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.55}.app,body,html{background:var(--bg)}.app{max-width:460px;margin:0 auto;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;justify-content:space-between;padding:18px 22px 12px}.topbar .tb-label{font-family:var(--font-head);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.14em;color:var(--espresso-soft)}.tb-icon{background:none;border:none;cursor:pointer;color:var(--espresso);font-size:20px;line-height:1;width:32px;height:32px;display:grid;place-items:center}.tb-spacer{width:32px;height:32px;display:inline-block;flex-shrink:0}.segments{display:flex;gap:5px;padding:0 22px 4px}.segments>i{flex:1 1;height:3px;border-radius:999px;background:var(--line-strong);overflow:hidden}.segments>i>b{display:block;height:100%;background:var(--gold);border-radius:999px;transition:width .4s ease}.screen{flex:1 1;padding:16px 24px 36px;display:flex;flex-direction:column}.eyebrow{color:var(--gold);letter-spacing:.22em;text-transform:uppercase;font-size:11px;font-weight:700}.q-title{font-family:var(--font-head);font-weight:800;font-size:26px;line-height:1.14;letter-spacing:-.02em;margin:var(--s3) 0 var(--s2);color:var(--espresso)}.q-sub,.q-title{text-align:center}.q-sub{color:var(--espresso-soft);font-size:15px;font-weight:400;line-height:1.5;margin-bottom:var(--s5);max-width:340px;margin-left:auto;margin-right:auto}.ornament{display:flex;align-items:center;justify-content:center;gap:10px;margin:0 auto var(--s5)}.ornament:after,.ornament:before{content:"";width:34px;height:1px;background:linear-gradient(90deg,transparent,var(--gold))}.ornament:after{background:linear-gradient(90deg,var(--gold),transparent)}.ornament>i{width:5px;height:5px;background:var(--gold);transform:rotate(45deg);display:block}.ocard{display:flex;align-items:center;justify-content:space-between;gap:var(--s4);width:100%;text-align:left;background:var(--card-bg);border:1px solid var(--line);border-radius:12px;padding:18px;margin-bottom:10px;font-size:16px;font-weight:500;line-height:1.35;color:var(--espresso);cursor:pointer;box-shadow:0 1px 2px rgba(36,29,18,.04);transition:background .15s ease,border-color .15s ease,transform .12s ease,box-shadow .15s ease;animation:fadeInUp .4s ease both}.ocard:nth-child(2){animation-delay:.05s}.ocard:nth-child(3){animation-delay:.1s}.ocard:nth-child(4){animation-delay:.15s}.ocard:active{transform:scale(.99)}.ocard.sel{background:var(--sel);border-color:var(--gold);box-shadow:0 6px 18px rgba(176,138,60,.18)}.ocard>span:first-child{flex:1 1 auto;min-width:0}.radio{width:22px;height:22px;min-width:22px;border-radius:50%;border:1.5px solid var(--line-strong);flex:0 0 22px;display:grid;place-items:center;color:#fff;font-size:12px;transition:all .15s ease}.ocard.sel .radio{background:var(--gold);border-color:var(--gold)}.btn{display:block;width:100%;background:var(--espresso);color:#f3ead7;border:none;border-radius:6px;padding:17px 20px;font-family:var(--font-head);font-size:14px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;text-align:center;box-shadow:0 8px 20px rgba(36,29,18,.18);transition:transform .12s ease,box-shadow .15s ease}.btn:hover{box-shadow:0 10px 26px rgba(36,29,18,.24)}.btn:active{transform:translateY(1px)}.btn:disabled{background:#beb29c;box-shadow:none;cursor:default}.btn-wrap{padding-top:var(--s4)}.framed{border-radius:3px;display:block;width:100%;box-shadow:0 0 0 1px rgba(176,138,60,.65),0 0 0 6px var(--card-bg),0 0 0 7px rgba(176,138,60,.35),0 18px 40px rgba(36,29,18,.18)}.intro{text-align:center;padding-top:var(--s1)}.intro .q-title{font-size:27px;margin-top:var(--s3)}.intro-text{color:var(--espresso-soft);font-size:14.5px;line-height:1.5;margin:var(--s3) auto var(--s5);max-width:330px}.hero-img{max-height:230px;object-fit:cover;object-position:center 14%;margin:var(--s2) 0 var(--s5)}.intro .eyebrow{display:block;margin-top:var(--s2)}.yy{width:56px;height:56px;display:block;margin:0 auto 16px;animation:spinSlow 22s linear infinite}@keyframes spinSlow{to{transform:rotate(1turn)}}.insight{display:flex;flex-direction:column;flex:1 1;justify-content:center;padding-bottom:10%}.insight,.insight-inner{text-align:center}.insight .yy{width:50px;height:50px;margin:0 auto var(--s4)}.insight-text{font-family:var(--font-head);font-weight:600;font-size:22px;line-height:1.4;letter-spacing:-.01em;color:var(--espresso);max-width:340px;margin:0 auto}.insight .btn-wrap{margin-top:var(--s6)}.loading{text-align:center;display:flex;flex-direction:column;flex:1 1;justify-content:center;padding-bottom:12%}.loading-dot{width:58px;height:58px;border-radius:50%;border:4px solid var(--line-strong);border-top-color:var(--gold);margin:0 auto var(--s5);animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.muted{color:var(--espresso-soft);font-size:15px}.field{width:100%;padding:16px;font-size:16px;border:1px solid var(--line-strong);border-radius:6px;background:#fff;margin-bottom:12px;color:var(--espresso);font-family:var(--font-body)}.field::placeholder{color:#a99b80}.field:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(176,138,60,.14)}.result-img{max-height:300px;object-fit:cover;object-position:center 14%;margin:var(--s2) 0 var(--s6)}.result-eyebrow{text-align:center;display:block;margin-bottom:var(--s2)}.result-title{font-family:var(--font-head);font-size:28px;font-weight:800;letter-spacing:-.02em;line-height:1.12;text-align:center;margin-bottom:var(--s3)}.result-sub{color:var(--espresso-soft);text-align:center;margin-bottom:var(--s5);font-size:15px;line-height:1.5;max-width:360px;margin-left:auto;margin-right:auto}.section-h{font-family:var(--font-head);font-size:18px;font-weight:800;letter-spacing:-.01em;color:var(--espresso);text-align:center;line-height:1.25;margin:var(--s6) 0 var(--s4)}.cards{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.mini{background:var(--card-bg);border:1px solid var(--line);border-radius:12px;padding:16px 14px}.mini h4{font-family:var(--font-head);font-size:14px;font-weight:700;margin-bottom:5px}.mini p{font-size:12.5px;line-height:1.45;color:var(--espresso-soft)}.block{font-size:15.5px;line-height:1.65;margin-bottom:var(--s4);color:#34291a}.bullets{list-style:none;margin:var(--s2) 0 var(--s5)}.bullets li{padding:8px 0 8px 30px;position:relative;font-size:15px;line-height:1.45;border-bottom:1px solid var(--line)}.bullets li:last-child{border-bottom:none}.bullets li:before{content:"";position:absolute;left:4px;top:14px;width:6px;height:6px;background:var(--gold);transform:rotate(45deg)}.depo-img{width:100%;border-radius:8px;box-shadow:0 8px 24px rgba(36,29,18,.14);display:block}.depo-img,.guarantee{margin:var(--s2) 0 var(--s5)}.guarantee{background:var(--bg-2);border:1px solid var(--line);border-radius:10px;padding:16px;font-size:14px;line-height:1.5;color:var(--espresso-soft)}.price{text-align:center;margin-bottom:var(--s4)}.price .from{text-decoration:line-through;color:var(--espresso-soft);margin-right:8px;font-size:16px}.price .to{font-family:var(--font-head);font-size:34px;font-weight:800;letter-spacing:-.02em}.price .detail{display:block;font-size:13px;margin-top:4px}.foot-note,.price .detail{color:var(--espresso-soft)}.foot-note{text-align:center;font-size:12px;margin-top:var(--s4)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.animate-in{animation:fadeInUp .4s ease both}.ff-note{background:var(--sel);border:1px solid var(--gold-light);border-radius:10px;padding:12px 14px;font-size:14px;line-height:1.5;color:#34291a;text-align:center;margin:var(--s2) 0 var(--s5)}.ff-note b{color:var(--gold)}.offer-urgency{text-align:center;background:#fdeaea;border:1px solid #f0c9c9;color:#b23b3b;border-radius:10px;padding:10px 14px;font-size:14px;font-weight:700;margin-bottom:var(--s4)}.offer-urgency b{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.cta-mid{margin:var(--s6) 0;text-align:center}.cta-mid-note{display:block;color:var(--espresso-soft);font-size:12px;margin-top:var(--s2)}.offer-block{margin-top:var(--s7)}.ob-kicker{display:block;text-align:center;margin-bottom:var(--s2)}.ob-title{font-family:var(--font-head);font-size:22px;font-weight:800;letter-spacing:-.02em;line-height:1.15;text-align:center;color:var(--espresso)}.ob-lead{text-align:center;color:var(--espresso-soft);font-size:14.5px;line-height:1.5;max-width:340px;margin:var(--s2) auto 0}.steps{display:flex;flex-direction:column;gap:12px;margin-top:var(--s5)}.step-card{position:relative;background:var(--card-bg);border:1px solid var(--line);border-radius:14px;padding:18px 18px 16px;overflow:hidden}.step-num{position:absolute;top:8px;right:16px;font-family:var(--font-head);font-size:38px;font-weight:800;color:var(--gold);opacity:.2;letter-spacing:-.03em;line-height:1}.step-pn{display:block;color:var(--gold);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:4px}.step-card h4{font-family:var(--font-head);font-size:17px;font-weight:800;color:var(--espresso);margin-bottom:6px;letter-spacing:-.01em}.step-card p{font-size:14px;line-height:1.5;color:var(--espresso-soft)}.incl-list,.stack-list{list-style:none}.incl-list li,.stack-list li{display:flex;align-items:flex-start;gap:12px}.incl-list{margin-top:var(--s4)}.incl-list li{padding:14px 0;border-bottom:1px solid var(--line);font-size:14.5px;line-height:1.5;color:#34291a}.incl-list li:last-child{border-bottom:none}.ic{flex:0 0 22px;width:22px;height:22px;border-radius:50%;background:var(--gold);display:grid;place-items:center;margin-top:1px}.stack-box{background:var(--card-bg);border:1px solid var(--line-strong);border-radius:16px;padding:22px 20px;box-shadow:0 14px 36px rgba(36,29,18,.12);margin-top:var(--s5)}.stack-list{display:flex;flex-direction:column;gap:12px;margin-bottom:var(--s5)}.stack-list li{align-items:center;font-size:15px;color:var(--espresso)}.stack-list .ic{width:20px;height:20px;flex-basis:20px}.stack-total{text-align:center;color:var(--espresso-soft);font-size:14px}.stack-total s{color:#b85c70}.stack-big{text-align:center;font-family:var(--font-head);font-size:52px;font-weight:800;color:var(--gold);letter-spacing:-.03em;line-height:1;margin:2px 0}.stack-big small{font-size:21px;font-weight:700;vertical-align:baseline;margin-right:7px;color:var(--espresso-soft);letter-spacing:-.01em}.stack-cash{text-align:center;color:var(--espresso-soft);font-size:13px;opacity:.8;margin-bottom:var(--s5)}.stack-box .foot-note{margin-top:var(--s3)}.dash{--h-indigo:#4318FF;--h-indigo-2:#7551FF;--h-indigo-d:#3311DB;--h-cyan:#6AD2FF;--h-bg:#F4F7FE;--h-card:#FFFFFF;--h-navy:#2B3674;--h-ink:#1B2559;--h-gray:#A3AED0;--h-gray-2:#707EAE;--h-line:#E9EDF7;--h-line-2:#E1E9F8;--h-green:#01B574;--h-green-bg:#E6FAF5;--h-red:#EE5D50;--h-red-bg:#FEEFEE;--h-orange:#FFB547;--h-orange-bg:#FFF6DA;--h-shadow:14px 17px 40px 4px rgba(112,144,176,.12);--h-shadow-sm:0 8px 22px rgba(112,144,176,.10);--h-radius:20px;--h-sidebar:264px;font-family:var(--font-dash),"DM Sans",-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:-.2px;background:var(--h-bg);color:var(--h-ink);min-height:100vh;min-height:100dvh;-webkit-font-smoothing:antialiased}.dash *,.dash :after,.dash :before{box-sizing:border-box}.dash-sidebar{position:fixed;inset:0 auto 0 0;width:var(--h-sidebar);height:100vh;height:100dvh;background:var(--h-card);box-shadow:var(--h-shadow);display:flex;flex-direction:column;padding:26px 16px 18px;z-index:60;transition:transform .28s cubic-bezier(.4,0,.2,1)}.dash-brand{display:flex;align-items:center;gap:11px;padding:4px 12px 22px}.dash-brand-mark{width:38px;height:38px;border-radius:12px;flex:0 0 38px;background:linear-gradient(135deg,#868CFF 0,var(--h-indigo) 100%);display:grid;place-items:center;color:#fff;font-size:19px;box-shadow:0 8px 18px rgba(67,24,255,.32)}.dash-brand-txt{display:flex;flex-direction:column;line-height:1.15}.dash-brand-txt b{font-size:17px;font-weight:700;color:var(--h-navy);letter-spacing:-.3px}.dash-brand-txt span{font-size:11px;color:var(--h-gray);font-weight:500}.dash-sep{height:1px;background:var(--h-line);margin:0 8px 16px;border-radius:1px}.dash-nav{display:flex;flex-direction:column;gap:2px}.dash-nav-item{position:relative;display:flex;align-items:center;gap:13px;padding:12px 14px;border-radius:14px;cursor:pointer;border:none;background:none;width:100%;text-align:left;font:inherit;min-height:44px;color:var(--h-gray-2);font-size:15px;font-weight:500;transition:background .15s,color .15s}.dash-nav-item .dash-ic{width:22px;height:22px;flex:0 0 22px;color:var(--h-gray);display:grid;place-items:center;transition:color .15s}.dash-nav-item .dash-ic svg{width:20px;height:20px;display:block}.dash-nav-item:hover{background:var(--h-bg)}.dash-nav-item.active{color:var(--h-ink);font-weight:700}.dash-nav-item.active .dash-ic{color:var(--h-indigo)}.dash-nav-item.active:after{content:"";position:absolute;right:-16px;top:50%;transform:translateY(-50%);width:4px;height:34px;border-radius:5px;background:var(--h-indigo)}.dash-side-card{margin-top:auto;border-radius:18px;padding:18px 16px;color:#fff;background:linear-gradient(135deg,#7551FF 0,var(--h-indigo) 100%);box-shadow:0 14px 30px rgba(67,24,255,.28)}.dash-side-card b{display:block;font-size:14px;font-weight:700;margin-bottom:4px}.dash-side-card span{display:block;font-size:12px;opacity:.85;line-height:1.5}.dash-side-num{font-size:26px;font-weight:700;margin-top:8px;letter-spacing:-.5px}.dash-overlay{position:fixed;inset:0;background:rgba(11,20,55,.42);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:55;opacity:0;pointer-events:none;transition:opacity .28s;border:none}.dash-main{margin-left:var(--h-sidebar);min-height:100vh;padding:0 26px 60px}.dash-main>section{scroll-margin-top:92px}.dash-navbar{position:-webkit-sticky;position:sticky;top:12px;z-index:40;margin:12px 0 8px;display:flex;align-items:center;gap:14px;flex-wrap:wrap;min-height:66px;padding:10px 12px 10px 6px;border-radius:16px;border:1.5px solid rgba(255,255,255,.35);background:rgba(244,247,254,.55);-webkit-backdrop-filter:blur(20px) saturate(1.4);backdrop-filter:blur(20px) saturate(1.4)}.dash-burger{display:none;width:42px;height:42px;border-radius:12px;border:none;cursor:pointer;background:var(--h-card);color:var(--h-navy);box-shadow:var(--h-shadow-sm);font-size:18px;align-items:center;justify-content:center;flex:0 0 42px}.dash-crumb{display:flex;flex-direction:column;gap:2px;margin-right:auto;padding-left:6px;min-width:0}.dash-crumb small{font-size:12px;color:var(--h-gray-2);font-weight:500}.dash-crumb b{font-size:clamp(22px,2.4vw,32px);font-weight:700;color:var(--h-navy);letter-spacing:-.6px;line-height:1.1}.dash-tools{gap:9px;flex-wrap:wrap}.dash-search,.dash-tools{display:flex;align-items:center}.dash-search{gap:8px;background:var(--h-bg);border-radius:999px;padding:0 16px;height:42px;min-width:200px}.dash-search svg{width:16px;height:16px;color:var(--h-gray);flex:0 0 16px}.dash-search input{border:none;background:none;outline:none;font:inherit;font-size:14px;color:var(--h-ink);width:100%;letter-spacing:-.2px}.dash-search input::placeholder{color:var(--h-gray)}.dash-live{display:inline-flex;align-items:center;gap:7px;height:42px;padding:0 15px;border-radius:999px;background:var(--h-card);box-shadow:var(--h-shadow-sm);font-size:13px;font-weight:600;color:var(--h-gray-2);white-space:nowrap}.dash-live i{width:8px;height:8px;border-radius:50%;background:var(--h-green);box-shadow:0 0 0 0 rgba(1,181,116,.5);animation:dashpulse 2s infinite}@keyframes dashpulse{0%{box-shadow:0 0 0 0 rgba(1,181,116,.45)}70%{box-shadow:0 0 0 7px rgba(1,181,116,0)}to{box-shadow:0 0 0 0 rgba(1,181,116,0)}}.dash-filter{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:12px 16px;margin:0 0 4px;background:var(--h-card);border-radius:16px;box-shadow:var(--h-shadow-sm)}.dash-filter-label{font-size:13px;font-weight:700;color:var(--h-navy);margin-right:2px}.dash-date{height:38px;border:1.5px solid var(--h-line-2);background:var(--h-bg);border-radius:11px;padding:0 12px;font:inherit;font-size:13.5px;color:var(--h-ink);outline:none}.dash-date:focus{border-color:var(--h-indigo);background:#fff}.dash-filter-arrow{color:var(--h-gray);font-size:14px}.dash-presets{display:inline-flex;gap:6px;flex-wrap:wrap}.dash-preset{height:34px;padding:0 13px;border-radius:999px;border:1.5px solid var(--h-line-2);background:var(--h-card);color:var(--h-gray-2);font:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.dash-preset:hover{border-color:var(--h-indigo-2);color:var(--h-indigo)}.dash-preset.on{background:var(--h-indigo);border-color:var(--h-indigo);color:#fff}.dash-filter-active{font-size:12.5px;font-weight:700;color:var(--h-indigo);background:#EFEBFF;padding:5px 11px;border-radius:999px}.dash-filter-loading{font-size:12.5px;color:var(--h-gray);margin-left:auto}.dash-funnelchart svg{width:100%;height:auto;display:block;overflow:visible}.dash-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:42px;padding:0 18px;border-radius:14px;cursor:pointer;border:none;font:inherit;font-size:14px;font-weight:600;letter-spacing:-.2px;white-space:nowrap;transition:transform .12s,box-shadow .2s,background .2s,color .2s}.dash-btn:active{transform:translateY(1px)}.dash-btn-primary{background:var(--h-indigo);color:#fff;box-shadow:0 10px 22px rgba(67,24,255,.26)}.dash-btn-primary:hover{background:var(--h-indigo-d)}.dash-btn-light{background:var(--h-card);color:var(--h-navy);box-shadow:var(--h-shadow-sm)}.dash-btn-light:hover{color:var(--h-indigo)}.dash-btn-danger{background:var(--h-card);color:var(--h-red);box-shadow:var(--h-shadow-sm)}.dash-btn-danger:hover{background:var(--h-red-bg)}.dash-icon-btn{width:42px;height:42px;padding:0;border-radius:12px;flex:0 0 42px;background:var(--h-card);color:var(--h-gray-2);box-shadow:var(--h-shadow-sm)}.dash-icon-btn:hover{color:var(--h-indigo)}.dash-btn svg,.dash-burger svg,.dash-icon-btn svg{width:19px;height:19px}.dash-list-ic svg{width:18px;height:18px}.dash-chip svg{width:15px;height:15px}.dash-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-gap:20px;gap:20px}.dash-grid+.dash-grid{margin-top:20px}.col-3{grid-column:span 3}.col-4{grid-column:span 4}.col-5{grid-column:span 5}.col-6{grid-column:span 6}.col-7{grid-column:span 7}.col-8{grid-column:span 8}.col-12{grid-column:span 12}.dash-section-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--h-gray-2);margin:30px 4px 14px}.dash-card{background:var(--h-card);border-radius:var(--h-radius);box-shadow:var(--h-shadow);padding:20px;position:relative}.dash-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.dash-card-title{font-size:18px;font-weight:700;color:var(--h-navy);letter-spacing:-.4px}.dash-card-sub{font-size:13px;color:var(--h-gray-2);font-weight:500;margin-top:2px}.dash-chip{display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 12px;border-radius:999px;background:var(--h-bg);color:var(--h-gray-2);font-size:12.5px;font-weight:600}.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.kpi{background:var(--h-card);border-radius:var(--h-radius);box-shadow:var(--h-shadow);padding:17px 18px;display:flex;align-items:center;gap:15px;min-width:0}.kpi-ic{width:56px;height:56px;flex:0 0 56px;border-radius:50%;display:grid;place-items:center;background:var(--h-bg);color:var(--h-indigo);font-size:24px}.kpi-ic svg{width:26px;height:26px}.kpi-body{display:flex;flex-direction:column;gap:3px;min-width:0}.kpi-label{font-size:13px;color:var(--h-gray-2);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kpi-value{font-size:clamp(22px,1.9vw,28px);font-weight:700;color:var(--h-ink);letter-spacing:-.6px;line-height:1.05}.kpi-delta{font-size:12px;font-weight:700;display:inline-flex;align-items:center;gap:4px}.kpi-delta.up{color:var(--h-green)}.kpi-delta.flat{color:var(--h-gray)}.kpi-accent .kpi-ic{background:linear-gradient(135deg,#868CFF 0,var(--h-indigo) 100%);color:#fff;box-shadow:0 10px 20px rgba(67,24,255,.28)}.fbar{margin-bottom:16px}.fbar:last-child{margin-bottom:0}.fbar-top{display:flex;justify-content:space-between;align-items:baseline;gap:10px;font-size:14px;margin-bottom:7px}.fbar-top span{color:var(--h-gray-2);font-weight:500;max-width:62%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fbar-top b{color:var(--h-ink);font-weight:700;font-size:14px}.fbar-top b .pctm{color:var(--h-gray);font-weight:600;margin-left:5px}.fbar-track{height:10px;background:var(--h-bg);border-radius:999px;overflow:hidden}.fbar-track>i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--h-indigo-2),var(--h-indigo))}.fbar.is-paid .fbar-track>i{background:linear-gradient(90deg,var(--h-indigo),var(--h-indigo-d))}.fbar.is-paid .fbar-top b{color:var(--h-indigo)}.fbar.is-muted .fbar-track>i{background:var(--h-line-2)}.fbar.is-refund .fbar-track>i{background:linear-gradient(90deg,#f7a39b,var(--h-red))}.drop{color:var(--h-red);font-style:normal;font-size:12px;font-weight:700;margin-left:6px}.dash-gauge{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:6px 0 2px}.dash-gauge-wrap{position:relative;width:190px;max-width:100%}.dash-gauge-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.dash-gauge-center b{font-size:34px;font-weight:700;color:var(--h-ink);letter-spacing:-1px;line-height:1}.dash-gauge-center span{font-size:12px;color:var(--h-gray);font-weight:500;margin-top:4px}.dash-gauge-cap{font-size:13.5px;color:var(--h-gray-2);text-align:center;margin-top:12px}.dash-gauge-cap b{color:var(--h-ink);font-weight:700}.donut-legend{display:flex;flex-direction:column;gap:10px;margin-top:16px;width:100%}.donut-legend-row{display:flex;align-items:center;gap:10px;font-size:13.5px}.donut-legend-row i{width:12px;height:12px;border-radius:4px;flex:0 0 12px}.donut-legend-row span{color:var(--h-gray-2);font-weight:500}.donut-legend-row b{margin-left:auto;color:var(--h-ink);font-weight:700}.dash-chart svg{width:100%;height:auto;display:block;overflow:visible}.legend{display:flex;gap:18px;flex-wrap:wrap;margin-top:14px;font-size:13px;color:var(--h-gray-2)}.legend span{display:inline-flex;align-items:center;gap:7px;font-weight:500}.legend i{width:12px;height:12px;border-radius:4px;display:inline-block}.chart-empty,.dash-empty{color:var(--h-gray);font-size:14px;text-align:center;padding:30px 0}.badge{display:inline-flex;align-items:center;gap:6px;height:26px;padding:0 11px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:-.1px;white-space:nowrap}.badge:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}.badge-green{color:var(--h-green);background:var(--h-green-bg)}.badge-indigo{color:var(--h-indigo);background:#EFEBFF}.badge-orange{color:#b9842a;background:var(--h-orange-bg)}.badge-red{color:var(--h-red);background:var(--h-red-bg)}.badge-gray{color:var(--h-gray-2);background:var(--h-bg)}.dash-list{display:flex;flex-direction:column}.dash-list-row{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--h-line)}.dash-list-row:last-child{border-bottom:none}.dash-list-ic{width:40px;height:40px;flex:0 0 40px;border-radius:12px;background:var(--h-bg);color:var(--h-indigo);display:grid;place-items:center;font-size:16px}.dash-list-main{display:flex;flex-direction:column;gap:2px;min-width:0}.dash-list-main b{font-size:14px;font-weight:700;color:var(--h-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.dash-list-main span{font-size:12px;color:var(--h-gray)}.dash-list-end{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;gap:5px}.dash-list-end time{font-size:12px;color:var(--h-gray);white-space:nowrap}.table-scroll{overflow-x:auto;margin:0 -4px;padding:0 4px;-webkit-overflow-scrolling:touch}.ltable{width:100%;border-collapse:collapse;font-size:14px;min-width:720px}.ltable th{text-align:left;padding:12px 14px;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.ltable td,.ltable th{color:var(--h-gray-2);border-bottom:1px solid var(--h-line);white-space:nowrap}.ltable td{padding:13px 14px}.ltable td.strong{color:var(--h-ink);font-weight:700}.ltable tbody tr:last-child td{border-bottom:none}.ltable tbody tr:hover{background:var(--h-bg)}.dash-login{min-height:100vh;min-height:100dvh;display:grid;place-items:center;padding:24px;background:radial-gradient(1200px 520px at 50% -10%,rgba(117,81,255,.14),transparent 60%),var(--h-bg)}.dash-login-card{width:100%;max-width:400px;background:var(--h-card);border-radius:24px;box-shadow:var(--h-shadow);padding:36px 30px;text-align:center}.dash-login-card .dash-brand-mark{width:52px;height:52px;border-radius:16px;font-size:24px;margin:0 auto 18px}.dash-login-card h1{font-size:24px;font-weight:700;color:var(--h-navy);letter-spacing:-.5px}.dash-login-card p{font-size:14px;color:var(--h-gray);margin:8px 0 22px}.dash-input{width:100%;height:50px;border-radius:14px;border:1.5px solid var(--h-line-2);background:var(--h-bg);padding:0 16px;font:inherit;font-size:15px;color:var(--h-ink);outline:none;transition:border-color .15s,background .15s;letter-spacing:-.2px}.dash-input:focus{border-color:var(--h-indigo);background:#fff}.dash-login-card .dash-btn{width:100%;height:50px;margin-top:14px;font-size:15px}.dash-error{color:var(--h-red);font-size:13.5px;margin-top:14px;font-weight:600}@media (max-width:1199px){.dash-sidebar{transform:translateX(-100%)}.dash.nav-open .dash-sidebar{transform:translateX(0)}.dash.nav-open .dash-overlay{opacity:1;pointer-events:auto}.dash-main{margin-left:0;padding:0 18px 50px}.dash-burger{display:inline-flex}.col-4,.col-5,.col-6,.col-7,.col-8{grid-column:span 12}.kpi-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:760px){.dash-main{padding:0 13px 44px}.dash-navbar{padding:10px;gap:10px}.dash-search{min-width:0;flex:1 1 100%;order:3}.dash-grid{gap:15px}.col-3{grid-column:span 6}.kpi-grid{grid-template-columns:repeat(2,1fr);gap:13px}.kpi{padding:15px;gap:12px}.kpi-ic{width:48px;height:48px;flex-basis:48px}.kpi-ic svg{width:22px;height:22px}.dash-card{padding:17px}.dash-live span{display:none}}@media (max-width:420px){.kpi-grid{grid-template-columns:1fr}.col-3{grid-column:span 12}}@font-face{font-family:Archivo;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b06b356f834173cc-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Archivo;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/23d669af23d19c95-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Archivo;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a4aa50920b5315c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Archivo;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b06b356f834173cc-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Archivo;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/23d669af23d19c95-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Archivo;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a4aa50920b5315c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Archivo;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b06b356f834173cc-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Archivo;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/23d669af23d19c95-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Archivo;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a4aa50920b5315c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Archivo;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b06b356f834173cc-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Archivo;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/23d669af23d19c95-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Archivo;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a4aa50920b5315c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Archivo;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b06b356f834173cc-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Archivo;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/23d669af23d19c95-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Archivo;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a4aa50920b5315c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Archivo;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b06b356f834173cc-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Archivo;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/23d669af23d19c95-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Archivo;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a4aa50920b5315c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Archivo Fallback;src:local("Arial");ascent-override:88.96%;descent-override:21.28%;line-gap-override:0.00%;size-adjust:98.70%}.__className_50bf36{font-family:Archivo,Archivo Fallback;font-style:normal}.__variable_50bf36{--font-head:"Archivo","Archivo Fallback"}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:DM Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/13971731025ec697-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:DM Sans Fallback;src:local("Arial");ascent-override:94.90%;descent-override:29.66%;line-gap-override:0.00%;size-adjust:104.53%}.__className_ef116d{font-family:DM Sans,DM Sans Fallback;font-style:normal}.__variable_ef116d{--font-dash:"DM Sans","DM Sans Fallback"}