.Layout-module__SBeGtq__shell{background:var(--bg);flex-direction:column;min-height:100vh;display:flex}.Layout-module__SBeGtq__header{z-index:40;background:var(--header-bg);-webkit-backdrop-filter:var(--glass-blur);border-bottom:1px solid var(--border);position:sticky;top:0}.Layout-module__SBeGtq__headerInner{width:min(1680px,100% - 32px);max-width:3789px;height:var(--header-h);align-items:center;gap:12px;min-width:0;margin:0 auto;padding:0 4px;display:flex}.Layout-module__SBeGtq__brand{align-items:center;display:inline-flex}.Layout-module__SBeGtq__brandLogo{object-fit:contain;object-position:left center;width:min(220px,48vw);height:44px;display:block}.Layout-module__SBeGtq__headerActions{align-items:center;gap:10px;margin-left:auto;display:flex}.Layout-module__SBeGtq__ghostBtn,.Layout-module__SBeGtq__goldBtn{min-height:38px;font-size:var(--font-small);white-space:nowrap;border-radius:999px;align-items:center;padding:0 18px;font-weight:700;display:inline-flex}.Layout-module__SBeGtq__ghostBtn{border:1px solid var(--border-strong);color:var(--text);background:0 0}.Layout-module__SBeGtq__goldBtn{background:var(--accent-grad);color:var(--on-accent);box-shadow:var(--accent-glow)}.Layout-module__SBeGtq__iconBtn{border:1px solid var(--border-strong);background:var(--bg-raised);width:38px;height:38px;color:var(--text);border-radius:50%;place-items:center;font-size:17px;display:grid}.Layout-module__SBeGtq__iconBtn:hover{border-color:var(--accent);color:var(--accent)}.Layout-module__SBeGtq__main{flex:1}.Layout-module__SBeGtq__shellApp{background:var(--bg);min-height:100vh;display:flex}.Layout-module__SBeGtq__backdrop{display:none}.Layout-module__SBeGtq__sidebarSlot{z-index:50;flex-shrink:0;align-self:flex-start;margin:12px 0 12px 12px;position:sticky;top:12px}.Layout-module__SBeGtq__sidebar{background:var(--bg-sidebar);border:1px solid var(--border);height:calc(100vh - 24px);box-shadow:var(--card-shadow);-webkit-backdrop-filter:var(--glass-blur);border-radius:24px;flex-direction:column;display:flex;overflow:hidden}.Layout-module__SBeGtq__sidebarTop{align-items:center;gap:8px;min-height:64px;padding:14px 10px 10px;display:flex}.Layout-module__SBeGtq__sidebarBrand{flex:1;align-items:center;gap:8px;min-width:0;display:flex;overflow:hidden}.Layout-module__SBeGtq__sidebarMark{object-fit:contain;object-position:center center;width:52px;height:36px}.Layout-module__SBeGtq__sidebarWordmark{object-fit:contain;object-position:left center;width:160px;height:38px}.Layout-module__SBeGtq__collapseBtn{border:1px solid var(--border);background:var(--bg-raised);width:28px;height:28px;color:var(--text-muted);box-shadow:var(--card-shadow);z-index:2;border-radius:50%;place-items:center;font-size:14px;display:grid;position:absolute;top:22px;right:-12px}.Layout-module__SBeGtq__collapseBtn:hover{color:var(--text);border-color:var(--accent)}.Layout-module__SBeGtq__sideNav{flex-direction:column;flex:1;gap:4px;padding:8px 10px;display:flex;overflow:hidden auto}.Layout-module__SBeGtq__sidebarFoot{border-top:1px solid var(--border);flex-direction:column;gap:4px;padding:10px 10px 16px;display:flex;overflow:hidden}.Layout-module__SBeGtq__sideLink{min-height:44px;color:var(--text-muted);font-weight:600;font-size:var(--font-small);text-align:left;white-space:nowrap;background:0 0;border:0;border-radius:14px;align-items:center;gap:12px;width:100%;padding:0 14px;display:flex;overflow:hidden}.Layout-module__SBeGtq__sideLink svg{flex:0 0 20px;font-size:20px}.Layout-module__SBeGtq__sideLink:hover{color:var(--text);background:var(--accent-soft)}.Layout-module__SBeGtq__sideLinkActive{background:var(--accent-grad);color:var(--on-accent);box-shadow:var(--accent-glow)}.Layout-module__SBeGtq__sideLinkActive:hover{color:var(--on-accent);background:var(--accent-grad)}.Layout-module__SBeGtq__sideLabel{opacity:0;pointer-events:none;width:0;overflow:hidden}.Layout-module__SBeGtq__sideLabel[data-expanded=true]{opacity:1;pointer-events:auto;width:auto}.Layout-module__SBeGtq__headerMobileBtn,.Layout-module__SBeGtq__bottomNav{display:none}.Layout-module__SBeGtq__appCol{flex-direction:column;flex:1;min-width:0;display:flex}.Layout-module__SBeGtq__appHeader{z-index:40;min-height:var(--header-h);background:var(--header-bg);-webkit-backdrop-filter:var(--glass-blur);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:14px 22px;display:flex;position:sticky;top:0}.Layout-module__SBeGtq__greeting{min-width:0}.Layout-module__SBeGtq__greeting h1{color:var(--text);margin:0 0 2px;font-size:clamp(18px,2.2vw,26px)}.Layout-module__SBeGtq__greeting p{color:var(--text-muted);font-size:var(--font-small);margin:0}.Layout-module__SBeGtq__headerUser{flex-shrink:0;align-items:center;gap:12px;display:flex}.Layout-module__SBeGtq__headerEmail{font-size:var(--font-small);color:var(--text);text-overflow:ellipsis;white-space:nowrap;max-width:240px;font-weight:600;overflow:hidden}.Layout-module__SBeGtq__avatar{background:var(--accent-grad);width:42px;height:42px;color:var(--on-accent);letter-spacing:.02em;box-shadow:var(--accent-glow);border-radius:50%;place-items:center;font-size:13px;font-weight:800;display:grid}.Layout-module__SBeGtq__appMain{flex:1;min-width:0}@media (max-width:768px){.Layout-module__SBeGtq__backdrop,.Layout-module__SBeGtq__sidebarSlot,.Layout-module__SBeGtq__collapseBtn{display:none!important}.Layout-module__SBeGtq__headerMobileBtn{display:grid}.Layout-module__SBeGtq__appCol{padding-left:0;padding-bottom:calc(var(--bottomnav-h) + env(safe-area-inset-bottom,0px))}.Layout-module__SBeGtq__appHeader{gap:10px;padding:12px 14px}.Layout-module__SBeGtq__greeting p,.Layout-module__SBeGtq__headerEmail{display:none}.Layout-module__SBeGtq__headerUser{gap:8px}.Layout-module__SBeGtq__bottomNav{z-index:50;background:var(--bg-raised);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom,0px);grid-template-columns:repeat(4,1fr);display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #0000001f}.Layout-module__SBeGtq__tab{height:var(--bottomnav-h);color:var(--text-dim);flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:10px;font-weight:600;display:flex}.Layout-module__SBeGtq__tab svg{font-size:19px}.Layout-module__SBeGtq__tabActive{color:var(--accent)}}@media (max-width:480px){.Layout-module__SBeGtq__headerInner{width:calc(100% - 16px)}.Layout-module__SBeGtq__brandLogo{width:min(150px,42vw);height:34px}.Layout-module__SBeGtq__ghostBtn,.Layout-module__SBeGtq__goldBtn{min-height:34px;padding:0 12px}.Layout-module__SBeGtq__headerEmail{display:none}.Layout-module__SBeGtq__headerMobileBtn{width:34px;height:34px;font-size:15px}.Layout-module__SBeGtq__greeting h1{font-size:17px}.Layout-module__SBeGtq__avatar{width:36px;height:36px;font-size:11px}}@media (min-width:1800px){.Layout-module__SBeGtq__appHeader{padding:18px 40px}}
:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#050a14;--bg-mid:#0e1c30;--bg-raised:#0e1c309e;--bg-input:#0a1628b8;--bg-sidebar:#081020b8;--bg-glow:radial-gradient(120% 80% at 50% 0%, #0e1c30 0%, #050a14 55%, #03060d 100%);--border:#00d4ff24;--border-strong:#007bff52;--text:#fff;--text-muted:#a0aec0;--text-dim:#7a8aa0;--accent:#00d4ff;--accent-hi:#4de4ff;--accent-soft:#007bff2e;--accent-grad:linear-gradient(135deg, #007bff 0%, #00d4ff 100%);--on-accent:#fff;--accent-glow:0 8px 26px -10px #00b4ffa6;--glow-strong:radial-gradient(closest-side, #00d4ff73, #007bff2e 45%, transparent 78%);--glow-soft:radial-gradient(closest-side, #00d4ff38, transparent 72%);--gold:var(--accent);--gold-strong:var(--accent-hi);--gold-dim:var(--accent-soft);--on-gold:var(--on-accent);--positive:#00ffa3;--negative:#ff5f5f;--card-shadow:0 12px 40px #0050b42e, 0 0 24px #00d4ff14;--header-bg:#050a14b8;--glass-blur:blur(18px);--radius:20px;--radius-sm:12px;--font-hero:40px;--font-h1:30px;--font-h2:22px;--font-h3:17px;--font-body:14px;--font-small:12.5px;--font-micro:11px;--header-h:72px;--sidebar-collapsed:84px;--sidebar-expanded:248px;--bottomnav-h:64px}html[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#eef4fb;--bg-mid:#e4edf8;--bg-raised:#ffffffb8;--bg-input:#ffffffdb;--bg-sidebar:#ffffffc7;--bg-glow:radial-gradient(120% 80% at 50% 0%, #e8f1fb 0%, #eef4fb 55%, #dce8f5 100%);--border:#007bff29;--border-strong:#007bff47;--text:#0b1a2e;--text-muted:#3b6cb5;--text-dim:#4d7cc4;--accent:#007bff;--accent-hi:#0066d6;--accent-soft:#007bff1f;--accent-grad:linear-gradient(135deg, #007bff 0%, #00b4e6 100%);--on-accent:#fff;--accent-glow:0 8px 26px -10px #007bff73;--glow-strong:radial-gradient(closest-side, #007bff38, #00d4ff1a 45%, transparent 78%);--glow-soft:radial-gradient(closest-side, #007bff1f, transparent 72%);--positive:#00b87a;--negative:#e24b4b;--card-shadow:0 12px 28px #143c781a;--header-bg:#eef4fbc7}@media (max-width:767px){:root{--font-hero:28px;--font-h1:23px;--font-h2:19px;--font-h3:16px;--header-h:64px;--sidebar-collapsed:72px;--bottomnav-h:62px}}*{box-sizing:border-box}html,body{background-color:var(--bg);background-image:var(--bg-glow);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:var(--font-body);-webkit-font-smoothing:antialiased;background-attachment:fixed;margin:0;padding:0;line-height:1.55}a{color:inherit;text-decoration:none}h1,h2,h3,h4{letter-spacing:-.01em;color:var(--text);margin:0 0 12px;font-family:Manrope,Inter,-apple-system,sans-serif;font-weight:700;line-height:1.18}h1{font-size:var(--font-h1)}h2{font-size:var(--font-h2)}h3{font-size:var(--font-h3)}p{color:var(--text);margin:0 0 12px}button{font-family:inherit;font-size:inherit;cursor:pointer}input,select{font-family:inherit;font-size:inherit;color:var(--text)}code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.92em}.tnum{font-variant-numeric:tabular-nums}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:4px}
