.CommandPalette-module__64UH3W__overlay{z-index:200;-webkit-backdrop-filter:blur(8px)saturate(140%);overscroll-behavior:contain;touch-action:none;background:#0f111680;justify-content:center;align-items:flex-start;padding:16vh 16px 16px;animation:.14s ease-out CommandPalette-module__64UH3W__paletteFadeIn;display:flex;position:fixed;inset:0}@keyframes CommandPalette-module__64UH3W__paletteFadeIn{0%{opacity:0}to{opacity:1}}.CommandPalette-module__64UH3W__card{border:1px solid var(--border-1);background:#fff;border-radius:18px;flex-direction:column;width:100%;max-width:640px;max-height:70vh;animation:.22s cubic-bezier(.32,.72,0,1) CommandPalette-module__64UH3W__paletteSlideIn;display:flex;overflow:hidden;box-shadow:0 32px 80px #0003,0 12px 32px #0000001a,inset 0 0 0 .5px #fff9,inset 0 1px #ffffffb3}@keyframes CommandPalette-module__64UH3W__paletteSlideIn{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.CommandPalette-module__64UH3W__inputRow{background:linear-gradient(#ffffff80 0%,#0000 100%);border-bottom:.5px solid #3c3c433d;align-items:center;gap:12px;padding:18px 22px;display:flex}.CommandPalette-module__64UH3W__inputIcon{color:var(--fg-3);flex-shrink:0;width:20px;height:20px}.CommandPalette-module__64UH3W__input{color:var(--fg-1);letter-spacing:-.012em;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:0;font-family:inherit;font-size:17px;font-weight:500;line-height:1.25}.CommandPalette-module__64UH3W__input::placeholder{color:var(--fg-4);font-weight:400}.CommandPalette-module__64UH3W__escHint{color:var(--fg-2);letter-spacing:.04em;background:#7878801f;border:none;border-radius:980px;flex-shrink:0;padding:5px 10px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,inherit;font-size:11px;font-weight:600;line-height:1}.CommandPalette-module__64UH3W__list{overscroll-behavior:contain;touch-action:pan-y;flex:auto;min-height:0;padding:6px 0;overflow-y:auto}.CommandPalette-module__64UH3W__section{padding:4px 0}.CommandPalette-module__64UH3W__section+.CommandPalette-module__64UH3W__section{border-top:1px solid var(--border-1);margin-top:4px;padding-top:8px}.CommandPalette-module__64UH3W__sectionLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--fg-4);padding:6px 18px 4px;font-size:10px;font-weight:600;line-height:1.2}.CommandPalette-module__64UH3W__item{width:calc(100% - 12px);color:var(--fg-1);letter-spacing:-.008em;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;margin:0 6px;padding:10px 16px;font-family:inherit;font-size:14px;font-weight:500;transition:background .2s;display:flex}.CommandPalette-module__64UH3W__itemActive{background:#78788029}.CommandPalette-module__64UH3W__itemIcon{width:30px;height:30px;color:var(--fg-2);will-change:background-color, color;background:#7878801f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,color .2s;display:inline-flex}.CommandPalette-module__64UH3W__itemActive .CommandPalette-module__64UH3W__itemIcon{background:var(--fg-1);color:#fff}.CommandPalette-module__64UH3W__itemLabel{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.CommandPalette-module__64UH3W__itemCategory{color:var(--fg-4);flex-shrink:0;font-size:11px;font-weight:500}.CommandPalette-module__64UH3W__itemActive .CommandPalette-module__64UH3W__itemCategory{color:var(--fg-3)}.CommandPalette-module__64UH3W__itemEnter{background:var(--fg-1);color:#fff;opacity:0;pointer-events:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:opacity .16s;display:inline-flex}.CommandPalette-module__64UH3W__itemActive .CommandPalette-module__64UH3W__itemEnter{opacity:1}.CommandPalette-module__64UH3W__empty{text-align:center;padding:32px 16px}.CommandPalette-module__64UH3W__emptyTitle{color:var(--fg-1);margin-bottom:4px;font-size:14px;font-weight:600}.CommandPalette-module__64UH3W__emptySub{color:var(--fg-3);font-size:12px}.CommandPalette-module__64UH3W__footer{border-top:1px solid var(--border-1);background:var(--bg-2);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:8px 16px;display:flex}.CommandPalette-module__64UH3W__footerLeft{color:var(--fg-3);font-size:11px}.CommandPalette-module__64UH3W__footerCurrent strong{color:var(--fg-1);font-weight:600}.CommandPalette-module__64UH3W__footerRight{align-items:center;gap:12px;display:flex}.CommandPalette-module__64UH3W__footerHint{color:var(--fg-3);align-items:center;gap:4px;font-size:11px;display:inline-flex}.CommandPalette-module__64UH3W__footer kbd{background:var(--bg-1);min-width:18px;height:18px;color:var(--fg-2);border:none;border-radius:4px;justify-content:center;align-items:center;padding:0 4px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;font-weight:600;line-height:1;display:inline-flex}@media (max-width:640px){.CommandPalette-module__64UH3W__overlay{align-items:flex-start;padding:8vh 12px 12px}.CommandPalette-module__64UH3W__card{max-width:100%;max-height:80vh}.CommandPalette-module__64UH3W__itemCategory{display:none}.CommandPalette-module__64UH3W__footerRight{gap:8px}}
.SlidePanel-module__1qEmEa__backdrop{z-index:150;-webkit-backdrop-filter:blur(6px)saturate(140%);background:#0f11166b;justify-content:flex-end;animation:.16s ease-out SlidePanel-module__1qEmEa__slideBackdropIn;display:flex;position:fixed;inset:0}@keyframes SlidePanel-module__1qEmEa__slideBackdropIn{0%{opacity:0}to{opacity:1}}.SlidePanel-module__1qEmEa__panel{background:var(--surface-elevated,#fff);border-left:1px solid var(--border-1);flex-direction:column;height:100dvh;animation:.22s cubic-bezier(.2,.8,.2,1) SlidePanel-module__1qEmEa__slidePanelIn;display:flex;position:relative;box-shadow:-16px 0 32px #00000014}@keyframes SlidePanel-module__1qEmEa__slidePanelIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.SlidePanel-module__1qEmEa__header{border-bottom:1px solid var(--border-1);flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 20px;display:flex}.SlidePanel-module__1qEmEa__headerText{flex:1;min-width:0}.SlidePanel-module__1qEmEa__title{letter-spacing:-.01em;color:var(--fg-1);margin:0;font-size:16px;font-weight:700;line-height:1.3}.SlidePanel-module__1qEmEa__subtitle{color:var(--fg-3);margin:4px 0 0;font-size:12px;font-weight:500;line-height:1.4}.SlidePanel-module__1qEmEa__headerActions{flex-shrink:0;align-items:center;gap:6px;display:flex}.SlidePanel-module__1qEmEa__closeButton{width:28px;height:28px;color:var(--fg-3);cursor:pointer;transition:background var(--t-snap,.12s ease-out), color var(--t-snap,.12s ease-out);background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.SlidePanel-module__1qEmEa__closeButton:hover{background:var(--bg-2);color:var(--fg-1)}.SlidePanel-module__1qEmEa__body{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:auto;min-height:0;padding:16px 20px;overflow-y:auto}.SlidePanel-module__1qEmEa__footer{border-top:1px solid var(--border-1);background:var(--bg-2);flex-shrink:0;justify-content:flex-end;align-items:center;gap:8px;padding:12px 20px;display:flex}@media (max-width:640px){.SlidePanel-module__1qEmEa__panel{width:100%!important}}
.NotificationsPanel-module__xOFG9a__viewAllLink{color:var(--fg-3);transition:background var(--t-snap,.12s ease-out), color var(--t-snap,.12s ease-out);border-radius:6px;align-items:center;gap:4px;padding:5px 10px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.NotificationsPanel-module__xOFG9a__viewAllLink:hover{background:var(--bg-2);color:var(--fg-1)}.NotificationsPanel-module__xOFG9a__list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.NotificationsPanel-module__xOFG9a__item{margin:0}.NotificationsPanel-module__xOFG9a__itemLink{color:inherit;transition:background var(--t-snap,.12s ease-out);border-radius:8px;align-items:flex-start;gap:12px;padding:12px 10px;text-decoration:none;display:flex}.NotificationsPanel-module__xOFG9a__itemLink:hover{background:var(--bg-2)}.NotificationsPanel-module__xOFG9a__itemIcon{background:var(--bg-3);width:30px;height:30px;color:var(--fg-2);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.NotificationsPanel-module__xOFG9a__itemIconUnread{background:var(--fg-1);color:#fff}.NotificationsPanel-module__xOFG9a__itemBody{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.NotificationsPanel-module__xOFG9a__itemTitle{color:var(--fg-1);letter-spacing:-.005em;align-items:center;gap:6px;font-size:13.5px;font-weight:600;line-height:1.35;display:flex}.NotificationsPanel-module__xOFG9a__itemUnreadDot{background:#ef4444;border-radius:50%;flex-shrink:0;width:6px;height:6px}.NotificationsPanel-module__xOFG9a__itemDesc{color:var(--fg-3);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:2px;font-size:12.5px;line-height:1.4;display:-webkit-box;overflow:hidden}.NotificationsPanel-module__xOFG9a__itemMeta{color:var(--fg-4);margin-top:4px;font-size:11px;font-weight:500}.NotificationsPanel-module__xOFG9a__empty{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:48px 16px;display:flex}.NotificationsPanel-module__xOFG9a__emptyIcon{background:var(--bg-3);width:48px;height:48px;color:var(--fg-3);border-radius:50%;justify-content:center;align-items:center;margin-bottom:4px;display:inline-flex}.NotificationsPanel-module__xOFG9a__emptyTitle{color:var(--fg-1);font-size:14px;font-weight:600}.NotificationsPanel-module__xOFG9a__emptySub{color:var(--fg-3);font-size:12.5px;line-height:1.5}.NotificationsPanel-module__xOFG9a__muted{text-align:center;color:var(--fg-3);padding:24px;font-size:13px}.NotificationsPanel-module__xOFG9a__error{color:#991b1b;background:#dc262614;border:1px solid #dc26263d;border-radius:8px;padding:10px 12px;font-size:12.5px}
.SidebarGroupSwitcher-module__ZuvgcG__wrap{margin:0 4px;position:relative}.SidebarGroupSwitcher-module__ZuvgcG__compact{margin:0}.SidebarGroupSwitcher-module__ZuvgcG__trigger{cursor:pointer;width:100%;height:34px;transition:background var(--t-snap,.12s ease-out), border-color var(--t-snap,.12s ease-out);background:0 0;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:0 8px 0 10px;text-decoration:none;display:flex}.SidebarGroupSwitcher-module__ZuvgcG__compact .SidebarGroupSwitcher-module__ZuvgcG__trigger{height:30px;padding:0 6px 0 8px}.SidebarGroupSwitcher-module__ZuvgcG__triggerMain{align-items:center;gap:8px;min-width:0;display:flex}.SidebarGroupSwitcher-module__ZuvgcG__colorDot{border-radius:999px;flex-shrink:0;width:9px;height:9px;box-shadow:0 0 0 2px #7f7f7f2e}.SidebarGroupSwitcher-module__ZuvgcG__name{letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.SidebarGroupSwitcher-module__ZuvgcG__chev{opacity:.55;flex-shrink:0}.SidebarGroupSwitcher-module__ZuvgcG__popover{z-index:60;border-radius:12px;flex-direction:column;gap:2px;padding:5px;animation:.12s ease-out SidebarGroupSwitcher-module__ZuvgcG__popIn;display:flex;position:absolute;top:calc(100% + 6px);left:0;right:0}@keyframes SidebarGroupSwitcher-module__ZuvgcG__popIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.SidebarGroupSwitcher-module__ZuvgcG__popoverScroll{overscroll-behavior:contain;flex-direction:column;gap:2px;max-height:264px;display:flex;overflow-y:auto}.SidebarGroupSwitcher-module__ZuvgcG__option{cursor:pointer;text-align:left;width:100%;transition:background var(--t-snap,.12s ease-out);background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;padding:7px 8px;display:flex}.SidebarGroupSwitcher-module__ZuvgcG__optionName{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:13px;font-weight:500;overflow:hidden}.SidebarGroupSwitcher-module__ZuvgcG__checkIcon{flex-shrink:0}.SidebarGroupSwitcher-module__ZuvgcG__manageLink{transition:background var(--t-snap,.12s ease-out);border-radius:8px;align-items:center;gap:6px;padding:7px 8px;font-size:12px;font-weight:600;text-decoration:none;display:flex}.SidebarGroupSwitcher-module__ZuvgcG__dark .SidebarGroupSwitcher-module__ZuvgcG__trigger{color:#fff;background:#ffffff0d;border-color:#ffffff14}.SidebarGroupSwitcher-module__ZuvgcG__dark .SidebarGroupSwitcher-module__ZuvgcG__trigger:hover{background:#ffffff17;border-color:#ffffff24}.SidebarGroupSwitcher-module__ZuvgcG__dark .SidebarGroupSwitcher-module__ZuvgcG__chev{color:#fff9}.SidebarGroupSwitcher-module__ZuvgcG__dark .SidebarGroupSwitcher-module__ZuvgcG__popover{-webkit-backdrop-filter:blur(16px)saturate(160%);background:#18181bd1;border:1px solid #ffffff1a;box-shadow:0 12px 32px -8px #0009}.SidebarGroupSwitcher-module__ZuvgcG__dark .SidebarGroupSwitcher-module__ZuvgcG__option{color:#ffffffd1}.SidebarGroupSwitcher-module__ZuvgcG__dark .SidebarGroupSwitcher-module__ZuvgcG__option:hover{background:#ffffff14}.SidebarGroupSwitcher-module__ZuvgcG__dark .SidebarGroupSwitcher-module__ZuvgcG__optionActive{color:#fff;background:#ffffff0f}.SidebarGroupSwitcher-module__ZuvgcG__dark .SidebarGroupSwitcher-module__ZuvgcG__checkIcon{color:#fff}.SidebarGroupSwitcher-module__ZuvgcG__dark .SidebarGroupSwitcher-module__ZuvgcG__manageLink{color:#fff9;border-top:1px solid #ffffff14;border-radius:0 0 8px 8px;margin-top:2px}.SidebarGroupSwitcher-module__ZuvgcG__dark .SidebarGroupSwitcher-module__ZuvgcG__manageLink:hover{color:#fff;background:#ffffff0f}.SidebarGroupSwitcher-module__ZuvgcG__light .SidebarGroupSwitcher-module__ZuvgcG__trigger{background:var(--bg-2,#f8f9fc);border-color:var(--border-1,#00000014);color:var(--fg-1,#111827)}.SidebarGroupSwitcher-module__ZuvgcG__light .SidebarGroupSwitcher-module__ZuvgcG__trigger:hover{background:var(--bg-3,#f1f5f9);border-color:var(--border-2,#0000001f)}.SidebarGroupSwitcher-module__ZuvgcG__light .SidebarGroupSwitcher-module__ZuvgcG__chev{color:var(--fg-3,#6b7280)}.SidebarGroupSwitcher-module__ZuvgcG__light .SidebarGroupSwitcher-module__ZuvgcG__popover{border:1px solid var(--border-2,#0000001a);-webkit-backdrop-filter:blur(16px)saturate(160%);background:#ffffffdb;box-shadow:0 12px 32px -8px #0000002e}.SidebarGroupSwitcher-module__ZuvgcG__light .SidebarGroupSwitcher-module__ZuvgcG__option{color:var(--fg-2,#374151)}.SidebarGroupSwitcher-module__ZuvgcG__light .SidebarGroupSwitcher-module__ZuvgcG__option:hover{background:var(--bg-2,#f8f9fc)}.SidebarGroupSwitcher-module__ZuvgcG__light .SidebarGroupSwitcher-module__ZuvgcG__optionActive{background:var(--bg-3,#f1f5f9);color:var(--fg-1,#111827)}.SidebarGroupSwitcher-module__ZuvgcG__light .SidebarGroupSwitcher-module__ZuvgcG__checkIcon{color:var(--color-primary,#111827)}.SidebarGroupSwitcher-module__ZuvgcG__light .SidebarGroupSwitcher-module__ZuvgcG__manageLink{color:var(--fg-3,#6b7280);border-top:1px solid var(--border-1,#00000014);border-radius:0 0 8px 8px;margin-top:2px}.SidebarGroupSwitcher-module__ZuvgcG__light .SidebarGroupSwitcher-module__ZuvgcG__manageLink:hover{background:var(--bg-2,#f8f9fc);color:var(--fg-1,#111827)}
.TeacherMainDashboardHeader-module__Q0jZKq__sidebar{background:var(--sidebar-bg,#0e1118);overscroll-behavior:contain;-webkit-overflow-scrolling:touch;z-index:40;color:#ffffffeb;border-radius:0 18px 18px 0;flex-direction:column;gap:16px;width:280px;height:100%;padding:16px 12px;transition:width .35s cubic-bezier(.32,.72,0,1);display:flex;position:fixed;top:0;left:0;overflow:hidden auto;box-shadow:inset 0 .5px #ffffff0f,0 0 0 .5px #ffffff0a,0 4px 16px #0003,0 24px 48px -8px #0000005c}.TeacherMainDashboardHeader-module__Q0jZKq__sidebarCollapsed{width:64px;padding:14px 8px}.TeacherMainDashboardHeader-module__Q0jZKq__sidebarCollapsed .TeacherMainDashboardHeader-module__Q0jZKq__brand,.TeacherMainDashboardHeader-module__Q0jZKq__sidebarCollapsed .TeacherMainDashboardHeader-module__Q0jZKq__brandSub,.TeacherMainDashboardHeader-module__Q0jZKq__sidebarCollapsed .TeacherMainDashboardHeader-module__Q0jZKq__brandTitle,.TeacherMainDashboardHeader-module__Q0jZKq__sidebarCollapsed .TeacherMainDashboardHeader-module__Q0jZKq__searchWrap,.TeacherMainDashboardHeader-module__Q0jZKq__sidebarCollapsed .TeacherMainDashboardHeader-module__Q0jZKq__groupSwitchSlot,.TeacherMainDashboardHeader-module__Q0jZKq__sidebarCollapsed .TeacherMainDashboardHeader-module__Q0jZKq__childMenuWrapper,.TeacherMainDashboardHeader-module__Q0jZKq__sidebarCollapsed .TeacherMainDashboardHeader-module__Q0jZKq__groupToggle,.TeacherMainDashboardHeader-module__Q0jZKq__sidebarCollapsed .TeacherMainDashboardHeader-module__Q0jZKq__footerLabel,.TeacherMainDashboardHeader-module__Q0jZKq__sidebarCollapsed .TeacherMainDashboardHeader-module__Q0jZKq__sectionLabel{display:none!important}.TeacherMainDashboardHeader-module__Q0jZKq__sidebarCollapsed .TeacherMainDashboardHeader-module__Q0jZKq__brandRow{justify-content:center}.TeacherMainDashboardHeader-module__Q0jZKq__sidebarCollapsed .TeacherMainDashboardHeader-module__Q0jZKq__notificationIconButton{margin:0 auto}.TeacherMainDashboardHeader-module__Q0jZKq__sidebarCollapsed .TeacherMainDashboardHeader-module__Q0jZKq__groupLink{justify-content:center;padding:9px 8px}.TeacherMainDashboardHeader-module__Q0jZKq__sidebarCollapsed .TeacherMainDashboardHeader-module__Q0jZKq__groupLink>:not(svg){display:none}.TeacherMainDashboardHeader-module__Q0jZKq__sidebarCollapsed .TeacherMainDashboardHeader-module__Q0jZKq__accountLink,.TeacherMainDashboardHeader-module__Q0jZKq__sidebarCollapsed .TeacherMainDashboardHeader-module__Q0jZKq__logoutButton,.TeacherMainDashboardHeader-module__Q0jZKq__sidebarCollapsed .TeacherMainDashboardHeader-module__Q0jZKq__collapseToggle{justify-content:center;padding:8px}.TeacherMainDashboardHeader-module__Q0jZKq__sidebarCollapsed .TeacherMainDashboardHeader-module__Q0jZKq__accountLinkInner{gap:0}.TeacherMainDashboardHeader-module__Q0jZKq__sidebarCollapsed .TeacherMainDashboardHeader-module__Q0jZKq__accountLink .TeacherMainDashboardHeader-module__Q0jZKq__profileCircle,.TeacherMainDashboardHeader-module__Q0jZKq__sidebarCollapsed .TeacherMainDashboardHeader-module__Q0jZKq__accountLink .TeacherMainDashboardHeader-module__Q0jZKq__iconWrapper,.TeacherMainDashboardHeader-module__Q0jZKq__sidebarCollapsed .TeacherMainDashboardHeader-module__Q0jZKq__logoutButton .TeacherMainDashboardHeader-module__Q0jZKq__iconWrapper,.TeacherMainDashboardHeader-module__Q0jZKq__sidebarCollapsed .TeacherMainDashboardHeader-module__Q0jZKq__collapseToggle .TeacherMainDashboardHeader-module__Q0jZKq__iconWrapper{margin:0 auto}body.sidebar-collapsed [class*=dshContent]{margin-left:96px!important}.TeacherMainDashboardHeader-module__Q0jZKq__sidebar:before,.TeacherMainDashboardHeader-module__Q0jZKq__mobilePanel:before{content:"";background:radial-gradient(130% 90% at 50% -10%, var(--class-accent,transparent) 0%, transparent 62%);opacity:.22;pointer-events:none;z-index:0;height:320px;transition:opacity .32s,background .32s;position:absolute;top:0;left:0;right:0}.TeacherMainDashboardHeader-module__Q0jZKq__sidebar>*,.TeacherMainDashboardHeader-module__Q0jZKq__mobilePanel>*{z-index:1;position:relative}.TeacherMainDashboardHeader-module__Q0jZKq__groupSwitchSlot{z-index:30;position:relative}.TeacherMainDashboardHeader-module__Q0jZKq__sidebar::-webkit-scrollbar{width:4px}.TeacherMainDashboardHeader-module__Q0jZKq__sidebar::-webkit-scrollbar-track{background:0 0}.TeacherMainDashboardHeader-module__Q0jZKq__sidebar::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:2px}.TeacherMainDashboardHeader-module__Q0jZKq__sidebar::-webkit-scrollbar-thumb:hover{background:#ffffff29}.TeacherMainDashboardHeader-module__Q0jZKq__brand{flex-direction:column;gap:6px;padding:10px 8px 8px;text-decoration:none;display:flex}.TeacherMainDashboardHeader-module__Q0jZKq__brandRow{justify-content:space-between;align-items:center;gap:6px;display:flex}.TeacherMainDashboardHeader-module__Q0jZKq__brandRow .TeacherMainDashboardHeader-module__Q0jZKq__brand{flex-direction:column;flex:1;gap:6px;min-width:0;padding:10px 8px 8px;display:flex}.TeacherMainDashboardHeader-module__Q0jZKq__brandTitle{letter-spacing:-.02em;color:#fff;font-size:15px;font-weight:700;line-height:1.2}.TeacherMainDashboardHeader-module__Q0jZKq__brandWordmark{width:auto;height:24px;display:block}.TeacherMainDashboardHeader-module__Q0jZKq__mobileBrandWordmark{width:auto;height:16px;display:block}.TeacherMainDashboardHeader-module__Q0jZKq__brandSub{color:#ffffff6b;letter-spacing:.02em;font-size:13px;font-weight:500;line-height:1.2}.TeacherMainDashboardHeader-module__Q0jZKq__notificationWrap{position:relative}.TeacherMainDashboardHeader-module__Q0jZKq__notificationIconButton{color:#ffffff8c;cursor:pointer;width:32px;height:32px;transition:background var(--t-snap,.12s ease-out), color var(--t-snap,.12s ease-out), border-color var(--t-snap,.12s ease-out);background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;display:inline-flex;position:relative}.TeacherMainDashboardHeader-module__Q0jZKq__notificationIconButton:hover{color:#fff;background:#ffffff0f;border-color:#0000}.TeacherMainDashboardHeader-module__Q0jZKq__notificationIconButton .TeacherMainDashboardHeader-module__Q0jZKq__badge{color:#fff;text-align:center;background:#ef4444;border:1.5px solid #0a0a0b;border-radius:999px;min-width:14px;height:14px;padding:0 4px;font-size:9px;font-weight:700;line-height:14px;position:absolute;top:2px;right:2px}.TeacherMainDashboardHeader-module__Q0jZKq__backRow{align-items:center;margin:0 4px;display:flex}.TeacherMainDashboardHeader-module__Q0jZKq__backLink{color:#fff9;letter-spacing:-.01em;transition:background var(--t-snap,.12s ease-out), color var(--t-snap,.12s ease-out);border-radius:8px;align-items:center;gap:6px;padding:6px 8px;font-size:12.5px;font-weight:600;text-decoration:none;display:inline-flex}.TeacherMainDashboardHeader-module__Q0jZKq__backLink svg{stroke-width:2px;width:15px;height:15px}.TeacherMainDashboardHeader-module__Q0jZKq__backLink:hover{color:#fff;background:#ffffff0f}.TeacherMainDashboardHeader-module__Q0jZKq__levelHeaderAnim{grid-template-rows:1fr;transition:grid-template-rows .32s cubic-bezier(.32,.72,0,1);display:grid}.TeacherMainDashboardHeader-module__Q0jZKq__levelHeaderInner{opacity:1;flex-direction:column;gap:16px;min-height:0;transition:opacity .26s,transform .32s cubic-bezier(.32,.72,0,1);display:flex;transform:translate(0)}.TeacherMainDashboardHeader-module__Q0jZKq__lhPre,.TeacherMainDashboardHeader-module__Q0jZKq__lhExit{grid-template-rows:0fr}.TeacherMainDashboardHeader-module__Q0jZKq__lhPre .TeacherMainDashboardHeader-module__Q0jZKq__levelHeaderInner,.TeacherMainDashboardHeader-module__Q0jZKq__lhExit .TeacherMainDashboardHeader-module__Q0jZKq__levelHeaderInner{opacity:0;overflow:hidden;transform:translate(16px)}.TeacherMainDashboardHeader-module__Q0jZKq__levelHeaderAnim.TeacherMainDashboardHeader-module__Q0jZKq__lhShown{z-index:30;grid-template-rows:1fr}.TeacherMainDashboardHeader-module__Q0jZKq__lhShown .TeacherMainDashboardHeader-module__Q0jZKq__levelHeaderInner{overflow:visible}@keyframes TeacherMainDashboardHeader-module__Q0jZKq__slabMenuSlideForward{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}@keyframes TeacherMainDashboardHeader-module__Q0jZKq__slabMenuSlideBack{0%{opacity:0;transform:translate(-18px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){.TeacherMainDashboardHeader-module__Q0jZKq__levelHeaderAnim,.TeacherMainDashboardHeader-module__Q0jZKq__levelHeaderInner{transition:none}}.TeacherMainDashboardHeader-module__Q0jZKq__searchWrap{margin:0 4px;position:relative}.TeacherMainDashboardHeader-module__Q0jZKq__searchIcon{color:#ffffff59;pointer-events:none;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.TeacherMainDashboardHeader-module__Q0jZKq__searchInput[type=search]{color:#fff;width:100%;height:38px;transition:background var(--t-snap,.12s ease-out), border-color var(--t-snap,.12s ease-out);background:#ffffff0d;border-radius:9px;padding:0 38px 0 34px;font-family:inherit;font-size:14px;border:1px solid #ffffff0f!important;outline:none!important}.TeacherMainDashboardHeader-module__Q0jZKq__searchInput[type=search]::placeholder{color:#ffffff59}.TeacherMainDashboardHeader-module__Q0jZKq__searchInput[type=search]:focus{background:#ffffff14;border-color:#ffffff29!important;outline:none!important;box-shadow:0 0 0 2px #ffffff1f!important}.TeacherMainDashboardHeader-module__Q0jZKq__searchKbd{color:#ffffff8c;pointer-events:none;letter-spacing:.02em;background:#ffffff14;border-radius:5px;align-items:center;gap:2px;padding:2px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;font-weight:600;display:inline-flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.TeacherMainDashboardHeader-module__Q0jZKq__menu{flex-direction:column;gap:2px;padding:0 4px;animation:.36s cubic-bezier(.32,.72,0,1) both TeacherMainDashboardHeader-module__Q0jZKq__slabMenuSlideForward;display:flex;position:relative}.TeacherMainDashboardHeader-module__Q0jZKq__menuThumb{box-sizing:border-box;-webkit-backdrop-filter:blur(14px)saturate(180%);pointer-events:none;z-index:0;opacity:0;background:#ffffff29;border:.5px solid #ffffff38;border-radius:10px;width:0;height:0;transition:transform .38s cubic-bezier(.32,.72,0,1),width .38s cubic-bezier(.32,.72,0,1),height .38s cubic-bezier(.32,.72,0,1);position:absolute;top:0;left:0;transform:translate(0);box-shadow:inset 0 1px #ffffff47,inset 0 0 0 .5px #ffffff14,0 4px 14px #00000038}.TeacherMainDashboardHeader-module__Q0jZKq__menu[data-ready=true] .TeacherMainDashboardHeader-module__Q0jZKq__menuThumb{opacity:1}@media (prefers-reduced-motion:reduce){.TeacherMainDashboardHeader-module__Q0jZKq__menuThumb{transition:opacity .12s ease-out}}.TeacherMainDashboardHeader-module__Q0jZKq__menu[data-dir=back]{animation-name:TeacherMainDashboardHeader-module__Q0jZKq__slabMenuSlideBack}@media (prefers-reduced-motion:reduce){.TeacherMainDashboardHeader-module__Q0jZKq__menu{animation:none}}.TeacherMainDashboardHeader-module__Q0jZKq__sectionLabel{letter-spacing:.1em;text-transform:uppercase;color:#ffffff61;border-top:1px solid #ffffff14;margin-top:8px;padding:16px 8px 6px;font-size:10px;font-weight:600;line-height:1.2}.TeacherMainDashboardHeader-module__Q0jZKq__menu>.TeacherMainDashboardHeader-module__Q0jZKq__sectionLabel:first-child{border-top:none;margin-top:0;padding-top:12px}.TeacherMainDashboardHeader-module__Q0jZKq__menuGroup{z-index:1;border-radius:8px;position:relative}.TeacherMainDashboardHeader-module__Q0jZKq__groupRow{align-items:center;gap:2px;padding-bottom:1px;display:flex;position:relative}.TeacherMainDashboardHeader-module__Q0jZKq__groupLink{white-space:nowrap;color:#ffffffb8;transition:background var(--t-snap,.15s ease-out), color var(--t-snap,.15s ease-out);letter-spacing:-.02em;border:.5px solid #0000;border-radius:8px;flex:1;align-items:center;gap:12px;padding:8px 10px;font-size:14px;font-weight:500;line-height:1.33;text-decoration:none;display:flex;position:relative}.TeacherMainDashboardHeader-module__Q0jZKq__groupLink svg{stroke-width:1.75px;color:#ffffff8c;width:16px;height:16px;transition:color var(--t-snap,.12s ease-out);flex-shrink:0}.TeacherMainDashboardHeader-module__Q0jZKq__groupLink:hover{color:#fff;background:#ffffff0d;border-color:#0000}.TeacherMainDashboardHeader-module__Q0jZKq__groupLink:hover svg{color:#ffffffd9}.TeacherMainDashboardHeader-module__Q0jZKq__groupLinkActive{color:#fff;border-radius:10px;font-weight:600;transition:color .25s ease-out}.TeacherMainDashboardHeader-module__Q0jZKq__groupLink:before{content:"";background:var(--color-primary-on,#fff);pointer-events:none;border-radius:0 2px 2px 0;width:0;height:18px;transition:width .2s cubic-bezier(.2,.8,.2,1);position:absolute;top:50%;left:0;transform:translateY(-50%)}.TeacherMainDashboardHeader-module__Q0jZKq__groupLinkActive:before{width:0}.TeacherMainDashboardHeader-module__Q0jZKq__groupLinkActive svg{color:#fff;transition:color .25s ease-out}.TeacherMainDashboardHeader-module__Q0jZKq__groupLink{transition:background .25s cubic-bezier(.32,.72,0,1),color .25s ease-out}.TeacherMainDashboardHeader-module__Q0jZKq__groupToggle{color:#fff6;width:24px;height:24px;transition:background var(--t-snap,.12s ease-out), color var(--t-snap,.12s ease-out);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:5px;justify-content:center;align-items:center;display:inline-flex}.TeacherMainDashboardHeader-module__Q0jZKq__groupToggle:hover{color:#fffc!important;background:#ffffff0f!important;border-color:#0000!important}.TeacherMainDashboardHeader-module__Q0jZKq__groupToggle.TeacherMainDashboardHeader-module__Q0jZKq__expanded .TeacherMainDashboardHeader-module__Q0jZKq__chevronIcon{transform:rotate(90deg)}.TeacherMainDashboardHeader-module__Q0jZKq__chevronIcon{stroke-width:2px;width:12px;height:12px;transition:transform .24s cubic-bezier(.4,0,.2,1)}.TeacherMainDashboardHeader-module__Q0jZKq__childMenuWrapper{grid-template-rows:0fr;transition:grid-template-rows .24s cubic-bezier(.4,0,.2,1);display:grid}.TeacherMainDashboardHeader-module__Q0jZKq__childMenuWrapper.TeacherMainDashboardHeader-module__Q0jZKq__expanded{grid-template-rows:1fr}.TeacherMainDashboardHeader-module__Q0jZKq__childMenu{opacity:0;border:none;border-left:1px solid #ffffff14;border-radius:0;flex-direction:column;gap:1px;min-height:0;margin-left:18px;padding:0;transition:padding .24s cubic-bezier(.4,0,.2,1),margin .24s cubic-bezier(.4,0,.2,1),opacity .2s ease-in-out;display:flex;overflow:hidden}.TeacherMainDashboardHeader-module__Q0jZKq__childMenuWrapper.TeacherMainDashboardHeader-module__Q0jZKq__expanded .TeacherMainDashboardHeader-module__Q0jZKq__childMenu{opacity:1;margin-top:2px;margin-bottom:2px;padding:4px 0 6px 10px}.TeacherMainDashboardHeader-module__Q0jZKq__childLink{white-space:nowrap;color:#ffffff8c;transition:background var(--t-snap,.12s ease-out), color var(--t-snap,.12s ease-out);border:1px solid #0000;border-radius:6px;padding:6px 8px;font-size:12.5px;font-weight:500;line-height:1.35;text-decoration:none}.TeacherMainDashboardHeader-module__Q0jZKq__childLink:hover{color:#fff;background:#ffffff0d;border-color:#0000}.TeacherMainDashboardHeader-module__Q0jZKq__childLinkActive{color:#fff;background:#ffffff12;font-weight:600}.TeacherMainDashboardHeader-module__Q0jZKq__menuItemLeft{align-items:center;gap:8px;display:inline-flex}.TeacherMainDashboardHeader-module__Q0jZKq__badge{color:#0a0a0b;background:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;line-height:1;display:inline-flex}.TeacherMainDashboardHeader-module__Q0jZKq__footer{border-top:1px solid #ffffff14;flex-direction:column;gap:4px;margin-top:auto;padding:12px 6px 6px;display:flex}.TeacherMainDashboardHeader-module__Q0jZKq__accountLink{color:#ffffffeb;text-align:left;cursor:pointer;background:#ffffff0a;border:.5px solid #ffffff0f;border-radius:12px;width:100%;padding:10px 12px;font-family:inherit;font-size:13px;font-weight:500;text-decoration:none;transition:background .22s cubic-bezier(.32,.72,0,1),border-color .22s cubic-bezier(.32,.72,0,1),transform .22s cubic-bezier(.32,.72,0,1);display:block}.TeacherMainDashboardHeader-module__Q0jZKq__accountLink:hover{color:#fff;background:#ffffff14;border-color:#ffffff1f}.TeacherMainDashboardHeader-module__Q0jZKq__accountLink:active{transform:scale(.98)}.TeacherMainDashboardHeader-module__Q0jZKq__logoutButton{color:#ffffff8c;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;width:100%;padding:8px 12px;font-family:inherit;font-size:13px;font-weight:500;transition:background .18s cubic-bezier(.32,.72,0,1),color .18s cubic-bezier(.32,.72,0,1)}.TeacherMainDashboardHeader-module__Q0jZKq__logoutButton:hover{color:#ffffffeb;background:#ffffff0f}.TeacherMainDashboardHeader-module__Q0jZKq__logoutButton:active{background:#ffffff1a}.TeacherMainDashboardHeader-module__Q0jZKq__accountManageButton{color:#fffffff0;background:#608cff14;border:1px solid #78a0ff38;border-radius:12px;transition:background .2s cubic-bezier(.32,.72,0,1),border-color .2s cubic-bezier(.32,.72,0,1),box-shadow .2s cubic-bezier(.32,.72,0,1),transform .2s cubic-bezier(.32,.72,0,1)}.TeacherMainDashboardHeader-module__Q0jZKq__accountManageButton:hover{color:#fff;background:#608cff29;border-color:#82aaff66;box-shadow:0 4px 16px #466ef038}.TeacherMainDashboardHeader-module__Q0jZKq__accountManageButton:active{background:#608cff38;transform:scale(.98)}.TeacherMainDashboardHeader-module__Q0jZKq__accountManageButton .TeacherMainDashboardHeader-module__Q0jZKq__iconWrapper{color:#a5beffe6}.TeacherMainDashboardHeader-module__Q0jZKq__accountManageButton:hover .TeacherMainDashboardHeader-module__Q0jZKq__iconWrapper{color:#fff}.TeacherMainDashboardHeader-module__Q0jZKq__footerLabel{letter-spacing:-.008em;flex:1}.TeacherMainDashboardHeader-module__Q0jZKq__accountLinkInner{align-items:center;gap:12px;display:flex}.TeacherMainDashboardHeader-module__Q0jZKq__iconWrapper{color:#ffffff8c;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;transition:color .18s cubic-bezier(.32,.72,0,1);display:flex}.TeacherMainDashboardHeader-module__Q0jZKq__logoutButton:hover .TeacherMainDashboardHeader-module__Q0jZKq__iconWrapper{color:#ffffffeb}.TeacherMainDashboardHeader-module__Q0jZKq__profileCircle{color:#fff;letter-spacing:-.012em;background:linear-gradient(135deg,#ffffff38 0%,#ffffff14 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;font-weight:700;display:flex;overflow:hidden;box-shadow:inset 0 0 0 .5px #ffffff2e,0 1px 2px #0003}.TeacherMainDashboardHeader-module__Q0jZKq__accountLink:hover .TeacherMainDashboardHeader-module__Q0jZKq__profileCircle{box-shadow:inset 0 0 0 .5px #ffffff52,0 2px 6px #0000004d}.TeacherMainDashboardHeader-module__Q0jZKq__profileCircle img{object-fit:cover;width:100%;height:100%}.TeacherMainDashboardHeader-module__Q0jZKq__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.TeacherMainDashboardHeader-module__Q0jZKq__mobileBar,.TeacherMainDashboardHeader-module__Q0jZKq__mobilePanel,.TeacherMainDashboardHeader-module__Q0jZKq__mobileBackdrop{display:none}.TeacherMainDashboardHeader-module__Q0jZKq__mobileActions{align-items:center;gap:6px;display:flex}.TeacherMainDashboardHeader-module__Q0jZKq__mobileBrand{color:#fff;-webkit-tap-highlight-color:transparent;font-size:15px;font-weight:700;text-decoration:none}.TeacherMainDashboardHeader-module__Q0jZKq__mobileBrand:active,.TeacherMainDashboardHeader-module__Q0jZKq__mobileBrand:hover,.TeacherMainDashboardHeader-module__Q0jZKq__mobileBrand:focus{color:#fff;background:0 0}.TeacherMainDashboardHeader-module__Q0jZKq__mobileMenuButton,.TeacherMainDashboardHeader-module__Q0jZKq__mobileNotification{color:#ffffffa6;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex;position:relative}.TeacherMainDashboardHeader-module__Q0jZKq__mobileNotification .TeacherMainDashboardHeader-module__Q0jZKq__badge{color:#fff;background:#ef4444;border:1.5px solid #0a0a0b;min-width:14px;height:14px;padding:0 4px;font-size:9px;line-height:14px;position:absolute;top:2px;right:2px}@media (max-width:768px){.TeacherMainDashboardHeader-module__Q0jZKq__sidebar{display:none}.TeacherMainDashboardHeader-module__Q0jZKq__mobileBar{z-index:32;background:#0a0a0b;border:1px solid #ffffff0f;border-radius:0 0 18px 18px;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:8px 12px;display:flex;position:fixed;top:0;left:0;box-shadow:0 1px 2px #0000004d}.TeacherMainDashboardHeader-module__Q0jZKq__mobileBackdrop{-webkit-backdrop-filter:blur(4px);z-index:99;background:#00000080;display:block;position:fixed;inset:0}.TeacherMainDashboardHeader-module__Q0jZKq__mobilePanel{background:var(--sidebar-bg,#0e1118);width:max-content;min-width:260px;max-width:82vw;height:100dvh;padding:14px 12px;padding-top:max(14px, env(safe-area-inset-top));padding-bottom:max(20px, env(safe-area-inset-bottom));z-index:100;overscroll-behavior:contain;border-right:1px solid #ffffff0f;flex-direction:column;gap:12px;display:flex;position:fixed;top:0;left:0;overflow:hidden}.TeacherMainDashboardHeader-module__Q0jZKq__mobilePanel .TeacherMainDashboardHeader-module__Q0jZKq__searchWrap{flex-shrink:0}.TeacherMainDashboardHeader-module__Q0jZKq__mobilePanel .TeacherMainDashboardHeader-module__Q0jZKq__menu{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:auto;min-height:0;margin-right:-2px;padding-right:2px;overflow:hidden auto}.TeacherMainDashboardHeader-module__Q0jZKq__mobilePanel .TeacherMainDashboardHeader-module__Q0jZKq__footer{flex-shrink:0;margin-top:0;padding-bottom:4px}}
.help-module__e6Z45q__page{--cat-accent:#6366f1;min-height:100vh;color:var(--fg-1);background:radial-gradient(900px 480px at 12% -8%, #6366f11a, transparent 60%), radial-gradient(820px 460px at 95% 0%, #ec489912, transparent 58%), radial-gradient(760px 520px at 60% 110%, #0ea5e912, transparent 60%), var(--bg-2);background-attachment:fixed;position:relative}.help-module__e6Z45q__topBar{z-index:40;-webkit-backdrop-filter:blur(14px)saturate(160%);backdrop-filter:blur(14px)saturate(160%);border-bottom:1px solid var(--border-1);background:#ffffffb8;position:sticky;top:0}.help-module__e6Z45q__topBarInner{justify-content:space-between;align-items:center;gap:16px;max-width:1200px;height:56px;margin:0 auto;padding:0 20px;display:flex}.help-module__e6Z45q__brandLink{color:var(--fg-1);align-items:center;gap:8px;text-decoration:none;display:inline-flex}.help-module__e6Z45q__brandDot{background:var(--color-primary);width:24px;height:24px;color:var(--color-primary-on);letter-spacing:-.02em;border-radius:7px;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:inline-flex}.help-module__e6Z45q__brandName{letter-spacing:-.02em;font-size:15px;font-weight:700}.help-module__e6Z45q__brandWordmark{width:auto;height:18px;display:block}.help-module__e6Z45q__brandSub{color:var(--fg-3);border-left:1px solid var(--border-2);margin-left:2px;padding-left:8px;font-size:13px;font-weight:500}.help-module__e6Z45q__topActions{align-items:center;gap:6px;display:flex}.help-module__e6Z45q__topLink{color:var(--fg-2);border-radius:var(--radius-sm);transition:background var(--t-snap), color var(--t-snap);padding:7px 12px;font-size:13px;font-weight:500;text-decoration:none}.help-module__e6Z45q__topLink:hover{background:var(--bg-1);color:var(--fg-1)}.help-module__e6Z45q__topCta{color:var(--color-primary-on);background:var(--color-primary);border-radius:var(--radius-sm);transition:background var(--t-snap), transform var(--t-snap);padding:7px 14px;font-size:13px;font-weight:600;text-decoration:none}.help-module__e6Z45q__topCta:hover{background:var(--color-primary-dark)}.help-module__e6Z45q__shell{align-items:flex-start;gap:8px;max-width:1200px;margin:0 auto;display:flex}.help-module__e6Z45q__main{flex:auto;min-width:0;padding:28px 20px 80px}.help-module__e6Z45q__sidebar{flex:0 0 256px;align-self:flex-start;height:calc(100vh - 56px);padding:20px 8px 40px 16px;position:sticky;top:56px;overflow-y:auto}.help-module__e6Z45q__sidebarHeader{display:none}.help-module__e6Z45q__nav{flex-direction:column;gap:2px;display:flex}.help-module__e6Z45q__navGroup{margin-bottom:4px}.help-module__e6Z45q__navGroupHeader{cursor:pointer;width:100%;color:var(--fg-2);border-radius:var(--radius-sm);text-align:left;transition:background var(--t-snap), color var(--t-snap);background:0 0;border:none;align-items:center;gap:10px;padding:8px 10px;text-decoration:none;display:flex}.help-module__e6Z45q__navGroupHeader:hover{background:var(--bg-1);color:var(--fg-1)}.help-module__e6Z45q__navGroupHeaderActive{background:color-mix(in srgb, var(--cat-accent) 10%, transparent);color:var(--fg-1)}.help-module__e6Z45q__navGroupIcon{width:26px;height:26px;color:var(--fg-3);background:color-mix(in srgb, var(--fg-4) 12%, transparent);transition:background var(--t-snap), color var(--t-snap);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.help-module__e6Z45q__navGroupHeaderActive .help-module__e6Z45q__navGroupIcon,.help-module__e6Z45q__navGroupHeader:hover .help-module__e6Z45q__navGroupIcon{background:var(--cat-accent);color:#fff}.help-module__e6Z45q__navGroupTitle{letter-spacing:-.01em;flex:1;font-size:13.5px;font-weight:600}.help-module__e6Z45q__chevron{color:var(--fg-4);transition:transform var(--duration-fast) var(--ease-out);flex-shrink:0}.help-module__e6Z45q__chevronOpen{transform:rotate(180deg)}.help-module__e6Z45q__navListWrap{transition:grid-template-rows var(--duration-base,.24s) var(--ease-out);grid-template-rows:0fr;display:grid}.help-module__e6Z45q__navListWrapOpen{grid-template-rows:1fr}.help-module__e6Z45q__navListInner{min-height:0;overflow:hidden}.help-module__e6Z45q__navList{flex-direction:column;gap:1px;margin:2px 0 6px;padding:0 0 0 26px;list-style:none;display:flex;position:relative}.help-module__e6Z45q__navThumb{border-radius:var(--radius-xs);background:color-mix(in srgb, var(--cat-accent) 11%, transparent);border-left:2px solid var(--cat-accent);pointer-events:none;opacity:0;z-index:0;transition:transform .26s var(--ease-spring,cubic-bezier(.22, 1, .36, 1)), width .26s var(--ease-out), height .26s var(--ease-out), opacity .16s var(--ease-out);position:absolute;top:0;left:0}.help-module__e6Z45q__navList[data-ready=true] .help-module__e6Z45q__navThumb{opacity:1}.help-module__e6Z45q__navLink{z-index:1;color:var(--fg-3);border-radius:var(--radius-xs);transition:background var(--t-snap), color var(--t-snap);border-left:2px solid #0000;padding:6px 10px;font-size:13px;font-weight:500;line-height:1.4;text-decoration:none;display:block;position:relative}.help-module__e6Z45q__navLink:hover{background:var(--bg-1);color:var(--fg-1)}.help-module__e6Z45q__navLinkActive{color:var(--cat-accent);font-weight:700}.help-module__e6Z45q__navLinkActive:hover{color:var(--cat-accent);background:0 0}.help-module__e6Z45q__floatingToggle,.help-module__e6Z45q__scrim{display:none}.help-module__e6Z45q__hero{border-radius:var(--radius-lg);color:#fff;background:radial-gradient(120% 140% at 0 0,#6366f129,#0000 55%),radial-gradient(120% 160% at 100% 0,#ec489924,#0000 55%),radial-gradient(140% 160% at 70% 120%,#0ea5e924,#0000 55%),linear-gradient(135deg,#15182a 0%,#0d0f1c 100%);margin:4px 0 8px;padding:40px 32px 36px;position:relative;overflow:hidden;box-shadow:0 24px 60px -28px #0d0f1c8c}.help-module__e6Z45q__hero:before{content:"";pointer-events:none;background-image:linear-gradient(90deg,#ffffff0d 1px,#0000 1px),linear-gradient(#ffffff0d 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(90% 90% at 30% 0,#000 20%,#0000 75%);mask-image:radial-gradient(90% 90% at 30% 0,#000 20%,#0000 75%)}.help-module__e6Z45q__heroTitle{letter-spacing:var(--tracking-tight);color:#fff;margin:0 0 12px;font-size:clamp(28px,4vw,40px);font-weight:800;line-height:1.1;position:relative}.help-module__e6Z45q__heroSubtitle{font-size:var(--fs-md);color:#ffffffb8;max-width:560px;margin:0 0 24px;font-weight:400;line-height:1.55;position:relative}.help-module__e6Z45q__sectionLabel{font-size:var(--fs-xs);letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--fg-3);align-items:center;gap:10px;margin:40px 4px 16px;font-weight:700;display:flex}.help-module__e6Z45q__sectionLabel:after{content:"";background:linear-gradient(90deg, var(--border-2), transparent);flex:1;height:1px}.help-module__e6Z45q__cardsGrid{grid-template-columns:repeat(auto-fill,minmax(248px,1fr));gap:12px;display:grid}.help-module__e6Z45q__catCard{background:var(--bg-1);border:1px solid var(--border-1);border-radius:var(--radius-md);color:var(--fg-1);transition:transform var(--duration-fast) var(--ease-out), box-shadow var(--duration-fast) var(--ease-out), border-color var(--duration-fast) var(--ease-out);align-items:flex-start;gap:14px;padding:20px;text-decoration:none;display:flex;position:relative;overflow:hidden}.help-module__e6Z45q__catCard:before{content:"";background:radial-gradient(120% 120% at 0% 0%, var(--cat-accent), transparent 55%);opacity:0;transition:opacity var(--duration-base) var(--ease-out);pointer-events:none;position:absolute;inset:0}.help-module__e6Z45q__catCard:hover{box-shadow:0 18px 40px -22px color-mix(in srgb, var(--cat-accent) 60%, transparent), var(--shadow-pop);border-color:color-mix(in srgb, var(--cat-accent) 45%, var(--border-2));transform:translateY(-3px)}.help-module__e6Z45q__catCard:hover:before{opacity:.06}.help-module__e6Z45q__catCardIcon{border-radius:var(--radius-sm);background:color-mix(in srgb, var(--cat-accent) 14%, transparent);border:1px solid color-mix(in srgb, var(--cat-accent) 30%, transparent);width:44px;height:44px;color:var(--cat-accent);transition:background var(--duration-fast) var(--ease-out), transform var(--duration-fast) var(--ease-out);flex-shrink:0;justify-content:center;align-items:center;display:flex}.help-module__e6Z45q__catCard:hover .help-module__e6Z45q__catCardIcon{background:var(--cat-accent);color:#fff;transform:scale(1.04)}.help-module__e6Z45q__catCardBody{flex:1;min-width:0}.help-module__e6Z45q__catCardArrow{color:var(--cat-accent);opacity:0;transition:opacity var(--duration-fast) var(--ease-out), transform var(--duration-fast) var(--ease-out);font-size:16px;font-weight:700;position:absolute;top:18px;right:18px;transform:translate(-4px)}.help-module__e6Z45q__catCard:hover .help-module__e6Z45q__catCardArrow{opacity:1;transform:translate(0)}.help-module__e6Z45q__catCardTitle{font-size:var(--fs-sm);letter-spacing:-.01em;color:var(--fg-1);margin:1px 0 4px;font-weight:700}.help-module__e6Z45q__catCardDesc{color:var(--fg-3);margin:0;font-size:12.5px;line-height:1.5}.help-module__e6Z45q__catCardCount{border-radius:var(--radius-pill);color:var(--cat-accent);background:color-mix(in srgb, var(--cat-accent) 12%, transparent);margin:9px 0 0;padding:2px 9px;font-size:11px;font-weight:700;display:inline-block}.help-module__e6Z45q__searchTrigger{cursor:pointer;color:var(--fg-3);background:var(--bg-1);border:1px solid var(--border-2);border-radius:var(--radius-md);transition:background var(--t-snap), border-color var(--t-snap), box-shadow var(--t-snap);align-items:center;gap:10px;font-family:inherit;display:inline-flex}.help-module__e6Z45q__searchTrigger:hover{background:var(--bg-2);border-color:var(--border-3);box-shadow:var(--shadow-pop)}.help-module__e6Z45q__searchTriggerIcon{color:var(--fg-3);flex-shrink:0}.help-module__e6Z45q__searchTriggerText{text-align:left;white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.help-module__e6Z45q__searchTriggerKbd{background:var(--bg-3);color:var(--fg-3);border-radius:6px;flex-shrink:0;padding:3px 7px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;font-weight:600;line-height:1}.help-module__e6Z45q__searchTriggerBar{flex:auto;max-width:440px;height:38px;margin:0 auto;padding:0 10px 0 14px;font-size:13.5px;font-weight:500}.help-module__e6Z45q__searchTriggerHero{width:100%;max-width:560px;height:54px;padding:0 14px 0 18px;font-size:15px;font-weight:500}.help-module__e6Z45q__searchTriggerHero .help-module__e6Z45q__searchTriggerKbd{padding:4px 8px;font-size:12px}.help-module__e6Z45q__searchOverlay{z-index:200;-webkit-backdrop-filter:blur(8px)saturate(140%);backdrop-filter:blur(8px)saturate(140%);animation:help-module__e6Z45q__helpSearchFade .14s var(--ease-out);overscroll-behavior:contain;background:#0f111680;justify-content:center;align-items:flex-start;padding:14vh 16px 16px;display:flex;position:fixed;inset:0}@keyframes help-module__e6Z45q__helpSearchFade{0%{opacity:0}to{opacity:1}}.help-module__e6Z45q__searchCard{background:var(--bg-2);border:1px solid var(--border-1);border-radius:var(--radius-lg);width:100%;max-width:640px;max-height:70vh;animation:help-module__e6Z45q__helpSearchSlide .22s var(--ease-spring);flex-direction:column;display:flex;overflow:hidden;box-shadow:0 32px 80px #0003,0 12px 32px #0000001a}@keyframes help-module__e6Z45q__helpSearchSlide{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.help-module__e6Z45q__searchInputRow{border-bottom:1px solid var(--border-1);align-items:center;gap:12px;padding:16px 20px;display:flex}.help-module__e6Z45q__searchModalIcon{color:var(--fg-3);flex-shrink:0}.help-module__e6Z45q__searchModalInput{min-width:0;color:var(--fg-1);letter-spacing:-.01em;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:16px;font-weight:500}.help-module__e6Z45q__searchModalInput::placeholder{color:var(--fg-4);font-weight:400}.help-module__e6Z45q__searchEscHint{border-radius:var(--radius-pill);background:var(--bg-3);color:var(--fg-3);flex-shrink:0;padding:5px 9px;font-size:11px;font-weight:600;line-height:1}.help-module__e6Z45q__searchList{overscroll-behavior:contain;flex:auto;min-height:0;padding:6px 0;overflow-y:auto}.help-module__e6Z45q__searchSection{padding:4px 0}.help-module__e6Z45q__searchSection+.help-module__e6Z45q__searchSection{border-top:1px solid var(--border-1);margin-top:4px;padding-top:8px}.help-module__e6Z45q__searchSectionLabel{letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--fg-4);padding:6px 18px 4px;font-size:10px;font-weight:700}.help-module__e6Z45q__searchItem{border-radius:var(--radius-sm);text-align:left;cursor:pointer;width:calc(100% - 12px);transition:background var(--t-snap);background:0 0;border:none;align-items:center;gap:12px;margin:0 6px;padding:10px 14px;display:flex}.help-module__e6Z45q__searchItemActive{background:var(--bg-1)}.help-module__e6Z45q__searchItemBody{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.help-module__e6Z45q__searchItemTitle{color:var(--fg-1);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.help-module__e6Z45q__searchItemDesc{color:var(--fg-3);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.help-module__e6Z45q__searchItemCat{color:var(--fg-4);flex-shrink:0;font-size:11px;font-weight:500}.help-module__e6Z45q__searchItemEnter{background:var(--color-primary);width:18px;height:18px;color:var(--color-primary-on);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.help-module__e6Z45q__searchModalEmpty{text-align:center;padding:32px 16px}.help-module__e6Z45q__searchEmptyTitle{color:var(--fg-1);margin-bottom:4px;font-size:14px;font-weight:600}.help-module__e6Z45q__searchEmptySub{color:var(--fg-3);font-size:12px}.help-module__e6Z45q__searchFooter{border-top:1px solid var(--border-1);background:var(--bg-1);align-items:center;gap:14px;padding:8px 16px;display:flex}.help-module__e6Z45q__searchFooterHint{color:var(--fg-3);align-items:center;gap:4px;font-size:11px;display:inline-flex}.help-module__e6Z45q__searchFooter kbd{background:var(--bg-3);min-width:18px;height:18px;color:var(--fg-2);border-radius:4px;justify-content:center;align-items:center;padding:0 4px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;font-weight:600;line-height:1;display:inline-flex}.help-module__e6Z45q__doc{max-width:768px}.help-module__e6Z45q__breadcrumb{color:var(--fg-3);flex-wrap:wrap;align-items:center;gap:6px;margin:0 0 16px;font-size:12.5px;display:flex}.help-module__e6Z45q__breadcrumb a{color:var(--fg-3);text-decoration:none}.help-module__e6Z45q__breadcrumb a:hover{color:var(--fg-1);text-underline-offset:2px;text-decoration:underline}.help-module__e6Z45q__breadcrumbCurrent{border-radius:var(--radius-pill);color:var(--cat-accent);background:color-mix(in srgb, var(--cat-accent) 12%, transparent);padding:2px 9px;font-weight:600}.help-module__e6Z45q__breadcrumbSep{color:var(--fg-4)}.help-module__e6Z45q__docHeader{margin-bottom:20px;padding-left:16px;position:relative}.help-module__e6Z45q__docHeader:before{content:"";border-radius:var(--radius-pill);background:linear-gradient(180deg, var(--cat-accent), color-mix(in srgb, var(--cat-accent) 55%, transparent));width:4px;position:absolute;top:4px;bottom:4px;left:0}.help-module__e6Z45q__docTitle{font-size:var(--fs-xl);letter-spacing:var(--tracking-tight);color:var(--fg-1);margin:0 0 8px;font-weight:800;line-height:1.18}.help-module__e6Z45q__docDescription{font-size:var(--fs-sm);color:var(--fg-2);margin:0 0 10px;line-height:1.55}.help-module__e6Z45q__docMeta{color:var(--fg-4);font-size:12px}.help-module__e6Z45q__tocCard{background:radial-gradient(120% 140% at 0% 0%, color-mix(in srgb, var(--cat-accent) 7%, transparent), transparent 60%), var(--bg-1);border:1px solid var(--border-1);border-left:3px solid var(--cat-accent);border-radius:var(--radius-md);margin:0 0 24px;padding:14px 18px}.help-module__e6Z45q__tocLabel{letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--cat-accent);margin:0 0 8px;font-size:11px;font-weight:700}.help-module__e6Z45q__tocList{margin:0;padding:0;list-style:none}.help-module__e6Z45q__tocItem{margin:0}.help-module__e6Z45q__tocLink{color:var(--fg-2);transition:color var(--t-snap);padding:5px 0;font-size:13px;font-weight:500;line-height:1.4;text-decoration:none;display:block}.help-module__e6Z45q__tocLink:hover{color:var(--fg-1);text-underline-offset:3px;text-decoration:underline}.help-module__e6Z45q__tocSub{color:var(--fg-3);padding-left:14px;font-size:12.5px}.help-module__e6Z45q__article{color:var(--fg-2);font-size:15px;line-height:1.75}.help-module__e6Z45q__article h2{letter-spacing:-.02em;color:var(--fg-1);margin:36px 0 14px;padding-left:14px;scroll-margin-top:72px;font-size:20px;font-weight:800;line-height:1.3;position:relative}.help-module__e6Z45q__article h2:before{content:"";border-radius:var(--radius-pill);background:var(--cat-accent);width:4px;height:.78em;position:absolute;top:.18em;left:0}.help-module__e6Z45q__article h3{letter-spacing:-.01em;color:var(--fg-1);margin:24px 0 10px;scroll-margin-top:72px;font-size:16px;font-weight:700}.help-module__e6Z45q__article h2:first-child,.help-module__e6Z45q__article h3:first-child{margin-top:0}.help-module__e6Z45q__article p{margin:0 0 14px}.help-module__e6Z45q__article a{color:var(--cat-accent,var(--apple-blue));font-weight:500;text-decoration:none}.help-module__e6Z45q__article a:hover{text-underline-offset:2px;text-decoration:underline}.help-module__e6Z45q__article strong{color:var(--fg-1);font-weight:600}.help-module__e6Z45q__article ul,.help-module__e6Z45q__article ol{margin:0 0 14px;padding-left:22px}.help-module__e6Z45q__article li{margin-bottom:6px;line-height:1.7}.help-module__e6Z45q__article li::marker{color:var(--fg-4)}.help-module__e6Z45q__article blockquote{border-left:3px solid var(--border-3);color:var(--fg-3);margin:0 0 16px;padding:4px 16px}.help-module__e6Z45q__article code{background:var(--bg-3);color:var(--fg-1);border-radius:6px;padding:2px 6px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace;font-size:.88em}.help-module__e6Z45q__article pre{border-radius:var(--radius-sm);background:#1d1d1f;margin:0 0 16px;padding:14px 16px;line-height:1.55;overflow-x:auto}.help-module__e6Z45q__article pre code{color:#f5f5f7;background:0 0;padding:0;font-size:13px}.help-module__e6Z45q__codeBlock{margin:0 0 16px;position:relative}.help-module__e6Z45q__codeBlock pre{margin:0}.help-module__e6Z45q__codeCopyBtn{color:#f5f5f7;border-radius:var(--radius-xs);cursor:pointer;opacity:.65;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:opacity var(--t-snap), background var(--t-snap);background:#ffffff1f;border:1px solid #ffffff2e;align-items:center;gap:5px;padding:5px 10px;font-family:inherit;font-size:12px;font-weight:600;display:inline-flex;position:absolute;top:8px;right:8px}.help-module__e6Z45q__codeBlock:hover .help-module__e6Z45q__codeCopyBtn,.help-module__e6Z45q__codeCopyBtn:focus-visible{opacity:1}.help-module__e6Z45q__codeCopyBtn:hover{background:#ffffff38}.help-module__e6Z45q__article hr{border:none;border-top:1px solid var(--border-1);margin:28px 0}.help-module__e6Z45q__article img{border-radius:var(--radius-sm);border:1px solid var(--border-1);max-width:100%;height:auto;margin:4px 0 16px}.help-module__e6Z45q__tableWrap{border:1px solid var(--border-1);border-radius:var(--radius-sm);margin:0 0 16px;overflow-x:auto}.help-module__e6Z45q__table{border-collapse:collapse;width:100%;font-size:13.5px}.help-module__e6Z45q__table th,.help-module__e6Z45q__table td{text-align:left;vertical-align:top;border-bottom:1px solid var(--border-1);color:var(--fg-2);padding:10px 14px;line-height:1.55}.help-module__e6Z45q__table th{background:var(--bg-1);color:var(--fg-1);white-space:nowrap;font-size:12.5px;font-weight:700}.help-module__e6Z45q__table tr:last-child td{border-bottom:none}.help-module__e6Z45q__table strong{color:var(--fg-1)}.help-module__e6Z45q__callout{border-radius:var(--radius-sm);border-left:3px solid var(--border-3);background:var(--bg-1);color:var(--fg-1);margin:0 0 16px;padding:14px 16px;font-size:14px;line-height:1.65}.help-module__e6Z45q__callout :last-child{margin-bottom:0}.help-module__e6Z45q__calloutTitle{color:var(--fg-1);align-items:center;gap:7px;margin:0 0 6px;font-size:13px;font-weight:700;display:flex}.help-module__e6Z45q__calloutInfo{background:#eff6ff;border-left-color:#3b82f6}.help-module__e6Z45q__calloutTip{background:#ecfdf5;border-left-color:#10b981}.help-module__e6Z45q__calloutWarning{background:var(--color-warning-bg,#fffbeb);border-left-color:var(--color-warning,#f59e0b)}.help-module__e6Z45q__calloutDanger{background:#fef2f2;border-left-color:#ef4444}.help-module__e6Z45q__steps{margin:0 0 16px;padding-left:0}.help-module__e6Z45q__steps ol{counter-reset:step;margin:0;padding-left:0;list-style:none}.help-module__e6Z45q__steps ol li{counter-increment:step;margin-bottom:14px;padding-left:40px;position:relative}.help-module__e6Z45q__steps ol li:before{content:counter(step);background:linear-gradient(140deg, var(--cat-accent), color-mix(in srgb, var(--cat-accent) 65%, #000));color:#fff;width:26px;height:26px;box-shadow:0 4px 10px -4px color-mix(in srgb, var(--cat-accent) 70%, transparent);border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex;position:absolute;top:-1px;left:0}.help-module__e6Z45q__steps ol li::marker{content:none}.help-module__e6Z45q__feedback{background:var(--bg-1);border:1px solid var(--border-1);border-radius:var(--radius-md);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:40px 0 0;padding:18px 20px;display:flex}.help-module__e6Z45q__feedbackText{color:var(--fg-1);font-size:13.5px;font-weight:600}.help-module__e6Z45q__feedbackBtns{gap:8px;display:flex}.help-module__e6Z45q__feedbackBtn{color:var(--fg-1);background:var(--bg-2);border:1px solid var(--border-2);border-radius:var(--radius-sm);cursor:pointer;transition:background var(--t-snap), border-color var(--t-snap), transform var(--t-snap);align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;display:inline-flex}.help-module__e6Z45q__feedbackBtn:hover{background:var(--bg-1);border-color:var(--border-3)}.help-module__e6Z45q__feedbackBtn:active{transform:scale(.97)}.help-module__e6Z45q__prevNext{grid-template-columns:1fr 1fr;gap:12px;margin-top:28px;display:grid}.help-module__e6Z45q__prevNextLink{background:var(--bg-1);border:1px solid var(--border-1);border-radius:var(--radius-md);transition:transform var(--duration-fast) var(--ease-out), box-shadow var(--duration-fast) var(--ease-out), border-color var(--duration-fast) var(--ease-out);flex-direction:column;gap:4px;padding:14px 16px;text-decoration:none;display:flex}.help-module__e6Z45q__prevNextLink:hover{box-shadow:0 14px 32px -20px color-mix(in srgb, var(--cat-accent) 65%, transparent);border-color:color-mix(in srgb, var(--cat-accent) 45%, var(--border-2));transform:translateY(-2px)}.help-module__e6Z45q__prevNextNext{text-align:right;grid-column:2}.help-module__e6Z45q__prevNextDir{color:var(--cat-accent);letter-spacing:.02em;font-size:11.5px;font-weight:700}.help-module__e6Z45q__prevNextTitle{color:var(--fg-1);font-size:14px;font-weight:600}.help-module__e6Z45q__catHeader{border-radius:var(--radius-lg);background:radial-gradient(140% 160% at 0% 0%, color-mix(in srgb, var(--cat-accent) 16%, transparent), transparent 60%), var(--bg-1);border:1px solid color-mix(in srgb, var(--cat-accent) 26%, var(--border-1));align-items:center;gap:16px;margin:0 0 24px;padding:22px 24px;display:flex}.help-module__e6Z45q__catHeaderIcon{border-radius:var(--radius-md);color:#fff;background:linear-gradient(140deg, var(--cat-accent), color-mix(in srgb, var(--cat-accent) 70%, #000));width:56px;height:56px;box-shadow:0 10px 24px -10px color-mix(in srgb, var(--cat-accent) 75%, transparent);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.help-module__e6Z45q__catHeaderTitle{font-size:var(--fs-xl);letter-spacing:var(--tracking-tight);color:var(--fg-1);margin:0 0 4px;font-weight:800;line-height:1.15}.help-module__e6Z45q__catHeaderDesc{font-size:var(--fs-sm);color:var(--fg-2);margin:0;line-height:1.5}.help-module__e6Z45q__catHeaderCount{color:var(--cat-accent);letter-spacing:.02em;margin:8px 0 0;font-size:11.5px;font-weight:700}.help-module__e6Z45q__catIndexList{flex-direction:column;gap:10px;margin:8px 0 0;padding:0;list-style:none;display:flex}.help-module__e6Z45q__catIndexItem{margin:0}.help-module__e6Z45q__catIndexLink{background:var(--bg-1);border:1px solid var(--border-1);border-left:3px solid color-mix(in srgb, var(--cat-accent) 40%, var(--border-2));border-radius:var(--radius-md);transition:transform var(--duration-fast) var(--ease-out), box-shadow var(--duration-fast) var(--ease-out), border-color var(--duration-fast) var(--ease-out), background var(--duration-fast) var(--ease-out);align-items:center;gap:16px;padding:16px 18px;text-decoration:none;display:flex;position:relative}.help-module__e6Z45q__catIndexLink:hover{box-shadow:0 14px 32px -20px color-mix(in srgb, var(--cat-accent) 70%, transparent);border-color:var(--border-1);border-left-color:var(--cat-accent);background:color-mix(in srgb, var(--cat-accent) 5%, var(--bg-1));transform:translate(3px)}.help-module__e6Z45q__catIndexNum{font-variant-numeric:tabular-nums;color:color-mix(in srgb, var(--cat-accent) 80%, var(--fg-4));flex-shrink:0;min-width:22px;font-size:13px;font-weight:800}.help-module__e6Z45q__catIndexBody{flex:1;min-width:0}.help-module__e6Z45q__catIndexTitle{color:var(--fg-1);margin:0 0 3px;font-size:14.5px;font-weight:700;display:block}.help-module__e6Z45q__catIndexDesc{color:var(--fg-3);margin:0;font-size:13px;line-height:1.5;display:block}.help-module__e6Z45q__catIndexArrow{color:var(--fg-4);transition:color var(--duration-fast) var(--ease-out), transform var(--duration-fast) var(--ease-out);flex-shrink:0}.help-module__e6Z45q__catIndexLink:hover .help-module__e6Z45q__catIndexArrow{color:var(--cat-accent);transform:translate(3px)}.help-module__e6Z45q__helpFooter{border-top:1px solid var(--border-1);color:var(--fg-4);flex-wrap:wrap;align-items:center;gap:8px 16px;margin-top:56px;padding-top:20px;font-size:12.5px;display:flex}.help-module__e6Z45q__helpFooter a{color:var(--fg-3);font-weight:500;text-decoration:none}.help-module__e6Z45q__helpFooter a:hover{color:var(--fg-1)}@media (max-width:768px){.help-module__e6Z45q__sidebar{z-index:60;background:var(--bg-2);border-right:1px solid var(--border-1);width:300px;max-width:86vw;height:100vh;transition:transform var(--duration-base) var(--ease-emphasized);padding:16px 14px 40px;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:0 0 #0000}.help-module__e6Z45q__sidebarOpen{transform:translate(0);box-shadow:0 16px 48px #0000002e}.help-module__e6Z45q__sidebarHeader{border-bottom:1px solid var(--border-1);color:var(--fg-1);justify-content:space-between;align-items:center;margin-bottom:12px;padding:0 6px 12px;font-size:13px;font-weight:700;display:flex}.help-module__e6Z45q__closeBtn{width:32px;height:32px;color:var(--fg-2);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.help-module__e6Z45q__closeBtn:hover{background:var(--bg-1);color:var(--fg-1)}.help-module__e6Z45q__scrim{z-index:50;background:#1f1d1a6b;display:block;position:fixed;inset:0}.help-module__e6Z45q__floatingToggle{left:16px;bottom:calc(16px + env(safe-area-inset-bottom,0px));z-index:45;color:var(--fg-1);-webkit-backdrop-filter:blur(12px)saturate(160%);backdrop-filter:blur(12px)saturate(160%);border:1px solid var(--border-2);border-radius:var(--radius-pill);box-shadow:var(--shadow-pop);cursor:pointer;background:#ffffffd1;align-items:center;gap:7px;padding:10px 16px;font-size:13px;font-weight:600;display:inline-flex;position:fixed}.help-module__e6Z45q__main{padding:22px 16px 96px}.help-module__e6Z45q__heroTitle{font-size:var(--fs-xl)}.help-module__e6Z45q__prevNext{grid-template-columns:1fr}.help-module__e6Z45q__prevNextNext{text-align:left;grid-column:1}}@media (prefers-reduced-motion:reduce){.help-module__e6Z45q__sidebar{transition:none}}@media (max-width:640px){.help-module__e6Z45q__topBarInner{gap:8px;padding:0 14px}.help-module__e6Z45q__brandSub{display:none}.help-module__e6Z45q__searchTriggerBar{flex:auto;max-width:none;height:36px;padding:0 12px}.help-module__e6Z45q__searchTriggerBar .help-module__e6Z45q__searchTriggerText{font-size:13px}.help-module__e6Z45q__searchTriggerBar .help-module__e6Z45q__searchTriggerKbd,.help-module__e6Z45q__searchItemCat{display:none}.help-module__e6Z45q__searchOverlay{padding:8vh 12px 12px}}
.AssistantLocationConsentGate-module__UsCzqa__overlay{z-index:1000;padding:var(--s-4,16px);-webkit-backdrop-filter:blur(8px)saturate(140%);background:#0f111673;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.AssistantLocationConsentGate-module__UsCzqa__card{background:var(--bg-1,#fff);border:1px solid var(--border-1,#0000000f);border-radius:var(--radius-lg,16px);width:100%;max-width:460px;padding:var(--s-7,28px);gap:var(--s-3,12px);flex-direction:column;display:flex;box-shadow:0 20px 60px #0003}.AssistantLocationConsentGate-module__UsCzqa__iconWrap{background:var(--bg-3,#f1f5f9);width:48px;height:48px;color:var(--color-primary,#111827);margin-bottom:var(--s-1,4px);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.AssistantLocationConsentGate-module__UsCzqa__title{font-size:var(--fs-xl,20px);letter-spacing:var(--tracking-tight,-.02em);color:var(--fg-1,#111827);margin:0;font-weight:700}.AssistantLocationConsentGate-module__UsCzqa__lead{font-size:var(--fs-sm,14px);color:var(--fg-2,#374151);margin:0;line-height:1.55}.AssistantLocationConsentGate-module__UsCzqa__bullets{margin:var(--s-2,8px) 0 var(--s-3,12px);padding:var(--s-3,12px) var(--s-4,16px);background:var(--bg-2,#f8f9fc);border:1px solid var(--border-1,#0000000f);border-radius:var(--radius-md,12px);gap:var(--s-2,8px);color:var(--fg-2,#374151);flex-direction:column;font-size:12.5px;line-height:1.55;list-style:none;display:flex}.AssistantLocationConsentGate-module__UsCzqa__bullets li{gap:var(--s-2,8px);align-items:flex-start;display:flex}.AssistantLocationConsentGate-module__UsCzqa__bulletDot{background:var(--color-primary,#111827);border-radius:50%;flex:0 0 6px;width:6px;height:6px;margin-top:7px}.AssistantLocationConsentGate-module__UsCzqa__bullets strong{color:var(--fg-1,#111827)}.AssistantLocationConsentGate-module__UsCzqa__error{padding:var(--s-2,8px) var(--s-3,12px);color:#991b1b;font-size:var(--fs-sm,13px);border-radius:var(--radius-sm,8px);-webkit-backdrop-filter:blur(10px)saturate(160%);background:#dc262614;border:1px solid #dc26263d}.AssistantLocationConsentGate-module__UsCzqa__actions{gap:var(--s-2,8px);margin-top:var(--s-2,8px);display:flex}.AssistantLocationConsentGate-module__UsCzqa__btnPrimary,.AssistantLocationConsentGate-module__UsCzqa__btnSecondary{padding:var(--s-3,12px) var(--s-4,16px);border-radius:var(--radius-md,12px);font-family:inherit;font-size:var(--fs-sm,14px);cursor:pointer;transition:background var(--duration-fast,.12s) var(--ease-out,ease-out), border-color var(--duration-fast,.12s) var(--ease-out,ease-out);border:1px solid #0000;flex:1;font-weight:600}.AssistantLocationConsentGate-module__UsCzqa__btnPrimary{background:var(--color-primary,#111827);color:#fff}.AssistantLocationConsentGate-module__UsCzqa__btnPrimary:hover:not(:disabled){background:var(--color-primary-dark,#000)}.AssistantLocationConsentGate-module__UsCzqa__btnSecondary{background:var(--bg-1,#fff);color:var(--fg-1,#111827);border-color:var(--border-2,#0000001a)}.AssistantLocationConsentGate-module__UsCzqa__btnSecondary:hover:not(:disabled){background:var(--bg-2,#f8f9fc);border-color:var(--border-3,#0000002e)}.AssistantLocationConsentGate-module__UsCzqa__btnPrimary:disabled,.AssistantLocationConsentGate-module__UsCzqa__btnSecondary:disabled{opacity:.6;cursor:not-allowed}
.HelpLauncher-module__OZ3ZQW__fab{z-index:90;border:1px solid var(--border-2);border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(14px)saturate(170%);backdrop-filter:blur(14px)saturate(170%);height:46px;color:var(--fg-1);cursor:pointer;transition:transform var(--t-snap), box-shadow var(--t-snap), background var(--t-snap);background:#ffffffd1;align-items:center;gap:8px;padding:0 18px 0 15px;font-family:inherit;font-size:14px;font-weight:600;display:inline-flex;position:fixed;bottom:16px;right:70px;box-shadow:0 6px 20px #0000001f}.HelpLauncher-module__OZ3ZQW__fab:hover{background:#ffffffeb;transform:translateY(-2px);box-shadow:0 10px 28px #00000029}.HelpLauncher-module__OZ3ZQW__fab:active{transform:translateY(0)scale(.98)}.HelpLauncher-module__OZ3ZQW__fabLabel{letter-spacing:-.01em}.HelpLauncher-module__OZ3ZQW__backdrop{z-index:110;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:HelpLauncher-module__OZ3ZQW__helpFade .16s var(--ease-out);background:#0f111652;position:fixed;inset:0}@keyframes HelpLauncher-module__OZ3ZQW__helpFade{0%{opacity:0}to{opacity:1}}.HelpLauncher-module__OZ3ZQW__drawer{z-index:120;background:var(--bg-2);border-left:1px solid var(--border-1);width:440px;max-width:100vw;transition:transform var(--duration-base) var(--ease-emphasized);will-change:transform;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-16px 0 48px #00000029}.HelpLauncher-module__OZ3ZQW__drawerOpen{transform:translate(0)}@media (prefers-reduced-motion:reduce){.HelpLauncher-module__OZ3ZQW__drawer{transition:none}}.HelpLauncher-module__OZ3ZQW__header{border-bottom:1px solid var(--border-1);-webkit-backdrop-filter:blur(12px)saturate(160%);backdrop-filter:blur(12px)saturate(160%);background:#ffffffb8;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;height:54px;padding:0 12px 0 16px;display:flex}.HelpLauncher-module__OZ3ZQW__headerTitle{letter-spacing:-.01em;color:var(--fg-1);align-items:center;gap:7px;font-size:15px;font-weight:700;display:inline-flex}.HelpLauncher-module__OZ3ZQW__backBtn{color:var(--fg-2);border-radius:var(--radius-sm);cursor:pointer;transition:background var(--t-snap), color var(--t-snap);background:0 0;border:none;align-items:center;gap:3px;padding:6px 10px 6px 6px;font-family:inherit;font-size:13.5px;font-weight:600;display:inline-flex}.HelpLauncher-module__OZ3ZQW__backBtn:hover{background:var(--bg-1);color:var(--fg-1)}.HelpLauncher-module__OZ3ZQW__headerActions{align-items:center;gap:2px;display:inline-flex}.HelpLauncher-module__OZ3ZQW__iconBtn{width:34px;height:34px;color:var(--fg-2);border-radius:var(--radius-sm);cursor:pointer;transition:background var(--t-snap), color var(--t-snap);background:0 0;border:none;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.HelpLauncher-module__OZ3ZQW__iconBtn:hover{background:var(--bg-1);color:var(--fg-1)}.HelpLauncher-module__OZ3ZQW__body{overscroll-behavior:contain;flex:auto;min-height:0;overflow-y:auto}.HelpLauncher-module__OZ3ZQW__home{padding:14px 16px 32px}.HelpLauncher-module__OZ3ZQW__searchWrap{align-items:center;margin-bottom:14px;display:flex;position:relative}.HelpLauncher-module__OZ3ZQW__searchIcon{color:var(--fg-4);pointer-events:none;position:absolute;left:12px}.HelpLauncher-module__OZ3ZQW__searchInput{width:100%;height:40px;color:var(--fg-1);background:var(--bg-1);border:1px solid var(--border-2);border-radius:var(--radius-sm);transition:border-color var(--t-snap), background var(--t-snap);outline:none;padding:0 12px 0 36px;font-family:inherit;font-size:14px}.HelpLauncher-module__OZ3ZQW__searchInput::placeholder{color:var(--fg-4)}.HelpLauncher-module__OZ3ZQW__searchInput:focus{background:var(--bg-2);border-color:var(--border-3)}.HelpLauncher-module__OZ3ZQW__catList{flex-direction:column;gap:18px;display:flex}.HelpLauncher-module__OZ3ZQW__catItem{display:block}.HelpLauncher-module__OZ3ZQW__catHeader{align-items:center;gap:8px;margin-bottom:6px;padding:0 2px;display:flex}.HelpLauncher-module__OZ3ZQW__catIcon{border-radius:var(--radius-xs);background:var(--bg-1);border:1px solid var(--border-1);width:26px;height:26px;color:var(--fg-1);justify-content:center;align-items:center;display:inline-flex}.HelpLauncher-module__OZ3ZQW__catTitle{letter-spacing:.01em;color:var(--fg-1);font-size:13px;font-weight:700}.HelpLauncher-module__OZ3ZQW__docList{flex-direction:column;gap:1px;margin:0;padding:0 0 0 4px;list-style:none;display:flex}.HelpLauncher-module__OZ3ZQW__docBtn{text-align:left;width:100%;color:var(--fg-2);border-radius:var(--radius-xs);cursor:pointer;transition:background var(--t-snap), color var(--t-snap);background:0 0;border:none;padding:8px 10px;font-family:inherit;font-size:13.5px;font-weight:500;line-height:1.4}.HelpLauncher-module__OZ3ZQW__docBtn:hover{background:var(--bg-1);color:var(--fg-1)}.HelpLauncher-module__OZ3ZQW__resultList{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.HelpLauncher-module__OZ3ZQW__resultBtn{text-align:left;border-radius:var(--radius-sm);cursor:pointer;width:100%;transition:background var(--t-snap);background:0 0;border:none;flex-direction:column;gap:2px;padding:9px 11px;display:flex}.HelpLauncher-module__OZ3ZQW__resultBtn:hover{background:var(--bg-1)}.HelpLauncher-module__OZ3ZQW__resultTitle{color:var(--fg-1);font-size:13.5px;font-weight:600}.HelpLauncher-module__OZ3ZQW__resultMeta{color:var(--fg-3);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.HelpLauncher-module__OZ3ZQW__empty{color:var(--fg-3);text-align:center;padding:18px 8px;font-size:13px;line-height:1.6}.HelpLauncher-module__OZ3ZQW__linkBtn{border:1px solid var(--border-2);background:var(--bg-1);color:var(--fg-1);border-radius:var(--radius-sm);cursor:pointer;margin-top:8px;padding:7px 14px;font-family:inherit;font-size:13px;font-weight:600}.HelpLauncher-module__OZ3ZQW__linkBtn:hover{border-color:var(--border-3)}.HelpLauncher-module__OZ3ZQW__doc{padding:18px 18px 36px}.HelpLauncher-module__OZ3ZQW__breadcrumb{color:var(--fg-3);margin:0 0 6px;font-size:12px;font-weight:600}.HelpLauncher-module__OZ3ZQW__docTitle{letter-spacing:-.02em;color:var(--fg-1);margin:0 0 6px;font-size:21px;font-weight:800;line-height:1.25}.HelpLauncher-module__OZ3ZQW__docMeta{color:var(--fg-4);margin:0 0 16px;font-size:12px}.HelpLauncher-module__OZ3ZQW__prevNext{grid-template-columns:1fr 1fr;gap:8px;margin-top:24px;display:grid}.HelpLauncher-module__OZ3ZQW__navBtn{border:1px solid var(--border-1);background:var(--bg-1);border-radius:var(--radius-sm);cursor:pointer;text-align:left;transition:border-color var(--t-snap), background var(--t-snap);flex-direction:column;gap:3px;padding:10px 12px;font-family:inherit;display:flex}.HelpLauncher-module__OZ3ZQW__navBtn:hover{border-color:var(--border-2);background:var(--bg-2)}.HelpLauncher-module__OZ3ZQW__navBtnNext{text-align:right;align-items:flex-end}.HelpLauncher-module__OZ3ZQW__navDir{color:var(--fg-4);align-items:center;gap:3px;font-size:11px;font-weight:600;display:inline-flex}.HelpLauncher-module__OZ3ZQW__navTitle{color:var(--fg-1);font-size:13px;font-weight:600;line-height:1.3}@media (max-width:560px){.HelpLauncher-module__OZ3ZQW__drawer{border-left:none;width:100vw}.HelpLauncher-module__OZ3ZQW__fab{right:16px;bottom:calc(78px + env(safe-area-inset-bottom,0px));height:44px;padding:0 16px 0 14px}}
.SupportChatLauncher-module__Euv9JW__fab{z-index:90;border:1px solid var(--border-2);border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(14px)saturate(170%);backdrop-filter:blur(14px)saturate(170%);width:46px;height:46px;color:var(--fg-1);cursor:pointer;transition:transform var(--t-snap), box-shadow var(--t-snap), background var(--t-snap);background:#ffffffd1;justify-content:center;align-items:center;padding:0;display:inline-flex;position:fixed;bottom:16px;right:16px;box-shadow:0 6px 20px #0000001f}.SupportChatLauncher-module__Euv9JW__fab:hover{background:#ffffffeb;transform:translateY(-2px);box-shadow:0 10px 28px #00000029}.SupportChatLauncher-module__Euv9JW__fab:active{transform:translateY(0)scale(.98)}.SupportChatLauncher-module__Euv9JW__badge{border-radius:var(--radius-pill);color:#fff;min-width:18px;height:18px;box-shadow:0 0 0 2px var(--bg-2);background:#ef4444;justify-content:center;align-items:center;padding:0 5px;font-size:11px;font-weight:700;line-height:1;display:inline-flex;position:absolute;top:-4px;right:-4px}.SupportChatLauncher-module__Euv9JW__panel{z-index:120;background:var(--bg-1);border:1px solid var(--border-1);border-radius:var(--radius-lg);width:380px;max-width:calc(100vw - 32px);height:560px;max-height:calc(100vh - 44px);animation:SupportChatLauncher-module__Euv9JW__supPop .2s var(--ease-out);transform-origin:100% 100%;flex-direction:column;display:flex;position:fixed;bottom:22px;right:20px;overflow:hidden;box-shadow:0 18px 56px #00000038}@keyframes SupportChatLauncher-module__Euv9JW__supPop{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.SupportChatLauncher-module__Euv9JW__panel{animation:none}}.SupportChatLauncher-module__Euv9JW__header{color:#fff;background:linear-gradient(135deg,#4f46e5 0%,#6d5ef0 50%,#7c3aed 100%);flex-shrink:0;justify-content:space-between;align-items:center;height:60px;padding:0 10px 0 18px;display:flex}.SupportChatLauncher-module__Euv9JW__headerTitle{letter-spacing:-.01em;color:#fff;align-items:center;gap:8px;font-size:15px;font-weight:700;display:inline-flex}.SupportChatLauncher-module__Euv9JW__iconBtn{border-radius:var(--radius-sm);color:#ffffffe6;cursor:pointer;width:34px;height:34px;transition:background var(--t-snap);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.SupportChatLauncher-module__Euv9JW__iconBtn:hover{background:#ffffff2e}.SupportChatLauncher-module__Euv9JW__body{background:#eef0f5;flex-direction:column;flex:1;gap:14px;min-height:0;padding:18px 16px;display:flex;overflow-y:auto}.SupportChatLauncher-module__Euv9JW__notice{text-align:center;color:#8a90a0;max-width:260px;margin:auto;font-size:13px;line-height:1.6}.SupportChatLauncher-module__Euv9JW__bubbleRow{flex-direction:column;gap:4px;display:flex}.SupportChatLauncher-module__Euv9JW__bubbleRow.SupportChatLauncher-module__Euv9JW__mine{align-items:flex-end}.SupportChatLauncher-module__Euv9JW__bubbleRow.SupportChatLauncher-module__Euv9JW__theirs{align-items:flex-start}.SupportChatLauncher-module__Euv9JW__bubbleLine{align-items:flex-end;gap:6px;max-width:88%;display:flex}.SupportChatLauncher-module__Euv9JW__mine .SupportChatLauncher-module__Euv9JW__bubbleLine{flex-direction:row-reverse}.SupportChatLauncher-module__Euv9JW__bubble{border-radius:16px;flex-direction:column;gap:4px;min-width:0;padding:10px 13px;display:flex}.SupportChatLauncher-module__Euv9JW__mine .SupportChatLauncher-module__Euv9JW__bubble{color:#fff;background:#4f46e5;border-bottom-right-radius:5px}.SupportChatLauncher-module__Euv9JW__theirs .SupportChatLauncher-module__Euv9JW__bubble{color:#1f2430;background:#fff;border-bottom-left-radius:5px;box-shadow:0 1px 2px #10182814}.SupportChatLauncher-module__Euv9JW__bubbleSender{color:#6b7280;padding:0 4px;font-size:11px;font-weight:700}.SupportChatLauncher-module__Euv9JW__bubbleText{white-space:pre-wrap;word-break:break-word;font-size:14px;line-height:1.5}.SupportChatLauncher-module__Euv9JW__link{color:inherit;text-underline-offset:2px;word-break:break-all;text-decoration:underline}.SupportChatLauncher-module__Euv9JW__code{border-radius:var(--radius-xs);background:#7f7f7f2e;padding:1px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px}.SupportChatLauncher-module__Euv9JW__bubbleImageLink{line-height:0;display:block}.SupportChatLauncher-module__Euv9JW__bubbleImage{border-radius:var(--radius-sm);object-fit:cover;cursor:zoom-in;max-width:100%;max-height:220px}.SupportChatLauncher-module__Euv9JW__bubbleTime{color:#9aa0ac;white-space:nowrap;flex-shrink:0;padding-bottom:2px;font-size:10px}.SupportChatLauncher-module__Euv9JW__previewStrip{flex-shrink:0;padding:10px 12px 0;display:flex;position:relative}.SupportChatLauncher-module__Euv9JW__previewThumb{border-radius:var(--radius-sm);object-fit:cover;border:1px solid var(--border-1);width:64px;height:64px}.SupportChatLauncher-module__Euv9JW__previewRemove{border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;cursor:pointer;background:#111827c7;border:none;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex;position:absolute;top:4px;left:66px}.SupportChatLauncher-module__Euv9JW__sendError{color:#b91c1c;text-align:center;background:#fef2f2;border-top:1px solid #fecaca;flex-shrink:0;margin:0;padding:8px 14px;font-size:12px}.SupportChatLauncher-module__Euv9JW__composer{border-top:1px solid var(--border-1);background:var(--bg-1);flex-shrink:0;align-items:flex-end;gap:8px;padding:10px 12px;display:flex}.SupportChatLauncher-module__Euv9JW__attachBtn{border:1px solid var(--border-2);border-radius:var(--radius-md);background:var(--bg-2);width:40px;height:40px;color:var(--fg-2);cursor:pointer;transition:background var(--t-snap), color var(--t-snap);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.SupportChatLauncher-module__Euv9JW__attachBtn:hover:not(:disabled){background:var(--bg-3);color:var(--fg-1)}.SupportChatLauncher-module__Euv9JW__attachBtn:disabled{opacity:.4;cursor:not-allowed}.SupportChatLauncher-module__Euv9JW__textarea{border:1px solid var(--border-2);border-radius:var(--radius-md);background:var(--bg-2);min-height:40px;max-height:120px;color:var(--fg-1);resize:none;flex:1;padding:9px 12px;font-family:inherit;font-size:14px;line-height:1.4}.SupportChatLauncher-module__Euv9JW__textarea:focus{border-color:#4f46e5;outline:none;box-shadow:0 0 0 3px #4f46e51f}.SupportChatLauncher-module__Euv9JW__textarea:disabled{opacity:.6;cursor:not-allowed}.SupportChatLauncher-module__Euv9JW__sendBtn{border-radius:var(--radius-md);color:#fff;cursor:pointer;width:40px;height:40px;transition:background var(--t-snap), opacity var(--t-snap);background:#4f46e5;border:none;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.SupportChatLauncher-module__Euv9JW__sendBtn:hover:not(:disabled){background:#4338ca}.SupportChatLauncher-module__Euv9JW__sendBtn:disabled{opacity:.4;cursor:not-allowed}.SupportChatLauncher-module__Euv9JW__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:560px){.SupportChatLauncher-module__Euv9JW__fab{right:16px;bottom:calc(136px + env(safe-area-inset-bottom,0px))}.SupportChatLauncher-module__Euv9JW__panel{left:8px;right:8px;bottom:calc(8px + env(safe-area-inset-bottom,0px));width:auto;max-width:none;height:calc(100vh - 80px);max-height:none}}
.PageTransition-module__M_y5NW__anim{min-height:0}.PageTransition-module__M_y5NW__anim[data-dir=forward]{animation:.42s cubic-bezier(.32,.72,0,1) backwards PageTransition-module__M_y5NW__pageSlideForward}.PageTransition-module__M_y5NW__anim[data-dir=back]{animation:.42s cubic-bezier(.32,.72,0,1) backwards PageTransition-module__M_y5NW__pageSlideBack}@keyframes PageTransition-module__M_y5NW__pageSlideForward{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0,0)}}@keyframes PageTransition-module__M_y5NW__pageSlideBack{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0,0)}}@media (prefers-reduced-motion:reduce){.PageTransition-module__M_y5NW__anim[data-dir=forward]{animation:.24s both PageTransition-module__M_y5NW__pageSlideForward}.PageTransition-module__M_y5NW__anim[data-dir=back]{animation:.24s both PageTransition-module__M_y5NW__pageSlideBack}}
