.DashboardBugReportFab-module__ZyDWIG__anchor{z-index:40;position:fixed;bottom:28px;right:28px}.DashboardBugReportFab-module__ZyDWIG__trigger{border:1px solid var(--bug-fab-border,var(--shell-rule,var(--student-dashboard-border)));background:var(--bug-fab-surface,var(--shell-surface,var(--student-dashboard-panel-bg)));cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.5rem;line-height:1;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;box-shadow:0 10px 26px #1714131f}.DashboardBugReportFab-module__ZyDWIG__trigger:hover{border-color:var(--bug-fab-border-hover,var(--shell-rule-strong,var(--student-dashboard-border-strong)));transform:scale(1.08);box-shadow:0 14px 32px #17141329}.DashboardBugReportFab-module__ZyDWIG__trigger:active{transform:scale(.96)}.DashboardBugReportFab-module__ZyDWIG__panel{background:var(--bug-fab-surface,var(--shell-surface,var(--student-dashboard-panel-bg)));border:1px solid var(--bug-fab-border,var(--shell-rule,var(--student-dashboard-border)));transform-origin:100% 100%;border-radius:20px;width:min(360px,100vw - 32px);animation:.2s DashboardBugReportFab-module__ZyDWIG__panelIn;position:absolute;bottom:0;right:0;overflow:hidden;box-shadow:0 18px 42px #17141329}@keyframes DashboardBugReportFab-module__ZyDWIG__panelIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.DashboardBugReportFab-module__ZyDWIG__panelClosing{animation:.1s forwards DashboardBugReportFab-module__ZyDWIG__panelOut}@keyframes DashboardBugReportFab-module__ZyDWIG__panelOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.DashboardBugReportFab-module__ZyDWIG__backdrop{z-index:39;position:fixed;inset:0}.DashboardBugReportFab-module__ZyDWIG__header{border-bottom:1px solid var(--bug-fab-border,var(--shell-rule,var(--student-dashboard-border)));justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.DashboardBugReportFab-module__ZyDWIG__title{color:var(--bug-fab-ink,var(--shell-ink,var(--student-dashboard-text)));margin:0;font-size:1rem;font-weight:600}.DashboardBugReportFab-module__ZyDWIG__closeButton{background:color-mix(in srgb,var(--bug-fab-surface,var(--shell-surface,var(--student-dashboard-panel-bg)))88%,black 12%);cursor:pointer;width:26px;height:26px;color:var(--bug-fab-muted,var(--shell-muted,var(--student-dashboard-text-muted)));border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.DashboardBugReportFab-module__ZyDWIG__closeButton:hover{background:color-mix(in srgb,var(--bug-fab-surface,var(--shell-surface,var(--student-dashboard-panel-bg)))80%,black 20%);color:var(--bug-fab-ink,var(--shell-ink,var(--student-dashboard-text)))}.DashboardBugReportFab-module__ZyDWIG__body{flex-direction:column;gap:12px;padding:16px 20px 20px;display:flex}.DashboardBugReportFab-module__ZyDWIG__textarea{border:1px solid var(--bug-fab-border,var(--shell-rule,var(--student-dashboard-border)));resize:vertical;width:100%;min-height:104px;color:var(--bug-fab-ink,var(--shell-ink,var(--student-dashboard-text)));background:#ffffffb3;border-radius:12px;padding:12px 14px;font-family:inherit;font-size:.95rem;transition:border-color .15s}.DashboardBugReportFab-module__ZyDWIG__textarea:focus{border-color:var(--bug-fab-accent,var(--shell-accent,var(--student-dashboard-accent)));outline:none}.DashboardBugReportFab-module__ZyDWIG__textarea::placeholder{color:var(--bug-fab-muted,var(--shell-muted,var(--student-dashboard-text-muted)))}.DashboardBugReportFab-module__ZyDWIG__buttons{gap:8px;display:flex}.DashboardBugReportFab-module__ZyDWIG__cancelButton,.DashboardBugReportFab-module__ZyDWIG__submitButton{cursor:pointer;border-radius:10px;flex:1;padding:10px 16px;font-size:.95rem;font-weight:500}.DashboardBugReportFab-module__ZyDWIG__cancelButton{border:1px solid var(--bug-fab-border,var(--shell-rule,var(--student-dashboard-border)));color:var(--bug-fab-muted,var(--shell-muted,var(--student-dashboard-text-muted)));background:0 0;transition:background .15s}.DashboardBugReportFab-module__ZyDWIG__cancelButton:hover{color:var(--bug-fab-ink,var(--shell-ink,var(--student-dashboard-text)));background:#ffffff85}.DashboardBugReportFab-module__ZyDWIG__submitButton{background:var(--bug-fab-accent,var(--shell-accent,var(--student-dashboard-accent)));border:1px solid var(--bug-fab-accent,var(--shell-accent,var(--student-dashboard-accent)));color:#fff;transition:transform .15s,background .15s,border-color .15s}.DashboardBugReportFab-module__ZyDWIG__submitButton:hover:not(:disabled){background:var(--bug-fab-accent-hover,var(--shell-accent,var(--student-dashboard-accent-strong,var(--student-dashboard-accent))));border-color:var(--bug-fab-accent-hover,var(--shell-accent,var(--student-dashboard-accent-strong,var(--student-dashboard-accent))));transform:translateY(-1px)}.DashboardBugReportFab-module__ZyDWIG__submitButton:disabled{opacity:.6;cursor:not-allowed}.DashboardBugReportFab-module__ZyDWIG__success{flex-direction:column;align-items:center;gap:10px;padding:28px 20px;display:flex}.DashboardBugReportFab-module__ZyDWIG__successIcon{color:#16a34a;background:#22c55e26;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.DashboardBugReportFab-module__ZyDWIG__successMessage{text-align:center;color:var(--bug-fab-ink,var(--shell-ink,var(--student-dashboard-text)));margin:0;font-size:.95rem;font-weight:500}.DashboardBugReportFab-module__ZyDWIG__sendMoreButton{color:var(--bug-fab-accent,var(--shell-accent,var(--student-dashboard-accent)));cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:.85rem;font-weight:500;transition:background .15s}.DashboardBugReportFab-module__ZyDWIG__sendMoreButton:hover{background:color-mix(in srgb,var(--bug-fab-accent,var(--shell-accent,var(--student-dashboard-accent)))12%,transparent)}@media (max-width:768px){.DashboardBugReportFab-module__ZyDWIG__anchor{bottom:12px;right:12px}.DashboardBugReportFab-module__ZyDWIG__trigger{width:48px;height:48px;font-size:1.35rem}}
.StudentDashboardShell-module__WsK4Na__appShell{--student-dashboard-bg:#f5f1e8;--student-dashboard-border:#e6dfd3;--student-dashboard-border-strong:#d7cdba;--student-dashboard-frame-bg:#fffffff0;--student-dashboard-main-bg:linear-gradient(180deg,#fffdfa 0%,#faf7f1 100%);--student-dashboard-panel-bg:#ffffffe0;--student-dashboard-shadow:0 24px 80px #2a2f4014,0 8px 24px #2a2f400f;--student-dashboard-text:#202532;--student-dashboard-text-muted:#778091;--student-dashboard-text-soft:#97a0b1;--student-dashboard-nav-active:#f1ede6;--student-dashboard-accent:#c85d39;--student-dashboard-accent-soft:#faecd7;--student-dashboard-accent-strong:#af4a2a;--student-dashboard-space-1:4px;--student-dashboard-space-2:8px;--student-dashboard-space-3:12px;--student-dashboard-space-4:16px;--student-dashboard-space-5:20px;--student-dashboard-space-6:24px;--student-dashboard-space-7:28px;--student-dashboard-space-8:32px;--student-dashboard-space-9:40px;--student-dashboard-surface-gap:var(--student-dashboard-space-9);--student-dashboard-surface-section-gap:var(--student-dashboard-space-7);--student-dashboard-panel-padding:var(--student-dashboard-space-7);--student-dashboard-card-padding:var(--student-dashboard-space-6);--student-dashboard-font-sans:var(--font-student-dashboard-sans),var(--font-geist-sans),system-ui,sans-serif;--student-dashboard-font-serif:"Iowan Old Style","Apple Garamond","Times New Roman",serif;background:radial-gradient(circle at top left,#f2e2ca80,transparent 32%),radial-gradient(circle at bottom right,#eee1ce70,transparent 28%),var(--student-dashboard-bg);color:var(--student-dashboard-text);height:100dvh;padding:var(--student-dashboard-space-6);overflow:hidden}.StudentDashboardShell-module__WsK4Na__frame{background:var(--student-dashboard-frame-bg);border:1px solid var(--student-dashboard-border);box-shadow:var(--student-dashboard-shadow);border-radius:28px;grid-template-columns:208px minmax(0,1fr);height:100%;display:grid;overflow:hidden}.StudentDashboardShell-module__WsK4Na__sidebar{border-right:1px solid var(--student-dashboard-border);gap:var(--student-dashboard-space-6);padding:var(--student-dashboard-space-5)var(--student-dashboard-space-4)var(--student-dashboard-space-4);background:linear-gradient(#fff 0%,#fbfaf6 100%);flex-direction:column;display:flex}.StudentDashboardShell-module__WsK4Na__brandBlock{padding:8px 10px 6px}.StudentDashboardShell-module__WsK4Na__wordmark{align-items:center;line-height:0;display:inline-flex}.StudentDashboardShell-module__WsK4Na__wordmarkImage{width:160px;height:auto;display:block}.StudentDashboardShell-module__WsK4Na__nav{gap:var(--student-dashboard-space-2);display:grid}.StudentDashboardShell-module__WsK4Na__navLink,.StudentDashboardShell-module__WsK4Na__navLinkActive{color:var(--student-dashboard-text-muted);border-radius:14px;align-items:center;gap:12px;min-height:46px;padding:11px 14px;transition:background-color .12s,box-shadow .12s,color .12s,transform .12s;display:flex}.StudentDashboardShell-module__WsK4Na__navLink:hover,.StudentDashboardShell-module__WsK4Na__navLink:focus-visible,.StudentDashboardShell-module__WsK4Na__profileCard:hover,.StudentDashboardShell-module__WsK4Na__profileCard:focus-visible{color:var(--student-dashboard-text);background:#f4f0e9e6;outline:none}.StudentDashboardShell-module__WsK4Na__navLinkActive{background:var(--student-dashboard-nav-active);color:var(--student-dashboard-text);box-shadow:inset 0 0 0 1px #d7cdba94}.StudentDashboardShell-module__WsK4Na__navIcon{color:currentColor;flex:none}.StudentDashboardShell-module__WsK4Na__navLabel{flex:1;font-size:.98rem;font-weight:500}.StudentDashboardShell-module__WsK4Na__navBadge{color:#7352c1;letter-spacing:.04em;text-transform:uppercase;background:#f2e8ff;border:1px solid #e1d1ff;border-radius:999px;padding:4px 8px;font-size:.7rem;font-weight:700}.StudentDashboardShell-module__WsK4Na__sidebarFooter{gap:10px;margin-top:auto;display:grid}.StudentDashboardShell-module__WsK4Na__profileCard{border:1px solid var(--student-dashboard-border);background:#ffffffc7;border-radius:18px;align-items:center;gap:10px;padding:11px 12px;transition:background-color .12s,border-color .12s,box-shadow .12s;display:flex}.StudentDashboardShell-module__WsK4Na__profileCard[aria-current=page]{background:var(--student-dashboard-nav-active);border-color:var(--student-dashboard-border-strong);box-shadow:inset 0 0 0 1px #d7cdba8f}.StudentDashboardShell-module__WsK4Na__profileAvatar{color:#596171;letter-spacing:.03em;background:#eef1f4;border-radius:999px;flex:none;justify-content:center;align-items:center;width:34px;height:34px;font-size:.8rem;font-weight:700;display:inline-flex}.StudentDashboardShell-module__WsK4Na__profileCopy{flex:1;gap:2px;min-width:0;display:grid}.StudentDashboardShell-module__WsK4Na__profileName{color:var(--student-dashboard-text);font-size:.95rem;font-weight:600;line-height:1.2}.StudentDashboardShell-module__WsK4Na__sessionAccessCard{background:linear-gradient(#fdf6e9 0%,#f8edd9 100%);border:1px solid #dfccabd9;border-radius:18px;gap:4px;padding:11px 12px 12px;display:grid;box-shadow:inset 0 1px #ffffffb8}.StudentDashboardShell-module__WsK4Na__sessionAccessLabel{color:#5d523dc7;letter-spacing:.05em;text-transform:uppercase;font-size:.72rem;font-weight:700;line-height:1.2}.StudentDashboardShell-module__WsK4Na__sessionAccessValue{color:#2f261e;font-family:var(--student-dashboard-font-serif);letter-spacing:-.02em;font-size:1.08rem;line-height:1.25}.StudentDashboardShell-module__WsK4Na__mainColumn{background:var(--student-dashboard-main-bg);grid-template-rows:48px minmax(0,1fr);min-width:0;min-height:0;display:grid}.StudentDashboardShell-module__WsK4Na__topBar{border-bottom:1px solid var(--student-dashboard-border);background:#ffffff80;justify-content:space-between;align-items:center;padding:0 20px;display:flex}.StudentDashboardShell-module__WsK4Na__topBarLabel{color:var(--student-dashboard-text-soft);font-size:.95rem;font-weight:500}.StudentDashboardShell-module__WsK4Na__topBarActions{align-items:center;gap:10px;display:inline-flex}.StudentDashboardShell-module__WsK4Na__topBarSignOut{color:var(--student-dashboard-text-muted);cursor:pointer;background:#ffffffb3;border:1px solid #dcd3c6f2;border-radius:999px;align-items:center;gap:7px;min-height:34px;padding:0 12px;font-size:.85rem;font-weight:600;transition:background-color .12s,border-color .12s,color .12s,transform .12s;display:inline-flex}.StudentDashboardShell-module__WsK4Na__topBarSignOut:hover,.StudentDashboardShell-module__WsK4Na__topBarSignOut:focus-visible{color:var(--student-dashboard-text);background:#ffffffeb;border-color:#c85d3933;outline:none;transform:translateY(-1px)}.StudentDashboardShell-module__WsK4Na__topBarSignOut:disabled{cursor:default;opacity:.72;transform:none}.StudentDashboardShell-module__WsK4Na__mainContent{min-width:0;min-height:0;padding:var(--student-dashboard-panel-padding);position:relative;overflow-y:auto}.StudentDashboardShell-module__WsK4Na__mainContentBody{flex-direction:column;min-width:0;height:100%;min-height:100%;display:flex}.StudentDashboardShell-module__WsK4Na__mobileToggle{z-index:50;border:1px solid var(--student-dashboard-border);background:var(--student-dashboard-frame-bg);width:40px;height:40px;color:var(--student-dashboard-text);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;display:none;position:fixed;top:12px;left:16px;box-shadow:0 2px 8px #2a2f4014}.StudentDashboardShell-module__WsK4Na__mobileOverlay{z-index:60;position:fixed;inset:0}.StudentDashboardShell-module__WsK4Na__mobileBackdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a40;animation:.2s ease-out StudentDashboardShell-module__WsK4Na__fadeIn;position:absolute;inset:0}.StudentDashboardShell-module__WsK4Na__mobileSidebar{border-right:1px solid var(--student-dashboard-border);width:min(280px,85vw);height:100%;padding:var(--student-dashboard-space-5)var(--student-dashboard-space-4)var(--student-dashboard-space-4);background:linear-gradient(#fff 0%,#fbfaf6 100%);flex-direction:column;animation:.2s ease-out StudentDashboardShell-module__WsK4Na__slideIn;display:flex;position:absolute;top:0;left:0;box-shadow:0 24px 80px #2a2f401f}.StudentDashboardShell-module__WsK4Na__mobileClose{width:36px;height:36px;color:var(--student-dashboard-text-muted);cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-self:flex-end;align-items:center;display:inline-flex}.StudentDashboardShell-module__WsK4Na__mobileClose:hover{color:var(--student-dashboard-text);background:#f4f0e9e6}@keyframes StudentDashboardShell-module__WsK4Na__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes StudentDashboardShell-module__WsK4Na__slideIn{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@media (max-width:767px){.StudentDashboardShell-module__WsK4Na__appShell{padding:10px}.StudentDashboardShell-module__WsK4Na__frame{border-radius:20px;grid-template-columns:minmax(0,1fr)}.StudentDashboardShell-module__WsK4Na__sidebar{display:none}.StudentDashboardShell-module__WsK4Na__mobileToggle{display:inline-flex}.StudentDashboardShell-module__WsK4Na__topBar{padding-left:52px}.StudentDashboardShell-module__WsK4Na__mainContent{padding:var(--student-dashboard-space-5)var(--student-dashboard-space-4)}}
@font-face{font-family:Host Grotesk;font-style:normal;font-weight:300 800;font-display:swap;src:url(../media/0d4f81138b703b58-s.1c58d563.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Host Grotesk;font-style:normal;font-weight:300 800;font-display:swap;src:url(../media/3a11180d498b75c0-s.p.cb76a30f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Host Grotesk Fallback;src:local(Arial);ascent-override:96.69%;descent-override:30.01%;line-gap-override:0.0%;size-adjust:104.98%}.host_grotesk_eb899505-module__fdcQWG__className{font-family:Host Grotesk,Host Grotesk Fallback;font-style:normal}.host_grotesk_eb899505-module__fdcQWG__variable{--font-student-dashboard-sans:"Host Grotesk","Host Grotesk Fallback"}
.HomeSurface-module__HaDPKa__page{gap:var(--student-dashboard-surface-gap);display:grid}.HomeSurface-module__HaDPKa__loadingGreeting,.HomeSurface-module__HaDPKa__loadingPrompt,.HomeSurface-module__HaDPKa__loadingModeButton,.HomeSurface-module__HaDPKa__loadingStarterEyebrow,.HomeSurface-module__HaDPKa__loadingStarterTitle,.HomeSurface-module__HaDPKa__loadingStarterDescription,.HomeSurface-module__HaDPKa__loadingResourceIcon,.HomeSurface-module__HaDPKa__loadingResourceTitle,.HomeSurface-module__HaDPKa__loadingResourceTimeBadge{background:linear-gradient(90deg,#f4efe6 0%,#ebe6dd 100%);border-radius:999px;animation:1.1s ease-in-out infinite alternate HomeSurface-module__HaDPKa__home-loading-pulse}.HomeSurface-module__HaDPKa__introBlock{gap:var(--student-dashboard-space-2);display:grid}.HomeSurface-module__HaDPKa__loadingGreeting{max-width:22rem;height:54px}.HomeSurface-module__HaDPKa__loadingPrompt{max-width:16rem;height:18px}.HomeSurface-module__HaDPKa__greeting{color:var(--student-dashboard-text);font-family:var(--student-dashboard-font-serif);letter-spacing:-.04em;margin:0;font-size:clamp(2.5rem,4vw,4.1rem);font-style:italic;font-weight:400;line-height:.98}.HomeSurface-module__HaDPKa__greeting em{font-style:italic;font-weight:400}.HomeSurface-module__HaDPKa__prompt{color:var(--student-dashboard-text-muted);margin:0;font-size:1.1rem}.HomeSurface-module__HaDPKa__starterSection{background:var(--student-dashboard-panel-bg);border:1px solid var(--student-dashboard-border);gap:var(--student-dashboard-space-5);padding:var(--student-dashboard-card-padding);border-radius:24px;display:grid;box-shadow:0 12px 30px #22273a0d}.HomeSurface-module__HaDPKa__statusPanel{align-items:center;gap:var(--student-dashboard-space-3);min-height:6.75rem;padding:var(--student-dashboard-space-4);border-radius:18px;grid-template-columns:auto 1fr;display:grid}.HomeSurface-module__HaDPKa__statusPanelInfo{background:#f4eee1e6;border:1px solid #c6b38d6b}.HomeSurface-module__HaDPKa__statusPanelLoading{background:#f2ece1eb;border:1px solid #c8b49366}.HomeSurface-module__HaDPKa__statusPanelBlocked{background:#fbf0dff2;border:1px solid #d0a25b73}.HomeSurface-module__HaDPKa__statusPanelError{background:#fdefecf2;border:1px solid #cc726061}.HomeSurface-module__HaDPKa__statusPanelIcon{color:var(--student-dashboard-text);background:#ffffffb8;border-radius:14px;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;display:inline-flex}.HomeSurface-module__HaDPKa__statusPanelCopy{gap:6px;display:grid}.HomeSurface-module__HaDPKa__statusPanelTitle,.HomeSurface-module__HaDPKa__statusPanelBody{margin:0}.HomeSurface-module__HaDPKa__statusPanelTitle{color:var(--student-dashboard-text);font-size:.98rem;font-weight:700}.HomeSurface-module__HaDPKa__statusPanelBody{color:var(--student-dashboard-text-muted);font-size:.94rem;line-height:1.5}.HomeSurface-module__HaDPKa__modeRow{gap:var(--student-dashboard-space-3);display:grid}.HomeSurface-module__HaDPKa__loadingModeButton{width:148px;height:38px}.HomeSurface-module__HaDPKa__sectionHeader{justify-content:space-between;align-items:center;gap:12px;display:flex}.HomeSurface-module__HaDPKa__sectionLabel{color:var(--student-dashboard-text-soft);letter-spacing:.12em;text-transform:uppercase;font-size:.76rem;font-weight:700}.HomeSurface-module__HaDPKa__sectionAction{color:var(--student-dashboard-accent-strong);align-items:center;gap:6px;font-size:.95rem;font-weight:600;display:inline-flex}.HomeSurface-module__HaDPKa__modeButtons{gap:var(--student-dashboard-space-3);flex-wrap:wrap;display:flex}.HomeSurface-module__HaDPKa__modeButton,.HomeSurface-module__HaDPKa__modeButtonActive{border:1px solid var(--student-dashboard-border);color:var(--student-dashboard-text-muted);cursor:pointer;background:#fff;border-radius:999px;align-items:center;gap:8px;min-height:38px;padding:0 16px;transition:border-color .12s,box-shadow .12s,color .12s,transform .12s;display:inline-flex}.HomeSurface-module__HaDPKa__modeButton:hover,.HomeSurface-module__HaDPKa__modeButton:focus-visible,.HomeSurface-module__HaDPKa__modeButtonActive:hover,.HomeSurface-module__HaDPKa__modeButtonActive:focus-visible{outline:none;transform:translateY(-1px)}.HomeSurface-module__HaDPKa__modeButtonActive{color:var(--student-dashboard-text);border-color:#2b3e692e;box-shadow:0 0 0 3px #2437600f}.HomeSurface-module__HaDPKa__starterCard{align-items:center;gap:var(--student-dashboard-space-5);padding:var(--student-dashboard-card-padding)var(--student-dashboard-space-5);background:radial-gradient(circle at 80% 20%,#ffe2b080,#0000 34%),linear-gradient(135deg,#f9f0de 0%,#fdebd2 100%);border:1px solid #f0dec2;border-radius:20px;grid-template-columns:auto 1fr;transition:border-color .14s,box-shadow .14s,transform .14s;display:grid}.HomeSurface-module__HaDPKa__starterCardLoading{cursor:progress;background:radial-gradient(circle at 82% 16%,#fff2d2d1,#0000 32%),linear-gradient(135deg,#fbf3e4 0%,#f6e7c9 100%);border-color:#d6b780b3;box-shadow:0 14px 30px #b38c4a1f}.HomeSurface-module__HaDPKa__starterCardBlocked{background:radial-gradient(circle at 84% 18%,#ffebc5c2,#0000 34%),linear-gradient(135deg,#fbf1e0 0%,#f8e4c8 100%);border-color:#ce9f569e}.HomeSurface-module__HaDPKa__starterCardMuted{opacity:.68}.HomeSurface-module__HaDPKa__loadingStarterCard{align-items:center;gap:var(--student-dashboard-space-5);padding:var(--student-dashboard-card-padding)var(--student-dashboard-space-5);background:radial-gradient(circle at 80% 20%,#ffe2b052,#0000 34%),linear-gradient(135deg,#f9f0de 0%,#fdebd2 100%);border:1px solid #f0dec2;border-radius:20px;grid-template-columns:auto 1fr;display:grid}.HomeSurface-module__HaDPKa__loadingStarterIllustration{background:#ffffffa6;border-radius:18px;width:74px;height:74px}.HomeSurface-module__HaDPKa__loadingStarterCopy{gap:var(--student-dashboard-space-2);display:grid}.HomeSurface-module__HaDPKa__loadingStarterEyebrow{max-width:7rem;height:10px}.HomeSurface-module__HaDPKa__loadingStarterTitle{max-width:18rem;height:28px}.HomeSurface-module__HaDPKa__loadingStarterDescription{max-width:28rem;height:16px}.HomeSurface-module__HaDPKa__starterCard:hover,.HomeSurface-module__HaDPKa__starterCard:focus-visible{border-color:#e7cfac;outline:none;transform:translateY(-1px);box-shadow:0 12px 28px #b375351f}.HomeSurface-module__HaDPKa__starterCardLoading:hover,.HomeSurface-module__HaDPKa__starterCardLoading:focus-visible{border-color:#d6b780b3;transform:none;box-shadow:0 14px 30px #b38c4a1f}.HomeSurface-module__HaDPKa__starterIllustration{color:#6a5a45;background:#ffffffa6;border-radius:18px;justify-content:center;align-items:center;width:74px;height:74px;display:inline-flex}.HomeSurface-module__HaDPKa__starterCopy{gap:var(--student-dashboard-space-2);display:grid}.HomeSurface-module__HaDPKa__starterEyebrow{color:var(--student-dashboard-accent);letter-spacing:.12em;text-transform:uppercase;font-size:.74rem;font-weight:700}.HomeSurface-module__HaDPKa__starterTitleRow{color:var(--student-dashboard-text);align-items:center;gap:10px;display:inline-flex}.HomeSurface-module__HaDPKa__starterTitle{font-family:var(--student-dashboard-font-serif);letter-spacing:-.04em;font-size:clamp(1.8rem,2.4vw,2.3rem);line-height:1.02}.HomeSurface-module__HaDPKa__starterDescription{color:var(--student-dashboard-text-muted);max-width:54ch;margin:0;font-size:.98rem;line-height:1.5}.HomeSurface-module__HaDPKa__statusPanelSpinner{animation:.95s linear infinite HomeSurface-module__HaDPKa__starter-spin}.HomeSurface-module__HaDPKa__resourcesSection,.HomeSurface-module__HaDPKa__latestSessionCard,.HomeSurface-module__HaDPKa__metricsCard{gap:var(--student-dashboard-space-5);display:grid}.HomeSurface-module__HaDPKa__resourceRail{gap:var(--student-dashboard-space-4);padding-bottom:var(--student-dashboard-space-1);grid-auto-columns:140px;grid-auto-flow:column;display:grid;overflow-x:auto}.HomeSurface-module__HaDPKa__resourceCard{min-width:0;display:grid}.HomeSurface-module__HaDPKa__resourceCover{border:1px solid var(--student-dashboard-border);gap:var(--student-dashboard-space-3);min-height:172px;padding:var(--student-dashboard-space-3);border-radius:18px;transition:box-shadow .14s,transform .14s;display:grid;position:relative;overflow:hidden;box-shadow:0 10px 24px #262b3814}.HomeSurface-module__HaDPKa__resourceCard:hover .HomeSurface-module__HaDPKa__resourceCover,.HomeSurface-module__HaDPKa__resourceCard:focus-visible .HomeSurface-module__HaDPKa__resourceCover{transform:translateY(-2px);box-shadow:0 16px 30px #262b381f}.HomeSurface-module__HaDPKa__resourceCoverPdf,.HomeSurface-module__HaDPKa__resourceCoverDoc{background:linear-gradient(90deg,#1f242ff5 0 9px,#0000 9px 100%),linear-gradient(#fffdf9 0%,#f4f1ea 100%)}.HomeSurface-module__HaDPKa__resourceCoverImage{background:radial-gradient(circle at 100% 0,#94bcf359,#0000 30%),linear-gradient(#eef6ff 0%,#dfe8f2 100%)}.HomeSurface-module__HaDPKa__resourceCoverOther{background:radial-gradient(circle at 0 0,#d4ebd657,#0000 28%),linear-gradient(#f4f6f1 0%,#e8ece3 100%)}.HomeSurface-module__HaDPKa__resourceCoverBody{align-content:end;gap:var(--student-dashboard-space-3);flex:1;min-height:116px;display:grid}.HomeSurface-module__HaDPKa__resourceCoverIcon{color:#5d6371}.HomeSurface-module__HaDPKa__resourceTimeBadge{color:var(--student-dashboard-text-muted);letter-spacing:.03em;background:#fffc;border-radius:999px;justify-self:end;padding:5px 9px;font-size:.72rem;font-weight:700}.HomeSurface-module__HaDPKa__loadingResourceIcon{width:22px;height:22px}.HomeSurface-module__HaDPKa__loadingResourceTitle{width:100%;height:36px}.HomeSurface-module__HaDPKa__loadingResourceTimeBadge{justify-self:end;width:3rem;height:22px}.HomeSurface-module__HaDPKa__resourceCoverTitle{color:var(--student-dashboard-text);font-family:var(--student-dashboard-font-serif);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1.05rem;line-height:1.18;display:-webkit-box;overflow:hidden}.HomeSurface-module__HaDPKa__resourceTimeBadge,.HomeSurface-module__HaDPKa__resourceCoverIcon,.HomeSurface-module__HaDPKa__resourceCoverTitle{z-index:1;position:relative}.HomeSurface-module__HaDPKa__resourceCover:after{content:"";pointer-events:none;background:linear-gradient(#fff0 10%,#ffffff29 58%,#ffffffd1 100%);position:absolute;inset:0}.HomeSurface-module__HaDPKa__emptyCard{border:1px dashed var(--student-dashboard-border-strong);color:var(--student-dashboard-text-muted);align-items:start;gap:var(--student-dashboard-space-3);padding:var(--student-dashboard-card-padding);background:#ffffff85;border-radius:18px;grid-template-columns:auto 1fr;display:grid}.HomeSurface-module__HaDPKa__emptyCard p{margin:6px 0 0}.HomeSurface-module__HaDPKa__continuitySection{gap:var(--student-dashboard-surface-section-gap);grid-template-columns:minmax(0,1.15fr) minmax(300px,.95fr);display:grid}.HomeSurface-module__HaDPKa__latestSessionCard,.HomeSurface-module__HaDPKa__metricsCard{border:1px solid var(--student-dashboard-border);padding:var(--student-dashboard-card-padding);background:#ffffffb3;border-radius:22px;box-shadow:0 12px 28px #2328360d}.HomeSurface-module__HaDPKa__latestSessionMeta{color:var(--student-dashboard-text-soft);font-size:.92rem}.HomeSurface-module__HaDPKa__pendingBadge{color:var(--student-dashboard-accent-strong);letter-spacing:.04em;margin-top:var(--student-dashboard-space-2);text-transform:uppercase;font-size:.82rem;font-weight:700;animation:1.6s ease-in-out infinite HomeSurface-module__HaDPKa__recapPulse}.HomeSurface-module__HaDPKa__latestSessionSummary{color:var(--student-dashboard-text);margin:0;font-size:1rem;line-height:1.6}.HomeSurface-module__HaDPKa__latestSessionSummaryClamped{text-overflow:ellipsis;-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@keyframes HomeSurface-module__HaDPKa__recapPulse{0%,to{opacity:.55}50%{opacity:1}}.HomeSurface-module__HaDPKa__metricsGrid{gap:var(--student-dashboard-space-3);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.HomeSurface-module__HaDPKa__metricTile{border:1px solid var(--student-dashboard-border);align-items:start;gap:var(--student-dashboard-space-3);padding:var(--student-dashboard-space-4);background:#ffffffb3;border-radius:18px;display:grid}.HomeSurface-module__HaDPKa__metricValue{color:var(--student-dashboard-text);font-family:var(--student-dashboard-font-serif);font-size:1.7rem;line-height:1}.HomeSurface-module__HaDPKa__metricLabel{color:var(--student-dashboard-text-muted);font-size:.88rem}@media (max-width:960px){.HomeSurface-module__HaDPKa__continuitySection{grid-template-columns:1fr}}@media (max-width:720px){.HomeSurface-module__HaDPKa__page{gap:24px}.HomeSurface-module__HaDPKa__greeting{font-size:clamp(2.1rem,12vw,3.1rem)}.HomeSurface-module__HaDPKa__starterCard{grid-template-columns:1fr}.HomeSurface-module__HaDPKa__resourceRail{grid-auto-columns:132px}.HomeSurface-module__HaDPKa__metricsGrid{grid-template-columns:1fr}}@keyframes HomeSurface-module__HaDPKa__starter-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes HomeSurface-module__HaDPKa__home-loading-pulse{0%{opacity:.65}to{opacity:1}}
.page-module__nC72ra__page{color:#14213d;background:radial-gradient(circle at 0 0,#f6d3652e,#0000 30%),radial-gradient(circle at 100% 0,#38bdf824,#0000 28%),linear-gradient(#f8fafc 0%,#eef2ff 100%);min-height:100vh;padding:40px 28px 64px}.page-module__nC72ra__hero{gap:24px;max-width:1280px;margin:0 auto 32px;display:grid}.page-module__nC72ra__heroCopy{gap:12px;display:grid}.page-module__nC72ra__eyebrow,.page-module__nC72ra__sectionEyebrow,.page-module__nC72ra__scenarioEyebrow,.page-module__nC72ra__metaLabel{letter-spacing:.16em;text-transform:uppercase;color:#8a5a44;font-size:.76rem;font-weight:700}.page-module__nC72ra__title{letter-spacing:-.04em;max-width:16ch;margin:0;font-size:clamp(2.3rem,4vw,4rem);line-height:.95}.page-module__nC72ra__subtitle,.page-module__nC72ra__sectionSummary,.page-module__nC72ra__scenarioDescription,.page-module__nC72ra__scenarioNote{color:#334155;max-width:70ch;margin:0;line-height:1.6}.page-module__nC72ra__heroMeta{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.page-module__nC72ra__metaCard,.page-module__nC72ra__scenarioCard,.page-module__nC72ra__tableWrap{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffd1;border:1px solid #14213d14;border-radius:24px;box-shadow:0 24px 80px #0f172a14}.page-module__nC72ra__metaCard{gap:8px;padding:18px 20px;display:grid}.page-module__nC72ra__metaValue{color:#0f172a;background:#14213d0f;border-radius:999px;width:fit-content;padding:6px 10px;font-size:.9rem;display:inline-flex}.page-module__nC72ra__section{gap:20px;max-width:1280px;margin:0 auto 28px;display:grid}.page-module__nC72ra__sectionHeader{gap:10px;display:grid}.page-module__nC72ra__sectionTitle,.page-module__nC72ra__scenarioTitle{letter-spacing:-.03em;margin:0;font-size:1.5rem}.page-module__nC72ra__workbench{grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:18px;display:grid}.page-module__nC72ra__previewCard,.page-module__nC72ra__scenarioRail{gap:16px;padding:20px;display:grid}.page-module__nC72ra__scenarioRail,.page-module__nC72ra__previewCard,.page-module__nC72ra__tableWrap{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffd1;border:1px solid #14213d14;border-radius:24px;box-shadow:0 24px 80px #0f172a14}.page-module__nC72ra__scenarioRail{align-content:start}.page-module__nC72ra__scenarioButton{width:100%;color:inherit;cursor:pointer;text-align:left;background:#ffffffbd;border:1px solid #14213d14;border-radius:18px;gap:6px;padding:14px 16px;transition:border-color .14s,box-shadow .14s,transform .14s;display:grid}.page-module__nC72ra__scenarioButton:hover,.page-module__nC72ra__scenarioButton:focus-visible{border-color:#8a5a4447;outline:none;transform:translateY(-1px);box-shadow:0 14px 28px #0f172a14}.page-module__nC72ra__scenarioButtonActive{background:#fff8f0eb;border-color:#8a5a4457;box-shadow:0 0 0 3px #c85d3914}.page-module__nC72ra__scenarioButtonLabel{color:#14213d;font-size:1rem;font-weight:600}.page-module__nC72ra__scenarioButtonMeta{letter-spacing:.08em;text-transform:uppercase;color:#8a5a44;font-size:.82rem}.page-module__nC72ra__scenarioHeader,.page-module__nC72ra__previewMeta{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.page-module__nC72ra__dashboardSurfaceFrame,.page-module__nC72ra__waitingRoomSurfaceFrame{border-radius:30px;overflow:hidden;box-shadow:inset 0 0 0 1px #94a3b82e}.page-module__nC72ra__dashboardSurfaceFrame{background:#f5f1e8}.page-module__nC72ra__waitingRoomSurfaceFrame{background:var(--paper)}.page-module__nC72ra__dashboardViewport{height:auto;min-height:0;padding:18px;overflow:visible}.page-module__nC72ra__dashboardViewport *{box-sizing:border-box}.page-module__nC72ra__waitingRoomViewport{min-height:720px;position:relative;overflow:hidden;transform:translateZ(0)}.page-module__nC72ra__tableWrap{overflow:auto}.page-module__nC72ra__table{border-collapse:collapse;width:100%}.page-module__nC72ra__table th,.page-module__nC72ra__table td{text-align:left;border-bottom:1px solid #94a3b833;padding:14px 18px}.page-module__nC72ra__table th{letter-spacing:.1em;text-transform:uppercase;color:#64748b;font-size:.82rem}.page-module__nC72ra__table td{font-size:.95rem}.page-module__nC72ra__table tbody tr:last-child td{border-bottom:none}.page-module__nC72ra__dashboardFrame{height:auto;min-height:580px}.page-module__nC72ra__dashboardMainContent{overflow:visible}@media (max-width:980px){.page-module__nC72ra__workbench{grid-template-columns:1fr}}@media (max-width:720px){.page-module__nC72ra__page{padding:24px 16px 40px}.page-module__nC72ra__previewCard,.page-module__nC72ra__scenarioRail,.page-module__nC72ra__metaCard{padding:16px}.page-module__nC72ra__waitingRoomViewport{min-height:640px}}
.AristotleLogo-module__g_htka__logo{justify-content:center;align-items:flex-end;line-height:0;display:inline-flex}.AristotleLogo-module__g_htka__logo img{max-width:100%;height:auto;display:block}
.tutor-module__k9xiCW__root{background:var(--paper);min-height:100vh;color:var(--ink);flex-direction:column;display:flex}.tutor-module__k9xiCW__rootDark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--paper:#0f172a;--ink:#e5e7eb;--muted:#94a3b8;--rule:#94a3b83d;--background:#0f172a;--foreground:#e5e7eb;--surface-raised:#111827;--surface-raised-hover:#1f2937;--surface-overlay:#0f172aeb;--control-hover:#94a3b833}.tutor-module__k9xiCW__header{min-height:var(--app-header-height);border-bottom:1px solid var(--rule);background:var(--paper);z-index:150;justify-content:space-between;align-items:center;padding:24px 40px;display:flex;position:relative}.tutor-module__k9xiCW__waitlistButton{appearance:none;border:1px solid var(--rule);background:var(--surface-raised,#fff);color:var(--ink);cursor:pointer;border-radius:999px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:transform .15s,border-color .15s,box-shadow .15s;box-shadow:0 4px 12px #0f172a0f}.tutor-module__k9xiCW__waitlistButton:hover{border-color:#0003;transform:translateY(-1px);box-shadow:0 8px 20px #0f172a1a}.tutor-module__k9xiCW__signOut{border:1px solid var(--rule);background:var(--surface-raised,#fff);color:var(--ink);cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:10px 20px;font-size:.95rem;font-weight:600;transition:transform .2s,box-shadow .2s,filter .2s,border-color .2s,background-color .2s;display:inline-flex;box-shadow:0 8px 20px #0f172a1f}.tutor-module__k9xiCW__signOut svg{display:none}.tutor-module__k9xiCW__signOut:not(:disabled):hover{filter:brightness(.99);border-color:#0003;transform:translateY(-1px);box-shadow:0 12px 26px #0f172a29}.tutor-module__k9xiCW__signOut:disabled{opacity:.75;cursor:not-allowed;box-shadow:none}.tutor-module__k9xiCW__signOutArmed{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);border-color:#ef4444;box-shadow:0 12px 30px #dc262659}.tutor-module__k9xiCW__signOutArmed:not(:disabled):hover{filter:brightness(.97);border-color:#dc2626;box-shadow:0 16px 36px #b91c1c73}.tutor-module__k9xiCW__sessionTimer{z-index:20;pointer-events:auto;position:fixed;bottom:20px;left:20px}.tutor-module__k9xiCW__sessionTimerInner{background:#ef4444;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:82px;height:82px;padding:6px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 26px #0f172a1f;-webkit-mask-image:url(/brand/AristotleApple.png);mask-image:url(/brand/AristotleApple.png);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.tutor-module__k9xiCW__sessionTimerContent{text-align:center;place-items:center;width:100%;max-width:64px;min-height:32px;padding-top:11px;display:grid;position:relative;overflow:hidden}.tutor-module__k9xiCW__sessionTimerLabel{font-variant-numeric:tabular-nums;color:#fff;text-shadow:0 1px 3px #00000052;grid-area:1/1;font-size:.88rem;font-weight:700;line-height:1.1;transition:opacity .16s,transform .16s}.tutor-module__k9xiCW__sessionTimerMinutes{opacity:1;transform:translateY(0)}.tutor-module__k9xiCW__sessionTimerFull{opacity:0;font-size:.82rem;transform:translateY(4px)}@media (hover:hover) and (pointer:fine){.tutor-module__k9xiCW__sessionTimer:hover .tutor-module__k9xiCW__sessionTimerMinutes{opacity:0;transform:translateY(-4px)}.tutor-module__k9xiCW__sessionTimer:hover .tutor-module__k9xiCW__sessionTimerFull{opacity:1;transform:translateY(0)}}@media (max-width:768px){.tutor-module__k9xiCW__sessionTimer{bottom:12px;left:12px}.tutor-module__k9xiCW__sessionTimerInner{width:78px;height:78px;padding:6px}.tutor-module__k9xiCW__sessionTimerLabel{font-size:.95rem}.tutor-module__k9xiCW__sessionTimerFull{font-size:.88rem}}.tutor-module__k9xiCW__signOutError{color:#b91c1c;margin-top:8px;font-size:.85rem}.tutor-module__k9xiCW__sessionLoading{color:var(--muted);padding:16px}.tutor-module__k9xiCW__sessionPrimingOverlay{z-index:18;border:1px solid var(--rule);background:var(--surface-overlay,#ffffffeb);color:var(--ink);letter-spacing:.01em;pointer-events:none;border-radius:999px;padding:8px 14px;font-size:.86rem;font-weight:600;position:absolute;top:16px;left:50%;transform:translate(-50%)}.tutor-module__k9xiCW__uploadShelf{z-index:20;pointer-events:auto;flex-direction:column-reverse;align-items:flex-end;gap:10px;display:flex;position:fixed;bottom:20px;right:84px}.tutor-module__k9xiCW__uploadShelfToggle{appearance:none;border:1px solid var(--rule);background:var(--surface-overlay,#fffffff0);color:var(--ink);font:inherit;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:999px;align-items:center;gap:10px;padding:10px 14px;display:inline-flex;box-shadow:0 18px 36px #0f172a29}.tutor-module__k9xiCW__uploadShelfToggle:hover{border-color:#0000002e}.tutor-module__k9xiCW__uploadShelfToggleLabel{letter-spacing:.02em;text-transform:uppercase;font-size:.82rem;font-weight:700}.tutor-module__k9xiCW__uploadShelfToggleCount{color:var(--muted);font-size:.88rem;font-weight:600}.tutor-module__k9xiCW__uploadShelfPanel{border:1px solid var(--rule);background:var(--surface-overlay,#fffffff0);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:18px;width:min(320px,100vw - 32px);max-height:min(320px,100vh - 120px);overflow:auto;box-shadow:0 20px 48px #0f172a2e}.tutor-module__k9xiCW__uploadShelfHeader{border-bottom:1px solid var(--rule);padding:14px 16px 10px}.tutor-module__k9xiCW__uploadShelfTitle{margin:0;font-size:.9rem;font-weight:700}.tutor-module__k9xiCW__uploadShelfList{flex-direction:column;gap:10px;margin:0;padding:10px;list-style:none;display:flex}.tutor-module__k9xiCW__uploadShelfItem{border:1px solid var(--rule);background:var(--surface-raised,#ffffffd1);border-radius:14px;flex-direction:column;gap:8px;padding:12px;display:flex}.tutor-module__k9xiCW__uploadShelfItemHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.tutor-module__k9xiCW__uploadShelfItemName{word-break:break-word;font-size:.95rem;font-weight:600;line-height:1.35}.tutor-module__k9xiCW__uploadShelfItemMeta{align-items:center;gap:8px;display:flex}.tutor-module__k9xiCW__uploadShelfKind{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:.78rem;font-weight:700}.tutor-module__k9xiCW__uploadShelfStatus{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:4px 8px;font-size:.76rem;font-weight:700;display:inline-flex}.tutor-module__k9xiCW__uploadShelfStatus[data-status=uploading]{color:#b45309;background:#f59e0b29}.tutor-module__k9xiCW__uploadShelfStatus[data-status=ready]{color:#166534;background:#22c55e24}.tutor-module__k9xiCW__uploadShelfStatus[data-status=failed]{color:#b91c1c;background:#ef444424}.tutor-module__k9xiCW__uploadShelfEmpty,.tutor-module__k9xiCW__uploadShelfError{color:var(--muted);padding:16px;font-size:.9rem;line-height:1.45}.tutor-module__k9xiCW__uploadShelfError{color:#b91c1c}.tutor-module__k9xiCW__sessionDebugOverlay{z-index:18;color:#0c4a6e;letter-spacing:.01em;pointer-events:none;background:#0ea5e91f;border:1px solid #0369a147;border-radius:999px;padding:8px 14px;font-size:.82rem;font-weight:700;position:absolute;top:56px;left:50%;transform:translate(-50%)}.tutor-module__k9xiCW__debugProbeButton{color:#0c4a6e;cursor:pointer;background:#0ea5e91f;border:1px solid #0369a147;border-radius:999px;padding:8px 14px;font-size:.82rem;font-weight:700}.tutor-module__k9xiCW__debugProbeButton:disabled{opacity:.65;cursor:wait}.tutor-module__k9xiCW__headerActions{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.tutor-module__k9xiCW__boardShell{z-index:140;border-bottom:1px solid var(--rule);background:var(--paper);flex-direction:column;gap:10px;padding:10px 24px 12px;display:flex;position:relative}.tutor-module__k9xiCW__boardShellBar{-moz-column-gap:16px;grid-template-columns:minmax(0,1fr) minmax(0,auto) minmax(0,1fr);align-items:start;column-gap:16px;display:grid}.tutor-module__k9xiCW__boardShellHeaderActions{justify-self:end;align-items:center;min-width:0;display:flex}.tutor-module__k9xiCW__boardShellSideSpacer{min-width:0}.tutor-module__k9xiCW__boardShellTrackWrap{scrollbar-width:thin;min-width:0;overflow-x:auto}.tutor-module__k9xiCW__boardShellAlerts{flex-direction:column;gap:8px;display:flex}.tutor-module__k9xiCW__boardShellTrack{gap:10px;width:max-content;max-width:100%;margin-inline:auto;padding-bottom:2px;display:flex}.tutor-module__k9xiCW__boardShellCard{appearance:none;border:1px solid var(--rule);background:var(--surface-raised,#fff);width:146px;color:var(--ink);cursor:pointer;text-align:left;border-radius:16px;flex-direction:column;flex:none;gap:8px;padding:8px;transition:transform .18s,border-color .18s,background-color .18s,opacity .18s;display:flex}.tutor-module__k9xiCW__boardShellCard:hover:not(:disabled){background:var(--surface-raised-hover,var(--surface-raised,#fff));border-color:#0000002e;transform:translateY(-1px)}.tutor-module__k9xiCW__boardShellCard:disabled{cursor:not-allowed;opacity:.72}.tutor-module__k9xiCW__boardShellCardActive{border-color:#2563eb6b;box-shadow:inset 0 0 0 1px #2563eb1f}.tutor-module__k9xiCW__boardShellThumb{background:linear-gradient(#94a3b82e,#94a3b814);border:1px solid #94a3b82e;border-radius:12px;width:100%;height:78px;overflow:hidden}.tutor-module__k9xiCW__boardShellThumbPlaceholder{background:linear-gradient(#ffffff38,#fff0),repeating-linear-gradient(0deg,#0000 0 14px,#94a3b81f 14px 15px);width:100%;height:100%}.tutor-module__k9xiCW__boardShellCardMeta{flex-direction:column;gap:2px;min-width:0;display:flex}.tutor-module__k9xiCW__boardShellCardLabel{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:700;line-height:1.2;overflow:hidden}.tutor-module__k9xiCW__main{background:var(--paper);--overlay-pad:32px;--overlay-gap:18px;--overlay-input-base:60px;--overlay-caption-lines:2;--overlay-caption-line:1.4rem;--overlay-caption-pad:28px;--overlay-footer:28px;--overlay-caption-safe:calc(var(--overlay-caption-pad) + (var(--overlay-caption-lines)*var(--overlay-caption-line)));--overlay-safe-bottom:calc(var(--overlay-pad) + var(--overlay-gap) + var(--overlay-input-base) + var(--overlay-caption-safe) + var(--overlay-footer));flex:1;position:relative;overflow:hidden}.tutor-module__k9xiCW__whiteboardViewport{top:0;left:0;right:0;bottom:var(--overlay-safe-bottom);position:absolute}.tutor-module__k9xiCW__whiteboardSurface{position:absolute;inset:0}.tutor-module__k9xiCW__whiteboardSurface>div{width:100%;height:100%}.tutor-module__k9xiCW__overlay{pointer-events:none;justify-content:center;align-items:flex-end;padding:32px;transition:background .2s;display:flex;position:absolute;inset:0}.tutor-module__k9xiCW__overlayDrag{background:#dc262614}.tutor-module__k9xiCW__overlayInner{pointer-events:none;flex-direction:column;align-items:center;gap:18px;width:100%;display:flex}.tutor-module__k9xiCW__subtitles{pointer-events:none;justify-content:center;width:100%;display:flex}.tutor-module__k9xiCW__subtitlesBubble{color:#fff;background:#0a0a0ac7;border-radius:20px;max-width:min(640px,100%);margin:0 auto;padding:14px 22px;font-size:1rem;line-height:1.4;transition:opacity .5s;box-shadow:0 30px 60px #0a0a0a66}.tutor-module__k9xiCW__subtitlesBubbleFaded{opacity:.3}.tutor-module__k9xiCW__subtitlesBubbleFaded:hover{opacity:1}.tutor-module__k9xiCW__promptShell{pointer-events:auto;flex-direction:column;align-items:center;width:min(640px,100%);display:flex}.tutor-module__k9xiCW__animatedInputBar{background:var(--paper);border:1px solid var(--rule);box-sizing:border-box;flex-direction:column;transition:width .5s cubic-bezier(.16,1,.3,1),border-radius .5s cubic-bezier(.16,1,.3,1),background-color .3s;display:flex;position:relative;overflow:visible;box-shadow:0 35px 80px #0f172a40}.tutor-module__k9xiCW__animatedInputBar *{box-sizing:border-box}.tutor-module__k9xiCW__barCollapsed{background:var(--paper);border-radius:999px;width:158px;height:58px;padding:6px}.tutor-module__k9xiCW__barExpanded{background:var(--paper);border-radius:999px;width:100%;height:60px;padding:0}.tutor-module__k9xiCW__barMultiline{border-radius:28px;height:auto}.tutor-module__k9xiCW__barDisabled{opacity:.5;pointer-events:none}.tutor-module__k9xiCW__presentationMode{pointer-events:none}.tutor-module__k9xiCW__collapsedContent{opacity:1;visibility:visible;pointer-events:auto;z-index:10;justify-content:center;align-items:center;gap:10px;transition:opacity .2s,transform .2s,visibility .2s;display:flex;position:absolute;inset:0;transform:scale(1)}.tutor-module__k9xiCW__collapsedContentInline{position:static;inset:auto}.tutor-module__k9xiCW__barExpanded .tutor-module__k9xiCW__collapsedContent{opacity:0;visibility:hidden;pointer-events:none;transform:scale(.9)}.tutor-module__k9xiCW__expandedContent{opacity:0;visibility:hidden;pointer-events:none;flex-direction:column;justify-content:center;width:100%;height:100%;transition:opacity .3s .1s,visibility linear;display:flex;position:relative}.tutor-module__k9xiCW__barExpanded .tutor-module__k9xiCW__expandedContent{opacity:1;visibility:visible;pointer-events:auto}.tutor-module__k9xiCW__promptInputInternal{gap:14px;width:100%;padding:8px 14px;transition:padding .2s,align-items .2s;display:flex}.tutor-module__k9xiCW__promptInputInternalSingle{align-items:center}.tutor-module__k9xiCW__promptInputInternalMulti{border-radius:28px;align-items:flex-end;padding:12px 16px}.tutor-module__k9xiCW__expandedShortcutNudge{border:1px solid var(--rule);background:var(--surface-overlay,#ffffffeb);color:var(--muted);letter-spacing:.01em;pointer-events:none;border-radius:999px;margin:0;padding:1px 8px;font-size:.72rem;font-weight:500;line-height:1.4;animation:.18s tutor-module__k9xiCW__fadeIn;position:absolute;top:2px;left:50%;transform:translate(-50%)}.tutor-module__k9xiCW__expandButton{color:var(--ink)}.tutor-module__k9xiCW__expandButton:not(:disabled):hover{background:#0000000a;transform:translateY(-1px)}.tutor-module__k9xiCW__attachmentPreview{border:1px solid var(--rule);background:var(--surface-raised,#fff);border-radius:18px;align-items:center;gap:12px;margin-bottom:12px;padding:8px 12px;display:flex;box-shadow:0 20px 50px #0f172a1f}.tutor-module__k9xiCW__attachmentThumb{-o-object-fit:cover;object-fit:cover;border:1px solid var(--rule);border-radius:14px;width:50px;height:50px}.tutor-module__k9xiCW__attachmentPdfThumb{border:1px solid var(--rule);background:#fef2f2;border-radius:14px;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.tutor-module__k9xiCW__attachmentPdfIcon{color:#dc2626;width:28px;height:28px}.tutor-module__k9xiCW__attachmentMeta{flex-direction:column;flex:1;gap:4px;font-size:.9rem;display:flex}.tutor-module__k9xiCW__attachmentName{color:var(--ink);font-weight:600}.tutor-module__k9xiCW__attachmentRemove{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem}.tutor-module__k9xiCW__plusButton{border:1px solid var(--rule);background:var(--surface-raised,#fff);cursor:pointer;border-radius:50%;justify-content:center;align-self:center;align-items:center;width:42px;height:42px;font-size:1.4rem;line-height:1;transition:transform .15s;display:inline-flex}.tutor-module__k9xiCW__plusButton:not(:disabled):hover{transform:translateY(-1px)}.tutor-module__k9xiCW__plusButton:disabled{opacity:.4;cursor:not-allowed}.tutor-module__k9xiCW__collapsedPlusButton{border:1px solid var(--rule);background:var(--surface-raised,#fff);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.4rem;line-height:1;transition:transform .15s;display:inline-flex}.tutor-module__k9xiCW__collapsedPlusButton:not(:disabled):hover{transform:translateY(-1px)}.tutor-module__k9xiCW__collapsedPlusButton:disabled{opacity:.4;cursor:not-allowed}.tutor-module__k9xiCW__textArea{resize:none;color:var(--ink);background:0 0;border:none;flex:1;font-size:1rem;overflow:hidden}.tutor-module__k9xiCW__textAreaSingleLine{height:44px;padding:0;line-height:44px}.tutor-module__k9xiCW__textAreaMultiline{padding:6px 0;line-height:1.4}.tutor-module__k9xiCW__textArea:focus{outline:none}.tutor-module__k9xiCW__actionButton{border:1px solid var(--rule);background:var(--surface-raised,#fff);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:transform .15s,background .2s,border-color .2s,color .2s;display:inline-flex}.tutor-module__k9xiCW__actionButton:disabled{opacity:.5;cursor:not-allowed}.tutor-module__k9xiCW__actionButtonSingleLine{align-self:center}.tutor-module__k9xiCW__actionButtonMultiline{align-self:flex-end}.tutor-module__k9xiCW__icon{width:18px;height:18px}.tutor-module__k9xiCW__micButton{color:#991b1b;background:#dc26261a;border-color:#dc26264d}.tutor-module__k9xiCW__micButton:not(:disabled):hover{transform:translateY(-1px)}.tutor-module__k9xiCW__micOn{color:#065f46;background:#22c55e26;border-color:#22c55e66}.tutor-module__k9xiCW__sendButton{background:var(--accent);border-color:var(--accent);color:#fff}.tutor-module__k9xiCW__sendButton:not(:disabled):hover{background:var(--accent-hover);border-color:var(--accent-hover);transform:translateY(-1px)}.tutor-module__k9xiCW__presentationSendPulse{background:var(--accent-hover);border-color:var(--accent-hover);animation:.55s tutor-module__k9xiCW__presentationSendPulse}@keyframes tutor-module__k9xiCW__presentationSendPulse{0%{transform:translateY(0)scale(1)}45%{transform:translateY(-1px)scale(1.04)}to{transform:translateY(0)scale(1)}}.tutor-module__k9xiCW__srOnlyInput{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.tutor-module__k9xiCW__promptFooter{min-height:20px;margin-top:8px}.tutor-module__k9xiCW__promptError{color:#b91c1c;text-align:center;font-size:.9rem}.tutor-module__k9xiCW__promptStatus{color:var(--muted);text-align:center;font-size:.85rem}.tutor-module__k9xiCW__settingsButton{border:1px solid var(--rule);cursor:pointer;width:40px;height:40px;color:var(--ink);background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:border-color .2s,transform .2s,background .2s;display:inline-flex}.tutor-module__k9xiCW__settingsButton:hover{background:var(--control-hover,#0000000a);border-color:#0000004d;transform:translateY(-1px)}.tutor-module__k9xiCW__settingsBackdrop{z-index:100;background:#00000080;justify-content:center;align-items:center;animation:.15s tutor-module__k9xiCW__fadeIn;display:flex;position:fixed;inset:0}@keyframes tutor-module__k9xiCW__fadeIn{0%{opacity:0}to{opacity:1}}.tutor-module__k9xiCW__settingsModal{background:var(--paper);border-radius:16px;flex-direction:column;width:min(440px,92vw);height:min(600px,84vh);animation:.2s tutor-module__k9xiCW__slideUp;display:flex;overflow:hidden;box-shadow:0 25px 60px #0000004d}@keyframes tutor-module__k9xiCW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.tutor-module__k9xiCW__settingsHeader{justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.tutor-module__k9xiCW__settingsTitle{color:var(--ink);margin:0;font-size:1.1rem;font-weight:600}.tutor-module__k9xiCW__settingsCloseButton{cursor:pointer;width:32px;height:32px;color:var(--muted);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.tutor-module__k9xiCW__settingsCloseButton:hover{background:var(--control-hover,#00000014);color:var(--ink)}.tutor-module__k9xiCW__settingsContent{flex:auto;min-height:0;overflow-y:auto}.tutor-module__k9xiCW__settingsTabs{border-bottom:1px solid var(--rule);gap:0;padding:0 24px 10px;display:flex}.tutor-module__k9xiCW__settingsTabButton{appearance:none;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-bottom:none;border-radius:12px 12px 0 0;margin-bottom:-10px;padding:10px 14px 12px;font-size:.92rem;font-weight:600;transition:background .15s,border-color .15s,color .15s}.tutor-module__k9xiCW__settingsTabButton:hover{color:var(--ink);background:#0f172a08}.tutor-module__k9xiCW__settingsTabButtonActive{background:var(--paper);color:var(--ink);border-color:var(--rule);box-shadow:0 1px 0 var(--paper)}.tutor-module__k9xiCW__settingsPanel{flex-direction:column;gap:0;display:flex}.tutor-module__k9xiCW__settingsPanel[hidden]{display:none}.tutor-module__k9xiCW__settingsPanelInner{flex-direction:column;gap:0;padding:18px 24px 24px;display:flex}.tutor-module__k9xiCW__settingsSection{flex-direction:column;gap:12px;margin-bottom:24px;display:flex}.tutor-module__k9xiCW__settingsSection:last-child{margin-bottom:0}.tutor-module__k9xiCW__settingsSectionTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:0 0 8px;font-size:.85rem;font-weight:600}.tutor-module__k9xiCW__settingsRadioGroup{flex-direction:column;gap:10px;display:flex}.tutor-module__k9xiCW__settingsRadioLabel{border:1px solid var(--rule);cursor:pointer;border-radius:12px;align-items:flex-start;gap:12px;padding:12px 14px;transition:border-color .15s,background .15s;display:flex}.tutor-module__k9xiCW__settingsRadioLabel:hover{background:var(--control-hover,#00000005);border-color:#0003}.tutor-module__k9xiCW__settingsRadioLabel:has(.tutor-module__k9xiCW__settingsRadioInput:checked){background:#0f172a0a;border-color:#0f172a2e}.tutor-module__k9xiCW__settingsRadioInput{opacity:0;pointer-events:none;position:absolute}.tutor-module__k9xiCW__settingsRadioCustom{border:2px solid var(--rule);border-radius:50%;flex-shrink:0;width:20px;height:20px;margin-top:2px;transition:border-color .15s,background .15s;position:relative}.tutor-module__k9xiCW__settingsRadioCustom:after{content:"";background:var(--ink);border-radius:50%;width:10px;height:10px;transition:transform .15s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.tutor-module__k9xiCW__settingsRadioInput:checked+.tutor-module__k9xiCW__settingsRadioCustom{border-color:#0f172a59}.tutor-module__k9xiCW__settingsRadioInput:checked+.tutor-module__k9xiCW__settingsRadioCustom:after{transform:translate(-50%,-50%)scale(1)}.tutor-module__k9xiCW__settingsRadioText{flex-direction:column;gap:2px;display:flex}.tutor-module__k9xiCW__settingsRadioTitle{color:var(--ink);font-size:.95rem;font-weight:500}.tutor-module__k9xiCW__settingsRadioDescription{color:var(--muted);font-size:.85rem}.tutor-module__k9xiCW__settingsInlineDescription{color:var(--muted);margin:0;font-size:.85rem}.tutor-module__k9xiCW__settingsVoiceGroup{flex-direction:column;gap:12px;display:flex}.tutor-module__k9xiCW__settingsVoiceGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.tutor-module__k9xiCW__settingsVoiceCard{border:1px solid var(--rule);background:var(--surface-raised,#fff);border-radius:12px;flex-direction:column;gap:10px;padding:14px;transition:border-color .15s,background .15s;display:flex}.tutor-module__k9xiCW__settingsVoiceCardSelected{background:#0f172a0a;border-color:#0f172a2e}.tutor-module__k9xiCW__settingsVoiceHeader{align-items:center;gap:10px;display:flex}.tutor-module__k9xiCW__settingsVoiceInput{accent-color:#0f172ab8;margin:0}.tutor-module__k9xiCW__settingsVoiceName{color:var(--ink);font-size:.95rem;font-weight:600}.tutor-module__k9xiCW__settingsVoiceDescription{color:var(--muted);font-size:.85rem}.tutor-module__k9xiCW__settingsVoicePreview{accent-color:#0f172ab8;width:100%;height:32px}.tutor-module__k9xiCW__settingsToggleLabel{border:1px solid var(--rule);background:var(--surface-raised,#fff);border-radius:12px;justify-content:space-between;align-items:flex-start;gap:16px;padding:12px 14px;display:flex}.tutor-module__k9xiCW__settingsToggleText{flex-direction:column;gap:2px;min-width:0;display:flex}.tutor-module__k9xiCW__settingsToggleTitle{color:var(--ink);font-size:.95rem;font-weight:500}.tutor-module__k9xiCW__settingsToggleDescription{color:var(--muted);font-size:.85rem}.tutor-module__k9xiCW__settingsToggleInput{width:18px;height:18px;accent-color:var(--ink);flex-shrink:0;margin:2px 0 0}.tutor-module__k9xiCW__settingsSelect{border:1px solid var(--rule);background:var(--surface-raised,#fff);width:100%;color:var(--ink);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;border-radius:12px;padding:12px 14px;font-size:.95rem;transition:border-color .15s,background-color .15s}.tutor-module__k9xiCW__settingsSelect:hover{background-color:#00000005;border-color:#0003}.tutor-module__k9xiCW__settingsSelect:focus{border-color:#0f172a47;outline:none}.tutor-module__k9xiCW__settingsSelectError{color:var(--error,#ef4444);margin:0;font-size:.8rem}.tutor-module__k9xiCW__settingsRecordButton{border:1px solid var(--rule);background:var(--surface-raised,#fff);cursor:pointer;width:100%;color:var(--ink);text-align:left;border-radius:12px;align-items:center;gap:10px;padding:14px 16px;font-size:.95rem;transition:border-color .15s,background .15s;display:flex}.tutor-module__k9xiCW__settingsRecordButton svg{color:var(--muted)}.tutor-module__k9xiCW__settingsRecordButton:hover:not(:disabled){background:#00000005;border-color:#0003}@media (max-width:640px){.tutor-module__k9xiCW__settingsModal{width:min(440px,100vw - 24px);height:min(560px,100vh - 24px)}.tutor-module__k9xiCW__settingsTabs{padding-top:0;padding-left:20px;padding-right:20px}.tutor-module__k9xiCW__settingsPanelInner{padding-left:20px;padding-right:20px}}.tutor-module__k9xiCW__settingsRecordButton:disabled{opacity:.5;cursor:not-allowed}.tutor-module__k9xiCW__settingsRecordButtonActive{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626);border-color:#dc2626}.tutor-module__k9xiCW__settingsRecordButtonActive:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);border-color:#b91c1c}.tutor-module__k9xiCW__settingsRecordButtonDone{color:#059669;background:#0596690d;border-color:#0596694d}.tutor-module__k9xiCW__settingsRecordProgress{border:1px solid var(--rule);color:var(--muted);border-radius:12px;flex-direction:column;gap:8px;padding:14px 16px;font-size:.9rem;display:flex}.tutor-module__k9xiCW__settingsProgressTrack{background:var(--rule);border-radius:2px;height:4px;overflow:hidden}.tutor-module__k9xiCW__settingsProgressBar{background:#dc2626;height:100%;transition:width .2s}.tutor-module__k9xiCW__settingsRecordError{color:#b91c1c;background:#dc26260d;border:1px solid #dc26264d;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;font-size:.9rem;display:flex}.tutor-module__k9xiCW__settingsRecordError button{background:var(--surface-raised,#fff);color:#dc2626;cursor:pointer;border:1px solid #dc26264d;border-radius:6px;padding:6px 12px;font-size:.85rem}.tutor-module__k9xiCW__inputBarWithIndicator{justify-content:center;align-items:center;display:flex;position:relative}.tutor-module__k9xiCW__stateIndicatorWrapper{z-index:15;pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:0;transform:translate(calc(-100% - 16px),-50%)}.tutor-module__k9xiCW__tutorErrorBanner{color:#b91c1c;background:#dc26261a;border:1px solid #dc262633;border-radius:12px;align-items:center;gap:8px;margin-bottom:12px;padding:10px 16px;font-size:.85rem;animation:.25s tutor-module__k9xiCW__errorSlideDown;display:flex}.tutor-module__k9xiCW__tutorErrorHint{opacity:.75}@keyframes tutor-module__k9xiCW__errorSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.tutor-module__k9xiCW__root{min-height:100dvh}.tutor-module__k9xiCW__header{min-height:var(--app-header-height-mobile);z-index:180;gap:12px;padding:16px;position:sticky;top:0}.tutor-module__k9xiCW__waitlistButton{padding:8px 14px;font-size:.85rem}.tutor-module__k9xiCW__settingsButton{width:44px;height:44px}.tutor-module__k9xiCW__signOut{border-radius:50%;justify-content:center;align-items:center;gap:0;width:44px;height:44px;padding:0;font-size:0;display:inline-flex}.tutor-module__k9xiCW__signOut svg{flex-shrink:0;width:18px;height:18px;display:block}.tutor-module__k9xiCW__signOutArmed{border-radius:999px;width:auto;padding:8px 16px;font-size:.85rem}.tutor-module__k9xiCW__signOutArmed svg{display:none}.tutor-module__k9xiCW__overlay{padding:16px 16px max(16px,env(safe-area-inset-bottom))}.tutor-module__k9xiCW__overlayInner{gap:12px}.tutor-module__k9xiCW__promptInputInternal{gap:10px;padding:6px 10px}.tutor-module__k9xiCW__textArea{font-size:16px}.tutor-module__k9xiCW__actionButton,.tutor-module__k9xiCW__plusButton{width:44px;height:44px}.tutor-module__k9xiCW__subtitlesBubble{border-radius:16px;padding:12px 16px;font-size:.9rem}.tutor-module__k9xiCW__attachmentPreview{gap:10px;padding:6px 10px}.tutor-module__k9xiCW__attachmentThumb,.tutor-module__k9xiCW__attachmentPdfThumb{width:40px;height:40px}.tutor-module__k9xiCW__uploadShelf{bottom:12px;right:70px}.tutor-module__k9xiCW__uploadShelfPanel{width:min(300px,100vw - 24px)}.tutor-module__k9xiCW__boardShell{gap:10px;padding:10px 12px 12px}.tutor-module__k9xiCW__boardShellBar{grid-template-columns:minmax(0,1fr);row-gap:10px}.tutor-module__k9xiCW__boardShellTrack{gap:10px;margin-inline:0}.tutor-module__k9xiCW__boardShellCard{border-radius:16px;width:132px;padding:8px}.tutor-module__k9xiCW__boardShellThumb{border-radius:12px;height:74px}.tutor-module__k9xiCW__boardShellSideSpacer{display:none}.tutor-module__k9xiCW__boardShellHeaderActions{justify-self:center;width:auto}}
.SessionFeedbackFab-module__Kcmm0q__anchor{z-index:20;position:fixed;bottom:20px;right:20px}.SessionFeedbackFab-module__Kcmm0q__trigger{background:var(--paper);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.5rem;line-height:1;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 12px #0f172a1f}.SessionFeedbackFab-module__Kcmm0q__trigger:hover{transform:scale(1.08);box-shadow:0 6px 20px #0f172a2e}.SessionFeedbackFab-module__Kcmm0q__trigger:active{transform:scale(.96)}.SessionFeedbackFab-module__Kcmm0q__trigger:disabled{opacity:.5;cursor:not-allowed}.SessionFeedbackFab-module__Kcmm0q__panel{background:var(--paper);transform-origin:100% 100%;border-radius:20px;width:min(320px,100vw - 32px);animation:.2s SessionFeedbackFab-module__Kcmm0q__panelIn;position:absolute;bottom:0;right:0;overflow:hidden;box-shadow:0 12px 40px #00000029}@keyframes SessionFeedbackFab-module__Kcmm0q__panelIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.SessionFeedbackFab-module__Kcmm0q__panelClosing{animation:.1s forwards SessionFeedbackFab-module__Kcmm0q__panelOut}@keyframes SessionFeedbackFab-module__Kcmm0q__panelOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.SessionFeedbackFab-module__Kcmm0q__backdrop{z-index:19;position:fixed;inset:0}.SessionFeedbackFab-module__Kcmm0q__header{border-bottom:1px solid var(--rule);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.SessionFeedbackFab-module__Kcmm0q__title{color:var(--ink);margin:0;font-size:1rem;font-weight:600}.SessionFeedbackFab-module__Kcmm0q__closeButton{background:var(--surface-raised-hover,#ebebeb);cursor:pointer;width:26px;height:26px;color:var(--muted);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.SessionFeedbackFab-module__Kcmm0q__closeButton:hover{background:var(--surface-raised,#ddd);color:var(--ink)}.SessionFeedbackFab-module__Kcmm0q__menu{flex-direction:column;gap:2px;padding:8px;display:flex}.SessionFeedbackFab-module__Kcmm0q__menuItem{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:14px;width:100%;padding:12px 14px;transition:background .15s;display:flex}.SessionFeedbackFab-module__Kcmm0q__menuItem:hover:not(:disabled){background:var(--surface-raised-hover,#0000000a)}.SessionFeedbackFab-module__Kcmm0q__menuItem:disabled{opacity:.4;cursor:not-allowed}.SessionFeedbackFab-module__Kcmm0q__menuEmoji{text-align:center;flex-shrink:0;width:32px;font-size:1.4rem;line-height:1}.SessionFeedbackFab-module__Kcmm0q__menuLabel{color:var(--ink);font-size:.95rem;font-weight:500;display:block}.SessionFeedbackFab-module__Kcmm0q__menuDescription{color:var(--muted);margin-top:2px;font-size:.8rem;display:block}.SessionFeedbackFab-module__Kcmm0q__body{flex-direction:column;gap:12px;padding:16px 20px 20px;display:flex}.SessionFeedbackFab-module__Kcmm0q__textarea{border:1px solid var(--rule);resize:vertical;background:var(--paper);width:100%;min-height:100px;color:var(--ink);border-radius:12px;padding:12px 14px;font-family:inherit;font-size:.95rem;transition:border-color .15s}.SessionFeedbackFab-module__Kcmm0q__textarea:focus{border-color:var(--accent);outline:none}.SessionFeedbackFab-module__Kcmm0q__textarea::placeholder{color:var(--muted)}.SessionFeedbackFab-module__Kcmm0q__buttons{gap:8px;display:flex}.SessionFeedbackFab-module__Kcmm0q__cancelButton{cursor:pointer;border:1px solid var(--rule);color:var(--muted);background:0 0;border-radius:10px;flex:1;padding:10px 16px;font-size:.95rem;font-weight:500;transition:background .15s}.SessionFeedbackFab-module__Kcmm0q__cancelButton:hover{background:var(--surface-raised-hover,#0000000a);color:var(--ink)}.SessionFeedbackFab-module__Kcmm0q__submitButton{cursor:pointer;background:var(--accent);border:1px solid var(--accent);color:#fff;border-radius:10px;flex:1;padding:10px 16px;font-size:.95rem;font-weight:500;transition:transform .15s,background .15s}.SessionFeedbackFab-module__Kcmm0q__submitButton:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover);transform:translateY(-1px)}.SessionFeedbackFab-module__Kcmm0q__submitButton:disabled{opacity:.6;cursor:not-allowed}.SessionFeedbackFab-module__Kcmm0q__success{flex-direction:column;align-items:center;gap:10px;padding:28px 20px;display:flex}.SessionFeedbackFab-module__Kcmm0q__successIcon{color:#16a34a;background:#22c55e26;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.SessionFeedbackFab-module__Kcmm0q__successMessage{color:var(--ink);text-align:center;margin:0;font-size:.95rem;font-weight:500}.SessionFeedbackFab-module__Kcmm0q__sendMoreButton{color:var(--accent);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:.85rem;font-weight:500;transition:background .15s}.SessionFeedbackFab-module__Kcmm0q__sendMoreButton:hover{background:var(--accent-light)}@media (max-width:768px){.SessionFeedbackFab-module__Kcmm0q__anchor{bottom:12px;right:12px}.SessionFeedbackFab-module__Kcmm0q__trigger{width:48px;height:48px;font-size:1.35rem}}
.AristotleIndicator-module__g_3pZa__liquidDrop{background:radial-gradient(circle at 35% 35%,#dc262659 0%,#dc262633 100%);border-radius:50%;width:20px;height:20px;transition:all .4s cubic-bezier(.34,1.56,.64,1);animation:3s ease-in-out infinite AristotleIndicator-module__g_3pZa__liquidIdle;position:relative}.AristotleIndicator-module__g_3pZa__liquidDrop:before{content:"";background:radial-gradient(#ffffff80 0%,#0000 70%);border-radius:50%;width:35%;height:25%;transition:all .3s;position:absolute;top:15%;left:20%}.AristotleIndicator-module__g_3pZa__liquidDrop:after{content:"";filter:blur(2px);background:#dc262626;border-radius:50%;width:70%;height:6px;transition:all .3s;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.AristotleIndicator-module__g_3pZa__liquidDropActive{background:radial-gradient(circle at 35% 35%,#f87171 0%,#dc2626f2 60%,#b91c1ce6 100%);animation:1.6s cubic-bezier(.45,0,.55,1) infinite AristotleIndicator-module__g_3pZa__liquidSquish;box-shadow:0 0 20px #dc262666,0 6px 12px #dc262640,inset 0 -3px 6px #b91c1c4d}.AristotleIndicator-module__g_3pZa__liquidDropActive:before{animation:1.6s ease-in-out infinite AristotleIndicator-module__g_3pZa__shineWobble}.AristotleIndicator-module__g_3pZa__liquidDropActive:after{animation:1.6s ease-in-out infinite AristotleIndicator-module__g_3pZa__shadowSquish}.AristotleIndicator-module__g_3pZa__liquidDropError{background:radial-gradient(circle at 35% 35%,#f87171 0%,#dc2626 60%,#b91c1c 100%);animation:.5s cubic-bezier(.34,1.56,.64,1) AristotleIndicator-module__g_3pZa__liquidSplat;box-shadow:0 0 24px #dc262699,0 4px 12px #dc262666}.AristotleIndicator-module__g_3pZa__liquidSoul{filter:blur(1px);background:radial-gradient(circle,#ffffffb3 0%,#ffdcdc4d 50%,#0000 70%);border-radius:50%;width:8px;height:8px;animation:5s ease-in-out infinite AristotleIndicator-module__g_3pZa__soulBreath;position:absolute;top:28%;left:28%}.AristotleIndicator-module__g_3pZa__liquidDropActive .AristotleIndicator-module__g_3pZa__liquidSoul{filter:blur(.5px);width:9px;height:9px;animation:3s ease-in-out infinite AristotleIndicator-module__g_3pZa__soulAlive}.AristotleIndicator-module__g_3pZa__liquidDropError .AristotleIndicator-module__g_3pZa__liquidSoul{animation:1.5s ease-in-out infinite AristotleIndicator-module__g_3pZa__soulFlicker}@keyframes AristotleIndicator-module__g_3pZa__soulBreath{0%,to{opacity:.25;transform:scale(.9)}50%{opacity:.45;transform:scale(1.1)}}@keyframes AristotleIndicator-module__g_3pZa__soulAlive{0%,to{opacity:.6;background:radial-gradient(circle,#fffffff2 0%,#fff0f080 40%,#0000 70%);transform:scale(1)}50%{opacity:.95;background:radial-gradient(circle,#fff 0%,#ffdcdcb3 45%,#0000 75%);transform:scale(1.2)}}@keyframes AristotleIndicator-module__g_3pZa__soulFlicker{0%,to{opacity:.5;transform:scale(1)}30%{opacity:.9;transform:scale(1.15)}60%{opacity:.4;transform:scale(.95)}80%{opacity:.75;transform:scale(1.05)}}@keyframes AristotleIndicator-module__g_3pZa__liquidIdle{0%,to{border-radius:50%;transform:scale(1)}50%{border-radius:48% 52% 52% 48%/52% 48%;transform:scale(1.03,.97)}}@keyframes AristotleIndicator-module__g_3pZa__shineWobble{0%,to{opacity:.7;width:35%;top:15%;left:20%}25%{opacity:.5;width:40%;top:20%;left:15%}50%{opacity:.8;width:30%;top:10%;left:25%}75%{opacity:.6;width:38%;top:18%;left:18%}}@keyframes AristotleIndicator-module__g_3pZa__shadowSquish{0%,to{opacity:.2;transform:translate(-50%)scaleX(1)}12%{opacity:.3;transform:translate(-50%)scaleX(1.3)}24%{opacity:.15;transform:translate(-50%)scaleX(.7)}48%{opacity:.25;transform:translate(-50%)scaleX(1.1)}}@keyframes AristotleIndicator-module__g_3pZa__liquidSquish{0%{border-radius:50%;transform:scale(1)translateY(0)rotate(0)}12%{border-radius:40% 60% 60% 40%/60% 40%;transform:scale(1.18,.82)translateY(3px)rotate(-3deg)}24%{border-radius:50% 50% 45% 55%/45% 55% 50% 50%;transform:scale(.88,1.12)translateY(-5px)rotate(2deg)}36%{border-radius:55% 45% 50% 50%/50% 50% 45% 55%;transform:scale(1.1,.9)translateY(2px)rotate(-2deg)}48%{border-radius:45% 55% 55% 45%/55% 45% 50% 50%;transform:scale(.93,1.07)translateY(-3px)rotate(1.5deg)}60%{border-radius:50% 50% 40% 60%/60% 40% 55% 45%;transform:scale(1.06,.94)translateY(1.5px)rotate(-1deg)}72%{border-radius:55% 45%/45% 55%;transform:scale(.97,1.03)translateY(-1.5px)rotate(.5deg)}84%{border-radius:48% 52% 52% 48%/52% 48%;transform:scale(1.03,.97)translateY(.5px)rotate(-.3deg)}to{border-radius:50%;transform:scale(1)translateY(0)rotate(0)}}@keyframes AristotleIndicator-module__g_3pZa__liquidSplat{0%{border-radius:50%;transform:scale(1)}20%{border-radius:35% 35% 65% 65%;transform:scale(1.4,.6)}40%{border-radius:55% 55% 45% 45%;transform:scale(.8,1.3)}60%{border-radius:45% 45% 55% 55%;transform:scale(1.15,.85)}80%{border-radius:52% 52% 48% 48%;transform:scale(.95,1.05)}to{border-radius:50%;transform:scale(1)}}
.PagedSubtitlePresenter-module__S5k0ya__container{color:#fff;pointer-events:auto;touch-action:pan-y;background:#0a0a0ad9;border-radius:16px;max-width:min(640px,100%);padding:12px 16px 8px;font-size:.95rem;line-height:1.4;box-shadow:0 30px 60px #0a0a0a66}.PagedSubtitlePresenter-module__S5k0ya__chunkText{text-align:left;word-wrap:break-word;overflow-wrap:break-word}
.RecordingConsentModal-module__Et1cbG__backdrop{z-index:100;background:#00000080;justify-content:center;align-items:center;animation:.15s RecordingConsentModal-module__Et1cbG__fadeIn;display:flex;position:fixed;inset:0}@keyframes RecordingConsentModal-module__Et1cbG__fadeIn{0%{opacity:0}to{opacity:1}}.RecordingConsentModal-module__Et1cbG__modal{background:var(--paper);border-radius:20px;width:min(540px,90vw);max-height:85vh;animation:.2s RecordingConsentModal-module__Et1cbG__slideUp;overflow:hidden;box-shadow:0 25px 60px #0000004d}@keyframes RecordingConsentModal-module__Et1cbG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.RecordingConsentModal-module__Et1cbG__header{border-bottom:1px solid var(--rule);justify-content:space-between;align-items:center;padding:24px 32px;display:flex}.RecordingConsentModal-module__Et1cbG__title{color:var(--ink);margin:0;font-size:1.4rem;font-weight:600}.RecordingConsentModal-module__Et1cbG__closeButton{cursor:pointer;width:32px;height:32px;color:var(--muted);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.RecordingConsentModal-module__Et1cbG__closeButton:hover{color:var(--ink);background:#00000014}.RecordingConsentModal-module__Et1cbG__content{padding:32px}.RecordingConsentModal-module__Et1cbG__description{color:var(--ink);margin:0 0 28px;font-size:1.15rem;line-height:1.6}.RecordingConsentModal-module__Et1cbG__link{color:var(--accent);text-decoration:none}.RecordingConsentModal-module__Et1cbG__link:hover{text-decoration:underline}.RecordingConsentModal-module__Et1cbG__imageContainer{border:1px solid var(--rule);border-radius:12px;margin-bottom:20px;overflow:hidden}.RecordingConsentModal-module__Et1cbG__instructionImage{width:100%;height:auto;display:block}.RecordingConsentModal-module__Et1cbG__actions{flex-direction:column;gap:10px;display:flex}.RecordingConsentModal-module__Et1cbG__button{cursor:pointer;border-radius:12px;width:100%;padding:14px 24px;font-size:1.1rem;font-weight:500;transition:transform .15s,background .15s,border-color .15s}.RecordingConsentModal-module__Et1cbG__button:hover{transform:translateY(-1px)}.RecordingConsentModal-module__Et1cbG__primaryButton{background:var(--accent);border:1px solid var(--accent);color:#fff}.RecordingConsentModal-module__Et1cbG__primaryButton:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.RecordingConsentModal-module__Et1cbG__secondaryButton{border:1px solid var(--rule);color:var(--ink);background:0 0}.RecordingConsentModal-module__Et1cbG__secondaryButton:hover{background:#00000005;border-color:#0003}
.RecordSessionButton-module__mcKCAW__container{align-items:center;gap:8px;display:flex}.RecordSessionButton-module__mcKCAW__button{border:1px solid var(--rule);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:8px;padding:10px 20px;font-size:.95rem;transition:border-color .2s,transform .2s,background .2s;display:inline-flex}.RecordSessionButton-module__mcKCAW__button:not(:disabled):hover{border-color:#0000004d;transform:translateY(-1px)}.RecordSessionButton-module__mcKCAW__button:disabled{opacity:.6;cursor:not-allowed}.RecordSessionButton-module__mcKCAW__icon{width:16px;height:16px}.RecordSessionButton-module__mcKCAW__recordIcon{color:#dc2626}.RecordSessionButton-module__mcKCAW__progress{border:1px solid var(--rule);border-radius:999px;flex-direction:column;gap:4px;min-width:160px;padding:10px 20px;font-size:.9rem;display:flex}.RecordSessionButton-module__mcKCAW__progressBar{background:var(--accent);border-radius:2px;height:3px;transition:width .2s}.RecordSessionButton-module__mcKCAW__progressTrack{background:var(--rule);border-radius:2px;height:3px;overflow:hidden}.RecordSessionButton-module__mcKCAW__error{color:#b91c1c;align-items:center;gap:8px;font-size:.9rem;display:flex}.RecordSessionButton-module__mcKCAW__errorMessage{text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}.RecordSessionButton-module__mcKCAW__retryButton{cursor:pointer;color:#991b1b;background:0 0;border:1px solid #dc26264d;border-radius:999px;padding:6px 12px;font-size:.85rem}.RecordSessionButton-module__mcKCAW__retryButton:hover{background:#dc26261a}.RecordSessionButton-module__mcKCAW__done{color:#047857;background:#22c55e1a;border-color:#22c55e4d}.RecordSessionButton-module__mcKCAW__dotButton{border:1px solid var(--rule);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:border-color .2s,transform .2s,background .2s;display:flex}.RecordSessionButton-module__mcKCAW__dotButton:not(:disabled):hover{background:#dc26260d;border-color:#dc262666;transform:translateY(-1px)}.RecordSessionButton-module__mcKCAW__dotButton:disabled{opacity:.4;cursor:not-allowed}.RecordSessionButton-module__mcKCAW__dotButtonRecording{background:#dc26261a;border-color:#dc262666;animation:1.5s ease-in-out infinite RecordSessionButton-module__mcKCAW__pulse}.RecordSessionButton-module__mcKCAW__dotButtonRecording:hover{background:#dc262626}@media (max-width:480px){.RecordSessionButton-module__mcKCAW__dotButton{width:44px;height:44px}}@keyframes RecordSessionButton-module__mcKCAW__pulse{0%,to{box-shadow:0 0 #dc262666}50%{box-shadow:0 0 0 6px #dc262600}}
.whiteboardUserEditOverlay-module__ODYVSG__root{pointer-events:none;z-index:40;--user-edit-accent:#002455;position:absolute;inset:0}.whiteboardUserEditOverlay-module__ODYVSG__error{pointer-events:auto;color:#b91c1ceb;background:#dc26260f;border:1px solid #dc262640;border-radius:12px;max-width:min(520px,100vw - 48px);padding:10px 12px;font-weight:650;position:absolute;top:18px;left:18px;box-shadow:0 14px 30px #0f172a24}.whiteboardUserEditOverlay-module__ODYVSG__faded{transition:opacity .25s ease-out;opacity:0!important}.whiteboardUserEditOverlay-module__ODYVSG__insertionTick{background:var(--user-edit-accent);pointer-events:none;opacity:.6;border-radius:2px;transition:opacity .25s ease-out;position:absolute}.whiteboardUserEditOverlay-module__ODYVSG__insertionTickVertical{width:3px;height:20px;margin-top:-10px;margin-left:-1.5px}.whiteboardUserEditOverlay-module__ODYVSG__insertionTickHorizontal{width:20px;height:3px;margin-top:-1.5px;margin-left:-10px}.whiteboardUserEditOverlay-module__ODYVSG__hoverPill{border:1px solid var(--rule,#0000001a);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none;color:var(--user-edit-accent);white-space:nowrap;background:#fffffff5;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:.85rem;font-weight:600;transition:opacity .25s ease-out;animation:.15s ease-out whiteboardUserEditOverlay-module__ODYVSG__hoverPillFadeIn;display:inline-flex;position:absolute;box-shadow:0 4px 16px #0000001f}@keyframes whiteboardUserEditOverlay-module__ODYVSG__hoverPillFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.whiteboardUserEditOverlay-module__ODYVSG__hoverPillIcon{opacity:.8;flex-shrink:0}.whiteboardUserEditOverlay-module__ODYVSG__hoverPillText{opacity:.9}.whiteboardUserEditOverlay-module__ODYVSG__invitedPill{pointer-events:auto;cursor:pointer;animation:.4s ease-out whiteboardUserEditOverlay-module__ODYVSG__invitedPillEntrance,2s ease-in-out .4s infinite whiteboardUserEditOverlay-module__ODYVSG__invitedPillBounce;box-shadow:0 4px 16px #0000001f,0 0 0 2px #eab30873,0 0 12px #eab30833;}.whiteboardUserEditOverlay-module__ODYVSG__invitedPill:hover{box-shadow:0 4px 20px #00000029,0 0 0 2.5px #eab30899,0 0 16px #eab3084d}@keyframes whiteboardUserEditOverlay-module__ODYVSG__invitedPillEntrance{0%{opacity:0;transform:scale(.9)translateY(4px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes whiteboardUserEditOverlay-module__ODYVSG__invitedPillBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.whiteboardUserEditOverlay-module__ODYVSG__hoverPillRow:before{content:"";filter:drop-shadow(-1px 0 1px #00000014);border:5px solid #0000;border-right-color:#fffffff5;position:absolute;top:50%;left:-6px;transform:translateY(-50%)}.whiteboardUserEditOverlay-module__ODYVSG__hoverPillColumn:before{content:"";filter:drop-shadow(0 -1px 1px #00000014);border:5px solid #0000;border-bottom-color:#fffffff5;position:absolute;top:-6px;left:50%;transform:translate(-50%)}
.whiteboardUserEditInline-module__m418Ta__inline{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.whiteboardUserEditInline-module__m418Ta__floating{pointer-events:auto;z-index:60;will-change:left,top;width:fit-content;transition:opacity .1s ease-out;display:inline-flex;position:fixed;top:0;left:0}.whiteboardUserEditInline-module__m418Ta__pillContainer{--accent:#002455;--accent-green:#059669;flex-direction:column;gap:6px;display:flex}.whiteboardUserEditInline-module__m418Ta__pillRow{border:1px solid var(--rule,#0000001a);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff5;border-radius:999px;align-items:center;gap:6px;padding:6px 8px;display:inline-flex;box-shadow:0 4px 20px #0000001f}.whiteboardUserEditInline-module__m418Ta__waveformBox{align-items:center;width:80px;height:28px;display:flex;overflow:hidden}.whiteboardUserEditInline-module__m418Ta__visualizerCanvas{width:100%;height:100%;display:block}.whiteboardUserEditInline-module__m418Ta__mathBox{align-items:center;min-width:120px;max-width:200px;display:flex}.whiteboardUserEditInline-module__m418Ta__mathBox math-field{width:100%;min-height:28px;font-size:16px;font-family:var(--tutor-math-font-family,"JuliaMono","KaTeX_Main","KaTeX_Math","Cambria Math","Asana Math","STIX",serif);--text-font-family:var(--tutor-math-font-family,"JuliaMono","KaTeX_Main","KaTeX_Math","Cambria Math","Asana Math","STIX",serif);background:0 0;border:none}.whiteboardUserEditInline-module__m418Ta__mathBox math-field::part(content){font-family:var(--tutor-math-font-family,"JuliaMono","KaTeX_Main","KaTeX_Math","Cambria Math","Asana Math","STIX",serif)}.whiteboardUserEditInline-module__m418Ta__mathBox math-field::part(menu-toggle),.whiteboardUserEditInline-module__m418Ta__mathBox math-field::part(virtual-keyboard-toggle){display:none}.whiteboardUserEditInline-module__m418Ta__processingText{color:#0f172a99;padding:0 8px;font-size:.85rem;font-weight:500}.whiteboardUserEditInline-module__m418Ta__finishBtn{color:var(--accent-green);cursor:pointer;background:#0596691a;border:1px solid #0596694d;border-radius:999px;padding:6px 14px;font-size:.85rem;font-weight:600;transition:all .15s}.whiteboardUserEditInline-module__m418Ta__finishBtn:hover{background:#0596692e;border-color:#05966966}.whiteboardUserEditInline-module__m418Ta__saveBtn{border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:all .15s;display:inline-flex}.whiteboardUserEditInline-module__m418Ta__saveBtn:hover:not(:disabled){transform:scale(1.05)}.whiteboardUserEditInline-module__m418Ta__saveBtn:disabled{opacity:.4;cursor:not-allowed}.whiteboardUserEditInline-module__m418Ta__cancelBtn{color:#0f172a80;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:all .15s;display:inline-flex}.whiteboardUserEditInline-module__m418Ta__cancelBtn:hover{color:#0f172acc;background:#0f172a0f}.whiteboardUserEditInline-module__m418Ta__pillError{color:#dc2626;text-align:center;padding:6px 12px;font-size:.8rem;font-weight:600}.whiteboardUserEditInline-module__m418Ta__debug{background:#0f172a05;border:1px dashed #0f172a33;border-radius:8px;margin-top:8px;padding:8px 12px}.whiteboardUserEditInline-module__m418Ta__debugLabel{color:#0f172a99;margin-bottom:6px;font-size:.75rem;font-weight:700}.whiteboardUserEditInline-module__m418Ta__debug audio{width:100%;height:32px}
.CenteredModal-module__pDFvzG__surfaceBackdrop{background:var(--paper);z-index:100;opacity:1;flex-direction:column;transition:opacity .35s;display:flex;position:fixed;inset:89px 0 0}.CenteredModal-module__pDFvzG__surfaceBackdropHidden{opacity:0;pointer-events:none}.CenteredModal-module__pDFvzG__cardArea{flex:1;justify-content:center;align-items:center;display:flex}.CenteredModal-module__pDFvzG__card{border:1px solid var(--rule);text-align:center;opacity:1;background:#fff;border-radius:28px;flex-direction:column;justify-content:center;align-items:center;gap:20px;width:clamp(320px,88vw,480px);min-height:300px;padding:40px;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .35s;display:flex;transform:scale(1);box-shadow:0 30px 80px #0f172a1f}.CenteredModal-module__pDFvzG__surfaceBackdropHidden .CenteredModal-module__pDFvzG__card{opacity:0;transform:scale(.92)}.CenteredModal-module__pDFvzG__overlayBackdrop{z-index:200;--overlay-card-y-offset:-12px;background:#00000094;justify-content:center;align-items:center;animation:none;display:flex;position:fixed;inset:0}.CenteredModal-module__pDFvzG__overlayBackdrop .CenteredModal-module__pDFvzG__card{transform:translateY(var(--overlay-card-y-offset))}.CenteredModal-module__pDFvzG__cardFlat{z-index:1;box-shadow:none;background:#f6f7f9;position:relative}.CenteredModal-module__pDFvzG__title{color:var(--ink);margin:0 0 8px;font-size:1.5rem;font-weight:600}.CenteredModal-module__pDFvzG__message{color:var(--muted);margin:0 0 24px;font-size:1.25rem;line-height:1.5}.CenteredModal-module__pDFvzG__supportingText{color:var(--ink);background:#dc262614;border:1px solid #dc262624;border-radius:999px;justify-content:center;align-items:center;margin:-6px 0 20px;padding:8px 14px;font-size:.95rem;font-weight:600;line-height:1.3;display:inline-flex}.CenteredModal-module__pDFvzG__primaryButton{appearance:none;cursor:pointer;background:var(--accent);color:#fff;border:1px solid #0000;border-radius:999px;padding:12px 24px;font-size:.95rem;font-weight:600;transition:transform .15s,box-shadow .15s,background .15s;box-shadow:0 10px 26px #dc262640}.CenteredModal-module__pDFvzG__primaryButton:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 14px 32px #dc262652}@media (max-width:480px){.CenteredModal-module__pDFvzG__surfaceBackdrop{top:73px}.CenteredModal-module__pDFvzG__overlayBackdrop{--overlay-card-y-offset:-9px}}
.EndingSessionModal-module__07kYiq__dots{gap:10px;margin-bottom:4px;display:inline-flex}.EndingSessionModal-module__07kYiq__dot{background:var(--accent);border-radius:999px;width:12px;height:12px;animation:.9s ease-in-out infinite EndingSessionModal-module__07kYiq__wrapupPulse;display:block;box-shadow:0 0 0 6px #c85d3914}.EndingSessionModal-module__07kYiq__dot:nth-child(2){animation-delay:.15s}.EndingSessionModal-module__07kYiq__dot:nth-child(3){animation-delay:.3s}@keyframes EndingSessionModal-module__07kYiq__wrapupPulse{0%,to{opacity:.4;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}
.FeedbackModal-module__q5EROW__backdrop{z-index:100;background:#00000080;justify-content:center;align-items:center;animation:.15s FeedbackModal-module__q5EROW__fadeIn;display:flex;position:fixed;inset:0}@keyframes FeedbackModal-module__q5EROW__fadeIn{0%{opacity:0}to{opacity:1}}.FeedbackModal-module__q5EROW__modal{background:var(--paper);border-radius:20px;width:min(420px,90vw);max-height:85vh;animation:.2s FeedbackModal-module__q5EROW__slideUp;overflow:hidden;box-shadow:0 25px 60px #0000004d}@keyframes FeedbackModal-module__q5EROW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.FeedbackModal-module__q5EROW__header{border-bottom:1px solid var(--rule);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.FeedbackModal-module__q5EROW__title{color:var(--ink);margin:0;font-size:1.15rem;font-weight:600}.FeedbackModal-module__q5EROW__closeButton{cursor:pointer;width:32px;height:32px;color:var(--muted);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.FeedbackModal-module__q5EROW__closeButton:hover{color:var(--ink);background:#00000014}.FeedbackModal-module__q5EROW__content{max-height:calc(85vh - 70px);padding:24px;overflow-y:auto}.FeedbackModal-module__q5EROW__ratingSection{margin-bottom:8px}.FeedbackModal-module__q5EROW__starsContainer{justify-content:center;gap:8px;display:flex}.FeedbackModal-module__q5EROW__starButton{cursor:pointer;color:var(--muted);background:0 0;border:none;padding:8px;transition:color .15s,transform .15s}.FeedbackModal-module__q5EROW__starButton:hover{transform:scale(1.1)}.FeedbackModal-module__q5EROW__starFilled{color:#f59e0b}.FeedbackModal-module__q5EROW__npsContainer{flex-direction:column;gap:8px;display:flex}.FeedbackModal-module__q5EROW__npsScale{justify-content:center;gap:4px;display:flex}.FeedbackModal-module__q5EROW__npsButton{border:1px solid var(--rule);cursor:pointer;width:32px;height:32px;color:var(--ink);background:0 0;border-radius:8px;font-size:.85rem;font-weight:500;transition:all .15s}.FeedbackModal-module__q5EROW__npsButton:hover{border-color:#0000004d;transform:translateY(-2px)}.FeedbackModal-module__q5EROW__npsSelected{border-width:2px;font-weight:600}.FeedbackModal-module__q5EROW__npsDetractor.FeedbackModal-module__q5EROW__npsSelected{color:#ef4444;background:#ef44441a;border-color:#ef4444}.FeedbackModal-module__q5EROW__npsPassive.FeedbackModal-module__q5EROW__npsSelected{color:#d97706;background:#f59e0b1a;border-color:#f59e0b}.FeedbackModal-module__q5EROW__npsPromoter.FeedbackModal-module__q5EROW__npsSelected{color:#16a34a;background:#22c55e1a;border-color:#22c55e}.FeedbackModal-module__q5EROW__npsLabels{color:var(--muted);justify-content:space-between;padding:0 4px;font-size:.75rem;display:flex}.FeedbackModal-module__q5EROW__thumbsContainer{justify-content:center;gap:24px;display:flex}.FeedbackModal-module__q5EROW__thumbButton{border:2px solid var(--rule);cursor:pointer;color:var(--muted);background:0 0;border-radius:12px;flex-direction:column;align-items:center;gap:8px;padding:16px 24px;font-size:.85rem;font-weight:500;transition:all .15s;display:flex}.FeedbackModal-module__q5EROW__thumbButton:hover{border-color:#0003;transform:translateY(-2px)}.FeedbackModal-module__q5EROW__thumbUp.FeedbackModal-module__q5EROW__thumbSelected{color:#16a34a;background:#22c55e1a;border-color:#22c55e}.FeedbackModal-module__q5EROW__thumbDown.FeedbackModal-module__q5EROW__thumbSelected{color:#ef4444;background:#ef44441a;border-color:#ef4444}.FeedbackModal-module__q5EROW__feedbackSection{margin-top:20px;animation:.2s FeedbackModal-module__q5EROW__fadeSlideIn}@keyframes FeedbackModal-module__q5EROW__fadeSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.FeedbackModal-module__q5EROW__feedbackLabel{color:var(--ink);margin-bottom:10px;font-size:.9rem;font-weight:500;display:block}.FeedbackModal-module__q5EROW__feedbackTextarea{border:1px solid var(--rule);resize:vertical;background:var(--paper);width:100%;min-height:80px;color:var(--ink);border-radius:12px;padding:12px 14px;font-family:inherit;font-size:.95rem;transition:border-color .15s}.FeedbackModal-module__q5EROW__feedbackTextarea:focus{border-color:var(--accent);outline:none}.FeedbackModal-module__q5EROW__feedbackTextarea::placeholder{color:var(--muted)}.FeedbackModal-module__q5EROW__submitButton{cursor:pointer;background:var(--accent);border:1px solid var(--accent);color:#fff;border-radius:10px;width:100%;margin-top:12px;padding:12px 20px;font-size:.95rem;font-weight:500;transition:transform .15s,background .15s}.FeedbackModal-module__q5EROW__submitButton:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover);transform:translateY(-1px)}.FeedbackModal-module__q5EROW__submitButton:disabled{opacity:.6;cursor:not-allowed}.FeedbackModal-module__q5EROW__successState{flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:32px 24px;display:flex}.FeedbackModal-module__q5EROW__successIcon{color:#16a34a;background:#22c55e26;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.FeedbackModal-module__q5EROW__successMessage{color:var(--ink);text-align:center;margin:0;font-size:1.1rem;font-weight:500}
.HelpModal-module__fNEt0G__backdrop{z-index:100;background:#00000080;justify-content:center;align-items:center;animation:.15s HelpModal-module__fNEt0G__fadeIn;display:flex;position:fixed;inset:0}@keyframes HelpModal-module__fNEt0G__fadeIn{0%{opacity:0}to{opacity:1}}.HelpModal-module__fNEt0G__modal{background:var(--paper);border-radius:20px;width:min(480px,90vw);max-height:85vh;animation:.2s HelpModal-module__fNEt0G__slideUp;overflow:hidden;box-shadow:0 25px 60px #0000004d}@keyframes HelpModal-module__fNEt0G__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.HelpModal-module__fNEt0G__header{border-bottom:1px solid var(--rule);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.HelpModal-module__fNEt0G__title{color:var(--ink);margin:0;font-size:1.25rem;font-weight:600}.HelpModal-module__fNEt0G__closeButton{cursor:pointer;width:32px;height:32px;color:var(--muted);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.HelpModal-module__fNEt0G__closeButton:hover{color:var(--ink);background:#00000014}.HelpModal-module__fNEt0G__content{max-height:calc(85vh - 70px);padding:24px;overflow-y:auto}.HelpModal-module__fNEt0G__card{border:1px solid var(--rule);border-radius:16px;padding:20px;transition:border-color .15s,background .15s}.HelpModal-module__fNEt0G__card:hover{background:#00000005;border-color:#00000026}.HelpModal-module__fNEt0G__cardHeader{align-items:flex-start;gap:14px;margin-bottom:12px;display:flex}.HelpModal-module__fNEt0G__cardIcon{width:40px;height:40px;color:var(--accent);background:#dc26261a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.HelpModal-module__fNEt0G__cardIconBlue{color:#3b82f6;background:#3b82f61a}.HelpModal-module__fNEt0G__cardIconYellow{color:#ca8a04;background:#eab3081a}.HelpModal-module__fNEt0G__cardText{flex:1}.HelpModal-module__fNEt0G__cardTitle{color:var(--ink);margin:0 0 4px;font-size:1rem;font-weight:600}.HelpModal-module__fNEt0G__list,.HelpModal-module__fNEt0G__accordion{flex-direction:column;gap:0;display:flex}.HelpModal-module__fNEt0G__accordionItem{border-bottom:1px solid var(--rule)}.HelpModal-module__fNEt0G__accordionItem:last-child{border-bottom:none}.HelpModal-module__fNEt0G__accordionHeader{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:14px;width:100%;padding:16px;transition:background .15s;display:flex}.HelpModal-module__fNEt0G__accordionHeader:hover{background:#00000008}.HelpModal-module__fNEt0G__accordionIcon{width:32px;height:32px;color:var(--accent);background:#dc26261a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.HelpModal-module__fNEt0G__accordionTitle{color:var(--ink);flex:1;margin:0;font-size:.95rem;font-weight:500}.HelpModal-module__fNEt0G__accordionChevron{color:var(--muted);flex-shrink:0;transition:transform .2s}.HelpModal-module__fNEt0G__accordionChevronOpen{transform:rotate(180deg)}.HelpModal-module__fNEt0G__accordionContent{padding:0 16px 20px 62px;animation:.2s HelpModal-module__fNEt0G__accordionSlideDown}@keyframes HelpModal-module__fNEt0G__accordionSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.HelpModal-module__fNEt0G__accordionDescription{color:var(--muted);margin:0 0 14px;font-size:.9rem;line-height:1.5}.HelpModal-module__fNEt0G__accordionButton{cursor:pointer;background:var(--accent);border:1px solid var(--accent);color:#fff;border-radius:8px;padding:10px 18px;font-size:.9rem;font-weight:500;transition:transform .15s,background .15s,border-color .15s}.HelpModal-module__fNEt0G__accordionButton:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover);transform:translateY(-1px)}.HelpModal-module__fNEt0G__accordionButton:disabled{opacity:.6;cursor:not-allowed}.HelpModal-module__fNEt0G__feedbackForm{flex-direction:column;gap:12px;display:flex}.HelpModal-module__fNEt0G__feedbackTextarea{border:1px solid var(--rule);resize:vertical;background:var(--paper);width:100%;min-height:100px;color:var(--ink);border-radius:12px;padding:12px 14px;font-family:inherit;font-size:.95rem;transition:border-color .15s}.HelpModal-module__fNEt0G__feedbackTextarea:focus{border-color:var(--accent);outline:none}.HelpModal-module__fNEt0G__feedbackTextarea::placeholder{color:var(--muted)}.HelpModal-module__fNEt0G__feedbackSubmit{cursor:pointer;background:var(--accent);border:1px solid var(--accent);color:#fff;border-radius:8px;align-self:flex-start;padding:10px 20px;font-size:.9rem;font-weight:500;transition:transform .15s,background .15s}.HelpModal-module__fNEt0G__feedbackSubmit:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover);transform:translateY(-1px)}.HelpModal-module__fNEt0G__feedbackSubmit:disabled{opacity:.6;cursor:not-allowed}.HelpModal-module__fNEt0G__loadingState{flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:32px 24px;display:flex}.HelpModal-module__fNEt0G__loadingSpinner{border:3px solid var(--rule);border-top-color:var(--accent);border-radius:50%;width:32px;height:32px;animation:1s linear infinite HelpModal-module__fNEt0G__spin}@keyframes HelpModal-module__fNEt0G__spin{to{transform:rotate(360deg)}}.HelpModal-module__fNEt0G__loadingMessage{color:var(--ink);text-align:center;min-height:1.5em;margin:0;font-size:1rem}.HelpModal-module__fNEt0G__successState{flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:32px 24px;display:flex}.HelpModal-module__fNEt0G__successIcon{color:#16a34a;background:#22c55e26;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.HelpModal-module__fNEt0G__successMessage{color:var(--ink);text-align:center;margin:0;font-size:1.1rem;font-weight:500}.HelpModal-module__fNEt0G__errorMessage{color:#b91c1c;text-align:center;margin:0;font-size:.9rem}
.AristotleIndicatorDot-module__V-36na__dot{background:var(--muted,#9ca3af);border-radius:50%;width:10px;height:10px;transition:background .2s}.AristotleIndicatorDot-module__V-36na__dotGenerating{background:#3b82f6}.AristotleIndicatorDot-module__V-36na__dotError{background:#dc2626}
.MagicLinkOnlySignInSurface-module__uxc_Uq__shell{align-content:start;gap:10px;width:100%;max-width:320px;display:grid}.MagicLinkOnlySignInSurface-module__uxc_Uq__inputShell{opacity:0;background:#fffffff0;border:1px solid #2c24181a;border-radius:999px;align-items:center;width:100%;min-height:62px;transition:border-color .14s,background .14s,box-shadow .14s;animation:.7s cubic-bezier(.16,1,.3,1) .24s forwards MagicLinkOnlySignInSurface-module__uxc_Uq__fadeUp;display:flex;box-shadow:0 10px 26px #2c24180f,inset 0 1px #ffffffe0}.MagicLinkOnlySignInSurface-module__uxc_Uq__inputShellInviting{background:linear-gradient(#fff6f2fa,#fffffff0),#fffffff0;border-color:#c4553a29;box-shadow:0 14px 34px #c4553a1f,inset 0 1px #ffffffe6}.MagicLinkOnlySignInSurface-module__uxc_Uq__inputShellSettled{background:#fffffff5;border-color:#2c24181f}.MagicLinkOnlySignInSurface-module__uxc_Uq__inputShellReady{background:linear-gradient(#fff8f4f5,#fffffff5),#fffffff5;border-color:#c4553a3d}.MagicLinkOnlySignInSurface-module__uxc_Uq__inputShell:focus-within{border-color:#c4553a73;box-shadow:0 14px 32px #2c241814,0 0 0 4px #c4553a1a}.MagicLinkOnlySignInSurface-module__uxc_Uq__inputShellError{border-color:#b83f2370;box-shadow:0 12px 28px #2c24180f,0 0 0 4px #b83f2314}.MagicLinkOnlySignInSurface-module__uxc_Uq__inputShellSent{border-color:#1b4d3e2e}.MagicLinkOnlySignInSurface-module__uxc_Uq__input{min-width:0;color:var(--text-primary);font-family:var(--font-ui);background:0 0;border:0;outline:none;flex:1;padding:0 18px 0 22px;font-size:.98rem;line-height:1.2}.MagicLinkOnlySignInSurface-module__uxc_Uq__input::placeholder{color:var(--text-muted)}.MagicLinkOnlySignInSurface-module__uxc_Uq__input:disabled{cursor:wait}.MagicLinkOnlySignInSurface-module__uxc_Uq__submitButton{border:0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;margin-right:8px;transition:transform .14s,background .14s,color .14s,box-shadow .14s,opacity .14s;display:inline-flex}.MagicLinkOnlySignInSurface-module__uxc_Uq__submitButton:hover:not(:disabled){transform:translateY(-1px)}.MagicLinkOnlySignInSurface-module__uxc_Uq__submitButton:disabled{cursor:wait}.MagicLinkOnlySignInSurface-module__uxc_Uq__submitButtonInviting{color:#fff;background:#c4553a;box-shadow:0 10px 24px #c4553a38}.MagicLinkOnlySignInSurface-module__uxc_Uq__submitButtonSettled{color:#a8442d;box-shadow:none;background:#c4553a2e}.MagicLinkOnlySignInSurface-module__uxc_Uq__submitButtonReady{color:#fff;background:#a8442d;box-shadow:0 10px 22px #a8442d47}.MagicLinkOnlySignInSurface-module__uxc_Uq__spinner{border:2px solid #ffffff47;border-top-color:currentColor;border-radius:999px;width:16px;height:16px;animation:.85s linear infinite MagicLinkOnlySignInSurface-module__uxc_Uq__spin}.MagicLinkOnlySignInSurface-module__uxc_Uq__sentBadge{color:#1b4d3e;background:#1b4d3e1a;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;margin-right:8px;display:inline-flex}.MagicLinkOnlySignInSurface-module__uxc_Uq__sentMessage{min-width:0;color:var(--text-secondary);font-family:var(--font-ui);text-align:left;padding:0 10px 0 22px;font-size:.94rem;line-height:1.3}.MagicLinkOnlySignInSurface-module__uxc_Uq__sentEmail{vertical-align:bottom;max-width:16ch;color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-weight:500;display:inline-block;overflow:hidden}.MagicLinkOnlySignInSurface-module__uxc_Uq__supportSlot{visibility:hidden;min-height:20px;padding-top:2px}.MagicLinkOnlySignInSurface-module__uxc_Uq__supportSlotVisible{visibility:visible}.MagicLinkOnlySignInSurface-module__uxc_Uq__errorText{color:#a8442d;font-family:var(--font-ui);text-align:center;margin:0;padding:0 8px;font-size:.84rem;line-height:1.45}@keyframes MagicLinkOnlySignInSurface-module__uxc_Uq__fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes MagicLinkOnlySignInSurface-module__uxc_Uq__spin{to{transform:rotate(360deg)}}
.page-module__ccxSwW__resendSection{width:100%;max-width:320px;margin-top:18px}.page-module__ccxSwW__footerLink{color:var(--text-secondary);font-family:var(--font-ui);text-underline-offset:.18em;justify-content:center;align-items:center;margin-top:16px;font-size:.98rem;line-height:1.5;text-decoration:underline;transition:color .14s;display:inline-flex}.page-module__ccxSwW__footerLink:hover{color:var(--text-primary)}
.AristotleIndicatorGlow-module__LrdpkW__glow{border-radius:50%;width:18px;height:18px;transition:all .3s}.AristotleIndicatorGlow-module__LrdpkW__glowIdle{background:#dc26261f;animation:5s ease-in-out infinite AristotleIndicatorGlow-module__LrdpkW__breatheSlow;box-shadow:0 0 6px #dc26260f}.AristotleIndicatorGlow-module__LrdpkW__glowGenerating{background:#fb923cd9;animation:1.6s ease-in-out infinite AristotleIndicatorGlow-module__LrdpkW__breatheFast;box-shadow:0 0 12px #fb923c80,0 0 28px #fb923c40}.AristotleIndicatorGlow-module__LrdpkW__glowError{background:#dc2626;animation:.5s ease-out AristotleIndicatorGlow-module__LrdpkW__flashError;box-shadow:0 0 14px #dc262699,0 0 4px #dc2626e6}@keyframes AristotleIndicatorGlow-module__LrdpkW__breatheSlow{0%,to{opacity:.35;transform:scale(1);box-shadow:0 0 6px #dc26260f}50%{opacity:.55;transform:scale(1.06);box-shadow:0 0 10px #dc26261f}}@keyframes AristotleIndicatorGlow-module__LrdpkW__breatheFast{0%,to{opacity:.8;transform:scale(1);box-shadow:0 0 12px #fb923c80,0 0 28px #fb923c40}50%{opacity:1;transform:scale(1.12);box-shadow:0 0 18px #fb923ca6,0 0 40px #fb923c59}}@keyframes AristotleIndicatorGlow-module__LrdpkW__flashError{0%{opacity:1;transform:scale(1.3);box-shadow:0 0 24px #dc2626cc,0 0 6px #dc2626}to{opacity:1;transform:scale(1);box-shadow:0 0 14px #dc262699,0 0 4px #dc2626e6}}
.AristotleIndicatorRing-module__TB2-mq__ring{background:0 0;border:2px solid #dc262640;border-radius:50%;width:18px;height:18px;transition:all .4s cubic-bezier(.34,1.56,.64,1);animation:4s ease-in-out infinite AristotleIndicatorRing-module__TB2-mq__ringBreath;position:relative}.AristotleIndicatorRing-module__TB2-mq__ringInner{background:#dc262633;border-radius:50%;width:6px;height:6px;transition:all .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.AristotleIndicatorRing-module__TB2-mq__ringActive{border-color:#dc2626e6;animation:1.2s ease-in-out infinite AristotleIndicatorRing-module__TB2-mq__ringPulse;box-shadow:0 0 12px #dc262640}.AristotleIndicatorRing-module__TB2-mq__ringActive .AristotleIndicatorRing-module__TB2-mq__ringInner{background:#dc2626cc;width:7px;height:7px;animation:1.2s ease-in-out infinite AristotleIndicatorRing-module__TB2-mq__innerPulse}.AristotleIndicatorRing-module__TB2-mq__ringError{border-width:2.5px;border-color:#dc2626;animation:.6s ease-in-out AristotleIndicatorRing-module__TB2-mq__ringShake;box-shadow:0 0 16px #dc262666}.AristotleIndicatorRing-module__TB2-mq__ringError .AristotleIndicatorRing-module__TB2-mq__ringInner{background:#dc2626;width:8px;height:8px}@keyframes AristotleIndicatorRing-module__TB2-mq__ringBreath{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}@keyframes AristotleIndicatorRing-module__TB2-mq__ringPulse{0%,to{border-color:#dc2626e6;transform:scale(1)}50%{border-color:#f87171;transform:scale(1.15)}}@keyframes AristotleIndicatorRing-module__TB2-mq__innerPulse{0%,to{opacity:.7;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.3)}}@keyframes AristotleIndicatorRing-module__TB2-mq__ringShake{0%{transform:scale(1)}20%{transform:scale(1.2)}40%{transform:scale(.9)}60%{transform:scale(1.1)}80%{transform:scale(.95)}to{transform:scale(1)}}
.OnboardingSignInSurface-module__0K536G__root{--font-display:"Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;--font-body:"Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;--font-ui:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--bg-primary:#f5efe4;--brand-primary:#2c3e6b;--text-primary:#1e1a14;--text-secondary:#5c5045;--text-muted:#8e8275;--border:#2c24181a;--border-strong:#2c241829;--shadow-sm:0 1px 3px #2c24180f;--shadow-md:0 4px 16px #2c241814,0 1px 4px #2c24180d;--shadow-lg:0 12px 40px #2c24181a,0 4px 12px #2c24180f;min-height:100vh;font-family:var(--font-body);color:var(--text-primary);background:var(--bg-primary);background-image:radial-gradient(80% 60% at 20% 10%,#2c3e6b08,#0000),radial-gradient(60% 50% at 80% 90%,#c4553a06,#0000),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E")}.OnboardingSignInSurface-module__0K536G__stepContainer{justify-content:center;align-items:center;min-height:100vh;padding:40px 24px;animation:.4s ease-out OnboardingSignInSurface-module__0K536G__fadeIn;display:flex;position:relative}.OnboardingSignInSurface-module__0K536G__stepContainer:before{content:"";pointer-events:none;border:1px solid #2c3e6b0a;border-radius:50%;width:520px;height:520px;animation:8s ease-in-out infinite OnboardingSignInSurface-module__0K536G__ringPulse;position:absolute}.OnboardingSignInSurface-module__0K536G__stepContainer:after{content:"";pointer-events:none;border:1px dashed #2c3e6b09;border-radius:50%;width:380px;height:380px;animation:8s ease-in-out 4s infinite OnboardingSignInSurface-module__0K536G__ringPulse;position:absolute}.OnboardingSignInSurface-module__0K536G__card{text-align:center;z-index:1;flex-direction:column;align-items:center;width:100%;max-width:440px;display:flex;position:relative}.OnboardingSignInSurface-module__0K536G__logo{opacity:0;margin-bottom:40px;animation:.7s cubic-bezier(.16,1,.3,1) forwards OnboardingSignInSurface-module__0K536G__fadeUp}.OnboardingSignInSurface-module__0K536G__eyebrow{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.16em;color:var(--text-muted);opacity:0;margin:0 0 10px;font-size:.76rem;animation:.7s cubic-bezier(.16,1,.3,1) 50ms forwards OnboardingSignInSurface-module__0K536G__fadeUp}.OnboardingSignInSurface-module__0K536G__headline{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text-primary);opacity:0;margin:0 0 12px;font-size:clamp(1.6rem,4.5vw,2rem);font-weight:500;line-height:1.2;animation:.7s cubic-bezier(.16,1,.3,1) 80ms forwards OnboardingSignInSurface-module__0K536G__fadeUp}.OnboardingSignInSurface-module__0K536G__subline{font-family:var(--font-body);color:var(--text-secondary);opacity:0;max-width:340px;margin:0 0 20px;font-size:1.05rem;line-height:1.6;animation:.7s cubic-bezier(.16,1,.3,1) .16s forwards OnboardingSignInSurface-module__0K536G__fadeUp}.OnboardingSignInSurface-module__0K536G__notice{width:100%;max-width:320px;color:var(--brand-primary);font-family:var(--font-ui);opacity:0;margin:0 0 24px;font-size:.84rem;line-height:1.5;animation:.7s cubic-bezier(.16,1,.3,1) .2s forwards OnboardingSignInSurface-module__0K536G__fadeUp}.OnboardingSignInSurface-module__0K536G__resumeCard{opacity:0;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:320px;margin-top:6px;animation:.7s cubic-bezier(.16,1,.3,1) .24s forwards OnboardingSignInSurface-module__0K536G__fadeUp;display:flex}.OnboardingSignInSurface-module__0K536G__resumeSpinner{border:2px solid #2c3e6b1f;border-top-color:var(--brand-primary);border-radius:999px;width:42px;height:42px;animation:.85s linear infinite OnboardingSignInSurface-module__0K536G__spin}.OnboardingSignInSurface-module__0K536G__resumeText{color:var(--text-secondary);font-family:var(--font-ui);margin:0;font-size:.9rem;line-height:1.55}.OnboardingSignInSurface-module__0K536G__ssoButton{border:1.5px solid var(--border-strong);width:100%;max-width:320px;font-family:var(--font-ui);color:var(--text-primary);cursor:pointer;opacity:0;box-shadow:var(--shadow-sm);background:#fff;border-radius:12px;justify-content:center;align-items:center;gap:12px;padding:15px 24px;font-size:.95rem;font-weight:500;transition:all .25s cubic-bezier(.16,1,.3,1);animation:.7s cubic-bezier(.16,1,.3,1) .24s forwards OnboardingSignInSurface-module__0K536G__fadeUp;display:flex;position:relative}.OnboardingSignInSurface-module__0K536G__ssoButton:hover{border-color:var(--brand-primary);box-shadow:var(--shadow-md),0 0 0 3px #2c3e6b0f;transform:translateY(-2px)}.OnboardingSignInSurface-module__0K536G__ssoButton:disabled{opacity:.6;cursor:not-allowed;box-shadow:var(--shadow-sm)}.OnboardingSignInSurface-module__0K536G__googleIcon{flex-shrink:0;width:20px;height:20px}.OnboardingSignInSurface-module__0K536G__divider{opacity:0;align-items:center;gap:16px;width:100%;max-width:320px;margin:28px 0;animation:.6s cubic-bezier(.16,1,.3,1) .32s forwards OnboardingSignInSurface-module__0K536G__fadeUp;display:flex}.OnboardingSignInSurface-module__0K536G__dividerLine{background:var(--border);flex:1;height:1px}.OnboardingSignInSurface-module__0K536G__dividerText{font-family:var(--font-ui);color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;font-weight:500}.OnboardingSignInSurface-module__0K536G__emailForm{opacity:0;flex-direction:column;gap:12px;width:100%;max-width:320px;animation:.7s cubic-bezier(.16,1,.3,1) .36s forwards OnboardingSignInSurface-module__0K536G__fadeUp;display:flex}.OnboardingSignInSurface-module__0K536G__field{text-align:left;flex-direction:column;gap:6px;display:flex}.OnboardingSignInSurface-module__0K536G__fieldLabel{font-family:var(--font-ui);color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:600}.OnboardingSignInSurface-module__0K536G__fieldInput{border:1.5px solid var(--border-strong);width:100%;color:var(--text-primary);font-family:var(--font-ui);background:#fff;border-radius:12px;padding:13px 14px;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.OnboardingSignInSurface-module__0K536G__fieldInput:focus{border-color:var(--brand-primary);outline:none;box-shadow:0 0 0 3px #2c3e6b14}.OnboardingSignInSurface-module__0K536G__emailButton{background:var(--brand-primary);color:#fff;width:100%;max-width:320px;font-family:var(--font-ui);cursor:pointer;box-shadow:var(--shadow-md);border:none;border-radius:12px;padding:15px 24px;font-size:.95rem;font-weight:600;transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s,background .2s}.OnboardingSignInSurface-module__0K536G__emailButton:hover{box-shadow:var(--shadow-lg);background:#22345d;transform:translateY(-2px)}.OnboardingSignInSurface-module__0K536G__emailButton:disabled{opacity:.65;cursor:not-allowed;box-shadow:var(--shadow-sm);transform:none}.OnboardingSignInSurface-module__0K536G__testAccountWrap{opacity:0;width:100%;max-width:320px;margin-top:22px;animation:.7s cubic-bezier(.16,1,.3,1) .42s forwards OnboardingSignInSurface-module__0K536G__fadeUp}.OnboardingSignInSurface-module__0K536G__trustRow{opacity:0;justify-content:center;align-items:center;gap:20px;margin-top:18px;animation:.6s cubic-bezier(.16,1,.3,1) .38s forwards OnboardingSignInSurface-module__0K536G__fadeUp;display:flex}.OnboardingSignInSurface-module__0K536G__trustItem{font-family:var(--font-ui);color:var(--text-muted);align-items:center;gap:6px;font-size:.78rem;font-weight:500;display:flex}.OnboardingSignInSurface-module__0K536G__trustDot{background:#8e827573;border-radius:999px;width:4px;height:4px}.OnboardingSignInSurface-module__0K536G__error{color:#991b1b;width:100%;max-width:320px;font-family:var(--font-ui);text-align:left;opacity:0;background:#fef2f2eb;border:1px solid #991b1b29;border-radius:12px;margin:18px 0 0;padding:12px 14px;font-size:.88rem;line-height:1.45;animation:.5s ease-out forwards OnboardingSignInSurface-module__0K536G__fadeUp}.OnboardingSignInSurface-module__0K536G__backLink{font-family:var(--font-ui);color:var(--text-muted);opacity:0;align-items:center;gap:6px;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s,gap .2s;animation:.5s ease-out 50ms forwards OnboardingSignInSurface-module__0K536G__fadeUp;display:flex;position:absolute;top:24px;left:24px}.OnboardingSignInSurface-module__0K536G__backLink:hover{color:var(--text-primary);gap:8px}@keyframes OnboardingSignInSurface-module__0K536G__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes OnboardingSignInSurface-module__0K536G__fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes OnboardingSignInSurface-module__0K536G__ringPulse{0%,to{opacity:.85;transform:scale(.98)}50%{opacity:.35;transform:scale(1.02)}}@keyframes OnboardingSignInSurface-module__0K536G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
