.CreateSessionModal-module__RIsViq__modalOverlay{-webkit-backdrop-filter:blur(4px);z-index:10000;background:#00000080;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.2s ease-out CreateSessionModal-module__RIsViq__fadeInOverlay;display:flex;position:fixed;top:0;left:0}@keyframes CreateSessionModal-module__RIsViq__fadeInOverlay{0%{opacity:0}to{opacity:1}}.CreateSessionModal-module__RIsViq__modalContent{background:var(--color-surface-elevated,#fff);border:1px solid var(--color-border-strong,#e5e7eb);width:90%;max-width:460px;box-shadow:var(--shadow-xl,0 20px 25px -5px #0000001a);box-sizing:border-box;border-radius:16px;flex-direction:column;gap:1.25rem;padding:1.75rem;animation:.2s cubic-bezier(.16,1,.3,1) CreateSessionModal-module__RIsViq__scaleInModal;display:flex}@keyframes CreateSessionModal-module__RIsViq__scaleInModal{0%{opacity:0;transform:scale(.95)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.CreateSessionModal-module__RIsViq__sheetGrabHandle{background:var(--color-border-strong,#d1d5db);border-radius:9999px;width:36px;height:4px;margin:-.25rem auto .5rem;display:none}.CreateSessionModal-module__RIsViq__modalHeader{border-bottom:1px solid var(--color-border-subtle,#f3f4f6);justify-content:space-between;align-items:center;padding-bottom:.85rem;display:flex}.CreateSessionModal-module__RIsViq__modalTitle{color:var(--color-text-primary,#111827);letter-spacing:-.015em;margin:0;font-size:1.15rem;font-weight:700}.CreateSessionModal-module__RIsViq__modalCloseBtn{cursor:pointer;color:var(--color-text-secondary,#6b7280);background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px;transition:all .15s;display:flex}.CreateSessionModal-module__RIsViq__modalCloseBtn:hover{background:var(--color-brand-secondary,#f3f4f6);color:var(--color-text-primary,#111827)}.CreateSessionModal-module__RIsViq__modalBody{flex-direction:column;gap:1.1rem;display:flex}.CreateSessionModal-module__RIsViq__modalFormGroup,.CreateSessionModal-module__RIsViq__modalFormGroupGap8{flex-direction:column;gap:.45rem;display:flex}.CreateSessionModal-module__RIsViq__modalLabel{color:var(--color-text-primary,#111827);font-size:.84rem;font-weight:600}.CreateSessionModal-module__RIsViq__durationLabelRow{justify-content:space-between;align-items:center;display:flex}.CreateSessionModal-module__RIsViq__durationValue{color:var(--color-brand-primary,#111827);background:var(--color-brand-secondary,#f3f4f6);border:1px solid var(--color-border-strong,#e5e7eb);border-radius:6px;padding:.15rem .5rem;font-size:.85rem;font-weight:700}.CreateSessionModal-module__RIsViq__requiredStar{color:var(--color-error,#dc2626)}.CreateSessionModal-module__RIsViq__modalInput{background:var(--color-surface-elevated,#fff);border:1.5px solid var(--color-border-strong,#e5e7eb);color:var(--color-text-primary,#111827);box-sizing:border-box;border-radius:10px;outline:none;width:100%;padding:.75rem .95rem;font-size:.92rem;transition:border-color .2s,box-shadow .2s}.CreateSessionModal-module__RIsViq__modalInput:focus{border-color:var(--color-brand-primary,#111827);box-shadow:0 0 0 3px #11182714}.CreateSessionModal-module__RIsViq__rangeInput{appearance:none;background:linear-gradient(90deg, var(--color-brand-primary,#111827) var(--fill-pct,0%), var(--color-brand-secondary,#e5e7eb) var(--fill-pct,0%));cursor:pointer;border:none;border-radius:9999px;outline:none;width:100%;height:6px;margin:6px 0}.CreateSessionModal-module__RIsViq__rangeInput::-webkit-slider-runnable-track{background:0 0;border-radius:9999px;height:6px}.CreateSessionModal-module__RIsViq__rangeInput::-moz-range-track{background:0 0;border-radius:9999px;height:6px}.CreateSessionModal-module__RIsViq__rangeInput::-webkit-slider-thumb{appearance:none;background:var(--color-brand-primary,#111827);cursor:pointer;border:2.5px solid #fff;border-radius:50%;width:18px;height:18px;margin-top:-6px;transition:transform .15s;box-shadow:0 1px 4px #0003}.CreateSessionModal-module__RIsViq__rangeInput::-webkit-slider-thumb:hover{transform:scale(1.15)}.CreateSessionModal-module__RIsViq__rangeInput::-webkit-slider-thumb:active{transform:scale(1.05)}.CreateSessionModal-module__RIsViq__rangeInput::-moz-range-thumb{background:var(--color-brand-primary,#111827);cursor:pointer;border:2.5px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 1px 4px #0003}.CreateSessionModal-module__RIsViq__rangeInput::-moz-range-progress{background:var(--color-brand-primary,#111827);border-radius:9999px;height:6px}.CreateSessionModal-module__RIsViq__modalFooter{justify-content:flex-end;gap:.75rem;margin-top:.75rem;display:flex}.CreateSessionModal-module__RIsViq__modalButton{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.65rem 1.25rem;font-size:.88rem;font-weight:600;transition:all .15s;display:inline-flex}.CreateSessionModal-module__RIsViq__modalButtonPrimary{background:var(--color-brand-primary,#111827);color:#fff}.CreateSessionModal-module__RIsViq__modalButtonPrimary:hover:not(:disabled){background:var(--color-brand-primary-hover,#374151);transform:translateY(-1px)}.CreateSessionModal-module__RIsViq__modalButtonPrimary:disabled{opacity:.5;cursor:not-allowed}.CreateSessionModal-module__RIsViq__modalButtonSecondary{border:1px solid var(--color-border-strong,#e5e7eb);color:var(--color-text-secondary,#6b7280);background:0 0}.CreateSessionModal-module__RIsViq__modalButtonSecondary:hover:not(:disabled){background:var(--color-brand-secondary,#f3f4f6);color:var(--color-text-primary,#111827)}.CreateSessionModal-module__RIsViq__modalBtnIcon{align-items:center;gap:.45rem;display:flex}@media (max-width:768px){.CreateSessionModal-module__RIsViq__modalOverlay{align-items:flex-end;padding:0}.CreateSessionModal-module__RIsViq__modalContent{width:100%;max-width:100%;padding:1.25rem 1.25rem max(1.5rem, env(safe-area-inset-bottom)) 1.25rem;border-bottom:none;border-left:none;border-right:none;border-radius:20px 20px 0 0;gap:1rem;animation:.25s cubic-bezier(.16,1,.3,1) CreateSessionModal-module__RIsViq__slideUpBottomSheet}@keyframes CreateSessionModal-module__RIsViq__slideUpBottomSheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}.CreateSessionModal-module__RIsViq__sheetGrabHandle{display:block}.CreateSessionModal-module__RIsViq__modalHeader{padding-bottom:.65rem}.CreateSessionModal-module__RIsViq__modalTitle{font-size:1.1rem}.CreateSessionModal-module__RIsViq__modalBody{gap:.9rem}.CreateSessionModal-module__RIsViq__modalFooter{flex-direction:column-reverse;gap:.6rem;margin-top:.5rem}.CreateSessionModal-module__RIsViq__modalButton{width:100%;padding:.75rem 1rem;font-size:.92rem}}
.ProjectSelector-module__8tAUcq__container{align-items:center;display:inline-flex;position:relative}.ProjectSelector-module__8tAUcq__triggerBtn{background:var(--color-surface-elevated,#fff);border:1px solid var(--color-border-strong,#e5e7eb);height:38px;color:var(--color-text-primary,#111827);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:9999px;align-items:center;gap:8px;max-width:240px;padding:0 14px 0 12px;font-size:13.5px;font-weight:600;transition:all .15s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 1px 2px #00000008}.ProjectSelector-module__8tAUcq__triggerBtn:hover{background:var(--color-surface-elevated-hover,#f9fafb);border-color:var(--color-border-focus,#111827);transform:translateY(-1px)}.ProjectSelector-module__8tAUcq__triggerBtnActive{background:var(--color-surface-elevated-hover,#f9fafb);border-color:var(--color-border-focus,#111827);box-shadow:0 0 0 2px #11182714}.ProjectSelector-module__8tAUcq__projectIcon{color:var(--color-text-primary,#111827);flex-shrink:0}.ProjectSelector-module__8tAUcq__projectName{text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.01em;overflow:hidden}.ProjectSelector-module__8tAUcq__placeholderText{color:var(--color-text-secondary,#6b7280);font-weight:500}.ProjectSelector-module__8tAUcq__chevronIcon{color:var(--color-text-secondary,#6b7280);flex-shrink:0;margin-left:2px;transition:transform .2s}.ProjectSelector-module__8tAUcq__chevronOpen{transform:rotate(180deg)}.ProjectSelector-module__8tAUcq__dropdownMenu{background:var(--color-surface-elevated,#fff);border:1px solid var(--color-border-strong,#e5e7eb);z-index:1000;border-radius:12px;flex-direction:column;width:320px;max-height:420px;animation:.18s cubic-bezier(.16,1,.3,1) ProjectSelector-module__8tAUcq__scaleFadeIn;display:flex;position:absolute;top:calc(100% + 6px);left:0;overflow:hidden;box-shadow:0 12px 32px -4px #0000001f,0 4px 12px #0000000f}@keyframes ProjectSelector-module__8tAUcq__scaleFadeIn{0%{opacity:0;transform:translateY(-6px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.ProjectSelector-module__8tAUcq__menuHeader{border-bottom:1px solid var(--color-border-subtle,#f3f4f6);background:var(--color-surface-base,#fcfcfc);flex-direction:column;padding:10px 12px;display:flex}.ProjectSelector-module__8tAUcq__searchContainer{align-items:center;width:100%;display:flex;position:relative}.ProjectSelector-module__8tAUcq__searchIcon{color:var(--color-text-secondary,#9ca3af);pointer-events:none;position:absolute;left:10px}.ProjectSelector-module__8tAUcq__searchInput{background:var(--color-surface-elevated,#fff);border:1px solid var(--color-border-strong,#e5e7eb);width:100%;height:36px;color:var(--color-text-primary,#111827);border-radius:8px;outline:none;padding:0 28px 0 32px;font-size:13px;transition:all .15s}.ProjectSelector-module__8tAUcq__searchInput:focus{border-color:var(--color-border-focus,#111827);box-shadow:0 0 0 2px #1118270f}.ProjectSelector-module__8tAUcq__searchInput::placeholder{color:var(--color-text-secondary,#9ca3af)}.ProjectSelector-module__8tAUcq__clearSearchBtn{color:var(--color-text-secondary,#9ca3af);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:2px;display:flex;position:absolute;right:8px}.ProjectSelector-module__8tAUcq__clearSearchBtn:hover{color:var(--color-text-primary,#111827)}.ProjectSelector-module__8tAUcq__projectsList{flex-direction:column;flex:1;gap:2px;max-height:240px;padding:6px;display:flex;overflow-y:auto}.ProjectSelector-module__8tAUcq__projectsList::-webkit-scrollbar{width:5px}.ProjectSelector-module__8tAUcq__projectsList::-webkit-scrollbar-track{background:0 0}.ProjectSelector-module__8tAUcq__projectsList::-webkit-scrollbar-thumb{background:var(--color-border-strong,#e5e7eb);border-radius:999px}.ProjectSelector-module__8tAUcq__projectsList::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.ProjectSelector-module__8tAUcq__projectItem{cursor:pointer;text-align:left;width:100%;color:var(--color-text-primary,#111827);background:0 0;border:none;border-radius:8px;justify-content:space-between;align-items:center;padding:8px 10px;transition:all .15s;display:flex}.ProjectSelector-module__8tAUcq__projectItem:hover{background:var(--color-brand-secondary,#f3f4f6)}.ProjectSelector-module__8tAUcq__projectItemActive{background:var(--color-brand-secondary,#f3f4f6);color:var(--color-text-primary,#111827);font-weight:600}.ProjectSelector-module__8tAUcq__projectItemLeft{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.ProjectSelector-module__8tAUcq__itemIcon{color:var(--color-text-secondary,#6b7280);flex-shrink:0}.ProjectSelector-module__8tAUcq__projectItemActive .ProjectSelector-module__8tAUcq__itemIcon{color:var(--color-brand-primary,#111827)}.ProjectSelector-module__8tAUcq__itemMeta{flex-direction:column;min-width:0;display:flex;overflow:hidden}.ProjectSelector-module__8tAUcq__itemTitle{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.ProjectSelector-module__8tAUcq__itemSubtitle{color:var(--color-text-secondary,#6b7280);text-overflow:ellipsis;white-space:nowrap;margin-top:1px;font-size:11.5px;overflow:hidden}.ProjectSelector-module__8tAUcq__activeCheckIcon{color:var(--color-brand-primary,#111827);flex-shrink:0;margin-left:8px}.ProjectSelector-module__8tAUcq__emptyState,.ProjectSelector-module__8tAUcq__loadingState{text-align:center;color:var(--color-text-secondary,#6b7280);flex-direction:column;align-items:center;gap:8px;padding:24px 12px;font-size:13px;display:flex}.ProjectSelector-module__8tAUcq__menuFooter{border-top:1px solid var(--color-border-subtle,#f3f4f6);background:var(--color-surface-base,#fcfcfc);padding:8px 10px}.ProjectSelector-module__8tAUcq__newProjectBtn{background:var(--color-brand-primary,#111827);width:100%;height:38px;color:var(--color-text-inverse,#fff);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:13px;font-weight:600;transition:all .15s;display:flex;box-shadow:0 1px 3px #0000001a}.ProjectSelector-module__8tAUcq__newProjectBtn:hover{background:var(--color-brand-primary-hover,#374151);transform:translateY(-1px);box-shadow:0 4px 12px #11182726}@media (max-width:640px){.ProjectSelector-module__8tAUcq__triggerBtn{max-width:140px;height:36px;padding:0 10px;font-size:12.5px}.ProjectSelector-module__8tAUcq__dropdownMenu{width:min(100vw - 24px,320px);left:0}}
.Navbar-module__1EU_Oq__header{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border-strong,#e5e7eb);z-index:500;box-sizing:border-box;background:#ffffffeb;flex-shrink:0;justify-content:space-between;align-items:center;height:60px;padding:0 24px;transition:all .2s;display:flex;position:sticky;top:0}[data-theme=dark] .Navbar-module__1EU_Oq__header{background:#0f172ae6;border-bottom-color:#ffffff14}.Navbar-module__1EU_Oq__navbarActions{align-items:center;gap:8px;display:flex}.Navbar-module__1EU_Oq__menuToggleBtn{color:var(--color-text-secondary,#4b5563);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:6px;transition:all .15s;display:flex}.Navbar-module__1EU_Oq__menuToggleBtn:hover{background-color:var(--color-brand-secondary,#f3f4f6);color:var(--color-text-primary,#111827)}.Navbar-module__1EU_Oq__hamIconWrap{justify-content:center;align-items:center;display:inline-flex;position:relative}.Navbar-module__1EU_Oq__hamBadge{pointer-events:none;background-color:#ef4444;border:2px solid #fff;border-radius:50%;width:9px;height:9px;animation:2s ease-in-out infinite Navbar-module__1EU_Oq__pulseDot;position:absolute;top:-2px;right:-2px;box-shadow:0 0 4px #ef444499}[data-theme=dark] .Navbar-module__1EU_Oq__hamBadge{border-color:#0f172a}@keyframes Navbar-module__1EU_Oq__pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.15)}}@media (min-width:769px){.Navbar-module__1EU_Oq__menuToggleBtn{display:none!important}}.Navbar-module__1EU_Oq__leftSection{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.Navbar-module__1EU_Oq__rightSection{flex-shrink:0;align-items:center;gap:12px;display:flex}.Navbar-module__1EU_Oq__backBtn{color:var(--color-text-secondary,#6b7280);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.Navbar-module__1EU_Oq__backBtn:hover{background-color:var(--color-surface-elevated-hover,#fafafa);color:var(--color-text-primary,#111827)}.Navbar-module__1EU_Oq__desktopBackBtn{margin-right:8px}@media (max-width:768px){.Navbar-module__1EU_Oq__desktopBackBtn{display:none!important}.Navbar-module__1EU_Oq__header{height:56px;padding:0 12px}.Navbar-module__1EU_Oq__leftSection{gap:6px}.Navbar-module__1EU_Oq__rightSection{gap:8px}}.Navbar-module__1EU_Oq__titleContainer{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:320px;overflow:hidden}.Navbar-module__1EU_Oq__title{color:var(--color-text-primary,#111827);letter-spacing:-.2px;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.9rem;font-weight:600;overflow:hidden}
.ManageUsersScreen-module__Sg8gZW__screenContainer{color:#09090b;height:100%;min-height:100vh;font-family:var(--font-inter), system-ui, -apple-system, sans-serif;-webkit-overflow-scrolling:touch;background-color:#fff;flex-direction:column;flex:1;display:flex;overflow-y:auto}.ManageUsersScreen-module__Sg8gZW__mainContent{box-sizing:border-box;flex-direction:column;flex:1;gap:1.5rem;width:100%;max-width:1120px;margin:0 auto;padding:2rem 1.5rem 4rem;display:flex}.ManageUsersScreen-module__Sg8gZW__mediaUnifiedHeader{background:var(--color-surface-elevated,#fff);border:1px solid var(--color-border-subtle,#e2e8f0);border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex;box-shadow:0 1px 3px #00000005}.ManageUsersScreen-module__Sg8gZW__mediaHeaderTitleSection{align-items:center;gap:.75rem;display:flex}.ManageUsersScreen-module__Sg8gZW__mediaHeaderIconBadge{background:var(--color-brand-secondary,#f3f4f6);width:38px;height:38px;color:var(--color-brand-primary,#111827);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ManageUsersScreen-module__Sg8gZW__mediaHeaderMeta{flex-direction:column;display:flex}.ManageUsersScreen-module__Sg8gZW__mediaHeaderHeadingRow{align-items:center;gap:.5rem;display:flex}.ManageUsersScreen-module__Sg8gZW__mediaHeaderHeading{color:var(--color-text-primary,#111827);letter-spacing:-.015em;margin:0;font-size:1.05rem;font-weight:700;line-height:1.2}.ManageUsersScreen-module__Sg8gZW__mediaHeaderSubtext{color:var(--color-text-secondary,#6b7280);font-size:.78rem;font-weight:500}.ManageUsersScreen-module__Sg8gZW__seatsCountBadge{color:var(--color-brand-primary,#2563eb);letter-spacing:.02em;background-color:#2563eb14;border:1px solid #2563eb1f;border-radius:999px;padding:.15rem .55rem;font-size:.72rem;font-weight:700}.ManageUsersScreen-module__Sg8gZW__headerActions{align-items:center;gap:.6rem;display:flex}.ManageUsersScreen-module__Sg8gZW__requestLimitBtn{background-color:var(--color-surface-subtle,#f8fafc);color:var(--color-brand-primary,#2563eb);border:1px solid var(--color-border-subtle,#e2e8f0);cursor:pointer;border-radius:8px;align-items:center;gap:.35rem;padding:.48rem .85rem;font-size:.78rem;font-weight:600;transition:all .15s;display:inline-flex}.ManageUsersScreen-module__Sg8gZW__requestLimitBtn:hover{color:#1d4ed8;background-color:#eff6ff;border-color:#bfdbfe}.ManageUsersScreen-module__Sg8gZW__deleteConfirmText{color:#52525b;margin:0;font-size:.8125rem}.ManageUsersScreen-module__Sg8gZW__primaryAddBtn{color:#fff;cursor:pointer;background-color:#09090b;border:1px solid #09090b;border-radius:6px;align-items:center;gap:.4rem;padding:.55rem .95rem;font-size:.8125rem;font-weight:500;transition:all .15s;display:inline-flex}.ManageUsersScreen-module__Sg8gZW__primaryAddBtn:hover:not(:disabled){background-color:#27272a}.ManageUsersScreen-module__Sg8gZW__primaryAddBtn:disabled{opacity:.5;cursor:not-allowed}.ManageUsersScreen-module__Sg8gZW__controlsRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.ManageUsersScreen-module__Sg8gZW__searchBox{flex:1;min-width:240px;max-width:380px;position:relative}.ManageUsersScreen-module__Sg8gZW__searchIcon{color:#a1a1aa;pointer-events:none;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.ManageUsersScreen-module__Sg8gZW__searchInput{color:#09090b;box-sizing:border-box;background-color:#fff;border:1px solid #e4e4e7;border-radius:6px;width:100%;padding:.5rem .75rem .5rem 2.2rem;font-size:.8125rem;transition:border-color .15s}.ManageUsersScreen-module__Sg8gZW__searchInput:focus{border-color:#09090b;outline:none}.ManageUsersScreen-module__Sg8gZW__filterGroup{background-color:#f4f4f5;border-radius:6px;align-items:center;padding:2px;display:flex}.ManageUsersScreen-module__Sg8gZW__filterBtn{color:#71717a;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.35rem .75rem;font-size:.78rem;font-weight:500;transition:all .15s}.ManageUsersScreen-module__Sg8gZW__filterBtnActive{color:#09090b;background-color:#fff;font-weight:600;box-shadow:0 1px 2px #0000000d}.ManageUsersScreen-module__Sg8gZW__tableWrapper{background-color:#fff;border:1px solid #e4e4e7;border-radius:8px;overflow:hidden}.ManageUsersScreen-module__Sg8gZW__tableScroll{width:100%;overflow-x:auto}.ManageUsersScreen-module__Sg8gZW__table{border-collapse:collapse;text-align:left;width:100%;font-size:.8125rem}.ManageUsersScreen-module__Sg8gZW__table th{color:#71717a;white-space:nowrap;background-color:#fafafa;border-bottom:1px solid #e4e4e7;padding:.75rem 1rem;font-size:.75rem;font-weight:500}.ManageUsersScreen-module__Sg8gZW__table td{vertical-align:middle;border-bottom:1px solid #f4f4f5;padding:.85rem 1rem}.ManageUsersScreen-module__Sg8gZW__table tr:last-child td{border-bottom:none}.ManageUsersScreen-module__Sg8gZW__tableRow{transition:background-color .12s}.ManageUsersScreen-module__Sg8gZW__tableRow:hover{background-color:#fafafa}.ManageUsersScreen-module__Sg8gZW__tableRowDisabled{opacity:.6}.ManageUsersScreen-module__Sg8gZW__userCell{align-items:center;gap:.75rem;min-width:200px;display:flex}.ManageUsersScreen-module__Sg8gZW__userAvatar{color:#09090b;background-color:#f4f4f5;border:1px solid #e4e4e7;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:.75rem;font-weight:600;display:flex}.ManageUsersScreen-module__Sg8gZW__userMeta{flex-direction:column;gap:.1rem;display:flex}.ManageUsersScreen-module__Sg8gZW__userName{color:#09090b;font-weight:600}.ManageUsersScreen-module__Sg8gZW__userEmail{color:#71717a;align-items:center;gap:.35rem;font-size:.75rem;display:flex}.ManageUsersScreen-module__Sg8gZW__copyBtn{color:#a1a1aa;cursor:pointer;background:0 0;border:none;padding:0;display:inline-flex}.ManageUsersScreen-module__Sg8gZW__copyBtn:hover{color:#09090b}.ManageUsersScreen-module__Sg8gZW__passwordCell{color:#27272a;align-items:center;gap:.4rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8125rem;display:flex}.ManageUsersScreen-module__Sg8gZW__passwordMasked{letter-spacing:.15em;color:#71717a}.ManageUsersScreen-module__Sg8gZW__passwordEyeBtn{color:#a1a1aa;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:2px;transition:color .15s;display:inline-flex}.ManageUsersScreen-module__Sg8gZW__passwordEyeBtn:hover{color:#09090b}.ManageUsersScreen-module__Sg8gZW__setPasswordBtn{color:#71717a;cursor:pointer;background:0 0;border:1px solid #e4e4e7;border-radius:4px;padding:.15rem .45rem;font-size:.72rem;font-weight:500;transition:all .15s}.ManageUsersScreen-module__Sg8gZW__setPasswordBtn:hover{color:#09090b;background-color:#f4f4f5;border-color:#09090b}.ManageUsersScreen-module__Sg8gZW__roleText{color:#52525b;text-transform:capitalize}.ManageUsersScreen-module__Sg8gZW__switch{width:32px;height:18px;display:inline-block;position:relative}.ManageUsersScreen-module__Sg8gZW__switch input{opacity:0;width:0;height:0}.ManageUsersScreen-module__Sg8gZW__slider{cursor:pointer;background-color:#e4e4e7;border-radius:18px;transition:all .2s;position:absolute;inset:0}.ManageUsersScreen-module__Sg8gZW__slider:before{content:"";background-color:#fff;border-radius:50%;width:14px;height:14px;transition:all .2s;position:absolute;bottom:2px;left:2px;box-shadow:0 1px 2px #00000026}.ManageUsersScreen-module__Sg8gZW__switch input:checked+.ManageUsersScreen-module__Sg8gZW__slider{background-color:#09090b}.ManageUsersScreen-module__Sg8gZW__switch input:checked+.ManageUsersScreen-module__Sg8gZW__slider:before{transform:translate(14px)}.ManageUsersScreen-module__Sg8gZW__statusWrapper{align-items:center;gap:.45rem;display:inline-flex}.ManageUsersScreen-module__Sg8gZW__statusText{color:#71717a;width:46px;font-size:.75rem}.ManageUsersScreen-module__Sg8gZW__statusTextActive{color:#09090b;font-weight:500}.ManageUsersScreen-module__Sg8gZW__actionsRow{align-items:center;gap:.35rem;display:flex}.ManageUsersScreen-module__Sg8gZW__actionBtn{color:#71717a;cursor:pointer;background-color:#fff;border:1px solid #e4e4e7;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;text-decoration:none;transition:all .12s;display:flex}.ManageUsersScreen-module__Sg8gZW__actionBtn:hover,.ManageUsersScreen-module__Sg8gZW__deleteBtn:hover{color:#fff;background-color:#09090b;border-color:#09090b}.ManageUsersScreen-module__Sg8gZW__emptyState{text-align:center;color:#71717a;flex-direction:column;align-items:center;gap:.5rem;padding:3.5rem 1rem;display:flex}.ManageUsersScreen-module__Sg8gZW__modalOverlay{-webkit-backdrop-filter:blur(8px);z-index:9999;background-color:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.ManageUsersScreen-module__Sg8gZW__modalCard{background-color:#fff;border:1px solid #e4e4e7;border-radius:8px;flex-direction:column;width:100%;max-width:440px;display:flex;box-shadow:0 10px 25px #00000014}.ManageUsersScreen-module__Sg8gZW__modalHeader{border-bottom:1px solid #e4e4e7;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.ManageUsersScreen-module__Sg8gZW__modalTitle{color:#09090b;margin:0;font-size:1rem;font-weight:600}.ManageUsersScreen-module__Sg8gZW__closeBtn{color:#71717a;cursor:pointer;background:0 0;border:none;padding:2px;display:flex}.ManageUsersScreen-module__Sg8gZW__closeBtn:hover{color:#09090b}.ManageUsersScreen-module__Sg8gZW__modalBody{flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.ManageUsersScreen-module__Sg8gZW__formGroup{flex-direction:column;gap:.35rem;display:flex}.ManageUsersScreen-module__Sg8gZW__formGroup label{color:#27272a;justify-content:space-between;font-size:.78rem;font-weight:500;display:flex}.ManageUsersScreen-module__Sg8gZW__input{color:#09090b;box-sizing:border-box;border:1px solid #e4e4e7;border-radius:6px;width:100%;padding:.55rem .75rem;font-size:.8125rem}.ManageUsersScreen-module__Sg8gZW__input:focus{border-color:#09090b;outline:none}.ManageUsersScreen-module__Sg8gZW__inputHint{color:#71717a;font-family:SFMono-Regular,Consolas,monospace;font-size:.72rem}.ManageUsersScreen-module__Sg8gZW__generateBtn{color:#09090b;cursor:pointer;background:0 0;border:none;font-size:.72rem;font-weight:600;text-decoration:underline}.ManageUsersScreen-module__Sg8gZW__modalFooter{background-color:#fafafa;border-top:1px solid #e4e4e7;border-radius:0 0 8px 8px;justify-content:flex-end;gap:.5rem;padding:.85rem 1.25rem;display:flex}.ManageUsersScreen-module__Sg8gZW__cancelBtn{color:#27272a;cursor:pointer;background-color:#fff;border:1px solid #e4e4e7;border-radius:6px;padding:.5rem .85rem;font-size:.78rem}.ManageUsersScreen-module__Sg8gZW__cancelBtn:hover{background-color:#f4f4f5}.ManageUsersScreen-module__Sg8gZW__submitBtn{color:#fff;cursor:pointer;background-color:#09090b;border:1px solid #09090b;border-radius:6px;padding:.5rem 1rem;font-size:.78rem;font-weight:500}.ManageUsersScreen-module__Sg8gZW__submitBtn:hover:not(:disabled){background-color:#27272a}.ManageUsersScreen-module__Sg8gZW__submitBtn:disabled{opacity:.5;cursor:not-allowed}.ManageUsersScreen-module__Sg8gZW__credsBox{background-color:#f4f4f5;border-radius:6px;flex-direction:column;gap:.5rem;padding:.85rem 1rem;font-size:.78rem;display:flex}.ManageUsersScreen-module__Sg8gZW__credsRow{justify-content:space-between;display:flex}.ManageUsersScreen-module__Sg8gZW__credsLabel{color:#71717a}.ManageUsersScreen-module__Sg8gZW__credsVal{color:#09090b;font-family:SFMono-Regular,Consolas,monospace;font-weight:600}.ManageUsersScreen-module__Sg8gZW__errorText{color:#dc2626;font-size:.75rem}
.OrgNotificationsView-module__nHXgRW__container{background-color:var(--color-background-subtle,#fcfcfc);width:100%;height:100vh;color:var(--color-text-primary,#09090b);font-family:var(--font-inter), system-ui, -apple-system, sans-serif;flex-direction:column;display:flex;overflow:hidden}.OrgNotificationsView-module__nHXgRW__mainArea{flex:1;width:100%;height:calc(100vh - 64px);display:flex;overflow:hidden}.OrgNotificationsView-module__nHXgRW__scrollArea{flex-direction:column;flex:1;width:100%;height:100%;display:flex;overflow:hidden}.OrgNotificationsView-module__nHXgRW__contentWrapper{flex-direction:column;flex:1;width:100%;height:100%;display:flex}.OrgNotificationsView-module__nHXgRW__tabContent{flex-direction:column;flex:1;height:100%;min-height:0;animation:.25s OrgNotificationsView-module__nHXgRW__fadeIn;display:flex}@keyframes OrgNotificationsView-module__nHXgRW__fadeIn{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.OrgNotificationsView-module__nHXgRW__sidebarCard{background:var(--color-surface-elevated,#fff);border:1px solid var(--color-border-strong,#e5e7eb);box-shadow:var(--shadow-sm,0 1px 2px #0000000d);border-radius:0;flex-direction:column;flex:1;height:100%;min-height:0;display:flex;overflow:hidden}.OrgNotificationsView-module__nHXgRW__mediaUnifiedHeader{z-index:10;background:var(--color-surface-elevated,#fff);border-bottom:1px solid var(--color-border-subtle,#f3f4f6);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex;position:sticky;top:0}.OrgNotificationsView-module__nHXgRW__markAllReadBtn{background:var(--color-brand-secondary,#f3f4f6);color:var(--color-text-primary,#111827);border:1px solid var(--color-border-strong,#e5e7eb);cursor:pointer;border-radius:8px;flex-shrink:0;align-items:center;gap:.45rem;padding:.45rem .85rem;font-size:.8125rem;font-weight:600;transition:all .15s;display:inline-flex}.OrgNotificationsView-module__nHXgRW__markAllReadBtn:hover{background:#e5e7eb;border-color:#cbd5e1}.OrgNotificationsView-module__nHXgRW__mediaHeaderTitleSection{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.OrgNotificationsView-module__nHXgRW__mediaHeaderIconBadge{background:var(--color-brand-secondary,#f3f4f6);width:38px;height:38px;color:var(--color-brand-primary,#111827);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.OrgNotificationsView-module__nHXgRW__mediaHeaderMeta{flex-direction:column;min-width:0;display:flex}.OrgNotificationsView-module__nHXgRW__mediaHeaderHeading{color:var(--color-text-primary,#111827);letter-spacing:-.015em;word-break:break-word;margin:0;font-size:1.05rem;font-weight:700;line-height:1.2}.OrgNotificationsView-module__nHXgRW__mediaHeaderSubtext{color:var(--color-text-secondary,#6b7280);word-break:break-word;margin-top:.15rem;font-size:.78rem;font-weight:500}.OrgNotificationsView-module__nHXgRW__sidebarCardBody{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;height:100%;min-height:0;padding:1.5rem 1.5rem 2.5rem;display:flex;overflow-y:auto}.OrgNotificationsView-module__nHXgRW__errorBar{color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.8125rem}.OrgNotificationsView-module__nHXgRW__loadingContainer{color:#64748b;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.75rem;padding:3rem 1.5rem;font-size:.875rem;display:flex}.OrgNotificationsView-module__nHXgRW__spinner{border:2.5px solid #e2e8f0;border-top-color:#0f172a;border-radius:50%;width:24px;height:24px;animation:.8s linear infinite OrgNotificationsView-module__nHXgRW__spin}@keyframes OrgNotificationsView-module__nHXgRW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.OrgNotificationsView-module__nHXgRW__emptyState{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.45rem;padding:3.5rem 1.5rem;display:flex}.OrgNotificationsView-module__nHXgRW__emptyIconBadge{color:#64748b;background:#f1f5f9;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:.4rem;display:flex}.OrgNotificationsView-module__nHXgRW__emptyTitle{color:#0f172a;letter-spacing:-.015em;margin:0;font-size:1.05rem;font-weight:700}.OrgNotificationsView-module__nHXgRW__emptySubtext{color:#64748b;max-width:340px;margin:0;font-size:.84rem;line-height:1.45}.OrgNotificationsView-module__nHXgRW__notificationsList{flex-direction:column;gap:.85rem;width:100%;max-width:860px;margin:0 auto;display:flex}.OrgNotificationsView-module__nHXgRW__notificationCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:.65rem;padding:1.15rem 1.35rem;transition:border-color .15s,box-shadow .15s;display:flex;box-shadow:0 1px 2px #00000005}.OrgNotificationsView-module__nHXgRW__notificationCard:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0f172a0a}.OrgNotificationsView-module__nHXgRW__unreadCard{cursor:pointer;background:#22c55e0f;border-color:#22c55e47}.OrgNotificationsView-module__nHXgRW__unreadCard:hover{background:#22c55e1a;border-color:#22c55e61}[data-theme=dark] .OrgNotificationsView-module__nHXgRW__unreadCard{background:#22c55e14;border-color:#22c55e40}[data-theme=dark] .OrgNotificationsView-module__nHXgRW__unreadCard:hover{background:#22c55e1f;border-color:#22c55e59}.OrgNotificationsView-module__nHXgRW__unreadIconBadge{color:#16a34a!important;background:#22c55e24!important}[data-theme=dark] .OrgNotificationsView-module__nHXgRW__unreadIconBadge{color:#4ade80!important;background:#22c55e33!important}.OrgNotificationsView-module__nHXgRW__notificationHeader{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.OrgNotificationsView-module__nHXgRW__notificationHeaderLeft{align-items:center;gap:.65rem;min-width:0;display:flex}.OrgNotificationsView-module__nHXgRW__notificationIconBadge{color:#0f172a;background:#f1f5f9;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.OrgNotificationsView-module__nHXgRW__notificationTitle{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.9375rem;font-weight:600;overflow:hidden}.OrgNotificationsView-module__nHXgRW__notificationHeaderRight{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.OrgNotificationsView-module__nHXgRW__notificationDate{color:#64748b;align-items:center;gap:.3rem;font-size:.75rem;display:inline-flex}.OrgNotificationsView-module__nHXgRW__deleteBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.35rem;transition:all .15s;display:flex}.OrgNotificationsView-module__nHXgRW__deleteBtn:hover{color:#ef4444;background:#fef2f2}.OrgNotificationsView-module__nHXgRW__notificationBody{color:#334155;margin:0;font-size:.84rem;line-height:1.5}@media (max-width:768px){.OrgNotificationsView-module__nHXgRW__mediaUnifiedHeader{padding:.85rem 1rem}.OrgNotificationsView-module__nHXgRW__sidebarCardBody{padding:1rem}.OrgNotificationsView-module__nHXgRW__sidebarCard{border-bottom:none;border-left:none;border-right:none}}
.StudentAnalyticsScreen-module__un-j6G__screenContainer{color:#09090b;height:100%;min-height:100vh;font-family:var(--font-inter), system-ui, -apple-system, sans-serif;-webkit-overflow-scrolling:touch;background-color:#fff;flex-direction:column;flex:1;display:flex;overflow-y:auto}.StudentAnalyticsScreen-module__un-j6G__mainContent{box-sizing:border-box;flex-direction:column;flex:1;gap:1.75rem;width:100%;max-width:1120px;margin:0 auto;padding:2rem 1.5rem 4rem;display:flex}.StudentAnalyticsScreen-module__un-j6G__mediaUnifiedHeader{background:var(--color-surface-elevated,#fff);border:1px solid var(--color-border-subtle,#e2e8f0);border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex;box-shadow:0 1px 3px #00000005}.StudentAnalyticsScreen-module__un-j6G__mediaHeaderTitleSection{align-items:center;gap:.75rem;display:flex}.StudentAnalyticsScreen-module__un-j6G__mediaHeaderIconBadge{background:var(--color-brand-secondary,#f3f4f6);width:38px;height:38px;color:var(--color-brand-primary,#111827);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.StudentAnalyticsScreen-module__un-j6G__mediaHeaderMeta{flex-direction:column;display:flex}.StudentAnalyticsScreen-module__un-j6G__mediaHeaderHeading{color:var(--color-text-primary,#111827);letter-spacing:-.015em;margin:0;font-size:1.05rem;font-weight:700;line-height:1.2}.StudentAnalyticsScreen-module__un-j6G__mediaHeaderSubtext{color:var(--color-text-secondary,#6b7280);font-size:.78rem;font-weight:500}.StudentAnalyticsScreen-module__un-j6G__timeframeGroup{background-color:var(--color-surface-subtle,#f8fafc);border:1px solid var(--color-border-subtle,#e2e8f0);border-radius:8px;align-items:center;padding:3px;display:flex}.StudentAnalyticsScreen-module__un-j6G__timeframeBtn{color:#71717a;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.35rem .75rem;font-size:.78rem;font-weight:500;transition:all .15s}.StudentAnalyticsScreen-module__un-j6G__timeframeBtnActive{color:#09090b;background-color:#fff;font-weight:600;box-shadow:0 1px 2px #0000000d}.StudentAnalyticsScreen-module__un-j6G__kpiGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.StudentAnalyticsScreen-module__un-j6G__kpiCard{background-color:#fff;border:1px solid #e4e4e7;border-radius:8px;flex-direction:column;gap:.35rem;padding:1.25rem;display:flex}.StudentAnalyticsScreen-module__un-j6G__kpiLabel{color:#71717a;font-size:.75rem;font-weight:500}.StudentAnalyticsScreen-module__un-j6G__kpiValue{letter-spacing:-.025em;color:#09090b;margin:0;font-size:1.625rem;font-weight:700}.StudentAnalyticsScreen-module__un-j6G__kpiSub{color:#a1a1aa;font-size:.72rem}.StudentAnalyticsScreen-module__un-j6G__twoColGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:768px){.StudentAnalyticsScreen-module__un-j6G__twoColGrid{grid-template-columns:1fr}}.StudentAnalyticsScreen-module__un-j6G__panel{background-color:#fff;border:1px solid #e4e4e7;border-radius:8px;flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.StudentAnalyticsScreen-module__un-j6G__panelTitle{color:#09090b;margin:0;font-size:.875rem;font-weight:600}.StudentAnalyticsScreen-module__un-j6G__topicList{flex-wrap:wrap;gap:.4rem;display:flex}.StudentAnalyticsScreen-module__un-j6G__topicItem{color:#18181b;background-color:#f4f4f5;border:1px solid #e4e4e7;border-radius:4px;align-items:center;gap:.35rem;padding:.3rem .6rem;font-size:.75rem;font-weight:500;display:inline-flex}.StudentAnalyticsScreen-module__un-j6G__topicCount{color:#71717a;font-size:.7rem}.StudentAnalyticsScreen-module__un-j6G__drillDownSection{background-color:#fff;border:1px solid #e4e4e7;border-radius:8px;flex-direction:column;gap:1.25rem;padding:1.25rem;display:flex}.StudentAnalyticsScreen-module__un-j6G__drillDownHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.StudentAnalyticsScreen-module__un-j6G__studentSelectContainer{width:100%;min-width:240px;max-width:320px}.StudentAnalyticsScreen-module__un-j6G__studentDetailsWrapper{flex-direction:column;gap:1.25rem;display:flex}.StudentAnalyticsScreen-module__un-j6G__studentInfoBar{background-color:#fafafa;border:1px solid #f4f4f5;border-radius:6px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;display:flex}.StudentAnalyticsScreen-module__un-j6G__studentInfoName{color:#09090b;font-size:.875rem;font-weight:600}.StudentAnalyticsScreen-module__un-j6G__studentInfoEmail{color:#71717a;font-family:SFMono-Regular,Consolas,monospace;font-size:.75rem}.StudentAnalyticsScreen-module__un-j6G__studentTraits{color:#52525b;gap:.5rem;font-size:.72rem;display:flex}.StudentAnalyticsScreen-module__un-j6G__traitItem{background-color:#fff;border:1px solid #e4e4e7;border-radius:4px;padding:.2rem .5rem}.StudentAnalyticsScreen-module__un-j6G__historyTable{border-collapse:collapse;text-align:left;width:100%;font-size:.78rem}.StudentAnalyticsScreen-module__un-j6G__historyTable th{color:#71717a;background-color:#fafafa;border-bottom:1px solid #e4e4e7;padding:.65rem .85rem;font-size:.72rem;font-weight:500}.StudentAnalyticsScreen-module__un-j6G__historyTable td{border-bottom:1px solid #f4f4f5;padding:.65rem .85rem}.StudentAnalyticsScreen-module__un-j6G__historyTable tr:last-child td{border-bottom:none}.StudentAnalyticsScreen-module__un-j6G__emptyMsg{text-align:center;color:#71717a;padding:2.5rem 1rem;font-size:.8125rem}
.RootLandingScreen-module__FZVmha__screenWrapper{background:var(--color-surface-base,#f8fafc);width:100%;height:100vh;max-height:100vh;font-family:var(--font-inter), system-ui, -apple-system, sans-serif;flex-direction:column;display:flex;overflow:hidden}.RootLandingScreen-module__FZVmha__container{background:var(--color-surface-base,#f8fafc);width:100%;color:var(--color-text-primary,#111827);box-sizing:border-box;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:32px 24px;display:flex;position:relative;overflow:hidden}.RootLandingScreen-module__FZVmha__ambientGlowPrimary{pointer-events:none;z-index:0;background:radial-gradient(circle,#6366f10f 0%,#6366f100 70%);width:650px;height:380px;position:absolute;top:-120px;left:50%;transform:translate(-50%)}.RootLandingScreen-module__FZVmha__ambientGlowSecondary{pointer-events:none;z-index:0;background:radial-gradient(circle,#7c3aed0a 0%,#7c3aed00 70%);width:500px;height:300px;position:absolute;bottom:-80px;left:50%;transform:translate(-50%)}.RootLandingScreen-module__FZVmha__onboardingWrapper{z-index:1;text-align:center;flex-direction:column;align-items:center;width:100%;max-width:880px;margin:auto 0;animation:.3s cubic-bezier(.16,1,.3,1) RootLandingScreen-module__FZVmha__contentFadeIn;display:flex;position:relative}@keyframes RootLandingScreen-module__FZVmha__contentFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.RootLandingScreen-module__FZVmha__mainTitle{font-family:var(--font-plus-jakarta), var(--font-inter), system-ui, sans-serif;letter-spacing:-.035em;color:#111827;max-width:680px;margin:0 0 12px;font-size:2.25rem;font-weight:800;line-height:1.2}.RootLandingScreen-module__FZVmha__mainSubtitle{font-family:var(--font-inter), system-ui, sans-serif;color:#4b5563;max-width:600px;margin:0 0 28px;font-size:.975rem;line-height:1.6}.RootLandingScreen-module__FZVmha__ctaGroup{justify-content:center;align-items:center;margin-bottom:36px;display:flex}.RootLandingScreen-module__FZVmha__primaryCreateBtn{color:#fff;height:46px;font-family:var(--font-plus-jakarta), var(--font-inter), system-ui, sans-serif;letter-spacing:-.01em;cursor:pointer;background:#111827;border:1px solid #111827;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:0 28px;font-size:.9375rem;font-weight:700;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 14px #11182726}.RootLandingScreen-module__FZVmha__primaryCreateBtn:hover{background:#1f2937;border-color:#1f2937;transform:translateY(-2px);box-shadow:0 6px 20px #11182738}.RootLandingScreen-module__FZVmha__primaryCreateBtn:active{transform:translateY(0)}.RootLandingScreen-module__FZVmha__btnArrow{transition:transform .2s}.RootLandingScreen-module__FZVmha__primaryCreateBtn:hover .RootLandingScreen-module__FZVmha__btnArrow{transform:translate(3px)}.RootLandingScreen-module__FZVmha__featuresGrid{grid-template-columns:repeat(3,1fr);gap:16px;width:100%;display:grid}.RootLandingScreen-module__FZVmha__featureCard{text-align:left;cursor:pointer;box-sizing:border-box;background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;flex-direction:column;align-items:flex-start;padding:22px 18px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 2px 6px #00000005}.RootLandingScreen-module__FZVmha__featureCard:hover{border-color:#111827;transform:translateY(-2px);box-shadow:0 6px 16px #0000000f}.RootLandingScreen-module__FZVmha__featureIconWrap{color:#111827;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:14px;transition:background .15s,transform .15s,color .15s;display:flex}.RootLandingScreen-module__FZVmha__featureCard:hover .RootLandingScreen-module__FZVmha__featureIconWrap{color:#fff;background:#111827;border-color:#111827}.RootLandingScreen-module__FZVmha__featureTitle{font-family:var(--font-plus-jakarta), var(--font-inter), system-ui, sans-serif;color:#111827;letter-spacing:-.015em;margin:0 0 6px;font-size:.975rem;font-weight:700}.RootLandingScreen-module__FZVmha__featureDescription{font-family:var(--font-inter), system-ui, sans-serif;color:#64748b;margin:0;font-size:.8125rem;line-height:1.55}@media (max-height:680px),(max-width:860px){.RootLandingScreen-module__FZVmha__container{justify-content:flex-start;padding:24px 16px;overflow-y:auto}.RootLandingScreen-module__FZVmha__featuresGrid{grid-template-columns:1fr;gap:12px;max-width:480px}.RootLandingScreen-module__FZVmha__mainTitle{font-size:1.75rem}}
