.CalendarFilter-module-scss-module__8mr8_W__filterGroup{background:var(--brand-surface);border:1px solid var(--brand-border);border-radius:8px;gap:4px;padding:3px;display:flex}.CalendarFilter-module-scss-module__8mr8_W__filterButton{cursor:pointer;color:var(--brand-muted);background:0 0;border:none;border-radius:6px;padding:5px 14px;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;transition:all .15s}.CalendarFilter-module-scss-module__8mr8_W__filterButton:hover:not(.CalendarFilter-module-scss-module__8mr8_W__active){color:var(--brand-text);background:var(--glass-bg-hover)}.CalendarFilter-module-scss-module__8mr8_W__filterButton.CalendarFilter-module-scss-module__8mr8_W__active{background:var(--brand-dark);color:var(--brand-text);box-shadow:var(--shadow-sm);border:1px solid var(--brand-border)}
.ViewTabs-module-scss-module__0Qntta__tab{background:var(--glass-bg);border:1px solid var(--glass-border);height:32px;color:var(--brand-muted);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:8px;flex-shrink:0;align-items:center;padding:0;transition:color .15s,background .15s,border-color .15s,box-shadow .15s;display:inline-flex;position:relative}.ViewTabs-module-scss-module__0Qntta__tab svg{display:block}.ViewTabs-module-scss-module__0Qntta__tab:hover{color:var(--brand-light);background:var(--glass-bg-hover);border-color:var(--glass-border-strong);box-shadow:var(--shadow-md)}.ViewTabs-module-scss-module__0Qntta__tab:hover .ViewTabs-module-scss-module__0Qntta__label{opacity:1;max-width:120px;padding-right:10px}.ViewTabs-module-scss-module__0Qntta__tab.ViewTabs-module-scss-module__0Qntta__active{color:var(--project-accent,var(--project-accent,var(--brand-primary)));background:color-mix(in srgb,var(--project-accent,var(--project-accent,var(--brand-primary)))16%,transparent);border-color:color-mix(in srgb,var(--project-accent,var(--project-accent,var(--brand-primary)))40%,transparent);animation:2.4s ease-in-out infinite ViewTabs-module-scss-module__0Qntta__tabGlow}.ViewTabs-module-scss-module__0Qntta__tab.ViewTabs-module-scss-module__0Qntta__pending{animation:1s ease-in-out infinite ViewTabs-module-scss-module__0Qntta__tabPulse}@media only screen and (max-width:800px){.ViewTabs-module-scss-module__0Qntta__tab{display:none}}.ViewTabs-module-scss-module__0Qntta__iconWrap{flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.ViewTabs-module-scss-module__0Qntta__label{white-space:nowrap;opacity:0;max-width:0;color:var(--brand-light);padding-right:0;font-family:Poppins,sans-serif;font-size:11px;font-weight:500;transition:max-width .25s,opacity .15s,padding-right .25s;overflow:hidden}.ViewTabs-module-scss-module__0Qntta__badge{text-align:center;background:var(--project-accent,var(--project-accent,var(--brand-primary)));color:#fff;border-radius:4px;min-width:16px;height:16px;padding:0 4px;font-family:Poppins,sans-serif;font-size:9px;font-weight:700;line-height:16px;position:absolute;top:-4px;right:-4px}.ViewTabs-module-scss-module__0Qntta__active .ViewTabs-module-scss-module__0Qntta__badge{background:var(--project-accent,var(--project-accent,var(--brand-primary)));color:#fff}@media only screen and (max-width:800px){.ViewTabs-module-scss-module__0Qntta__badge{border-radius:3px;min-width:14px;height:14px;padding:0 3px;font-size:8px;line-height:14px;top:-3px;right:-3px}}.ViewTabs-module-scss-module__0Qntta__gridTrigger{background:color-mix(in srgb,var(--project-accent,var(--project-accent,var(--brand-primary)))16%,transparent);border:1px solid color-mix(in srgb,var(--project-accent,var(--project-accent,var(--brand-primary)))40%,transparent);width:40px;height:40px;color:var(--project-accent,var(--project-accent,var(--brand-primary)));cursor:pointer;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:color .15s,background .15s,border-color .15s;display:none}.ViewTabs-module-scss-module__0Qntta__gridTrigger svg{width:18px;height:18px;display:block}.ViewTabs-module-scss-module__0Qntta__gridTrigger:hover{background:color-mix(in srgb,var(--project-accent,var(--project-accent,var(--brand-primary)))22%,transparent)}.ViewTabs-module-scss-module__0Qntta__gridTrigger[data-tooltip]{position:relative}.ViewTabs-module-scss-module__0Qntta__gridTrigger[data-tooltip]:after{content:attr(data-tooltip);background:var(--brand-dark);color:var(--brand-light);white-space:nowrap;border:1px solid var(--brand-border);pointer-events:none;opacity:0;z-index:1000;border-radius:6px;padding:5px 10px;font-family:Poppins,sans-serif;font-size:11px;font-weight:500;transition:opacity .15s,transform .15s;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(4px);box-shadow:0 4px 16px #0000004d}.ViewTabs-module-scss-module__0Qntta__gridTrigger[data-tooltip]:hover:after{opacity:1;transition-delay:.4s;transform:translate(-50%)translateY(0)}@media only screen and (max-width:800px){.ViewTabs-module-scss-module__0Qntta__gridTrigger{display:inline-flex}}.ViewTabs-module-scss-module__0Qntta__gridOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0009;justify-content:center;align-items:center;animation:.15s ease-out ViewTabs-module-scss-module__0Qntta__gridFadeIn;display:flex;position:fixed;inset:0}.ViewTabs-module-scss-module__0Qntta__gridModal{background:var(--brand-dark);border:1px solid var(--brand-border);border-radius:16px;width:90%;max-width:340px;padding:20px;animation:.2s ease-out ViewTabs-module-scss-module__0Qntta__gridSlideUp}.ViewTabs-module-scss-module__0Qntta__gridModalHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.ViewTabs-module-scss-module__0Qntta__gridModalTitle{color:var(--brand-light);font-family:Poppins,sans-serif;font-size:14px;font-weight:600}.ViewTabs-module-scss-module__0Qntta__gridModalClose{width:28px;height:28px;color:var(--brand-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;font-size:14px;transition:color .15s,background .15s;display:flex}.ViewTabs-module-scss-module__0Qntta__gridModalClose:hover{color:var(--brand-light);background:var(--glass-border)}.ViewTabs-module-scss-module__0Qntta__gridDivider{background:var(--brand-border);height:1px;margin:12px 0 4px}.ViewTabs-module-scss-module__0Qntta__gridItems{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.ViewTabs-module-scss-module__0Qntta__gridItem{border:1.5px solid var(--brand-border);color:var(--brand-muted);cursor:pointer;background:0 0;border-radius:12px;flex-direction:column;align-items:center;gap:8px;padding:16px 8px;font-family:Poppins,sans-serif;transition:color .15s,background .15s,border-color .15s;display:flex;position:relative}.ViewTabs-module-scss-module__0Qntta__gridItem:hover{color:var(--brand-light);background:var(--glass-bg);border-color:var(--glass-border-strong)}.ViewTabs-module-scss-module__0Qntta__gridItem:active{transform:scale(.97)}.ViewTabs-module-scss-module__0Qntta__gridItemActive{color:var(--project-accent,var(--project-accent,var(--brand-primary)));background:color-mix(in srgb,var(--project-accent,var(--project-accent,var(--brand-primary)))12%,transparent);border-color:color-mix(in srgb,var(--project-accent,var(--project-accent,var(--brand-primary)))40%,transparent);animation:2.4s ease-in-out infinite ViewTabs-module-scss-module__0Qntta__tabGlow}.ViewTabs-module-scss-module__0Qntta__gridItemIcon{justify-content:center;align-items:center;display:flex}.ViewTabs-module-scss-module__0Qntta__gridItemIcon svg{width:22px;height:22px}.ViewTabs-module-scss-module__0Qntta__gridItemLabel{font-size:11px;font-weight:500;line-height:1}.ViewTabs-module-scss-module__0Qntta__gridItemBadge{text-align:center;background:var(--glass-border-strong);min-width:16px;height:16px;color:var(--brand-muted);border-radius:4px;padding:0 4px;font-family:Poppins,sans-serif;font-size:9px;font-weight:600;line-height:16px;position:absolute;top:6px;right:6px}.ViewTabs-module-scss-module__0Qntta__gridItemActive .ViewTabs-module-scss-module__0Qntta__gridItemBadge{background:color-mix(in srgb,var(--project-accent,var(--project-accent,var(--brand-primary)))28%,transparent);color:var(--project-accent,var(--project-accent,var(--brand-primary)))}@keyframes ViewTabs-module-scss-module__0Qntta__gridFadeIn{0%{opacity:0}to{opacity:1}}@keyframes ViewTabs-module-scss-module__0Qntta__gridSlideUp{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes ViewTabs-module-scss-module__0Qntta__tabPulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes ViewTabs-module-scss-module__0Qntta__tabGlow{0%,to{box-shadow:0 0 4px 0px color-mix(in srgb,var(--project-accent,var(--project-accent,var(--brand-primary)))15%,transparent)}50%{box-shadow:0 0 8px 2px color-mix(in srgb,var(--project-accent,var(--project-accent,var(--brand-primary)))30%,transparent)}}
.PageBanner-module-scss-module__10pbVG__banner{border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);flex-shrink:0;align-items:center;gap:8px;padding:5px 20px 6px;display:flex}.PageBanner-module-scss-module__10pbVG__dot{border-radius:2px;flex-shrink:0;width:7px;height:7px}.PageBanner-module-scss-module__10pbVG__icon{color:var(--glass-text-muted);align-items:center;font-size:.72rem;display:flex}.PageBanner-module-scss-module__10pbVG__text{color:var(--glass-text-muted);letter-spacing:.02em;font-size:.72rem;font-weight:500}
.Modal-module-scss-module__W6VMKW__overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Modal-module-scss-module__W6VMKW__modal{background:var(--brand-dark);border:1px solid var(--brand-border);border-radius:12px;flex-direction:column;width:90%;padding:24px;display:flex;box-shadow:0 10px 40px #0006}.Modal-module-scss-module__W6VMKW__modal.Modal-module-scss-module__W6VMKW__sm{max-width:400px}.Modal-module-scss-module__W6VMKW__modal.Modal-module-scss-module__W6VMKW__md{max-width:480px}.Modal-module-scss-module__W6VMKW__modal.Modal-module-scss-module__W6VMKW__lg{max-width:600px;max-height:90vh;overflow-y:auto}.Modal-module-scss-module__W6VMKW__modal.Modal-module-scss-module__W6VMKW__xl{width:900px;height:90vh;overflow-y:auto}.Modal-module-scss-module__W6VMKW__header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.Modal-module-scss-module__W6VMKW__title{color:var(--brand-light);margin:0;font-family:Poppins,sans-serif;font-size:1.3em;font-weight:600}.Modal-module-scss-module__W6VMKW__closeBtn{width:32px;height:32px;color:var(--brand-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5em;transition:background .15s,color .15s;display:flex}.Modal-module-scss-module__W6VMKW__closeBtn:hover{background:var(--brand-secondary);color:var(--brand-light)}@media only screen and (max-width:800px){.Modal-module-scss-module__W6VMKW__closeBtn{width:40px;height:40px}}.Modal-module-scss-module__W6VMKW__panelSplit{background:var(--brand-dark);border:1px solid var(--brand-border);border-radius:12px;flex-direction:column;flex-shrink:0;width:560px;max-width:calc(100vw - 20px);min-height:0;margin:10px;animation:.22s cubic-bezier(.16,1,.3,1) both Modal-module-scss-module__W6VMKW__splitDrawerIn;display:flex;overflow:hidden}@media (prefers-reduced-motion:reduce){.Modal-module-scss-module__W6VMKW__panelSplit{animation:none}}@media only screen and (max-width:800px){.Modal-module-scss-module__W6VMKW__panelSplit{z-index:1000;border:none;border-radius:0;width:100%;max-width:none;margin:0;animation:.22s cubic-bezier(.16,1,.3,1) both Modal-module-scss-module__W6VMKW__splitSheetIn;position:fixed;inset:0}}.Modal-module-scss-module__W6VMKW__panelSplitClosing{z-index:5;height:auto;margin:0 10px 0 0;animation:.18s cubic-bezier(.4,0,1,1) both Modal-module-scss-module__W6VMKW__splitDrawerOut;position:absolute;top:10px;bottom:10px;right:0}@media (prefers-reduced-motion:reduce){.Modal-module-scss-module__W6VMKW__panelSplitClosing{opacity:0;animation:none}}@media only screen and (max-width:800px){.Modal-module-scss-module__W6VMKW__panelSplitClosing{margin:0;animation:.18s cubic-bezier(.4,0,1,1) both Modal-module-scss-module__W6VMKW__splitSheetOut;inset:0}}.Modal-module-scss-module__W6VMKW__splitHeader{border-bottom:1px solid var(--brand-border);flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:14px 16px;display:flex}@media only screen and (max-width:800px){.Modal-module-scss-module__W6VMKW__splitHeader{padding:12px 14px}}.Modal-module-scss-module__W6VMKW__splitTitle{color:var(--brand-light);text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-family:Poppins,sans-serif;font-size:1.05em;font-weight:600;overflow:hidden}.Modal-module-scss-module__W6VMKW__splitBody{flex:1;min-height:0;padding:16px;overflow:hidden auto;container:drawer/inline-size}@media only screen and (max-width:800px){.Modal-module-scss-module__W6VMKW__splitBody{padding:14px}}.Modal-module-scss-module__W6VMKW__splitFooter{border-top:1px solid var(--brand-border);background:var(--brand-dark);flex-shrink:0}@keyframes Modal-module-scss-module__W6VMKW__splitDrawerIn{0%{opacity:0;margin-right:-570px}to{opacity:1;margin-right:10px}}@keyframes Modal-module-scss-module__W6VMKW__splitDrawerOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(calc(100% + 10px))}}@keyframes Modal-module-scss-module__W6VMKW__splitSheetIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes Modal-module-scss-module__W6VMKW__splitSheetOut{0%{transform:translate(0)}to{transform:translate(100%)}}
.Navbar-module-scss-module__imjvka__navbar{z-index:50;background-color:#0000;justify-content:space-between;align-items:center;gap:24px;width:100%;padding:15px;display:flex;position:fixed;top:0;left:0;right:0}@media only screen and (max-width:800px){.Navbar-module-scss-module__imjvka__navbar{justify-content:space-between;gap:12px;padding:0 20px}}.Navbar-module-scss-module__imjvka__navLeft{align-items:center;gap:20px;display:flex}@media only screen and (max-width:800px){.Navbar-module-scss-module__imjvka__navLeft{display:none}}.Navbar-module-scss-module__imjvka__logoLink{flex-shrink:0;align-items:center;gap:0;text-decoration:none;transition:transform .2s;display:flex}.Navbar-module-scss-module__imjvka__logoLink:hover{transform:scale(1.05)}.Navbar-module-scss-module__imjvka__logo{display:block}.Navbar-module-scss-module__imjvka__logoText{letter-spacing:-.05em;color:var(--brand-surface);text-transform:uppercase;margin-left:-.5em;font-size:1.25em;font-weight:700}@media only screen and (max-width:800px){.Navbar-module-scss-module__imjvka__logoText{font-size:1.2em}}.Navbar-module-scss-module__imjvka__navLinks{display:flex}@media only screen and (max-width:800px){.Navbar-module-scss-module__imjvka__navLinks{display:none}}.Navbar-module-scss-module__imjvka__navLinks a{text-decoration:none}.Navbar-module-scss-module__imjvka__navActions{align-items:center;gap:8px;display:flex}@media only screen and (max-width:800px){.Navbar-module-scss-module__imjvka__navActions{display:none}}.Navbar-module-scss-module__imjvka__navCenter{align-items:center;display:flex;position:absolute;left:50%;transform:translate(-50%)}.Navbar-module-scss-module__imjvka__alphaBadge{color:#fff;border:1px solid var(--glass-border-strong);letter-spacing:.5px;text-transform:uppercase;background:#9d1dcb;border-radius:5px;align-items:center;padding:7px 16px;font-size:.75rem;font-weight:600;line-height:1;display:inline-flex}.Navbar-module-scss-module__imjvka__loginButton{cursor:pointer;opacity:.75;color:var(--brand-light)!important;letter-spacing:.02em!important;background:0 0!important;border:none!important;border-radius:5px!important;padding:7px 22px!important;font-size:.875rem!important;font-weight:600!important;transition:color .2s,opacity .2s!important}.Navbar-module-scss-module__imjvka__loginButton:hover{opacity:1;color:var(--brand-light)!important;background:0 0!important;border:none!important}.Navbar-module-scss-module__imjvka__navItem{text-transform:uppercase;color:var(--brand-light);cursor:pointer;opacity:.5;background:0 0;border:none;justify-content:center;align-items:center;width:80px;height:50px;margin:0;padding:0;font-family:inherit;font-size:.8em;font-weight:600;display:flex}.Navbar-module-scss-module__imjvka__navItem:hover{opacity:1;background-color:#0003;font-size:.9em;transition:all .7s}.Navbar-module-scss-module__imjvka__navTextLink{color:var(--brand-light);letter-spacing:.01em;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .2s}.Navbar-module-scss-module__imjvka__navTextLink:hover{color:var(--brand-light)}.Navbar-module-scss-module__imjvka__mobileNavTextLink{color:var(--brand-light);border-radius:8px;padding:12px 16px;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:block}.Navbar-module-scss-module__imjvka__mobileNavTextLink:hover{color:var(--brand-light);background:var(--glass-border)}.Navbar-module-scss-module__imjvka__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;padding:0;display:none}@media only screen and (max-width:800px){.Navbar-module-scss-module__imjvka__hamburger{display:flex}}.Navbar-module-scss-module__imjvka__bar{background:var(--brand-light);border-radius:2px;width:24px;height:3px;transition:opacity .2s;display:block;box-shadow:0 1px 3px #0006}.Navbar-module-scss-module__imjvka__hamburger:hover .Navbar-module-scss-module__imjvka__bar{opacity:.85}.Navbar-module-scss-module__imjvka__mobileOverlay{z-index:49;background:#000000b3;position:fixed;inset:0}.Navbar-module-scss-module__imjvka__mobileMenu{background:var(--brand-dark);border:1px solid var(--glass-border);z-index:50;border-radius:10px;flex-direction:column;gap:2px;padding:8px;display:flex;position:absolute;top:calc(100% + 8px);left:12px;right:12px;box-shadow:0 12px 40px #00000080}.Navbar-module-scss-module__imjvka__mobileLoginBtn{border:1px solid color-mix(in srgb,var(--project-accent,var(--brand-primary))20%,transparent);width:100%;color:var(--project-accent,var(--brand-primary));text-align:center;cursor:pointer;background:#a89acf1f;border-radius:8px;margin-top:4px;padding:12px 16px;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:600;transition:background .2s,border-color .2s;display:block}.Navbar-module-scss-module__imjvka__mobileLoginBtn:hover{background:color-mix(in srgb,var(--project-accent,var(--brand-primary))20%,transparent);border-color:#a89acf59}.Navbar-module-scss-module__imjvka__mobileNavItem{text-transform:uppercase;color:var(--brand-light);cursor:pointer;opacity:.7;text-align:left;background:0 0;border:none;align-items:center;width:100%;height:44px;padding:0 4px;font-family:inherit;font-size:.85em;font-weight:600;display:flex}.Navbar-module-scss-module__imjvka__mobileNavItem:hover{opacity:1}
.Footer-module-scss-module__cLqhGa__footer{border-top:1px solid var(--glass-border);z-index:5;flex-shrink:0;justify-content:space-between;align-items:center;width:100%;padding:10px clamp(24px,6vw,80px);display:flex;position:relative}.Footer-module-scss-module__cLqhGa__brand{letter-spacing:.08em;text-transform:uppercase;color:var(--glass-text-muted);align-items:center;gap:6px;font-size:.65em;font-weight:700;display:flex}.Footer-module-scss-module__cLqhGa__copyright{letter-spacing:.05em;text-transform:uppercase;color:var(--glass-text-muted);white-space:nowrap;font-size:.65em;font-weight:600;position:absolute;left:50%;transform:translate(-50%)}.Footer-module-scss-module__cLqhGa__legal{letter-spacing:.05em;text-transform:uppercase;color:var(--glass-text-muted);font-size:.65em;font-weight:600;text-decoration:none;transition:color .15s}.Footer-module-scss-module__cLqhGa__legal:hover{color:var(--brand-light)}
.Header-module-scss-module__bJY8ca__header{text-transform:capitalize;width:100%;color:var(--brand-muted);background-color:var(--brand-secondary);justify-content:space-between;align-items:center;padding:10px 25px;display:flex}.Header-module-scss-module__bJY8ca__title{margin:0;font-family:Poppins,sans-serif;font-size:1.5em;font-weight:600}.Header-module-scss-module__bJY8ca__btn{border:1px solid var(--brand-border);text-transform:capitalize;width:125px;height:30px;color:var(--brand-muted);cursor:pointer;opacity:.7;background:var(--brand-dark);border-radius:5px;outline:none;font-size:1em;font-weight:800}.Header-module-scss-module__bJY8ca__btn:hover{opacity:1;transition:all .5s}.Header-module-scss-module__bJY8ca__btn:active{background-color:var(--brand-secondary);transition:all .25s;transform:scale(.98)}
.Sidebar-module-scss-module__xrhDTW__sidebar{background-color:var(--brand-sidebar);border-right:1px solid var(--brand-border);z-index:40;flex-direction:column;flex-shrink:0;width:250px;min-width:250px;height:100%;transition:width .2s cubic-bezier(.4,0,.2,1),min-width .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:visible}.Sidebar-module-scss-module__xrhDTW__sidebar.Sidebar-module-scss-module__xrhDTW__collapsed{width:64px;min-width:64px}[data-split-drawer] .Sidebar-module-scss-module__xrhDTW__sidebar{border-right-color:#0000}@media only screen and (max-width:800px){.Sidebar-module-scss-module__xrhDTW__sidebar{display:none}}.Sidebar-module-scss-module__xrhDTW__header{flex-shrink:0;justify-content:space-between;align-items:center;gap:4px;padding:14px 12px 10px;display:flex}.Sidebar-module-scss-module__xrhDTW__collapsed .Sidebar-module-scss-module__xrhDTW__header{flex-direction:column;justify-content:center;gap:8px;padding:14px 0 10px}.Sidebar-module-scss-module__xrhDTW__logoBtn{cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;align-items:center;gap:8px;min-width:0;padding:4px;transition:background .12s,color .12s;display:flex}.Sidebar-module-scss-module__xrhDTW__logoBtn:hover{background:color-mix(in srgb,var(--project-accent,var(--brand-primary))8%,transparent);color:var(--brand-sidebar-active)}.Sidebar-module-scss-module__xrhDTW__collapsed .Sidebar-module-scss-module__xrhDTW__logoBtn{padding:4px}.Sidebar-module-scss-module__xrhDTW__logoText{color:var(--brand-sidebar-active);white-space:nowrap;opacity:1;font-family:Satisfy,cursive;font-size:17px;transition:opacity .15s;overflow:hidden}.Sidebar-module-scss-module__xrhDTW__collapsed .Sidebar-module-scss-module__xrhDTW__logoText{display:none}.Sidebar-module-scss-module__xrhDTW__collapseBtn{width:32px;height:32px;color:var(--brand-sidebar-text);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:6px;transition:background .12s,color .12s;display:flex}.Sidebar-module-scss-module__xrhDTW__collapseBtn:hover{background:color-mix(in srgb,var(--project-accent,var(--brand-primary))8%,transparent);color:var(--brand-sidebar-active)}.Sidebar-module-scss-module__xrhDTW__collapsed .Sidebar-module-scss-module__xrhDTW__collapseBtn{width:calc(100% - 16px);height:auto;margin:0 8px;padding:7px 8px}.Sidebar-module-scss-module__xrhDTW__createWrapper{flex-shrink:0;margin-bottom:4px;padding:0 10px;position:relative}.Sidebar-module-scss-module__xrhDTW__collapsed .Sidebar-module-scss-module__xrhDTW__createWrapper{padding:0 8px}.Sidebar-module-scss-module__xrhDTW__createBtn{width:100%;color:var(--brand-sidebar-text);white-space:nowrap;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;padding:7px 8px;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;transition:background .12s,color .12s;display:flex;overflow:hidden}.Sidebar-module-scss-module__xrhDTW__createBtn:hover{background:color-mix(in srgb,var(--project-accent,var(--brand-primary))8%,transparent);color:var(--brand-sidebar-active)}.Sidebar-module-scss-module__xrhDTW__createBtn[data-tooltip]{position:relative}.Sidebar-module-scss-module__xrhDTW__createBtn[data-tooltip]:after{content:attr(data-tooltip);background:var(--brand-dark);color:var(--brand-light);white-space:nowrap;border:1px solid var(--brand-border);pointer-events:none;opacity:0;z-index:9999;border-radius:6px;padding:5px 10px;font-family:Poppins,sans-serif;font-size:11px;font-weight:500;transition:opacity .15s,transform .15s;position:absolute;top:50%;left:calc(100% + 10px);transform:translateY(-50%)translate(4px);box-shadow:0 4px 16px #0000004d}.Sidebar-module-scss-module__xrhDTW__createBtn[data-tooltip]:hover:after{opacity:1;transition-delay:.3s;transform:translateY(-50%)translate(0)}.Sidebar-module-scss-module__xrhDTW__createBtnCollapsed{justify-content:center;padding:8px 0}.Sidebar-module-scss-module__xrhDTW__createIcon{flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.Sidebar-module-scss-module__xrhDTW__createLabel{flex:1}.Sidebar-module-scss-module__xrhDTW__createMenu{background:var(--brand-dark);border:1px solid var(--brand-border);z-index:200;border-radius:8px;min-width:170px;padding:4px;animation:.12s Sidebar-module-scss-module__xrhDTW__dropIn;position:absolute;top:calc(100% + 4px);left:8px;right:8px;box-shadow:0 8px 24px #0000004d}.Sidebar-module-scss-module__xrhDTW__createMenuCollapsed{width:170px;top:0;left:calc(100% + 4px);right:auto}.Sidebar-module-scss-module__xrhDTW__createMenuItem{width:100%;color:var(--brand-sidebar-active);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;padding:8px 10px;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;transition:background .12s;display:flex}.Sidebar-module-scss-module__xrhDTW__createMenuItem:hover{background:var(--glass-bg-hover)}.Sidebar-module-scss-module__xrhDTW__createMenuIcon{color:var(--brand-sidebar-text);justify-content:center;align-items:center;width:16px;height:16px;display:flex}.Sidebar-module-scss-module__xrhDTW__createMenuKbd{border:1px solid var(--brand-border);color:var(--brand-sidebar-text);opacity:.5;pointer-events:none;background:0 0;border-radius:4px;margin-left:auto;padding:1px 5px;font-family:monospace;font-size:10px}.Sidebar-module-scss-module__xrhDTW__nav{flex-direction:column;gap:3px;padding:0 8px;display:flex}.Sidebar-module-scss-module__xrhDTW__navMain{flex-direction:column;flex:1;gap:4px;padding:4px 8px;display:flex}.Sidebar-module-scss-module__xrhDTW__collapsed .Sidebar-module-scss-module__xrhDTW__navMain{align-items:center;gap:10px;padding:8px 0}.Sidebar-module-scss-module__xrhDTW__collapsed .Sidebar-module-scss-module__xrhDTW__navMain .Sidebar-module-scss-module__xrhDTW__navItem{border-radius:8px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0}.Sidebar-module-scss-module__xrhDTW__navItem{width:100%;color:var(--brand-sidebar-text);text-align:left;white-space:nowrap;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;align-items:center;gap:10px;padding:7px 8px;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;transition:background .12s,color .12s;display:flex;overflow:hidden}.Sidebar-module-scss-module__xrhDTW__navItem:hover{background:color-mix(in srgb,var(--project-accent,var(--brand-primary))8%,transparent);color:var(--brand-sidebar-active)}.Sidebar-module-scss-module__xrhDTW__navItem[data-tooltip]{position:relative}.Sidebar-module-scss-module__xrhDTW__navItem[data-tooltip]:after{content:attr(data-tooltip);background:var(--brand-dark);color:var(--brand-light);white-space:nowrap;border:1px solid var(--brand-border);pointer-events:none;opacity:0;z-index:9999;border-radius:6px;padding:5px 10px;font-family:Poppins,sans-serif;font-size:11px;font-weight:500;transition:opacity .15s,transform .15s;position:absolute;top:50%;left:calc(100% + 10px);transform:translateY(-50%)translate(4px);box-shadow:0 4px 16px #0000004d}.Sidebar-module-scss-module__xrhDTW__navItem[data-tooltip]:hover:after{opacity:1;transition-delay:.3s;transform:translateY(-50%)translate(0)}.Sidebar-module-scss-module__xrhDTW__collapsed .Sidebar-module-scss-module__xrhDTW__navItem{justify-content:center;padding:8px 0;overflow:visible}.Sidebar-module-scss-module__xrhDTW__navItemActive{background:color-mix(in srgb,var(--project-accent,var(--brand-primary))8%,transparent);color:var(--project-accent,var(--brand-primary));font-weight:600}.Sidebar-module-scss-module__xrhDTW__navItemActive:hover{background:color-mix(in srgb,var(--project-accent,var(--brand-primary))12%,transparent);color:var(--project-accent,var(--brand-primary))}.Sidebar-module-scss-module__xrhDTW__navIcon{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.Sidebar-module-scss-module__xrhDTW__navIcon svg{display:block}.Sidebar-module-scss-module__xrhDTW__navLabel{text-overflow:ellipsis;flex:1;overflow:hidden}.Sidebar-module-scss-module__xrhDTW__navShortcut{color:var(--brand-sidebar-text);opacity:.5;flex-shrink:0;margin-left:auto;font-size:10px}.Sidebar-module-scss-module__xrhDTW__navBadge{background:var(--project-accent,var(--brand-primary));color:#fff;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;min-width:16px;height:16px;margin-left:auto;padding:0 4px;font-family:Poppins,sans-serif;font-size:9px;font-weight:700;line-height:1;display:flex}.Sidebar-module-scss-module__xrhDTW__collapsed .Sidebar-module-scss-module__xrhDTW__navBadge{margin-left:0;position:absolute;top:-4px;right:-4px}.Sidebar-module-scss-module__xrhDTW__navItem{position:relative}.Sidebar-module-scss-module__xrhDTW__divider{background:var(--brand-border);flex-shrink:0;height:1px;margin:6px 10px}.Sidebar-module-scss-module__xrhDTW__sectionGroup{flex-shrink:0}.Sidebar-module-scss-module__xrhDTW__sectionLabel{color:var(--brand-sidebar-text);text-transform:uppercase;letter-spacing:.6px;opacity:.55;padding:8px 14px 4px;font-size:10px;font-weight:600;display:block}.Sidebar-module-scss-module__xrhDTW__focusIndicator{background:color-mix(in srgb,var(--project-accent,var(--brand-primary))8%,transparent);border:1px solid color-mix(in srgb,var(--project-accent,var(--brand-primary))20%,transparent);border-radius:6px;flex-shrink:0;align-items:center;gap:6px;margin:4px 6px;padding:6px 14px;display:flex}.Sidebar-module-scss-module__xrhDTW__focusDot{background:var(--project-accent,var(--brand-primary));border-radius:2px;flex-shrink:0;width:6px;height:6px}.Sidebar-module-scss-module__xrhDTW__focusText{color:var(--project-accent,var(--brand-primary));text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:500;overflow:hidden}.Sidebar-module-scss-module__xrhDTW__spacer{flex:1}.Sidebar-module-scss-module__xrhDTW__bottom{flex-shrink:0;padding:0 8px 8px}.Sidebar-module-scss-module__xrhDTW__collapsed .Sidebar-module-scss-module__xrhDTW__bottom{flex-direction:column;align-items:center;padding:0 0 8px;display:flex}.Sidebar-module-scss-module__xrhDTW__collapsed .Sidebar-module-scss-module__xrhDTW__bottom .Sidebar-module-scss-module__xrhDTW__navItem{border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;padding:0}.Sidebar-module-scss-module__xrhDTW__userAvatar{flex-shrink:0}.Sidebar-module-scss-module__xrhDTW__userInfo{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.Sidebar-module-scss-module__xrhDTW__userName{color:var(--brand-sidebar-active);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;overflow:hidden}.Sidebar-module-scss-module__xrhDTW__userPlan{color:var(--brand-sidebar-text);text-overflow:ellipsis;white-space:nowrap;text-transform:capitalize;font-size:10px;overflow:hidden}@keyframes Sidebar-module-scss-module__xrhDTW__dropIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.Sidebar-module-scss-module__xrhDTW__signInLink{width:100%;color:var(--brand-sidebar-text);opacity:.55;border-radius:6px;align-items:center;gap:10px;padding:8px 12px;font-family:Poppins,sans-serif;font-size:.8125rem;font-weight:500;text-decoration:none;transition:opacity .15s,background .15s;display:flex}.Sidebar-module-scss-module__xrhDTW__signInLink svg{flex-shrink:0}.Sidebar-module-scss-module__xrhDTW__signInLink:hover{opacity:1;background:#cfc4f40f}
.ReportUserModal-module-scss-module__N8mg1q__overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ReportUserModal-module-scss-module__N8mg1q__content{background:#fff;border-radius:12px;width:90%;max-width:420px;padding:24px;box-shadow:0 10px 40px #0003}.ReportUserModal-module-scss-module__N8mg1q__title{color:var(--brand-light);margin:0 0 8px;font-size:1.4em}.ReportUserModal-module-scss-module__N8mg1q__subtitle{color:var(--brand-muted);margin:0 0 20px;font-size:.9em}.ReportUserModal-module-scss-module__N8mg1q__subtitle strong{color:var(--brand-light)}.ReportUserModal-module-scss-module__N8mg1q__section{margin-bottom:20px}.ReportUserModal-module-scss-module__N8mg1q__label{color:var(--brand-light);margin-bottom:10px;font-size:.9em;font-weight:600;display:block}.ReportUserModal-module-scss-module__N8mg1q__optional{color:var(--brand-muted);font-weight:400}.ReportUserModal-module-scss-module__N8mg1q__radioGroup{flex-direction:column;gap:10px;display:flex}.ReportUserModal-module-scss-module__N8mg1q__radioLabel{cursor:pointer;border:1px solid var(--brand-border);border-radius:8px;align-items:center;gap:10px;padding:10px 12px;transition:all .2s;display:flex}.ReportUserModal-module-scss-module__N8mg1q__radioLabel:hover{border-color:var(--project-accent,var(--brand-primary));background:rgba(var(--project-accent,var(--brand-primary)),.04)}.ReportUserModal-module-scss-module__N8mg1q__radioLabel:has(.ReportUserModal-module-scss-module__N8mg1q__radio:checked){border-color:var(--project-accent,var(--brand-primary));background:rgba(var(--project-accent,var(--brand-primary)),.08)}.ReportUserModal-module-scss-module__N8mg1q__radio{width:18px;height:18px;accent-color:var(--project-accent,var(--brand-primary));cursor:pointer}.ReportUserModal-module-scss-module__N8mg1q__radioText{color:var(--brand-light);font-size:.95em}.ReportUserModal-module-scss-module__N8mg1q__textarea{border:1px solid var(--brand-border);resize:vertical;box-sizing:border-box;border-radius:8px;outline:none;width:100%;min-height:80px;padding:12px 14px;font-family:Poppins,sans-serif;font-size:.95em}.ReportUserModal-module-scss-module__N8mg1q__textarea:focus{border-color:var(--project-accent,var(--brand-primary))}.ReportUserModal-module-scss-module__N8mg1q__textarea::placeholder{color:#aaa}.ReportUserModal-module-scss-module__N8mg1q__error{color:#dc3545;background:#dc35451a;border-radius:6px;margin:0 0 15px;padding:10px 12px;font-size:.9em}.ReportUserModal-module-scss-module__N8mg1q__actions{justify-content:flex-end;gap:10px;display:flex}.ReportUserModal-module-scss-module__N8mg1q__btn{cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-family:Poppins,sans-serif;font-size:.95em;font-weight:600;transition:background .2s}.ReportUserModal-module-scss-module__N8mg1q__btn:disabled{opacity:.6;cursor:not-allowed}.ReportUserModal-module-scss-module__N8mg1q__btn.ReportUserModal-module-scss-module__N8mg1q__cancel{color:#666;background:#f5f5f5}.ReportUserModal-module-scss-module__N8mg1q__btn.ReportUserModal-module-scss-module__N8mg1q__cancel:hover:not(:disabled){background:#eee}.ReportUserModal-module-scss-module__N8mg1q__btn.ReportUserModal-module-scss-module__N8mg1q__submit{color:#fff;background:#dc3545}.ReportUserModal-module-scss-module__N8mg1q__btn.ReportUserModal-module-scss-module__N8mg1q__submit:hover:not(:disabled){background:#c82333}.ReportUserModal-module-scss-module__N8mg1q__success{text-align:center;padding:20px 0}.ReportUserModal-module-scss-module__N8mg1q__successIcon{color:#28a745;margin-bottom:16px}.ReportUserModal-module-scss-module__N8mg1q__success h3{color:var(--brand-light);margin:0 0 8px;font-size:1.3em}.ReportUserModal-module-scss-module__N8mg1q__success p{color:var(--brand-muted);margin:0;font-size:.95em}
.BanNotice-module-scss-module__08NKUW__container{background:#fff5f5;border:1px solid #ffcdd2;border-radius:10px;gap:16px;margin:12px;padding:16px 20px;display:flex}.BanNotice-module-scss-module__08NKUW__icon{color:#dc3545;flex-shrink:0;margin-top:2px}.BanNotice-module-scss-module__08NKUW__content{flex:1}.BanNotice-module-scss-module__08NKUW__title{color:#c82333;margin:0 0 6px;font-size:1em;font-weight:600}.BanNotice-module-scss-module__08NKUW__message{color:#721c24;margin:0 0 8px;font-size:.9em;line-height:1.5}.BanNotice-module-scss-module__08NKUW__expiry{color:var(--brand-muted);margin:0;font-size:.85em}.BanNotice-module-scss-module__08NKUW__expiry strong{color:var(--brand-light)}
.BuildModal-module-scss-module__AtyObW__overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.BuildModal-module-scss-module__AtyObW__panel{background:var(--brand-dark);border:1px solid var(--brand-border);border-radius:12px;flex-direction:column;width:90%;max-width:520px;max-height:85vh;animation:.2s BuildModal-module-scss-module__AtyObW__slideUp;display:flex;box-shadow:0 10px 40px #0000004d}@keyframes BuildModal-module-scss-module__AtyObW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.BuildModal-module-scss-module__AtyObW__header{justify-content:space-between;align-items:center;padding:20px 24px 0;display:flex}.BuildModal-module-scss-module__AtyObW__headerTitle{align-items:center;gap:10px;display:flex}.BuildModal-module-scss-module__AtyObW__headerTitle h2{color:var(--brand-text);margin:0;font-size:1.3em;font-weight:600}.BuildModal-module-scss-module__AtyObW__headerIcon{color:var(--project-accent,var(--brand-primary));align-items:center;display:flex}.BuildModal-module-scss-module__AtyObW__usageBadge{color:var(--brand-muted);background:var(--brand-secondary);letter-spacing:.02em;white-space:nowrap;border-radius:4px;padding:2px 8px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600;transition:color .2s,background .2s}.BuildModal-module-scss-module__AtyObW__usageBadgeWarn{color:#e0a030;background:#e0a0301a}.BuildModal-module-scss-module__AtyObW__usageBadgeExhausted{color:#f85149;background:#f851491a}.BuildModal-module-scss-module__AtyObW__closeBtn{width:32px;height:32px;color:var(--brand-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;font-size:24px;transition:background .2s,color .2s;display:flex}.BuildModal-module-scss-module__AtyObW__closeBtn:hover{background:var(--brand-secondary);color:var(--brand-text)}.BuildModal-module-scss-module__AtyObW__closeBtn:disabled{opacity:.4;cursor:not-allowed}.BuildModal-module-scss-module__AtyObW__content{padding:20px 24px 24px}.BuildModal-module-scss-module__AtyObW__subtitle{color:var(--brand-muted);margin:0 0 16px;font-size:13px;line-height:1.5}.BuildModal-module-scss-module__AtyObW__textarea{background:var(--brand-secondary);border:1px solid var(--brand-border);width:100%;min-height:100px;color:var(--brand-text);resize:vertical;border-radius:8px;outline:none;padding:12px 14px;font-family:Poppins,sans-serif;font-size:14px;line-height:1.5;transition:border-color .15s}.BuildModal-module-scss-module__AtyObW__textarea::placeholder{color:var(--brand-muted);opacity:.6}.BuildModal-module-scss-module__AtyObW__textarea:focus{border-color:var(--project-accent,var(--brand-primary))}.BuildModal-module-scss-module__AtyObW__textarea:disabled{opacity:.5}.BuildModal-module-scss-module__AtyObW__textareaFooter{justify-content:space-between;align-items:center;margin-top:10px;display:flex}.BuildModal-module-scss-module__AtyObW__charCount{color:var(--brand-muted);font-family:Poppins,sans-serif;font-size:11px}.BuildModal-module-scss-module__AtyObW__submitBtn{background:var(--project-accent,var(--brand-primary));color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 20px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;transition:opacity .15s}.BuildModal-module-scss-module__AtyObW__submitBtn:hover:not(:disabled){opacity:.9}.BuildModal-module-scss-module__AtyObW__submitBtn:disabled{opacity:.4;cursor:not-allowed}.BuildModal-module-scss-module__AtyObW__examples{margin-top:20px}.BuildModal-module-scss-module__AtyObW__examplesLabel{color:var(--brand-muted);margin-bottom:8px;font-size:12px;display:block}.BuildModal-module-scss-module__AtyObW__examplesGrid{flex-wrap:wrap;gap:6px;display:flex}.BuildModal-module-scss-module__AtyObW__exampleChip{background:var(--brand-secondary);border:1px solid var(--brand-border);color:var(--brand-muted);cursor:pointer;border-radius:6px;padding:6px 12px;font-family:Poppins,sans-serif;font-size:12px;transition:all .15s}.BuildModal-module-scss-module__AtyObW__exampleChip:hover{background:var(--brand-border);color:var(--brand-text)}.BuildModal-module-scss-module__AtyObW__loadingState{text-align:center;padding:48px 20px}.BuildModal-module-scss-module__AtyObW__loadingDots{justify-content:center;gap:6px;margin-bottom:16px;display:flex}.BuildModal-module-scss-module__AtyObW__loadingDots span{background:var(--project-accent,var(--brand-primary));border-radius:3px;width:8px;height:8px;animation:1.2s ease-in-out infinite BuildModal-module-scss-module__AtyObW__pulse}.BuildModal-module-scss-module__AtyObW__loadingDots span:nth-child(2){animation-delay:.2s}.BuildModal-module-scss-module__AtyObW__loadingDots span:nth-child(3){animation-delay:.4s}@keyframes BuildModal-module-scss-module__AtyObW__pulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.BuildModal-module-scss-module__AtyObW__loadingText{color:var(--brand-text);margin:0;font-size:14px;font-weight:600}.BuildModal-module-scss-module__AtyObW__loadingSub{color:var(--brand-muted);margin:6px 0 0;font-size:12px}.BuildModal-module-scss-module__AtyObW__successState{text-align:center;padding:20px 0}.BuildModal-module-scss-module__AtyObW__successIcon{background:var(--brand-secondary);width:48px;height:48px;color:var(--project-accent,var(--brand-primary));border-radius:10px;justify-content:center;align-items:center;margin-bottom:12px;display:inline-flex}.BuildModal-module-scss-module__AtyObW__successTitle{color:var(--brand-text);margin:0 0 8px;font-size:18px;font-weight:600}.BuildModal-module-scss-module__AtyObW__successExplanation{color:var(--brand-muted);margin:0 0 20px;font-size:13px;line-height:1.5}.BuildModal-module-scss-module__AtyObW__statsGrid{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:20px;display:grid}.BuildModal-module-scss-module__AtyObW__statCell{background:var(--brand-secondary);border:1px solid var(--brand-border);border-radius:8px;flex-direction:column;align-items:center;gap:2px;padding:12px 8px;display:flex}.BuildModal-module-scss-module__AtyObW__statValue{color:var(--brand-text);font-size:20px;font-weight:700}.BuildModal-module-scss-module__AtyObW__statLabel{color:var(--brand-muted);text-transform:uppercase;letter-spacing:.03em;font-size:11px;font-weight:500}.BuildModal-module-scss-module__AtyObW__goBtn{background:var(--project-accent,var(--brand-primary));color:#fff;cursor:pointer;border:none;border-radius:8px;padding:10px 28px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;transition:opacity .15s}.BuildModal-module-scss-module__AtyObW__goBtn:hover{opacity:.9}.BuildModal-module-scss-module__AtyObW__errorState{text-align:center;padding:32px 20px}.BuildModal-module-scss-module__AtyObW__errorText{color:#f85149;background:#f8514914;border:1px solid #f8514933;border-radius:8px;margin:0 0 16px;padding:10px 14px;font-size:13px}.BuildModal-module-scss-module__AtyObW__retryBtn{background:var(--brand-secondary);border:1px solid var(--brand-border);color:var(--brand-text);cursor:pointer;border-radius:8px;padding:8px 18px;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;transition:all .15s}.BuildModal-module-scss-module__AtyObW__retryBtn:hover{background:var(--brand-border)}.BuildModal-module-scss-module__AtyObW__limitState{text-align:center;padding:32px 20px}.BuildModal-module-scss-module__AtyObW__limitIcon{color:var(--brand-muted);margin-bottom:12px;display:inline-flex}.BuildModal-module-scss-module__AtyObW__limitTitle{color:var(--brand-text);margin:0 0 6px;font-size:16px;font-weight:600}.BuildModal-module-scss-module__AtyObW__limitText{color:var(--brand-muted);margin:0;font-size:13px;line-height:1.5}.BuildModal-module-scss-module__AtyObW__upgradeLink{color:var(--brand-primary);text-underline-offset:2px;text-decoration:underline}.BuildModal-module-scss-module__AtyObW__upgradeLink:hover{opacity:.8}
.ProgramHealthGauge-module-scss-module__TyWn2a__track{background:color-mix(in srgb,var(--project-color,var(--project-accent,var(--brand-primary)))10%,transparent);position:relative;overflow:hidden}.ProgramHealthGauge-module-scss-module__TyWn2a__fill{background:color-mix(in srgb,var(--project-color,var(--project-accent,var(--brand-primary)))55%,transparent);border-radius:inherit;transition:width .3s;position:absolute;inset:0 auto 0 0}
@keyframes ProgramSelector-module-scss-module__igmaLW__jodiShimmer{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.ProgramSelector-module-scss-module__igmaLW__selectorWrapper{flex:1;align-items:center;gap:4px;min-width:0;display:flex;position:relative}.ProgramSelector-module-scss-module__igmaLW__selectorBtn{background:color-mix(in srgb,var(--project-color,var(--brand-border))5%,var(--brand-dark));width:100%;color:var(--project-color,var(--brand-muted));letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border:none;border-radius:9px;justify-content:center;align-items:center;padding:10px 22px;font-family:Poppins,sans-serif;font-size:.72rem;font-weight:700;transition:background .15s,border-color .15s;display:flex;position:relative}.ProgramSelector-module-scss-module__igmaLW__selectorBtn:hover,.ProgramSelector-module-scss-module__igmaLW__selectorBtn.ProgramSelector-module-scss-module__igmaLW__selectorBtnOpen{background:color-mix(in srgb,var(--project-color,var(--brand-border))18%,var(--brand-dark))}.ProgramSelector-module-scss-module__igmaLW__selectorBtn:hover .ProgramSelector-module-scss-module__igmaLW__rightControls{opacity:.55}.ProgramSelector-module-scss-module__igmaLW__selectorBtnEmpty{border:1px dashed color-mix(in srgb,var(--brand-muted)13%,transparent);color:color-mix(in srgb,var(--brand-muted)18%,transparent);background:0 0;font-weight:400}.ProgramSelector-module-scss-module__igmaLW__selectorBtnEmpty:hover,.ProgramSelector-module-scss-module__igmaLW__selectorBtnEmpty.ProgramSelector-module-scss-module__igmaLW__selectorBtnOpen{border-color:color-mix(in srgb,var(--brand-muted)28%,transparent);color:color-mix(in srgb,var(--brand-muted)38%,transparent);background:0 0}.ProgramSelector-module-scss-module__igmaLW__rightControls{opacity:0;align-items:center;gap:4px;transition:opacity .15s;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.ProgramSelector-module-scss-module__igmaLW__settingsLink{width:20px;height:20px;color:var(--brand-muted);border-radius:4px;justify-content:center;align-items:center;transition:color .15s,background .15s;display:flex}.ProgramSelector-module-scss-module__igmaLW__settingsLink:hover{color:var(--brand-light);background:var(--glass-border)}.ProgramSelector-module-scss-module__igmaLW__stopBtn{letter-spacing:.06em;text-transform:uppercase;color:var(--brand-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:3px 6px;font-family:Poppins,sans-serif;font-size:.65rem;font-weight:600;transition:color .15s}.ProgramSelector-module-scss-module__igmaLW__stopBtn:hover{color:#ef4444}.ProgramSelector-module-scss-module__igmaLW__selectorLabel{text-overflow:ellipsis;white-space:nowrap;max-width:220px;overflow:hidden}.ProgramSelector-module-scss-module__igmaLW__dropdown{background:var(--brand-dark);border:1px solid var(--brand-border);z-index:50;border-radius:9px;max-height:440px;padding:4px;animation:.25s cubic-bezier(.16,1,.3,1) both ProgramSelector-module-scss-module__igmaLW__dropIn;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 4px 16px #00000014}.ProgramSelector-module-scss-module__igmaLW__dropdown::-webkit-scrollbar{width:4px}.ProgramSelector-module-scss-module__igmaLW__dropdown::-webkit-scrollbar-track{background:0 0}.ProgramSelector-module-scss-module__igmaLW__dropdown::-webkit-scrollbar-thumb{background:var(--brand-border);border-radius:2px}@keyframes ProgramSelector-module-scss-module__igmaLW__dropIn{0%{opacity:0;transform:translateY(-6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.ProgramSelector-module-scss-module__igmaLW__selectorSearchInput{width:100%;color:var(--brand-light);text-transform:none;letter-spacing:normal;text-align:left;background:0 0;border:none;outline:none;padding:0;font-family:Poppins,sans-serif;font-size:.72rem;font-weight:500}.ProgramSelector-module-scss-module__igmaLW__selectorSearchInput::placeholder{color:var(--brand-muted)}@keyframes ProgramSelector-module-scss-module__igmaLW__jodiBorderShimmer{0%{border-color:#f953c6}33%{border-color:#ff6b6b}66%{border-color:#ffa94d}to{border-color:#f953c6}}.ProgramSelector-module-scss-module__igmaLW__dropdownAddItem{border:1.5px dashed var(--brand-border);width:100%;color:var(--brand-muted);cursor:pointer;background:0 0;border-radius:7px;align-items:center;gap:8px;margin-bottom:5px;padding:12px 14px;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:500;transition:color .15s;animation:3s infinite ProgramSelector-module-scss-module__igmaLW__jodiBorderShimmer;display:flex}.ProgramSelector-module-scss-module__igmaLW__dropdownAddItem:hover{color:var(--project-accent,var(--brand-primary))}.ProgramSelector-module-scss-module__igmaLW__dropdownAddIcon{color:#f97316;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.ProgramSelector-module-scss-module__igmaLW__dropdownAddLabel{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#f953c6,#ff6b6b,#ffa94d,#f953c6) 0 0/300% 100%;-webkit-background-clip:text;background-clip:text;font-weight:700;animation:3s infinite ProgramSelector-module-scss-module__igmaLW__jodiShimmer}.ProgramSelector-module-scss-module__igmaLW__dropdownEmpty{color:var(--brand-muted);text-align:center;margin:0;padding:12px 14px;font-family:Poppins,sans-serif;font-size:.78rem}.ProgramSelector-module-scss-module__igmaLW__dropdownItemWrap{align-items:stretch;margin-bottom:5px;display:flex;position:relative}.ProgramSelector-module-scss-module__igmaLW__dropdownItemWrap:hover .ProgramSelector-module-scss-module__igmaLW__pinBtn{opacity:1}.ProgramSelector-module-scss-module__igmaLW__dropdownItemWrapPinned .ProgramSelector-module-scss-module__igmaLW__pinBtn{opacity:.6}.ProgramSelector-module-scss-module__igmaLW__pinBtn{width:24px;height:24px;color:var(--brand-muted);opacity:0;cursor:pointer;z-index:1;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;transition:opacity .15s,color .15s;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.ProgramSelector-module-scss-module__igmaLW__pinBtn:hover{color:var(--project-accent,var(--brand-primary));opacity:1!important}.ProgramSelector-module-scss-module__igmaLW__pinBtnActive{color:var(--project-accent,var(--brand-primary))}.ProgramSelector-module-scss-module__igmaLW__dropdownItem{background:color-mix(in srgb,var(--item-color,transparent)5%,transparent);width:100%;color:var(--brand-muted);letter-spacing:.01em;cursor:pointer;text-align:left;border:none;border-radius:7px;align-items:center;gap:8px;padding:12px 36px 12px 14px;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:500;transition:background .12s,color .12s;display:flex;position:relative;overflow:hidden}.ProgramSelector-module-scss-module__igmaLW__dropdownItem:hover{background:color-mix(in srgb,var(--item-color,var(--brand-muted))12%,transparent);color:var(--brand-text)}.ProgramSelector-module-scss-module__igmaLW__dropdownItem.ProgramSelector-module-scss-module__igmaLW__dropdownItemActive{background:color-mix(in srgb,var(--item-color,var(--brand-muted))14%,transparent);color:var(--brand-text);font-weight:600}.ProgramSelector-module-scss-module__igmaLW__dropdownItem.ProgramSelector-module-scss-module__igmaLW__dropdownItemHighlighted{background:color-mix(in srgb,var(--item-color,var(--brand-muted))12%,transparent);color:var(--brand-text)}.ProgramSelector-module-scss-module__igmaLW__dropdownGaugeSlot{pointer-events:none;--project-color:var(--item-color,var(--brand-muted));border-radius:7px;position:absolute;inset:0}.ProgramSelector-module-scss-module__igmaLW__dropdownDot{background:var(--item-color,var(--brand-border));z-index:1;border-radius:2px;flex-shrink:0;width:6px;height:6px;position:relative}.ProgramSelector-module-scss-module__igmaLW__dropdownName{text-overflow:ellipsis;white-space:nowrap;z-index:1;flex:1;position:relative;overflow:hidden}.ProgramSelector-module-scss-module__igmaLW__dropdownMeta{z-index:1;flex-shrink:0;align-items:center;gap:5px;display:flex;position:relative}.ProgramSelector-module-scss-module__igmaLW__dropdownStatBadge{white-space:nowrap;border-radius:5px;align-items:center;gap:3px;padding:3px 8px;font-family:Poppins,sans-serif;font-size:.72rem;font-weight:600;display:inline-flex}.ProgramSelector-module-scss-module__igmaLW__dropdownStatBadge[data-type=today]{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#f953c6,#ff6b6b,#ffa94d,#f953c6) 0 0/300% 100%;-webkit-background-clip:text;background-clip:text;animation:3s infinite ProgramSelector-module-scss-module__igmaLW__jodiShimmer}.ProgramSelector-module-scss-module__igmaLW__dropdownStatBadge[data-type=today] svg{color:#f97316;-webkit-text-fill-color:initial;flex-shrink:0}.ProgramSelector-module-scss-module__igmaLW__dropdownStatBadge[data-type=pct]{color:var(--brand-muted);opacity:.7;background:#ffffff0f}
@keyframes Dashboard-module-scss-module__fv7Ykq__skeleton-pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes Dashboard-module-scss-module__fv7Ykq__spin{to{transform:rotate(360deg)}}@keyframes Dashboard-module-scss-module__fv7Ykq__checkboxPop{0%{transform:scale(1)}30%{transform:scale(1.3)}50%{transform:scale(.9)}70%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes Dashboard-module-scss-module__fv7Ykq__checkmarkAppear{0%{opacity:0;transform:scale(0)rotate(-45deg)}50%{opacity:1;transform:scale(1.2)rotate(0)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes Dashboard-module-scss-module__fv7Ykq__strikethroughSlide{0%{text-decoration-color:#0000}to{-webkit-text-decoration-color:var(--brand-muted);text-decoration-color:var(--brand-muted)}}@keyframes Dashboard-module-scss-module__fv7Ykq__fadeToMuted{0%{color:var(--brand-light)}to{color:var(--brand-muted)}}@keyframes Dashboard-module-scss-module__fv7Ykq__rowComplete{0%{background:0 0}30%{background:var(--brand-secondary)}to{background:0 0}}@keyframes Dashboard-module-scss-module__fv7Ykq__emergencyPulse{0%,to{border-color:#ef44444d;box-shadow:inset 0 0 0 2px #ef444466,0 0 8px #ef44441a,0 0 20px #ef44440d,0 0 40px #ef444400}50%{border-color:#ef4444b3;box-shadow:inset 0 0 0 3px #ef4444cc,0 0 15px #ef444466,0 0 40px #ef444433,0 0 80px #ef44441a}}@keyframes Dashboard-module-scss-module__fv7Ykq__subtleBreath{0%,to{transform:scale(1);box-shadow:0 0 #ef444400}50%{transform:scale(2);box-shadow:0 0 20px #ef44444d}}@keyframes Dashboard-module-scss-module__fv7Ykq__emergencyOverlayPulse{0%,to{background-color:#ef444400}50%{background-color:#ef44440f}}.Dashboard-module-scss-module__fv7Ykq__dashboardLayout{background-color:var(--brand-dark);height:100dvh;color:var(--brand-light);flex-direction:row;font-family:Poppins,sans-serif;transition:background-color .22s;display:flex;position:relative;overflow:hidden}.Dashboard-module-scss-module__fv7Ykq__dashboardLayout.Dashboard-module-scss-module__fv7Ykq__focusModeActive{box-shadow:inset 0 2px 0 var(--project-accent,var(--brand-primary))}.Dashboard-module-scss-module__fv7Ykq__dashboardLayout.Dashboard-module-scss-module__fv7Ykq__splitOpen{background-color:var(--brand-background)}.Dashboard-module-scss-module__fv7Ykq__dashboardLayout.Dashboard-module-scss-module__fv7Ykq__splitOpen>.Dashboard-module-scss-module__fv7Ykq__dashboardRight{border-color:var(--brand-border);border-radius:12px;margin:10px 0 10px 10px}@media only screen and (max-width:800px){.Dashboard-module-scss-module__fv7Ykq__dashboardLayout.Dashboard-module-scss-module__fv7Ykq__splitOpen{background-color:var(--brand-dark)}.Dashboard-module-scss-module__fv7Ykq__dashboardLayout.Dashboard-module-scss-module__fv7Ykq__splitOpen>.Dashboard-module-scss-module__fv7Ykq__dashboardRight{border-color:#0000;border-radius:0;margin:0}}@media (prefers-reduced-motion:reduce){.Dashboard-module-scss-module__fv7Ykq__dashboardLayout{transition:none}}.Dashboard-module-scss-module__fv7Ykq__layoutHeader{justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem 20px .75rem;display:flex}@media only screen and (max-width:800px){.Dashboard-module-scss-module__fv7Ykq__layoutHeader{padding-left:12px;padding-right:12px}}.Dashboard-module-scss-module__fv7Ykq__layoutHeaderRight{flex-shrink:0;align-items:center;display:flex}.Dashboard-module-scss-module__fv7Ykq__backlogHeaderRight{flex-shrink:0;align-items:center;gap:.25rem;display:flex}.Dashboard-module-scss-module__fv7Ykq__backlogCreateBtn{width:34px;height:34px;color:var(--brand-muted);cursor:pointer;opacity:.5;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:opacity .15s;display:flex}.Dashboard-module-scss-module__fv7Ykq__backlogCreateBtn:hover{opacity:.85}@media only screen and (max-width:800px){.Dashboard-module-scss-module__fv7Ykq__backlogCreateBtn{width:30px;height:30px}}.Dashboard-module-scss-module__fv7Ykq__focusBar{background:#6b5b951f;border-bottom:1px solid #6b5b9540;flex-shrink:0;align-items:center;gap:10px;height:34px;padding:0 16px;display:flex;position:relative;overflow:hidden}.Dashboard-module-scss-module__fv7Ykq__focusBar:before{content:"";background:var(--project-accent,var(--brand-primary));opacity:.7;height:1px;position:absolute;top:0;left:0;right:0}.Dashboard-module-scss-module__fv7Ykq__focusDot{background:var(--project-accent,var(--brand-primary));border-radius:2px;flex-shrink:0;width:6px;height:6px;animation:3s ease-in-out infinite Dashboard-module-scss-module__fv7Ykq__focusPulse}@keyframes Dashboard-module-scss-module__fv7Ykq__focusPulse{0%,to{opacity:1}50%{opacity:.4}}.Dashboard-module-scss-module__fv7Ykq__focusLabel{letter-spacing:.5px;color:#cfc4f48c;text-transform:uppercase;flex-shrink:0;font-size:11px;font-weight:500}.Dashboard-module-scss-module__fv7Ykq__focusName{color:var(--project-accent,var(--brand-primary));letter-spacing:.2px;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:12px;font-weight:600;overflow:hidden}.Dashboard-module-scss-module__fv7Ykq__focusProjectCount{color:#cfc4f466;flex-shrink:0;font-size:11px}.Dashboard-module-scss-module__fv7Ykq__focusExitBtn{color:#cfc4f480;cursor:pointer;letter-spacing:.3px;background:0 0;border:1px solid #6b5b954d;border-radius:4px;flex-shrink:0;align-items:center;gap:5px;margin-left:auto;padding:3px 8px;font-size:11px;font-weight:500;transition:all .15s;display:flex}.Dashboard-module-scss-module__fv7Ykq__focusExitBtn:hover{color:var(--project-accent,var(--brand-primary));background:#6b5b9533;border-color:#6b5b9580}.Dashboard-module-scss-module__fv7Ykq__dashboardRight{background:var(--brand-dark);border:1px solid #0000;border-radius:0;flex-direction:column;flex:1;min-width:0;transition:margin .22s cubic-bezier(.16,1,.3,1),border-radius .22s,border-color .22s;display:flex;overflow:hidden}@media (prefers-reduced-motion:reduce){.Dashboard-module-scss-module__fv7Ykq__dashboardRight{transition:none}}.Dashboard-module-scss-module__fv7Ykq__dashboardDark{background-color:var(--brand-dark);height:100dvh;color:var(--brand-light);flex-direction:column;font-family:Poppins,sans-serif;display:flex;overflow:hidden}html[data-page-revealed] .Dashboard-module-scss-module__fv7Ykq__dashboardDark>:first-child{animation:.5s cubic-bezier(.16,1,.3,1) .1s both Dashboard-module-scss-module__fv7Ykq__dashRevealHeader}.Dashboard-module-scss-module__fv7Ykq__developerBanner{background-color:#4ade800f;flex-shrink:0;justify-content:center;align-items:center;padding:6px 16px;display:flex;position:relative;overflow:hidden}.Dashboard-module-scss-module__fv7Ykq__developerBannerBg{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.Dashboard-module-scss-module__fv7Ykq__devPulse1{animation:4s ease-in-out infinite Dashboard-module-scss-module__fv7Ykq__devPulse}.Dashboard-module-scss-module__fv7Ykq__devPulse2{animation:4s ease-in-out 1s infinite Dashboard-module-scss-module__fv7Ykq__devPulse}.Dashboard-module-scss-module__fv7Ykq__devPulse3{animation:4s ease-in-out 2s infinite Dashboard-module-scss-module__fv7Ykq__devPulse}.Dashboard-module-scss-module__fv7Ykq__devPulse4{animation:4s ease-in-out 3s infinite Dashboard-module-scss-module__fv7Ykq__devPulse}@keyframes Dashboard-module-scss-module__fv7Ykq__devPulse{0%,to{opacity:.4}50%{opacity:1}}.Dashboard-module-scss-module__fv7Ykq__devScanline{stroke-dasharray:80 1120;animation:3s linear infinite Dashboard-module-scss-module__fv7Ykq__devScan}@keyframes Dashboard-module-scss-module__fv7Ykq__devScan{0%{stroke-dashoffset:1200px}to{stroke-dashoffset:0}}.Dashboard-module-scss-module__fv7Ykq__developerBannerText{z-index:1;color:#4ade80b3;letter-spacing:2px;font-size:10px;font-weight:600;line-height:1;position:relative}.Dashboard-module-scss-module__fv7Ykq__trialBanner{cursor:pointer;background-color:#daa52014;flex-shrink:0;justify-content:center;align-items:center;gap:12px;padding:6px 16px;transition:background-color .2s;display:flex;position:relative;overflow:hidden}.Dashboard-module-scss-module__fv7Ykq__trialBanner:hover{background-color:#daa52024}.Dashboard-module-scss-module__fv7Ykq__trialBannerBg{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.Dashboard-module-scss-module__fv7Ykq__trialPulse1{animation:5s ease-in-out infinite Dashboard-module-scss-module__fv7Ykq__trialPulse}.Dashboard-module-scss-module__fv7Ykq__trialPulse2{animation:5s ease-in-out 1.25s infinite Dashboard-module-scss-module__fv7Ykq__trialPulse}.Dashboard-module-scss-module__fv7Ykq__trialPulse3{animation:5s ease-in-out 2.5s infinite Dashboard-module-scss-module__fv7Ykq__trialPulse}.Dashboard-module-scss-module__fv7Ykq__trialPulse4{animation:5s ease-in-out 3.75s infinite Dashboard-module-scss-module__fv7Ykq__trialPulse}@keyframes Dashboard-module-scss-module__fv7Ykq__trialPulse{0%,to{opacity:.3}50%{opacity:1}}.Dashboard-module-scss-module__fv7Ykq__trialScanline{stroke-dasharray:80 1120;animation:4s linear infinite Dashboard-module-scss-module__fv7Ykq__trialScan}@keyframes Dashboard-module-scss-module__fv7Ykq__trialScan{0%{stroke-dashoffset:1200px}to{stroke-dashoffset:0}}.Dashboard-module-scss-module__fv7Ykq__trialBannerText{z-index:1;color:#daa520d9;letter-spacing:2px;font-size:10px;font-weight:600;line-height:1;position:relative}.Dashboard-module-scss-module__fv7Ykq__trialBannerCta{z-index:1;color:#daa52099;letter-spacing:1.5px;font-size:9px;font-weight:500;line-height:1;position:relative}@keyframes Dashboard-module-scss-module__fv7Ykq__dashRevealHeader{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes Dashboard-module-scss-module__fv7Ykq__dashRevealContent{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Dashboard-module-scss-module__fv7Ykq__backlogToolbar{border-bottom:1px solid var(--brand-border);flex-shrink:0;justify-content:flex-end;align-items:center;padding:6px 16px;display:flex}.Dashboard-module-scss-module__fv7Ykq__dashboardContent{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.Dashboard-module-scss-module__fv7Ykq__calendarView{justify-content:center;align-items:center;height:calc(100vh - 120px);display:flex}.Dashboard-module-scss-module__fv7Ykq__calendarPlaceholder{color:var(--brand-muted);font-size:.9em}.Dashboard-module-scss-module__fv7Ykq__chatLayout{flex:1;display:flex;overflow:hidden}.Dashboard-module-scss-module__fv7Ykq__chatPicker{flex-direction:column;flex:1;padding:32px 24px;display:flex;overflow-y:auto}@media only screen and (max-width:800px){.Dashboard-module-scss-module__fv7Ykq__chatPicker{padding:20px 16px}}.Dashboard-module-scss-module__fv7Ykq__chatPickerHeading{color:var(--brand-text);margin:0 0 4px;font-size:1rem;font-weight:600}.Dashboard-module-scss-module__fv7Ykq__chatPickerSub{color:var(--brand-muted);margin:0 0 24px;font-size:.8rem}.Dashboard-module-scss-module__fv7Ykq__chatPickerGrid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}@media (max-width:900px){.Dashboard-module-scss-module__fv7Ykq__chatPickerGrid{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:800px){.Dashboard-module-scss-module__fv7Ykq__chatPickerGrid{grid-template-columns:1fr}}.Dashboard-module-scss-module__fv7Ykq__chatPickerCard{background:var(--glass-bg);border:1px solid var(--glass-border);cursor:pointer;text-align:left;border-radius:10px;flex-direction:column;gap:8px;padding:16px;font-family:Poppins,sans-serif;transition:background .15s,border-color .15s;display:flex}.Dashboard-module-scss-module__fv7Ykq__chatPickerCard:hover{background:color-mix(in srgb,var(--project-accent,var(--brand-primary))6%,var(--glass-bg));border-color:color-mix(in srgb,var(--project-accent,var(--brand-primary))30%,var(--glass-border))}.Dashboard-module-scss-module__fv7Ykq__chatPickerCardAccent{border-radius:2px;flex-shrink:0;width:28px;height:4px}.Dashboard-module-scss-module__fv7Ykq__chatPickerCardName{color:var(--brand-text);font-size:.88rem;font-weight:500}.Dashboard-module-scss-module__fv7Ykq__chatPickerCardMeta{align-items:center;gap:6px;display:flex}.Dashboard-module-scss-module__fv7Ykq__chatPickerCardBadge{background:rgba(var(--project-accent,var(--brand-primary)),.15);color:var(--project-accent,var(--brand-primary));border-radius:4px;justify-content:center;align-items:center;padding:1px 7px;font-size:.7rem;font-weight:600;display:inline-flex}.Dashboard-module-scss-module__fv7Ykq__emptyState{height:100%;color:var(--brand-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.Dashboard-module-scss-module__fv7Ykq__lockdown{border:1px solid #ef44444d;animation:2s ease-in-out infinite Dashboard-module-scss-module__fv7Ykq__emergencyPulse;position:relative;--project-accent:#ef4444!important}.Dashboard-module-scss-module__fv7Ykq__lockdown:after{content:"";pointer-events:none;z-index:9999;animation:2s ease-in-out infinite Dashboard-module-scss-module__fv7Ykq__emergencyOverlayPulse;position:fixed;inset:0}.Dashboard-module-scss-module__fv7Ykq__allDone{border:1px solid #34d3991f}.Dashboard-module-scss-module__fv7Ykq__prefsLink{color:var(--project-accent,var(--brand-primary));cursor:pointer;text-decoration:underline}.Dashboard-module-scss-module__fv7Ykq__prefsLink:hover{filter:brightness(1.2)}
.aurora-container{z-index:0;pointer-events:none;opacity:.35;width:100%;height:90vh;position:fixed;top:0;left:0;-webkit-mask-image:linear-gradient(#fff 50%,#0000 100%);mask-image:linear-gradient(#fff 50%,#0000 100%)}[data-theme=dark] .aurora-container{opacity:1;-webkit-mask-image:linear-gradient(#181818 50%,#0000 100%);mask-image:linear-gradient(#181818 50%,#0000 100%)}@media only screen and (max-width:800px){.aurora-container{height:25vh;-webkit-mask-image:linear-gradient(#fff 40%,#0000 100%);mask-image:linear-gradient(#fff 40%,#0000 100%)}[data-theme=dark] .aurora-container{-webkit-mask-image:linear-gradient(#181818 40%,#0000 100%);mask-image:linear-gradient(#181818 40%,#0000 100%)}}.aurora-container canvas{width:100%;height:100%;display:block}
.AppHeaderBtn-module-scss-module__sDyCta__btn{background:var(--glass-bg);border:1px solid var(--glass-border);height:32px;color:var(--brand-muted);cursor:pointer;box-shadow:var(--shadow-sm);border-radius:8px;flex-shrink:0;align-items:center;padding:0;transition:color .15s,background .15s,border-color .15s,box-shadow .15s;display:inline-flex;position:relative}.AppHeaderBtn-module-scss-module__sDyCta__btn svg{display:block}.AppHeaderBtn-module-scss-module__sDyCta__btn:hover{background:var(--glass-bg-hover);color:var(--brand-light);border-color:var(--glass-border-strong);box-shadow:var(--shadow-md)}.AppHeaderBtn-module-scss-module__sDyCta__btn:hover .AppHeaderBtn-module-scss-module__sDyCta__label{opacity:1;max-width:120px;padding-right:10px}.AppHeaderBtn-module-scss-module__sDyCta__btn.AppHeaderBtn-module-scss-module__sDyCta__active{background:color-mix(in srgb,var(--project-accent,var(--project-accent,var(--brand-primary)))16%,transparent);border-color:color-mix(in srgb,var(--project-accent,var(--project-accent,var(--brand-primary)))40%,transparent);color:var(--project-accent,var(--project-accent,var(--brand-primary)));animation:2.4s ease-in-out infinite AppHeaderBtn-module-scss-module__sDyCta__btnGlow}@media only screen and (max-width:800px){.AppHeaderBtn-module-scss-module__sDyCta__btn{border-radius:10px;height:40px}.AppHeaderBtn-module-scss-module__sDyCta__btn svg{width:18px;height:18px}.AppHeaderBtn-module-scss-module__sDyCta__btn .AppHeaderBtn-module-scss-module__sDyCta__label{display:none}}.AppHeaderBtn-module-scss-module__sDyCta__iconWrap{flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}@media only screen and (max-width:800px){.AppHeaderBtn-module-scss-module__sDyCta__iconWrap{width:40px;height:40px}}.AppHeaderBtn-module-scss-module__sDyCta__label{white-space:nowrap;opacity:0;max-width:0;color:var(--brand-light);padding-right:0;font-family:Poppins,sans-serif;font-size:11px;font-weight:500;transition:max-width .25s,opacity .15s,padding-right .25s;overflow:hidden}.AppHeaderBtn-module-scss-module__sDyCta__badge{background:var(--project-accent,var(--project-accent,var(--brand-primary)));color:#fff;min-width:16px;height:16px;box-shadow:var(--shadow-md);pointer-events:none;z-index:1;border-radius:4px;justify-content:center;align-items:center;padding:0 4px;font-family:Poppins,sans-serif;font-size:9px;font-weight:700;line-height:1;display:flex;position:absolute;top:-6px;right:-6px}@keyframes AppHeaderBtn-module-scss-module__sDyCta__btnGlow{0%,to{box-shadow:0 0 4px 0px color-mix(in srgb,var(--project-accent,var(--project-accent,var(--brand-primary)))15%,transparent)}50%{box-shadow:0 0 8px 2px color-mix(in srgb,var(--project-accent,var(--project-accent,var(--brand-primary)))30%,transparent)}}
.CollaboratorManager-module-scss-module__1Iq9Ka__container{flex-direction:column;gap:12px;padding:0;display:flex}.CollaboratorManager-module-scss-module__1Iq9Ka__header{margin-bottom:0}.CollaboratorManager-module-scss-module__1Iq9Ka__headerTop{justify-content:space-between;align-items:center;gap:8px;display:flex}.CollaboratorManager-module-scss-module__1Iq9Ka__title{text-transform:uppercase;letter-spacing:.07em;color:var(--brand-muted);margin:0 0 4px;font-size:.82em;font-weight:600}.CollaboratorManager-module-scss-module__1Iq9Ka__description{color:var(--brand-muted);margin:0;font-size:.78em}.CollaboratorManager-module-scss-module__1Iq9Ka__inviteBtn{color:var(--project-accent,var(--brand-primary));cursor:pointer;opacity:.75;white-space:nowrap;background:0 0;border:none;border-radius:6px;padding:5px 9px;font-family:Poppins,sans-serif;font-size:.72rem;font-weight:600;transition:opacity .15s}.CollaboratorManager-module-scss-module__1Iq9Ka__inviteBtn:hover:not(:disabled){opacity:1}.CollaboratorManager-module-scss-module__1Iq9Ka__inviteBtn:disabled{opacity:.25;cursor:not-allowed}.CollaboratorManager-module-scss-module__1Iq9Ka__directInviteRow{gap:8px;margin-top:8px;display:flex}@media only screen and (max-width:800px){.CollaboratorManager-module-scss-module__1Iq9Ka__directInviteRow{flex-direction:column}}.CollaboratorManager-module-scss-module__1Iq9Ka__input{background:var(--glass-border);border:1px solid var(--brand-border);color:var(--brand-light);border-radius:6px;flex:1;padding:8px 12px;font-family:Poppins,sans-serif;font-size:.82em;transition:border-color .15s}.CollaboratorManager-module-scss-module__1Iq9Ka__input:focus{border-color:var(--project-accent,var(--brand-primary));outline:none}.CollaboratorManager-module-scss-module__1Iq9Ka__input::placeholder{color:var(--brand-muted)}.CollaboratorManager-module-scss-module__1Iq9Ka__btnSecondary{color:var(--brand-muted);border:1px solid var(--brand-border);cursor:pointer;white-space:nowrap;background:0 0;border-radius:6px;padding:7px 14px;font-family:Poppins,sans-serif;font-size:.82em;font-weight:500;transition:all .15s}.CollaboratorManager-module-scss-module__1Iq9Ka__btnSecondary:hover{background:var(--brand-secondary);color:var(--brand-light)}.CollaboratorManager-module-scss-module__1Iq9Ka__loading{text-align:center;color:var(--brand-muted);padding:40px}.CollaboratorManager-module-scss-module__1Iq9Ka__emptySlots{flex-direction:column;align-items:center;gap:14px;padding:16px 0 20px;display:flex}.CollaboratorManager-module-scss-module__1Iq9Ka__emptySlotRow{align-items:center;gap:10px;display:flex}@media only screen and (max-width:800px){.CollaboratorManager-module-scss-module__1Iq9Ka__emptySlotRow{gap:7px}}.CollaboratorManager-module-scss-module__1Iq9Ka__emptySlot{background:var(--glass-bg);border:1.5px dashed var(--brand-border);width:46px;height:46px;color:var(--brand-muted);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;transition:all .15s;display:flex}@media only screen and (max-width:800px){.CollaboratorManager-module-scss-module__1Iq9Ka__emptySlot{width:38px;height:38px}}.CollaboratorManager-module-scss-module__1Iq9Ka__emptySlot:hover{border-color:var(--project-accent,var(--brand-primary));color:var(--project-accent,var(--brand-primary));background:rgba(var(--project-accent,var(--brand-primary)),.08);transform:translateY(-2px)}.CollaboratorManager-module-scss-module__1Iq9Ka__emptyState{text-align:center;color:var(--brand-muted);margin:0;font-size:.82em}.CollaboratorManager-module-scss-module__1Iq9Ka__list{flex-direction:column;gap:4px;display:flex}.CollaboratorManager-module-scss-module__1Iq9Ka__memberRow{background:var(--brand-dark);border:1px solid var(--brand-border);border-radius:8px;align-items:center;gap:8px;padding:8px 10px;display:flex}.CollaboratorManager-module-scss-module__1Iq9Ka__memberName{color:var(--brand-light);font-size:.82em;font-weight:500}.CollaboratorManager-module-scss-module__1Iq9Ka__memberEmail{color:var(--brand-muted);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.76em;overflow:hidden}.CollaboratorManager-module-scss-module__1Iq9Ka__removeBtn{color:var(--brand-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 6px;font-size:.72rem;transition:color .15s}.CollaboratorManager-module-scss-module__1Iq9Ka__removeBtn:hover{color:#ef4444}
.AcceptProjectInvitation-module-scss-module__CMgOUq__page{background:var(--brand-background);box-sizing:border-box;justify-content:center;align-items:center;width:100%;min-height:100dvh;padding:1.5rem;display:flex}.AcceptProjectInvitation-module-scss-module__CMgOUq__card{background:var(--brand-dark);border:1px solid var(--brand-border);text-align:center;border-radius:12px;flex-direction:column;align-items:center;width:100%;max-width:420px;padding:2.5rem 2rem;display:flex}.AcceptProjectInvitation-module-scss-module__CMgOUq__title{color:var(--brand-text);margin:1.5rem 0 .5rem;font-family:Poppins,sans-serif;font-size:1.375rem;font-weight:600}.AcceptProjectInvitation-module-scss-module__CMgOUq__subtitle{color:var(--brand-muted);margin:0 0 1.75rem;font-family:Poppins,sans-serif;font-size:.9375rem;line-height:1.5}.AcceptProjectInvitation-module-scss-module__CMgOUq__status{color:var(--brand-muted);margin-top:1.5rem;font-family:Poppins,sans-serif;font-size:.9375rem}.AcceptProjectInvitation-module-scss-module__CMgOUq__metaBox{background:color-mix(in srgb,var(--brand-border)8%,transparent);border:1px solid var(--brand-border);box-sizing:border-box;border-radius:8px;width:100%;margin-bottom:1.75rem;padding:1rem 1.25rem}.AcceptProjectInvitation-module-scss-module__CMgOUq__metaRow{justify-content:space-between;align-items:center;padding:.375rem 0;display:flex}.AcceptProjectInvitation-module-scss-module__CMgOUq__metaRow:not(:last-child){border-bottom:1px solid color-mix(in srgb,var(--brand-border)60%,transparent)}.AcceptProjectInvitation-module-scss-module__CMgOUq__metaLabel{text-transform:uppercase;letter-spacing:.04em;color:var(--brand-muted);font-family:Poppins,sans-serif;font-size:.75rem}.AcceptProjectInvitation-module-scss-module__CMgOUq__metaValue{color:var(--brand-text);font-family:Poppins,sans-serif;font-size:.875rem;font-weight:500}.AcceptProjectInvitation-module-scss-module__CMgOUq__acceptBtn{border:1px solid var(--brand-border);width:100%;color:var(--project-accent,var(--brand-primary));cursor:pointer;background:0 0;border-radius:8px;padding:.75rem 1.25rem;font-family:Poppins,sans-serif;font-size:.9375rem;font-weight:600;transition:border-color .15s,opacity .15s}.AcceptProjectInvitation-module-scss-module__CMgOUq__acceptBtn:hover:not(:disabled){border-color:var(--project-accent,var(--brand-primary))}.AcceptProjectInvitation-module-scss-module__CMgOUq__acceptBtn:disabled{opacity:.5;cursor:not-allowed}@media only screen and (max-width:800px){.AcceptProjectInvitation-module-scss-module__CMgOUq__card{padding:2rem 1.5rem}}
.JodiAvatar-module-scss-module__YAOI5W__avatarWrap{justify-content:center;align-items:center;display:flex}.JodiAvatar-module-scss-module__YAOI5W__logo{display:block}
@keyframes Message-module-scss-module__x3iTba__skeleton-pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes Message-module-scss-module__x3iTba__spin{to{transform:rotate(360deg)}}@keyframes Message-module-scss-module__x3iTba__checkboxPop{0%{transform:scale(1)}30%{transform:scale(1.3)}50%{transform:scale(.9)}70%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes Message-module-scss-module__x3iTba__checkmarkAppear{0%{opacity:0;transform:scale(0)rotate(-45deg)}50%{opacity:1;transform:scale(1.2)rotate(0)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes Message-module-scss-module__x3iTba__strikethroughSlide{0%{text-decoration-color:#0000}to{-webkit-text-decoration-color:var(--brand-muted);text-decoration-color:var(--brand-muted)}}@keyframes Message-module-scss-module__x3iTba__fadeToMuted{0%{color:var(--brand-light)}to{color:var(--brand-muted)}}@keyframes Message-module-scss-module__x3iTba__rowComplete{0%{background:0 0}30%{background:var(--brand-secondary)}to{background:0 0}}@keyframes Message-module-scss-module__x3iTba__emergencyPulse{0%,to{border-color:#ef44444d;box-shadow:inset 0 0 0 2px #ef444466,0 0 8px #ef44441a,0 0 20px #ef44440d,0 0 40px #ef444400}50%{border-color:#ef4444b3;box-shadow:inset 0 0 0 3px #ef4444cc,0 0 15px #ef444466,0 0 40px #ef444433,0 0 80px #ef44441a}}@keyframes Message-module-scss-module__x3iTba__subtleBreath{0%,to{transform:scale(1);box-shadow:0 0 #ef444400}50%{transform:scale(2);box-shadow:0 0 20px #ef44444d}}@keyframes Message-module-scss-module__x3iTba__emergencyOverlayPulse{0%,to{background-color:#ef444400}50%{background-color:#ef44440f}}.Message-module-scss-module__x3iTba__group{content-visibility:auto;contain-intrinsic-size:0 56px;align-items:flex-end;gap:8px;width:100%;padding:3px 16px;font-family:Poppins,sans-serif;display:flex}.Message-module-scss-module__x3iTba__group.Message-module-scss-module__x3iTba__received{flex-direction:row;justify-content:flex-start}.Message-module-scss-module__x3iTba__group.Message-module-scss-module__x3iTba__sent{flex-direction:row-reverse;justify-content:flex-start}.Message-module-scss-module__x3iTba__group.Message-module-scss-module__x3iTba__sent .Message-module-scss-module__x3iTba__card{background:#cfc4f406;border:none;align-items:flex-end}.Message-module-scss-module__x3iTba__group.Message-module-scss-module__x3iTba__sent .Message-module-scss-module__x3iTba__cardHeader{display:none}.Message-module-scss-module__x3iTba__group.Message-module-scss-module__x3iTba__sent .Message-module-scss-module__x3iTba__timestamp{align-self:flex-end}@media only screen and (max-width:800px){.Message-module-scss-module__x3iTba__group{padding:3px 10px}}.Message-module-scss-module__x3iTba__botGroup{animation:.25s both Message-module-scss-module__x3iTba__botSlideIn}.Message-module-scss-module__x3iTba__botCard{position:relative;background:0 0!important;border:none!important}.Message-module-scss-module__x3iTba__botCard:before{content:"";background:conic-gradient(from var(--bot-angle),#8b62c8 0%,#ff6eb4 28%,#ff8c3a 50%,#ff6eb4 72%,#8b62c8 100%);opacity:.8;-webkit-mask-composite:xor;pointer-events:none;border-radius:11px;padding:1px;animation:3.5s linear infinite Message-module-scss-module__x3iTba__botCircuit;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@property --bot-angle{syntax:"<angle>";inherits:false;initial-value:0deg}@keyframes Message-module-scss-module__x3iTba__botCircuit{to{--bot-angle:360deg}}@keyframes Message-module-scss-module__x3iTba__botSlideIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.Message-module-scss-module__x3iTba__avatarWrap{background:var(--brand-secondary);border:1px solid var(--brand-border);border-radius:6px;flex-shrink:0;width:28px;height:28px;overflow:hidden}.Message-module-scss-module__x3iTba__avatar{color:var(--brand-light);object-fit:cover;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex;border-radius:5px!important;width:28px!important;height:28px!important}.Message-module-scss-module__x3iTba__card{min-width:0;max-width:min(90%,960px)}@media only screen and (max-width:800px){.Message-module-scss-module__x3iTba__card{max-width:min(78%,480px)}}.Message-module-scss-module__x3iTba__card{background:#cfc4f404;border:none;border-radius:10px;flex-direction:column;align-items:flex-start;padding:18px 22px;display:flex}.Message-module-scss-module__x3iTba__cardHeader{align-items:center;gap:5px;margin-bottom:2px;display:flex}.Message-module-scss-module__x3iTba__authorName{color:var(--brand-muted);white-space:nowrap;font-size:.72em;font-weight:600}.Message-module-scss-module__x3iTba__userRole{color:var(--brand-muted);opacity:.6;font-size:.68em}.Message-module-scss-module__x3iTba__botBadge{display:none}.Message-module-scss-module__x3iTba__refBadge{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-color:color-mix(in srgb,var(--project-accent,var(--brand-primary))50%,transparent);text-decoration-color:color-mix(in srgb,var(--project-accent,var(--brand-primary))50%,transparent);text-underline-offset:3px;color:var(--project-accent,var(--brand-primary));vertical-align:baseline;font-size:.88em;font-weight:500;line-height:inherit;letter-spacing:.1px;cursor:pointer;opacity:.85;background:0 0;border:none;align-items:center;gap:3px;padding:0 1px;text-decoration-thickness:1.5px;transition:opacity .15s,text-decoration-color .15s;display:inline-flex}.Message-module-scss-module__x3iTba__refBadge svg{opacity:.6;flex-shrink:0}.Message-module-scss-module__x3iTba__refBadge:hover{opacity:1;-webkit-text-decoration-color:var(--project-accent,var(--brand-primary));text-decoration-color:var(--project-accent,var(--brand-primary))}.Message-module-scss-module__x3iTba__messageBlock{flex-direction:column;width:100%;display:flex}.Message-module-scss-module__x3iTba__divider{background:var(--brand-border);opacity:.5;height:1px;margin:8px 0}.Message-module-scss-module__x3iTba__textRow{align-items:flex-start;gap:6px;width:100%;display:flex}.Message-module-scss-module__x3iTba__text{color:var(--brand-light);word-break:break-word;white-space:pre-wrap;flex:1;margin:0;font-size:.9em;line-height:1.55}.Message-module-scss-module__x3iTba__linkInline{color:var(--project-accent,var(--brand-primary));text-underline-offset:2px;word-break:break-all;text-decoration:underline;transition:opacity .15s}.Message-module-scss-module__x3iTba__linkInline:hover{opacity:.75}.Message-module-scss-module__x3iTba__codeBlock{border:1px solid var(--brand-border);background:#00000040;border-radius:6px;flex:1;min-width:0;overflow:hidden}.Message-module-scss-module__x3iTba__codeBlockHeader{border-bottom:1px solid var(--brand-border);background:#00000026;align-items:center;padding:5px 10px;display:flex}.Message-module-scss-module__x3iTba__codeBlockLang{color:var(--project-accent,var(--brand-primary));text-transform:uppercase;letter-spacing:.4px;font-size:.68em;font-weight:600}.Message-module-scss-module__x3iTba__codeBlockPre{color:var(--brand-light);white-space:pre;tab-size:2;margin:0;padding:10px 12px;font-family:SF Mono,Fira Code,Cascadia Code,Consolas,monospace;font-size:.78em;line-height:1.6;overflow-x:auto}.Message-module-scss-module__x3iTba__codeBlockPre code{color:inherit}:is(.Message-module-scss-module__x3iTba__codeBlockPre .hljs-string,.Message-module-scss-module__x3iTba__codeBlockPre .hljs-template-variable){color:#a8d8a8}:is(.Message-module-scss-module__x3iTba__codeBlockPre .hljs-number,.Message-module-scss-module__x3iTba__codeBlockPre .hljs-literal){color:#cfc4f4}:is(.Message-module-scss-module__x3iTba__codeBlockPre .hljs-keyword,.Message-module-scss-module__x3iTba__codeBlockPre .hljs-selector-tag,.Message-module-scss-module__x3iTba__codeBlockPre .hljs-built_in){color:#a78bfa}:is(.Message-module-scss-module__x3iTba__codeBlockPre .hljs-attr,.Message-module-scss-module__x3iTba__codeBlockPre .hljs-attribute,.Message-module-scss-module__x3iTba__codeBlockPre .hljs-variable,.Message-module-scss-module__x3iTba__codeBlockPre .hljs-name){color:#d4bfff}:is(.Message-module-scss-module__x3iTba__codeBlockPre .hljs-comment,.Message-module-scss-module__x3iTba__codeBlockPre .hljs-quote){color:#6b6180;font-style:italic}:is(.Message-module-scss-module__x3iTba__codeBlockPre .hljs-punctuation,.Message-module-scss-module__x3iTba__codeBlockPre .hljs-tag){color:#8b8399}:is(.Message-module-scss-module__x3iTba__codeBlockPre .hljs-type,.Message-module-scss-module__x3iTba__codeBlockPre .hljs-class,.Message-module-scss-module__x3iTba__codeBlockPre .hljs-title){color:#e9c46a}.Message-module-scss-module__x3iTba__codeBlockPre .hljs-function{color:#7ec8e3}.Message-module-scss-module__x3iTba__codeBlockPre .hljs-params{color:var(--brand-light)}.Message-module-scss-module__x3iTba__codeBlockPre .hljs-regexp{color:#f4845f}:is(.Message-module-scss-module__x3iTba__codeBlockPre .hljs-meta,.Message-module-scss-module__x3iTba__codeBlockPre .hljs-meta-keyword){color:#8b8399}:is(.Message-module-scss-module__x3iTba__codeBlockPre .hljs-symbol,.Message-module-scss-module__x3iTba__codeBlockPre .hljs-bullet){color:#a78bfa}.Message-module-scss-module__x3iTba__actions{flex-shrink:0;gap:3px;margin-top:1px;display:flex}.Message-module-scss-module__x3iTba__milestoneBtnOn{color:#eab308;border-color:#eab30873}.Message-module-scss-module__x3iTba__milestoneBtnOn:hover{color:#eab308}.Message-module-scss-module__x3iTba__actionBtn{border:1px solid var(--brand-border);width:22px;height:22px;color:var(--brand-muted);cursor:pointer;background:0 0;border-radius:5px;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.Message-module-scss-module__x3iTba__actionBtn:hover{background:var(--glass-border);color:var(--brand-light)}.Message-module-scss-module__x3iTba__deleteBtn:hover{color:#dc3545;background:#dc35451a;border-color:#dc354559}.Message-module-scss-module__x3iTba__mentionBadge{color:color-mix(in srgb,var(--project-accent,var(--brand-primary))90%,#fff);font-weight:600;font-size:inherit;cursor:pointer;opacity:.9;background:0 0;border:none;border-radius:0;padding:0;font-family:inherit;transition:opacity .15s;display:inline}.Message-module-scss-module__x3iTba__mentionBadge:hover{opacity:1}.Message-module-scss-module__x3iTba__attachmentImages{flex-wrap:wrap;gap:5px;margin-top:6px;display:flex}.Message-module-scss-module__x3iTba__attachmentImageBtn{border:1px solid var(--brand-border);cursor:pointer;background:0 0;border-radius:7px;max-width:220px;padding:0;transition:border-color .15s;display:block;overflow:hidden}.Message-module-scss-module__x3iTba__attachmentImageBtn:hover{border-color:var(--project-accent,var(--brand-primary))}.Message-module-scss-module__x3iTba__attachmentImagePlaceholder{background:var(--skeleton-base);border-radius:6px;justify-content:center;align-items:center;width:220px;height:110px;animation:1.5s ease-in-out infinite Message-module-scss-module__x3iTba__skeleton-pulse;display:flex}.Message-module-scss-module__x3iTba__attachmentImageError{cursor:pointer}.Message-module-scss-module__x3iTba__attachmentImageError .Message-module-scss-module__x3iTba__attachmentImagePlaceholder{background:var(--brand-secondary);animation:none}.Message-module-scss-module__x3iTba__attachmentErrorContent{color:var(--brand-muted);flex-direction:column;align-items:center;gap:4px;font-size:11px;font-weight:500;display:flex}.Message-module-scss-module__x3iTba__attachmentErrorContent svg{opacity:.5}.Message-module-scss-module__x3iTba__attachmentDocError{cursor:pointer;background:var(--brand-secondary)!important;animation:none!important}.Message-module-scss-module__x3iTba__attachmentImageThumb{object-fit:cover;border-radius:6px;max-width:220px;max-height:160px;display:block}.Message-module-scss-module__x3iTba__attachmentImageHidden{opacity:0;width:0;height:0;position:absolute;overflow:hidden}.Message-module-scss-module__x3iTba__attachmentImageLoaded{animation:.25s ease-out Message-module-scss-module__x3iTba__attachmentFadeIn}@keyframes Message-module-scss-module__x3iTba__attachmentFadeIn{0%{opacity:0}to{opacity:1}}.Message-module-scss-module__x3iTba__attachmentDocPlaceholder{background:var(--skeleton-base);border-radius:7px;width:260px;height:40px;animation:1.5s ease-in-out infinite Message-module-scss-module__x3iTba__skeleton-pulse}.Message-module-scss-module__x3iTba__attachmentDocs{flex-direction:column;gap:4px;margin-top:6px;display:flex}.Message-module-scss-module__x3iTba__attachmentDocCard{background:var(--glass-bg);border:1px solid var(--brand-border);color:var(--brand-light);border-radius:7px;align-items:center;gap:8px;max-width:260px;padding:7px 10px;text-decoration:none;transition:background .15s,border-color .15s;display:flex}.Message-module-scss-module__x3iTba__attachmentDocCard:hover{background:var(--glass-border);border-color:color-mix(in srgb,var(--project-accent,var(--brand-primary))35%,transparent)}.Message-module-scss-module__x3iTba__attachmentDocIcon{color:var(--brand-muted);flex-shrink:0;align-items:center;display:flex}.Message-module-scss-module__x3iTba__attachmentDocInfo{flex-direction:column;min-width:0;display:flex}.Message-module-scss-module__x3iTba__attachmentDocName{text-overflow:ellipsis;white-space:nowrap;font-size:.82em;font-weight:500;overflow:hidden}.Message-module-scss-module__x3iTba__attachmentDocSize{color:var(--brand-muted);font-size:.7em}.Message-module-scss-module__x3iTba__lightboxOverlay{z-index:1000;cursor:pointer;background:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Message-module-scss-module__x3iTba__lightboxClose{background:var(--glass-border-hover);border:1px solid var(--glass-border-strong);width:34px;height:34px;color:var(--brand-light);cursor:pointer;border-radius:7px;justify-content:center;align-items:center;font-size:1.3em;transition:background .15s;display:flex;position:absolute;top:16px;right:20px}.Message-module-scss-module__x3iTba__lightboxClose:hover{background:var(--glass-border-strong)}.Message-module-scss-module__x3iTba__lightboxImage{object-fit:contain;cursor:default;border-radius:8px;max-width:90vw;max-height:90vh}.Message-module-scss-module__x3iTba__timestamp{color:var(--brand-muted);opacity:.55;margin-top:4px;font-size:.67em;line-height:1;display:block}
.SystemEvent-module-scss-module__Ew58pG__systemEvent{cursor:default;justify-content:center;align-items:center;gap:6px;margin:2px 0;padding:4px 16px;display:flex}.SystemEvent-module-scss-module__Ew58pG__icon{color:var(--brand-muted);opacity:.6;flex-shrink:0}.SystemEvent-module-scss-module__Ew58pG__text{color:var(--brand-muted);text-align:center;font-family:Poppins,sans-serif;font-size:.75em}.SystemEvent-module-scss-module__Ew58pG__text strong{color:var(--brand-light);font-weight:500}.SystemEvent-module-scss-module__Ew58pG__link{color:var(--project-accent,var(--brand-primary));font-weight:500;text-decoration:none;transition:-webkit-text-decoration .15s,text-decoration .15s}.SystemEvent-module-scss-module__Ew58pG__link:hover{text-decoration:underline}.SystemEvent-module-scss-module__Ew58pG__timestamp{color:var(--brand-muted);opacity:.6;white-space:nowrap;margin-left:4px;font-family:Poppins,sans-serif;font-size:.65em}
.ChatBox-module-scss-module__z0_ffG__entityGroup{background:#e8697d08;border:1px dashed #e8697d40;border-left:none;border-right:none;border-radius:0;margin:6px 0;overflow:hidden}.ChatBox-module-scss-module__z0_ffG__entityHeader{color:#e8697da6;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;padding:10px 32px;font-family:Poppins,sans-serif;font-size:.8em;font-weight:500;transition:background .15s,color .15s;display:flex}.ChatBox-module-scss-module__z0_ffG__entityHeader:hover{color:#e8697de6;background:#e8697d0d}.ChatBox-module-scss-module__z0_ffG__entityIcon{opacity:.55;flex-shrink:0}.ChatBox-module-scss-module__z0_ffG__entityLink{color:#f6f3ffd9;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-weight:600;overflow:hidden}.ChatBox-module-scss-module__z0_ffG__entityMeta{flex-shrink:0;align-items:center;gap:10px;margin-left:auto;display:flex}.ChatBox-module-scss-module__z0_ffG__entityCount{color:#e8697d66;white-space:nowrap;font-size:.88em;font-weight:400}.ChatBox-module-scss-module__z0_ffG__entityTime{color:#cfc4f440;white-space:nowrap;font-size:.84em}.ChatBox-module-scss-module__z0_ffG__entityBody{background:#0c061873;border-top:1px solid #e8697d14;padding:6px 0 0}.ChatBox-module-scss-module__z0_ffG__entityFooter{justify-content:flex-end;padding:6px 32px 10px;display:flex}.ChatBox-module-scss-module__z0_ffG__entityGoBtn{color:#e8697d8c;cursor:pointer;opacity:.8;background:0 0;border:none;align-items:center;gap:5px;padding:0;font-family:Poppins,sans-serif;font-size:.72rem;font-weight:500;text-decoration:none;transition:opacity .15s,color .15s;display:inline-flex}.ChatBox-module-scss-module__z0_ffG__entityGoBtn:hover{opacity:1;color:#e8697de6}
.ReferencePicker-module-scss-module__3wZTNW__picker{background:var(--brand-dark);border:1px solid var(--brand-border);z-index:20;border-radius:10px;flex-direction:column;width:280px;max-height:340px;margin-bottom:8px;display:flex;position:absolute;bottom:100%;left:0;overflow-y:auto;box-shadow:0 -4px 16px #00000040}@media only screen and (max-width:800px){.ReferencePicker-module-scss-module__3wZTNW__picker{width:240px}}.ReferencePicker-module-scss-module__3wZTNW__hint{color:var(--brand-muted);border-bottom:1px solid var(--brand-border);padding:10px 14px;font-family:Poppins,sans-serif;font-size:.8em;line-height:1.4}.ReferencePicker-module-scss-module__3wZTNW__empty{color:var(--brand-muted);text-align:center;padding:18px 14px;font-family:Poppins,sans-serif;font-size:.85em}.ReferencePicker-module-scss-module__3wZTNW__section{flex-direction:column;display:flex}.ReferencePicker-module-scss-module__3wZTNW__section+.ReferencePicker-module-scss-module__3wZTNW__section{border-top:1px solid var(--brand-border)}.ReferencePicker-module-scss-module__3wZTNW__sectionLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--brand-muted);padding:6px 14px 4px;font-family:Poppins,sans-serif;font-size:.72em;font-weight:700}.ReferencePicker-module-scss-module__3wZTNW__item{width:100%;color:var(--brand-light);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;padding:8px 14px;font-family:Poppins,sans-serif;font-size:.85em;transition:background .12s;display:flex}.ReferencePicker-module-scss-module__3wZTNW__item:hover,.ReferencePicker-module-scss-module__3wZTNW__item.ReferencePicker-module-scss-module__3wZTNW__active{background:#cfc4f41a}.ReferencePicker-module-scss-module__3wZTNW__itemIcon{color:var(--brand-muted);flex-shrink:0}.ReferencePicker-module-scss-module__3wZTNW__itemLabel{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ReferencePicker-module-scss-module__3wZTNW__swatch{border-radius:3px;flex-shrink:0;width:13px;height:13px}
.MentionPicker-module-scss-module__caZxVa__picker{background:var(--brand-dark);border:1px solid var(--brand-border);z-index:20;border-radius:10px;flex-direction:column;width:280px;max-height:340px;margin-bottom:8px;display:flex;position:absolute;bottom:100%;left:0;overflow-y:auto;box-shadow:0 -4px 16px #00000040}@media only screen and (max-width:800px){.MentionPicker-module-scss-module__caZxVa__picker{width:240px}}.MentionPicker-module-scss-module__caZxVa__hint{color:var(--brand-muted);border-bottom:1px solid var(--brand-border);padding:10px 14px;font-family:Poppins,sans-serif;font-size:.8em;line-height:1.4}.MentionPicker-module-scss-module__caZxVa__empty{color:var(--brand-muted);text-align:center;padding:18px 14px;font-family:Poppins,sans-serif;font-size:.85em}.MentionPicker-module-scss-module__caZxVa__section{flex-direction:column;display:flex}.MentionPicker-module-scss-module__caZxVa__section+.MentionPicker-module-scss-module__caZxVa__section{border-top:1px solid var(--brand-border)}.MentionPicker-module-scss-module__caZxVa__sectionLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--brand-muted);padding:6px 14px 4px;font-family:Poppins,sans-serif;font-size:.72em;font-weight:700}.MentionPicker-module-scss-module__caZxVa__item{width:100%;color:var(--brand-light);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;padding:8px 14px;font-family:Poppins,sans-serif;font-size:.85em;transition:background .12s;display:flex}.MentionPicker-module-scss-module__caZxVa__item:hover,.MentionPicker-module-scss-module__caZxVa__item.MentionPicker-module-scss-module__caZxVa__active{background:#cfc4f41a}.MentionPicker-module-scss-module__caZxVa__itemAvatar{background:var(--project-accent,var(--brand-primary));width:22px;height:22px;color:var(--brand-dark);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;font-size:.8em;font-weight:700;display:flex}.MentionPicker-module-scss-module__caZxVa__itemIcon{color:var(--brand-muted);flex-shrink:0}.MentionPicker-module-scss-module__caZxVa__itemLabel{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.MentionPicker-module-scss-module__caZxVa__jodiItem:hover,.MentionPicker-module-scss-module__caZxVa__jodiItem.MentionPicker-module-scss-module__caZxVa__active{background:#8b62c81f}.MentionPicker-module-scss-module__caZxVa__jodiAvatar{flex-shrink:0;width:22px;height:22px}.MentionPicker-module-scss-module__caZxVa__jodiHint{color:var(--brand-muted);white-space:nowrap;opacity:.7;margin-left:auto;font-size:.75em}
.ActionMessageCard-module-scss-module__Q9Oh5a__card{border-left:2px solid var(--project-accent,var(--brand-primary));background:rgba(var(--project-accent,var(--brand-primary)),.04);border-radius:0 8px 8px 0;margin:8px 0;overflow:hidden}.ActionMessageCard-module-scss-module__Q9Oh5a__header{background:rgba(var(--project-accent,var(--brand-primary)),.06);color:var(--project-accent,var(--brand-primary));align-items:center;gap:6px;padding:8px 12px;font-family:Poppins,sans-serif;font-size:.75em;font-weight:500;text-decoration:none;transition:background .15s;display:flex}.ActionMessageCard-module-scss-module__Q9Oh5a__header:hover{background:rgba(var(--project-accent,var(--brand-primary)),.12)}.ActionMessageCard-module-scss-module__Q9Oh5a__headerTitle{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ActionMessageCard-module-scss-module__Q9Oh5a__body{padding:4px 0}
@keyframes ProjectFilesView-module-scss-module__RjPI3a__skeleton-pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes ProjectFilesView-module-scss-module__RjPI3a__spin{to{transform:rotate(360deg)}}@keyframes ProjectFilesView-module-scss-module__RjPI3a__checkboxPop{0%{transform:scale(1)}30%{transform:scale(1.3)}50%{transform:scale(.9)}70%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes ProjectFilesView-module-scss-module__RjPI3a__checkmarkAppear{0%{opacity:0;transform:scale(0)rotate(-45deg)}50%{opacity:1;transform:scale(1.2)rotate(0)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes ProjectFilesView-module-scss-module__RjPI3a__strikethroughSlide{0%{text-decoration-color:#0000}to{-webkit-text-decoration-color:var(--brand-muted);text-decoration-color:var(--brand-muted)}}@keyframes ProjectFilesView-module-scss-module__RjPI3a__fadeToMuted{0%{color:var(--brand-light)}to{color:var(--brand-muted)}}@keyframes ProjectFilesView-module-scss-module__RjPI3a__rowComplete{0%{background:0 0}30%{background:var(--brand-secondary)}to{background:0 0}}@keyframes ProjectFilesView-module-scss-module__RjPI3a__emergencyPulse{0%,to{border-color:#ef44444d;box-shadow:inset 0 0 0 2px #ef444466,0 0 8px #ef44441a,0 0 20px #ef44440d,0 0 40px #ef444400}50%{border-color:#ef4444b3;box-shadow:inset 0 0 0 3px #ef4444cc,0 0 15px #ef444466,0 0 40px #ef444433,0 0 80px #ef44441a}}@keyframes ProjectFilesView-module-scss-module__RjPI3a__subtleBreath{0%,to{transform:scale(1);box-shadow:0 0 #ef444400}50%{transform:scale(2);box-shadow:0 0 20px #ef44444d}}@keyframes ProjectFilesView-module-scss-module__RjPI3a__emergencyOverlayPulse{0%,to{background-color:#ef444400}50%{background-color:#ef44440f}}.ProjectFilesView-module-scss-module__RjPI3a__container{max-width:960px;margin:0 auto;padding:24px}.ProjectFilesView-module-scss-module__RjPI3a__header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.ProjectFilesView-module-scss-module__RjPI3a__title{color:var(--brand-light);font-family:Poppins,sans-serif;font-size:1.1em;font-weight:600}.ProjectFilesView-module-scss-module__RjPI3a__fileCount{color:var(--brand-muted);font-size:.82em;font-weight:500}.ProjectFilesView-module-scss-module__RjPI3a__section{margin-bottom:28px}.ProjectFilesView-module-scss-module__RjPI3a__sectionLabel{color:var(--brand-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px;font-size:.75em;font-weight:600}.ProjectFilesView-module-scss-module__RjPI3a__imageGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;display:grid}@media only screen and (max-width:800px){.ProjectFilesView-module-scss-module__RjPI3a__imageGrid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:8px}}.ProjectFilesView-module-scss-module__RjPI3a__imageCard{border:1px solid var(--brand-border);background:var(--brand-secondary);cursor:pointer;border-radius:10px;transition:border-color .15s,box-shadow .15s;position:relative;overflow:hidden}.ProjectFilesView-module-scss-module__RjPI3a__imageCard:hover{border-color:var(--project-accent,var(--brand-primary));box-shadow:0 2px 12px #7c5cff26}.ProjectFilesView-module-scss-module__RjPI3a__imageCard:hover .ProjectFilesView-module-scss-module__RjPI3a__deleteBtn{opacity:1}.ProjectFilesView-module-scss-module__RjPI3a__imageThumb{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.ProjectFilesView-module-scss-module__RjPI3a__imageMeta{flex-direction:column;gap:2px;padding:8px 10px;display:flex}.ProjectFilesView-module-scss-module__RjPI3a__fileName{color:var(--brand-light);text-overflow:ellipsis;white-space:nowrap;font-size:.78em;font-weight:500;overflow:hidden}.ProjectFilesView-module-scss-module__RjPI3a__fileMeta{color:var(--brand-muted);gap:6px;font-size:.7em;display:flex}.ProjectFilesView-module-scss-module__RjPI3a__docGrid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:10px;display:grid}@media only screen and (max-width:800px){.ProjectFilesView-module-scss-module__RjPI3a__docGrid{grid-template-columns:1fr}}.ProjectFilesView-module-scss-module__RjPI3a__docCard{background:var(--brand-secondary);border:1px solid var(--brand-border);color:var(--brand-light);border-radius:10px;align-items:center;gap:12px;padding:12px 14px;text-decoration:none;transition:background .15s,border-color .15s;display:flex;position:relative}.ProjectFilesView-module-scss-module__RjPI3a__docCard:hover{background:var(--glass-bg);border-color:#7c5cff66}.ProjectFilesView-module-scss-module__RjPI3a__docCard:hover .ProjectFilesView-module-scss-module__RjPI3a__deleteBtn{opacity:1}.ProjectFilesView-module-scss-module__RjPI3a__docIcon{color:var(--brand-muted);flex-shrink:0;align-items:center;display:flex}.ProjectFilesView-module-scss-module__RjPI3a__docInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.ProjectFilesView-module-scss-module__RjPI3a__docName{text-overflow:ellipsis;white-space:nowrap;font-size:.84em;font-weight:500;overflow:hidden}.ProjectFilesView-module-scss-module__RjPI3a__docMeta{color:var(--brand-muted);gap:6px;font-size:.7em;display:flex}.ProjectFilesView-module-scss-module__RjPI3a__deleteBtn{border:1px solid var(--glass-border-hover);width:26px;height:26px;color:var(--brand-muted);cursor:pointer;opacity:0;z-index:2;background:#0009;border-radius:6px;justify-content:center;align-items:center;transition:opacity .15s,background .15s,color .15s;display:flex;position:absolute;top:6px;right:6px}.ProjectFilesView-module-scss-module__RjPI3a__deleteBtn:hover{color:#dc3545;background:#dc35454d;border-color:#dc354580}.ProjectFilesView-module-scss-module__RjPI3a__skeletonGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;display:grid}.ProjectFilesView-module-scss-module__RjPI3a__skeletonCard{aspect-ratio:4/3;background:var(--skeleton-base);border-radius:10px;animation:1.5s ease-in-out infinite ProjectFilesView-module-scss-module__RjPI3a__skeleton-pulse}.ProjectFilesView-module-scss-module__RjPI3a__empty{color:var(--brand-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.ProjectFilesView-module-scss-module__RjPI3a__emptyIcon{opacity:.4;margin-bottom:12px}.ProjectFilesView-module-scss-module__RjPI3a__emptyText{font-size:.9em;font-weight:500}.ProjectFilesView-module-scss-module__RjPI3a__emptyHint{opacity:.7;margin-top:4px;font-size:.78em}.ProjectFilesView-module-scss-module__RjPI3a__lightboxOverlay{z-index:1000;cursor:pointer;background:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ProjectFilesView-module-scss-module__RjPI3a__lightboxClose{background:var(--glass-border-hover);border:1px solid var(--glass-border-strong);color:#fff;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.4em;transition:background .15s;display:flex;position:absolute;top:16px;right:20px}.ProjectFilesView-module-scss-module__RjPI3a__lightboxClose:hover{background:var(--glass-border-strong)}.ProjectFilesView-module-scss-module__RjPI3a__lightboxImage{object-fit:contain;cursor:default;border-radius:8px;max-width:90vw;max-height:90vh}
.TimeBudgetBtn-module-scss-module__ZhIoiW__timeBudgetWrap{align-items:center;display:flex;position:relative}.TimeBudgetBtn-module-scss-module__ZhIoiW__timeBudgetBtn{color:var(--brand-muted);cursor:pointer;opacity:.5;background:0 0;border:none;border-radius:6px;outline:none;align-items:center;gap:5px;padding:5px 7px;font-family:Poppins,sans-serif;transition:opacity .15s;display:flex}.TimeBudgetBtn-module-scss-module__ZhIoiW__timeBudgetBtn:hover{opacity:.85}.TimeBudgetBtn-module-scss-module__ZhIoiW__timeBudgetBtn:focus-visible{outline:none}.TimeBudgetBtn-module-scss-module__ZhIoiW__timeBudgetActive{opacity:1}.TimeBudgetBtn-module-scss-module__ZhIoiW__timeBudgetActive svg{color:#ff6b6b}.TimeBudgetBtn-module-scss-module__ZhIoiW__timeBudgetActive .TimeBudgetBtn-module-scss-module__ZhIoiW__timeBudgetLabel{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#f953c6,#ff6b6b,#ffa94d,#f953c6) 0 0/300% 100%;-webkit-background-clip:text;background-clip:text;animation:3s infinite TimeBudgetBtn-module-scss-module__ZhIoiW__jodiShimmer}@keyframes TimeBudgetBtn-module-scss-module__ZhIoiW__jodiShimmer{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.TimeBudgetBtn-module-scss-module__ZhIoiW__timeBudgetLabel{letter-spacing:.02em;font-size:.72rem;font-weight:400}.TimeBudgetBtn-module-scss-module__ZhIoiW__timeBudgetDropdown{background:var(--brand-dark);border:1px solid var(--brand-border);z-index:100;border-radius:5px;flex-direction:column;gap:8px;min-width:200px;padding:8px;animation:.16s cubic-bezier(.22,1,.36,1) both TimeBudgetBtn-module-scss-module__ZhIoiW__budgetDropIn;display:flex;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 4px 16px #00000014}@keyframes TimeBudgetBtn-module-scss-module__ZhIoiW__budgetDropIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.TimeBudgetBtn-module-scss-module__ZhIoiW__timeBudgetHint{color:var(--brand-muted);opacity:.5;margin:0;padding:4px 8px 2px;font-family:Poppins,sans-serif;font-size:.72rem;font-weight:500}.TimeBudgetBtn-module-scss-module__ZhIoiW__timeBudgetPresets{flex-direction:column;gap:2px;display:flex}.TimeBudgetBtn-module-scss-module__ZhIoiW__timeBudgetPreset{width:100%;color:var(--brand-muted);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:4px;outline:none;padding:10px 14px;font-family:Poppins,sans-serif;font-size:.82rem;font-weight:500;transition:background .12s,color .12s}.TimeBudgetBtn-module-scss-module__ZhIoiW__timeBudgetPreset:hover{background:color-mix(in srgb,var(--project-accent,var(--brand-primary))8%,transparent);color:var(--project-accent,var(--brand-primary))}.TimeBudgetBtn-module-scss-module__ZhIoiW__timeBudgetPresetActive{color:var(--project-accent,var(--brand-primary));background:color-mix(in srgb,var(--project-accent,var(--brand-primary))10%,transparent)}.TimeBudgetBtn-module-scss-module__ZhIoiW__eodRow{border-top:1px solid var(--brand-border);flex-direction:column;padding-top:6px;display:flex}.TimeBudgetBtn-module-scss-module__ZhIoiW__eodBtn{width:100%;color:var(--brand-muted);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:4px;outline:none;padding:8px 14px;font-family:Poppins,sans-serif;font-size:.78rem;font-weight:500;transition:background .12s,color .12s,opacity .12s}.TimeBudgetBtn-module-scss-module__ZhIoiW__eodBtn:hover:not(:disabled){background:color-mix(in srgb,var(--project-accent,var(--brand-primary))8%,transparent);color:var(--project-accent,var(--brand-primary))}.TimeBudgetBtn-module-scss-module__ZhIoiW__eodBtn:disabled{opacity:.35;cursor:not-allowed}.TimeBudgetBtn-module-scss-module__ZhIoiW__eodBtnActive{color:var(--project-accent,var(--brand-primary));background:color-mix(in srgb,var(--project-accent,var(--brand-primary))10%,transparent)}.TimeBudgetBtn-module-scss-module__ZhIoiW__timeBudgetClear{border:none;border-top:1px solid var(--brand-border);width:100%;color:var(--brand-muted);cursor:pointer;text-align:left;opacity:.4;background:0 0;border-radius:0;outline:none;padding:8px 14px;font-family:Poppins,sans-serif;font-size:.75rem;transition:opacity .15s}.TimeBudgetBtn-module-scss-module__ZhIoiW__timeBudgetClear:hover{opacity:.75}
.SystemModal-module-scss-module__N1ddoG__overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.SystemModal-module-scss-module__N1ddoG__content{background:var(--brand-dark);border:1px solid var(--brand-border);border-radius:12px;width:75%;max-height:90vh;padding:24px;overflow-y:auto;box-shadow:0 10px 40px #00000080}.SystemModal-module-scss-module__N1ddoG__title{color:var(--brand-light);margin:0 0 20px;font-size:1.5em}.SystemModal-module-scss-module__N1ddoG__field{margin-bottom:16px}.SystemModal-module-scss-module__N1ddoG__label{color:var(--brand-muted);margin-bottom:6px;font-size:.9em;font-weight:500;display:block}.SystemModal-module-scss-module__N1ddoG__input{border:1px solid var(--brand-border);box-sizing:border-box;background:var(--glass-border);width:100%;color:var(--brand-light);border-radius:8px;outline:none;padding:12px 15px;font-family:Poppins,sans-serif;font-size:1em}.SystemModal-module-scss-module__N1ddoG__input::placeholder{color:var(--brand-muted)}.SystemModal-module-scss-module__N1ddoG__input:focus{border-color:var(--project-accent,var(--brand-primary))}.SystemModal-module-scss-module__N1ddoG__textarea{border:1px solid var(--brand-border);box-sizing:border-box;resize:vertical;background:var(--glass-border);width:100%;min-height:60px;color:var(--brand-light);border-radius:8px;outline:none;padding:12px 15px;font-family:Poppins,sans-serif;font-size:.95em}.SystemModal-module-scss-module__N1ddoG__textarea::placeholder{color:var(--brand-muted)}.SystemModal-module-scss-module__N1ddoG__textarea:focus{border-color:var(--project-accent,var(--brand-primary))}.SystemModal-module-scss-module__N1ddoG__actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.SystemModal-module-scss-module__N1ddoG__btn{cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-family:Poppins,sans-serif;font-size:.95em;font-weight:700;transition:background .2s}.SystemModal-module-scss-module__N1ddoG__btn:disabled{opacity:.6;cursor:not-allowed}.SystemModal-module-scss-module__N1ddoG__btn.SystemModal-module-scss-module__N1ddoG__cancel{background:var(--glass-bg-hover);color:var(--brand-muted)}.SystemModal-module-scss-module__N1ddoG__btn.SystemModal-module-scss-module__N1ddoG__cancel:hover:not(:disabled){background:var(--glass-border-strong)}.SystemModal-module-scss-module__N1ddoG__btn.SystemModal-module-scss-module__N1ddoG__save{background:var(--project-accent,var(--brand-primary));color:#fff}.SystemModal-module-scss-module__N1ddoG__btn.SystemModal-module-scss-module__N1ddoG__save:hover:not(:disabled){background:#5a4a82}
.SystemsBar-module-scss-module__1N-xBG__container{align-items:center;display:inline-flex;position:relative}@media only screen and (max-width:800px){.SystemsBar-module-scss-module__1N-xBG__container{width:0;height:0;overflow:visible}}.SystemsBar-module-scss-module__1N-xBG__pillIcon{background:var(--glass-bg);border:1px solid var(--glass-border);width:32px;height:32px;color:var(--brand-muted);cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:color .15s,background .15s,border-color .15s;display:inline-flex;position:relative}.SystemsBar-module-scss-module__1N-xBG__pillIcon svg{display:block}.SystemsBar-module-scss-module__1N-xBG__pillIcon:hover{color:var(--brand-light);background:var(--glass-bg-hover);border-color:var(--glass-border-strong)}@media only screen and (max-width:800px){.SystemsBar-module-scss-module__1N-xBG__pillIcon{visibility:hidden;pointer-events:none;width:0;height:0;position:absolute}}.SystemsBar-module-scss-module__1N-xBG__badge{text-align:center;background:var(--project-accent,var(--project-accent,var(--brand-primary)));color:#fff;border-radius:8px;min-width:16px;height:16px;padding:0 4px;font-family:Poppins,sans-serif;font-size:9px;font-weight:700;line-height:16px;position:absolute;top:-4px;right:-4px}@media only screen and (max-width:800px){.SystemsBar-module-scss-module__1N-xBG__badge{border-radius:7px;min-width:14px;height:14px;padding:0 3px;font-size:8px;line-height:14px;top:-3px;right:-3px}}
.UserThought-module-scss-module__Rfgwda__wrapper{justify-content:flex-end;padding:0 0 4px;animation:.35s cubic-bezier(.22,1,.36,1) both UserThought-module-scss-module__Rfgwda__bubbleIn;display:flex}@keyframes UserThought-module-scss-module__Rfgwda__bubbleIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.UserThought-module-scss-module__Rfgwda__bubble{background:#cfc4f426;border:1px solid #cfc4f440;border-radius:10px 10px 4px;max-width:66.666%;padding:10px 14px}.UserThought-module-scss-module__Rfgwda__text{color:#e9e4fa;word-break:break-word;margin:0;font-size:18px;line-height:1.6}.UserThought-module-scss-module__Rfgwda__para{white-space:pre-wrap;margin:0 0 4px}.UserThought-module-scss-module__Rfgwda__list{margin:2px 0 6px;padding-left:1.4em;list-style-position:outside}.UserThought-module-scss-module__Rfgwda__list li{margin-bottom:3px;line-height:1.6}.UserThought-module-scss-module__Rfgwda__list li::marker{color:#cfc4f473}
.JodiThought-module-scss-module__NAdAHq__wrapper{align-items:flex-start;gap:10px;width:100%;padding:0 0 10px;animation:.4s cubic-bezier(.22,1,.36,1) both JodiThought-module-scss-module__NAdAHq__bubbleIn;display:flex}@keyframes JodiThought-module-scss-module__NAdAHq__bubbleIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.JodiThought-module-scss-module__NAdAHq__avatar{flex-shrink:0;margin-top:2px}.JodiThought-module-scss-module__NAdAHq__card{text-align:left;flex:1;min-width:0;max-width:66.666%}.JodiThought-module-scss-module__NAdAHq__text{color:#cfc4f4;word-break:break-word;text-align:left;margin:0;font-size:18px;line-height:1.55}.JodiThought-module-scss-module__NAdAHq__para{white-space:pre-wrap;margin:0 0 4px}.JodiThought-module-scss-module__NAdAHq__list{margin:2px 0 6px;padding-left:1.4em;list-style-position:outside}.JodiThought-module-scss-module__NAdAHq__list li{margin-bottom:3px;line-height:1.55}.JodiThought-module-scss-module__NAdAHq__list li::marker{color:#cfc4f473}.JodiThought-module-scss-module__NAdAHq__thinking{color:#cfc4f466;font-size:13px;font-style:italic}.JodiThought-module-scss-module__NAdAHq__cursor{vertical-align:text-bottom;background:#6b5b95;border-radius:1px;width:2px;height:14px;margin-left:2px;animation:.9s step-end infinite JodiThought-module-scss-module__NAdAHq__blink;display:inline-block}@keyframes JodiThought-module-scss-module__NAdAHq__blink{0%,to{opacity:1}50%{opacity:0}}
.BrainstormStream-module-scss-module__whKVZG__stream{flex:1;min-height:0;padding:24px 0 8px;overflow-y:auto;-webkit-mask-image:linear-gradient(#0000 0%,#000 24px);mask-image:linear-gradient(#0000 0%,#000 24px)}.BrainstormStream-module-scss-module__whKVZG__stream::-webkit-scrollbar{width:4px}.BrainstormStream-module-scss-module__whKVZG__stream::-webkit-scrollbar-track{background:0 0}.BrainstormStream-module-scss-module__whKVZG__stream::-webkit-scrollbar-thumb{background:#cfc4f426;border-radius:2px}.BrainstormStream-module-scss-module__whKVZG__inner{flex-direction:column;gap:16px;padding:24px 0 16px;display:flex}
