.auth-module__WRe5Na__authPage{background:var(--color-background);grid-template-columns:minmax(360px,1fr) minmax(480px,.85fr);min-height:100vh;display:grid}.auth-module__WRe5Na__authIntro{min-height:100vh;padding:var(--space-10);border-right:1px solid var(--color-border-strong);background-image:linear-gradient(var(--color-border) 1px, transparent 1px), linear-gradient(90deg, var(--color-border) 1px, transparent 1px);background-size:64px 64px;flex-direction:column;justify-content:space-between;display:flex;position:relative;overflow:hidden}.auth-module__WRe5Na__authIntro:after{content:"";border:32px solid var(--brand-violet);opacity:.9;pointer-events:none;width:256px;height:256px;position:absolute;bottom:96px;right:-64px;transform:rotate(45deg)}.auth-module__WRe5Na__authLogo{z-index:1;width:184px;height:auto;position:relative}.auth-module__WRe5Na__introContent{z-index:1;max-width:640px;position:relative}.auth-module__WRe5Na__eyebrow{margin:0 0 var(--space-3);color:var(--brand-violet-50);letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:700}.auth-module__WRe5Na__introContent h1{font-family:var(--font-display);letter-spacing:-.02em;text-transform:uppercase;margin:0;font-size:clamp(3rem,6vw,5.5rem);font-weight:600;line-height:.98}.auth-module__WRe5Na__introContent h1 span{color:var(--brand-violet)}.auth-module__WRe5Na__introContent>p:last-child{max-width:480px;margin:var(--space-6) 0 0;color:var(--color-text-secondary);font-size:16px}.auth-module__WRe5Na__securityNote{z-index:1;align-items:center;gap:var(--space-2);color:var(--color-text-secondary);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:600;display:flex;position:relative}.auth-module__WRe5Na__securityNote svg{width:18px;color:var(--color-success)}.auth-module__WRe5Na__authFormPanel{min-height:100vh;padding:var(--space-10);background:var(--color-surface);justify-content:center;align-items:center;display:flex}.auth-module__WRe5Na__formContainer{width:min(100%,440px)}.auth-module__WRe5Na__mobileLogo{display:none}.auth-module__WRe5Na__modeTabs{margin-bottom:var(--space-10);border-bottom:1px solid var(--color-border-strong);grid-template-columns:1fr 1fr;display:grid}.auth-module__WRe5Na__modeTabs button{min-height:48px;color:var(--color-text-secondary);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;font-size:14px;font-weight:600}.auth-module__WRe5Na__modeTabs button[aria-selected=true]{border-color:var(--brand-violet);color:var(--color-text-primary)}.auth-module__WRe5Na__formHeading{margin-bottom:var(--space-8)}.auth-module__WRe5Na__formHeading p{margin:0 0 var(--space-1);color:var(--brand-violet-50);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:700}.auth-module__WRe5Na__formHeading h2{font-family:var(--font-display);margin:0;font-size:30px;font-weight:600}.auth-module__WRe5Na__authForm{gap:var(--space-4);flex-direction:column;display:flex}.auth-module__WRe5Na__authField>label{margin-bottom:var(--space-1);color:var(--color-text-secondary);font-size:13px;font-weight:600;display:block}.auth-module__WRe5Na__authField>div{position:relative}.auth-module__WRe5Na__authField>div>svg{left:var(--space-3);width:18px;height:18px;color:var(--color-text-muted);pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.auth-module__WRe5Na__authField input{width:100%;height:48px;padding:0 48px 0 var(--space-10);border:1px solid var(--color-border-strong);border-radius:var(--radius-md);background:var(--color-background);color:var(--color-text-primary)}.auth-module__WRe5Na__authField input:focus{border-color:var(--brand-violet)}.auth-module__WRe5Na__authField input::placeholder{color:var(--color-text-muted)}.auth-module__WRe5Na__authField>div>button{width:44px;height:44px;color:var(--color-text-secondary);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:2px;right:2px}.auth-module__WRe5Na__authField>div>button svg{width:18px;height:18px}.auth-module__WRe5Na__rememberField{align-items:center;gap:var(--space-2);min-height:44px;color:var(--color-text-secondary);cursor:pointer;font-size:13px;display:flex}.auth-module__WRe5Na__rememberField input{width:18px;height:18px;accent-color:var(--brand-violet);margin:0}.auth-module__WRe5Na__authError{padding:var(--space-3);border-left:3px solid var(--color-danger);background:color-mix(in srgb, var(--color-danger) 10%, transparent);color:var(--brand-white);font-size:13px}.auth-module__WRe5Na__submitButton{height:48px;padding:0 var(--space-5);border:1px solid var(--brand-violet);border-radius:var(--radius-md);background:var(--brand-violet);color:var(--brand-black);cursor:pointer;justify-content:space-between;align-items:center;font-weight:700;display:inline-flex}.auth-module__WRe5Na__submitButton:hover{background:var(--color-primary-hover);color:var(--brand-white)}.auth-module__WRe5Na__submitButton:disabled{opacity:.5;cursor:not-allowed}.auth-module__WRe5Na__submitButton svg{width:18px;height:18px}.auth-module__WRe5Na__sessionLoading{justify-content:center;align-items:center;gap:var(--space-3);background:var(--color-background);min-height:100vh;color:var(--color-text-secondary);flex-direction:column;display:flex}.auth-module__WRe5Na__sessionLoading span{border:2px solid var(--color-border-strong);border-top-color:var(--brand-violet);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite auth-module__WRe5Na__auth-spin}.auth-module__WRe5Na__sessionLoading p{letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:13px;font-weight:600}@keyframes auth-module__WRe5Na__auth-spin{to{transform:rotate(360deg)}}@media (max-width:860px){.auth-module__WRe5Na__authPage{display:block}.auth-module__WRe5Na__authIntro{display:none}.auth-module__WRe5Na__authFormPanel{padding:var(--space-6) var(--space-4)}.auth-module__WRe5Na__mobileLogo{margin-bottom:var(--space-10);display:block}.auth-module__WRe5Na__mobileLogo img{width:160px;height:auto}.auth-module__WRe5Na__modeTabs{margin-bottom:var(--space-8)}}
.dashboard-module__wQBY5G__dashboard{width:min(100%,1280px);padding:var(--space-16) var(--space-8);margin-inline:auto}.dashboard-module__wQBY5G__hero{margin-bottom:var(--space-16);align-items:end;gap:var(--space-8);grid-template-columns:minmax(0,8fr) minmax(260px,4fr);display:grid}.dashboard-module__wQBY5G__eyebrow,.dashboard-module__wQBY5G__sectionHeading p{margin:0 0 var(--space-2);color:var(--brand-violet-50);letter-spacing:.1em;text-transform:uppercase;font-size:11px;font-weight:700}.dashboard-module__wQBY5G__hero h1{font-family:var(--font-display);letter-spacing:-.02em;text-transform:uppercase;margin:0;font-size:clamp(2.75rem,6vw,4.5rem);font-weight:600;line-height:.98}.dashboard-module__wQBY5G__hero h1 span{color:var(--brand-violet)}.dashboard-module__wQBY5G__heroCopy{max-width:520px;margin:var(--space-5) 0 0;color:var(--color-text-secondary)}.dashboard-module__wQBY5G__workspaceMetric{padding:var(--space-5);align-items:center;gap:var(--space-4);border:1px solid var(--color-border-strong);background:var(--color-surface);display:flex}.dashboard-module__wQBY5G__workspaceMetric>span{font-family:var(--font-display);color:var(--brand-violet);font-variant-numeric:tabular-nums;font-size:40px;font-weight:600}.dashboard-module__wQBY5G__workspaceMetric div{flex-direction:column;display:flex}.dashboard-module__wQBY5G__workspaceMetric strong{font-size:13px}.dashboard-module__wQBY5G__workspaceMetric small{color:var(--color-text-muted);font-size:11px}.dashboard-module__wQBY5G__quickSection{margin-bottom:var(--space-16)}.dashboard-module__wQBY5G__sectionHeading{margin-bottom:var(--space-5);justify-content:space-between;align-items:end;gap:var(--space-4);display:flex}.dashboard-module__wQBY5G__sectionHeading h2{font-family:var(--font-display);margin:0;font-size:28px;font-weight:600}.dashboard-module__wQBY5G__sectionHeading>svg{width:22px;height:22px;color:var(--brand-violet-50)}.dashboard-module__wQBY5G__quickCard{min-height:184px;padding:var(--space-8);align-items:center;gap:var(--space-6);border:1px solid var(--brand-violet);background:linear-gradient(110deg, color-mix(in srgb, var(--brand-violet) 14%, var(--color-surface)), var(--color-surface) 58%);color:var(--color-text-primary);grid-template-columns:auto minmax(0,1fr) auto;text-decoration:none;display:grid}.dashboard-module__wQBY5G__quickCard:hover{background:linear-gradient(110deg, color-mix(in srgb, var(--brand-violet) 20%, var(--color-surface)), var(--color-surface) 64%)}.dashboard-module__wQBY5G__toolIcon{background:var(--brand-violet);width:64px;height:64px;color:var(--brand-black);justify-content:center;align-items:center;display:inline-flex}.dashboard-module__wQBY5G__toolIcon svg{width:28px;height:28px}.dashboard-module__wQBY5G__toolCopy{flex-direction:column;display:flex}.dashboard-module__wQBY5G__toolCopy small{color:var(--brand-violet-50);letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:700}.dashboard-module__wQBY5G__toolCopy strong{margin:var(--space-1) 0;font-family:var(--font-display);font-size:24px;font-weight:600}.dashboard-module__wQBY5G__toolCopy>span{color:var(--color-text-secondary);font-size:14px}.dashboard-module__wQBY5G__toolArrow{border:1px solid var(--color-border-strong);border-radius:var(--radius-md);justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.dashboard-module__wQBY5G__toolArrow svg{width:18px;height:18px}.dashboard-module__wQBY5G__toolCount{color:var(--color-text-muted);text-transform:uppercase;font-size:12px;font-weight:600}.dashboard-module__wQBY5G__categoryRow{border-top:1px solid var(--color-border-strong);border-bottom:1px solid var(--color-border);grid-template-columns:280px minmax(0,1fr);display:grid}.dashboard-module__wQBY5G__categoryLabel{padding:var(--space-5);align-items:center;gap:var(--space-3);border-right:1px solid var(--color-border);display:flex}.dashboard-module__wQBY5G__categoryLabel>svg{width:20px;height:20px;color:var(--brand-violet-50)}.dashboard-module__wQBY5G__categoryLabel>span{flex-direction:column;display:flex}.dashboard-module__wQBY5G__categoryLabel strong{font-family:var(--font-display);font-size:16px}.dashboard-module__wQBY5G__categoryLabel small{color:var(--color-text-muted);font-size:11px}.dashboard-module__wQBY5G__categoryRow>a{padding:var(--space-5);align-items:center;gap:var(--space-4);color:var(--color-text-primary);grid-template-columns:minmax(160px,.35fr) minmax(0,1fr) auto;text-decoration:none;display:grid}.dashboard-module__wQBY5G__categoryRow>a:hover{background:var(--color-surface)}.dashboard-module__wQBY5G__categoryRow>a>span{font-size:14px;font-weight:700}.dashboard-module__wQBY5G__categoryRow>a>small{color:var(--color-text-secondary);font-size:13px}.dashboard-module__wQBY5G__categoryRow>a svg{width:17px;height:17px}@media (max-width:760px){.dashboard-module__wQBY5G__dashboard{padding:var(--space-10) var(--space-4)}.dashboard-module__wQBY5G__hero{margin-bottom:var(--space-12);grid-template-columns:1fr}.dashboard-module__wQBY5G__quickSection{margin-bottom:var(--space-12)}.dashboard-module__wQBY5G__quickCard{padding:var(--space-5);grid-template-columns:auto minmax(0,1fr)}.dashboard-module__wQBY5G__toolIcon{width:48px;height:48px}.dashboard-module__wQBY5G__toolArrow{display:none}.dashboard-module__wQBY5G__toolCopy strong{font-size:20px}.dashboard-module__wQBY5G__categoryRow{grid-template-columns:1fr}.dashboard-module__wQBY5G__categoryLabel{border-right:0;border-bottom:1px solid var(--color-border)}.dashboard-module__wQBY5G__categoryRow>a{grid-template-columns:1fr auto}.dashboard-module__wQBY5G__categoryRow>a>small{grid-area:2/1/auto/-1}}
.shell-module__bifV8q__shell{background:var(--color-background);min-height:100vh}.shell-module__bifV8q__header{z-index:50;border-bottom:1px solid var(--color-border);background:color-mix(in srgb, var(--color-background) 94%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);height:64px;position:sticky;top:0}.shell-module__bifV8q__headerInner{width:min(100%,1440px);height:100%;padding-inline:var(--space-8);align-items:center;gap:var(--space-8);grid-template-columns:220px 1fr auto;margin-inline:auto;display:grid}.shell-module__bifV8q__logoLink{width:168px;display:inline-flex}.shell-module__bifV8q__logoLink img{width:100%;height:auto}.shell-module__bifV8q__desktopNav{align-items:center;gap:var(--space-2);height:100%;display:flex}.shell-module__bifV8q__desktopNav>a,.shell-module__bifV8q__navMenu>summary{min-height:40px;padding:0 var(--space-3);align-items:center;gap:var(--space-2);border-radius:var(--radius-md);color:var(--color-text-secondary);cursor:pointer;font-size:14px;font-weight:600;text-decoration:none;list-style:none;display:inline-flex}.shell-module__bifV8q__desktopNav>a:hover,.shell-module__bifV8q__navMenu>summary:hover{background:var(--color-surface);color:var(--color-text-primary)}.shell-module__bifV8q__desktopNav svg,.shell-module__bifV8q__navMenu>summary svg{width:16px;height:16px}.shell-module__bifV8q__navMenu>summary::-webkit-details-marker{display:none}.shell-module__bifV8q__navMenu>summary svg:last-child{width:14px;color:var(--color-text-muted)}.shell-module__bifV8q__desktopNav .shell-module__bifV8q__activeNav{background:var(--color-surface);color:var(--color-text-primary)}.shell-module__bifV8q__navMenu{position:relative}.shell-module__bifV8q__navMenu[open]>summary{background:var(--color-surface);color:var(--color-text-primary)}.shell-module__bifV8q__navMenu>div{top:calc(100% + var(--space-2));width:304px;padding:var(--space-2);border:1px solid var(--color-border-strong);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-md,0 4px 12px #00000052);position:absolute;left:0}.shell-module__bifV8q__navMenu>div>p{padding:var(--space-2) var(--space-3);color:var(--color-text-muted);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:11px;font-weight:700}.shell-module__bifV8q__navMenu>div>a{padding:var(--space-3);align-items:center;gap:var(--space-3);border-radius:var(--radius-sm);color:var(--color-text-primary);text-decoration:none;display:flex}.shell-module__bifV8q__navMenu>div>a:hover{background:var(--color-surface-2)}.shell-module__bifV8q__navMenu>div>a>span:first-child{background:color-mix(in srgb, var(--brand-violet) 16%, transparent);width:36px;height:36px;color:var(--brand-violet-50);justify-content:center;align-items:center;display:inline-flex}.shell-module__bifV8q__navMenu>div>a svg{width:17px;height:17px}.shell-module__bifV8q__navMenu>div>a>span:last-child{flex-direction:column;display:flex}.shell-module__bifV8q__navMenu strong{font-size:13px}.shell-module__bifV8q__navMenu small{color:var(--color-text-muted);font-size:11px}.shell-module__bifV8q__userArea{align-items:center;gap:var(--space-3);display:flex}.shell-module__bifV8q__userIdentity{align-items:center;gap:var(--space-2);display:flex}.shell-module__bifV8q__avatar{border:1px solid var(--brand-violet);background:color-mix(in srgb, var(--brand-violet) 14%, transparent);width:34px;height:34px;color:var(--brand-violet-50);justify-content:center;align-items:center;font-size:11px;font-weight:800;display:inline-flex}.shell-module__bifV8q__userIdentity>span:last-child{flex-direction:column;max-width:176px;line-height:1.25;display:flex}.shell-module__bifV8q__userIdentity strong,.shell-module__bifV8q__userIdentity small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.shell-module__bifV8q__userIdentity strong{font-size:12px}.shell-module__bifV8q__userIdentity small{color:var(--color-text-muted);font-size:10px}.shell-module__bifV8q__userArea>button{border-radius:var(--radius-md);width:40px;height:40px;color:var(--color-text-secondary);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.shell-module__bifV8q__userArea>button:hover{background:var(--color-surface);color:var(--color-text-primary)}.shell-module__bifV8q__userArea>button svg{width:18px;height:18px}.shell-module__bifV8q__mobileToggle{display:none!important}.shell-module__bifV8q__mobileNav{display:none}.shell-module__bifV8q__content{min-height:calc(100vh - 64px)}@media (max-width:860px){.shell-module__bifV8q__header{height:56px}.shell-module__bifV8q__headerInner{padding-inline:var(--space-4);gap:var(--space-3);grid-template-columns:1fr auto}.shell-module__bifV8q__logoLink{width:136px}.shell-module__bifV8q__desktopNav,.shell-module__bifV8q__userIdentity,.shell-module__bifV8q__userArea>button:not(.shell-module__bifV8q__mobileToggle){display:none}.shell-module__bifV8q__mobileToggle{display:inline-flex!important}.shell-module__bifV8q__mobileNav{padding:var(--space-3) var(--space-4) var(--space-4);gap:var(--space-1);border-bottom:1px solid var(--color-border-strong);background:var(--color-surface);flex-direction:column;display:flex}.shell-module__bifV8q__mobileNav p{margin:var(--space-2) var(--space-3) 0;color:var(--color-text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:700}.shell-module__bifV8q__mobileNav a,.shell-module__bifV8q__mobileNav button{min-height:44px;padding:0 var(--space-3);align-items:center;gap:var(--space-3);border-radius:var(--radius-md);color:var(--color-text-primary);cursor:pointer;background:0 0;border:0;font-size:14px;font-weight:600;text-decoration:none;display:flex}.shell-module__bifV8q__mobileNav a:hover,.shell-module__bifV8q__mobileNav button:hover{background:var(--color-surface-2)}.shell-module__bifV8q__mobileNav svg{width:17px;height:17px}.shell-module__bifV8q__content{min-height:calc(100vh - 56px)}}
