.AiChatSheet-module-scss-module__JMVm1G__backdrop{z-index:89;opacity:0;visibility:hidden;background:#04081480;border:0;transition:opacity .2s,visibility .2s;position:fixed;inset:0}.AiChatSheet-module-scss-module__JMVm1G__backdropOpen{opacity:1;visibility:visible}.AiChatSheet-module-scss-module__JMVm1G__popup{z-index:90;background:var(--card);border:1px solid var(--border);transform-origin:100% 100%;border-radius:20px;width:min(400px,100vw - 32px);height:min(600px,100dvh - 120px);transition:opacity .2s,transform .24s cubic-bezier(.34,1.2,.64,1);display:flex;position:fixed;bottom:20px;right:20px;overflow:hidden;box-shadow:0 24px 60px -20px #00000080,0 8px 24px #0000002e}.AiChatSheet-module-scss-module__JMVm1G__closed{opacity:0;pointer-events:none;transform:translateY(14px)scale(.96)}.AiChatSheet-module-scss-module__JMVm1G__popupTop{top:calc(var(--app-header-h) + 20px);transform-origin:100% 0;bottom:auto}.AiChatSheet-module-scss-module__JMVm1G__popupTop.AiChatSheet-module-scss-module__JMVm1G__closed{transform:translateY(-14px)scale(.96)}@media (max-width:600px){.AiChatSheet-module-scss-module__JMVm1G__popup{width:auto;height:min(80vh,100dvh - 96px);bottom:12px;left:12px;right:12px}.AiChatSheet-module-scss-module__JMVm1G__popupTop{top:calc(var(--app-header-h) + 12px);bottom:auto}}.AiChatSheet-module-scss-module__JMVm1G__inner{flex-direction:column;width:100%;height:100%;padding:16px;display:flex}.AiChatSheet-module-scss-module__JMVm1G__head{align-items:center;gap:10px;display:flex}.AiChatSheet-module-scss-module__JMVm1G__spark{width:34px;height:34px;color:var(--brand-foreground);background:var(--grad-btn);border-radius:11px;place-items:center;display:grid}.AiChatSheet-module-scss-module__JMVm1G__title{margin:0;font-size:15px;font-weight:800}.AiChatSheet-module-scss-module__JMVm1G__close{border:1px solid var(--border);background:var(--card);width:30px;height:30px;color:var(--muted-ink);cursor:pointer;border-radius:9px;place-items:center;margin-left:auto;display:grid}.AiChatSheet-module-scss-module__JMVm1G__close:hover{color:var(--foreground);border-color:var(--primary)}.AiChatSheet-module-scss-module__JMVm1G__sub{color:var(--muted-ink);margin:8px 0 14px;font-size:12px}.AiChatSheet-module-scss-module__JMVm1G__scroll{overscroll-behavior:contain;flex:1;min-height:0;margin:0 -4px;padding:0 4px;overflow-y:auto}.AiChatSheet-module-scss-module__JMVm1G__group{letter-spacing:.05em;text-transform:uppercase;color:var(--muted-ink);margin:8px 2px 9px;font-size:10.5px;font-weight:800}.AiChatSheet-module-scss-module__JMVm1G__insight{background:var(--elev);border-radius:13px;gap:10px;margin-bottom:9px;padding:12px;display:flex}.AiChatSheet-module-scss-module__JMVm1G__iico{width:28px;height:28px;color:var(--brand-foreground);border-radius:9px;flex:none;place-items:center;display:grid}.AiChatSheet-module-scss-module__JMVm1G__itext{color:var(--ink2);font-size:12.5px;line-height:1.45}.AiChatSheet-module-scss-module__JMVm1G__chips{flex-wrap:wrap;gap:8px;margin-bottom:6px;display:flex}.AiChatSheet-module-scss-module__JMVm1G__chip{font:inherit;color:var(--ink2);background:var(--fill);border:1px solid var(--border);cursor:pointer;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:600}.AiChatSheet-module-scss-module__JMVm1G__chip:hover{border-color:var(--primary);color:var(--foreground)}.AiChatSheet-module-scss-module__JMVm1G__thread{flex-direction:column;align-items:flex-end;gap:8px;margin-top:16px;display:flex}.AiChatSheet-module-scss-module__JMVm1G__msgOut{max-width:85%;color:var(--brand-foreground);background:var(--brand);word-break:break-word;border-radius:14px 14px 4px;margin:0;padding:9px 12px;font-size:12.5px;line-height:1.45}.AiChatSheet-module-scss-module__JMVm1G__input{border:1px solid var(--border);background:var(--fill);border-radius:14px;align-items:center;gap:8px;height:46px;margin-top:12px;padding:0 6px 0 14px;display:flex}.AiChatSheet-module-scss-module__JMVm1G__input input{min-width:0;font:inherit;color:var(--foreground);background:0 0;border:0;outline:none;flex:1;font-size:16px}.AiChatSheet-module-scss-module__JMVm1G__input input::placeholder{color:var(--muted-ink)}.AiChatSheet-module-scss-module__JMVm1G__send{cursor:pointer;width:34px;height:34px;color:var(--brand-foreground);background:var(--brand);border:0;border-radius:10px;place-items:center;display:grid}.AiChatSheet-module-scss-module__JMVm1G__mic{border:1px solid var(--border);background:var(--card);width:34px;height:34px;color:var(--muted-ink);cursor:pointer;border-radius:10px;place-items:center;transition:color .15s,border-color .15s,background .15s;display:grid}.AiChatSheet-module-scss-module__JMVm1G__mic:hover{color:var(--foreground);border-color:var(--primary)}.AiChatSheet-module-scss-module__JMVm1G__micActive{color:var(--brand-foreground);background:var(--critical);border-color:#0000;animation:1.3s ease-in-out infinite AiChatSheet-module-scss-module__JMVm1G__micPulse}.AiChatSheet-module-scss-module__JMVm1G__micActive:hover{color:var(--brand-foreground);border-color:#0000}@keyframes AiChatSheet-module-scss-module__JMVm1G__micPulse{0%,to{box-shadow:0 0 0 0 color-mix(in srgb, var(--critical) 55%, transparent)}50%{box-shadow:0 0 0 5px #0000}}
.BrandLogo-module-scss-module__QOAEga__logo{width:118px;height:28px;display:block;position:relative}.BrandLogo-module-scss-module__QOAEga__img{object-fit:contain;object-position:left center}.BrandLogo-module-scss-module__QOAEga__dark{display:none}[data-theme=dark] .BrandLogo-module-scss-module__QOAEga__light{display:none}[data-theme=dark] .BrandLogo-module-scss-module__QOAEga__dark{display:block}.BrandLogo-module-scss-module__QOAEga__shine{pointer-events:none;background:linear-gradient(100deg, transparent 42%, color-mix(in srgb, var(--glow) 55%, var(--brand-foreground)) 50%, transparent 58%);opacity:0;background-position:135% 0;background-repeat:no-repeat;background-size:220% 100%;animation:5s ease-in-out infinite BrandLogo-module-scss-module__QOAEga__brandShine;position:absolute;inset:0;-webkit-mask-image:url(/images/qonnex-dark.svg);mask-image:url(/images/qonnex-dark.svg);-webkit-mask-position:0;mask-position:0;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@keyframes BrandLogo-module-scss-module__QOAEga__brandShine{0%{opacity:0;background-position:135% 0}6%{opacity:1}26%{opacity:0;background-position:-35% 0}to{opacity:0;background-position:-35% 0}}@media (prefers-reduced-motion:reduce){.BrandLogo-module-scss-module__QOAEga__shine{animation:none}}.BrandLogo-module-scss-module__QOAEga__compact{width:34px}.BrandLogo-module-scss-module__QOAEga__compact .BrandLogo-module-scss-module__QOAEga__img{object-fit:cover;object-position:left center}.BrandLogo-module-scss-module__QOAEga__compact .BrandLogo-module-scss-module__QOAEga__shine{-webkit-mask-size:cover;mask-size:cover}
.ContextSwitcher-module-scss-module__k3p-Ea__trigger{border:1px solid var(--border);background:color-mix(in oklab, var(--fill) 45%, transparent);width:100%;color:var(--foreground);font:inherit;text-align:left;cursor:pointer;border-radius:12px;align-items:center;gap:11px;padding:8px 10px;transition:border-color .16s,background .16s,box-shadow .16s;display:flex}.ContextSwitcher-module-scss-module__k3p-Ea__trigger:hover{border-color:color-mix(in srgb, var(--brand) 45%, var(--border));box-shadow:0 0 0 3px var(--brand-wash)}.ContextSwitcher-module-scss-module__k3p-Ea__trigger:focus-visible{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-wash);outline:none}.ContextSwitcher-module-scss-module__k3p-Ea__trigger[data-state=open]{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-wash)}.ContextSwitcher-module-scss-module__k3p-Ea__triggerCollapsed{justify-content:center;gap:0;padding:8px 0}.ContextSwitcher-module-scss-module__k3p-Ea__icon{width:32px;height:32px;color:var(--brand-foreground);background:var(--grad-btn);border-radius:10px;flex:none;place-items:center;display:grid}.ContextSwitcher-module-scss-module__k3p-Ea__text{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.ContextSwitcher-module-scss-module__k3p-Ea__tenant{letter-spacing:.055em;text-transform:uppercase;color:var(--brand);text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:800;display:block;overflow:hidden}.ContextSwitcher-module-scss-module__k3p-Ea__level{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:13.5px;font-weight:700;display:block;overflow:hidden}.ContextSwitcher-module-scss-module__k3p-Ea__chevron{color:var(--muted-ink);flex:none}.ContextSwitcher-module-scss-module__k3p-Ea__menu{min-width:232px}.ContextSwitcher-module-scss-module__k3p-Ea__menuLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--muted-ink);padding:6px 8px 3px;font-size:9.5px;font-weight:700}.ContextSwitcher-module-scss-module__k3p-Ea__item svg{flex:none}
.ProfileMenu-module-scss-module__nOawLW__trigger{cursor:pointer;background:0 0;border:0;border-radius:50%;padding:0;transition:box-shadow .16s}.ProfileMenu-module-scss-module__nOawLW__trigger:hover,.ProfileMenu-module-scss-module__nOawLW__trigger[data-state=open]{box-shadow:0 0 0 3px var(--brand-wash)}.ProfileMenu-module-scss-module__nOawLW__menu{min-width:12rem}.ProfileMenu-module-scss-module__nOawLW__name{color:var(--foreground);margin:0;font-size:13px;font-weight:700}.ProfileMenu-module-scss-module__nOawLW__email{color:var(--muted-foreground);margin:2px 0 0;font-size:11.5px;font-weight:400}
.SplashScreen-module-scss-module__egPsXa__splash{z-index:300;background:var(--background);place-items:center;display:none;position:fixed;inset:0;overflow:hidden}html[data-splash] .SplashScreen-module-scss-module__egPsXa__splash{display:grid}.SplashScreen-module-scss-module__egPsXa__forced{display:grid}html[data-splash-leaving] .SplashScreen-module-scss-module__egPsXa__splash{animation:.45s forwards SplashScreen-module-scss-module__egPsXa__splashOut}.SplashScreen-module-scss-module__egPsXa__grid{z-index:0;background-image:radial-gradient(var(--border) 1.1px, transparent 1.3px);opacity:.6;background-size:22px 22px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(120% 90% at 50% 45%,#000 55%,#0000);mask-image:radial-gradient(120% 90% at 50% 45%,#000 55%,#0000)}.SplashScreen-module-scss-module__egPsXa__halo{z-index:0;border:1px solid var(--glow);opacity:0;border-radius:50%;width:250px;height:250px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.6)}.SplashScreen-module-scss-module__egPsXa__h1{animation:3s ease-out infinite SplashScreen-module-scss-module__egPsXa__ring}.SplashScreen-module-scss-module__egPsXa__h2{animation:3s ease-out 1s infinite SplashScreen-module-scss-module__egPsXa__ring}.SplashScreen-module-scss-module__egPsXa__h3{animation:3s ease-out 2s infinite SplashScreen-module-scss-module__egPsXa__ring}.SplashScreen-module-scss-module__egPsXa__stage{z-index:2;flex-direction:column;align-items:center;animation:.7s cubic-bezier(.2,.75,.25,1) both SplashScreen-module-scss-module__egPsXa__stageIn;display:flex;position:relative}.SplashScreen-module-scss-module__egPsXa__welcome{letter-spacing:.34em;text-transform:uppercase;color:var(--muted-ink);margin:0 0 40px;font-size:12px;font-weight:800}.SplashScreen-module-scss-module__egPsXa__logo{--s:2.7;transform:scale(var(--s));transform-origin:50%;animation:1.9s ease-in-out .6s infinite SplashScreen-module-scss-module__egPsXa__pulse}.SplashScreen-module-scss-module__egPsXa__tag{color:var(--ink2);margin:40px 0 0;font-size:13px}.SplashScreen-module-scss-module__egPsXa__progress{z-index:2;background:var(--border);border-radius:2px;width:210px;height:2px;animation:.6s .4s both SplashScreen-module-scss-module__egPsXa__barIn;position:absolute;bottom:15%;left:50%;overflow:hidden;transform:translate(-50%)}.SplashScreen-module-scss-module__egPsXa__progress i{background:var(--brand);border-radius:2px;width:35%;height:100%;animation:1.3s ease-in-out infinite SplashScreen-module-scss-module__egPsXa__barSlide;position:absolute;top:0;left:0}@keyframes SplashScreen-module-scss-module__egPsXa__ring{0%{opacity:.5;transform:translate(-50%,-50%)scale(.6)}to{opacity:0;transform:translate(-50%,-50%)scale(1.9)}}@keyframes SplashScreen-module-scss-module__egPsXa__barSlide{0%{left:-40%}to{left:105%}}@keyframes SplashScreen-module-scss-module__egPsXa__barIn{0%{opacity:0}to{opacity:1}}@keyframes SplashScreen-module-scss-module__egPsXa__stageIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes SplashScreen-module-scss-module__egPsXa__pulse{0%,to{transform:scale(var(--s));opacity:.94}50%{transform:scale(calc(var(--s) * 1.05));opacity:1}}@keyframes SplashScreen-module-scss-module__egPsXa__splashOut{to{opacity:0;visibility:hidden}}@media (max-width:520px){.SplashScreen-module-scss-module__egPsXa__logo{--s:2}.SplashScreen-module-scss-module__egPsXa__welcome{margin-bottom:30px}.SplashScreen-module-scss-module__egPsXa__tag{margin-top:30px;font-size:12px}}
.RouteProgress-module-scss-module__kcPRlG__track{z-index:250;pointer-events:none;background:0 0;height:3px;position:fixed;inset:0 0 auto}.RouteProgress-module-scss-module__kcPRlG__fill{background:linear-gradient(90deg, var(--brand), color-mix(in srgb, var(--brand) 55%, var(--grad-btn-ink)));height:100%;box-shadow:0 0 10px color-mix(in srgb, var(--brand) 65%, transparent);will-change:width;border-radius:0 3px 3px 0;transition:width .2s}@media (prefers-reduced-motion:reduce){.RouteProgress-module-scss-module__kcPRlG__fill{transition:none}}
.ThemeToggle-module-scss-module__EFkxFW__toggle{border:1px solid var(--border);background:var(--card);width:36px;height:36px;color:var(--muted-foreground);cursor:pointer;border-radius:10px;place-items:center;display:grid}.ThemeToggle-module-scss-module__EFkxFW__toggle:hover{color:var(--foreground)}
.TopAccent-module-scss-module__-QpTGq__accent{background:var(--grad-hairline);pointer-events:none;height:2px;position:absolute;bottom:-2px;left:0;right:0}
.RailPanel-module-scss-module__AImiwa__panel{background:var(--chrome);flex-direction:column;height:100%;min-height:0;display:flex}.RailPanel-module-scss-module__AImiwa__cap{z-index:2;background:linear-gradient(180deg, #060a1438, #060a1400),var(--grad-btn);color:var(--brand-foreground);box-shadow:inset 0 -1px 0 #ffffff40,0 12px 30px -18px var(--grad-btn-glow);flex:none;align-items:center;gap:9px;padding:11px 12px 11px 11px;display:flex;position:sticky;top:0}.RailPanel-module-scss-module__AImiwa__handle{background:#ffffff8c;border-radius:999px;width:38px;height:4px;position:absolute;top:5px;left:50%;transform:translate(-50%)}.RailPanel-module-scss-module__AImiwa__badge{background:var(--badge-on-aurora);color:var(--badge-on-aurora-ink);letter-spacing:.1em;text-transform:uppercase;border-radius:999px;flex:none;align-items:center;gap:6px;padding:4px 8px;font-size:9.5px;font-weight:900;display:inline-flex;box-shadow:0 3px 10px -4px #00000080}.RailPanel-module-scss-module__AImiwa__pulse{background:var(--brand);border-radius:50%;width:6px;height:6px;animation:1.8s ease-out infinite RailPanel-module-scss-module__AImiwa__rail-pulse}@keyframes RailPanel-module-scss-module__AImiwa__rail-pulse{0%{box-shadow:0 0 #2563ffbf}70%,to{box-shadow:0 0 0 7px #2563ff00}}.RailPanel-module-scss-module__AImiwa__title{letter-spacing:.025em;text-transform:uppercase;text-shadow:0 1px 10px #04081473;flex:1;min-width:0;margin:0;font-size:11.4px;font-weight:850;line-height:1.25}.RailPanel-module-scss-module__AImiwa__close{width:24px;height:24px;color:var(--brand-foreground);cursor:pointer;background:#ffffff2e;border:0;border-radius:7px;flex:none;place-items:center;transition:background .15s;display:grid}.RailPanel-module-scss-module__AImiwa__close:hover{background:#ffffff4d}.RailPanel-module-scss-module__AImiwa__body{flex:1;min-height:0;padding:18px 22px 6px;overflow-y:auto}.RailPanel-module-scss-module__AImiwa__fill{flex-direction:column;flex:1;min-height:0;display:flex}.RailPanel-module-scss-module__AImiwa__footer{z-index:2;background:var(--chrome);flex:none;position:sticky;bottom:0}.RailPanel-module-scss-module__AImiwa__footNote{border-top:1px solid var(--border);text-align:center;color:var(--muted-ink);margin:0;padding:10px 22px 8px;font-size:11px}.RailPanel-module-scss-module__AImiwa__cta{background:var(--grad-btn);width:100%;color:var(--brand-foreground);font:inherit;letter-spacing:.07em;text-transform:uppercase;cursor:pointer;box-shadow:0 -14px 34px -22px var(--grad-btn-glow),inset 0 1px 0 #ffffff47;border:0;border-radius:0;justify-content:center;align-items:center;gap:9px;padding:17px 18px;font-size:12.5px;font-weight:850;transition:filter .15s;display:flex}.RailPanel-module-scss-module__AImiwa__cta:hover:not(:disabled){filter:brightness(1.06)}.RailPanel-module-scss-module__AImiwa__cta:disabled{opacity:.55;filter:saturate(.7);cursor:not-allowed}.RailPanel-module-scss-module__AImiwa__cta:focus-visible,.RailPanel-module-scss-module__AImiwa__close:focus-visible{outline:2px solid var(--ring);outline-offset:2px}@media (prefers-reduced-motion:reduce){.RailPanel-module-scss-module__AImiwa__pulse{animation:none}}
.InvestmentSchedule-module-scss-module__G1UWgW__guarantee{isolation:isolate;border:1px solid color-mix(in srgb, var(--app-success) 38%, transparent);background:linear-gradient(135deg, color-mix(in srgb, var(--app-success) 16%, transparent), color-mix(in srgb, var(--app-success) 5%, transparent) 60%, color-mix(in srgb, var(--grad-btn-ink) 6%, transparent));border-radius:14px;grid-template-columns:44px 1fr;align-items:center;gap:14px;margin-bottom:20px;padding:16px 18px 16px 16px;animation:.5s cubic-bezier(.2,.75,.25,1) both InvestmentSchedule-module-scss-module__G1UWgW__invest-rise;display:grid;position:relative;overflow:hidden}.InvestmentSchedule-module-scss-module__G1UWgW__guarantee:after{content:"";background:linear-gradient(90deg, transparent, var(--app-success), transparent);opacity:.9;width:40%;height:1.6px;animation:3.2s ease-in-out 1s infinite InvestmentSchedule-module-scss-module__G1UWgW__invest-sweep;position:absolute;top:0;left:-40%}.InvestmentSchedule-module-scss-module__G1UWgW__shield{width:44px;height:44px;color:var(--app-success);background:var(--app-success-soft);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--app-success) 35%, transparent),0 8px 20px -10px color-mix(in srgb, var(--app-success) 60%, transparent);border-radius:12px;place-items:center;display:grid}.InvestmentSchedule-module-scss-module__G1UWgW__guaranteeTitle{letter-spacing:-.005em;color:var(--foreground);font-size:15.5px;font-weight:850;line-height:1.2;display:block}.InvestmentSchedule-module-scss-module__G1UWgW__guaranteeTitle em{color:var(--app-success);font-style:normal}.InvestmentSchedule-module-scss-module__G1UWgW__guaranteeBody{color:var(--muted-foreground);margin:4px 0 0;font-size:12.3px;line-height:1.5}.InvestmentSchedule-module-scss-module__G1UWgW__prepared{border:1px solid var(--border);background:var(--card);border-radius:12px;margin-bottom:20px;padding:12px 14px;animation:.5s cubic-bezier(.2,.75,.25,1) 60ms both InvestmentSchedule-module-scss-module__G1UWgW__invest-rise}.InvestmentSchedule-module-scss-module__G1UWgW__preparedRow{grid-template-columns:auto 1fr auto auto;align-items:baseline;gap:4px 10px;display:grid}.InvestmentSchedule-module-scss-module__G1UWgW__preparedKey{letter-spacing:.06em;text-transform:uppercase;color:var(--muted-ink);font-size:10.5px;font-weight:800}.InvestmentSchedule-module-scss-module__G1UWgW__preparedVal{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--foreground);font-size:12.5px;font-weight:700;overflow:hidden}.InvestmentSchedule-module-scss-module__G1UWgW__preparedNote{border-top:1px solid var(--border);color:var(--muted-foreground);align-items:center;gap:9px;margin:10px 0 0;padding-top:10px;font-size:11.8px;line-height:1.5;display:flex}.InvestmentSchedule-module-scss-module__G1UWgW__avatar{background:var(--grad-btn);width:24px;height:24px;color:var(--brand-foreground);letter-spacing:.02em;border-radius:8px;flex:none;place-items:center;font-size:9.5px;font-weight:800;display:grid}.InvestmentSchedule-module-scss-module__G1UWgW__breakdownHead{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:10px;display:flex}.InvestmentSchedule-module-scss-module__G1UWgW__breakdownHead b{letter-spacing:.08em;text-transform:uppercase;color:var(--muted-ink);font-size:11px;font-weight:800}.InvestmentSchedule-module-scss-module__G1UWgW__breakdownHead span{color:var(--muted-ink);font-size:11px}.InvestmentSchedule-module-scss-module__G1UWgW__timeline{margin:0 0 18px;padding:0 0 0 2px;list-style:none;position:relative}.InvestmentSchedule-module-scss-module__G1UWgW__timeline:before{content:"";background:linear-gradient(180deg, var(--grad-btn-ink), color-mix(in srgb, var(--grad-btn-ink) 15%, transparent));border-radius:2px;width:2px;position:absolute;top:18px;bottom:18px;left:18px}.InvestmentSchedule-module-scss-module__G1UWgW__milestone{grid-template-columns:34px 1fr auto;align-items:start;gap:0 12px;padding:10px 0 14px;animation:.45s cubic-bezier(.2,.75,.25,1) both InvestmentSchedule-module-scss-module__G1UWgW__invest-rise;display:grid;position:relative}.InvestmentSchedule-module-scss-module__G1UWgW__milestone+.InvestmentSchedule-module-scss-module__G1UWgW__milestone{border-top:1px dashed var(--border)}.InvestmentSchedule-module-scss-module__G1UWgW__milestone:first-child{animation-delay:.1s}.InvestmentSchedule-module-scss-module__G1UWgW__milestone:nth-child(2){animation-delay:.16s}.InvestmentSchedule-module-scss-module__G1UWgW__milestone:nth-child(3){animation-delay:.22s}.InvestmentSchedule-module-scss-module__G1UWgW__milestone:nth-child(4){animation-delay:.28s}.InvestmentSchedule-module-scss-module__G1UWgW__msIcon{background:linear-gradient(var(--card), var(--card)) padding-box,var(--grad-btn) border-box;color:var(--grad-btn-ink);border:1.4px solid #0000;transition:box-shadow .16s,transform .16s,filter .16s}.InvestmentSchedule-module-scss-module__G1UWgW__msIcon svg{color:var(--grad-btn-ink)}.InvestmentSchedule-module-scss-module__G1UWgW__msIcon:hover{box-shadow:0 6px 18px -8px var(--grad-btn-glow);transform:translateY(-1px)}.InvestmentSchedule-module-scss-module__G1UWgW__msIcon:active{transform:translateY(0)scale(.985)}.InvestmentSchedule-module-scss-module__G1UWgW__msIcon{z-index:1;border-radius:10px;place-items:center;width:34px;height:34px;display:grid;position:relative}.InvestmentSchedule-module-scss-module__G1UWgW__msIcon:hover,.InvestmentSchedule-module-scss-module__G1UWgW__msIcon:active{box-shadow:none;transform:none}.InvestmentSchedule-module-scss-module__G1UWgW__final .InvestmentSchedule-module-scss-module__G1UWgW__msIcon{background:var(--grad-btn);color:var(--brand-foreground);box-shadow:0 8px 20px -8px var(--grad-btn-glow)}.InvestmentSchedule-module-scss-module__G1UWgW__final .InvestmentSchedule-module-scss-module__G1UWgW__msIcon svg{color:var(--brand-foreground)}.InvestmentSchedule-module-scss-module__G1UWgW__msHead{flex-direction:column;gap:2px;padding-top:3px;display:flex}.InvestmentSchedule-module-scss-module__G1UWgW__msTitle{color:var(--foreground);align-items:center;gap:6px;font-size:13.6px;font-weight:750;line-height:1.3;display:flex}.InvestmentSchedule-module-scss-module__G1UWgW__msPct{background:var(--fill);color:var(--muted-foreground);letter-spacing:.04em;border-radius:5px;padding:1px 6px;font-size:10.5px;font-weight:800}.InvestmentSchedule-module-scss-module__G1UWgW__msPhase{letter-spacing:.02em;color:var(--grad-btn-ink);font-size:11px;font-weight:700}.InvestmentSchedule-module-scss-module__G1UWgW__msAmount{font-variant-numeric:tabular-nums;letter-spacing:-.01em;white-space:nowrap;text-align:right;color:var(--foreground);padding-top:3px;font-size:14px;font-weight:800}.InvestmentSchedule-module-scss-module__G1UWgW__msAmount i{letter-spacing:.06em;text-transform:uppercase;color:var(--muted-ink);font-size:10px;font-style:normal;font-weight:700;display:block}.InvestmentSchedule-module-scss-module__G1UWgW__final .InvestmentSchedule-module-scss-module__G1UWgW__msAmount{color:var(--grad-btn-ink)}.InvestmentSchedule-module-scss-module__G1UWgW__msDesc{color:var(--muted-ink);grid-column:2/4;margin:4px 0 0;font-size:11.8px;line-height:1.5}.InvestmentSchedule-module-scss-module__G1UWgW__total{border:1px solid var(--border);background:var(--card);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;padding:14px 16px;display:flex}.InvestmentSchedule-module-scss-module__G1UWgW__totalLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--muted-foreground);font-size:11.5px;font-weight:800}.InvestmentSchedule-module-scss-module__G1UWgW__totalLabel small{letter-spacing:0;text-transform:none;color:var(--muted-ink);margin-top:2px;font-size:10.5px;font-weight:600;display:block}.InvestmentSchedule-module-scss-module__G1UWgW__totalAmount{font-variant-numeric:tabular-nums;letter-spacing:-.02em;white-space:nowrap;background:var(--grad-btn);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:22px;font-weight:850}.InvestmentSchedule-module-scss-module__G1UWgW__terms{border:1px solid var(--border);background:var(--elev);color:var(--muted-ink);border-radius:10px;margin:0 0 16px;padding:11px 13px;font-size:11.6px;line-height:1.6}.InvestmentSchedule-module-scss-module__G1UWgW__terms b{color:var(--muted-foreground)}.InvestmentSchedule-module-scss-module__G1UWgW__termsLink{color:var(--grad-btn-ink);text-decoration:none}.InvestmentSchedule-module-scss-module__G1UWgW__termsLink:hover{text-decoration:underline}.InvestmentSchedule-module-scss-module__G1UWgW__consent{border-top:1px solid var(--border);cursor:pointer;align-items:flex-start;gap:10px;padding:12px 22px 10px;display:flex}.InvestmentSchedule-module-scss-module__G1UWgW__consentInput{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.InvestmentSchedule-module-scss-module__G1UWgW__consentBox{border:1.5px solid var(--input);background:var(--card);width:17px;height:17px;color:var(--brand-foreground);border-radius:5px;flex:none;place-items:center;margin-top:1px;transition:border-color .15s,background .15s;display:grid}.InvestmentSchedule-module-scss-module__G1UWgW__consentBox svg{opacity:0;transition:opacity .15s}.InvestmentSchedule-module-scss-module__G1UWgW__consentInput:checked+.InvestmentSchedule-module-scss-module__G1UWgW__consentBox{background:var(--grad-btn);border-color:#0000}.InvestmentSchedule-module-scss-module__G1UWgW__consentInput:checked+.InvestmentSchedule-module-scss-module__G1UWgW__consentBox svg{opacity:1}.InvestmentSchedule-module-scss-module__G1UWgW__consentInput:focus-visible+.InvestmentSchedule-module-scss-module__G1UWgW__consentBox{outline:2px solid var(--ring);outline-offset:2px}.InvestmentSchedule-module-scss-module__G1UWgW__consentText{color:var(--muted-foreground);font-size:11.8px;line-height:1.5}.InvestmentSchedule-module-scss-module__G1UWgW__trust{color:var(--muted-ink);justify-content:center;align-items:center;gap:12px;margin:0;padding:0 22px 10px;font-size:11px;display:flex}.InvestmentSchedule-module-scss-module__G1UWgW__trustError{color:var(--app-danger);text-align:center}.InvestmentSchedule-module-scss-module__G1UWgW__stripe{letter-spacing:-.02em;color:var(--grad-btn-ink);font-size:13px;font-weight:900}.InvestmentSchedule-module-scss-module__G1UWgW__dot{background:var(--muted-ink);border-radius:50%;width:3px;height:3px}.InvestmentSchedule-module-scss-module__G1UWgW__spin{animation:.9s linear infinite InvestmentSchedule-module-scss-module__G1UWgW__invest-spin}.InvestmentSchedule-module-scss-module__G1UWgW__done{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:0;padding:28px 30px;display:flex;overflow-y:auto}.InvestmentSchedule-module-scss-module__G1UWgW__doneIcon{width:64px;height:64px;color:var(--app-success);background:var(--app-success-soft);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--app-success) 35%, transparent),0 14px 40px -16px color-mix(in srgb, var(--app-success) 60%, transparent);border-radius:20px;place-items:center;margin-bottom:18px;animation:.5s cubic-bezier(.2,.9,.3,1.3) both InvestmentSchedule-module-scss-module__G1UWgW__invest-pop;display:grid}.InvestmentSchedule-module-scss-module__G1UWgW__doneTitle{letter-spacing:-.01em;margin:0 0 8px;font-size:19px;font-weight:800}.InvestmentSchedule-module-scss-module__G1UWgW__doneBody{max-width:36ch;color:var(--muted-foreground);margin:0 0 18px;font-size:13px;line-height:1.6}.InvestmentSchedule-module-scss-module__G1UWgW__receipt{border:1px solid var(--border);background:var(--card);text-align:left;border-radius:12px;width:100%;margin:0 0 18px;padding:4px 14px}.InvestmentSchedule-module-scss-module__G1UWgW__receipt div{border-bottom:1px solid var(--border);justify-content:space-between;gap:12px;padding:9px 0;font-size:12.3px;display:flex}.InvestmentSchedule-module-scss-module__G1UWgW__receipt div:last-child{border-bottom:0}.InvestmentSchedule-module-scss-module__G1UWgW__receipt dt{color:var(--muted-ink)}.InvestmentSchedule-module-scss-module__G1UWgW__receipt dd{font-variant-numeric:tabular-nums;text-align:right;color:var(--foreground);margin:0;font-weight:700}.InvestmentSchedule-module-scss-module__G1UWgW__receiptOk{color:var(--app-success)!important}.InvestmentSchedule-module-scss-module__G1UWgW__primary{background:var(--grad-btn);color:var(--brand-foreground);font:inherit;cursor:pointer;box-shadow:0 8px 22px -12px var(--grad-btn-glow);border:0;border-radius:999px;align-items:center;gap:8px;padding:11px 18px;font-size:12.8px;font-weight:750;transition:filter .15s;display:inline-flex}.InvestmentSchedule-module-scss-module__G1UWgW__primary:hover{filter:brightness(1.06)}.InvestmentSchedule-module-scss-module__G1UWgW__ghost{border:1px solid var(--border);color:var(--muted-foreground);border-radius:999px;align-items:center;gap:8px;margin-top:10px;padding:9px 16px;font-size:12.3px;font-weight:650;text-decoration:none;transition:border-color .15s,color .15s;display:inline-flex}.InvestmentSchedule-module-scss-module__G1UWgW__ghost:hover{border-color:var(--grad-btn-ink);color:var(--foreground)}.InvestmentSchedule-module-scss-module__G1UWgW__primary:focus-visible,.InvestmentSchedule-module-scss-module__G1UWgW__ghost:focus-visible{outline:2px solid var(--ring);outline-offset:2px}@keyframes InvestmentSchedule-module-scss-module__G1UWgW__invest-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes InvestmentSchedule-module-scss-module__G1UWgW__invest-sweep{0%{left:-40%}60%,to{left:110%}}@keyframes InvestmentSchedule-module-scss-module__G1UWgW__invest-pop{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:none}}@keyframes InvestmentSchedule-module-scss-module__G1UWgW__invest-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.InvestmentSchedule-module-scss-module__G1UWgW__guarantee,.InvestmentSchedule-module-scss-module__G1UWgW__guarantee:after,.InvestmentSchedule-module-scss-module__G1UWgW__prepared,.InvestmentSchedule-module-scss-module__G1UWgW__milestone,.InvestmentSchedule-module-scss-module__G1UWgW__doneIcon{animation:none}}
.AiLauncher-module-scss-module__w2AgMG__fab{z-index:45;cursor:pointer;width:54px;height:54px;color:var(--brand-foreground);background:var(--grad-btn);box-shadow:0 12px 28px -8px color-mix(in srgb, var(--brand) 55%, transparent),0 4px 12px #0000002e;border:0;border-radius:50%;place-items:center;transition:transform .18s,box-shadow .18s,opacity .18s;display:grid;position:fixed;bottom:24px;right:24px}.AiLauncher-module-scss-module__w2AgMG__fab:hover{box-shadow:0 16px 34px -8px color-mix(in srgb, var(--brand) 65%, transparent),0 6px 16px #00000038;transform:translateY(-2px)scale(1.05)}.AiLauncher-module-scss-module__w2AgMG__fab:active{transform:scale(.95)}.AiLauncher-module-scss-module__w2AgMG__fabTop{z-index:2;position:absolute;top:20px;bottom:auto;right:24px}.AiLauncher-module-scss-module__w2AgMG__hidden{opacity:0;pointer-events:none;transform:scale(.6)}@media (max-width:600px){.AiLauncher-module-scss-module__w2AgMG__fab{width:44px;height:44px;bottom:16px;right:16px}.AiLauncher-module-scss-module__w2AgMG__fabTop{top:12px;bottom:auto;right:16px}}
.ProposalRequest-module-scss-module__7Jb1Qa__welcome{background:linear-gradient(var(--card), var(--card)) padding-box,var(--grad-btn) border-box;color:var(--grad-btn-ink);border:1.4px solid #0000;transition:box-shadow .16s,transform .16s,filter .16s}.ProposalRequest-module-scss-module__7Jb1Qa__welcome svg{color:var(--grad-btn-ink)}.ProposalRequest-module-scss-module__7Jb1Qa__welcome:hover{box-shadow:0 6px 18px -8px var(--grad-btn-glow);transform:translateY(-1px)}.ProposalRequest-module-scss-module__7Jb1Qa__welcome:active{transform:translateY(0)scale(.985)}.ProposalRequest-module-scss-module__7Jb1Qa__welcome{isolation:isolate;color:var(--foreground);border-radius:14px;margin-bottom:22px;padding:16px 18px 16px 62px;animation:.5s cubic-bezier(.2,.75,.25,1) both ProposalRequest-module-scss-module__7Jb1Qa__proposal-rise;position:relative;overflow:hidden}.ProposalRequest-module-scss-module__7Jb1Qa__welcome:hover,.ProposalRequest-module-scss-module__7Jb1Qa__welcome:active{box-shadow:none;transform:none}.ProposalRequest-module-scss-module__7Jb1Qa__welcome:before{content:"";z-index:-1;background:radial-gradient(closest-side, color-mix(in srgb, var(--grad-btn-ink) 30%, transparent), color-mix(in srgb, var(--grad-btn-ink) 14%, transparent) 55%, transparent 75%);border-radius:50%;animation:9s ease-in-out infinite alternate ProposalRequest-module-scss-module__7Jb1Qa__proposal-drift;position:absolute;inset:-60% 40% 40% -30%}.ProposalRequest-module-scss-module__7Jb1Qa__welcome:after{content:"";background:linear-gradient(90deg, transparent, var(--brand-foreground), transparent);opacity:.9;width:40%;height:1.6px;animation:3.2s ease-in-out 1s infinite ProposalRequest-module-scss-module__7Jb1Qa__proposal-sweep;position:absolute;top:0;left:-40%}.ProposalRequest-module-scss-module__7Jb1Qa__welcomeIcon{width:34px;height:34px;box-shadow:0 8px 20px -8px var(--grad-btn-glow);border-radius:8px;animation:3.4s ease-in-out infinite ProposalRequest-module-scss-module__7Jb1Qa__proposal-bob;position:absolute;top:16px;left:16px}.ProposalRequest-module-scss-module__7Jb1Qa__welcome b{letter-spacing:-.005em;margin-bottom:5px;font-size:14px;display:block}.ProposalRequest-module-scss-module__7Jb1Qa__welcome p{color:var(--ink2);margin:0;font-size:12.3px;line-height:1.62}@keyframes ProposalRequest-module-scss-module__7Jb1Qa__proposal-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes ProposalRequest-module-scss-module__7Jb1Qa__proposal-drift{0%{transform:translate(0)scale(1)}to{transform:translate(18%,14%)scale(1.15)}}@keyframes ProposalRequest-module-scss-module__7Jb1Qa__proposal-sweep{0%{left:-40%}60%,to{left:110%}}@keyframes ProposalRequest-module-scss-module__7Jb1Qa__proposal-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.ProposalRequest-module-scss-module__7Jb1Qa__section{border-top:1px solid var(--border);margin-top:20px;padding-top:20px;animation:.5s cubic-bezier(.2,.75,.25,1) both ProposalRequest-module-scss-module__7Jb1Qa__proposal-rise}.ProposalRequest-module-scss-module__7Jb1Qa__section:first-of-type{border-top:0;margin-top:0;padding-top:0}.ProposalRequest-module-scss-module__7Jb1Qa__section:first-of-type{animation-delay:80ms}.ProposalRequest-module-scss-module__7Jb1Qa__section:nth-of-type(2){animation-delay:.16s}.ProposalRequest-module-scss-module__7Jb1Qa__section:nth-of-type(3){animation-delay:.24s}.ProposalRequest-module-scss-module__7Jb1Qa__section:nth-of-type(4){animation-delay:.32s}.ProposalRequest-module-scss-module__7Jb1Qa__sectionHead{align-items:center;gap:10px;margin-bottom:14px;display:flex}.ProposalRequest-module-scss-module__7Jb1Qa__sectionIcon{background:linear-gradient(var(--card), var(--card)) padding-box,var(--grad-btn) border-box;color:var(--grad-btn-ink);border:1.4px solid #0000;transition:box-shadow .16s,transform .16s,filter .16s}.ProposalRequest-module-scss-module__7Jb1Qa__sectionIcon svg{color:var(--grad-btn-ink)}.ProposalRequest-module-scss-module__7Jb1Qa__sectionIcon:hover{box-shadow:0 6px 18px -8px var(--grad-btn-glow);transform:translateY(-1px)}.ProposalRequest-module-scss-module__7Jb1Qa__sectionIcon:active{transform:translateY(0)scale(.985)}.ProposalRequest-module-scss-module__7Jb1Qa__sectionIcon{border-radius:10px;flex:none;place-items:center;width:32px;height:32px;display:grid}.ProposalRequest-module-scss-module__7Jb1Qa__sectionIcon:hover,.ProposalRequest-module-scss-module__7Jb1Qa__sectionIcon:active{box-shadow:none;transform:none}.ProposalRequest-module-scss-module__7Jb1Qa__sectionTitle{letter-spacing:-.005em;font-size:14px;font-weight:750;display:block}.ProposalRequest-module-scss-module__7Jb1Qa__sectionSub{color:var(--muted-ink);margin-top:1px;font-size:11.4px;display:block}.ProposalRequest-module-scss-module__7Jb1Qa__two{grid-template-columns:1fr 1fr;gap:8px;display:grid}.ProposalRequest-module-scss-module__7Jb1Qa__field{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.ProposalRequest-module-scss-module__7Jb1Qa__label{letter-spacing:.02em;text-transform:uppercase;color:var(--muted-ink);font-size:11.5px;font-weight:700;display:block}.ProposalRequest-module-scss-module__7Jb1Qa__req{color:var(--app-danger);margin-left:2px;font-weight:800}.ProposalRequest-module-scss-module__7Jb1Qa__hint{color:var(--muted-ink);margin:-2px 0 2px;font-size:11.5px;line-height:1.55}.ProposalRequest-module-scss-module__7Jb1Qa__error{color:var(--app-danger);margin:0;font-size:12.5px}.ProposalRequest-module-scss-module__7Jb1Qa__stakeholder{grid-template-columns:1fr 1fr 140px 30px;gap:8px;margin-bottom:8px;display:grid}.ProposalRequest-module-scss-module__7Jb1Qa__removeRow{height:44px;color:var(--muted-ink);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;display:grid}.ProposalRequest-module-scss-module__7Jb1Qa__removeRow:hover{background:var(--fill);color:var(--foreground)}.ProposalRequest-module-scss-module__7Jb1Qa__rowError{color:var(--app-danger);grid-column:1/-1;margin:0;font-size:12.5px}.ProposalRequest-module-scss-module__7Jb1Qa__addRow{border:1px dashed var(--input);color:var(--ink2);font:inherit;cursor:pointer;background:0 0;border-radius:10px;align-items:center;gap:7px;padding:9px 14px;font-size:12.4px;font-weight:600;transition:border-color .15s,color .15s;display:inline-flex}.ProposalRequest-module-scss-module__7Jb1Qa__addRow:hover{border-color:var(--brand);color:var(--brand)}.ProposalRequest-module-scss-module__7Jb1Qa__privacy{border:1px solid var(--border);background:var(--elev);color:var(--muted-ink);border-radius:10px;margin:22px 0 16px;padding:11px 13px;font-size:11.6px;line-height:1.6}.ProposalRequest-module-scss-module__7Jb1Qa__privacy b{color:var(--ink2)}.ProposalRequest-module-scss-module__7Jb1Qa__privacyLink{color:var(--brand);text-decoration:none}.ProposalRequest-module-scss-module__7Jb1Qa__privacyLink:hover{text-decoration:underline}.ProposalRequest-module-scss-module__7Jb1Qa__addRow:focus-visible,.ProposalRequest-module-scss-module__7Jb1Qa__removeRow:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.ProposalRequest-module-scss-module__7Jb1Qa__spin{animation:.9s linear infinite ProposalRequest-module-scss-module__7Jb1Qa__proposal-spin}@keyframes ProposalRequest-module-scss-module__7Jb1Qa__proposal-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.ProposalRequest-module-scss-module__7Jb1Qa__welcome,.ProposalRequest-module-scss-module__7Jb1Qa__welcome:before,.ProposalRequest-module-scss-module__7Jb1Qa__welcome:after,.ProposalRequest-module-scss-module__7Jb1Qa__welcomeIcon,.ProposalRequest-module-scss-module__7Jb1Qa__section{animation:none}}
.AiPanel-module-scss-module__cq64nG__panel{top:calc(var(--app-header-h) + 20px);z-index:55;background:var(--card);border:1px solid var(--border);transform-origin:100% 0;border-radius:20px;width:min(400px,100vw - 32px);height:min(600px,100dvh - 120px);transition:opacity .2s,transform .24s cubic-bezier(.34,1.2,.64,1);display:flex;position:fixed;right:20px;overflow:hidden;box-shadow:0 24px 60px -20px #00000080,0 8px 24px #0000002e}.AiPanel-module-scss-module__cq64nG__inner{flex-direction:column;width:100%;height:100%;padding:16px;display:flex}.AiPanel-module-scss-module__cq64nG__closed{opacity:0;pointer-events:none;transform:translateY(-14px)scale(.96)}.AiPanel-module-scss-module__cq64nG__head{align-items:center;gap:10px;display:flex}.AiPanel-module-scss-module__cq64nG__spark{width:34px;height:34px;color:var(--brand-foreground);background:var(--grad-btn);border-radius:11px;place-items:center;display:grid}.AiPanel-module-scss-module__cq64nG__title{margin:0;font-size:15px;font-weight:800}.AiPanel-module-scss-module__cq64nG__expand{border:1px solid var(--border);background:var(--card);width:30px;height:30px;color:var(--muted-ink);cursor:pointer;border-radius:9px;place-items:center;margin-left:auto;display:grid}.AiPanel-module-scss-module__cq64nG__expand:hover{color:var(--foreground);border-color:var(--primary)}.AiPanel-module-scss-module__cq64nG__sub{color:var(--muted-ink);margin:8px 0 14px;font-size:12px}.AiPanel-module-scss-module__cq64nG__scroll{overscroll-behavior:contain;flex:1;min-height:0;margin:0 -4px;padding:0 4px;overflow-y:auto}.AiPanel-module-scss-module__cq64nG__group{letter-spacing:.05em;text-transform:uppercase;color:var(--muted-ink);margin:8px 2px 9px;font-size:10.5px;font-weight:800}.AiPanel-module-scss-module__cq64nG__insight{background:var(--elev);border-radius:13px;gap:10px;margin-bottom:9px;padding:12px;display:flex}.AiPanel-module-scss-module__cq64nG__iico{width:28px;height:28px;color:var(--brand-foreground);border-radius:9px;flex:none;place-items:center;display:grid}.AiPanel-module-scss-module__cq64nG__itext{color:var(--ink2);font-size:12.5px;line-height:1.45}.AiPanel-module-scss-module__cq64nG__chips{flex-wrap:wrap;gap:8px;margin-bottom:6px;display:flex}.AiPanel-module-scss-module__cq64nG__chip{font:inherit;color:var(--ink2);background:var(--fill);border:1px solid var(--border);cursor:pointer;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:600}.AiPanel-module-scss-module__cq64nG__chip:hover{border-color:var(--primary);color:var(--foreground)}.AiPanel-module-scss-module__cq64nG__input{border:1px solid var(--border);background:var(--fill);border-radius:14px;align-items:center;gap:8px;height:46px;margin-top:12px;padding:0 6px 0 14px;display:flex}.AiPanel-module-scss-module__cq64nG__input input{min-width:0;font:inherit;color:var(--foreground);background:0 0;border:0;outline:none;flex:1;font-size:16px}.AiPanel-module-scss-module__cq64nG__input input::placeholder{color:var(--muted-ink)}.AiPanel-module-scss-module__cq64nG__send{cursor:pointer;width:34px;height:34px;color:var(--brand-foreground);background:var(--brand);border:0;border-radius:10px;place-items:center;display:grid}.AiPanel-module-scss-module__cq64nG__thread{flex-direction:column;align-items:flex-end;gap:8px;margin-top:16px;display:flex}.AiPanel-module-scss-module__cq64nG__msgOut{max-width:85%;color:var(--brand-foreground);background:var(--brand);word-break:break-word;border-radius:14px 14px 4px;margin:0;padding:9px 12px;font-size:12.5px;line-height:1.45}.AiPanel-module-scss-module__cq64nG__backdrop{z-index:54;opacity:0;visibility:hidden;background:#04081480;border:0;transition:opacity .2s,visibility .2s;position:fixed;inset:0}.AiPanel-module-scss-module__cq64nG__backdropOpen{opacity:1;visibility:visible}@media (max-width:600px){.AiPanel-module-scss-module__cq64nG__panel{top:calc(var(--app-header-h) + 12px);width:auto;height:min(80vh,100dvh - 96px);left:12px;right:12px}}.AiPanel-module-scss-module__cq64nG__mic{border:1px solid var(--border);background:var(--card);width:34px;height:34px;color:var(--muted-ink);cursor:pointer;border-radius:10px;place-items:center;transition:color .15s,border-color .15s,background .15s;display:grid}.AiPanel-module-scss-module__cq64nG__mic:hover{color:var(--foreground);border-color:var(--primary)}.AiPanel-module-scss-module__cq64nG__micActive{color:var(--brand-foreground);background:var(--critical);border-color:#0000;animation:1.3s ease-in-out infinite AiPanel-module-scss-module__cq64nG__micPulse}.AiPanel-module-scss-module__cq64nG__micActive:hover{color:var(--brand-foreground);border-color:#0000}@keyframes AiPanel-module-scss-module__cq64nG__micPulse{0%,to{box-shadow:0 0 0 0 color-mix(in srgb, var(--critical) 55%, transparent)}50%{box-shadow:0 0 0 5px #0000}}
.ContainerLayout-module-scss-module__f8s_Kq__container{width:100%;max-width:1440px;margin:0 auto;padding-left:120px;padding-right:120px}@media (max-width:1440px){.ContainerLayout-module-scss-module__f8s_Kq__container{padding-left:32px;padding-right:32px}}@media (max-width:767px){.ContainerLayout-module-scss-module__f8s_Kq__container{padding-left:20px;padding-right:20px}}
.TechStackPicker-module-scss-module__Xx9J8G__picker{flex-direction:column;gap:24px;display:flex}.TechStackPicker-module-scss-module__Xx9J8G__group{flex-direction:column;gap:10px;display:flex}.TechStackPicker-module-scss-module__Xx9J8G__groupLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--muted-ink);font-size:11px;font-weight:700}.TechStackPicker-module-scss-module__Xx9J8G__chips{grid-template-columns:repeat(auto-fill,minmax(92px,1fr));gap:10px;display:grid}.TechStackPicker-module-scss-module__Xx9J8G__chip{background:var(--logo-plate);color:var(--logo-plate-ink);text-align:center;cursor:pointer;border:1.5px solid #0000001a;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:11px;padding:4px 12px;font-size:13.5px;font-weight:700;transition:border-color .16s,background .16s,transform .16s,box-shadow .16s;display:flex;position:relative}.TechStackPicker-module-scss-module__Xx9J8G__chip:hover{border-color:var(--brand);box-shadow:0 10px 24px -14px var(--grad-btn-glow);transform:translateY(-2px)}.TechStackPicker-module-scss-module__Xx9J8G__chip:focus-visible{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-wash);outline:none}.TechStackPicker-module-scss-module__Xx9J8G__chipActive{border-color:var(--brand);box-shadow:inset 0 0 0 1px var(--brand)}.TechStackPicker-module-scss-module__Xx9J8G__chipCheck{width:20px;height:20px;color:var(--brand-foreground);background:var(--brand);box-shadow:0 0 0 3px var(--logo-plate);border-radius:999px;place-items:center;display:grid;position:absolute;top:9px;right:9px}.TechStackPicker-module-scss-module__Xx9J8G__chipCustom{justify-content:center;align-items:center;min-height:44px;padding:0 4px;display:flex}@media (max-width:767px){.TechStackPicker-module-scss-module__Xx9J8G__chipCustom{min-height:auto}}.TechStackPicker-module-scss-module__Xx9J8G__chipCustomLabel{color:var(--logo-plate-ink);font-size:11px;font-weight:700;line-height:1.2}.TechStackPicker-module-scss-module__Xx9J8G__logoImg{object-fit:contain;flex:none;width:auto;height:44px}@media (max-width:767px){.TechStackPicker-module-scss-module__Xx9J8G__logoImg{height:40px}}.TechStackPicker-module-scss-module__Xx9J8G__logoFallback{width:44px;height:44px;color:var(--brand-foreground);background:var(--grad-btn);border-radius:12px;flex:none;place-items:center;font-size:18px;font-weight:800;display:grid}@media (prefers-reduced-motion:reduce){.TechStackPicker-module-scss-module__Xx9J8G__chip,.TechStackPicker-module-scss-module__Xx9J8G__chip:hover{transition:none;transform:none}}
.WidgetTable-module-scss-module__T2ud8W__table{border-collapse:collapse;width:100%;font-size:13px}.WidgetTable-module-scss-module__T2ud8W__table th,.WidgetTable-module-scss-module__T2ud8W__table td{text-align:left;border-bottom:1px solid var(--border);padding:9px 10px}.WidgetTable-module-scss-module__T2ud8W__table th{color:var(--app-subtle);text-transform:uppercase;font-size:11px}
.CompanyChip-module-scss-module__ze4-6q__chip{background:var(--brand-wash);width:fit-content;color:var(--brand);text-transform:uppercase;letter-spacing:.05em;border-radius:999px;align-items:center;gap:8px;padding:5px 12px;font-size:12px;font-weight:800;display:flex}.CompanyChip-module-scss-module__ze4-6q__chip:before{content:"";background:var(--brand);border-radius:50%;flex:none;width:6px;height:6px}.CompanyChip-module-scss-module__ze4-6q__interactive{cursor:pointer;text-decoration:none;transition:background .16s,transform .16s}.CompanyChip-module-scss-module__ze4-6q__interactive:hover{background:color-mix(in srgb, var(--brand) 22%, transparent);transform:translateY(-1px)}@media (prefers-reduced-motion:reduce){.CompanyChip-module-scss-module__ze4-6q__interactive{transition:background .16s}.CompanyChip-module-scss-module__ze4-6q__interactive:hover{transform:none}}
.Greeting-module-scss-module__kBaqlG__wrap{margin:2px 0 18px}.Greeting-module-scss-module__kBaqlG__company{margin:0 0 10px;animation:.5s cubic-bezier(.2,.75,.25,1) both Greeting-module-scss-module__kBaqlG__greetIn}.Greeting-module-scss-module__kBaqlG__hi{letter-spacing:-.02em;flex-wrap:wrap;align-items:center;gap:9px;margin:0;font-size:26px;font-weight:800;animation:.5s cubic-bezier(.2,.75,.25,1) both Greeting-module-scss-module__kBaqlG__greetIn;display:flex}.Greeting-module-scss-module__kBaqlG__greet{color:var(--foreground)}.Greeting-module-scss-module__kBaqlG__name{background:var(--grad-btn);color:#0000;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:4.5s linear infinite Greeting-module-scss-module__kBaqlG__shimmer}.Greeting-module-scss-module__kBaqlG__wave{transform-origin:70% 70%;animation:2.4s ease-in-out infinite Greeting-module-scss-module__kBaqlG__wave;display:inline-block}.Greeting-module-scss-module__kBaqlG__sub{color:var(--muted-ink);margin:6px 0 0;font-size:13.5px;animation:.5s cubic-bezier(.2,.75,.25,1) 80ms both Greeting-module-scss-module__kBaqlG__greetIn}@keyframes Greeting-module-scss-module__kBaqlG__greetIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes Greeting-module-scss-module__kBaqlG__shimmer{to{background-position:200%}}@keyframes Greeting-module-scss-module__kBaqlG__wave{0%,60%,to{transform:rotate(0)}10%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}30%{transform:rotate(14deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}}@media (max-width:600px){.Greeting-module-scss-module__kBaqlG__wrap{margin-bottom:14px}.Greeting-module-scss-module__kBaqlG__hi{font-size:21px}.Greeting-module-scss-module__kBaqlG__sub{font-size:12.5px}}
.RoleDashboard-module-scss-module__jKmW_W__editBarRow{justify-content:flex-end;margin:8px 0 16px;display:flex}@media (max-width:520px){.RoleDashboard-module-scss-module__jKmW_W__editBarRow{justify-content:flex-start}}.RoleDashboard-module-scss-module__jKmW_W__roleBar{display:none}@media (max-width:520px){.RoleDashboard-module-scss-module__jKmW_W__roleBar{margin:20px 0 18px;display:block}.RoleDashboard-module-scss-module__jKmW_W__mobileRole{width:100%}}.RoleDashboard-module-scss-module__jKmW_W__loadError{text-align:center;align-content:center;place-items:center;gap:12px;min-height:40vh;display:grid}
.ContentArea-module-scss-module__2yDyIa__content{background-color:var(--background);background-image:linear-gradient(to bottom, transparent 130px, var(--background) 430px),radial-gradient(var(--border) 1.1px, transparent 1.3px);background-repeat:no-repeat,repeat;background-size:100% 100%,30px 30px;flex:1;min-height:0;padding:18px 0 40px;overflow-y:auto}@media screen and (min-width:1681px){.ContentArea-module-scss-module__2yDyIa__content{padding:40px 0}}@media (max-width:1300px){.ContentArea-module-scss-module__2yDyIa__locked{overflow-y:hidden}}
.WidgetRenderer-module-scss-module__zcRICq__value{font-variant-numeric:tabular-nums;font-size:23px;font-weight:800}.WidgetRenderer-module-scss-module__zcRICq__delta{align-items:center;gap:4px;margin-top:3px;font-size:11.5px;font-weight:700;display:inline-flex}.WidgetRenderer-module-scss-module__zcRICq__up{color:var(--app-success)}.WidgetRenderer-module-scss-module__zcRICq__down{color:var(--app-danger)}.WidgetRenderer-module-scss-module__zcRICq__flat{color:var(--muted-foreground)}.WidgetRenderer-module-scss-module__zcRICq__bignum{font-size:30px;font-weight:800;line-height:1}.WidgetRenderer-module-scss-module__zcRICq__sub{color:var(--app-subtle);margin:4px 0 0;font-size:12px}.WidgetRenderer-module-scss-module__zcRICq__track{background:var(--muted);border-radius:5px;height:8px;margin-top:8px;overflow:hidden}.WidgetRenderer-module-scss-module__zcRICq__track i{background:var(--primary);height:100%;display:block}.WidgetRenderer-module-scss-module__zcRICq__grow{flex:1;min-width:0}.WidgetRenderer-module-scss-module__zcRICq__gaugeWrap{flex-direction:column;align-items:center;gap:6px;display:flex}.WidgetRenderer-module-scss-module__zcRICq__gauge{border-radius:50%;place-items:center;width:110px;height:110px;display:grid}.WidgetRenderer-module-scss-module__zcRICq__gauge span{background:var(--card);border-radius:50%;place-items:center;width:80px;height:80px;font-size:22px;font-weight:800;display:grid}.WidgetRenderer-module-scss-module__zcRICq__gaugeGroup{justify-content:space-around;gap:10px;display:flex}.WidgetRenderer-module-scss-module__zcRICq__gaugeMini{border-radius:50%;place-items:center;width:72px;height:72px;display:grid}.WidgetRenderer-module-scss-module__zcRICq__gaugeMini span{background:var(--card);border-radius:50%;place-items:center;width:52px;height:52px;font-size:15px;font-weight:700;display:grid}.WidgetRenderer-module-scss-module__zcRICq__waterfall{align-items:flex-end;gap:8px;height:200px;padding-top:8px;display:flex}.WidgetRenderer-module-scss-module__zcRICq__wfCol{flex-direction:column;flex:1;align-items:center;gap:6px;height:100%;display:flex}.WidgetRenderer-module-scss-module__zcRICq__wfTrack{background:color-mix(in srgb, var(--muted-ink) 8%, transparent);border-radius:6px;width:100%;height:100%;position:relative}.WidgetRenderer-module-scss-module__zcRICq__wfTrack i{border-radius:4px;width:70%;min-height:3px;position:absolute;left:15%}.WidgetRenderer-module-scss-module__zcRICq__wfLabel{color:var(--muted-ink);text-align:center;font-size:11px}.WidgetRenderer-module-scss-module__zcRICq__funnel{flex-direction:column;gap:7px;display:flex}.WidgetRenderer-module-scss-module__zcRICq__stage{color:var(--brand-foreground);background:linear-gradient(90deg, var(--primary), color-mix(in srgb, var(--primary) 45%, var(--card)));border-radius:7px;justify-content:space-between;margin:0 auto;padding:8px 10px;font-size:12px;font-weight:700;display:flex}.WidgetRenderer-module-scss-module__zcRICq__leadRow{align-items:center;gap:10px;padding:7px 0;display:flex}.WidgetRenderer-module-scss-module__zcRICq__rank{background:var(--muted);border:1px solid var(--border);border-radius:7px;place-items:center;width:22px;height:22px;font-size:11px;font-weight:800;display:grid}.WidgetRenderer-module-scss-module__zcRICq__leadTop,.WidgetRenderer-module-scss-module__zcRICq__progTop{justify-content:space-between;font-size:12.5px;display:flex}.WidgetRenderer-module-scss-module__zcRICq__kanban{gap:10px;display:flex;overflow-x:auto}.WidgetRenderer-module-scss-module__zcRICq__kcol{background:var(--elev);border:1px solid var(--border);border-radius:10px;flex:0 0 150px;padding:8px}.WidgetRenderer-module-scss-module__zcRICq__kcol h4{text-transform:uppercase;color:var(--app-subtle);margin:0 0 8px;font-size:11.5px}.WidgetRenderer-module-scss-module__zcRICq__kcard{background:var(--card);border:1px solid var(--border);border-radius:8px;margin-bottom:7px;padding:8px;font-size:12.5px}.WidgetRenderer-module-scss-module__zcRICq__progRow{padding:7px 0}.WidgetRenderer-module-scss-module__zcRICq__riskRow,.WidgetRenderer-module-scss-module__zcRICq__scoreRow,.WidgetRenderer-module-scss-module__zcRICq__itemRow{border-bottom:1px solid var(--border);align-items:center;gap:9px;padding:8px 0;font-size:13px;display:flex}.WidgetRenderer-module-scss-module__zcRICq__riskRow:last-child,.WidgetRenderer-module-scss-module__zcRICq__scoreRow:last-child,.WidgetRenderer-module-scss-module__zcRICq__itemRow:last-child{border-bottom:0}.WidgetRenderer-module-scss-module__zcRICq__levelTag{letter-spacing:.06em;text-transform:uppercase;flex:none;align-items:center;gap:4px;min-width:46px;font-size:10px;font-weight:800;display:inline-flex}.WidgetRenderer-module-scss-module__zcRICq__scoreValue{font-variant-numeric:tabular-nums;align-items:center;gap:5px;font-weight:700;display:inline-flex}.WidgetRenderer-module-scss-module__zcRICq__sbar{align-items:center;gap:10px;padding:7px 0;display:flex}.WidgetRenderer-module-scss-module__zcRICq__sbarLabel{width:96px;font-size:12.5px}.WidgetRenderer-module-scss-module__zcRICq__links{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.WidgetRenderer-module-scss-module__zcRICq__linkTile{background:var(--elev);border:1px solid var(--border);border-radius:10px;padding:11px;font-size:13px;font-weight:600}.WidgetRenderer-module-scss-module__zcRICq__map{background:linear-gradient(135deg, var(--muted), color-mix(in srgb, var(--primary) 10%, var(--muted)));border:1px solid var(--border);border-radius:10px;height:170px;position:relative}.WidgetRenderer-module-scss-module__zcRICq__pin{background:var(--primary);color:var(--primary-foreground);border-radius:999px;padding:2px 6px;font-size:10px;font-weight:700;position:absolute;transform:translate(-50%,-50%)}
.SidebarClock-module-scss-module__Qz_NhW__clock{background:var(--elev);border:1px solid var(--border);border-radius:12px;align-items:center;gap:12px;width:100%;padding:10px 11px;display:flex}.SidebarClock-module-scss-module__Qz_NhW__icon{width:38px;height:38px;color:var(--brand-foreground);background:var(--grad-btn);box-shadow:0 6px 16px -8px color-mix(in srgb, var(--brand) 60%, transparent);border-radius:11px;flex:none;place-items:center;display:grid}.SidebarClock-module-scss-module__Qz_NhW__text{flex-direction:column;min-width:0;display:flex}.SidebarClock-module-scss-module__Qz_NhW__timeRow{align-items:center;gap:7px;display:flex}.SidebarClock-module-scss-module__Qz_NhW__time{letter-spacing:.4px;color:var(--foreground);font-variant-numeric:tabular-nums;font-size:16px;font-weight:800;line-height:1.1}.SidebarClock-module-scss-module__Qz_NhW__dot{background:var(--app-success);width:6px;height:6px;box-shadow:0 0 0 3px color-mix(in srgb, var(--app-success) 22%, transparent);border-radius:50%;flex:none;animation:1.6s ease-in-out infinite SidebarClock-module-scss-module__Qz_NhW__livePulse}@keyframes SidebarClock-module-scss-module__Qz_NhW__livePulse{0%,to{opacity:1}50%{opacity:.35}}.SidebarClock-module-scss-module__Qz_NhW__date{color:var(--muted-ink);white-space:nowrap;text-overflow:ellipsis;margin-top:3px;font-size:12px;font-weight:600;overflow:hidden}.SidebarClock-module-scss-module__Qz_NhW__collapsed{background:0 0;border-color:#0000;justify-content:center;padding:10px 0}
.WidgetCard-module-scss-module__fkWD_q__card{background:var(--card);border:1px solid var(--border);height:100%;box-shadow:var(--shadow-soft);border-radius:18px;flex-direction:column;padding:17px 18px;display:flex}.WidgetCard-module-scss-module__fkWD_q__head{align-items:center;gap:8px;margin-bottom:12px;display:flex}.WidgetCard-module-scss-module__fkWD_q__title{color:var(--muted-ink);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:11.5px;font-weight:700}.WidgetCard-module-scss-module__fkWD_q__tools{gap:4px;margin-left:auto;display:flex}.WidgetCard-module-scss-module__fkWD_q__tools button{border:1px solid var(--border);background:var(--card);width:24px;height:24px;color:var(--muted-foreground);cursor:pointer;border-radius:6px;place-items:center;display:grid}.WidgetCard-module-scss-module__fkWD_q__tools button:hover{color:var(--foreground);border-color:var(--primary)}.WidgetCard-module-scss-module__fkWD_q__body{flex-direction:column;flex:1;justify-content:center;min-height:0;display:flex}
.Sidebar-module-scss-module__4oaiXa__sidebar{background:var(--chrome);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;width:clamp(265px,15vw,280px);height:100%;padding:12px 10px;display:flex;overflow-y:auto}.Sidebar-module-scss-module__4oaiXa__collapsed{width:72px}.Sidebar-module-scss-module__4oaiXa__brand{padding:6px 8px 14px}.Sidebar-module-scss-module__4oaiXa__top{border-bottom:1px solid var(--border);flex-direction:column;gap:8px;margin-bottom:8px;padding:0 2px 12px;display:flex}.Sidebar-module-scss-module__4oaiXa__nav{flex-direction:column;gap:4px;display:flex}.Sidebar-module-scss-module__4oaiXa__section{flex-direction:column;gap:2px;padding:6px 0;display:flex}.Sidebar-module-scss-module__4oaiXa__heading{text-transform:uppercase;color:var(--app-nav-heading);margin:0 0 4px;padding:0 8px;font-size:11px;font-weight:800}.Sidebar-module-scss-module__4oaiXa__item{width:100%;color:color-mix(in srgb, var(--foreground) 82%, transparent);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:10px;padding:9px 11px;font-size:13.5px;font-weight:600;transition:background .15s,color .15s;display:flex}.Sidebar-module-scss-module__4oaiXa__item svg{flex:none}.Sidebar-module-scss-module__4oaiXa__item:hover{background:var(--app-nav-hover);color:var(--foreground)}.Sidebar-module-scss-module__4oaiXa__active{color:var(--foreground);background:color-mix(in srgb, var(--primary) 20%, transparent);box-shadow:inset 2px 0 0 var(--primary)}.Sidebar-module-scss-module__4oaiXa__active svg{color:var(--grad-btn-ink)}.Sidebar-module-scss-module__4oaiXa__disabled{color:color-mix(in srgb, var(--app-nav-text) 38%, transparent);cursor:not-allowed;font-weight:500}.Sidebar-module-scss-module__4oaiXa__disabled svg{color:color-mix(in srgb, var(--app-nav-text) 30%, transparent)}.Sidebar-module-scss-module__4oaiXa__disabled:hover{color:color-mix(in srgb, var(--app-nav-text) 38%, transparent);background:0 0}.Sidebar-module-scss-module__4oaiXa__collapsed .Sidebar-module-scss-module__4oaiXa__item{justify-content:center}.Sidebar-module-scss-module__4oaiXa__collapsed .Sidebar-module-scss-module__4oaiXa__disabled:after{display:none}.Sidebar-module-scss-module__4oaiXa__footer{align-items:center;margin-top:auto;padding:8px 6px 6px;display:flex}.Sidebar-module-scss-module__4oaiXa__collapsed .Sidebar-module-scss-module__4oaiXa__footer{justify-content:center}@media (max-width:900px){.Sidebar-module-scss-module__4oaiXa__sidebar{z-index:50;height:100dvh;transition:left .2s;position:fixed;top:0;left:-260px}.Sidebar-module-scss-module__4oaiXa__mobileOpen{left:0}}.Sidebar-module-scss-module__4oaiXa__customizeMobile{background:linear-gradient(var(--card), var(--card)) padding-box,var(--grad-btn) border-box;color:var(--foreground);border:1.4px solid #0000;transition:box-shadow .16s,transform .16s,filter .16s}.Sidebar-module-scss-module__4oaiXa__customizeMobile svg{color:var(--grad-btn-ink)}.Sidebar-module-scss-module__4oaiXa__customizeMobile:hover{box-shadow:0 6px 18px -8px var(--grad-btn-glow);transform:translateY(-1px)}.Sidebar-module-scss-module__4oaiXa__customizeMobile:active{transform:translateY(0)scale(.985)}.Sidebar-module-scss-module__4oaiXa__customizeMobile{width:100%;font:inherit;cursor:pointer;border-radius:10px;align-items:center;gap:12px;margin:4px 0 6px;padding:11px 12px;font-size:14px;font-weight:600;display:flex;position:relative}.Sidebar-module-scss-module__4oaiXa__customizeCollapsed{justify-content:center;gap:0;padding-inline:0}.Sidebar-module-scss-module__4oaiXa__customizeDot{background:var(--app-success);width:7px;height:7px;box-shadow:0 0 8px var(--app-success);border-radius:50%;position:absolute;top:7px;right:8px}.Sidebar-module-scss-module__4oaiXa__customizeMobileActive{color:var(--brand-foreground);background:var(--grad-btn) border-box}.Sidebar-module-scss-module__4oaiXa__customizeMobileActive svg{color:var(--brand-foreground)}.Sidebar-module-scss-module__4oaiXa__customizeMobileActive:hover{filter:brightness(1.06);box-shadow:0 6px 18px -8px var(--grad-btn-glow);transform:translateY(-1px)}@media (max-width:520px){.Sidebar-module-scss-module__4oaiXa__roleSwitchWrap{display:none}}
.PreviewThumb-module-scss-module__KuEc8a__thumb{width:100%;height:100%;color:var(--foreground);place-items:center;display:grid}.PreviewThumb-module-scss-module__KuEc8a__thumb svg{width:100%;height:100%}.PreviewThumb-module-scss-module__KuEc8a__num{font-variant-numeric:tabular-nums;letter-spacing:-.01em;font-size:22px;font-weight:800}.PreviewThumb-module-scss-module__KuEc8a__up{color:var(--ok);margin-left:6px;font-size:11px;font-weight:700}.PreviewThumb-module-scss-module__KuEc8a__big{font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:30px;font-weight:800}.PreviewThumb-module-scss-module__KuEc8a__rows{flex-direction:column;gap:6px;width:100%;display:flex}.PreviewThumb-module-scss-module__KuEc8a__row{color:var(--ink2);align-items:center;gap:7px;font-size:10px;display:flex}.PreviewThumb-module-scss-module__KuEc8a__dot{border-radius:50%;flex:none;width:6px;height:6px}.PreviewThumb-module-scss-module__KuEc8a__rankName{flex:none;width:30px}.PreviewThumb-module-scss-module__KuEc8a__track{background:var(--border);border-radius:3px;flex:1;height:6px;position:relative;overflow:hidden}.PreviewThumb-module-scss-module__KuEc8a__trackFill{border-radius:3px;position:absolute;inset:0}.PreviewThumb-module-scss-module__KuEc8a__bar{background:var(--border);border-radius:3px;flex:1;height:6px}.PreviewThumb-module-scss-module__KuEc8a__cards{grid-template-columns:1fr 1fr;gap:6px;width:100%;display:grid}.PreviewThumb-module-scss-module__KuEc8a__mini{background:var(--card);border:1px solid var(--border);border-radius:6px;padding:5px 7px}.PreviewThumb-module-scss-module__KuEc8a__miniLabel{color:var(--muted-ink);text-transform:uppercase;letter-spacing:.04em;font-size:8px}.PreviewThumb-module-scss-module__KuEc8a__miniValue{font-variant-numeric:tabular-nums;font-size:13px;font-weight:800}.PreviewThumb-module-scss-module__KuEc8a__kanban{gap:6px;width:100%;display:flex}.PreviewThumb-module-scss-module__KuEc8a__col{background:var(--card);border:1px solid var(--border);border-radius:6px;flex-direction:column;flex:1;gap:4px;padding:4px;display:flex}.PreviewThumb-module-scss-module__KuEc8a__chipRow{opacity:.55;border-radius:3px;height:9px}.PreviewThumb-module-scss-module__KuEc8a__linkRow{color:var(--brand);align-items:center;gap:7px;font-size:10px;display:flex}.PreviewThumb-module-scss-module__KuEc8a__linkIco{background:var(--brand-wash);border-radius:4px;flex:none;place-items:center;width:13px;height:13px;display:grid}
.WidgetGrid-module-scss-module__mMhnJq__grid{grid-template-columns:repeat(6,1fr);gap:14px;display:grid}.WidgetGrid-module-scss-module__mMhnJq__full{grid-column:span 6}.WidgetGrid-module-scss-module__mMhnJq__half{grid-column:span 3}.WidgetGrid-module-scss-module__mMhnJq__third{grid-column:span 2}@media (max-width:900px){.WidgetGrid-module-scss-module__mMhnJq__full,.WidgetGrid-module-scss-module__mMhnJq__half,.WidgetGrid-module-scss-module__mMhnJq__third{grid-column:span 6}}
.AmbientBackground-module-scss-module__zekPLa__ambient{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.AmbientBackground-module-scss-module__zekPLa__grid{background-image:radial-gradient(var(--border) 1.1px, transparent 1.3px);opacity:.6;background-size:30px 30px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000,#000 72%,#0000);mask-image:linear-gradient(#000,#000 72%,#0000)}.AmbientBackground-module-scss-module__zekPLa__glows{position:absolute;inset:0}.AmbientBackground-module-scss-module__zekPLa__glows span{opacity:.26;background:radial-gradient(circle at 50% 50%, var(--glow), transparent 70%);filter:blur(44px);will-change:transform;border-radius:50%;position:absolute}:root[data-theme=dark] .AmbientBackground-module-scss-module__zekPLa__glows span{opacity:.3}.AmbientBackground-module-scss-module__zekPLa__glows span:first-child{width:620px;height:620px;animation:16s ease-in-out infinite alternate AmbientBackground-module-scss-module__zekPLa__drift1;top:calc(50% - 310px);left:calc(50% - 310px)}.AmbientBackground-module-scss-module__zekPLa__glows span:nth-child(2){opacity:.18;width:520px;height:520px;animation:20s ease-in-out infinite alternate AmbientBackground-module-scss-module__zekPLa__drift2;top:-60px;left:-40px}:root[data-theme=dark] .AmbientBackground-module-scss-module__zekPLa__glows span:nth-child(2){opacity:.22}:root[data-theme=dark] .AmbientBackground-module-scss-module__zekPLa__glows span:nth-child(3){opacity:.12}.AmbientBackground-module-scss-module__zekPLa__glows span:nth-child(3){opacity:.14;width:480px;height:480px;animation:18s ease-in-out infinite alternate AmbientBackground-module-scss-module__zekPLa__drift3;bottom:-60px;right:-40px}@keyframes AmbientBackground-module-scss-module__zekPLa__drift1{0%{transform:translate(0)scale(1)}to{transform:translate(-64px,48px)scale(1.1)}}@keyframes AmbientBackground-module-scss-module__zekPLa__drift2{0%{transform:translate(0)scale(1)}to{transform:translate(112px,-72px)scale(1.1)}}@keyframes AmbientBackground-module-scss-module__zekPLa__drift3{0%{transform:translate(0)scale(1)}to{transform:translate(-84px,-96px)scale(1.14)}}
.FlowTopbar-module-scss-module__O5RIsa__topbar{height:var(--app-header-h);z-index:20;border-bottom:1px solid var(--border);background:var(--chrome);position:sticky;top:0}.FlowTopbar-module-scss-module__O5RIsa__inner{justify-content:space-between;align-items:center;gap:16px;height:100%;display:flex;position:relative}@media (max-width:1440px){.FlowTopbar-module-scss-module__O5RIsa__inner{max-width:1280px;margin:0 auto;padding-left:100px;padding-right:100px}}@media (max-width:1023px){.FlowTopbar-module-scss-module__O5RIsa__inner{padding-left:40px;padding-right:40px}}@media (max-width:767px){.FlowTopbar-module-scss-module__O5RIsa__inner{padding-left:20px;padding-right:20px}}.FlowTopbar-module-scss-module__O5RIsa__title{letter-spacing:.08em;text-transform:uppercase;color:var(--foreground);white-space:nowrap;pointer-events:none;font-size:19.5px;font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:1280px){.FlowTopbar-module-scss-module__O5RIsa__title{display:none}}.FlowTopbar-module-scss-module__O5RIsa__controls{align-items:center;gap:10px;display:flex}
.KpiRow-module-scss-module__H_nJlq__row{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:16px;display:grid}.KpiRow-module-scss-module__H_nJlq__card{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow-soft);border-radius:18px;padding:18px 19px}.KpiRow-module-scss-module__H_nJlq__label{color:var(--muted-ink);text-transform:uppercase;letter-spacing:.06em;margin:0;font-size:11px;font-weight:700}.KpiRow-module-scss-module__H_nJlq__value{letter-spacing:-.025em;font-variant-numeric:tabular-nums;margin:8px 0 4px;font-size:34px;font-weight:800;line-height:1}.KpiRow-module-scss-module__H_nJlq__change{margin:3px 0 0;font-size:11.5px;font-weight:700}.KpiRow-module-scss-module__H_nJlq__up{color:var(--app-success)}.KpiRow-module-scss-module__H_nJlq__down{color:var(--app-danger)}.KpiRow-module-scss-module__H_nJlq__flat{color:var(--muted-foreground)}@media (max-width:900px){.KpiRow-module-scss-module__H_nJlq__row{grid-template-columns:repeat(2,1fr)}}
.CoSMissionControl-module-scss-module__SNs5WG__mainInner{flex-direction:column;gap:18px;padding-block:30px 48px;display:flex}.CoSMissionControl-module-scss-module__SNs5WG__hero{flex-direction:column;align-items:flex-start;padding-bottom:32px;display:flex}.CoSMissionControl-module-scss-module__SNs5WG__heroMain{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;width:100%;display:flex}.CoSMissionControl-module-scss-module__SNs5WG__heroText{flex:1;min-width:0;container-type:inline-size}.CoSMissionControl-module-scss-module__SNs5WG__heroTitle{letter-spacing:.01em;align-items:flex-start;gap:11px;margin:10px 0 5px;font-size:clamp(18px,4.4cqi,30px);font-weight:800;line-height:1.15;display:flex}.CoSMissionControl-module-scss-module__SNs5WG__heroTitleIcon{width:.87em;height:.87em;color:var(--brand);flex:none;margin-top:.14em}.CoSMissionControl-module-scss-module__SNs5WG__heroSub{color:var(--muted-foreground);margin:0;font-size:13.5px}.CoSMissionControl-module-scss-module__SNs5WG__deployment{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow-soft);grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:16px 20px;display:grid}.CoSMissionControl-module-scss-module__SNs5WG__deployHead{flex-direction:column;gap:2px;display:flex}.CoSMissionControl-module-scss-module__SNs5WG__deployLabel{letter-spacing:.07em;text-transform:uppercase;color:var(--muted-ink);font-size:10.5px;font-weight:700}.CoSMissionControl-module-scss-module__SNs5WG__deployStatus{font-size:15px;font-weight:700}.CoSMissionControl-module-scss-module__SNs5WG__deployBarTrack{background:var(--fill);border-radius:999px;height:8px;overflow:hidden}.CoSMissionControl-module-scss-module__SNs5WG__deployBarFill{background:var(--grad-btn);border-radius:999px;height:100%}.CoSMissionControl-module-scss-module__SNs5WG__deployPct{color:var(--brand);font-size:18px;font-weight:800}.CoSMissionControl-module-scss-module__SNs5WG__grid2{grid-template-columns:1fr 1fr;gap:18px;display:grid}.CoSMissionControl-module-scss-module__SNs5WG__card,.CoSMissionControl-module-scss-module__SNs5WG__cardWide,.CoSMissionControl-module-scss-module__SNs5WG__analysis{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow-soft);padding:20px 22px}.CoSMissionControl-module-scss-module__SNs5WG__cardTitle{letter-spacing:.06em;text-transform:uppercase;color:var(--muted-ink);margin:0 0 14px;font-size:12px;font-weight:700}.CoSMissionControl-module-scss-module__SNs5WG__cardTitleRow{justify-content:space-between;align-items:center;display:flex}.CoSMissionControl-module-scss-module__SNs5WG__priorityList{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.CoSMissionControl-module-scss-module__SNs5WG__priorityItem{border-bottom:1px solid var(--app-divider);align-items:center;gap:12px;padding:12px 0;display:flex}.CoSMissionControl-module-scss-module__SNs5WG__priorityItem:last-child{border-bottom:0}.CoSMissionControl-module-scss-module__SNs5WG__priorityNum{width:26px;height:26px;color:var(--brand);background:var(--brand-wash);border-radius:7px;flex:none;place-items:center;font-size:12px;font-weight:800;display:grid}.CoSMissionControl-module-scss-module__SNs5WG__priorityText{flex:1;font-size:14px;font-weight:600}.CoSMissionControl-module-scss-module__SNs5WG__priorityTag{color:var(--muted-foreground);font-size:11px}.CoSMissionControl-module-scss-module__SNs5WG__readinessRow{align-items:center;gap:18px;display:flex}.CoSMissionControl-module-scss-module__SNs5WG__gauge{flex:none;width:118px;height:118px}.CoSMissionControl-module-scss-module__SNs5WG__gaugeLevel{fill:var(--foreground);font-size:22px;font-weight:800}.CoSMissionControl-module-scss-module__SNs5WG__gaugeScore{fill:var(--muted-foreground);font-size:10px;font-weight:600}.CoSMissionControl-module-scss-module__SNs5WG__readinessText{color:var(--muted-foreground);margin:0;font-size:13px;line-height:1.55}.CoSMissionControl-module-scss-module__SNs5WG__readinessText b{color:var(--foreground)}.CoSMissionControl-module-scss-module__SNs5WG__pipeTable{-webkit-overflow-scrolling:touch;flex-direction:column;display:flex;overflow-x:auto}.CoSMissionControl-module-scss-module__SNs5WG__pipeHead,.CoSMissionControl-module-scss-module__SNs5WG__pipeRow{grid-template-columns:1.1fr 2.2fr .9fr 1fr;align-items:center;gap:12px;min-width:580px;display:grid}.CoSMissionControl-module-scss-module__SNs5WG__pipeHead{border-bottom:1px solid var(--app-divider);letter-spacing:.05em;text-transform:uppercase;color:var(--muted-ink);padding-bottom:10px;font-size:10.5px;font-weight:700}.CoSMissionControl-module-scss-module__SNs5WG__pipeRow{border-bottom:1px solid var(--app-divider);padding:12px 0;font-size:13.5px}.CoSMissionControl-module-scss-module__SNs5WG__pipeRow:last-child{border-bottom:0}.CoSMissionControl-module-scss-module__SNs5WG__pipeCat{font-weight:600}.CoSMissionControl-module-scss-module__SNs5WG__pipeSystems{flex-wrap:wrap;gap:6px;display:flex}.CoSMissionControl-module-scss-module__SNs5WG__pill{border:1px solid var(--border);background:var(--fill);border-radius:999px;padding:3px 9px;font-size:12px;font-weight:600}.CoSMissionControl-module-scss-module__SNs5WG__pillCrm{border-color:color-mix(in srgb, var(--c1) 42%, transparent);background:color-mix(in srgb, var(--c1) 14%, transparent);color:var(--c1)}.CoSMissionControl-module-scss-module__SNs5WG__pillErp{border-color:color-mix(in srgb, var(--c3) 42%, transparent);background:color-mix(in srgb, var(--c3) 14%, transparent);color:var(--c3)}.CoSMissionControl-module-scss-module__SNs5WG__pillPm{border-color:color-mix(in srgb, var(--c7) 46%, transparent);background:color-mix(in srgb, var(--c7) 16%, transparent);color:var(--c7)}.CoSMissionControl-module-scss-module__SNs5WG__phaseTag{border-radius:999px;padding:3px 10px;font-size:11px;font-weight:700;display:inline-block}.CoSMissionControl-module-scss-module__SNs5WG__phase1{color:var(--app-success);background:var(--app-success-soft)}.CoSMissionControl-module-scss-module__SNs5WG__phase2{color:var(--app-warning);background:var(--app-warning-soft)}.CoSMissionControl-module-scss-module__SNs5WG__pipeOwner{color:var(--muted-foreground);font-weight:600}.CoSMissionControl-module-scss-module__SNs5WG__ghostBtn{border:1px solid var(--border);background:linear-gradient(180deg, var(--card), color-mix(in srgb, var(--fill) 55%, var(--card)));color:var(--foreground);box-shadow:var(--shadow-soft);transition:border-color .16s,box-shadow .16s,transform .16s,color .16s;position:relative;overflow:hidden}.CoSMissionControl-module-scss-module__SNs5WG__ghostBtn:before{content:"";background:var(--grad-hairline);opacity:0;pointer-events:none;height:1px;transition:opacity .18s;position:absolute;inset:0 14px auto}.CoSMissionControl-module-scss-module__SNs5WG__ghostBtn:hover{border-color:color-mix(in srgb, var(--brand) 45%, var(--border));box-shadow:0 0 0 3px var(--brand-wash),0 8px 20px -14px var(--grad-btn-glow);color:var(--grad-btn-ink);transform:translateY(-1px)}.CoSMissionControl-module-scss-module__SNs5WG__ghostBtn:hover:before{opacity:1}.CoSMissionControl-module-scss-module__SNs5WG__ghostBtn:active{transform:translateY(0)scale(.985)}.CoSMissionControl-module-scss-module__SNs5WG__ghostBtn{cursor:pointer;border-radius:9px;align-self:flex-start;align-items:center;gap:8px;margin-top:14px;padding:9px 14px;font-size:13px;font-weight:600;display:inline-flex}.CoSMissionControl-module-scss-module__SNs5WG__emailPanel{border:1px solid var(--border);background:var(--elev);border-radius:10px;margin-top:12px;padding:14px 16px}.CoSMissionControl-module-scss-module__SNs5WG__emailHead{color:var(--muted-ink);margin-bottom:8px;font-size:12px;font-weight:700}.CoSMissionControl-module-scss-module__SNs5WG__emailBody{white-space:pre-wrap;color:var(--foreground);margin:0;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:12px;line-height:1.6}.CoSMissionControl-module-scss-module__SNs5WG__ghostBtnSm{color:var(--muted-foreground);cursor:pointer;text-underline-offset:3px;background:0 0;border:0;margin-top:10px;padding:0;font-size:12px;font-weight:600;text-decoration:underline}.CoSMissionControl-module-scss-module__SNs5WG__promptList{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.CoSMissionControl-module-scss-module__SNs5WG__promptItem{color:var(--foreground);align-items:flex-start;gap:8px;font-size:13.5px;line-height:1.35;display:flex}.CoSMissionControl-module-scss-module__SNs5WG__promptArrow{color:var(--brand);flex:none;font-size:15px;line-height:1.35}.CoSMissionControl-module-scss-module__SNs5WG__emptyText{color:var(--muted-foreground);margin:0;font-size:13px}.CoSMissionControl-module-scss-module__SNs5WG__docList{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.CoSMissionControl-module-scss-module__SNs5WG__docItem{display:flex}.CoSMissionControl-module-scss-module__SNs5WG__docLink{width:100%;color:var(--foreground);background:var(--muted,#7f7f7f14);border-radius:8px;align-items:center;gap:8px;padding:8px 10px;font-size:13.5px;text-decoration:none;display:flex}.CoSMissionControl-module-scss-module__SNs5WG__docLink:hover{color:var(--brand)}.CoSMissionControl-module-scss-module__SNs5WG__docName{text-overflow:ellipsis;white-space:nowrap;flex:auto;overflow:hidden}.CoSMissionControl-module-scss-module__SNs5WG__docSize{color:var(--muted-foreground);font-variant-numeric:tabular-nums;flex:none;font-size:11.5px}.CoSMissionControl-module-scss-module__SNs5WG__lockedTag{letter-spacing:.05em;text-transform:uppercase;color:var(--c4);align-items:center;gap:4px;font-size:10.5px;font-weight:700;display:inline-flex}.CoSMissionControl-module-scss-module__SNs5WG__previewGrid{grid-template-columns:1fr 1fr;gap:12px;margin-top:8px;display:grid}.CoSMissionControl-module-scss-module__SNs5WG__previewCard{border:1px dashed var(--border);background:var(--elev);border-radius:10px;flex-direction:column;gap:6px;padding:16px;display:flex}.CoSMissionControl-module-scss-module__SNs5WG__previewBlur{color:var(--muted-ink);filter:blur(3px);-webkit-user-select:none;user-select:none;font-size:18px;font-weight:800}.CoSMissionControl-module-scss-module__SNs5WG__previewMeta{align-items:center;gap:5px;font-size:12.5px;font-weight:600;display:inline-flex}.CoSMissionControl-module-scss-module__SNs5WG__previewMeta svg{color:var(--c4)}.CoSMissionControl-module-scss-module__SNs5WG__previewUnlock{color:var(--muted-foreground);font-size:11px}.CoSMissionControl-module-scss-module__SNs5WG__analysisHead{align-items:center;gap:12px;margin-bottom:12px;display:flex}.CoSMissionControl-module-scss-module__SNs5WG__analysisHead .CoSMissionControl-module-scss-module__SNs5WG__cardTitle{margin:0}.CoSMissionControl-module-scss-module__SNs5WG__aiBadge{color:var(--brand-foreground);background:var(--grad-btn);border-radius:999px;padding:3px 10px;font-size:11px;font-weight:700}.CoSMissionControl-module-scss-module__SNs5WG__fallbackBadge{color:var(--muted-foreground);background:var(--fill);border-radius:999px;padding:3px 10px;font-size:11px;font-weight:700}.CoSMissionControl-module-scss-module__SNs5WG__analysisBody{flex-direction:column;gap:16px;display:flex}.CoSMissionControl-module-scss-module__SNs5WG__analysisSummary{color:var(--muted-foreground);margin:0;font-size:13.5px;line-height:1.6}.CoSMissionControl-module-scss-module__SNs5WG__analysisSummary b{color:var(--foreground)}.CoSMissionControl-module-scss-module__SNs5WG__analysisGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px 32px;display:grid}.CoSMissionControl-module-scss-module__SNs5WG__analysisBlock{flex-direction:column;gap:8px;display:flex}.CoSMissionControl-module-scss-module__SNs5WG__analysisLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--muted-ink);font-size:10.5px;font-weight:700}.CoSMissionControl-module-scss-module__SNs5WG__analysisList{flex-direction:column;gap:8px;margin:0;padding-left:16px;font-size:13px;line-height:1.55;display:flex}.CoSMissionControl-module-scss-module__SNs5WG__trendUp{color:var(--app-success);font-weight:800}.CoSMissionControl-module-scss-module__SNs5WG__trendDown{color:var(--app-danger);font-weight:800}.CoSMissionControl-module-scss-module__SNs5WG__trendFlat{color:var(--muted-ink);font-weight:800}.CoSMissionControl-module-scss-module__SNs5WG__chipRow{flex-wrap:wrap;gap:8px;display:flex}.CoSMissionControl-module-scss-module__SNs5WG__qChip{border:1px solid var(--border);background:var(--card);color:var(--foreground);border-radius:999px;padding:6px 12px;font-size:12.5px;font-weight:500}.CoSMissionControl-module-scss-module__SNs5WG__solHeadRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.CoSMissionControl-module-scss-module__SNs5WG__sectionRule{background:var(--border);height:1px;margin:22px -22px}.CoSMissionControl-module-scss-module__SNs5WG__specRow{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px;display:flex}.CoSMissionControl-module-scss-module__SNs5WG__specAvatar{background:var(--grad-btn);width:28px;height:28px;color:var(--brand-foreground);letter-spacing:.02em;box-shadow:0 3px 10px -4px var(--grad-btn-glow);border-radius:50%;flex:none;place-items:center;font-size:11px;font-weight:700;display:grid}.CoSMissionControl-module-scss-module__SNs5WG__specLine{margin:0;font-size:13px}.CoSMissionControl-module-scss-module__SNs5WG__specLabel{letter-spacing:.09em;text-transform:uppercase;color:var(--muted-ink);font-size:10.5px;font-weight:800}.CoSMissionControl-module-scss-module__SNs5WG__specName{color:var(--foreground);font-weight:700}.CoSMissionControl-module-scss-module__SNs5WG__specActions{flex-wrap:wrap;gap:9px;margin-left:auto;display:flex}.CoSMissionControl-module-scss-module__SNs5WG__specBtn{border:1px solid var(--border);background:linear-gradient(180deg, var(--card), color-mix(in srgb, var(--fill) 55%, var(--card)));color:var(--foreground);box-shadow:var(--shadow-soft);transition:border-color .16s,box-shadow .16s,transform .16s,color .16s;position:relative;overflow:hidden}.CoSMissionControl-module-scss-module__SNs5WG__specBtn:before{content:"";background:var(--grad-hairline);opacity:0;pointer-events:none;height:1px;transition:opacity .18s;position:absolute;inset:0 14px auto}.CoSMissionControl-module-scss-module__SNs5WG__specBtn:hover{border-color:color-mix(in srgb, var(--brand) 45%, var(--border));box-shadow:0 0 0 3px var(--brand-wash),0 8px 20px -14px var(--grad-btn-glow);color:var(--grad-btn-ink);transform:translateY(-1px)}.CoSMissionControl-module-scss-module__SNs5WG__specBtn:hover:before{opacity:1}.CoSMissionControl-module-scss-module__SNs5WG__specBtn:active{transform:translateY(0)scale(.985)}.CoSMissionControl-module-scss-module__SNs5WG__specBtn{cursor:pointer;border-radius:10px;align-items:center;gap:7px;padding:8px 13px;font-size:12.5px;font-weight:650;display:inline-flex}.CoSMissionControl-module-scss-module__SNs5WG__solGrid{grid-template-rows:auto auto 1fr auto;grid-template-columns:repeat(3,1fr);gap:10px 14px;display:grid}.CoSMissionControl-module-scss-module__SNs5WG__solCard{isolation:isolate;grid-row:span 4;grid-template-rows:subgrid;border:1px solid var(--border);background:var(--card);border-radius:16px;padding:18px 18px 16px 22px;transition:box-shadow .28s,transform .28s cubic-bezier(.2,.7,.2,1);display:grid;position:relative;overflow:hidden}.CoSMissionControl-module-scss-module__SNs5WG__solCard:before{content:"";background:linear-gradient(180deg, color-mix(in srgb, var(--brand) 45%, transparent), transparent);width:4px;position:absolute;top:0;bottom:0;left:0}.CoSMissionControl-module-scss-module__SNs5WG__solCardReady:before{background:var(--grad-btn)}.CoSMissionControl-module-scss-module__SNs5WG__solCard:hover{box-shadow:0 22px 44px -26px var(--grad-btn-glow);transform:translateY(-3px)}.CoSMissionControl-module-scss-module__SNs5WG__solHead{align-items:center;gap:12px;display:flex}.CoSMissionControl-module-scss-module__SNs5WG__solAccent{width:40px;height:40px;color:var(--ink2);background:color-mix(in srgb, var(--foreground) 6%, transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--foreground) 8%, transparent);border-radius:12px;flex:none;place-items:center;display:grid}.CoSMissionControl-module-scss-module__SNs5WG__solDomain{letter-spacing:.14em;text-transform:uppercase;color:var(--muted-ink);font-size:11px;font-weight:800}.CoSMissionControl-module-scss-module__SNs5WG__solRibbon{z-index:1;pointer-events:none;width:132px;height:132px;position:absolute;top:0;right:0;overflow:hidden}.CoSMissionControl-module-scss-module__SNs5WG__solRibbonText{text-align:center;letter-spacing:.12em;text-transform:uppercase;width:170px;color:var(--brand-foreground);background:var(--grad-btn);box-shadow:0 6px 16px -6px var(--grad-btn-glow),inset 0 1px 0 #ffffff59;padding:5px 0;font-size:9.5px;font-weight:900;position:absolute;top:30px;right:-38px;overflow:hidden;transform:rotate(45deg)}.CoSMissionControl-module-scss-module__SNs5WG__solRibbonText:after{content:"";background:linear-gradient(90deg,#0000,#ffffff8c,#0000);width:30%;animation:1.8s ease-in-out infinite CoSMissionControl-module-scss-module__SNs5WG__sol-ribbon-sweep;position:absolute;top:0;bottom:0;left:-40%}@keyframes CoSMissionControl-module-scss-module__SNs5WG__sol-ribbon-sweep{0%{left:-40%}60%,to{left:110%}}.CoSMissionControl-module-scss-module__SNs5WG__solTitle{letter-spacing:-.012em;margin:4px 0 0;font-size:15.5px;font-weight:800;line-height:1.28}.CoSMissionControl-module-scss-module__SNs5WG__solDesc{color:var(--muted-foreground);margin:0;font-size:12.6px;line-height:1.6}.CoSMissionControl-module-scss-module__SNs5WG__solFoot{border-top:1px dashed var(--border);align-items:center;margin-top:6px;padding-top:14px;display:flex}.CoSMissionControl-module-scss-module__SNs5WG__solAction{color:var(--brand);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;padding:0;font-size:13px;font-weight:750;display:inline-flex}.CoSMissionControl-module-scss-module__SNs5WG__solActionPrimary{background:var(--grad-btn);color:var(--brand-foreground);white-space:nowrap;box-shadow:0 8px 20px -12px var(--grad-btn-glow);border-radius:10px;padding:10px 14px;font-size:12.5px}.CoSMissionControl-module-scss-module__SNs5WG__solAction:after{content:"";border-radius:16px;position:absolute;inset:0}.CoSMissionControl-module-scss-module__SNs5WG__solArrow{transition:transform .28s cubic-bezier(.2,.7,.2,1)}.CoSMissionControl-module-scss-module__SNs5WG__solCard:hover .CoSMissionControl-module-scss-module__SNs5WG__solArrow{transform:translate(5px)}.CoSMissionControl-module-scss-module__SNs5WG__solAction:focus-visible:after,.CoSMissionControl-module-scss-module__SNs5WG__ghostBtn:focus-visible,.CoSMissionControl-module-scss-module__SNs5WG__specBtn:focus-visible{outline:2px solid var(--ring);outline-offset:2px}@media (prefers-reduced-motion:reduce){.CoSMissionControl-module-scss-module__SNs5WG__ghostBtn,.CoSMissionControl-module-scss-module__SNs5WG__specBtn,.CoSMissionControl-module-scss-module__SNs5WG__solCard,.CoSMissionControl-module-scss-module__SNs5WG__solArrow{transition:none}.CoSMissionControl-module-scss-module__SNs5WG__solRibbonText:after{animation:none}.CoSMissionControl-module-scss-module__SNs5WG__ghostBtn:hover,.CoSMissionControl-module-scss-module__SNs5WG__specBtn:hover,.CoSMissionControl-module-scss-module__SNs5WG__solCard:hover{transform:none}}@media (max-width:1180px){.CoSMissionControl-module-scss-module__SNs5WG__heroMain{flex-direction:column;align-items:flex-start;gap:14px}.CoSMissionControl-module-scss-module__SNs5WG__heroText{width:100%}.CoSMissionControl-module-scss-module__SNs5WG__solGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:860px){.CoSMissionControl-module-scss-module__SNs5WG__grid2{grid-template-columns:1fr}.CoSMissionControl-module-scss-module__SNs5WG__deployment{grid-template-columns:1fr auto}.CoSMissionControl-module-scss-module__SNs5WG__deployBarTrack{order:3;grid-column:1/-1}.CoSMissionControl-module-scss-module__SNs5WG__readinessRow{text-align:center;flex-direction:column}.CoSMissionControl-module-scss-module__SNs5WG__analysisGrid,.CoSMissionControl-module-scss-module__SNs5WG__solGrid{grid-template-columns:1fr}.CoSMissionControl-module-scss-module__SNs5WG__specActions{margin-left:0}}.CoSMissionControl-module-scss-module__SNs5WG__loadError{text-align:center;align-content:center;place-items:center;gap:16px;min-height:60vh;display:grid}.CoSMissionControl-module-scss-module__SNs5WG__systemCell{align-items:center;gap:6px;display:inline-flex}.CoSMissionControl-module-scss-module__SNs5WG__statusRequested,.CoSMissionControl-module-scss-module__SNs5WG__statusConnected{letter-spacing:.04em;text-transform:uppercase;margin-left:6px;font-size:10px;font-weight:700}.CoSMissionControl-module-scss-module__SNs5WG__statusRequested{opacity:.65}.CoSMissionControl-module-scss-module__SNs5WG__statusConnected{color:var(--ok,#22c55e)}.CoSMissionControl-module-scss-module__SNs5WG__connectBtn{color:inherit;cursor:pointer;opacity:.7;background:0 0;border:1px solid;border-radius:999px;padding:2px 10px;font-size:11px}.CoSMissionControl-module-scss-module__SNs5WG__connectBtn:hover{opacity:1}.CoSMissionControl-module-scss-module__SNs5WG__sampleTag{letter-spacing:.06em;text-transform:uppercase;opacity:.7;font-size:10px;font-weight:700}
.Topbar-module-scss-module__-Kxf2a__topbar{z-index:30;height:var(--app-header-h);background:var(--chrome);border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:0 20px;display:flex;position:sticky;top:0}.Topbar-module-scss-module__-Kxf2a__hamburger{border:1px solid var(--border);background:var(--card);width:36px;height:36px;color:var(--foreground);border-radius:10px;display:none}.Topbar-module-scss-module__-Kxf2a__search{border:1px solid var(--border);background:var(--card);min-width:220px;color:var(--muted-ink);cursor:pointer;font:inherit;border-radius:10px;flex:0 340px;align-items:center;gap:8px;padding:8px 12px;transition:border-color .18s,background .16s;display:flex}.Topbar-module-scss-module__-Kxf2a__search:hover{border-color:color-mix(in srgb, var(--brand) 45%, var(--border));background:var(--app-nav-hover)}.Topbar-module-scss-module__-Kxf2a__searchText{text-overflow:ellipsis;white-space:nowrap;text-align:left;flex:1;min-width:0;font-size:13px;overflow:hidden}.Topbar-module-scss-module__-Kxf2a__searchBtn{border:1px solid var(--border);background:var(--card);width:36px;height:36px;color:var(--muted-foreground);cursor:pointer;border-radius:10px;place-items:center;transition:color .16s,background .16s;display:none}.Topbar-module-scss-module__-Kxf2a__searchBtn:hover{color:var(--foreground);background:var(--app-nav-hover)}.Topbar-module-scss-module__-Kxf2a__actions{align-items:center;gap:10px;margin-left:auto;display:flex}@media (max-width:900px){.Topbar-module-scss-module__-Kxf2a__hamburger{place-items:center;display:grid}.Topbar-module-scss-module__-Kxf2a__search{display:none}.Topbar-module-scss-module__-Kxf2a__searchBtn{display:grid}}
.WidgetBuilder-module-scss-module__Y9oBoG__palette{flex-direction:column;gap:12px;animation:.22s both WidgetBuilder-module-scss-module__Y9oBoG__wbStepIn;display:flex}@keyframes WidgetBuilder-module-scss-module__Y9oBoG__wbStepIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.WidgetBuilder-module-scss-module__Y9oBoG__subtitle{color:var(--muted-ink);margin:-2px 0 0;font-size:12.5px}.WidgetBuilder-module-scss-module__Y9oBoG__toolbar{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.WidgetBuilder-module-scss-module__Y9oBoG__tabs{background:var(--elev);scrollbar-width:none;border-radius:10px;gap:4px;max-width:100%;padding:4px;display:flex;overflow-x:auto}.WidgetBuilder-module-scss-module__Y9oBoG__tabs::-webkit-scrollbar{display:none}.WidgetBuilder-module-scss-module__Y9oBoG__tab{white-space:nowrap;color:var(--muted-ink);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px;flex:none;padding:6px 12px;font-size:12.5px;font-weight:700}.WidgetBuilder-module-scss-module__Y9oBoG__tab:hover{color:var(--foreground)}.WidgetBuilder-module-scss-module__Y9oBoG__tabOn{background:var(--card);color:var(--foreground);box-shadow:0 1px 2px #0003}.WidgetBuilder-module-scss-module__Y9oBoG__search{border:1px solid var(--border);background:var(--card);height:34px;color:var(--muted-ink);border-radius:9px;align-items:center;gap:8px;min-width:180px;margin-left:auto;padding:0 12px;display:flex}.WidgetBuilder-module-scss-module__Y9oBoG__searchInput{color:var(--foreground);font:inherit;background:0 0;border:0;outline:none;width:100%;font-size:13px}.WidgetBuilder-module-scss-module__Y9oBoG__searchInput::placeholder{color:var(--muted-ink)}.WidgetBuilder-module-scss-module__Y9oBoG__gallery{min-height:46vh;max-height:46vh;padding-right:2px;overflow-y:auto}.WidgetBuilder-module-scss-module__Y9oBoG__group+.WidgetBuilder-module-scss-module__Y9oBoG__group{margin-top:30px}.WidgetBuilder-module-scss-module__Y9oBoG__section{letter-spacing:.09em;text-transform:uppercase;color:var(--foreground);align-items:center;gap:9px;margin:0 2px 14px;font-size:12.5px;font-weight:800;display:flex}.WidgetBuilder-module-scss-module__Y9oBoG__section:before{content:"";background:var(--grad-btn);border-radius:2px;flex:none;width:3px;height:15px}.WidgetBuilder-module-scss-module__Y9oBoG__count{background:var(--fill);color:var(--muted-ink);letter-spacing:0;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:700}.WidgetBuilder-module-scss-module__Y9oBoG__grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.WidgetBuilder-module-scss-module__Y9oBoG__empty{text-align:center;color:var(--muted-ink);padding:28px 0;font-size:13px}.WidgetBuilder-module-scss-module__Y9oBoG__tile{border:1px solid var(--border);background:var(--card);color:var(--foreground);cursor:pointer;text-align:left;border-radius:13px;flex-direction:column;transition:transform .16s,border-color .16s,box-shadow .16s;display:flex;overflow:hidden}.WidgetBuilder-module-scss-module__Y9oBoG__tile:hover{border-color:var(--brand);box-shadow:var(--shadow-soft);transform:translateY(-3px)}.WidgetBuilder-module-scss-module__Y9oBoG__tile:focus-visible{border-color:var(--brand);box-shadow:0 0 0 2px var(--ring);outline:none}.WidgetBuilder-module-scss-module__Y9oBoG__pv{background:var(--elev);border-bottom:1px solid var(--border);place-items:center;height:84px;padding:13px 14px;display:grid;overflow:hidden}.WidgetBuilder-module-scss-module__Y9oBoG__meta{align-items:center;gap:9px;padding:10px 12px;display:flex}.WidgetBuilder-module-scss-module__Y9oBoG__chip{background:var(--brand-wash);width:28px;height:28px;color:var(--brand);border-radius:8px;flex:none;place-items:center;transition:background .16s,color .16s;display:grid}.WidgetBuilder-module-scss-module__Y9oBoG__tile:hover .WidgetBuilder-module-scss-module__Y9oBoG__chip{background:var(--grad-btn);color:var(--brand-foreground)}.WidgetBuilder-module-scss-module__Y9oBoG__tx{min-width:0}.WidgetBuilder-module-scss-module__Y9oBoG__tname{font-size:13px;font-weight:700;line-height:1.1;display:block}.WidgetBuilder-module-scss-module__Y9oBoG__tdesc{color:var(--muted-ink);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:11px;display:block;overflow:hidden}.WidgetBuilder-module-scss-module__Y9oBoG__form{flex-direction:column;gap:14px;animation:.24s both WidgetBuilder-module-scss-module__Y9oBoG__wbStepIn;display:flex}.WidgetBuilder-module-scss-module__Y9oBoG__grid2{grid-template-columns:repeat(2,1fr);gap:11px;display:grid}.WidgetBuilder-module-scss-module__Y9oBoG__field{color:var(--muted-foreground);flex-direction:column;gap:5px;font-size:12px;display:flex}.WidgetBuilder-module-scss-module__Y9oBoG__preview{border:1px dashed var(--border);background:var(--elev);border-radius:10px;padding:12px}.WidgetBuilder-module-scss-module__Y9oBoG__previewLabel{text-transform:uppercase;color:var(--app-subtle);margin:0 0 8px;font-size:11px}.WidgetBuilder-module-scss-module__Y9oBoG__footer{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}@media (max-width:640px){.WidgetBuilder-module-scss-module__Y9oBoG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.WidgetBuilder-module-scss-module__Y9oBoG__form{min-height:0}.WidgetBuilder-module-scss-module__Y9oBoG__toolbar{flex-direction:column;align-items:stretch}.WidgetBuilder-module-scss-module__Y9oBoG__search{margin-left:0}.WidgetBuilder-module-scss-module__Y9oBoG__grid{grid-template-columns:1fr 1fr;gap:10px}.WidgetBuilder-module-scss-module__Y9oBoG__gallery{min-height:0;max-height:none;overflow:visible}.WidgetBuilder-module-scss-module__Y9oBoG__pv{height:72px}.WidgetBuilder-module-scss-module__Y9oBoG__grid2{grid-template-columns:1fr}.WidgetBuilder-module-scss-module__Y9oBoG__footer{justify-content:stretch}.WidgetBuilder-module-scss-module__Y9oBoG__footer button{flex:auto}}@media (max-width:380px){.WidgetBuilder-module-scss-module__Y9oBoG__grid{grid-template-columns:1fr}}@media (max-width:600px){.WidgetBuilder-module-scss-module__Y9oBoG__searchInput{font-size:16px}}
.DashboardCanvas-module-scss-module__dp6xoa__head{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;display:flex}.DashboardCanvas-module-scss-module__dp6xoa__title{letter-spacing:-.01em;margin:0;font-size:20px;font-weight:800}@media (max-width:520px){.DashboardCanvas-module-scss-module__dp6xoa__actionsDesktopOnly{display:none}}.DashboardCanvas-module-scss-module__dp6xoa__bar{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:18px;display:flex}.DashboardCanvas-module-scss-module__dp6xoa__tabs{background:var(--fill);scrollbar-width:none;border-radius:12px;gap:4px;max-width:100%;padding:4px;display:inline-flex;overflow-x:auto}.DashboardCanvas-module-scss-module__dp6xoa__tabs::-webkit-scrollbar{display:none}.DashboardCanvas-module-scss-module__dp6xoa__tabsRenaming{overflow:visible}.DashboardCanvas-module-scss-module__dp6xoa__tab{white-space:nowrap;color:var(--muted-ink);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:9px;flex:none;align-items:center;gap:7px;padding:8px 15px;font-size:13.5px;font-weight:600;transition:color .15s,background .15s,box-shadow .15s;display:inline-flex}.DashboardCanvas-module-scss-module__dp6xoa__tab:hover{color:var(--foreground)}.DashboardCanvas-module-scss-module__dp6xoa__tabActive{background:var(--card);color:var(--foreground);font-weight:700;box-shadow:0 1px 2px #0003,0 1px 3px #0000000d}.DashboardCanvas-module-scss-module__dp6xoa__tab:disabled,.DashboardCanvas-module-scss-module__dp6xoa__newBoard:disabled{opacity:.45;cursor:default;pointer-events:none}.DashboardCanvas-module-scss-module__dp6xoa__tabInput{border:1px solid var(--primary);background:var(--card);width:240px;min-width:0;max-width:100%;color:var(--foreground);font:inherit;box-shadow:0 0 0 3px color-mix(in srgb, var(--primary) 18%, transparent);border-radius:9px;outline:none;flex:none;padding:8px 12px;font-size:13.5px;font-weight:700}@media (max-width:600px){.DashboardCanvas-module-scss-module__dp6xoa__tabsRenaming{width:100%;display:flex}.DashboardCanvas-module-scss-module__dp6xoa__renameBox{flex:1;min-width:0}.DashboardCanvas-module-scss-module__dp6xoa__tabInput{flex:1;width:auto;font-size:16px}}.DashboardCanvas-module-scss-module__dp6xoa__renameBox{align-items:center;gap:6px;display:inline-flex}.DashboardCanvas-module-scss-module__dp6xoa__renameOk,.DashboardCanvas-module-scss-module__dp6xoa__renameCancel{border:1px solid var(--border);background:var(--card);cursor:pointer;border-radius:8px;flex:none;place-items:center;width:30px;height:30px;transition:color .15s,background .15s,border-color .15s;display:grid}.DashboardCanvas-module-scss-module__dp6xoa__renameOk{color:var(--brand-foreground);background:var(--brand);border-color:#0000}.DashboardCanvas-module-scss-module__dp6xoa__renameCancel{color:var(--muted-ink)}.DashboardCanvas-module-scss-module__dp6xoa__renameCancel:hover{color:var(--foreground);background:var(--app-nav-hover)}.DashboardCanvas-module-scss-module__dp6xoa__boardMenu{border:1px solid var(--border);background:var(--card);width:36px;height:36px;color:var(--muted-ink);cursor:pointer;border-radius:10px;place-items:center;transition:color .15s,background .15s,border-color .15s;display:grid}.DashboardCanvas-module-scss-module__dp6xoa__boardMenu:hover{color:var(--foreground);background:var(--app-nav-hover)}.DashboardCanvas-module-scss-module__dp6xoa__newBoard{color:var(--muted-ink);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:6px;padding:8px 12px;font-size:13px;font-weight:600;transition:color .15s,background .15s;display:inline-flex}.DashboardCanvas-module-scss-module__dp6xoa__newBoard:hover{color:var(--foreground);background:var(--app-nav-hover)}.DashboardCanvas-module-scss-module__dp6xoa__editBar{align-items:center;gap:10px;display:flex}.DashboardCanvas-module-scss-module__dp6xoa__editLabel{color:var(--brand);letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:7px;font-size:11px;font-weight:800;display:inline-flex}@media (max-width:520px){.DashboardCanvas-module-scss-module__dp6xoa__editBar{flex-wrap:wrap;row-gap:8px}.DashboardCanvas-module-scss-module__dp6xoa__editLabel{flex-basis:100%}}button.DashboardCanvas-module-scss-module__dp6xoa__gbtn{background:linear-gradient(var(--card), var(--card)) padding-box,var(--grad-btn) border-box;color:var(--foreground);border:1.4px solid #0000;transition:box-shadow .16s,transform .16s,filter .16s}button.DashboardCanvas-module-scss-module__dp6xoa__gbtn svg{color:var(--grad-btn-ink)}button.DashboardCanvas-module-scss-module__dp6xoa__gbtn:hover{box-shadow:0 6px 18px -8px var(--grad-btn-glow);transform:translateY(-1px)}button.DashboardCanvas-module-scss-module__dp6xoa__gbtn:active{transform:translateY(0)scale(.985)}button.DashboardCanvas-module-scss-module__dp6xoa__gbtn{border-radius:10px}button.DashboardCanvas-module-scss-module__dp6xoa__gbtn:hover{color:var(--foreground);background:linear-gradient(var(--card), var(--card)) padding-box,var(--grad-btn) border-box}button.DashboardCanvas-module-scss-module__dp6xoa__gbtnActive{color:var(--brand-foreground);background:var(--grad-btn) border-box}button.DashboardCanvas-module-scss-module__dp6xoa__gbtnActive svg{color:var(--brand-foreground)}button.DashboardCanvas-module-scss-module__dp6xoa__gbtnActive:hover{filter:brightness(1.06);box-shadow:0 6px 18px -8px var(--grad-btn-glow);transform:translateY(-1px)}button.DashboardCanvas-module-scss-module__dp6xoa__gbtnActive{border:1.4px solid #0000;border-radius:10px}button.DashboardCanvas-module-scss-module__dp6xoa__gbtnActive:hover{color:var(--brand-foreground);background:var(--grad-btn) border-box}.DashboardCanvas-module-scss-module__dp6xoa__defaultStar{color:var(--role-accent,var(--brand))}
.AuthStatusCard-module-scss-module__ZMpo0q__page{justify-content:center;align-items:center;min-height:100dvh;padding:24px;display:flex;position:relative;overflow:hidden}.AuthStatusCard-module-scss-module__ZMpo0q__card{z-index:1;border:1px solid var(--border);background:var(--card);width:min(100%,400px);color:var(--card-foreground);text-align:center;border-radius:16px;flex-direction:column;align-items:center;gap:18px;padding:40px 44px;display:flex;position:relative;box-shadow:0 24px 60px -32px #0000008c}.AuthStatusCard-module-scss-module__ZMpo0q__status{max-width:34ch;color:var(--card-foreground);margin:0;font-size:14.5px;line-height:1.5}
.DeployOptimizations-module-scss-module__peudDW__trigger{background:linear-gradient(var(--card), var(--card)) padding-box,var(--grad-btn) border-box;color:var(--grad-btn-ink);border:1.4px solid #0000;transition:box-shadow .16s,transform .16s,filter .16s}.DeployOptimizations-module-scss-module__peudDW__trigger svg{color:var(--grad-btn-ink)}.DeployOptimizations-module-scss-module__peudDW__trigger:hover{box-shadow:0 6px 18px -8px var(--grad-btn-glow);transform:translateY(-1px)}.DeployOptimizations-module-scss-module__peudDW__trigger:active{transform:translateY(0)scale(.985)}.DeployOptimizations-module-scss-module__peudDW__trigger{font:inherit;letter-spacing:.01em;cursor:pointer;border-radius:10px;align-items:center;gap:7px;margin-bottom:14px;padding:8px 13px;font-size:12.8px;font-weight:700;display:inline-flex}.DeployOptimizations-module-scss-module__peudDW__trigger[data-state=open]{color:var(--brand-foreground);background:var(--grad-btn) border-box}.DeployOptimizations-module-scss-module__peudDW__trigger[data-state=open] svg{color:var(--brand-foreground)}.DeployOptimizations-module-scss-module__peudDW__trigger[data-state=open]:hover{filter:brightness(1.06);box-shadow:0 6px 18px -8px var(--grad-btn-glow);transform:translateY(-1px)}.DeployOptimizations-module-scss-module__peudDW__chevron{flex:none;transition:transform .18s}.DeployOptimizations-module-scss-module__peudDW__trigger[data-state=open] .DeployOptimizations-module-scss-module__peudDW__chevron{transform:rotate(180deg)}.DeployOptimizations-module-scss-module__peudDW__advisor{border:1px solid var(--border);background:var(--card);border-radius:10px;align-items:center;gap:10px;margin-bottom:10px;padding:9px 10px;display:flex}.DeployOptimizations-module-scss-module__peudDW__advisorAvatar{background:var(--grad-btn);width:32px;height:32px;color:var(--brand-foreground);box-shadow:0 3px 10px -4px var(--grad-btn-glow);border-radius:50%;flex:none;place-items:center;font-size:11.5px;font-weight:700;display:grid}.DeployOptimizations-module-scss-module__peudDW__advisorText{flex-direction:column;min-width:0;display:flex}.DeployOptimizations-module-scss-module__peudDW__advisorName{font-size:12.8px;font-weight:700;line-height:1.3}.DeployOptimizations-module-scss-module__peudDW__advisorRole{color:var(--muted-ink);font-size:11px}.DeployOptimizations-module-scss-module__peudDW__itemIcon{background:var(--brand-wash);width:26px;height:26px;color:var(--brand);border-radius:8px;flex:none;place-items:center;display:grid}.DeployOptimizations-module-scss-module__peudDW__cta{background:var(--grad-btn);width:calc(100% + 24px);color:var(--brand-foreground);font:inherit;letter-spacing:.02em;text-align:center;text-transform:uppercase;cursor:pointer;border:0;border-radius:0 0 7px 7px;margin:12px -12px -12px;padding:13px 14px;font-size:11.8px;font-weight:800;transition:filter .15s;display:block}.DeployOptimizations-module-scss-module__peudDW__cta:hover{filter:brightness(1.08)}.DeployOptimizations-module-scss-module__peudDW__trigger:focus-visible,.DeployOptimizations-module-scss-module__peudDW__cta:focus-visible{outline:2px solid var(--ring);outline-offset:2px}@media (prefers-reduced-motion:reduce){.DeployOptimizations-module-scss-module__peudDW__chevron{transition:none}}
.TeamDirectory-module-scss-module__J7wkiG__wrap{padding-block:22px 56px}.TeamDirectory-module-scss-module__J7wkiG__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.TeamDirectory-module-scss-module__J7wkiG__meta{color:var(--muted-foreground);margin:0;font-size:12.5px}.TeamDirectory-module-scss-module__J7wkiG__meta b{color:var(--foreground)}.TeamDirectory-module-scss-module__J7wkiG__headActions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.TeamDirectory-module-scss-module__J7wkiG__iconBtn{width:30px;height:30px}.TeamDirectory-module-scss-module__J7wkiG__toolbar{align-items:center;gap:10px;margin:18px 0 14px;padding-block:10px;display:flex}.TeamDirectory-module-scss-module__J7wkiG__search{flex:0 360px;align-items:center;min-width:0;display:flex;position:relative}.TeamDirectory-module-scss-module__J7wkiG__searchIcon{z-index:1;color:var(--muted-ink);pointer-events:none;position:absolute;left:12px}.TeamDirectory-module-scss-module__J7wkiG__clear{width:28px;height:28px;position:absolute;right:6px}.TeamDirectory-module-scss-module__J7wkiG__filters{align-items:center;gap:8px;display:flex}.TeamDirectory-module-scss-module__J7wkiG__chip{border:1px solid var(--border);height:36px;color:var(--ink2);font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:8px;padding:0 6px 0 13px;font-size:12.5px;font-weight:500;transition:background .16s,border-color .16s,box-shadow .16s,color .16s;display:inline-flex}.TeamDirectory-module-scss-module__J7wkiG__chip:hover{border-color:color-mix(in srgb, var(--brand) 45%, var(--border));box-shadow:0 0 0 3px var(--brand-wash);color:var(--foreground)}.TeamDirectory-module-scss-module__J7wkiG__chip:focus-visible{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-wash);outline:none}.TeamDirectory-module-scss-module__J7wkiG__chipCount{background:color-mix(in srgb, var(--foreground) 8%, transparent);min-width:22px;height:22px;color:var(--foreground);font-variant-numeric:tabular-nums;border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:11.5px;font-weight:700;transition:background .16s,color .16s;display:inline-flex}.TeamDirectory-module-scss-module__J7wkiG__chipOn{border-color:color-mix(in srgb, var(--brand) 55%, transparent);background:var(--brand-wash);color:var(--brand)}.TeamDirectory-module-scss-module__J7wkiG__chipOn .TeamDirectory-module-scss-module__J7wkiG__chipCount{background:color-mix(in srgb, var(--brand) 22%, transparent);color:var(--brand)}.TeamDirectory-module-scss-module__J7wkiG__chipZero .TeamDirectory-module-scss-module__J7wkiG__chipCount{opacity:.45}@media (max-width:640px){.TeamDirectory-module-scss-module__J7wkiG__toolbar{flex-direction:column;align-items:stretch;gap:8px}.TeamDirectory-module-scss-module__J7wkiG__search{flex:none;width:100%}.TeamDirectory-module-scss-module__J7wkiG__filters{width:100%}.TeamDirectory-module-scss-module__J7wkiG__chip{flex:1;justify-content:center;padding-inline:10px}}.TeamDirectory-module-scss-module__J7wkiG__split{grid-template-columns:1fr 330px;align-items:start;gap:18px;display:grid}.TeamDirectory-module-scss-module__J7wkiG__detailCol{max-height:calc(100dvh - var(--rc-chrome,75px) - 24px);overscroll-behavior:contain;align-self:start;position:sticky;top:12px;overflow-y:auto}@media (max-width:899px){.TeamDirectory-module-scss-module__J7wkiG__split{grid-template-columns:1fr}}.TeamDirectory-module-scss-module__J7wkiG__list{min-width:0}.TeamDirectory-module-scss-module__J7wkiG__noResults{text-align:center;color:var(--muted-foreground);margin:0;padding:26px 0;font-size:13px}.TeamDirectory-module-scss-module__J7wkiG__dept{margin-bottom:16px}.TeamDirectory-module-scss-module__J7wkiG__deptHead{z-index:3;letter-spacing:.07em;text-transform:uppercase;width:fit-content;color:color-mix(in srgb, var(--foreground) 72%, transparent);margin:0 0 8px -10px;padding:6px 12px 6px 10px;font-size:11px;font-weight:800;position:sticky;top:0}.TeamDirectory-module-scss-module__J7wkiG__deptHead:before{content:"";z-index:-1;background:color-mix(in srgb, var(--background) 90%, transparent);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--foreground) 8%, transparent),0 6px 14px -10px #000000b3;-webkit-backdrop-filter:blur(18px)saturate(1.2);border-radius:999px;position:absolute;inset:0}.TeamDirectory-module-scss-module__J7wkiG__deptHead span{letter-spacing:0;text-transform:none;color:var(--muted-ink);font-weight:600}.TeamDirectory-module-scss-module__J7wkiG__row{border:1px solid var(--border);background:var(--card);border-radius:12px;align-items:center;gap:8px;margin-bottom:8px;padding-right:10px;transition:border-color .15s,box-shadow .15s;display:flex}.TeamDirectory-module-scss-module__J7wkiG__row:hover{border-color:color-mix(in srgb, var(--brand) 45%, transparent)}.TeamDirectory-module-scss-module__J7wkiG__rowActive{border-color:color-mix(in srgb, var(--brand) 32%, transparent);background:var(--brand-wash);box-shadow:inset 3px 0 0 var(--brand)}.TeamDirectory-module-scss-module__J7wkiG__rowHidden{opacity:.55}.TeamDirectory-module-scss-module__J7wkiG__rowMain{min-width:0;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex:1;align-items:center;gap:12px;padding:11px 12px;display:flex}.TeamDirectory-module-scss-module__J7wkiG__rowActions{opacity:0;flex:none;gap:6px;transition:opacity .15s;display:flex}.TeamDirectory-module-scss-module__J7wkiG__row:hover .TeamDirectory-module-scss-module__J7wkiG__rowActions,.TeamDirectory-module-scss-module__J7wkiG__row:focus-within .TeamDirectory-module-scss-module__J7wkiG__rowActions{opacity:1}@media (hover:none){.TeamDirectory-module-scss-module__J7wkiG__rowActions{opacity:1}}.TeamDirectory-module-scss-module__J7wkiG__t0{background:linear-gradient(135deg, var(--c1), var(--c7))}.TeamDirectory-module-scss-module__J7wkiG__t1{background:linear-gradient(135deg, var(--c3), var(--c1))}.TeamDirectory-module-scss-module__J7wkiG__t2{background:linear-gradient(135deg, var(--c4), var(--c2))}.TeamDirectory-module-scss-module__J7wkiG__t3{background:linear-gradient(135deg, var(--c7), var(--c5))}.TeamDirectory-module-scss-module__J7wkiG__t4{background:linear-gradient(135deg, var(--c2), var(--c8))}.TeamDirectory-module-scss-module__J7wkiG__t5{background:linear-gradient(135deg, var(--c6), var(--c3))}.TeamDirectory-module-scss-module__J7wkiG__who{flex:1;min-width:0}.TeamDirectory-module-scss-module__J7wkiG__name{font-size:13.5px;font-weight:700;display:block}.TeamDirectory-module-scss-module__J7wkiG__role{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;margin-top:1px;font-size:12px;display:block;overflow:hidden}.TeamDirectory-module-scss-module__J7wkiG__tags{flex-wrap:wrap;flex:none;align-items:center;gap:6px;display:flex}.TeamDirectory-module-scss-module__J7wkiG__detail{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow-soft);padding:18px;position:relative;overflow:hidden}.TeamDirectory-module-scss-module__J7wkiG__detailBare{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0;overflow:visible}.TeamDirectory-module-scss-module__J7wkiG__detail.TeamDirectory-module-scss-module__J7wkiG__detailBare:before{content:none}.TeamDirectory-module-scss-module__J7wkiG__detail:before{content:"";background:var(--brand);transform-origin:0;height:3px;animation:.22s cubic-bezier(.2,.7,.2,1) both TeamDirectory-module-scss-module__J7wkiG__accentWipe;position:absolute;top:0;left:0;right:0}.TeamDirectory-module-scss-module__J7wkiG__detail>*{animation:.14s both TeamDirectory-module-scss-module__J7wkiG__detailIn}@keyframes TeamDirectory-module-scss-module__J7wkiG__accentWipe{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes TeamDirectory-module-scss-module__J7wkiG__detailIn{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.TeamDirectory-module-scss-module__J7wkiG__detail:before,.TeamDirectory-module-scss-module__J7wkiG__detail>*{animation:none}}.TeamDirectory-module-scss-module__J7wkiG__detailTop{align-items:center;gap:12px;margin-bottom:6px;display:flex}.TeamDirectory-module-scss-module__J7wkiG__detailName{font-size:16px;font-weight:800;display:block}.TeamDirectory-module-scss-module__J7wkiG__detailRole{color:var(--muted-foreground);margin-top:2px;font-size:12.5px;display:block}.TeamDirectory-module-scss-module__J7wkiG__detailLabel{letter-spacing:.07em;text-transform:uppercase;color:var(--muted-ink);margin:16px 0 6px;font-size:10px;font-weight:800}.TeamDirectory-module-scss-module__J7wkiG__subLabel{color:var(--muted-foreground);margin:10px 0 4px;font-size:11.5px;font-weight:600}.TeamDirectory-module-scss-module__J7wkiG__kv{border-bottom:1px solid var(--app-divider);justify-content:space-between;gap:10px;padding:7px 0;font-size:12.5px;display:flex}.TeamDirectory-module-scss-module__J7wkiG__kv:last-of-type{border-bottom:0}.TeamDirectory-module-scss-module__J7wkiG__kv span:first-child{color:var(--muted-foreground)}.TeamDirectory-module-scss-module__J7wkiG__kvLink{color:inherit;font:inherit;text-align:right;cursor:pointer;background:0 0;border:0;padding:0;font-size:12.5px;transition:color .14s}.TeamDirectory-module-scss-module__J7wkiG__kvLink:hover,.TeamDirectory-module-scss-module__J7wkiG__kvLink:focus-visible{color:var(--brand);text-underline-offset:2px;text-decoration:underline}.TeamDirectory-module-scss-module__J7wkiG__miniRow{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:6px 0;font-size:12.5px;display:flex}.TeamDirectory-module-scss-module__J7wkiG__miniRow:hover{color:var(--brand)}.TeamDirectory-module-scss-module__J7wkiG__muted{color:var(--muted-foreground);margin:0;font-size:12.5px}.TeamDirectory-module-scss-module__J7wkiG__detailActions{gap:8px;margin-top:16px;display:flex}.TeamDirectory-module-scss-module__J7wkiG__form{flex-direction:column;display:flex}.TeamDirectory-module-scss-module__J7wkiG__formGrid{grid-template-columns:1fr 1fr;gap:14px;display:grid}@media (max-width:640px){.TeamDirectory-module-scss-module__J7wkiG__formGrid{grid-template-columns:1fr}}.TeamDirectory-module-scss-module__J7wkiG__field{flex-direction:column;gap:6px;display:flex}.TeamDirectory-module-scss-module__J7wkiG__fieldLabel{color:var(--muted-foreground);font-size:12px;font-weight:600}.TeamDirectory-module-scss-module__J7wkiG__fieldError{color:var(--destructive);font-size:11.5px;font-weight:600}.TeamDirectory-module-scss-module__J7wkiG__formFoot{border-top:1px solid var(--border);justify-content:flex-end;gap:10px;margin-top:18px;padding-top:16px;display:flex}
.AppShell-module-scss-module__cTdJFG__shell{background:var(--background);height:100dvh;display:flex;overflow:hidden}.AppShell-module-scss-module__cTdJFG__main{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.AppShell-module-scss-module__cTdJFG__plane{flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.AppShell-module-scss-module__cTdJFG__backdrop{border:0;display:none}@media (max-width:900px){.AppShell-module-scss-module__cTdJFG__backdrop{z-index:40;opacity:0;visibility:hidden;background:#04081480;transition:opacity .2s;position:fixed;inset:0}.AppShell-module-scss-module__cTdJFG__backdropOpen{opacity:1;visibility:visible;display:block}}
.ResourceCenter-module-scss-module__7l64Kq__content{z-index:1;padding-block:20px 48px;position:relative}.ResourceCenter-module-scss-module__7l64Kq__editRow{z-index:2;justify-content:flex-end;padding-block:4px 0;display:flex;position:relative}@media (max-width:520px){.ResourceCenter-module-scss-module__7l64Kq__editRow{justify-content:flex-start}}.ResourceCenter-module-scss-module__7l64Kq__skeleton{background:linear-gradient(100deg, var(--surface-2,#ffffff0a) 40%, var(--surface-3,#ffffff14) 50%, var(--surface-2,#ffffff0a) 60%);background-size:200% 100%;border-radius:16px;min-height:60vh;animation:1.2s linear infinite ResourceCenter-module-scss-module__7l64Kq__rcShimmer}@keyframes ResourceCenter-module-scss-module__7l64Kq__rcShimmer{to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.ResourceCenter-module-scss-module__7l64Kq__skeleton{animation:none}}.ResourceCenter-module-scss-module__7l64Kq__loadError{text-align:center;align-content:center;place-items:center;gap:12px;min-height:40vh;display:grid}
