.tooltip-bubble{position:fixed;z-index:99999;padding:4px 8px;border-radius:6px;background:var(--panel-solid,#1c222b);color:var(--text,#f8fafc);font-size:.72rem;font-weight:500;line-height:1;white-space:nowrap;pointer-events:none;border:1px solid var(--line);box-shadow:0 4px 12px rgba(0,0,0,.18);transform:translateX(-50%);opacity:0;transition:opacity .12s ease;max-width:260px;overflow:hidden;text-overflow:ellipsis}.tooltip-bubble.is-visible{opacity:1}.ui-hint{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:none;border-radius:50%;background:transparent;color:var(--muted);opacity:.65;cursor:help;vertical-align:-3px;transition:opacity .12s,color .12s}.ui-hint.is-open,.ui-hint:focus-visible,.ui-hint:hover{opacity:1;color:var(--text)}.ui-hint-pop{max-width:280px;padding:8px 10px;border-radius:8px;background:var(--panel-solid,#1c222b);color:var(--text,#f8fafc);border:1px solid var(--line);box-shadow:0 8px 24px rgba(0,0,0,.18);font-size:.76rem;font-weight:400;line-height:1.45}:root{scrollbar-width:thin;scrollbar-color:rgba(120,130,142,.45) rgba(0,0,0,.04)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:rgba(0,0,0,.04);border-radius:999px}::-webkit-scrollbar-thumb{background:rgba(120,130,142,.45);border-radius:999px;border:2px solid transparent;background-clip:padding-box;min-height:28px}::-webkit-scrollbar-thumb:hover{background:rgba(99,108,120,.65);background-clip:padding-box}[data-theme=dark]{scrollbar-color:rgba(180,190,200,.35) rgba(255,255,255,.05)}[data-theme=dark] ::-webkit-scrollbar-track{background:rgba(255,255,255,.05)}[data-theme=dark] ::-webkit-scrollbar-thumb{background:rgba(180,190,200,.35);background-clip:padding-box}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:rgba(200,210,220,.55);background-clip:padding-box}.ui-scrollbar{scrollbar-width:auto;scrollbar-color:rgba(99,108,120,.55) transparent}.ui-scrollbar::-webkit-scrollbar{width:12px;height:12px}.ui-scrollbar::-webkit-scrollbar-track{background:transparent}.ui-scrollbar::-webkit-scrollbar-thumb{background:rgba(99,108,120,.55);border-radius:999px;border:3px solid transparent;background-clip:padding-box}.ui-scrollbar-thin{scrollbar-width:thin}.ui-scrollbar-thin::-webkit-scrollbar{width:8px;height:8px}.ui-scrollbar-minimal{scrollbar-width:thin;scrollbar-color:rgba(28,34,43,.28) transparent}.ui-scrollbar-minimal::-webkit-scrollbar{width:6px;height:6px}.ui-scrollbar-minimal::-webkit-scrollbar-thumb{background:rgba(28,34,43,.28);border:1px solid transparent;border-radius:999px;background-clip:padding-box}.ui-scrollbar-soft{scrollbar-width:thin;scrollbar-color:rgba(120,130,142,.45) rgba(255,255,255,.36)}.ui-scrollbar-soft::-webkit-scrollbar{width:10px;height:10px}.ui-scrollbar-soft::-webkit-scrollbar-track{background:rgba(255,255,255,.36);border-radius:999px}.ui-scrollbar-soft::-webkit-scrollbar-thumb{background:rgba(120,130,142,.45);border-radius:999px;border:2px solid rgba(255,255,255,.36);background-clip:padding-box}.ui-scrollbar-compact{scrollbar-width:thin;scrollbar-color:rgba(28,34,43,.6) transparent}.ui-scrollbar-compact::-webkit-scrollbar{width:4px;height:4px}.ui-scrollbar-compact::-webkit-scrollbar-thumb{background:rgba(28,34,43,.6);border-radius:999px}.ui-scrollbar-short::-webkit-scrollbar-thumb{min-height:28px}.ui-scrollbar-demo{max-height:180px;overflow:auto;padding-right:6px}.shell{width:min(1080px,calc(100vw - 32px));margin:0 auto;padding:28px 0 56px;position:relative}.page-stack{display:grid;grid-gap:18px;gap:18px}.shell-center{min-height:100vh;display:grid;place-items:center;padding:24px 0}.section-gap{margin-top:12px}.stack{display:grid;grid-gap:14px;gap:14px;margin-top:24px}.shell-wide{width:min(1560px,calc(100vw - 28px))}.site-nav-wrap{position:-webkit-sticky;position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:rgba(247,248,250,.86);border-bottom:1px solid rgba(24,28,34,.075)}.site-nav{display:flex;flex-wrap:wrap;gap:12px;align-items:center;padding-top:12px;padding-bottom:12px}.nav-link{text-decoration:none;color:var(--text);border:1px solid var(--line);background:rgba(255,255,255,.62);border-radius:999px;padding:10px 14px}.nav-link.active{background:var(--accent);color:#f8fafc;border-color:var(--accent)}.nav-form{margin-left:auto}body.app-shell-body{overflow-x:hidden}.app-layout{min-height:100vh;display:grid;grid-template-columns:240px minmax(0,1fr)}.app-sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;padding:18px;border-right:1px solid rgba(24,28,34,.075);background:rgba(247,248,250,.94);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:1}.app-sidebar-inner{height:100%;display:flex;flex-direction:column;gap:16px}.sidebar-top-card{position:relative;display:flex;align-items:center;gap:10px;gap:12px;padding:2px 0 14px;border-bottom:1px solid rgba(24,28,34,.08)}.sidebar-profile-menu{position:relative;flex:1 1 auto;min-width:0}.sidebar-notifications{position:relative;flex:0 0 auto}.sidebar-notifications-trigger{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid var(--line);border-radius:10px;background:radial-gradient(circle at top right,rgba(130,160,255,.16),transparent 44%),linear-gradient(180deg,rgba(255,255,255,.92),rgba(246,248,252,.88));color:var(--text);flex-shrink:0;box-shadow:0 10px 24px rgba(18,24,32,.06)}.sidebar-notifications-trigger:hover{transform:translateY(-1px);box-shadow:0 10px 18px rgba(18,24,32,.1)}.sidebar-notifications-trigger-icon{position:relative;width:100%;height:100%;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:transparent}.sidebar-notifications-trigger-icon svg{width:20px;height:20px;opacity:.88}.sidebar-notifications-badge{position:absolute;top:-6px;right:-6px;min-width:19px;height:19px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ff6b57;color:#fff;font-size:.7rem;font-weight:700;line-height:1;box-shadow:0 6px 14px rgba(255,107,87,.32)}.sidebar-notifications-panel{position:fixed;top:0;left:0;width:min(340px,calc(100vw - 32px));max-height:min(420px,calc(100vh - 32px));overflow:auto;padding:12px;border:1px solid var(--line);border-radius:22px;background:rgba(251,252,253,.98);box-shadow:0 26px 44px rgba(18,24,32,.16);z-index:1000}.sidebar-notifications-panel[hidden]{display:none!important}.sidebar-notifications-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:4px 4px 10px}.sidebar-notifications-panel-actions{display:flex;align-items:center;gap:8px}.sidebar-notifications-panel-head h3{margin:2px 0 0;font-size:.95rem}.sidebar-notifications-eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.68rem;color:var(--muted)}.sidebar-notifications-close{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid var(--line);background:rgba(255,255,255,.8);color:var(--text)}.sidebar-notifications-mark-all{padding:7px 10px;border-radius:10px;border:1px solid var(--line);background:rgba(255,255,255,.84);color:var(--muted);font-size:.72rem;font-weight:700}.sidebar-notifications-list{display:grid;grid-gap:10px;gap:10px}.sidebar-notification-card{display:grid;grid-gap:8px;gap:8px;padding:12px;border-radius:16px;border:1px solid rgba(24,28,34,.08);background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(244,247,251,.92))}.sidebar-notification-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.sidebar-notification-pill{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;background:rgba(27,37,59,.08);color:#344054;font-size:.7rem;font-weight:700}.sidebar-notification-dot{width:8px;height:8px;border-radius:999px;background:#ff6b57;box-shadow:0 0 0 5px rgba(255,107,87,.12)}.sidebar-notification-card strong{font-size:.88rem;line-height:1.25}.sidebar-notification-card.is-read{opacity:.72}.sidebar-notification-card p{margin:0;color:var(--muted);font-size:.78rem;line-height:1.45}.sidebar-notification-link{display:inline-flex;align-items:center;gap:6px;color:var(--accent);text-decoration:none;font-size:.78rem;font-weight:700}.sidebar-notification-link.is-muted{color:var(--muted)}.sidebar-notification-card.tone-attention{border-color:rgba(255,107,87,.22);background:radial-gradient(circle at top right,rgba(255,107,87,.12),transparent 42%),linear-gradient(180deg,rgba(255,251,250,.98),rgba(255,245,242,.94))}.sidebar-notification-card.tone-soft{border-color:rgba(111,136,178,.16)}.sidebar-notifications-empty{padding:10px 6px 2px;color:var(--muted);font-size:.78rem}.sidebar-profile-trigger{display:flex;align-items:center;gap:10px;width:100%;min-width:0;padding:5px 10px;border:1px solid var(--line);border-radius:10px;background:radial-gradient(circle at top right,rgba(130,160,255,.16),transparent 44%),linear-gradient(180deg,rgba(255,255,255,.92),rgba(246,248,252,.88));color:var(--text);box-shadow:0 10px 24px rgba(18,24,32,.06)}.sidebar-profile-trigger:hover{transform:translateY(-1px);box-shadow:0 10px 18px rgba(18,24,32,.1)}.sidebar-avatar{width:34px;height:34px;min-width:34px;min-height:34px;flex:0 0 34px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--accent);color:#f8fafc;font-weight:700;font-size:.88rem}.sidebar-profile-meta{display:grid;grid-gap:2px;gap:2px;text-align:left;min-width:0}.sidebar-profile-meta strong{font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-profile-meta span{color:var(--muted);font-size:.82rem}.sidebar-profile-dropdown{position:fixed;top:0;left:0;width:auto;max-width:calc(100vw - 32px);padding:10px;border:1px solid var(--line);border-radius:10px;background:#fbfcfd;box-shadow:0 22px 40px rgba(18,24,32,.12);display:grid;grid-gap:4px;gap:4px;z-index:1000}.sidebar-profile-dropdown[hidden]{display:none!important}.sidebar-dropdown-link{width:100%;display:flex;align-items:center;gap:8px;text-decoration:none;color:var(--text);background:transparent;border:0;border-radius:12px;padding:7px 12px;text-align:left;cursor:pointer}.sidebar-dropdown-link svg{flex-shrink:0;opacity:.5}.sidebar-dropdown-link:hover{background:rgba(24,28,34,.05)}.sidebar-dropdown-separator{height:1px;margin:10px 2px 6px;background:var(--line)}.sidebar-dropdown-link-danger{color:#8a2e2e}.sidebar-ws-current,.sidebar-ws-option{width:100%;display:flex;align-items:center;gap:10px;border:0;border-radius:12px;padding:7px 12px;background:transparent;color:var(--text);text-align:left;cursor:pointer}.sidebar-ws-current:hover,.sidebar-ws-option:hover{background:rgba(24,28,34,.05)}.sidebar-ws-option.is-selected{background:rgba(24,28,34,.04)}.sidebar-ws-avatar{width:26px;height:26px;flex:0 0 26px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:var(--accent-soft);color:var(--text);font-size:.72rem;font-weight:700}.sidebar-ws-meta{display:grid;grid-gap:1px;gap:1px;min-width:0;flex:1 1}.sidebar-ws-meta strong{font-size:.82rem}.sidebar-ws-meta span,.sidebar-ws-meta strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-ws-meta span{color:var(--muted);font-size:.72rem}.sidebar-ws-chevron{display:inline-flex;color:var(--muted);transition:transform .15s}.sidebar-ws-chevron.is-open{transform:rotate(180deg)}.sidebar-ws-list{display:grid;grid-gap:2px;gap:2px;margin:2px 0 0 10px;padding-left:8px;border-left:1px solid var(--line)}.sidebar-ws-option>svg{flex-shrink:0;color:var(--accent)}.sidebar-nav{display:grid;grid-gap:8px;gap:8px}.sidebar-spacer{flex:1 1}.sidebar-legal{display:flex;flex-wrap:wrap;gap:4px 12px;padding:12px 6px 2px;border-top:1px solid rgba(24,28,34,.08)}.sidebar-legal a{color:var(--muted);text-decoration:none;font-size:.72rem}.sidebar-legal a:hover{color:var(--text);text-decoration:underline}.sidebar-section-label{text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;color:var(--muted);padding:0 6px}.sidebar-link{display:flex;align-items:center;gap:10px;padding:7px 12px;border:1px solid transparent;border-radius:14px;color:var(--text);text-decoration:none;background:transparent;font-size:16.1px;min-width:0;width:100%;transform:scale(1);transform-origin:center;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.sidebar-link span{min-width:0;overflow-wrap:anywhere}.sidebar-link svg{width:20.7px;height:20.7px;flex-shrink:0;opacity:.55;transition:opacity .18s ease,stroke-width .18s ease}.sidebar-link.active svg{opacity:1;stroke-width:2.3}.sidebar-link:hover{background:rgba(255,255,255,.62);border-color:var(--line)}.sidebar-link.active{background:rgba(28,34,43,.08);color:var(--text);border-color:transparent;font-weight:600;transform:scale(1.1)}.sidebar-link-soon{cursor:default;color:var(--muted);opacity:.55;justify-content:space-between}.sidebar-link-soon:hover{background:transparent;border-color:transparent}.sidebar-soon-badge{font-size:.62rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);background:rgba(127,127,127,.16);border-radius:999px;padding:2px 7px;margin-left:auto;flex-shrink:0;white-space:nowrap}.app-content{position:relative;min-width:0;padding:26px}body.app-shell-body{height:100vh;overflow:hidden}body.app-shell-body .app-layout{height:100vh;min-height:0}body.app-shell-body .app-content{height:100vh;display:flex;flex-direction:column;min-height:0}.page-shell{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;width:100%}.page-shell-header{flex:0 0 auto}.page-shell-header:not(:empty){padding-bottom:20px}.page-shell-content{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden}.page-shell-header:empty+.page-shell-content{padding-top:20px}.page-shell-footer{flex:0 0 auto}.page-shell-footer:not(:empty){padding:16px 0}.app-shell-body .shell{width:100%;margin:0}.sidebar-collapsible{display:grid;grid-gap:8px;gap:8px}.sidebar-collapsible-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 6px;background:transparent;color:var(--muted)}.sidebar-collapsible-trigger:hover{opacity:1}.sidebar-collapsible-trigger .sidebar-section-label{padding:0}.sidebar-collapsible-chevron{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.74);color:var(--text);font-size:.9rem;line-height:1}.sidebar-nav-secondary[hidden]{display:none!important}.sidebar-group{display:flex;flex-direction:column}.sidebar-group-trigger{width:100%;cursor:pointer;text-align:left;font:inherit}.sidebar-group-label{flex:1 1 auto}.sidebar-group-chevron{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.74);color:var(--text);font-size:.9rem;line-height:1;margin-left:auto}.sidebar-group.is-open .sidebar-group-trigger{color:var(--text)}.sidebar-group-children{display:flex;flex-direction:column;gap:2px;padding-top:4px;padding-left:18px}.sidebar-group-children[hidden]{display:none!important}.sidebar-sublink{min-height:36px;padding:7px 12px;font-size:.92rem;border-radius:10px}.burger-backdrop,.burger-toggle,.mobile-tabbar{display:none}@media (max-width:960px){.app-layout{grid-template-columns:1fr}.app-sidebar{position:fixed;top:0;left:0;width:260px;height:100vh;z-index:1000;transform:translateX(-100%);transition:transform .22s ease;border-right:1px solid rgba(24,28,34,.075);border-bottom:0;background:rgba(247,248,250,.98)}.app-sidebar.is-open{transform:translateX(0)}.burger-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;position:fixed;top:12px;left:12px;z-index:999;width:38px;height:38px;padding:8px;border:1px solid var(--line);border-radius:10px;background:rgba(255,255,255,.88);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer}.burger-toggle span{display:block;height:2px;border-radius:2px;background:var(--text);transition:transform .2s,opacity .2s}.burger-toggle.is-active span:first-child{transform:translateY(7px) rotate(45deg)}.burger-toggle.is-active span:nth-child(2){opacity:0}.burger-toggle.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.burger-backdrop{position:fixed;inset:0;z-index:999;background:rgba(0,0,0,.3)}.burger-backdrop[hidden]{display:none!important}.burger-backdrop:not([hidden]){display:block}.app-content{padding:52px 18px calc(78px + env(safe-area-inset-bottom))}.mobile-tabbar{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:950;justify-content:space-around;align-items:stretch;background:rgba(247,248,250,.98);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--line);padding:6px 4px calc(6px + env(safe-area-inset-bottom))}.mobile-tab{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;flex:1 1;min-width:0;padding:4px 2px;border-radius:10px;color:var(--muted);text-decoration:none;transition:color .18s ease,background-color .18s ease,transform .18s ease}.mobile-tab svg{opacity:.7;transition:opacity .18s ease,stroke-width .18s ease}.mobile-tab span{font-size:.66rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.mobile-tab.active{color:var(--text);background:rgba(28,34,43,.08);transform:scale(1.05)}.mobile-tab.active svg{opacity:1;stroke-width:2.2}.sidebar-notifications-panel{max-height:min(420px,58vh)}.popup-lab-grid{grid-template-columns:1fr}body.app-shell-body{overflow-x:auto}}.sidebar-profile-menu{display:flex;align-items:center;gap:4px}.sidebar-profile-menu .sidebar-profile-trigger{flex:1 1 auto;min-width:0}.notif-bell{position:relative;flex:none}.notif-bell-trigger{position:relative;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:none;border-radius:8px;background:transparent;color:var(--muted);cursor:pointer;transition:color .12s,background .12s}.notif-bell-trigger:hover{color:var(--text);background:rgb(0 0 0/.06)}[data-theme=dark] .notif-bell-trigger:hover{background:rgb(255 255 255/.08)}.notif-bell-badge{position:absolute;top:1px;right:1px;min-width:14px;height:14px;padding:0 3px;border-radius:999px;background:#ef4444;color:#fff;font-size:.6rem;font-weight:700;line-height:14px;text-align:center}.notif-dropdown{position:fixed;top:64px;left:12px;width:320px;max-width:86vw;background:var(--panel,var(--bg));border:1px solid var(--line);border-radius:12px;box-shadow:0 12px 32px rgb(0 0 0/.25);z-index:1200;overflow:hidden}.notif-dropdown-head{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid var(--line);font-size:.88rem}.notif-mark-all{border:none;background:none;color:var(--accent,#6366f1);font-size:.78rem;cursor:pointer;padding:0}.notif-list{max-height:340px;overflow-y:auto}.notif-empty{padding:18px 12px;font-size:.85rem;text-align:center}.notif-item{display:flex;flex-direction:column;gap:2px;width:100%;padding:10px 12px;border:none;border-bottom:1px solid var(--line);background:transparent;color:var(--text);text-align:left;cursor:pointer;font:inherit}.notif-item:last-child{border-bottom:none}.notif-item:hover{background:rgb(0 0 0/.04)}[data-theme=dark] .notif-item:hover{background:rgb(255 255 255/.05)}.notif-item.is-unread{background:rgba(99,102,241,.07)}.notif-item-title{font-size:.85rem;font-weight:600}.notif-item-body{font-size:.78rem;color:var(--muted)}.notif-item-time{font-size:.7rem}.page-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.page-header h1{margin:0;font-size:22px;font-weight:700}body.auth-shell{background:#000;color:#fff;font-family:Inter,Segoe UI,Tahoma,sans-serif;overflow-x:hidden;min-height:100vh;position:relative;isolation:isolate}html:has(body.auth-shell){background:#000}body.auth-shell:before{width:130vmax;height:35vmax;top:78%;left:78%;transform:translate(-50%,-50%) rotate(-45deg);transform-origin:center center;background:radial-gradient(ellipse 50% 100% at 50% 50%,rgba(120,165,220,.155) 0,rgba(105,150,210,.065) 45%,transparent 75%);filter:blur(50px)}body.auth-shell:after,body.auth-shell:before{content:"";position:fixed;pointer-events:none;z-index:0}body.auth-shell:after{inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='720' height='720'%3E%3Cg fill='white'%3E%3Ccircle cx='43' cy='117' r='1' opacity='.36'/%3E%3Ccircle cx='89' cy='451' r='.9' opacity='.45'/%3E%3Ccircle cx='167' cy='237' r='1.1' opacity='.36'/%3E%3Ccircle cx='215' cy='559' r='.95' opacity='.42'/%3E%3Ccircle cx='308' cy='67' r='1' opacity='.5'/%3E%3Ccircle cx='367' cy='412' r='1.05' opacity='.5'/%3E%3Ccircle cx='438' cy='158' r='.9' opacity='.45'/%3E%3Ccircle cx='504' cy='481' r='1' opacity='.33'/%3E%3Ccircle cx='572' cy='248' r='1.1' opacity='.5'/%3E%3Ccircle cx='631' cy='87' r='.95' opacity='.42'/%3E%3Ccircle cx='657' cy='417' r='1' opacity='.5'/%3E%3Ccircle cx='72' cy='615' r='.85' opacity='.38'/%3E%3Ccircle cx='281' cy='297' r='1.15' opacity='.36'/%3E%3Ccircle cx='391' cy='643' r='.9' opacity='.42'/%3E%3Ccircle cx='462' cy='332' r='1' opacity='.5'/%3E%3Ccircle cx='594' cy='581' r='1.05' opacity='.45'/%3E%3Ccircle cx='128' cy='389' r='.95' opacity='.5'/%3E%3Ccircle cx='247' cy='49' r='.9' opacity='.42'/%3E%3Ccircle cx='342' cy='205' r='1' opacity='.33'/%3E%3Ccircle cx='419' cy='353' r='.85' opacity='.38'/%3E%3Ccircle cx='523' cy='98' r='1.05' opacity='.45'/%3E%3Ccircle cx='618' cy='489' r='1' opacity='.45'/%3E%3Ccircle cx='195' cy='627' r='.9' opacity='.42'/%3E%3Ccircle cx='335' cy='541' r='.95' opacity='.5'/%3E%3Ccircle cx='486' cy='193' r='1' opacity='.45'/%3E%3Ccircle cx='95' cy='184' r='.9' opacity='.42'/%3E%3Ccircle cx='256' cy='404' r='1' opacity='.45'/%3E%3Ccircle cx='478' cy='277' r='.95' opacity='.4'/%3E%3Ccircle cx='357' cy='525' r='1.05' opacity='.45'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='401' height='401'%3E%3Cg fill='white'%3E%3Ccircle cx='33' cy='87' r='.5' opacity='.23'/%3E%3Ccircle cx='78' cy='201' r='.45' opacity='.18'/%3E%3Ccircle cx='134' cy='49' r='.55' opacity='.27'/%3E%3Ccircle cx='162' cy='289' r='.5' opacity='.22'/%3E%3Ccircle cx='201' cy='127' r='.4' opacity='.16'/%3E%3Ccircle cx='238' cy='343' r='.55' opacity='.25'/%3E%3Ccircle cx='273' cy='178' r='.5' opacity='.2'/%3E%3Ccircle cx='319' cy='247' r='.45' opacity='.18'/%3E%3Ccircle cx='358' cy='89' r='.5' opacity='.22'/%3E%3Ccircle cx='45' cy='278' r='.4' opacity='.16'/%3E%3Ccircle cx='97' cy='374' r='.55' opacity='.25'/%3E%3Ccircle cx='181' cy='38' r='.5' opacity='.2'/%3E%3Ccircle cx='255' cy='98' r='.45' opacity='.18'/%3E%3Ccircle cx='305' cy='191' r='.5' opacity='.22'/%3E%3Ccircle cx='66' cy='158' r='.4' opacity='.16'/%3E%3Ccircle cx='227' cy='53' r='.45' opacity='.18'/%3E%3Ccircle cx='355' cy='318' r='.5' opacity='.22'/%3E%3C/g%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.17'/%3E%3C/svg%3E");background-size:720px 720px,401px 401px,220px 220px;background-position:0 0,37px 91px,0 0;opacity:.55;mix-blend-mode:screen}body.auth-shell>*{position:relative;z-index:1}.auth-shell .auth-card{width:min(440px,calc(100vw - 32px));padding:36px 36px 30px;background:rgba(20,20,20,.6);border:1px solid rgba(255,255,255,.1);border-radius:24px;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-shadow:inset 0 1px 1px rgba(255,255,255,.1),0 28px 80px rgba(0,0,0,.45);position:relative;overflow:hidden}.auth-shell .auth-card:after{content:"";position:absolute;width:280px;aspect-ratio:1/1;right:-90px;top:-110px;border-radius:50%;background:radial-gradient(circle,rgba(0,163,255,.04) 0,rgba(0,163,255,.03) 38%,transparent 72%);filter:blur(14px);pointer-events:none;z-index:0}.auth-shell .auth-card>*{position:relative;z-index:1}.auth-shell .eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:600;color:rgba(159,197,255,.78);margin:0 0 10px}.auth-shell h1{font-size:clamp(30px,5vw,42px);line-height:1;margin:0 0 6px;color:#fff;letter-spacing:-.025em;font-weight:600;text-shadow:0 0 36px rgba(0,163,255,.2)}.auth-shell .auth-title-row{display:flex;align-items:center;gap:14px;margin-bottom:8px}.auth-shell .auth-title-row h1{margin:0;flex:0 0 auto}.auth-shell .auth-brand-story{position:relative;flex:1 1 auto;min-width:0;height:64px}.auth-shell .auth-brand-story-chart,.auth-shell .auth-brand-story-todos{position:absolute;inset:0;display:flex;align-items:center;justify-content:flex-end}.auth-shell .auth-brand-story-chart{opacity:0;animation:auth-brand-chart-shell 10s ease-in-out infinite}.auth-shell .auth-brand-story-chart svg{width:min(100%,220px);height:40px;display:block}.auth-shell .auth-brand-story-grid{stroke:rgba(255,255,255,.12);stroke-width:1;stroke-linecap:round;stroke-dasharray:1;stroke-dashoffset:1;animation:auth-brand-grid 10s ease-out infinite}.auth-shell .auth-brand-story-area{fill:rgba(123,190,255,.16);-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);animation:auth-brand-area 10s ease-out infinite}.auth-shell .auth-brand-story-line{stroke:rgba(123,190,255,.95);stroke-width:2.35;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1;animation:auth-brand-line 10s ease-out infinite}.auth-shell .auth-brand-story-check{opacity:0;transform-origin:54px 14px;transform:scale(.4);animation:auth-brand-check-pop 10s ease-out infinite}.auth-shell .auth-brand-story-check-bg{fill:rgba(155,214,168,.2);stroke:rgba(155,214,168,.95);stroke-width:2.2}.auth-shell .auth-brand-story-check-mark{fill:none;stroke:rgba(155,214,168,1);stroke-width:2.7;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:1;animation:auth-brand-check-draw 10s ease-out infinite}.auth-shell .auth-brand-story-point{fill:#9fd3ff;opacity:0;transform-origin:center}.auth-shell .auth-brand-story-point-1{animation:auth-brand-point-1 10s ease-out infinite}.auth-shell .auth-brand-story-point-2{animation:auth-brand-point-2 10s ease-out infinite}.auth-shell .auth-brand-story-point-3{animation:auth-brand-point-3 10s ease-out infinite}.auth-shell .auth-brand-story-point-4{animation:auth-brand-point-4 10s ease-out infinite}.auth-shell .auth-brand-story-point-5{animation:auth-brand-point-5 10s ease-out infinite}.auth-shell .auth-brand-story-point-6{animation:auth-brand-point-6 10s ease-out infinite}.auth-shell .auth-brand-story-point-7{animation:auth-brand-point-7 10s ease-out infinite}.auth-shell .auth-brand-story-point-8{animation:auth-brand-point-8 10s ease-out infinite}.auth-shell .auth-brand-story-todos{flex-direction:column;align-items:center;justify-content:center;gap:6px;opacity:0;animation:auth-brand-todos-shell 10s ease-in-out infinite}.auth-shell .auth-brand-story-todo{height:18px;display:inline-flex;align-items:center;gap:11px;flex:0 0 auto}.auth-shell .auth-brand-story-todo i{width:18px;height:18px;border-radius:5px;border:1.5px solid rgba(159,197,255,.55);background:rgba(255,255,255,.03);position:relative;flex:0 0 auto;opacity:0;transform:scale(.4);animation:auth-brand-todo-box 10s ease-out var(--t-delay,0s) infinite}.auth-shell .auth-brand-story-todo i:after{content:"";position:absolute;left:4px;top:.3px;width:5.3px;height:10.7px;border-right:2.7px solid #9bd6a8;border-bottom:2.7px solid #9bd6a8;transform:rotate(45deg) scale(.6);opacity:0;animation:auth-brand-todo-check 10s ease-out var(--t-delay,0s) infinite}.auth-shell .auth-brand-story-todo b{height:2px;border-radius:999px;background:linear-gradient(90deg,rgba(185,222,255,.88),rgba(185,222,255,.26));flex:0 0 auto;width:140px;transform:scaleX(.08);transform-origin:left center;opacity:0;animation:auth-brand-todo-bar 10s ease-out var(--t-delay,0s) infinite}.auth-shell .auth-brand-story-todo-1{--t-delay:0s}.auth-shell .auth-brand-story-todo-2{--t-delay:0.4s}.auth-shell .auth-brand-story-todo-3{--t-delay:0.8s}.auth-shell p{color:rgba(255,255,255,.62);margin:8px 0 0;font-size:14px;line-height:1.5}.auth-shell .muted{color:rgba(255,255,255,.45)}.auth-shell form.stack{margin-top:22px;gap:14px}.auth-shell label{color:rgba(255,255,255,.72);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:-6px}.auth-shell input[type=email],.auth-shell input[type=password],.auth-shell input[type=text]{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.12);color:#fff;padding:12px 14px;border-radius:14px;font-size:14px;transition:border-color .18s,background .18s,box-shadow .18s}.auth-shell input::placeholder{color:rgba(255,255,255,.32)}.auth-shell input:focus{border-color:rgba(100,180,255,.55);background:rgba(255,255,255,.07);outline:none}.auth-shell .ui-button-primary{--ui-button-bg:linear-gradient(105deg,rgba(83,164,255,0.95),rgba(48,91,244,0.92));--ui-button-fg:#fff;--ui-button-border:rgba(255,255,255,0.14);background:linear-gradient(105deg,rgba(83,164,255,.95),rgba(48,91,244,.92));padding:12px 20px;border-radius:14px;font-weight:600;box-shadow:0 12px 32px rgba(48,91,244,.3),inset 0 1px 0 rgba(255,255,255,.2);transition:filter .2s,transform .12s,box-shadow .2s;margin-top:6px;min-height:46px}.auth-shell .ui-button-primary:hover{filter:brightness(1.08);box-shadow:0 14px 36px rgba(48,91,244,.38),inset 0 1px 0 rgba(255,255,255,.22)}.auth-shell .ui-button-primary:active{transform:translateY(1px)}.auth-shell .error{color:#ffb1b1;font-size:13px;background:rgba(176,71,71,.12);border:1px solid rgba(255,120,120,.3);border-radius:12px;padding:10px 12px}.auth-shell .auth-card-links{margin-top:20px;text-align:center;color:rgba(255,255,255,.5);font-size:13px}.auth-shell .auth-card-links a{color:rgba(159,197,255,.95);text-decoration:none;transition:color .18s}.auth-shell .auth-card-links a:hover{color:#fff}.auth-shell .auth-card-links-sep{margin:0 8px;opacity:.4}.auth-shell pre{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);color:rgba(159,197,255,.85);padding:12px 14px;border-radius:12px;font-size:12px;line-height:1.5;margin-top:10px}@keyframes auth-brand-chart-shell{0%{opacity:0}3%,49%{opacity:1}58%,to{opacity:0}}@keyframes auth-brand-grid{0%,2%{stroke-dashoffset:1;opacity:0}49%,7%{stroke-dashoffset:0;opacity:1}58%,to{stroke-dashoffset:0;opacity:0}}@keyframes auth-brand-line{0%,6%{stroke-dashoffset:1;opacity:0;stroke:rgba(123,190,255,.95)}8%{stroke-dashoffset:1;opacity:1;stroke:rgba(123,190,255,.95)}25%{stroke-dashoffset:0;opacity:1;stroke:rgba(123,190,255,.95)}27%,32%{stroke-dashoffset:0;opacity:1;stroke:rgba(155,214,168,.95)}37%,49%{stroke-dashoffset:0;opacity:1;stroke:rgba(155,214,168,.15)}58%,to{stroke-dashoffset:0;opacity:0;stroke:rgba(155,214,168,.15)}}@keyframes auth-brand-area{0%,6%{-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);fill:rgba(123,190,255,0)}8%{-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);fill:rgba(123,190,255,.16)}25%{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);fill:rgba(123,190,255,.16)}27%,32%{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);fill:rgba(155,214,168,.3)}37%,49%{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);fill:rgba(155,214,168,.15)}58%,to{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);fill:rgba(155,214,168,0)}}@keyframes auth-brand-check-pop{0%,37%{opacity:0;transform:scale(.4)}40%{opacity:1;transform:scale(1.05)}43%,49%{opacity:1;transform:scale(1)}58%,to{opacity:0;transform:scale(.85)}}@keyframes auth-brand-check-draw{0%,38%{stroke-dashoffset:1}44%,49%{stroke-dashoffset:0}58%,to{stroke-dashoffset:0}}@keyframes auth-brand-point-1{0%,6%{opacity:0;transform:scale(.4);fill:rgba(159,211,255,1)}25%,9%{opacity:1;transform:scale(1);fill:rgba(159,211,255,1)}27%,32%{opacity:1;transform:scale(1);fill:rgba(155,214,168,1)}37%,49%{opacity:1;transform:scale(1);fill:rgba(155,214,168,.15)}58%,to{opacity:0;transform:scale(.4);fill:rgba(155,214,168,.15)}}@keyframes auth-brand-point-2{0%,9%{opacity:0;transform:scale(.4);fill:rgba(159,211,255,1)}12%,25%{opacity:1;transform:scale(1);fill:rgba(159,211,255,1)}27%,32%{opacity:1;transform:scale(1);fill:rgba(155,214,168,1)}37%,49%{opacity:1;transform:scale(1);fill:rgba(155,214,168,.15)}58%,to{opacity:0;transform:scale(.4);fill:rgba(155,214,168,.15)}}@keyframes auth-brand-point-3{0%,13%{opacity:0;transform:scale(.4);fill:rgba(159,211,255,1)}16%,25%{opacity:1;transform:scale(1);fill:rgba(159,211,255,1)}27%,32%{opacity:1;transform:scale(1);fill:rgba(155,214,168,1)}37%,49%{opacity:1;transform:scale(1);fill:rgba(155,214,168,.15)}58%,to{opacity:0;transform:scale(.4);fill:rgba(155,214,168,.15)}}@keyframes auth-brand-point-4{0%,16%{opacity:0;transform:scale(.4);fill:rgba(159,211,255,1)}19%,25%{opacity:1;transform:scale(1);fill:rgba(159,211,255,1)}27%,32%{opacity:1;transform:scale(1);fill:rgba(155,214,168,1)}37%,49%{opacity:1;transform:scale(1);fill:rgba(155,214,168,.15)}58%,to{opacity:0;transform:scale(.4);fill:rgba(155,214,168,.15)}}@keyframes auth-brand-point-5{0%,19%{opacity:0;transform:scale(.4);fill:rgba(159,211,255,1)}22%,25%{opacity:1;transform:scale(1);fill:rgba(159,211,255,1)}27%,32%{opacity:1;transform:scale(1);fill:rgba(155,214,168,1)}37%,49%{opacity:1;transform:scale(1);fill:rgba(155,214,168,.15)}58%,to{opacity:0;transform:scale(.4);fill:rgba(155,214,168,.15)}}@keyframes auth-brand-point-6{0%,22%{opacity:0;transform:scale(.4);fill:rgba(159,211,255,1)}25%{opacity:1;transform:scale(1);fill:rgba(159,211,255,1)}27%,32%{opacity:1;transform:scale(1);fill:rgba(155,214,168,1)}37%,49%{opacity:1;transform:scale(1);fill:rgba(155,214,168,.15)}58%,to{opacity:0;transform:scale(.4);fill:rgba(155,214,168,.15)}}@keyframes auth-brand-point-7{0%,24%{opacity:0;transform:scale(.4);fill:rgba(159,211,255,1)}25%{opacity:1;transform:scale(1);fill:rgba(159,211,255,1)}27%,32%{opacity:1;transform:scale(1);fill:rgba(155,214,168,1)}37%,49%{opacity:1;transform:scale(1);fill:rgba(155,214,168,.15)}58%,to{opacity:0;transform:scale(.4);fill:rgba(155,214,168,.15)}}@keyframes auth-brand-point-8{0%,25%{opacity:0;transform:scale(.4);fill:rgba(159,211,255,1)}27%,32%{opacity:1;transform:scale(1);fill:rgba(155,214,168,1)}37%,49%{opacity:1;transform:scale(1);fill:rgba(155,214,168,.15)}58%,to{opacity:0;transform:scale(.4);fill:rgba(155,214,168,.15)}}@keyframes auth-brand-todos-shell{0%,58%{opacity:0}62%,95%{opacity:1}to{opacity:0}}@keyframes auth-brand-todo-box{0%,59%{opacity:0;transform:scale(.4);border-color:rgba(159,197,255,.55);background-color:rgba(255,255,255,.03)}62%,76%{opacity:1;transform:scale(1);border-color:rgba(159,197,255,.55);background-color:rgba(255,255,255,.03)}80%,93%{opacity:1;transform:scale(1);border-color:rgba(155,214,168,.95);background-color:rgba(155,214,168,.18)}98%,to{opacity:0;transform:scale(.4);border-color:rgba(155,214,168,.95);background-color:rgba(155,214,168,.18)}}@keyframes auth-brand-todo-bar{0%,63%{opacity:0;transform:scaleX(.08);background:linear-gradient(90deg,rgba(185,222,255,.88),rgba(185,222,255,.26))}67%,76%{opacity:1;transform:scaleX(1);background:linear-gradient(90deg,rgba(185,222,255,.88),rgba(185,222,255,.26))}80%,93%{opacity:1;transform:scaleX(1);background:linear-gradient(90deg,rgba(155,214,168,.88),rgba(155,214,168,.26))}98%,to{opacity:0;transform:scaleX(.08);background:linear-gradient(90deg,rgba(155,214,168,.88),rgba(155,214,168,.26))}}@keyframes auth-brand-todo-check{0%,76%{opacity:0;transform:rotate(45deg) scale(.6)}80%{opacity:1;transform:rotate(45deg) scale(1.1)}83%,93%{opacity:1;transform:rotate(45deg) scale(1)}98%,to{opacity:0;transform:rotate(45deg) scale(.6)}}@media (prefers-reduced-motion:reduce){.auth-shell .auth-brand-story-area,.auth-shell .auth-brand-story-check,.auth-shell .auth-brand-story-check-mark,.auth-shell .auth-brand-story-line,.auth-shell .auth-brand-story-point,.auth-shell .auth-brand-story-todo b,.auth-shell .auth-brand-story-todo i,.auth-shell .auth-brand-story-todo i:after{animation:none}.auth-shell .auth-brand-story-point,.auth-shell .auth-brand-story-todo b,.auth-shell .auth-brand-story-todo i,.auth-shell .auth-brand-story-todo i:after{opacity:1;transform:none}.auth-shell .auth-brand-story-line{stroke-dashoffset:0;stroke:rgba(155,214,168,.95)}.auth-shell .auth-brand-story-area{-webkit-clip-path:none;clip-path:none;fill:rgba(155,214,168,.15)}.auth-shell .auth-brand-story-point{fill:#9bd6a8}.auth-shell .auth-brand-story-check{opacity:1;transform:none}.auth-shell .auth-brand-story-check-mark{stroke-dashoffset:0}.auth-shell .auth-brand-story-grid{stroke-dashoffset:0;opacity:1}.auth-shell .auth-brand-story-chart{opacity:1}.auth-shell .auth-brand-story-todos{opacity:0}}@media (max-width:560px){.auth-shell .auth-title-row{align-items:flex-start;flex-direction:column;gap:10px}.auth-shell .auth-brand-story{width:100%;flex:0 0 auto}.auth-shell .auth-brand-story-chart,.auth-shell .auth-brand-story-todos{justify-content:flex-start}.auth-shell .auth-brand-story-todos{align-items:flex-start}}.auth-shell.legal-shell .shell-center{padding:32px 16px;align-items:flex-start}.auth-shell .legal-card{max-width:760px;width:100%;text-align:left}.auth-shell .legal-meta{margin:-4px 0 22px;font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:rgba(255,255,255,.42)}.auth-shell .legal-body{font-size:14px;line-height:1.6;color:rgba(255,255,255,.78)}.auth-shell .legal-body h2{margin:28px 0 10px;font-size:16px;font-weight:600;color:#fff;letter-spacing:.01em}.auth-shell .legal-body p{margin:0 0 12px;color:rgba(255,255,255,.78)}.auth-shell .legal-body ul{margin:0 0 14px;padding-left:22px}.auth-shell .legal-body ul li{margin-bottom:6px;color:rgba(255,255,255,.74)}.auth-shell .legal-body a{color:rgba(123,190,255,.95);text-decoration:underline;text-underline-offset:2px}.auth-shell .legal-body code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px;background:rgba(255,255,255,.06);padding:1px 6px;border-radius:4px;color:rgba(185,222,255,.92)}.auth-shell .legal-table{width:100%;border-collapse:collapse;margin:14px 0 20px;font-size:13px}.auth-shell .legal-table td,.auth-shell .legal-table th{text-align:left;padding:8px 10px;border-bottom:1px solid rgba(255,255,255,.08);vertical-align:top}.auth-shell .legal-table th{color:rgba(255,255,255,.62);font-weight:600;font-size:11px;letter-spacing:.06em;text-transform:uppercase}.auth-shell .legal-links{margin-top:28px;border-top:1px solid rgba(255,255,255,.08);padding-top:16px}.auth-shell .auth-card-links-legal{margin-top:14px;font-size:11px;color:rgba(255,255,255,.4)}.auth-shell .auth-card-links-legal a{color:rgba(255,255,255,.55)}.auth-shell .legal-consent{margin-top:10px;font-size:11.5px;line-height:1.5;color:rgba(255,255,255,.45)}.auth-shell .legal-consent a{color:rgba(123,190,255,.85);text-decoration:underline;text-underline-offset:2px}.auth-shell .auth-google-btn{width:100%;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);color:#fff;margin-bottom:18px;transition:background .15s ease,border-color .15s ease}.auth-shell .auth-google-btn:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.22)}.auth-shell .auth-google-btn .ui-button-icon-mark{background:#fff;border-radius:999px;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center}.auth-shell .auth-google-btn .ui-button-icon-mark svg{width:14px;height:14px}.auth-shell .auth-divider{display:flex;align-items:center;gap:10px;margin:6px 0 18px;color:rgba(255,255,255,.4);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.auth-shell .auth-divider:after,.auth-shell .auth-divider:before{content:"";flex:1 1;height:1px;background:rgba(255,255,255,.1)}