.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;display:flex;position:fixed;inset:0}.CommandPalette-module__64UH3W__card{background:var(--surface-elevated);border:1px solid var(--border-1);border-radius:18px;flex-direction:column;width:100%;max-width:640px;max-height:70vh;display:flex;position:relative;overflow:hidden;box-shadow:0 32px 80px #0003,0 12px 32px #0000001a,inset 0 0 0 .5px #fff9,inset 0 1px #ffffffb3}.CommandPalette-module__64UH3W__inputRow{border-bottom:.5px solid var(--separator);background:linear-gradient(180deg, var(--surface-elevated) 0%, transparent 100%);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);font-family:inherit;font-size:var(--type-size-section);font-weight:var(--type-weight-medium);letter-spacing:-.012em;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:0;line-height:1.25}.CommandPalette-module__64UH3W__input::placeholder{color:var(--fg-4);font-weight:var(--type-weight-regular)}.CommandPalette-module__64UH3W__escHint{color:var(--fg-2);font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);font-family:var(--font-sans);letter-spacing:.04em;background:#7878801f;border:none;border-radius:980px;flex-shrink:0;padding:5px 10px;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{font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);letter-spacing:.1em;text-transform:uppercase;color:var(--fg-4);padding:6px 18px 4px;line-height:1.2}.CommandPalette-module__64UH3W__item{width:calc(100% - 12px);color:var(--fg-1);font-family:inherit;font-size:var(--type-size-body);font-weight:var(--type-weight-medium);letter-spacing:-.008em;text-align:left;cursor:pointer;transition:background var(--dur-enter) ease;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;margin:0 6px;padding:10px 16px;display:flex}.CommandPalette-module__64UH3W__itemActive{background:#78788029}.CommandPalette-module__64UH3W__itemIcon{width:30px;height:30px;color:var(--fg-2);transition:background var(--dur-enter) ease, color var(--dur-enter) ease;will-change:background-color, color;background:#7878801f;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;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{font-size:var(--type-size-caption);font-weight:var(--type-weight-medium);color:var(--fg-4);flex-shrink:0}.CommandPalette-module__64UH3W__itemActive .CommandPalette-module__64UH3W__itemCategory{color:var(--fg-3)}.CommandPalette-module__64UH3W__itemEnter{background:var(--fg-1);color:#fff;opacity:0;width:18px;height:18px;transition:opacity var(--dur-fast) ease;pointer-events:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;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{font-size:var(--type-size-body);font-weight:var(--type-weight-semibold);color:var(--fg-1);margin-bottom:4px}.CommandPalette-module__64UH3W__emptySub{font-size:var(--type-size-caption);color:var(--fg-3)}.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{font-size:var(--type-size-caption);color:var(--fg-3)}.CommandPalette-module__64UH3W__footerCurrent strong{color:var(--fg-1);font-weight:var(--type-weight-semibold)}.CommandPalette-module__64UH3W__footerRight{align-items:center;gap:12px;display:flex}.CommandPalette-module__64UH3W__footerHint{font-size:var(--type-size-caption);color:var(--fg-3);align-items:center;gap:4px;display:inline-flex}.CommandPalette-module__64UH3W__footer kbd{background:var(--bg-1);min-width:18px;height:18px;color:var(--fg-2);font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);font-family:var(--font-mono);border:none;border-radius:4px;justify-content:center;align-items:center;padding:0 4px;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;display:flex;position:fixed;inset:0}.SlidePanel-module__1qEmEa__panel{background:var(--surface-elevated,#fff);border-left:1px solid var(--border-1);transform-origin:100%;height:100dvh;animation:SlidePanel-module__1qEmEa__slidePanelIn var(--dur-large) cubic-bezier(.34, 1.28, .64, 1) backwards;flex-direction:column;display:flex;position:relative;box-shadow:-16px 0 32px #00000014}@keyframes SlidePanel-module__1qEmEa__slidePanelIn{0%{opacity:0;transform:perspective(1600px)translate(48px)scale(.97)rotateY(-7deg)}to{opacity:1;transform:perspective(1600px)translate(0)scale(1)rotateY(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{font-size:var(--type-size-section);font-weight:var(--type-weight-bold);letter-spacing:-.01em;color:var(--fg-1);margin:0;line-height:1.3}.SlidePanel-module__1qEmEa__subtitle{font-size:var(--type-size-caption);font-weight:var(--type-weight-medium);color:var(--fg-3);margin:4px 0 0;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}}@media (prefers-reduced-motion:reduce){.SlidePanel-module__1qEmEa__panel{animation-duration:1ms}}
.NotificationsPanel-module__xOFG9a__viewAllLink{font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);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;text-decoration:none;display:inline-flex}.NotificationsPanel-module__xOFG9a__viewAllLink:hover{background:var(--bg-2);color:var(--fg-1)}.NotificationsPanel-module__xOFG9a__list{--panel-rose:#e11d48;--panel-rose-soft:#e11d4812;--panel-rose-border:#e11d482e;flex-direction:column;gap:4px;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);background:var(--panel-rose-soft);border:1px solid var(--panel-rose-border);border-radius:10px;align-items:center;gap:12px;padding:12px 10px;text-decoration:none;display:flex}.NotificationsPanel-module__xOFG9a__itemLink:hover{background:#e11d481a;border-color:#e11d4847}.NotificationsPanel-module__xOFG9a__itemIcon{background:var(--panel-rose);color:#fff;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.NotificationsPanel-module__xOFG9a__itemBody{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.NotificationsPanel-module__xOFG9a__itemTitle{font-size:var(--type-size-body);font-weight:var(--type-weight-semibold);color:var(--fg-1);letter-spacing:-.005em;align-items:center;gap:6px;line-height:1.3;display:flex}.NotificationsPanel-module__xOFG9a__itemUnreadDot{background:var(--panel-rose);border-radius:50%;flex-shrink:0;width:6px;height:6px}.NotificationsPanel-module__xOFG9a__itemDesc{font-size:var(--type-size-caption);color:var(--fg-3);text-overflow:ellipsis;white-space:nowrap;line-height:1.4;overflow:hidden}.NotificationsPanel-module__xOFG9a__itemCount{background:var(--panel-rose);color:#fff;min-width:22px;height:22px;font-size:var(--type-size-caption);font-weight:var(--type-weight-bold);font-variant-numeric:tabular-nums;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:0 7px;line-height:1;display:inline-flex}.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{font-size:var(--type-size-body);font-weight:var(--type-weight-semibold);color:var(--fg-1)}.NotificationsPanel-module__xOFG9a__emptySub{font-size:var(--type-size-caption);color:var(--fg-3);line-height:1.5}.NotificationsPanel-module__xOFG9a__muted{text-align:center;color:var(--fg-3);font-size:var(--type-size-caption);padding:24px}.NotificationsPanel-module__xOFG9a__error{background:var(--color-danger-bg);color:var(--color-danger-fg);font-size:var(--type-size-caption);border:1px solid #dc26263d;border-radius:8px;padding:10px 12px}
.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{font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;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;display:flex;position:absolute;top:calc(100% + 6px);left:0;right: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{min-width:0;font-size:var(--type-size-caption);font-weight:var(--type-weight-medium);white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.SidebarGroupSwitcher-module__ZuvgcG__checkIcon{flex-shrink:0}.SidebarGroupSwitcher-module__ZuvgcG__manageLink{font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);transition:background var(--t-snap,.12s ease-out);border-radius:8px;align-items:center;gap:6px;padding:7px 8px;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,#33363d)}.SidebarGroupSwitcher-module__ZuvgcG__light .SidebarGroupSwitcher-module__ZuvgcG__popover{background:var(--surface-elevated,#ffffffdb);border:1px solid var(--border-2,#0000001a);-webkit-backdrop-filter:blur(16px)saturate(160%);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,#33363d);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,#0d1120);overscroll-behavior:contain;-webkit-overflow-scrolling:touch;z-index:40;color:#ffffffeb;width:280px;height:100%;transition:width var(--dur-base) var(--ease-spring);border-radius:0 18px 18px 0;flex-direction:column;gap:16px;padding:16px 12px;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__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{font-size:var(--type-size-body);font-weight:var(--type-weight-bold);letter-spacing:-.02em;color:#fff;line-height:1.2}.TeacherMainDashboardHeader-module__Q0jZKq__brandWordmark{width:auto;height:24px;display:block}.TeacherMainDashboardHeader-module__Q0jZKq__brandMark{display:inline-block;position:relative}.TeacherMainDashboardHeader-module__Q0jZKq__brandMarkFull{transition:opacity var(--dur-base) ease;pointer-events:none;position:absolute;top:0;left:0}.TeacherMainDashboardHeader-module__Q0jZKq__mobileBrandWordmark{width:auto;height:16px;display:block}.TeacherMainDashboardHeader-module__Q0jZKq__brandSub{font-size:var(--type-size-caption);font-weight:var(--type-weight-medium);color:#ffffff6b;letter-spacing:.02em;line-height:1.2}.TeacherMainDashboardHeader-module__Q0jZKq__notificationWrap{position:relative}.TeacherMainDashboardHeader-module__Q0jZKq__notificationIconButton{color:#ffffff8c;cursor:pointer;width:40px;height:40px;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:10px;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{min-width:18px;height:18px;font-size:var(--type-size-caption);color:#fff;line-height:18px;font-weight:var(--type-weight-bold);text-align:center;background:#ef4444;border:2px solid #0a0a0b;border-radius:999px;padding:0 5px;position:absolute;top:0;right:0}.TeacherMainDashboardHeader-module__Q0jZKq__backRow{align-items:center;margin:0 4px;display:flex}.TeacherMainDashboardHeader-module__Q0jZKq__backLink{color:#fff9;font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);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;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{transition:grid-template-rows var(--dur-base) var(--ease-spring);grid-template-rows:1fr;display:grid}.TeacherMainDashboardHeader-module__Q0jZKq__levelHeaderInner{opacity:1;min-height:0;transition:opacity var(--dur-enter) ease, transform var(--dur-base) var(--ease-spring);flex-direction:column;gap:16px;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;font-size:var(--type-size-body);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;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;font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);font-family:var(--font-mono);pointer-events:none;letter-spacing:.02em;background:#ffffff14;border-radius:5px;align-items:center;gap:2px;padding:2px 6px;display:inline-flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.TeacherMainDashboardHeader-module__Q0jZKq__menu{animation:TeacherMainDashboardHeader-module__Q0jZKq__slabMenuSlideForward var(--dur-base) var(--ease-spring) both;flex-direction:column;gap:2px;padding:0 4px;display:flex;position:relative}.TeacherMainDashboardHeader-module__Q0jZKq__menuThumb{box-sizing:border-box;-webkit-backdrop-filter:blur(14px)saturate(180%);width:0;height:0;transition:transform var(--dur-large) var(--ease-spring), width var(--dur-large) var(--ease-spring), height var(--dur-large) var(--ease-spring);pointer-events:none;z-index:0;opacity:0;background:#ffffff29;border:.5px solid #ffffff38;border-radius:10px;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 var(--dur-press) 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__menuEmpty{text-align:center;font-size:var(--type-size-caption);color:#fff6;padding:20px 8px;line-height:1.5}.TeacherMainDashboardHeader-module__Q0jZKq__sectionLabel{font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);letter-spacing:.1em;text-transform:uppercase;color:#ffffff61;border-top:1px solid #ffffff14;margin-top:8px;padding:16px 8px 6px;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);font-size:var(--type-size-body);font-weight:var(--type-weight-medium);letter-spacing:-.02em;border:.5px solid #0000;border-radius:8px;flex:1;align-items:center;gap:12px;padding:8px 10px;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;font-weight:var(--type-weight-semibold);transition:color var(--dur-enter) ease-out;border-radius:10px}.TeacherMainDashboardHeader-module__Q0jZKq__groupLink:before{content:"";background:var(--color-primary-on,#fff);width:0;height:18px;transition:width var(--dur-enter) cubic-bezier(.2, .8, .2, 1);pointer-events:none;border-radius:0 2px 2px 0;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 var(--dur-enter) ease-out}.TeacherMainDashboardHeader-module__Q0jZKq__groupLink{transition:background var(--dur-enter) var(--ease-spring), color var(--dur-enter) ease-out}.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__logoutButton{color:#ffffff8c;width:100%;transition:background var(--dur-fast) var(--ease-spring), color var(--dur-fast) var(--ease-spring);font-size:var(--type-size-caption);font-weight:var(--type-weight-medium);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;padding:8px 12px;font-family:inherit}.TeacherMainDashboardHeader-module__Q0jZKq__logoutButton:hover{color:#ffffffeb;background:#ffffff0f}.TeacherMainDashboardHeader-module__Q0jZKq__logoutButton:active{background:#ffffff1a}.TeacherMainDashboardHeader-module__Q0jZKq__accountManageButton{color:#fffffff0;transition:background var(--dur-enter) var(--ease-spring), border-color var(--dur-enter) var(--ease-spring), box-shadow var(--dur-enter) var(--ease-spring), transform var(--dur-enter) var(--ease-spring);background:#608cff14;border:1px solid #78a0ff38;border-radius:12px}.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;width:22px;height:22px;transition:color var(--dur-fast) var(--ease-spring);flex-shrink:0;justify-content:center;align-items:center;display:flex}.TeacherMainDashboardHeader-module__Q0jZKq__logoutButton:hover .TeacherMainDashboardHeader-module__Q0jZKq__iconWrapper{color:#ffffffeb}.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{font-size:var(--type-size-body);font-weight:var(--type-weight-bold);color:#fff;-webkit-tap-highlight-color:transparent;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{border-radius:10px;width:38px;height:38px}.TeacherMainDashboardHeader-module__Q0jZKq__mobileNotification .TeacherMainDashboardHeader-module__Q0jZKq__badge{min-width:17px;height:17px;font-size:var(--type-size-caption);color:#fff;background:#ef4444;border:2px solid #0a0a0b;padding:0 4px;line-height:17px;position:absolute;top:0;right:0}@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,#0d1120);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}}
.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);font-weight:var(--type-weight-bold);letter-spacing:var(--tracking-tight,-.02em);color:var(--fg-1,#111827);margin:0}.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);font-size:var(--type-size-caption);color:var(--fg-2,#374151);flex-direction:column;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);background:var(--color-danger-bg,#dc262614);color:var(--color-danger-fg,#991b1b);font-size:var(--fs-sm,13px);border-radius:var(--radius-sm,8px);-webkit-backdrop-filter:blur(10px)saturate(160%);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);font-weight:var(--type-weight-semibold);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}.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}
.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);font-size:var(--type-size-caption);font-weight:var(--type-weight-bold);letter-spacing:-.02em;border-radius:7px;justify-content:center;align-items:center;display:inline-flex}.help-module__e6Z45q__brandName{font-size:var(--type-size-body);font-weight:var(--type-weight-bold);letter-spacing:-.02em}.help-module__e6Z45q__brandWordmark{width:auto;height:18px;display:block}.help-module__e6Z45q__brandSub{font-size:var(--type-size-caption);font-weight:var(--type-weight-medium);color:var(--fg-3);border-left:1px solid var(--border-2);margin-left:2px;padding-left:8px}.help-module__e6Z45q__topActions{align-items:center;gap:6px;display:flex}.help-module__e6Z45q__topLink{font-size:var(--type-size-caption);font-weight:var(--type-weight-medium);color:var(--fg-2);border-radius:var(--radius-sm);transition:background var(--t-snap), color var(--t-snap);padding:7px 12px;text-decoration:none}.help-module__e6Z45q__topLink:hover{background:var(--bg-1);color:var(--fg-1)}.help-module__e6Z45q__topCta{font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);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;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{font-size:var(--type-size-body);font-weight:var(--type-weight-semibold);letter-spacing:-.01em;flex:1}.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 var(--dur-enter) var(--ease-spring,var(--ease-glass)), width var(--dur-enter) var(--ease-out), height var(--dur-enter) var(--ease-out), opacity var(--dur-fast) 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;font-size:var(--type-size-caption);font-weight:var(--type-weight-medium);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;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:var(--type-weight-bold)}.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{font-size:clamp(28px,4vw,40px);font-weight:var(--type-weight-bold);letter-spacing:var(--tracking-tight);color:#fff;margin:0 0 12px;line-height:1.1;position:relative}.help-module__e6Z45q__heroSubtitle{font-size:var(--fs-md);font-weight:var(--type-weight-regular);color:#ffffffb8;max-width:560px;margin:0 0 24px;line-height:1.55;position:relative}.help-module__e6Z45q__sectionLabel{font-size:var(--fs-xs);font-weight:var(--type-weight-bold);letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--fg-3);align-items:center;gap:10px;margin:40px 4px 16px;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{font-size:var(--type-size-section);font-weight:var(--type-weight-bold);color:var(--cat-accent);opacity:0;transition:opacity var(--duration-fast) var(--ease-out), transform var(--duration-fast) var(--ease-out);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);font-weight:var(--type-weight-bold);letter-spacing:-.01em;color:var(--fg-1);margin:1px 0 4px}.help-module__e6Z45q__catCardDesc{font-size:var(--type-size-caption);color:var(--fg-3);margin:0;line-height:1.5}.help-module__e6Z45q__catCardCount{border-radius:var(--radius-pill);font-size:var(--type-size-caption);font-weight:var(--type-weight-bold);color:var(--cat-accent);background:color-mix(in srgb, var(--cat-accent) 12%, transparent);margin:9px 0 0;padding:2px 9px;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);font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);font-family:var(--font-mono);border-radius:6px;flex-shrink:0;padding:3px 7px;line-height:1}.help-module__e6Z45q__searchTriggerBar{max-width:440px;height:38px;font-size:var(--type-size-body);font-weight:var(--type-weight-medium);flex:auto;margin:0 auto;padding:0 10px 0 14px}.help-module__e6Z45q__searchTriggerHero{width:100%;max-width:560px;height:54px;font-size:var(--type-size-body);font-weight:var(--type-weight-medium);padding:0 14px 0 18px}.help-module__e6Z45q__searchTriggerHero .help-module__e6Z45q__searchTriggerKbd{font-size:var(--type-size-caption);padding:4px 8px}.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 var(--dur-fast) 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 var(--dur-enter) 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);font-family:inherit;font-size:var(--type-size-section);font-weight:var(--type-weight-medium);letter-spacing:-.01em;background:0 0;border:none;outline:none;flex:1}.help-module__e6Z45q__searchModalInput::placeholder{color:var(--fg-4);font-weight:var(--type-weight-regular)}.help-module__e6Z45q__searchEscHint{border-radius:var(--radius-pill);background:var(--bg-3);color:var(--fg-3);font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);flex-shrink:0;padding:5px 9px;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{font-size:var(--type-size-caption);font-weight:var(--type-weight-bold);letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--fg-4);padding:6px 18px 4px}.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{font-size:var(--type-size-body);font-weight:var(--type-weight-semibold);color:var(--fg-1);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.help-module__e6Z45q__searchItemDesc{font-size:var(--type-size-caption);color:var(--fg-3);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.help-module__e6Z45q__searchItemCat{font-size:var(--type-size-caption);font-weight:var(--type-weight-medium);color:var(--fg-4);flex-shrink:0}.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{font-size:var(--type-size-body);font-weight:var(--type-weight-semibold);color:var(--fg-1);margin-bottom:4px}.help-module__e6Z45q__searchEmptySub{font-size:var(--type-size-caption);color:var(--fg-3)}.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{font-size:var(--type-size-caption);color:var(--fg-3);align-items:center;gap:4px;display:inline-flex}.help-module__e6Z45q__searchFooter kbd{background:var(--bg-3);min-width:18px;height:18px;color:var(--fg-2);font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);font-family:var(--font-mono);border-radius:4px;justify-content:center;align-items:center;padding:0 4px;line-height:1;display:inline-flex}.help-module__e6Z45q__doc{max-width:768px}.help-module__e6Z45q__breadcrumb{font-size:var(--type-size-caption);color:var(--fg-3);flex-wrap:wrap;align-items:center;gap:6px;margin:0 0 16px;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);font-weight:var(--type-weight-semibold);padding:2px 9px}.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);font-weight:var(--type-weight-bold);letter-spacing:var(--tracking-tight);color:var(--fg-1);margin:0 0 8px;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{font-size:var(--type-size-caption);color:var(--fg-4)}.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{font-size:var(--type-size-caption);font-weight:var(--type-weight-bold);letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--cat-accent);margin:0 0 8px}.help-module__e6Z45q__tocList{margin:0;padding:0;list-style:none}.help-module__e6Z45q__tocItem{margin:0}.help-module__e6Z45q__tocLink{font-size:var(--type-size-caption);font-weight:var(--type-weight-medium);color:var(--fg-2);transition:color var(--t-snap);padding:5px 0;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{font-size:var(--type-size-caption);color:var(--fg-3);padding-left:14px}.help-module__e6Z45q__article{color:var(--fg-2);font-size:var(--type-size-body);line-height:1.75}.help-module__e6Z45q__article h2{font-size:var(--type-size-page-title);font-weight:var(--type-weight-bold);letter-spacing:-.02em;color:var(--fg-1);margin:36px 0 14px;padding-left:14px;scroll-margin-top:72px;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{font-size:var(--type-size-section);font-weight:var(--type-weight-bold);letter-spacing:-.01em;color:var(--fg-1);margin:24px 0 10px;scroll-margin-top:72px}.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:var(--type-weight-medium);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:var(--type-weight-semibold)}.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{font-family:var(--font-mono);font-size:var(--type-size-body);background:var(--bg-3);color:var(--fg-1);border-radius:6px;padding:2px 6px}.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{font-size:var(--type-size-caption);color:#f5f5f7;background:0 0;padding:0}.help-module__e6Z45q__codeBlock{margin:0 0 16px;position:relative}.help-module__e6Z45q__codeBlock pre{margin:0}.help-module__e6Z45q__codeCopyBtn{font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);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;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:var(--type-size-body)}.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);font-size:var(--type-size-caption);font-weight:var(--type-weight-bold);color:var(--fg-1);white-space:nowrap}.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);font-size:var(--type-size-body);color:var(--fg-1);margin:0 0 16px;padding:14px 16px;line-height:1.65}.help-module__e6Z45q__callout :last-child{margin-bottom:0}.help-module__e6Z45q__calloutTitle{font-size:var(--type-size-caption);font-weight:var(--type-weight-bold);color:var(--fg-1);align-items:center;gap:7px;margin:0 0 6px;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;font-size:var(--type-size-caption);font-weight:var(--type-weight-bold);box-shadow:0 4px 10px -4px color-mix(in srgb, var(--cat-accent) 70%, transparent);border-radius:50%;justify-content:center;align-items:center;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{font-size:var(--type-size-body);font-weight:var(--type-weight-semibold);color:var(--fg-1)}.help-module__e6Z45q__feedbackBtns{gap:8px;display:flex}.help-module__e6Z45q__feedbackBtn{font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);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;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{font-size:var(--type-size-caption);font-weight:var(--type-weight-bold);color:var(--cat-accent);letter-spacing:.02em}.help-module__e6Z45q__prevNextTitle{font-size:var(--type-size-body);font-weight:var(--type-weight-semibold);color:var(--fg-1)}.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);font-weight:var(--type-weight-bold);letter-spacing:var(--tracking-tight);color:var(--fg-1);margin:0 0 4px;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{font-size:var(--type-size-caption);font-weight:var(--type-weight-bold);color:var(--cat-accent);letter-spacing:.02em;margin:8px 0 0}.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-size:var(--type-size-caption);font-weight:var(--type-weight-bold);font-variant-numeric:tabular-nums;color:color-mix(in srgb, var(--cat-accent) 80%, var(--fg-4));flex-shrink:0;min-width:22px}.help-module__e6Z45q__catIndexBody{flex:1;min-width:0}.help-module__e6Z45q__catIndexTitle{font-size:var(--type-size-body);font-weight:var(--type-weight-bold);color:var(--fg-1);margin:0 0 3px;display:block}.help-module__e6Z45q__catIndexDesc{font-size:var(--type-size-caption);color:var(--fg-3);margin:0;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);font-size:var(--type-size-caption);color:var(--fg-4);flex-wrap:wrap;align-items:center;gap:8px 16px;margin-top:56px;padding-top:20px;display:flex}.help-module__e6Z45q__helpFooter a{color:var(--fg-3);font-weight:var(--type-weight-medium);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);font-size:var(--type-size-caption);font-weight:var(--type-weight-bold);color:var(--fg-1);justify-content:space-between;align-items:center;margin-bottom:12px;padding:0 6px 12px;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;font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);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;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:var(--type-size-caption)}.help-module__e6Z45q__searchTriggerBar .help-module__e6Z45q__searchTriggerKbd,.help-module__e6Z45q__searchItemCat{display:none}.help-module__e6Z45q__searchOverlay{padding:8vh 12px 12px}}
.HelpLauncher-module__OZ3ZQW__fab{z-index:90;border:1px solid var(--border-2);border-radius:var(--radius-pill);background:var(--surface-elevated);-webkit-backdrop-filter:blur(14px)saturate(170%);backdrop-filter:blur(14px)saturate(170%);height:46px;color:var(--fg-1);font-family:inherit;font-size:var(--type-size-body);font-weight:var(--type-weight-semibold);cursor:pointer;transition:transform var(--t-snap), box-shadow var(--t-snap), background var(--t-snap);align-items:center;gap:8px;padding:0 18px 0 15px;display:inline-flex;position:fixed;bottom:16px;right:70px;box-shadow:0 6px 20px #0000001f}.HelpLauncher-module__OZ3ZQW__fab:hover{background:var(--surface-elevated);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);background:#0f111652;position:fixed;inset:0}.HelpLauncher-module__OZ3ZQW__drawer{z-index:120;background:var(--bg-2);border-left:1px solid var(--border-1);flex-direction:column;width:440px;max-width:100vw;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-16px 0 48px #00000029}.HelpLauncher-module__OZ3ZQW__header{border-bottom:1px solid var(--border-1);background:var(--bg-3);-webkit-backdrop-filter:blur(12px)saturate(160%);backdrop-filter:blur(12px)saturate(160%);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{font-size:var(--type-size-body);font-weight:var(--type-weight-bold);letter-spacing:-.01em;color:var(--fg-1);align-items:center;gap:7px;display:inline-flex}.HelpLauncher-module__OZ3ZQW__backBtn{color:var(--fg-2);font-family:inherit;font-size:var(--type-size-body);font-weight:var(--type-weight-semibold);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;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;font-size:var(--type-size-body);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}.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{font-size:var(--type-size-caption);font-weight:var(--type-weight-bold);letter-spacing:.01em;color:var(--fg-1)}.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);font-family:inherit;font-size:var(--type-size-body);font-weight:var(--type-weight-medium);border-radius:var(--radius-xs);cursor:pointer;transition:background var(--t-snap), color var(--t-snap);background:0 0;border:none;padding:8px 10px;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{font-size:var(--type-size-body);font-weight:var(--type-weight-semibold);color:var(--fg-1)}.HelpLauncher-module__OZ3ZQW__resultMeta{font-size:var(--type-size-caption);color:var(--fg-3);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.HelpLauncher-module__OZ3ZQW__empty{font-size:var(--type-size-caption);color:var(--fg-3);text-align:center;padding:18px 8px;line-height:1.6}.HelpLauncher-module__OZ3ZQW__linkBtn{border:1px solid var(--border-2);background:var(--bg-1);color:var(--fg-1);font-family:inherit;font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);border-radius:var(--radius-sm);cursor:pointer;margin-top:8px;padding:7px 14px}.HelpLauncher-module__OZ3ZQW__linkBtn:hover{border-color:var(--border-3)}.HelpLauncher-module__OZ3ZQW__doc{padding:18px 18px 36px}.HelpLauncher-module__OZ3ZQW__breadcrumb{font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);color:var(--fg-3);margin:0 0 6px}.HelpLauncher-module__OZ3ZQW__docTitle{font-size:var(--type-size-page-title);font-weight:var(--type-weight-bold);letter-spacing:-.02em;color:var(--fg-1);margin:0 0 6px;line-height:1.25}.HelpLauncher-module__OZ3ZQW__docMeta{font-size:var(--type-size-caption);color:var(--fg-4);margin:0 0 16px}.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{font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);color:var(--fg-4);align-items:center;gap:3px;display:inline-flex}.HelpLauncher-module__OZ3ZQW__navTitle{font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);color:var(--fg-1);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);background:var(--bg-1);-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);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:var(--bg-1);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;font-size:var(--type-size-caption);font-weight:var(--type-weight-bold);box-shadow:0 0 0 2px var(--bg-2);background:#ef4444;justify-content:center;align-items:center;padding:0 5px;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);flex-direction:column;width:380px;max-width:calc(100vw - 32px);height:560px;max-height:calc(100vh - 44px);display:flex;position:fixed;bottom:22px;right:20px;overflow:hidden;box-shadow:0 18px 56px #00000038}.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{font-size:var(--type-size-body);font-weight:var(--type-weight-bold);letter-spacing:-.01em;color:#fff;align-items:center;gap:8px;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:var(--bg-2);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;max-width:260px;color:var(--fg-3);font-size:var(--type-size-caption);margin:auto;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{background:var(--bg-1);color:var(--fg-1);border-bottom-left-radius:5px;box-shadow:0 1px 2px #10182814}.SupportChatLauncher-module__Euv9JW__bubbleSender{font-size:var(--type-size-caption);font-weight:var(--type-weight-bold);color:var(--fg-3);padding:0 4px}.SupportChatLauncher-module__Euv9JW__bubbleText{font-size:var(--type-size-body);white-space:pre-wrap;word-break:break-word;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{font-family:var(--font-mono);font-size:var(--type-size-caption);border-radius:var(--radius-xs);background:#7f7f7f2e;padding:1px 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{font-size:var(--type-size-caption);color:var(--fg-3);white-space:nowrap;flex-shrink:0;padding-bottom:2px}.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{background:var(--color-danger-bg);border-top:1px solid var(--color-danger-border);color:var(--color-danger-fg);font-size:var(--type-size-caption);text-align:center;flex-shrink:0;margin:0;padding:8px 14px}.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);font-family:inherit;font-size:var(--type-size-body);resize:none;flex:1;padding:9px 12px;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}}
.EntitySheet-module__K5SCPq__backdrop{z-index:1000;-webkit-backdrop-filter:blur(8px)saturate(140%);animation:EntitySheet-module__K5SCPq__sheetFade var(--dur-enter) ease-out backwards;background:#0f11166b;position:fixed;inset:0}.EntitySheet-module__K5SCPq__sheet{z-index:1001;background:var(--surface-elevated,#fff);border-left:1px solid var(--border-1,#0000000f);width:min(560px,100vw - 44px);animation:EntitySheet-module__K5SCPq__sheetIn var(--dur-base) cubic-bezier(.32, .92, .35, 1) backwards;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-16px 0 48px #0f111824}.EntitySheet-module__K5SCPq__header{align-items:flex-start;gap:var(--s-3,12px);padding:var(--s-5,20px) var(--s-6,24px) var(--s-4,16px);border-bottom:1px solid var(--border-1,#0000000f);display:flex}.EntitySheet-module__K5SCPq__headerText{flex:1;min-width:0}.EntitySheet-module__K5SCPq__title{font-size:var(--fs-lg,18px);font-weight:var(--type-weight-bold);letter-spacing:var(--tracking-tight,-.03em);color:var(--fg-1,#1d1d1f);text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}.EntitySheet-module__K5SCPq__subtitle{font-size:var(--fs-sm,13px);color:var(--fg-3,#1c1c1eb3);margin:2px 0 0}.EntitySheet-module__K5SCPq__closeButton{border-radius:var(--radius-sm,8px);width:40px;height:40px;color:var(--fg-3,#1c1c1eb3);font-size:var(--type-size-page-title);cursor:pointer;transition:background var(--duration-fast,.12s) var(--ease-out,ease-out);background:0 0;border:none;flex:none;justify-content:center;align-items:center;line-height:1;display:inline-flex}.EntitySheet-module__K5SCPq__closeButton:hover{background:var(--bg-2,#f8f9fc);color:var(--fg-1,#1d1d1f)}.EntitySheet-module__K5SCPq__closeButton:focus-visible{box-shadow:0 0 0 2px var(--color-primary,#0e1118);outline:2px solid #0000}.EntitySheet-module__K5SCPq__sheet:focus-visible{box-shadow:0 0 0 2px var(--color-primary,#0e1118), -16px 0 48px #0f111824;outline:2px solid #0000}.EntitySheet-module__K5SCPq__body{min-height:0;padding:var(--s-5,20px) var(--s-6,24px);flex:1;overflow-y:auto}.EntitySheet-module__K5SCPq__footer{padding:var(--s-3,12px) var(--s-6,24px);border-top:1px solid var(--border-1,#0000000f);background:var(--surface-elevated,#fff);flex:none}@keyframes EntitySheet-module__K5SCPq__sheetFade{0%{opacity:0}to{opacity:1}}@keyframes EntitySheet-module__K5SCPq__sheetIn{0%{opacity:0;transform:translate(48px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){.EntitySheet-module__K5SCPq__backdrop,.EntitySheet-module__K5SCPq__sheet{animation:none}}
.AiProgressOverlay-module__QBFdBG__overlay{z-index:2000;-webkit-backdrop-filter:blur(16px)saturate(140%);animation:AiProgressOverlay-module__QBFdBG__aiFadeIn var(--dur-large) var(--ease-out,ease-out);background:#000a;position:fixed;inset:0;overflow:hidden}@keyframes AiProgressOverlay-module__QBFdBG__aiFadeIn{0%{opacity:0}to{opacity:1}}.AiProgressOverlay-module__QBFdBG__mesh{pointer-events:none;filter:blur(80px)saturate(155%);animation:26s ease-in-out infinite AiProgressOverlay-module__QBFdBG__aiHueDrift;position:fixed;inset:-20%}.AiProgressOverlay-module__QBFdBG__blob{mix-blend-mode:normal;opacity:.85;border-radius:50%;position:absolute}.AiProgressOverlay-module__QBFdBG__b1{background:radial-gradient(circle,#ff7a9eeb,#0000 70%);width:52vw;height:52vw;animation:17s ease-in-out infinite AiProgressOverlay-module__QBFdBG__aiFloat1;top:-10%;left:-8%}.AiProgressOverlay-module__QBFdBG__b2{background:radial-gradient(circle,#ffa85ce6,#0000 70%);width:56vw;height:56vw;animation:21s ease-in-out infinite AiProgressOverlay-module__QBFdBG__aiFloat2;top:-14%;right:-12%}.AiProgressOverlay-module__QBFdBG__b3{background:radial-gradient(circle,#9682ffe6,#0000 70%);width:50vw;height:50vw;animation:23s ease-in-out infinite AiProgressOverlay-module__QBFdBG__aiFloat3;bottom:-14%;left:2%}.AiProgressOverlay-module__QBFdBG__b4{background:radial-gradient(circle,#78d2ffe0,#0000 70%);width:54vw;height:54vw;animation:19s ease-in-out infinite AiProgressOverlay-module__QBFdBG__aiFloat4;bottom:-16%;right:-6%}.AiProgressOverlay-module__QBFdBG__b5{background:radial-gradient(circle,#ffd278d9,#0000 70%);width:44vw;height:44vw;animation:25s ease-in-out infinite AiProgressOverlay-module__QBFdBG__aiFloat5;top:22%;left:-14%}.AiProgressOverlay-module__QBFdBG__b6{background:radial-gradient(circle,#be96ffd9,#0000 70%);width:46vw;height:46vw;animation:18s ease-in-out infinite AiProgressOverlay-module__QBFdBG__aiFloat6;top:28%;right:-16%}@keyframes AiProgressOverlay-module__QBFdBG__aiFloat1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(10vw,8vh)scale(1.14)}66%{transform:translate(4vw,-5vh)scale(.94)}}@keyframes AiProgressOverlay-module__QBFdBG__aiFloat2{0%,to{transform:translate(0)scale(1.05)}40%{transform:translate(-9vw,8vh)scale(.9)}70%{transform:translate(-3vw,-6vh)scale(1.16)}}@keyframes AiProgressOverlay-module__QBFdBG__aiFloat3{0%,to{transform:translate(0)scale(.98)}35%{transform:translate(11vw,-7vh)scale(1.16)}68%{transform:translate(3vw,4vh)scale(.88)}}@keyframes AiProgressOverlay-module__QBFdBG__aiFloat4{0%,to{transform:translate(0)scale(1.08)}45%{transform:translate(-10vw,-8vh)scale(.92)}72%{transform:translate(-4vw,5vh)scale(1.14)}}@keyframes AiProgressOverlay-module__QBFdBG__aiFloat5{0%,to{transform:translate(0)scale(1)}50%{transform:translate(9vw,6vh)scale(1.2)}}@keyframes AiProgressOverlay-module__QBFdBG__aiFloat6{0%,to{transform:translate(0)scale(1.04)}50%{transform:translate(-8vw,-7vh)scale(.88)}}@keyframes AiProgressOverlay-module__QBFdBG__aiHueDrift{0%,to{filter:blur(80px)saturate(155%)hue-rotate()}50%{filter:blur(80px)saturate(155%)hue-rotate(-26deg)}}.AiProgressOverlay-module__QBFdBG__meshStill,.AiProgressOverlay-module__QBFdBG__meshStill .AiProgressOverlay-module__QBFdBG__blob{animation-duration:44s}.AiProgressOverlay-module__QBFdBG__content{z-index:1;box-sizing:border-box;flex-direction:column;height:100%;padding:clamp(2rem,7vh,5rem) clamp(1.5rem,6vw,6rem) clamp(2rem,6vh,4rem);display:flex;position:relative}.AiProgressOverlay-module__QBFdBG__headRow{flex-shrink:0;align-items:center;gap:.7rem;display:flex}.AiProgressOverlay-module__QBFdBG__title{font-size:clamp(2rem,5vw,3.4rem);font-weight:var(--type-weight-bold);letter-spacing:-.03em;color:#fffffff5;text-shadow:0 2px 24px #3c143c47,0 1px 3px #0000002e;margin:0;line-height:1.1}.AiProgressOverlay-module__QBFdBG__subtitle{font-size:clamp(.95rem,1.6vw,1.25rem);font-weight:var(--type-weight-semibold);color:#ffffffe6;text-shadow:0 1px 10px #3c143c40;align-items:center;margin:.6rem 0 0;display:inline-flex}.AiProgressOverlay-module__QBFdBG__msgErr{color:#fff0ee}.AiProgressOverlay-module__QBFdBG__caret{background:#fffffff2;border-radius:2px;width:9px;height:1.05em;margin-left:6px;animation:1.1s ease-in-out infinite AiProgressOverlay-module__QBFdBG__aiCaret;display:inline-block}@keyframes AiProgressOverlay-module__QBFdBG__aiCaret{0%,to{opacity:.35}50%{opacity:1}}.AiProgressOverlay-module__QBFdBG__progress{flex-shrink:0;align-items:center;gap:.75rem;max-width:520px;margin-top:1rem;display:flex}.AiProgressOverlay-module__QBFdBG__progressTrack{-webkit-backdrop-filter:blur(8px);background:#ffffff38;border-radius:999px;flex:1;height:6px;position:relative;overflow:hidden}.AiProgressOverlay-module__QBFdBG__progressFill{border-radius:inherit;height:100%;transition:width var(--dur-base) var(--ease-out,ease-out);background:#fffffff2;display:block;box-shadow:0 0 12px #ffffff73}.AiProgressOverlay-module__QBFdBG__progressFillIndeterminate{border-radius:inherit;width:40%;height:100%;animation:AiProgressOverlay-module__QBFdBG__aiProgressIndeterminate var(--loop-pulse) linear infinite;background:#fffffff2;position:absolute;top:0;left:0;box-shadow:0 0 12px #ffffff73}@keyframes AiProgressOverlay-module__QBFdBG__aiProgressIndeterminate{0%{left:-40%}to{left:100%}}.AiProgressOverlay-module__QBFdBG__progressValue{font-size:.9rem;font-weight:var(--type-weight-semibold);font-variant-numeric:tabular-nums;color:#ffffffeb;text-shadow:0 1px 10px #3c143c40}.AiProgressOverlay-module__QBFdBG__badge{color:#fff;width:30px;height:30px;animation:AiProgressOverlay-module__QBFdBG__aiBadgePop var(--dur-large) var(--ease-spring,var(--ease-pop));border-radius:50%;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 4px 14px #00000040}.AiProgressOverlay-module__QBFdBG__badgeDone{background:#34c759}.AiProgressOverlay-module__QBFdBG__badgeErr{background:#ff453a}@keyframes AiProgressOverlay-module__QBFdBG__aiBadgePop{0%{transform:scale(0)}to{transform:scale(1)}}.AiProgressOverlay-module__QBFdBG__actions{gap:.7rem;margin-top:1.6rem;display:flex}.AiProgressOverlay-module__QBFdBG__primaryBtn{font-size:var(--type-size-section);font-weight:var(--type-weight-bold);color:#2a1040;transition:transform var(--dur-fast) var(--ease-out,ease-out);background:#ffffffeb;border-radius:999px;justify-content:center;align-items:center;padding:.7rem 1.5rem;text-decoration:none;display:inline-flex;box-shadow:0 6px 22px #501e504d}.AiProgressOverlay-module__QBFdBG__primaryBtn:hover{transform:translateY(-1px)}.AiProgressOverlay-module__QBFdBG__closeBtn{font-size:var(--type-size-section);font-weight:var(--type-weight-semibold);color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);background:#ffffff2e;border:1px solid #fff6;border-radius:999px;padding:.7rem 1.4rem}.AiProgressOverlay-module__QBFdBG__closeBtn:hover{background:#ffffff4d}@media (prefers-reduced-motion:reduce){.AiProgressOverlay-module__QBFdBG__mesh,.AiProgressOverlay-module__QBFdBG__blob,.AiProgressOverlay-module__QBFdBG__caret,.AiProgressOverlay-module__QBFdBG__badge{animation:none}}
.visuals-module__0FvhtG__wrap{gap:var(--s-3,12px);margin-top:var(--s-2,8px);flex-direction:column;display:flex}.visuals-module__0FvhtG__figure{align-items:flex-start;gap:var(--s-1,4px);flex-direction:column;margin:0;display:flex}.visuals-module__0FvhtG__caption{font-size:var(--fs-xs,12px);color:var(--fg-3,#33363d)}.visuals-module__0FvhtG__graphSvg{background:var(--bg-1,#fff);border:1px solid var(--border-1,#00000014);border-radius:var(--radius-sm,8px);width:100%;max-width:320px;height:auto}.visuals-module__0FvhtG__tickText{font-size:var(--type-size-caption);fill:var(--fg-3,#33363d)}.visuals-module__0FvhtG__pointLabel{font-size:var(--type-size-caption);fill:var(--fg-1,#111827);font-weight:var(--type-weight-semibold)}.visuals-module__0FvhtG__geoSvg{background:var(--bg-1,#fff);border:1px solid var(--border-1,#00000014);border-radius:var(--radius-sm,8px);width:100%;max-width:320px;height:auto}.visuals-module__0FvhtG__geoLabel{font-size:var(--type-size-caption);fill:var(--fg-1,#111827);font-weight:var(--type-weight-semibold)}.visuals-module__0FvhtG__table{border-collapse:collapse;font-size:var(--fs-sm,14px);color:var(--fg-1,#111827)}.visuals-module__0FvhtG__table th,.visuals-module__0FvhtG__table td{border:1px solid var(--border-2,#0000001f);text-align:center;vertical-align:middle;padding:6px 10px}.visuals-module__0FvhtG__table th{background:var(--bg-3,#f1f5f9);font-weight:var(--type-weight-semibold)}.visuals-module__0FvhtG__image{object-fit:contain;border:1px solid var(--border-1,#00000014);border-radius:var(--radius-sm,8px);background:var(--bg-1,#fff);max-width:100%;max-height:360px}@media print{.visuals-module__0FvhtG__figure{break-inside:avoid;page-break-inside:avoid}.visuals-module__0FvhtG__graphSvg,.visuals-module__0FvhtG__geoSvg,.visuals-module__0FvhtG__image{-webkit-print-color-adjust:exact;print-color-adjust:exact;border-color:#000;max-width:360px}.visuals-module__0FvhtG__table th{-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#f1f5f9!important}}
.tool-module__W3KMka__tool{flex-direction:column;gap:1rem;display:flex}.tool-module__W3KMka__intro{background:var(--bg-2);border-left:3px solid var(--color-primary);border-radius:var(--radius-sm);font-size:var(--type-size-section);color:var(--fg-1);padding:.85rem 1rem;line-height:1.65}.tool-module__W3KMka__intro b{color:var(--color-primary)}.tool-module__W3KMka__h4{font-size:12.5px;font-weight:var(--type-weight-medium);color:#1c1c1e8c;margin:0 0 .45rem}.tool-module__W3KMka__chips{flex-wrap:wrap;gap:.35rem;display:flex}.tool-module__W3KMka__chip{background:var(--surface-elevated);color:#1c1c1ea6;border-radius:var(--radius-pill);font-size:var(--type-size-body);font-weight:var(--type-weight-medium);cursor:pointer;transition:border-color var(--duration-fast) var(--ease-out), background var(--duration-fast) var(--ease-out);border:1px solid #0000001f;padding:.4rem .85rem;font-family:inherit}.tool-module__W3KMka__chip:hover:not(:disabled){background:var(--bg-muted);border-color:#00000038}.tool-module__W3KMka__chipActive{background:var(--primary-fill);border-color:var(--color-primary);color:#fff}.tool-module__W3KMka__chipActive:hover:not(:disabled){background:var(--primary-fill-hover);border-color:var(--color-primary-dark)}.tool-module__W3KMka__chip:disabled{opacity:.5;cursor:not-allowed}.tool-module__W3KMka__diffChip{align-items:center;gap:.4rem;display:inline-flex}.tool-module__W3KMka__diffChip:before{content:"";background:var(--diff-color);border-radius:999px;flex-shrink:0;width:7px;height:7px}.tool-module__W3KMka__diffChip[data-difficulty=same]{--diff-color:#8a8a90}.tool-module__W3KMka__diffChip[data-difficulty=easy]{--diff-color:#16a34a}.tool-module__W3KMka__diffChip[data-difficulty=medium]{--diff-color:#2f6fed}.tool-module__W3KMka__diffChip[data-difficulty=hard]{--diff-color:#ea7c16}.tool-module__W3KMka__diffChip[data-difficulty=killer]{--diff-color:#dc2626}.tool-module__W3KMka__diffChip.tool-module__W3KMka__chipActive{background:var(--diff-color);border-color:var(--diff-color);color:#fff}.tool-module__W3KMka__diffChip.tool-module__W3KMka__chipActive:hover:not(:disabled){background:var(--diff-color);border-color:var(--diff-color);filter:brightness(.92)}.tool-module__W3KMka__diffChip.tool-module__W3KMka__chipActive:before{background:var(--bg-1)}.tool-module__W3KMka__formRow{flex-wrap:wrap;gap:1.2rem;display:flex}.tool-module__W3KMka__formRow>div{min-width:0}.tool-module__W3KMka__numInput{border:1px solid var(--border-2);border-radius:var(--radius-sm);width:90px;font-size:var(--type-size-body);padding:.45rem .65rem;font-family:inherit}.tool-module__W3KMka__textarea{border:1px solid var(--border-2);border-radius:var(--radius-sm);width:100%;font-size:var(--type-size-body);resize:vertical;padding:.55rem .7rem;font-family:inherit}.tool-module__W3KMka__error{background:var(--color-danger-bg);color:#b91c1c;border-radius:var(--radius-sm);font-size:var(--type-size-body);border:1px solid #fecaca;padding:.55rem .7rem}.tool-module__W3KMka__actions{border-top:1px solid #0000000f;justify-content:flex-end;align-items:center;gap:.5rem;padding-top:.85rem;display:flex}.tool-module__W3KMka__primary{background:var(--primary-fill);color:#fff;border:1px solid var(--color-primary);font-size:13.5px;font-weight:var(--type-weight-medium);cursor:pointer;border-radius:10px;align-items:center;gap:.35rem;padding:10px 20px;font-family:inherit;display:inline-flex}.tool-module__W3KMka__primary:hover:not(:disabled){background:var(--primary-fill-hover);border-color:var(--color-primary-dark)}.tool-module__W3KMka__primary:disabled{opacity:.5;cursor:not-allowed}.tool-module__W3KMka__saveBtn{background:var(--bg-1);color:var(--fg-1);border:1px solid var(--border-2);border-radius:var(--radius-md);font-size:var(--type-size-body);font-weight:var(--type-weight-semibold);cursor:pointer;align-items:center;gap:.35rem;padding:.5rem .9rem;font-family:inherit;display:inline-flex}.tool-module__W3KMka__saveBtn:hover:not(:disabled){background:var(--bg-2);border-color:var(--border-3)}.tool-module__W3KMka__saveBtn:disabled{opacity:.5;cursor:not-allowed}.tool-module__W3KMka__spin{animation:tool-module__W3KMka__spin var(--loop-spin) linear infinite}@keyframes tool-module__W3KMka__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tool-module__W3KMka__progress{flex-direction:column;gap:.3rem;display:flex}.tool-module__W3KMka__progressBar{background:var(--bg-2);border-radius:3px;width:100%;height:6px;overflow:hidden}.tool-module__W3KMka__progressFill{background:var(--primary-fill);height:100%;transition:width var(--dur-base) ease-out}.tool-module__W3KMka__progressText{font-size:var(--type-size-caption);color:var(--fg-3)}.tool-module__W3KMka__results{border-top:1px solid var(--border-1);flex-direction:column;gap:.4rem;padding-top:.5rem;display:flex}.tool-module__W3KMka__qCard{background:var(--bg-muted);border:1px solid #0000000f;border-radius:12px;padding:.7rem .85rem}.tool-module__W3KMka__examFileCard{align-items:center;gap:.5rem;display:flex}.tool-module__W3KMka__examFileIcon{color:var(--color-primary);flex-shrink:0}.tool-module__W3KMka__examFileMeta{min-width:0;font-size:var(--type-size-body);color:var(--fg-1);flex:1}.tool-module__W3KMka__examFileSub{font-size:var(--type-size-caption);color:var(--fg-3)}.tool-module__W3KMka__uploadZone{background:var(--bg-1);border:2px dashed var(--border-2);border-radius:var(--radius-md);cursor:pointer;text-align:left;width:100%;transition:border-color var(--duration-base) var(--ease-out), background var(--duration-base) var(--ease-out);align-items:center;gap:.6rem;padding:.85rem .9rem;display:flex}.tool-module__W3KMka__uploadZone:hover{border-color:var(--color-primary);background:var(--bg-2)}.tool-module__W3KMka__uploadZoneFilled{border-style:solid;border-color:var(--border-2)}.tool-module__W3KMka__uploadZoneInput{display:none}.tool-module__W3KMka__uploadZoneIcon{flex-shrink:0}.tool-module__W3KMka__uploadZoneBody{min-width:0;font-size:var(--type-size-body);flex:1}.tool-module__W3KMka__uploadZoneTitle{color:var(--fg-1);word-break:break-all}.tool-module__W3KMka__uploadZoneSub{font-size:var(--type-size-caption);color:var(--fg-3)}.tool-module__W3KMka__qHead{font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);gap:.4rem;margin-bottom:.3rem;display:flex}.tool-module__W3KMka__qNum{color:var(--color-primary)}.tool-module__W3KMka__qType{color:var(--fg-3)}.tool-module__W3KMka__qType[data-severity=high]{color:#b91c1c}.tool-module__W3KMka__qType[data-severity=medium]{color:#d97706}.tool-module__W3KMka__qType[data-severity=low]{color:#16a34a}.tool-module__W3KMka__qBodyWrap{flex-direction:column;gap:.35rem;display:flex}.tool-module__W3KMka__qBody{font-size:var(--type-size-body);color:var(--fg-1);white-space:normal;word-break:break-word;line-height:1.72}.tool-module__W3KMka__qMathBlock{text-align:center;font-size:var(--type-size-body);margin:.1rem 0;line-height:1.4;overflow:auto hidden}.tool-module__W3KMka__qCond{font-size:var(--type-size-body);color:var(--fg-1);gap:.4rem;line-height:1.62;display:flex}.tool-module__W3KMka__qCondLabel{font-weight:var(--type-weight-bold);color:var(--color-primary);flex-shrink:0}.tool-module__W3KMka__qCondText{flex:1;min-width:0}.tool-module__W3KMka__qChoices{font-size:var(--type-size-body);color:var(--fg-1);flex-wrap:wrap;gap:.35rem 1.7rem;margin-top:.45rem;line-height:1.5;display:flex}.tool-module__W3KMka__qChoice{align-items:baseline;gap:.25rem;display:inline-flex}.tool-module__W3KMka__qChoiceNum{font-weight:var(--type-weight-semibold);color:var(--fg-1)}.tool-module__W3KMka__qOptions{font-size:var(--type-size-body);color:var(--fg-2);margin:.4rem 0 0;padding-left:1.2rem}.tool-module__W3KMka__qAnswer{font-size:var(--type-size-body);color:var(--fg-2);background:var(--bg-1);border-radius:var(--radius-xs);border:1px solid var(--border-1);margin-top:.4rem;padding:.4rem .55rem}.tool-module__W3KMka__fbCard{padding:.9rem 1rem}.tool-module__W3KMka__fbHead{border-bottom:2px solid var(--border-2);align-items:center;gap:.5rem;margin-bottom:.2rem;padding-bottom:.55rem;display:flex}.tool-module__W3KMka__fbNum{font-size:var(--type-size-section);font-weight:var(--type-weight-bold);letter-spacing:-.02em;color:var(--color-primary)}.tool-module__W3KMka__fbSections{flex-direction:column;gap:.7rem;margin-top:.6rem;display:flex}.tool-module__W3KMka__fbSection{background:var(--bg-1);border:1px solid var(--border-2);border-radius:12px;padding:.9rem 1.05rem}.tool-module__W3KMka__fbLabel{font-size:var(--type-size-body);font-weight:var(--type-weight-bold);letter-spacing:-.01em;color:var(--fb-accent,var(--fg-2));align-items:center;gap:.4rem;margin-bottom:.5rem;display:inline-flex}.tool-module__W3KMka__fbLabel:before{content:"";background:var(--fb-accent,var(--fg-3));border-radius:999px;flex-shrink:0;width:8px;height:8px}.tool-module__W3KMka__fbText{font-size:var(--type-size-body);color:var(--fg-1);white-space:pre-wrap;word-break:break-word;line-height:1.65}.tool-module__W3KMka__summaryBox{background:var(--bg-2);border:1px solid var(--border-1);border-radius:var(--radius-sm);font-size:var(--type-size-body);color:var(--fg-2);padding:.7rem .85rem;line-height:1.6}.tool-module__W3KMka__summaryBox strong{color:var(--fg-1)}.tool-module__W3KMka__rowGridHead,.tool-module__W3KMka__rowGrid{grid-template-columns:60px 1fr 110px 110px 24px;align-items:center;gap:.4rem;display:grid}.tool-module__W3KMka__rowGridHead{font-size:var(--type-size-caption);font-weight:var(--type-weight-bold);color:var(--fg-3);letter-spacing:var(--tracking-caps);text-transform:uppercase;padding:0 .2rem .35rem}.tool-module__W3KMka__rowGridScroll{background:var(--bg-2);border-radius:var(--radius-sm);flex-direction:column;gap:.3rem;max-height:280px;padding:.2rem;display:flex;overflow-y:auto}.tool-module__W3KMka__smallInput{border:1px solid var(--border-2);border-radius:var(--radius-xs);width:100%;font-size:var(--type-size-body);background:var(--bg-1);padding:.4rem .55rem;font-family:inherit}.tool-module__W3KMka__rowText{border:1px solid var(--border-2);border-radius:var(--radius-xs);width:100%;font-size:var(--type-size-body);resize:vertical;background:var(--bg-1);min-height:32px;padding:.4rem .55rem;font-family:inherit;line-height:1.45}.tool-module__W3KMka__rowRemove{width:22px;height:22px;color:var(--fg-3);cursor:pointer;font-size:var(--type-size-section);background:0 0;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;line-height:1;display:inline-flex}.tool-module__W3KMka__rowRemove:hover:not(:disabled){background:var(--color-danger-bg);color:#b91c1c;border-color:#fca5a5}.tool-module__W3KMka__rowRemove:disabled{opacity:.3;cursor:not-allowed}.tool-module__W3KMka__addRow{border:1px dashed var(--border-2);border-radius:var(--radius-sm);font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);color:var(--fg-3);cursor:pointer;background:0 0;align-self:flex-start;align-items:center;gap:.25rem;margin-top:.4rem;padding:.4rem .7rem;font-family:inherit;display:inline-flex}.tool-module__W3KMka__addRow:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary)}.tool-module__W3KMka__addRow:disabled{opacity:.5;cursor:not-allowed}.tool-module__W3KMka__placeholder{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.6rem;padding:2.5rem 1rem;display:flex}.tool-module__W3KMka__placeholderIcon{color:var(--color-primary);background:var(--bg-2);border-radius:50%;width:56px;height:56px;padding:.7rem}.tool-module__W3KMka__placeholderTitle{font-size:var(--type-size-section);font-weight:var(--type-weight-bold);color:var(--fg-1);margin:0}.tool-module__W3KMka__placeholderText{font-size:var(--type-size-body);color:var(--fg-3);line-height:var(--lh-normal);max-width:480px;margin:0}.tool-module__W3KMka__placeholderLink{background:var(--primary-fill);color:#fff;border-radius:var(--radius-md);font-size:var(--type-size-body);font-weight:var(--type-weight-semibold);align-items:center;gap:.35rem;margin-top:.4rem;padding:.55rem 1rem;text-decoration:none;display:inline-flex}.tool-module__W3KMka__placeholderLink:hover{background:var(--primary-fill-hover)}
.ClassCalendarPicker-module__EcDPOW__wrap{gap:var(--s-3);background:var(--bg-1);border:1px solid var(--border-1);border-radius:var(--radius-md);padding:var(--s-4);--cal-accent:#4f46e5;--cal-accent-dark:#4338ca;--cal-accent-soft:#4f46e524;flex-direction:column;max-width:420px;display:flex}.ClassCalendarPicker-module__EcDPOW__header{justify-content:space-between;align-items:center;gap:var(--s-2);display:flex}.ClassCalendarPicker-module__EcDPOW__monthLabel{font-size:var(--type-size-section);font-weight:var(--type-weight-bold);color:var(--fg-1);letter-spacing:var(--tracking-tight)}.ClassCalendarPicker-module__EcDPOW__navBtn{border:1px solid var(--border-2);border-radius:var(--radius-sm);background:var(--bg-1);width:30px;height:30px;color:var(--fg-2);cursor:pointer;transition:background var(--duration-fast) var(--ease-out), transform var(--duration-fast) var(--ease-out);justify-content:center;align-items:center;display:inline-flex}.ClassCalendarPicker-module__EcDPOW__navBtn:hover{background:var(--bg-3)}.ClassCalendarPicker-module__EcDPOW__navBtn:active{transform:scale(.9)}.ClassCalendarPicker-module__EcDPOW__grid{grid-template-columns:repeat(7,1fr);gap:4px;display:grid;position:relative}.ClassCalendarPicker-module__EcDPOW__thumb{z-index:1;background:var(--cal-accent);border-radius:var(--radius-sm);pointer-events:none;opacity:0;transition:transform var(--dur-base) var(--ease-pop), width var(--dur-enter) var(--ease-out), height var(--dur-enter) var(--ease-out), opacity var(--dur-fast) var(--ease-out);position:absolute;top:0;left:0}.ClassCalendarPicker-module__EcDPOW__grid[data-ready=true] .ClassCalendarPicker-module__EcDPOW__thumb{opacity:1}.ClassCalendarPicker-module__EcDPOW__dow{text-align:center;font-size:var(--type-size-caption);font-weight:var(--type-weight-bold);color:var(--fg-3);padding-bottom:2px}.ClassCalendarPicker-module__EcDPOW__dowSun{color:#dc2626}.ClassCalendarPicker-module__EcDPOW__dowSat{color:#2563eb}.ClassCalendarPicker-module__EcDPOW__cell{aspect-ratio:1;cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:flex-start;align-items:center;gap:2px;padding:4px 2px 2px;display:flex;position:relative}.ClassCalendarPicker-module__EcDPOW__cell:before{content:"";z-index:0;border-radius:var(--radius-sm);transition:background var(--duration-fast) var(--ease-out);background:0 0;position:absolute;inset:0}.ClassCalendarPicker-module__EcDPOW__cell:hover:not(.ClassCalendarPicker-module__EcDPOW__selected):not(.ClassCalendarPicker-module__EcDPOW__multiSelected):before{background:var(--bg-3)}.ClassCalendarPicker-module__EcDPOW__selected:hover:before{background:0 0}.ClassCalendarPicker-module__EcDPOW__multiSelected:hover:before{background:var(--cal-accent)}.ClassCalendarPicker-module__EcDPOW__num{z-index:2;border-radius:var(--radius-pill,999px);width:18px;height:18px;font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);color:var(--fg-1);animation:ClassCalendarPicker-module__EcDPOW__cellNumIn var(--dur-enter) var(--ease-out);justify-content:center;align-items:center;display:inline-flex;position:relative}.ClassCalendarPicker-module__EcDPOW__tag{z-index:2;border-radius:var(--radius-pill,999px);height:13px;font-size:9px;font-weight:var(--type-weight-semibold);letter-spacing:-.01em;white-space:nowrap;color:var(--c,var(--fg-2));background:color-mix(in srgb, var(--c,var(--fg-2)) 12%, transparent);justify-content:center;align-items:center;padding:0 4px;line-height:1;display:inline-flex;position:relative}.ClassCalendarPicker-module__EcDPOW__tagClass{--c:var(--color-primary,#0e1118)}.ClassCalendarPicker-module__EcDPOW__tagClassPast{--c:#059669}.ClassCalendarPicker-module__EcDPOW__tagExtra{--c:#2563eb}.ClassCalendarPicker-module__EcDPOW__tagCancelled{--c:#dc2626}.ClassCalendarPicker-module__EcDPOW__tagExam{--c:#7c3aed}.ClassCalendarPicker-module__EcDPOW__recordDot{z-index:2;border-radius:var(--radius-pill,999px);background:var(--cal-accent);pointer-events:none;width:5px;height:5px;position:absolute;top:3px;right:5px}.ClassCalendarPicker-module__EcDPOW__recordDotLegend{border-radius:var(--radius-pill,999px);background:var(--cal-accent);width:5px;height:5px;display:inline-block}.ClassCalendarPicker-module__EcDPOW__cell:active .ClassCalendarPicker-module__EcDPOW__num{transition:transform var(--dur-press) var(--ease-out);transform:scale(.86)}.ClassCalendarPicker-module__EcDPOW__empty{cursor:default}.ClassCalendarPicker-module__EcDPOW__empty:hover:before{background:0 0}.ClassCalendarPicker-module__EcDPOW__classDay .ClassCalendarPicker-module__EcDPOW__num{color:var(--fg-1)}.ClassCalendarPicker-module__EcDPOW__extra .ClassCalendarPicker-module__EcDPOW__num{color:var(--color-info-fg)}.ClassCalendarPicker-module__EcDPOW__cancelled .ClassCalendarPicker-module__EcDPOW__num{color:var(--fg-4);text-decoration:line-through}.ClassCalendarPicker-module__EcDPOW__muted .ClassCalendarPicker-module__EcDPOW__num{color:var(--fg-1);opacity:.55}.ClassCalendarPicker-module__EcDPOW__selected:before{box-shadow:none;background:0 0}.ClassCalendarPicker-module__EcDPOW__selected .ClassCalendarPicker-module__EcDPOW__num{color:#fff;opacity:1;background:0 0}.ClassCalendarPicker-module__EcDPOW__selected .ClassCalendarPicker-module__EcDPOW__tag{color:#fff;background:#ffffff38}.ClassCalendarPicker-module__EcDPOW__selected.ClassCalendarPicker-module__EcDPOW__cancelled .ClassCalendarPicker-module__EcDPOW__num{text-decoration:line-through}.ClassCalendarPicker-module__EcDPOW__selected .ClassCalendarPicker-module__EcDPOW__recordDot,.ClassCalendarPicker-module__EcDPOW__multiSelected .ClassCalendarPicker-module__EcDPOW__recordDot{background:#fff}.ClassCalendarPicker-module__EcDPOW__multiSelected:before{background:var(--cal-accent)}.ClassCalendarPicker-module__EcDPOW__multiSelected .ClassCalendarPicker-module__EcDPOW__num,.ClassCalendarPicker-module__EcDPOW__multiSelected .ClassCalendarPicker-module__EcDPOW__tag{color:#fff}.ClassCalendarPicker-module__EcDPOW__multiSelected .ClassCalendarPicker-module__EcDPOW__tag{background:#ffffff38}.ClassCalendarPicker-module__EcDPOW__multiSelected .ClassCalendarPicker-module__EcDPOW__num{opacity:1}.ClassCalendarPicker-module__EcDPOW__legend{gap:var(--s-3);font-size:var(--type-size-caption);color:var(--fg-3);flex-wrap:wrap;display:flex}.ClassCalendarPicker-module__EcDPOW__legendItem{align-items:center;gap:.3rem;display:inline-flex}.ClassCalendarPicker-module__EcDPOW__actions{align-items:center;gap:var(--s-2);border-top:1px solid var(--border-1);padding-top:var(--s-3);flex-wrap:wrap;display:flex}.ClassCalendarPicker-module__EcDPOW__statusLabel{font-size:var(--type-size-body);font-weight:var(--type-weight-semibold);color:var(--fg-2);margin-right:auto}@keyframes ClassCalendarPicker-module__EcDPOW__cellNumIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.ClassCalendarPicker-module__EcDPOW__thumb,.ClassCalendarPicker-module__EcDPOW__num,.ClassCalendarPicker-module__EcDPOW__navBtn{transition:none;animation:none}}
.OmrGradePanel-module__gFKsfG__panel{flex-direction:column;gap:14px;display:flex}.OmrGradePanel-module__gFKsfG__pdfCard{background:var(--bg-1);border:1px solid #1118271a;border-radius:12px;flex-direction:column;gap:10px;padding:14px;display:flex}.OmrGradePanel-module__gFKsfG__pdfCardHead{align-items:center;gap:8px;display:flex}.OmrGradePanel-module__gFKsfG__pdfCardIcon{color:var(--fg-1);flex-shrink:0}.OmrGradePanel-module__gFKsfG__pdfCardTitle{font-size:var(--type-size-body);color:var(--fg-1);letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.OmrGradePanel-module__gFKsfG__pdfCardMeta{font-size:var(--type-size-caption);color:var(--fg-3);font-variant-numeric:tabular-nums;flex-shrink:0;margin-left:auto}.OmrGradePanel-module__gFKsfG__pdfCardHint{font-size:var(--type-size-caption);color:var(--fg-3);line-height:1.5}.OmrGradePanel-module__gFKsfG__pdfStatus{font-size:var(--type-size-caption);color:var(--fg-3);align-items:center;gap:6px;display:inline-flex}.OmrGradePanel-module__gFKsfG__info{background:var(--bg-1);font-size:var(--type-size-caption);color:var(--fg-2);border:1px solid #1118270f;border-radius:10px;padding:12px;line-height:1.5}.OmrGradePanel-module__gFKsfG__infoSub{color:var(--fg-3);font-size:var(--type-size-caption)}.OmrGradePanel-module__gFKsfG__btnRow{flex-wrap:wrap;gap:8px;display:flex}.OmrGradePanel-module__gFKsfG__btn{font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-family:inherit;display:inline-flex}.OmrGradePanel-module__gFKsfG__btnPrimary{color:#fff;background:#0f172a;border:none;}.OmrGradePanel-module__gFKsfG__btnSecondary{background:var(--bg-1);color:var(--fg-1);border:1px solid #1118271f;}.OmrGradePanel-module__gFKsfG__btnGhost{color:var(--fg-3);font-weight:var(--type-weight-medium);background:0 0;border:1px solid #0000;}.OmrGradePanel-module__gFKsfG__btnGhostLink{background:var(--bg-1);color:var(--fg-2);font-weight:var(--type-weight-medium);border:1px solid #1118271f;text-decoration:none;}.OmrGradePanel-module__gFKsfG__btnPrimary:disabled,.OmrGradePanel-module__gFKsfG__btnSecondary:disabled{cursor:not-allowed;opacity:.5}.OmrGradePanel-module__gFKsfG__hiddenInput{display:none}.OmrGradePanel-module__gFKsfG__progressBox{background:var(--bg-1);font-size:var(--type-size-caption);color:var(--fg-2);border:1px solid #1118270f;border-radius:10px;align-items:center;gap:8px;padding:10px 12px;display:inline-flex}.OmrGradePanel-module__gFKsfG__errorBox{background:var(--color-danger-bg);color:#b91c1c;font-size:var(--type-size-caption);border:1px solid #ef444447;border-radius:10px;padding:10px 12px}.OmrGradePanel-module__gFKsfG__resultCard{font-size:var(--type-size-caption);color:var(--fg-1);border-radius:12px;flex-direction:column;gap:6px;padding:12px 14px;display:flex}.OmrGradePanel-module__gFKsfG__resultHead{align-items:center;gap:8px;display:flex}.OmrGradePanel-module__gFKsfG__confBadge{font-size:var(--type-size-caption);background:var(--bg-1);font-weight:var(--type-weight-semibold);border-radius:999px;margin-left:auto;padding:2px 8px}.OmrGradePanel-module__gFKsfG__resultScore{color:var(--fg-2)}.OmrGradePanel-module__gFKsfG__resultOk{color:#15803d;margin-left:8px}.OmrGradePanel-module__gFKsfG__resultWarn{color:#a16207;margin-left:8px}.OmrGradePanel-module__gFKsfG__resultConflict{font-size:var(--type-size-caption);color:#a16207}.OmrGradePanel-module__gFKsfG__resultMeta{font-size:var(--type-size-caption);color:var(--fg-3)}.OmrGradePanel-module__gFKsfG__listCard{background:var(--bg-1);border:1px solid #11182714;border-radius:12px;overflow:hidden}.OmrGradePanel-module__gFKsfG__listHead{background:var(--bg-1);border-bottom:1px solid #1118270f;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.OmrGradePanel-module__gFKsfG__listTitle{font-size:var(--type-size-caption);color:var(--fg-1)}.OmrGradePanel-module__gFKsfG__listEmpty{text-align:center;color:#4d5158;font-size:var(--type-size-caption);padding:32px}.OmrGradePanel-module__gFKsfG__listBody{flex-direction:column;display:flex}.OmrGradePanel-module__gFKsfG__listRow{font-size:var(--type-size-caption);border-bottom:1px solid #1118270d;grid-template-columns:1.4fr .8fr .6fr auto;align-items:center;gap:10px;padding:10px 14px;display:grid}.OmrGradePanel-module__gFKsfG__rowName{flex-direction:column;min-width:0;display:flex}.OmrGradePanel-module__gFKsfG__rowNameText{color:var(--fg-1);font-weight:var(--type-weight-semibold)}.OmrGradePanel-module__gFKsfG__rowNameIcon{color:#a16207;vertical-align:middle;margin-left:4px}.OmrGradePanel-module__gFKsfG__rowSub{font-size:var(--type-size-caption);color:var(--fg-3)}.OmrGradePanel-module__gFKsfG__rowScore{color:var(--fg-2);font-variant-numeric:tabular-nums}.OmrGradePanel-module__gFKsfG__rowScoreNum{color:var(--fg-1)}.OmrGradePanel-module__gFKsfG__rowWrong{font-size:var(--type-size-caption);color:#b91c1c;margin-left:6px}.OmrGradePanel-module__gFKsfG__rowBadge{font-size:var(--type-size-caption);font-weight:var(--type-weight-semibold);border-radius:999px;justify-content:center;padding:2px 8px;display:inline-flex}.OmrGradePanel-module__gFKsfG__rowTime{font-size:var(--type-size-caption);color:#4d5158}
.SendToDialog-module__-qhV-W__overlay{z-index:1100;background:#1f1d1a80;justify-content:center;align-items:center;padding:1.2rem;display:flex;position:fixed;inset:0}.SendToDialog-module__-qhV-W__modal{background:var(--bg-1);border-radius:var(--radius-lg);width:100%;max-width:560px;max-height:90vh;box-shadow:var(--shadow-pop);flex-direction:column;display:flex;overflow:hidden}.SendToDialog-module__-qhV-W__head{border-bottom:1px solid var(--border-1);justify-content:space-between;align-items:center;padding:.9rem 1.1rem;display:flex}.SendToDialog-module__-qhV-W__title{font-size:var(--type-size-section);font-weight:var(--type-weight-bold);margin:0}.SendToDialog-module__-qhV-W__close{color:var(--fg-3);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;padding:.3rem;display:inline-flex}.SendToDialog-module__-qhV-W__close:hover{background:var(--bg-2);color:var(--fg-1)}.SendToDialog-module__-qhV-W__body{padding:1rem 1.1rem 1.1rem;overflow-y:auto}.SendToDialog-module__-qhV-W__targetGrid{grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:.8rem;display:grid}.SendToDialog-module__-qhV-W__targetCard{background:var(--bg-1);border:1px solid var(--border-2);border-radius:var(--radius-md);cursor:pointer;text-align:left;transition:border-color var(--duration-base) var(--ease-out), background var(--duration-base) var(--ease-out);flex-direction:column;align-items:flex-start;gap:.3rem;padding:.8rem .9rem;font-family:inherit;display:flex;position:relative}.SendToDialog-module__-qhV-W__targetCard:hover{border-color:var(--border-3);background:var(--bg-2)}.SendToDialog-module__-qhV-W__targetCardActive,.SendToDialog-module__-qhV-W__targetCardActive:hover{border-color:var(--color-primary);background:color-mix(in srgb, var(--primary-fill) 6%, var(--bg-1));box-shadow:0 0 0 3px color-mix(in srgb, var(--color-primary) 14%, transparent)}.SendToDialog-module__-qhV-W__targetCardActive>svg{color:var(--color-primary)}.SendToDialog-module__-qhV-W__targetCheck{border-radius:var(--radius-pill);background:var(--primary-fill);color:#fff;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex;position:absolute;top:.6rem;right:.6rem}.SendToDialog-module__-qhV-W__targetLabel{font-size:var(--type-size-body);font-weight:var(--type-weight-bold);color:var(--fg-1)}.SendToDialog-module__-qhV-W__targetCardActive .SendToDialog-module__-qhV-W__targetLabel{color:var(--color-primary)}.SendToDialog-module__-qhV-W__targetDesc{font-size:var(--type-size-caption);color:var(--fg-3);line-height:1.4}.SendToDialog-module__-qhV-W__label{font-size:var(--type-size-caption);font-weight:var(--type-weight-bold);letter-spacing:var(--tracking-caps);text-transform:uppercase;color:var(--fg-3);margin:.7rem 0 .3rem;display:block}.SendToDialog-module__-qhV-W__input{border:1px solid var(--border-2);border-radius:var(--radius-sm);width:100%;font-size:var(--type-size-body);background:var(--bg-1);color:var(--fg-1);padding:.5rem .7rem;font-family:inherit}.SendToDialog-module__-qhV-W__errorBox{background:var(--color-danger-bg);color:#b91c1c;border-radius:var(--radius-sm);font-size:var(--type-size-body);border:1px solid #fecaca;align-items:center;gap:.4rem;margin-top:.8rem;padding:.55rem .75rem;display:flex}.SendToDialog-module__-qhV-W__successBox{background:var(--bg-1);color:#166534;border-radius:var(--radius-sm);font-size:var(--type-size-body);border:1px solid #bbf7d0;align-items:flex-start;gap:.6rem;padding:.8rem .9rem;display:flex}.SendToDialog-module__-qhV-W__successBox p{color:#14532d;margin:.2rem 0 0}.SendToDialog-module__-qhV-W__footer{justify-content:flex-end;align-items:center;gap:.5rem;margin-top:1rem;display:flex}.SendToDialog-module__-qhV-W__linkBtn{color:var(--fg-3);font-size:var(--type-size-body);font-weight:var(--type-weight-semibold);cursor:pointer;border-radius:var(--radius-md);background:0 0;border:none;padding:.45rem .8rem;font-family:inherit}.SendToDialog-module__-qhV-W__linkBtn:hover:not(:disabled){background:var(--bg-2);color:var(--fg-1)}.SendToDialog-module__-qhV-W__linkBtn:disabled{opacity:.5;cursor:not-allowed}.SendToDialog-module__-qhV-W__primaryBtn{background:var(--primary-fill);color:#fff;border:1px solid var(--color-primary);border-radius:var(--radius-md);font-size:var(--type-size-body);font-weight:var(--type-weight-semibold);cursor:pointer;align-items:center;gap:.35rem;padding:.5rem 1rem;font-family:inherit;text-decoration:none;display:inline-flex}.SendToDialog-module__-qhV-W__primaryBtn:hover:not(:disabled){background:var(--primary-fill-hover);border-color:var(--color-primary-dark);color:#fff}.SendToDialog-module__-qhV-W__primaryBtn:disabled{opacity:.5;cursor:not-allowed}.SendToDialog-module__-qhV-W__spin{animation:SendToDialog-module__-qhV-W__spin var(--loop-spin) linear infinite}@keyframes SendToDialog-module__-qhV-W__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.TeacherPageTitle-module__KlknUW__header{justify-content:space-between;align-items:flex-start;gap:var(--s-5);padding-bottom:var(--s-5);margin-bottom:var(--s-6);border-bottom:1px solid var(--separator);display:flex}.TeacherPageTitle-module__KlknUW__titleBlock{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.TeacherPageTitle-module__KlknUW__eyebrow{font-size:var(--type-size-page-title);font-weight:var(--type-weight-bold);text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:12px;line-height:1;display:inline-flex;color:var(--fg-2)!important}.TeacherPageTitle-module__KlknUW__eyebrowDot{border-radius:50%;width:8px;height:8px;background:#10b981!important}.TeacherPageTitle-module__KlknUW__title{font-size:var(--type-size-page-title);line-height:1.15;font-weight:var(--type-weight-bold);color:var(--fg-1);letter-spacing:-.025em;font-feature-settings:"ss01", "ss02", "cv01";margin:0}.TeacherPageTitle-module__KlknUW__description{color:var(--fg-3);font-size:var(--type-size-body);letter-spacing:-.005em;max-width:720px;margin:4px 0 0;line-height:1.6}.TeacherPageTitle-module__KlknUW__meta{margin-top:var(--s-3);font-size:var(--type-size-page-title);color:var(--fg-3);flex-wrap:wrap;align-items:center;gap:12px;display:flex}.TeacherPageTitle-module__KlknUW__actions{align-items:center;gap:var(--s-2);flex-shrink:0;display:flex}@media (max-width:720px){.TeacherPageTitle-module__KlknUW__header{gap:var(--s-3);flex-direction:column}.TeacherPageTitle-module__KlknUW__title{font-size:var(--type-size-page-title)}.TeacherPageTitle-module__KlknUW__actions{width:100%}}
