.portal-shell{--bg:#0a0a0a;--bg-2:#141414;--bg-3:#1a1a1a;--bg-elev:#1f1f1f;--bg-rail:#0d0d0d;--line:hsla(0,0%,100%,.1);--line-2:hsla(0,0%,100%,.16);--line-3:hsla(0,0%,100%,.24);--fg:#fff;--fg-dim:hsla(0,0%,100%,.62);--fg-faint:hsla(0,0%,100%,.42);--fg-mute:hsla(0,0%,100%,.28);--accent-a:#e040fb;--accent-b:#7c3aed;--accent-mix:#b045f4;--grad:linear-gradient(120deg,#e040fb,#7c3aed);--grad-soft:linear-gradient(120deg,color-mix(in oklab,#e040fb 14%,transparent),color-mix(in oklab,#7c3aed 14%,transparent));--good:#34d399;--good-bg:rgba(52,211,153,.12);--teal:#2dd4bf;--teal-bg:rgba(45,212,191,.12);--warn:#fb923c;--warn-bg:rgba(251,146,60,.12);--yellow:#facc15;--yellow-bg:rgba(250,204,21,.12);--bad:#f43f5e;--bad-bg:rgba(244,63,94,.12);--info:#38bdf8;--info-bg:rgba(56,189,248,.12);--lead:#c084fc;--lead-bg:rgba(192,132,252,.14);--neutral:hsla(0,0%,100%,.55);--shadow-soft:0 30px 60px -25px rgba(0,0,0,.6);--shadow-lift:0 40px 80px -25px rgba(0,0,0,.7),0 0 0 1px var(--line);--shadow-pop:0 8px 24px -8px rgba(0,0,0,.4);--r-xs:6px;--r-sm:10px;--r-md:12px;--r-lg:16px;--r-xl:24px;--s-1:4px;--s-2:8px;--s-3:12px;--s-4:16px;--s-5:20px;--s-6:24px;--s-8:32px;--s-10:40px;--s-12:48px;--s-16:64px;--s-20:80px;--ease-out:cubic-bezier(0.22,1,0.36,1);--ease-spring:cubic-bezier(0.34,1.56,0.64,1);--d-fast:180ms;--d-base:320ms;--d-slow:600ms;--serif:var(--font-instrument-serif),"Times New Roman",serif;--sans:var(--font-geist-sans),-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;--mono:var(--font-geist-mono),ui-monospace,"SF Mono",Menlo,monospace;--sidebar-w:248px;--sidebar-w-rail:72px}html.light .portal-shell{--bg:#f5f4f0;--bg-2:#fff;--bg-3:#efede7;--bg-elev:#fff;--bg-rail:#efede7;--line:hsla(0,0%,4%,.1);--line-2:hsla(0,0%,4%,.18);--line-3:hsla(0,0%,4%,.32);--fg:#0a0a0a;--fg-dim:hsla(0,0%,4%,.62);--fg-faint:hsla(0,0%,4%,.42);--fg-mute:hsla(0,0%,4%,.24);--good:#059669;--good-bg:rgba(5,150,105,.1);--teal:#0d9488;--teal-bg:rgba(13,148,136,.1);--warn:#c2410c;--warn-bg:rgba(194,65,12,.1);--yellow:#b45309;--yellow-bg:rgba(180,83,9,.1);--bad:#be123c;--bad-bg:rgba(190,18,60,.1);--info:#0369a1;--info-bg:rgba(3,105,161,.1);--lead:#7c3aed;--lead-bg:rgba(124,58,237,.1);--neutral:hsla(0,0%,4%,.55);--shadow-soft:0 22px 48px -22px rgba(20,20,30,.14);--shadow-lift:0 35px 70px -22px rgba(20,20,30,.18),0 0 0 1px var(--line);--shadow-pop:0 8px 24px -10px rgba(20,20,30,.12)}.portal-shell{background:var(--bg);color:var(--fg);font-family:var(--sans);-webkit-font-smoothing:antialiased;font-feature-settings:"ss01","cv11";line-height:1.5;min-height:100vh;transition:background var(--d-base) var(--ease-out),color var(--d-base) var(--ease-out)}.portal-shell *,.portal-shell :after,.portal-shell :before{box-sizing:border-box}.portal-shell a{color:inherit;text-decoration:none}.portal-shell button{font-family:inherit;cursor:pointer}.portal-shell ::-moz-selection{background:var(--accent-a);color:#fff}.portal-shell ::selection{background:var(--accent-a);color:#fff}.portal-shell .mono{font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-faint)}.portal-shell .serif{font-family:var(--serif);font-style:italic;font-weight:400}.portal-shell .grad-text{background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent}.portal-shell .eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--fg-faint)}.portal-shell .eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--accent-a);box-shadow:0 0 14px var(--accent-a);animation:portal-pulse 2.4s ease-in-out infinite}@keyframes portal-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.portal-shell .display{font-size:clamp(40px,6vw,84px);letter-spacing:-.038em;line-height:.96;font-weight:500}.portal-shell .pp-h1{font-size:clamp(32px,4vw,56px);letter-spacing:-.03em;line-height:1.02;font-weight:500}.portal-shell .pp-h2{font-size:clamp(24px,2.4vw,36px);letter-spacing:-.02em;line-height:1.08;font-weight:500}.portal-shell .pp-h3{font-size:clamp(18px,1.4vw,22px);letter-spacing:-.01em;line-height:1.2;font-weight:500}.portal-shell .lede{font-size:clamp(15px,1.05vw,17px);color:var(--fg-dim);line-height:1.5;max-width:60ch;text-wrap:pretty}.portal-shell .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 18px;border-radius:999px;font-weight:500;font-size:14px;transition:transform var(--d-fast) var(--ease-out),background var(--d-fast) var(--ease-out),border-color var(--d-fast) var(--ease-out),color var(--d-fast) var(--ease-out),box-shadow var(--d-base) var(--ease-out);white-space:nowrap;border:none}.portal-shell .btn-primary{background:var(--fg);color:var(--bg)}.portal-shell .btn-primary:hover{transform:translateY(-1px);box-shadow:var(--shadow-pop)}.portal-shell .btn-grad{color:#fff;background:var(--grad);background-size:200% 100%;box-shadow:0 8px 24px -8px rgba(224,64,251,.4),0 8px 24px -10px rgba(124,58,237,.3);animation:portal-gradFlow 8s linear infinite}@keyframes portal-gradFlow{0%{background-position:0 0}to{background-position:200% 0}}.portal-shell .btn-grad:hover{transform:translateY(-1px);box-shadow:0 12px 32px -8px rgba(224,64,251,.55),0 12px 32px -10px rgba(124,58,237,.4)}.portal-shell .btn-ghost{border:1px solid var(--line-2);background:color-mix(in oklab,var(--bg-2) 60%,transparent);backdrop-filter:blur(8px);color:var(--fg)}.portal-shell .btn-ghost:hover{background:var(--bg-3);border-color:var(--line-3)}.portal-shell .btn-soft{background:var(--bg-3);color:var(--fg);border:1px solid var(--line)}.portal-shell .btn-soft:hover{background:var(--bg-elev);border-color:var(--line-2)}.portal-shell .btn-danger{background:var(--bad-bg);color:var(--bad);border:1px solid color-mix(in oklab,var(--bad) 30%,transparent)}.portal-shell .btn-danger:hover{background:color-mix(in oklab,var(--bad) 20%,transparent)}.portal-shell .btn-sm{padding:7px 12px;font-size:13px}.portal-shell .btn-lg{padding:14px 22px;font-size:15px}.portal-shell .icon-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;border:1px solid var(--line);background:transparent;color:var(--fg-dim);transition:all var(--d-fast) var(--ease-out)}.portal-shell .icon-btn:hover{background:var(--bg-3);color:var(--fg);border-color:var(--line-2)}.portal-shell .card{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--r-md);transition:border-color var(--d-base) var(--ease-out),transform var(--d-base) var(--ease-out),box-shadow var(--d-base) var(--ease-out)}.portal-shell .card-hover:hover{transform:translateY(-2px);border-color:var(--line-2);box-shadow:var(--shadow-soft)}.portal-shell .card-pad{padding:24px}.portal-shell .card-pad-lg{padding:32px}.portal-shell .pill{display:inline-flex;align-items:center;gap:6px;padding:3px 9px;border-radius:999px;font-family:var(--mono);font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;background:var(--bg-3);color:var(--fg-dim);border:1px solid var(--line)}.portal-shell .pill-good{background:var(--good-bg);color:var(--good);border-color:color-mix(in oklab,var(--good) 32%,transparent)}.portal-shell .pill-teal{background:var(--teal-bg);color:var(--teal);border-color:color-mix(in oklab,var(--teal) 32%,transparent)}.portal-shell .pill-warn{background:var(--warn-bg);color:var(--warn);border-color:color-mix(in oklab,var(--warn) 32%,transparent)}.portal-shell .pill-yellow{background:var(--yellow-bg);color:var(--yellow);border-color:color-mix(in oklab,var(--yellow) 32%,transparent)}.portal-shell .pill-bad{background:var(--bad-bg);color:var(--bad);border-color:color-mix(in oklab,var(--bad) 32%,transparent)}.portal-shell .pill-info{background:var(--info-bg);color:var(--info);border-color:color-mix(in oklab,var(--info) 32%,transparent)}.portal-shell .pill-lead{background:var(--lead-bg);color:var(--lead);border-color:color-mix(in oklab,var(--lead) 32%,transparent)}.portal-shell .pill-grad{background:var(--grad);color:#fff;border:none}.portal-shell .input{width:100%;padding:12px 14px;background:var(--bg-3);border:1px solid var(--line);border-radius:var(--r-sm);font-size:14px;color:var(--fg);transition:border-color var(--d-fast) var(--ease-out),background var(--d-fast) var(--ease-out)}.portal-shell .input:focus{outline:none;border-color:color-mix(in oklab,var(--accent-a) 60%,var(--line-2));background:var(--bg-elev);box-shadow:0 0 0 4px color-mix(in oklab,var(--accent-a) 12%,transparent)}.portal-shell .input::-moz-placeholder{color:var(--fg-mute)}.portal-shell .input::placeholder{color:var(--fg-mute)}.portal-shell .input-label{display:block;font-size:13px;font-weight:500;margin-bottom:6px;color:var(--fg)}.portal-shell .input-help{font-size:12px;color:var(--fg-faint);margin-top:6px}.portal-shell .switch{position:relative;display:inline-flex;align-items:center;width:38px;height:22px;border-radius:999px;background:var(--bg-3);border:1px solid var(--line);cursor:pointer;padding:2px;transition:background var(--d-fast) var(--ease-out)}.portal-shell .switch .knob{width:16px;height:16px;border-radius:999px;background:var(--fg-dim);transform:translateX(0);transition:transform var(--d-base) var(--ease-spring),background var(--d-fast)}.portal-shell .switch.on{background:var(--grad);border-color:transparent}.portal-shell .switch.on .knob{transform:translateX(16px);background:#fff}.portal-shell .tbl{width:100%;border-collapse:collapse;font-size:14px}.portal-shell .tbl thead th{text-align:left;padding:12px 16px;font-family:var(--mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-faint);border-bottom:1px solid var(--line);font-weight:500}.portal-shell .tbl tbody td{padding:14px 16px;border-bottom:1px solid var(--line);color:var(--fg);vertical-align:middle}.portal-shell .tbl tbody tr{transition:background var(--d-fast) var(--ease-out)}.portal-shell .tbl tbody tr:hover{background:color-mix(in oklab,var(--bg-3) 60%,transparent);cursor:pointer}.portal-shell .tbl tbody tr:last-child td{border-bottom:none}.portal-shell .reveal{opacity:0;transform:translateY(16px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out)}.portal-shell .reveal.in{opacity:1;transform:none}@keyframes portal-fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.portal-shell .fade-in{animation:portal-fadeIn .32s var(--ease-out) both}.portal-shell .pp-app{display:grid;grid-template-columns:var(--sidebar-w) 1fr;min-height:100vh}.portal-shell .pp-app.sidebar-rail{grid-template-columns:var(--sidebar-w-rail) 1fr}.portal-shell .pp-app>main{min-width:0}.portal-shell .pp-app{max-width:100vw;overflow-x:clip}.portal-shell .sidebar{position:sticky;top:0;left:0;height:100vh;background:var(--bg-rail);border-right:1px solid var(--line);display:flex;flex-direction:column;z-index:30}.portal-shell .sidebar-brand{display:flex;align-items:center;gap:10px;padding:0 22px;height:72px;border-bottom:1px solid var(--line);flex-shrink:0}.portal-shell .sidebar-brand .brand-mark{width:32px;height:32px;border-radius:8px;display:grid;place-items:center;flex-shrink:0;overflow:hidden}.portal-shell .sidebar-brand .brand-mark img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.portal-shell .sidebar-brand .brand-name{font-weight:600;font-size:15px;letter-spacing:-.01em}.portal-shell .sidebar-brand .brand-sub{font-size:11px;color:var(--fg-faint);font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;margin-top:2px}.portal-shell .sidebar-nav{flex:1;padding:14px 12px;overflow-y:auto;display:flex;flex-direction:column;gap:1px}.portal-shell .nav-item{display:flex;align-items:center;gap:12px;padding:9px 12px;border-radius:var(--r-sm);font-size:14px;color:var(--fg-dim);position:relative;transition:all var(--d-fast) var(--ease-out);cursor:pointer}.portal-shell .nav-item.active,.portal-shell .nav-item:hover{background:var(--bg-3);color:var(--fg)}.portal-shell .nav-item.active:before{content:"";position:absolute;left:-12px;top:8px;bottom:8px;width:3px;border-radius:2px;background:var(--grad)}.portal-shell .nav-item .nav-icon{width:18px;height:18px;flex-shrink:0;color:currentColor;display:inline-flex;align-items:center;justify-content:center}.portal-shell .nav-item .nav-label{flex:1}.portal-shell .nav-item .nav-badge{font-family:var(--mono);font-size:10px;padding:1px 6px;border-radius:999px;background:var(--grad);color:#fff}.portal-shell .nav-chev{display:inline-flex;align-items:center;color:var(--fg-faint);transition:transform var(--d-fast)}.portal-shell .nav-chev[data-open=true]{transform:rotate(0deg);color:var(--fg-dim)}.portal-shell .nav-chev[data-open=false]{transform:rotate(-90deg)}.portal-shell .nav-sub{display:flex;flex-direction:column;gap:1px;padding:4px 0 6px 14px;margin-left:9px;border-left:1px solid var(--line)}.portal-shell .nav-item-sub{padding:7px 10px;font-size:13px;color:var(--fg-faint)}.portal-shell .nav-item-sub:hover{color:var(--fg)}.portal-shell .nav-item-sub.active{color:var(--fg);background:var(--bg-3)}.portal-shell .nav-item-sub.active:before{display:none}.portal-shell .nav-item-sub .nav-icon{color:var(--fg-mute)}.portal-shell .nav-item-sub.active .nav-icon{color:var(--accent-mix)}.portal-shell .sidebar-foot{border-top:1px solid var(--line);padding:14px 12px;display:flex;flex-direction:column;gap:8px}.portal-shell .user-card{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:var(--r-sm);transition:background var(--d-fast)}.portal-shell .user-card:hover{background:var(--bg-3)}.portal-shell .user-avatar{width:30px;height:30px;border-radius:50%;background:var(--grad);display:grid;place-items:center;font-size:12px;font-weight:600;color:#fff;flex-shrink:0}.portal-shell .user-name{font-size:13px;font-weight:500;line-height:1.2}.portal-shell .user-email{font-size:11px;color:var(--fg-faint)}.portal-shell .sidebar-foot-row{padding:0 4px;gap:8px}.portal-shell .sidebar-foot-row,.portal-shell .topbar{display:flex;align-items:center;justify-content:space-between}.portal-shell .topbar{position:sticky;top:0;z-index:20;height:72px;padding:0 32px;flex-shrink:0;background:color-mix(in oklab,var(--bg) 80%,transparent);backdrop-filter:blur(20px) saturate(140%);-webkit-backdrop-filter:blur(20px) saturate(140%);border-bottom:1px solid var(--line)}.portal-shell .topbar-search{display:flex;align-items:center;gap:10px;padding:8px 14px;background:var(--bg-3);border:1px solid var(--line);border-radius:999px;width:320px;max-width:40vw;font-size:13px;color:var(--fg-faint);cursor:pointer;transition:all var(--d-fast)}.portal-shell .topbar-search:hover{border-color:var(--line-2);color:var(--fg-dim)}.portal-shell .topbar-search kbd{margin-left:auto;font-family:var(--mono);font-size:11px;font-weight:500;padding:3px 8px;border-radius:6px;background:color-mix(in oklab,var(--accent-a) 18%,var(--bg-2));border:1px solid color-mix(in oklab,var(--accent-a) 32%,var(--line-2));color:var(--fg);box-shadow:0 1px 0 0 color-mix(in oklab,var(--accent-a) 30%,transparent),inset 0 1px 0 0 hsla(0,0%,100%,.06);letter-spacing:.04em}html.light .portal-shell .topbar-search kbd{color:var(--fg)}.portal-shell .topbar-actions{display:flex;align-items:center;gap:10px}.portal-shell .theme-switch{position:relative;display:inline-flex;align-items:center;width:56px;height:30px;border-radius:999px;background:var(--bg-3);border:1px solid var(--line);cursor:pointer;padding:2px}.portal-shell .theme-switch .ts-icon{position:absolute;top:50%;transform:translateY(-50%);width:14px;height:14px;color:var(--fg-faint);pointer-events:none;display:grid;place-items:center}.portal-shell .theme-switch .ts-icon.sun{left:8px}.portal-shell .theme-switch .ts-icon.moon{right:8px}html.light .portal-shell .theme-switch .ts-icon.sun,html:not(.light) .portal-shell .theme-switch .ts-icon.moon{opacity:0}.portal-shell .theme-switch .knob{position:relative;z-index:1;width:24px;height:24px;border-radius:999px;background:var(--grad);display:grid;place-items:center;color:#fff;transform:translateX(0);transition:transform var(--d-base) var(--ease-spring);box-shadow:0 2px 8px color-mix(in oklab,var(--accent-a) 35%,transparent)}html.light .portal-shell .theme-switch .knob{transform:translateX(26px)}.portal-shell .page{padding:32px 40px 80px;max-width:1440px;margin:0 auto;width:100%;box-sizing:border-box}.portal-shell .page,.portal-shell .pp-app>main>:not(.topbar){min-width:0;overflow-x:hidden;overflow-x:clip}.portal-shell .pp-app>main>:not(.page):not(.topbar){padding:24px 32px 80px}@media (max-width:1024px){.portal-shell .pp-app>main>:not(.page):not(.topbar){padding:18px 18px 80px}}.portal-shell .page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:32px;flex-wrap:wrap}.portal-shell .page-title{font-size:clamp(28px,3vw,40px);font-weight:500;letter-spacing:-.025em;line-height:1.15;margin:0}.portal-shell .page-sub{color:var(--fg-dim);font-size:15px;margin-top:6px;text-wrap:pretty;margin-bottom:0}.portal-shell .mobile-bar,.portal-shell .sidebar-scrim{display:none}.portal-shell .hide-mobile{display:inline-flex}@media (max-width:1024px){.portal-shell .pp-app{grid-template-columns:1fr}.portal-shell .sidebar{position:fixed;transform:translateX(-100%);transition:transform var(--d-base) var(--ease-out);width:280px;box-shadow:30px 0 60px -20px rgba(0,0,0,.4)}.portal-shell .pp-app.sidebar-open .sidebar{transform:translateX(0)}.portal-shell .sidebar-scrim{display:block;position:fixed;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity var(--d-base);z-index:25}.portal-shell .pp-app.sidebar-open .sidebar-scrim{opacity:1;pointer-events:auto}.portal-shell .topbar{padding:14px 18px}.portal-shell .topbar-search{display:none}.portal-shell .hide-mobile{display:none!important}.portal-shell .mobile-bar{display:inline-flex}.portal-shell .page{padding:20px 18px 100px}}@media (max-width:720px){.portal-shell .page-head{flex-direction:column;align-items:flex-start}.portal-shell .page-title{font-size:clamp(24px,7vw,32px)}.portal-shell .page{padding:16px 14px 100px}.portal-shell .pp-app>main>:not(.page):not(.topbar){padding:14px 14px 80px}.portal-shell .card-pad{padding:18px}.portal-shell .tbl-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.portal-shell .tbl{font-size:12px}.portal-shell .tbl td,.portal-shell .tbl th{padding:10px}}@media (max-width:380px){.portal-shell .page{padding:12px 10px 100px}.portal-shell .page-title{font-size:22px;letter-spacing:-.01em}.portal-shell .card-pad{padding:14px}}.portal-shell .bubble{padding:10px 14px;border-radius:14px;font-size:13px;line-height:1.45;max-width:92%;word-wrap:break-word}.portal-shell .bubble-caller{align-self:flex-end;background:var(--bg-3);color:var(--fg);border:1px solid var(--line)}.portal-shell .bubble-ai{align-self:flex-start;background:color-mix(in oklab,var(--accent-a) 14%,var(--bg-3));color:var(--fg);border:1px solid color-mix(in oklab,var(--accent-a) 28%,transparent)}html.light .portal-shell .bubble-ai{background:color-mix(in oklab,var(--accent-a) 8%,var(--bg-2));border-color:color-mix(in oklab,var(--accent-a) 22%,transparent)}.portal-shell .bubble .who{display:block;font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-faint);margin-bottom:6px}.portal-shell .auth-page{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}@media (max-width:960px){.portal-shell .auth-page{grid-template-columns:1fr}.portal-shell .auth-visual{display:none!important}}.portal-shell .auth-form-wrap{display:flex;flex-direction:column;justify-content:space-between;padding:40px clamp(24px,6vw,80px);background:var(--bg);position:relative;min-height:100vh}.portal-shell .auth-visual{position:relative;overflow:hidden;background:var(--bg-rail);border-left:1px solid var(--line);display:flex;align-items:center;justify-content:center;padding:clamp(32px,5vw,64px)}.portal-shell .auth-visual:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 35%,color-mix(in oklab,var(--accent-a) 18%,transparent),transparent 60%);pointer-events:none}.portal-shell .auth-form{display:flex;flex-direction:column;gap:18px}.portal-shell .auth-foot{font-family:var(--mono);font-size:10px;color:var(--fg-mute);letter-spacing:.06em;text-transform:uppercase}.portal-shell .text-gray-100,.portal-shell .text-gray-200,.portal-shell .text-gray-300,.portal-shell .text-white,.portal-shell .text-zinc-100,.portal-shell .text-zinc-200,.portal-shell .text-zinc-300{color:var(--fg)!important}.portal-shell .text-gray-400,.portal-shell .text-zinc-400{color:var(--fg-dim)!important}.portal-shell .text-gray-500,.portal-shell .text-gray-600,.portal-shell .text-zinc-500,.portal-shell .text-zinc-600{color:var(--fg-faint)!important}.portal-shell .bg-\[\#0a0a0f\],.portal-shell .bg-\[\#0a0f1c\]{background-color:var(--bg)!important}.portal-shell .bg-white\/5{background-color:var(--bg-2)!important}.portal-shell .bg-white\/10{background-color:var(--bg-3)!important}.portal-shell .bg-white\/\[0\.02\],.portal-shell .bg-white\/\[0\.04\],.portal-shell .bg-white\/\[0\.05\]{background-color:var(--bg-2)!important}.portal-shell .border-white\/10,.portal-shell .border-white\/5{border-color:var(--line)!important}.portal-shell .border-white\/15,.portal-shell .border-white\/20{border-color:var(--line-2)!important}.portal-shell .divide-white\/10>*,.portal-shell .divide-white\/5>*{border-color:var(--line)!important}.portal-shell .bg-blue-600{background-color:var(--accent-b)!important;color:#fff!important}.portal-shell .hover\:bg-blue-700:hover{background-color:var(--accent-mix)!important}.portal-shell .text-blue-300,.portal-shell .text-blue-400{color:var(--accent-mix)!important}.portal-shell .bg-blue-500\/10{background-color:color-mix(in oklab,var(--accent-a) 12%,transparent)!important}.portal-shell .bg-blue-500\/15{background-color:color-mix(in oklab,var(--accent-a) 18%,transparent)!important}.portal-shell .bg-blue-500\/20{background-color:color-mix(in oklab,var(--accent-a) 22%,transparent)!important}.portal-shell .border-blue-500\/20{border-color:color-mix(in oklab,var(--accent-a) 32%,transparent)!important}.portal-shell .bg-zinc-900{background-color:var(--bg-3)!important;color:var(--fg)!important}.portal-shell .border-zinc-700{border-color:var(--line)!important}.portal-shell .border-zinc-700:focus,.portal-shell .focus\:border-blue-500:focus{border-color:color-mix(in oklab,var(--accent-a) 60%,var(--line-2))!important}.portal-shell .placeholder-zinc-500::-moz-placeholder{color:var(--fg-faint)!important}.portal-shell .placeholder-zinc-500::placeholder{color:var(--fg-faint)!important}.portal-shell .text-zinc-300{color:var(--fg)!important}.portal-shell .bg-zinc-800,.portal-shell .bg-zinc-800\/50,.portal-shell .bg-zinc-900\/50{background-color:var(--bg-3)!important}.portal-shell .bg-zinc-700{background-color:var(--bg-elev)!important;color:var(--fg-dim)!important}.portal-shell .border-zinc-800{border-color:var(--line)!important}.portal-shell .border-zinc-600,.portal-shell .hover\:border-zinc-600:hover{border-color:var(--line-2)!important}.portal-shell .hover\:bg-zinc-700:hover{background-color:var(--bg-elev)!important}.portal-shell .hover\:text-zinc-200:hover,.portal-shell .text-zinc-200{color:var(--fg)!important}.portal-shell .grid-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.portal-shell .pp-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:24px}.portal-shell .pp-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.portal-shell .pp-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media (max-width:880px){.portal-shell .pp-grid-2,.portal-shell .pp-grid-3,.portal-shell .pp-grid-4{grid-template-columns:1fr}}@media (max-width:720px){.portal-shell .grid-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.portal-shell .grid-stats .card-pad>div:nth-child(2){font-size:26px!important}}@media (max-width:360px){.portal-shell .grid-stats{grid-template-columns:1fr}}@media (max-width:480px){.portal-shell .peak-hours-grid{grid-template-columns:repeat(8,1fr)!important;gap:3px!important}}