:root{--font-family:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--type-page:clamp(1.65rem, 2.5vw, 2rem);--type-section:1.375rem;--type-card:1rem;--type-body:.9375rem;--type-label:.8125rem;--type-caption:.75rem;--type-metric:2rem;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--radius-sm:8px;--radius-md:12px;--radius:16px;--radius-lg:24px;--icon-sm:16px;--icon-md:20px;--icon-lg:24px;--breakpoint-phone:680px;--breakpoint-tablet:1000px;--breakpoint-wide:1440px;--motion-fast:.12s;--motion-normal:.18s;--canvas:#f5f6f7;--white:#fff;--surface-2:#edf1f2;--ink:#172326;--muted:#526267;--green:#145b60;--on-primary:#fff;--lime:#d4eae8;--line:#cbd5d8;--sidebar:#172b30;--sidebar-ink:#e1eded;--focus:#267a81;--success:#216344;--success-bg:#eaf5ef;--warning:#775119;--warning-bg:#fff3d9;--danger:#a33236;--danger-bg:#fff0f0;--info:#245d91;--info-bg:#eaf3fc;--overlay:#09171db3;--shadow:0 6px 24px #1723260a;--shadow-raised:0 16px 44px #17232624;--border:1px solid var(--line);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--canvas:#11191c;--white:#19252a;--surface-2:#223238;--ink:#f1f5f5;--muted:#b3c2c5;--green:#86d2d0;--on-primary:#11272b;--lime:#26464a;--line:#41575e;--sidebar:#142025;--sidebar-ink:#e1eded;--focus:#9ce3e0;--success:#8ed4ae;--success-bg:#17392b;--warning:#f1ce86;--warning-bg:#42341c;--danger:#ffb2b6;--danger-bg:#42262b;--info:#a5cef6;--info-bg:#203548;--shadow:0 6px 24px #0002;--shadow-raised:0 16px 44px #0005;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}
.beyel-brand{color:var(--ink);white-space:nowrap;align-items:center;gap:12px;display:inline-flex}.beyel-monogram{background:var(--green);width:40px;height:40px;color:var(--on-primary);border-radius:var(--radius-md);letter-spacing:-.5px;flex-shrink:0;place-items:center;font-size:15px;font-weight:750;display:grid}.beyel-wordmark{letter-spacing:2px;font-size:23px;font-weight:750}.theme-select{font-size:var(--type-caption);flex-direction:column;gap:3px;min-width:80px;margin:0;display:flex}.theme-select select{max-width:110px;min-height:36px;padding:6px 8px}.beyel-metric{font-size:var(--type-metric);font-variant-numeric:tabular-nums;margin:12px 0;display:block}.beyel-table-scroll{max-width:100%;overflow:auto}.beyel-table-scroll table{border-collapse:collapse;width:100%}.beyel-table-scroll th,.beyel-table-scroll td{text-align:left;border-bottom:var(--border);padding:12px}.beyel-table-scroll caption{text-align:left;padding:12px;font-weight:600}.beyel-empty{text-align:center;border:1px dashed var(--line);border-radius:var(--radius);color:var(--muted);padding:32px 20px}.beyel-badge{font-size:var(--type-caption);background:var(--surface-2);color:var(--ink);border-radius:20px;align-items:center;padding:4px 9px;font-weight:600;display:inline-flex}.tone-success{background:var(--success-bg);color:var(--success)}.tone-warning{background:var(--warning-bg);color:var(--warning)}.tone-danger{background:var(--danger-bg);color:var(--danger)}.tone-info{background:var(--info-bg);color:var(--info)}.beyel-skeleton{gap:12px;padding:20px;display:grid}.beyel-skeleton span{background:var(--surface-2);border-radius:8px;height:18px}.beyel-skeleton span:last-child{width:60%}.beyel-pagination,.beyel-tabs{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.beyel-tabs button{border:var(--border);background:var(--white);color:var(--ink);border-radius:var(--radius-sm);padding:12px}.beyel-tabs [aria-selected=true]{background:var(--green);color:var(--on-primary)}.beyel-dialog{background:var(--white);color:var(--ink);border:var(--border);border-radius:var(--radius);width:min(560px,100vw - 32px);max-height:85svh;box-shadow:var(--shadow-raised);padding:24px}.beyel-dialog::backdrop{background:var(--overlay)}.beyel-dialog header{justify-content:space-between;align-items:center;gap:16px;display:flex}.beyel-drawer{border-radius:var(--radius) 0 0 var(--radius);height:100svh;max-height:100svh;margin:0 0 0 auto}.beyel-dropdown{position:relative}.beyel-dropdown summary{cursor:pointer;border:var(--border);border-radius:var(--radius-sm);padding:10px}.beyel-dropdown>div{z-index:30;background:var(--white);border:var(--border);min-width:180px;box-shadow:var(--shadow-raised);padding:12px;position:absolute;right:0}
html .bottom-nav .nav-item:hover{background:var(--surface-2);color:var(--ink)}html body{font-family:var(--font-family);font-size:var(--type-body);color:var(--ink);background:var(--canvas)}html h1{font-size:var(--type-page);letter-spacing:-.7px;line-height:1.2}html h2{font-size:var(--type-section)}html h3{font-size:var(--type-card)}html .surface{background:var(--white);box-shadow:var(--shadow);border-radius:var(--radius)}html input,html select,html textarea{background:var(--white);color:var(--ink);border-color:var(--line);min-width:0;max-width:100%}html input[type=checkbox],html input[type=radio]{accent-color:var(--green);flex-shrink:0;width:18px;height:18px;min-height:18px}html :is(button,a,input,select,textarea,summary,[tabindex]):focus-visible{outline:3px solid var(--focus);outline-offset:3px}html :is(button,summary){touch-action:manipulation}html .primary{background:var(--green);color:var(--on-primary);transition:filter var(--motion-fast)}html .primary:hover{background:var(--green);filter:brightness(.94)}html .secondary{background:var(--white);color:var(--ink)}html .app-shell .sidebar{background:var(--white);color:var(--ink);border-right:var(--border)}html .sidebar :is(.workspace-tag,.nav-heading,.sidebar-footer small,.sidebar-footer button){color:var(--muted)}html .sidebar .sidebar-footer strong{color:var(--ink)}html .sidebar .workspace-tag{border:var(--border);background:var(--surface-2)}html .sidebar .nav-item{color:var(--muted)}html .sidebar .nav-item:hover{background:var(--surface-2);color:var(--ink)}html .sidebar .nav-item.selected{background:var(--lime);color:var(--green)}html .topbar{background:var(--white);border-color:var(--line);gap:16px}html .bottom-nav{background:var(--white);border-color:var(--line)}html .bottom-nav .nav-item.selected{background:var(--lime);color:var(--green)}html .notification-popover,html .quick-actions>div,html .quick-actions summary{background:var(--white);color:var(--ink);border-color:var(--line)}html .page-heading .eyebrow{color:var(--muted)}html .skeleton{background:var(--surface-2);animation:none}html .alert.error{background:var(--danger-bg);color:var(--danger);border-color:var(--danger)}html .alert.success{background:var(--success-bg);color:var(--success);border-color:var(--success)}html .alert.neutral{background:var(--surface-2);color:var(--muted)}html .brand{color:var(--ink)}html .loading-page{gap:20px}@media (max-width:680px){html .topbar{height:auto;min-height:76px;padding:12px 16px}html .topbar-left{flex:1;min-width:0}html .context-select{min-width:0}html .context-select select{text-overflow:ellipsis;width:100%}html .context-select label{min-width:0}html .topbar-actions{margin-left:auto}html .theme-select{min-width:72px}html .content{min-width:0}html .page-heading h1{overflow-wrap:anywhere}html .form-grid{grid-template-columns:minmax(0,1fr)}}@media (prefers-reduced-motion:reduce){html *,html :before,html :after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
:root{font-family:var(--font-family);color:var(--ink);background:var(--canvas);font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.55;cursor:wait}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--line);outline-offset:3px}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-1.2px;margin-bottom:9px;font-size:32px;font-weight:600}h2{letter-spacing:-.6px;font-size:22px;font-weight:600}h3{font-size:16px;font-weight:600}p{line-height:1.65}.muted{color:var(--muted);font-size:14px}.eyebrow{color:var(--muted);letter-spacing:1.9px;margin-bottom:12px;font-size:10px;font-weight:700;display:block}.eyebrow.light{color:var(--success)}.brand{letter-spacing:-.5px;color:var(--on-primary);white-space:nowrap;align-items:center;gap:11px;font-size:18px;font-weight:650;display:flex}.brand-mark{background:var(--lime);width:39px;height:39px;color:var(--green);border-radius:12px;flex-shrink:0;place-items:center;display:grid}.brand.dark{color:var(--ink)}.surface{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:26px}.primary,.secondary,.light-button{border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:12px;min-height:46px;padding:12px 20px;font-size:13px;font-weight:600;display:inline-flex}.primary{background:var(--green);color:var(--on-primary)}.primary:hover{background:var(--green)}.secondary{background:var(--white);border-color:var(--line);color:var(--ink)}.secondary:hover{background:var(--canvas)}.light-button{background:var(--lime);color:var(--green)}.wide{width:100%}.text-button{color:var(--green);background:0 0;border:0;padding:8px 0;font-size:13px;font-weight:600}.icon-button{border:1px solid var(--line);width:42px;height:42px;color:var(--muted);background:0 0;border-radius:12px;place-items:center;display:grid}label{flex-direction:column;gap:8px;margin-bottom:20px;font-size:12px;font-weight:600;display:flex}label small{color:var(--muted);font-weight:400}input,select,textarea{border:1px solid var(--line);background:var(--white);width:100%;color:var(--ink);border-radius:9px;min-height:46px;padding:11px 13px;font-size:14px}input::placeholder{color:var(--muted)}input[type=file]{padding:12px;font-size:12px}textarea{resize:vertical;min-height:90px}.form-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.alert{border-radius:10px;margin-bottom:18px;padding:13px 15px;font-size:13px;line-height:1.6}.alert.error{color:var(--danger);background:var(--danger-bg);border:1px solid var(--line)}.alert.success{color:var(--success);background:var(--success-bg);border:1px solid var(--line)}.alert.neutral{background:var(--success-bg);color:var(--muted)}.auth-layout{grid-template-columns:1fr 1fr;min-height:100svh;display:grid}.auth-story{background:var(--green);color:var(--on-primary);flex-direction:column;justify-content:space-between;gap:70px;padding:48px 64px;display:flex;position:relative;overflow:hidden}.auth-story:after{content:"";pointer-events:none;border:1px solid #ffffff10;border-radius:50%;width:540px;height:540px;position:absolute;bottom:-340px;left:-80px;box-shadow:0 0 0 70px #ffffff03,0 0 0 140px #ffffff03}.auth-story h1{letter-spacing:-2px;margin:26px 0;font-size:clamp(34px,3.2vw,52px);line-height:1.16}.auth-story h1 span{color:var(--lime)}.auth-story p{max-width:390px;color:var(--muted);font-size:15px}.auth-story small{color:var(--muted);font-size:11px}.story-note{color:var(--success);align-items:center;gap:13px;max-width:340px;margin-top:45px;font-size:12px;display:flex}.story-note svg{flex-shrink:0}.auth-panel{background:var(--success-bg);justify-content:center;align-items:center;padding:50px;display:flex}.auth-card{width:100%;max-width:390px}.auth-card h2{margin-bottom:12px;font-size:30px}.auth-card form{margin-top:30px}.forgot-link{margin:-8px 0 20px auto;display:block}.separator{color:var(--muted);align-items:center;gap:16px;margin:24px 0;font-size:11px;display:flex}.separator:before,.separator:after{content:"";background:var(--line);flex:1;height:1px}.google-letter{font-size:18px;font-weight:700}.auth-footer{text-align:center;color:var(--muted);margin-top:28px;font-size:12px}.mobile-brand{display:none}.onboarding{min-height:100svh}.onboarding-top{background:var(--white);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:92px;padding:0 6%;display:flex}.onboarding-layout{grid-template-columns:.8fr 1.2fr;gap:90px;max-width:1080px;margin:64px auto;padding:0 30px;display:grid}.onboarding-layout aside h1{font-size:38px;line-height:1.15}.steps{gap:22px;margin:35px 0;padding:0;list-style:none;display:grid}.steps li{color:var(--muted);align-items:center;gap:14px;font-size:13px;display:flex}.steps li>span{border:1px solid var(--line);border-radius:50%;place-items:center;width:33px;height:33px;font-size:12px;display:grid}.steps li.active{color:var(--green);font-weight:600}.steps li.active>span{background:var(--green);color:var(--on-primary)}.onboarding-note{background:var(--success-bg);color:var(--muted);border-radius:15px;align-items:center;gap:14px;padding:20px;font-size:12px;display:flex}.onboarding-note svg{flex-shrink:0}.onboarding-note p{margin:0}.onboarding-form{padding:34px}.onboarding-form h2{margin-bottom:30px}fieldset{border:0;min-width:0;margin:0;padding:0}.form-actions{justify-content:flex-end;gap:12px;margin-top:28px;display:flex}.app-shell{grid-template-columns:248px minmax(0,1fr);min-height:100svh;display:grid}.sidebar{background:var(--green);color:var(--muted);flex-direction:column;height:100svh;padding:29px 18px 20px;display:flex;position:sticky;top:0;overflow:auto}.sidebar>.brand{padding:0 9px}.workspace-tag{color:var(--muted);border:1px solid #ffffff19;border-radius:9px;align-items:center;gap:8px;margin:25px 9px 28px;padding:11px 12px;font-size:10px;display:flex}.live-dot{background:var(--green);border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block}.nav-heading{color:var(--muted);letter-spacing:1.7px;margin:0 14px 13px;font-size:9px}.sidebar nav{gap:3px;display:grid}.nav-item{min-height:41px;color:var(--muted);text-align:left;white-space:nowrap;background:0 0;border:0;border-radius:9px;align-items:center;gap:12px;padding:10px 14px;font-size:12px;display:flex}.nav-item:hover{color:var(--on-primary);background:#ffffff0b}.nav-item.selected{background:var(--lime);color:var(--green);font-weight:650}.nav-dot{background:var(--green);border-radius:50%;width:5px;height:5px;margin-left:auto}.sidebar-footer{align-items:center;gap:10px;margin-top:auto;padding:24px 5px 0;display:flex}.avatar{background:var(--success-bg);width:36px;height:36px;color:var(--green);border-radius:50%;flex-shrink:0;place-items:center;font-size:13px;font-weight:600;display:grid}.sidebar-footer strong{color:var(--on-primary);font-size:11px;display:block}.sidebar-footer small{color:var(--muted);margin-top:5px;font-size:9px;display:block}.sidebar-footer button{color:var(--muted);background:0 0;border:0;margin-left:auto;padding:10px}.workspace{min-width:0;position:relative}.topbar{background:var(--white);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;height:88px;padding:0 40px;display:flex}.topbar-left{align-items:center;gap:17px;min-width:0;display:flex}.context-select{min-width:0;max-width:220px}.context-select label{letter-spacing:1.4px;color:var(--muted);gap:2px;margin:0;font-size:8px}.context-select select{letter-spacing:0;text-overflow:ellipsis;background:0 0;border:0;max-width:100%;min-height:30px;padding:0 18px 0 0;font-size:12px;font-weight:600;overflow:hidden}.context-chevron{color:var(--muted);flex-shrink:0}.topbar-actions{align-items:center;gap:15px;display:flex}.profile-button{border:0;width:38px;height:38px}.mobile-logout{display:none}.content{max-width:1440px;margin:auto;padding:35px 40px 0}.page-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px;display:flex}.page-heading .eyebrow{margin-bottom:9px;font-size:9px}.page-heading h1{font-size:29px}.page-heading p{margin:0;font-size:12px}.status-pill{background:var(--success-bg);color:var(--success);border:1px solid var(--line);white-space:nowrap;border-radius:30px;align-items:center;gap:7px;padding:8px 11px;font-size:10px;display:flex}.welcome-card{background:var(--green);color:var(--on-primary);border-radius:20px;justify-content:space-between;align-items:center;gap:25px;padding:32px 38px;display:flex;overflow:hidden}.welcome-card h2{letter-spacing:-.9px;margin:0 0 12px;font-size:29px}.welcome-card p{color:var(--success);max-width:440px;margin-bottom:23px;font-size:13px}.welcome-card .eyebrow{font-size:9px}.welcome-card .light-button{min-height:40px;padding:10px 15px;font-size:11px}.welcome-art{width:170px;height:170px;color:var(--success);flex-shrink:0;place-items:center;display:grid;position:relative}.art-ring{border:1px solid #d9edb035;border-radius:50%;position:absolute;inset:0;transform:rotate(-20deg);box-shadow:0 0 0 25px #d9edb005,0 0 0 50px #d9edb005}.art-ring:after{content:"";border:1px dashed #d9edb033;border-radius:50%;position:absolute;inset:18px}.art-badge{background:var(--lime);color:var(--green);border:6px solid var(--green);border-radius:50%;padding:10px;position:absolute;bottom:10px;right:5px}.section-heading{justify-content:space-between;align-items:center;gap:15px;margin:28px 0 17px;display:flex}.section-heading h2{letter-spacing:-.4px;margin:0;font-size:16px}.section-heading .muted{font-size:10px}.setup-cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.setup-card{text-align:left;padding:23px;transition:transform .18s,border-color .18s}.setup-card:hover{border-color:var(--line);transform:translateY(-3px)}.tile-icon{background:var(--success-bg);width:45px;height:45px;color:var(--success);border-radius:13px;place-items:center;margin-bottom:20px;display:grid}.setup-card h3{margin-bottom:9px;font-size:14px}.setup-card p{color:var(--muted);max-width:220px;margin-bottom:20px;font-size:11px}.card-link{color:var(--success);justify-content:space-between;align-items:center;font-size:10px;font-weight:600;display:flex}.dashboard-grid{grid-template-columns:1.3fr 1fr;gap:18px;margin-top:23px;display:grid}.dashboard-grid .surface{padding:23px}.dashboard-grid .section-heading{margin:0}.subtle-badge{color:var(--muted);background:var(--success-bg);border-radius:6px;padding:5px 9px;font-size:9px}.empty-inline{text-align:center;color:var(--muted);flex-direction:column;align-items:center;padding:29px 15px 10px;display:flex}.empty-inline h3{color:var(--muted);margin:15px 0 8px;font-size:13px}.empty-inline p{color:var(--muted);max-width:330px;margin:0;font-size:11px}.details-panel h2,.settings-panel h2{margin-bottom:15px;font-size:16px}dl{margin:0}dl>div{border-bottom:1px solid var(--line);justify-content:space-between;gap:20px;padding:13px 0;font-size:11px;display:flex}dt{color:var(--muted);flex-shrink:0}dd{text-align:right;overflow-wrap:anywhere;color:var(--muted);margin:0}.secure-note{color:var(--muted);align-items:center;gap:8px;margin-top:20px;font-size:10px;display:flex}.content-footer{color:var(--muted);justify-content:space-between;padding:25px 0;font-size:9px;display:flex}.bottom-nav{display:none}.notification-popover{z-index:10;border:1px solid var(--line);background:var(--white);border-radius:12px;max-width:300px;padding:20px;font-size:12px;position:absolute;top:74px;right:35px;box-shadow:0 10px 30px #233b2512}.module-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:15px;min-height:400px;display:flex}.large-icon{background:var(--success-bg);width:80px;height:80px;color:var(--success);border-radius:24px;place-items:center;margin-bottom:8px;display:grid}.module-empty h2{margin:0}.module-empty p{color:var(--muted);max-width:330px;font-size:13px}.more-grid{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.more-item{text-align:left;color:var(--green);align-items:center;gap:15px;font-size:13px;display:flex}.more-item svg:last-child{margin-left:auto}.settings-panel{max-width:800px}.settings-panel dl>div{padding:19px 0;font-size:13px}.settings-panel>p{margin-top:24px}.logo-upload{margin-top:25px}.loading-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:100svh;padding:30px;display:flex}.loading-page .surface{max-width:550px}.loading-page p{color:var(--muted);font-size:14px}.skeleton{background:linear-gradient(90deg, var(--success-bg), var(--success-bg), var(--success-bg));background-size:200% 100%;border-radius:18px;width:250px;height:90px;animation:1.5s infinite shimmer}@keyframes shimmer{to{background-position:-200% 0}}.collapsed{grid-template-columns:82px minmax(0,1fr)}.collapsed .sidebar{padding:28px 12px}.collapsed .sidebar .brand>span:last-child,.collapsed .workspace-tag,.collapsed .nav-heading,.collapsed .sidebar .nav-item>span,.collapsed .sidebar-footer{display:none}.collapsed .sidebar .brand{justify-content:center;margin-bottom:33px;padding:0}.collapsed .sidebar .nav-item{justify-content:center;min-height:45px;padding:12px}@media (min-width:1600px){.content{padding-top:44px}.welcome-card{padding:40px}.setup-card{padding:28px}.sidebar nav{gap:6px}.nav-item{min-height:45px}}@media (max-width:1150px){.app-shell{grid-template-columns:210px minmax(0,1fr)}.sidebar{padding-left:12px;padding-right:12px}.sidebar>.brand{font-size:15px}.content{padding:28px 25px 0}.topbar{padding:0 25px}.setup-card{padding:20px}.welcome-card{padding:28px}.welcome-art{width:120px;height:120px}.dashboard-grid{grid-template-columns:1fr 1fr}.auth-story{padding:40px}.onboarding-layout{gap:45px}.collapsed{grid-template-columns:82px minmax(0,1fr)}}@media (min-width:768px) and (max-width:950px){.app-shell{grid-template-columns:82px minmax(0,1fr)}.sidebar{padding:28px 12px}.sidebar .brand>span:last-child,.workspace-tag,.nav-heading,.sidebar .nav-item>span,.sidebar-footer{display:none}.sidebar .brand{justify-content:center;margin-bottom:33px;padding:0}.sidebar .nav-item{justify-content:center;min-height:45px;padding:12px}.collapsed{grid-template-columns:210px minmax(0,1fr)}.collapsed .sidebar .brand>span:last-child,.collapsed .sidebar .nav-item>span{display:block}.collapsed .sidebar .nav-item{justify-content:flex-start}.collapsed .sidebar .brand{font-size:14px}.dashboard-grid{grid-template-columns:1fr}.welcome-art{display:none}.setup-cards{gap:12px}.setup-card{padding:18px}}@media (max-width:767px){h1{font-size:27px}.auth-layout{display:block}.auth-story{display:none}.auth-panel{min-height:100svh;padding:34px 25px}.mobile-brand{color:var(--green);margin-bottom:60px;font-size:18px;font-weight:700;display:block}.auth-card h2{font-size:28px}.onboarding-top{height:75px;padding:0 22px}.onboarding-top .brand{font-size:16px}.onboarding-layout{margin:32px auto;padding:0 20px;display:block}.onboarding-layout aside h1{font-size:30px}.onboarding-layout aside>.muted{font-size:12px}.steps{justify-content:space-between;gap:15px;margin:25px 0;display:flex}.steps li{text-align:center;flex-direction:column;flex:1;gap:6px;font-size:10px}.steps li>span{width:29px;height:29px}.onboarding-note{display:none}.onboarding-form{padding:25px 20px}.onboarding-form h2{font-size:21px}.form-grid{gap:12px}.app-shell,.app-shell.collapsed{display:block}.sidebar{display:none}.topbar{height:78px;padding:0 18px;padding-top:env(safe-area-inset-top);gap:10px}.sidebar-toggle,.context-chevron{display:none}.topbar-left{flex:1;gap:14px;overflow:hidden}.context-select{flex:1;max-width:155px}.context-select select{font-size:11px}.context-select label{letter-spacing:1px;font-size:7px}.topbar-actions{gap:7px}.topbar-actions .icon-button{border:0;width:34px;height:34px}.profile-button{width:30px;height:30px;font-size:11px}.mobile-logout{display:grid}.content{padding:25px 18px 85px}.page-heading{gap:10px;margin-bottom:21px}.page-heading h1{font-size:26px}.page-heading .status-pill{display:none}.page-heading p{font-size:11px}.welcome-card{border-radius:17px;padding:25px 23px}.welcome-card h2{font-size:25px}.welcome-card p{max-width:290px;font-size:12px}.welcome-art{display:none}.welcome-card .light-button{font-size:10px}.setup-cards{grid-template-columns:1fr;gap:12px}.setup-card{grid-template-columns:43px 1fr 22px;align-items:center;gap:0 15px;padding:20px;display:grid}.tile-icon{grid-row:1/3;width:43px;height:43px;margin:0}.setup-card h3{margin:0 0 6px;font-size:13px}.setup-card p{grid-column:2;max-width:none;margin:0;font-size:10px}.card-link{grid-area:1/3/3;font-size:0}.section-heading{margin-top:25px}.section-heading h2{font-size:15px}.section-heading .muted{font-size:9px}.dashboard-grid{grid-template-columns:1fr;gap:14px;margin-top:18px}.dashboard-grid .surface{padding:22px}.empty-inline{padding-top:25px}.bottom-nav{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--line);padding:9px 8px calc(9px + env(safe-area-inset-bottom));background:#fffffff5;grid-template-columns:repeat(5,minmax(0,1fr));display:grid;position:fixed;bottom:0;left:0;right:0}.bottom-nav .nav-item{min-height:48px;color:var(--muted);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:6px 3px;font-size:9px;display:flex}.bottom-nav .nav-item.selected{color:var(--green);background:var(--success-bg)}.bottom-nav .nav-dot{display:none}.more-grid{grid-template-columns:1fr 1fr;gap:11px}.more-item{flex-direction:column;gap:12px;padding:20px 14px;font-size:12px}.more-item svg:last-child{display:none}.module-empty{min-height:370px;padding:30px 20px}.settings-panel{padding:23px}.settings-panel dl>div{font-size:11px}.notification-popover{top:70px;right:15px}.content-footer{font-size:8px}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}.quick-actions{position:relative}.quick-actions summary{cursor:pointer;border:1px solid var(--line);background:var(--white);white-space:nowrap;border-radius:8px;padding:10px}.quick-actions>div{z-index:25;background:var(--white);border:1px solid var(--line);border-radius:10px;gap:8px;min-width:180px;padding:10px;display:grid;position:absolute;top:100%;right:0;box-shadow:0 8px 24px #0001}@media (max-width:680px){.topbar{flex-wrap:wrap}.topbar .ops-search{order:3;width:100%}.page-heading{flex-wrap:wrap;gap:12px}}
