.game-lobby{height:100svh;min-height:100svh;padding:max(.85rem, env(safe-area-inset-top)) max(.85rem, env(safe-area-inset-right)) max(1.75rem, env(safe-area-inset-bottom)) max(.85rem, env(safe-area-inset-left));color:var(--color-text-primary);overflow-y:auto}.game-lobby__shell{gap:1rem;width:min(100%,62rem);margin:0 auto;display:grid}.game-lobby__header,.game-lobby__username-card,.game-lobby__profile,.game-lobby__games,.game-lobby__leaderboard{animation:.42s cubic-bezier(.22,1,.36,1) both game-lobby-enter}.game-lobby__header{border:2px solid var(--color-border-warm);border-radius:var(--radius-panel);background:var(--color-surface-panel);box-shadow:0 4px 0 var(--color-frame-depth);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:1rem;display:grid}.game-lobby h1,.game-lobby h2,.game-lobby h3{font-family:var(--font-display-family);margin:0;line-height:1.08}.game-lobby h1{font-size:var(--font-page-title)}.game-lobby p{color:var(--color-text-secondary);margin:0}.game-lobby__header>div>p:last-child{font-size:var(--font-support);margin-top:.25rem}.game-lobby__eyebrow{font-family:var(--font-display-family);font-size:var(--font-support);letter-spacing:.035em;text-transform:uppercase;font-weight:700;color:var(--color-action-primary)!important;margin-bottom:.25rem!important}.game-lobby button,.game-lobby input{font:inherit}.game-lobby button{min-height:44px;font-family:var(--font-display-family);cursor:pointer;touch-action:manipulation;border-style:solid;font-weight:700;transition:transform .14s ease-out,box-shadow .14s ease-out,background-color .14s ease-out}.game-lobby button:disabled{border-color:var(--color-button-unavailable-border);color:var(--color-button-unavailable-text);background:var(--color-button-unavailable-surface);box-shadow:0 8px 0 var(--color-button-unavailable-depth);cursor:not-allowed;transform:none}.game-lobby button:focus-visible,.game-lobby input:focus-visible{outline:3px solid var(--color-focus);outline-offset:4px}.game-lobby__back-button{border:2px solid var(--color-border-strong);border-radius:var(--radius-pill);color:var(--color-text-primary);background:var(--color-action-secondary);box-shadow:0 4px 0 var(--color-border-warm);font-size:var(--font-support);align-items:center;gap:.4rem;padding:.65rem .85rem;display:inline-flex}.game-lobby__back-button:active:not(:disabled){box-shadow:0 1px 0 var(--color-border-warm);transform:translateY(3px)}.game-lobby__username-card{border:2px solid var(--color-border-warm);border-radius:var(--radius-frame);background:var(--color-surface-frame);min-height:25rem;box-shadow:var(--shadow-panel-depth);align-content:center;gap:1.1rem;padding:1.25rem;animation-delay:80ms;display:grid}.game-lobby__username-card h2{font-size:var(--font-panel-title)}.game-lobby__username-card>div>p:last-child{margin-top:.45rem}.game-lobby__profile-mark{border:3px solid var(--color-action-primary-depth);width:4.5rem;height:4.5rem;color:var(--color-text-on-action);background:var(--color-action-primary);box-shadow:0 6px 0 var(--color-action-primary-depth);font-family:var(--font-display-family);border-radius:50%;place-items:center;font-size:1.35rem;font-weight:700;display:grid}.game-lobby__username-card form{gap:.6rem;display:grid}.game-lobby__username-card label{font-family:var(--font-display-family);font-weight:700}.game-lobby__username-card input{border:2px solid var(--color-border-strong);border-radius:var(--radius-control);width:100%;min-height:3.5rem;color:var(--color-text-primary);background:var(--color-surface-panel);font-size:var(--font-body-large);padding:.75rem 1rem}.game-lobby__username-card form>span{color:var(--color-text-muted);font-size:var(--font-support)}.game-lobby__error{min-height:1.25rem;font-weight:650;color:var(--color-danger)!important}.game-lobby__primary-button,.game-lobby__game-button{border-width:3px;border-color:var(--color-action-primary-depth);color:var(--color-text-on-action);background:var(--color-action-primary);box-shadow:0 7px 0 var(--color-action-primary-depth);font-size:var(--font-button-large);border-radius:1.25rem;padding:.9rem 1.1rem}.game-lobby__primary-button:active:not(:disabled),.game-lobby__game-button:active:not(:disabled){box-shadow:0 2px 0 var(--color-action-primary-depth);transform:translateY(5px)}.game-lobby__profile{border:2px solid var(--color-border-warm);border-radius:var(--radius-pill);background:var(--color-surface-panel);box-shadow:0 3px 0 var(--color-frame-depth);justify-content:space-between;align-items:center;gap:.75rem;padding:.7rem .9rem;animation-delay:70ms;display:flex}.game-lobby__profile span{color:var(--color-text-secondary);font-size:var(--font-support)}.game-lobby__profile strong{font-family:var(--font-display-family);font-size:var(--font-body);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.game-lobby__games{animation-delay:.14s}.game-lobby__section-heading{border:2px solid var(--color-border-warm);border-radius:var(--radius-panel);background:var(--color-surface-panel);box-shadow:0 3px 0 var(--color-frame-depth);justify-content:space-between;align-items:end;gap:1rem;margin:0 0 1rem;padding:.75rem .9rem;display:flex}.game-lobby__section-heading h2{font-size:var(--font-panel-title)}.game-lobby__section-heading>span{border-radius:var(--radius-pill);color:var(--color-text-secondary);background:var(--color-surface-panel);font-size:var(--font-support);flex:none;padding:.4rem .7rem;font-weight:700}.game-lobby__game-grid{gap:1rem;display:grid}.game-lobby__game-card{border:2px solid var(--color-border-warm);border-radius:var(--radius-frame);background:var(--color-surface-panel);min-width:0;box-shadow:0 6px 0 var(--color-frame-depth);grid-template-columns:auto minmax(0,1fr);grid-template-areas:"visual copy""button button";align-items:center;gap:1rem;padding:1rem;transition:transform .18s ease-out,box-shadow .18s ease-out;display:grid}.game-lobby__game-visual{grid-area:visual;justify-items:center;gap:.45rem;display:grid}.game-lobby__game-symbol{aspect-ratio:1;border:3px solid var(--color-action-primary-depth);width:clamp(4.6rem,21vw,6.5rem);color:var(--color-action-primary);background:var(--color-surface-frame);box-shadow:0 5px 0 var(--color-border-warm);border-radius:1.5rem;place-items:center;display:grid}.game-lobby__game-symbol svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;width:65%}.game-lobby__game-thumbnail{aspect-ratio:16/9;border:3px solid var(--color-action-primary-depth);object-fit:cover;width:clamp(8rem,32vw,10rem);box-shadow:0 5px 0 var(--color-border-warm);border-radius:1.25rem;display:block}.game-lobby__game-label{border-radius:var(--radius-pill);color:var(--color-text-secondary);background:var(--color-surface-muted);padding:.25rem .55rem;font-size:1rem;font-weight:700}.game-lobby__game-copy{grid-area:copy;min-width:0}.game-lobby__game-card h3{font-size:var(--font-learner-prompt)}.game-lobby__game-card p{font-size:var(--font-support);margin-top:.4rem;line-height:1.4}.game-lobby__game-button{width:100%;min-height:3.5rem;font-size:var(--font-body);grid-area:button}.game-lobby__leaderboard{border:2px solid var(--color-border-soft);border-radius:var(--radius-panel);background:var(--color-surface-panel);gap:.55rem;padding:1rem;animation-delay:.21s;display:grid}.game-lobby__leaderboard h2{font-size:var(--font-learner-prompt)}@media (hover:hover){.game-lobby__game-card:hover{box-shadow:0 10px 0 var(--color-frame-depth);transform:translateY(-4px)}.game-lobby__primary-button:hover:not(:disabled),.game-lobby__game-button:hover:not(:disabled){background:var(--color-action-primary-hover)}}@media (width>=48rem){.game-lobby{padding:2rem}.game-lobby__shell{gap:1.35rem}.game-lobby__header{padding:1.25rem 1.5rem}.game-lobby__username-card{grid-template-columns:auto minmax(0,.8fr) minmax(18rem,1fr);align-items:center;min-height:20rem;padding:2rem}.game-lobby__game-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.game-lobby__game-card{text-align:center;grid-template-columns:1fr;grid-template-areas:"visual""copy""button";justify-items:center;padding:1.35rem}.game-lobby__game-visual,.game-lobby__game-thumbnail{width:100%}.game-lobby__leaderboard{grid-template-columns:auto 1fr;align-items:center;gap:2rem;padding:1.2rem 1.5rem}}@keyframes game-lobby-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.game-lobby__header,.game-lobby__username-card,.game-lobby__profile,.game-lobby__games,.game-lobby__leaderboard{animation:none}.game-lobby button,.game-lobby__game-card{transition:none}}.offline-entry,.offline-practice-page{min-height:100svh;padding:max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1.5rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));overflow-y:auto}.offline-entry__shell,.offline-practice__shell{width:min(100%,70rem);margin:0 auto}.offline-entry__shell{align-content:center;gap:clamp(.8rem,2vw,1.25rem);min-height:calc(100svh - 2.5rem);display:grid}.offline-entry__header,.offline-practice__header{position:relative}.offline-entry__header h1,.offline-practice__header h1,.offline-entry__choice h2,.offline-practice__section-heading h2,.offline-practice__pack-card h2,.offline-practice__empty h3{font-family:var(--font-display-family);margin:0;line-height:1.08}.offline-entry__header h1,.offline-practice__header h1{max-width:18ch;font-size:clamp(2rem,5vw,3.5rem)}.offline-entry__header>p:not(.offline-practice__eyebrow):not(.offline-entry__connection),.offline-practice__header>div>p:not(.offline-practice__eyebrow){max-width:60ch;color:var(--color-text-secondary);font-size:var(--font-support);margin:.65rem 0 0;line-height:1.45}.offline-practice__eyebrow{color:var(--color-action-primary);font-family:var(--font-display-family);font-size:var(--font-support);letter-spacing:.035em;text-transform:uppercase;margin:0 0 .3rem;font-weight:700}.offline-entry__connection,.offline-entry__notice,.offline-practice__message{color:var(--color-text-secondary);font-size:var(--font-support);margin:0;line-height:1.4}.offline-entry__connection{border:2px solid var(--color-border-warm);border-radius:var(--radius-notice);background:var(--color-surface-panel);margin-top:1rem;padding:.7rem .85rem}.offline-entry__continue{text-align:left;justify-items:start;gap:.75rem;display:grid}.offline-entry__continue h2{font-family:var(--font-display-family);margin:0;font-size:clamp(1.5rem,3vw,2.25rem);line-height:1.08}.offline-entry__continue-action{width:100%;min-height:clamp(4.25rem,10vw,5.75rem);font-size:var(--font-button-large);margin-top:.35rem}.native-startup-splash{isolation:isolate;min-height:100svh;padding:max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));background:#432d8b;place-items:center;display:grid;position:relative;overflow:hidden}.native-startup-splash__background{z-index:-1;object-fit:cover;object-position:center;width:100%;height:100%;display:block;position:absolute;inset:0}.native-startup-splash__icon{z-index:1;object-fit:contain;width:min(clamp(17rem,88vw,30rem),100vw - 1rem);height:auto;max-height:58svh;animation:.36s ease-out both native-startup-splash-in;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(1)}.native-startup-splash__icon--t2,.native-startup-splash__icon--t3{width:min(clamp(19rem,100vw,34rem),100vw - 1rem)}.native-startup-splash__loader{z-index:1;border:clamp(.3rem,1.2vw,.45rem) solid #fff;border-color:#fff #fff #ffffff47 #ffffff47;border-radius:50%;width:clamp(2.5rem,12vw,4rem);height:clamp(2.5rem,12vw,4rem);margin-top:0;animation:.9s linear infinite native-startup-splash-spin;display:block;position:absolute;top:calc(50% + clamp(8rem,28vw,14rem));left:50%;transform:translate(-50%)}@keyframes native-startup-splash-in{0%{opacity:0;transform:translate(-50%,-50%)scale(.92)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes native-startup-splash-spin{to{transform:translate(-50%)rotate(360deg)}}.native-entry__clara-image{object-fit:contain;object-position:center bottom;width:100%;height:100%;display:block;position:absolute;inset:0}.offline-entry__choices{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(.8rem,2vw,1.25rem);display:grid}.offline-entry__choice{border:2px solid var(--color-border-soft);background:var(--color-surface-panel);min-width:0;box-shadow:0 .55rem 0 var(--color-frame-depth);border-radius:clamp(1.5rem,4vw,2.25rem);align-content:start;gap:.9rem;display:grid}.offline-entry__choice-info{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:clamp(.8rem,2.5vw,1.5rem);min-width:0;display:grid}.offline-entry__choice-info>div{min-width:0}.offline-entry__choice h2{font-size:clamp(1.45rem,3vw,2.25rem)}.offline-entry__choice p:not(.offline-practice__eyebrow){color:var(--color-text-secondary);font-size:var(--font-support);margin:.5rem 0 0;line-height:1.45}.offline-entry__icon{aspect-ratio:1;border:3px solid var(--color-action-primary);width:clamp(4.5rem,12vw,6.25rem);color:var(--color-action-primary);background:var(--color-surface-frame);box-shadow:0 .45rem 0 var(--color-frame-depth);border-radius:50%;place-items:center;display:grid}.offline-entry__icon--offline{color:var(--color-success);border-color:var(--color-success)}.offline-entry__icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;width:58%}.offline-entry__art{width:clamp(5.5rem,16vw,9.5rem);color:var(--color-action-primary);opacity:.16;place-items:center;display:grid}.offline-entry__art--offline{color:var(--color-success)}.offline-entry__art svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;width:100%;height:auto;display:block}.offline-entry__action{width:100%;min-height:clamp(4rem,10vw,5.5rem);font-size:var(--font-body-large);grid-column:1/-1;margin-top:auto}.offline-entry__action:after{content:"›";font-family:var(--font-reading-family);margin-left:auto;font-size:2rem;line-height:.7}.offline-entry__choice:nth-child(2) .offline-entry__action{border-color:var(--color-success);color:var(--color-success);box-shadow:0 4px 0 color-mix(in srgb, var(--color-success) 72%, #0000)}.offline-entry__choice:nth-child(2) .offline-entry__action:not(:disabled):hover{background:var(--color-success-soft)}.offline-entry__notice{border:2px solid var(--color-border-warm);background:var(--color-surface-frame);text-align:center;border-radius:1.25rem;min-height:1.5rem;padding:.75rem 1rem}.offline-entry__notice--warning{color:var(--color-action-primary-depth);font-family:var(--font-display-family);grid-template-columns:1.75rem minmax(0,1fr) 1.75rem;align-items:center;gap:.75rem;font-weight:700;display:grid}.offline-entry__notice--warning>span:nth-child(2){overflow-wrap:break-word;min-width:0}.offline-entry__notice-icon{place-items:center;display:grid}.offline-entry__notice-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4px;width:1.6rem;height:1.6rem}.offline-entry__notice-icon:last-child{color:var(--color-coral-strong,var(--color-action-primary-depth))}@media (width<=420px){.offline-entry__notice--warning{grid-template-columns:1.5rem minmax(0,1fr) 1.5rem;gap:.45rem;padding-inline:.75rem}.offline-entry__notice-icon svg{width:1.4rem;height:1.4rem}}.offline-practice__shell{gap:1rem;display:grid}.offline-practice__header{border-color:var(--color-border-soft);background:var(--color-surface-panel);grid-template-columns:auto minmax(0,1fr);align-items:start;gap:1rem;display:grid}.offline-practice__header-copy{align-items:center;gap:clamp(.85rem,2.5vw,1.5rem);display:flex}.offline-practice__header-copy>div,.offline-practice__header>div{min-width:0}.offline-practice__header-icon,.offline-practice__section-icon,.offline-practice__status-icon,.offline-practice__pack-icon{border:3px solid var(--color-action-primary);color:var(--color-action-primary);background:var(--color-surface-frame);box-shadow:0 .4rem 0 var(--color-frame-depth);border-radius:50%;flex:none;place-items:center;display:grid}.offline-practice__header-icon{aspect-ratio:1;width:clamp(4rem,10vw,5.5rem)}.offline-practice__header-icon,.offline-practice__section-icon{color:var(--color-success);border-color:var(--color-success)}.offline-practice__header-icon svg,.offline-practice__section-icon svg,.offline-practice__status-icon svg,.offline-practice__pack-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.6px;width:58%;height:auto;display:block}.offline-practice__back{border:2px solid var(--color-border-warm);min-width:4.75rem;min-height:3rem;color:var(--color-text-primary);background:var(--color-surface-panel);font-family:var(--font-display-family);cursor:pointer;border-radius:999px;padding:.6rem .85rem;font-weight:700}.offline-practice__back:focus-visible,.offline-practice__pack-actions .big-button:focus-visible{outline:3px solid var(--color-action-primary);outline-offset:3px}.offline-practice__privacy-note{color:var(--color-success);font-size:var(--font-support);grid-column:2;font-weight:700}.offline-practice__status-panel,.offline-practice__message{border:2px solid var(--color-border-soft);border-radius:var(--radius-notice);background:var(--color-surface-panel);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.25rem;padding:.85rem 1rem;display:grid}.offline-practice__status-panel>div{gap:.25rem;display:grid}.offline-practice__status-icon{aspect-ratio:1;width:2.75rem;color:var(--color-success);border-width:2px;border-color:var(--color-success);box-shadow:none}.offline-practice__status-panel span{color:var(--color-text-secondary);font-size:var(--font-support)}.offline-practice__status-panel .offline-practice__status-icon{color:var(--color-success)}.offline-practice__status-panel>div>span{color:var(--color-text-secondary)}.offline-practice__message{color:var(--color-text-primary)}.offline-practice__library{gap:.75rem;display:grid}.offline-practice__section-heading{justify-content:space-between;align-items:end;gap:1rem;display:flex}.offline-practice__section-title{align-items:center;gap:.9rem;min-width:0;display:flex}.offline-practice__section-icon{aspect-ratio:1;width:clamp(3.4rem,8vw,4.75rem);box-shadow:0 .3rem 0 var(--color-frame-depth);border-width:2px}.offline-practice__section-heading h2{font-size:clamp(1.8rem,4vw,2.7rem)}.offline-practice__pack-list,.offline-practice__category-list{gap:.85rem;display:grid}.offline-practice__category-card{border-color:var(--color-border-soft);background:var(--color-surface-panel);box-shadow:0 .45rem 0 var(--color-frame-depth);border-radius:clamp(1.5rem,3vw,2.25rem);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;display:grid}.offline-practice__category-card h3{color:var(--color-text-primary);font-family:var(--font-display-family);margin:0;font-size:clamp(1.35rem,3vw,2rem);line-height:1.1}.offline-practice__category-card p:not(.offline-practice__eyebrow){max-width:48ch;color:var(--color-text-secondary);font-size:var(--font-support);margin:.45rem 0 0;line-height:1.4}.offline-practice__category-meta{text-align:right;justify-items:end;gap:.65rem;min-width:11rem;display:grid}.offline-practice__category-meta strong,.offline-practice__category-toolbar p{color:var(--color-success);font-size:var(--font-support);margin:0}.offline-practice__category-toolbar{justify-content:space-between;align-items:center;gap:1rem;padding:.25rem 0;display:flex}.offline-practice__pack-card{border-color:var(--color-border-soft);background:var(--color-surface-panel);min-width:0;box-shadow:0 .45rem 0 var(--color-frame-depth);border-radius:clamp(1.5rem,3vw,2.25rem);gap:.85rem;display:grid}.offline-practice__pack-heading{justify-content:space-between;align-items:start;gap:1rem;display:flex}.offline-practice__pack-title{align-items:center;gap:.85rem;min-width:0;display:flex}.offline-practice__pack-icon{aspect-ratio:1;width:clamp(3.4rem,8vw,4.5rem);box-shadow:0 .3rem 0 var(--color-frame-depth);border-width:2px}.offline-practice__pack-icon--local{color:var(--color-success);border-color:var(--color-success)}.offline-practice__pack-card h2{overflow-wrap:anywhere;font-size:clamp(1.5rem,3vw,2.1rem)}.offline-practice__status{border:2px solid var(--color-border-soft);color:var(--color-text-secondary);background:var(--color-surface-frame);text-align:center;border-radius:999px;flex:0 auto;padding:.45rem .65rem;font-size:.95rem;font-weight:700}.offline-practice__status--available{color:var(--color-success);border-color:var(--color-success);background:var(--color-success-soft)}.offline-practice__status--update{color:var(--color-action-primary);border-color:var(--color-action-primary)}.offline-practice__pack-details{flex-wrap:wrap;gap:.75rem 1.5rem;margin:0;display:flex}.offline-practice__pack-details div{gap:.1rem;display:grid}.offline-practice__pack-details dt{color:var(--color-text-secondary);font-size:.9rem}.offline-practice__pack-details dd{margin:0;font-weight:700}.offline-practice__pack-note{color:var(--color-success);font-size:var(--font-support);margin:0;line-height:1.4}.offline-practice__pack-actions{grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));gap:.65rem;display:grid}.offline-practice__pack-actions .big-button{width:100%;min-width:0;min-height:3.5rem}.offline-practice__empty{text-align:left;border-color:var(--color-border-soft);box-shadow:0 .45rem 0 var(--color-frame-depth);border-radius:clamp(1.5rem,3vw,2.25rem);justify-items:start;gap:.7rem;display:grid}.offline-practice__empty p{max-width:60ch;color:var(--color-text-secondary);font-size:var(--font-support);margin:0;line-height:1.5}@media (width<=700px){.offline-entry__choices{grid-template-columns:1fr}.offline-practice__pack-heading{flex-direction:column}.offline-practice__status{align-self:start}}@media (width<=480px){.offline-entry,.offline-practice-page{padding-inline:.75rem}.offline-entry__header,.offline-entry__choice,.offline-practice__header,.offline-practice__pack-card,.offline-practice__empty{padding:1rem}.offline-practice__header{grid-template-columns:1fr}.offline-practice__header-copy{align-items:flex-start}.offline-practice__status-panel{grid-template-columns:auto minmax(0,1fr)}.offline-practice__privacy-note{grid-column:1}.offline-practice__section-heading{flex-direction:column;align-items:start}.offline-practice__pack-actions .big-button{min-width:0}.offline-practice__category-card,.offline-practice__category-toolbar{flex-direction:column;grid-template-columns:1fr;align-items:stretch}.offline-practice__category-meta{text-align:left;justify-items:stretch;min-width:0}}@media (height<=540px) and (width>=701px){.offline-entry__shell{align-content:start;padding-block:.5rem}.offline-entry__header,.offline-entry__choice{padding:1rem}.offline-entry__choice-info{grid-template-columns:auto minmax(0,1fr) auto}.offline-entry__choice .offline-entry__action{min-height:3.5rem}}@media (prefers-reduced-motion:reduce){.offline-entry *,.offline-practice-page *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}.native-startup-splash__icon,.native-startup-splash__loader{animation:none}}.offline-module__shell{gap:clamp(.85rem,2vw,1.25rem);width:min(100%,74rem);margin:0 auto;display:grid}.offline-module__header{border:2px solid color-mix(in srgb, var(--color-action-primary) 38%, var(--color-border-soft));background:color-mix(in srgb, var(--color-action-primary) 6%, var(--color-surface-panel));box-shadow:0 .45rem 0 var(--color-frame-depth);border-radius:clamp(1.5rem,3vw,2.25rem);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;padding:clamp(1rem,3vw,1.5rem);display:grid}.offline-module__header-copy{min-width:0}.offline-module__back{border:2px solid color-mix(in srgb, var(--color-action-primary) 55%, var(--color-border-soft));min-width:6.5rem;min-height:3.25rem;color:var(--color-action-primary);background:var(--color-surface-frame);box-shadow:0 .25rem 0 var(--color-frame-depth);justify-self:start}.offline-module__back:before{content:"←";font-family:var(--font-reading-family);font-size:1.4rem;line-height:.7}.offline-module__back:not(:disabled):hover{color:var(--color-action-primary-hover);background:color-mix(in srgb, var(--color-action-primary) 10%, var(--color-surface-frame))}.offline-module__header h1,.offline-module__clara h2,.offline-module__recorder h2,.offline-module__choices h2{font-family:var(--font-display-family);margin:0;line-height:1.08}.offline-module__header h1{font-size:clamp(2rem,5vw,3.35rem)}.offline-module__header-copy>p:last-child,.offline-module__recorder>p:not(.offline-practice__eyebrow),.offline-module__choices>p:not(.offline-practice__eyebrow){color:var(--color-text-secondary);font-size:var(--font-support);margin:.35rem 0 0;line-height:1.45}.offline-module__progress{min-width:clamp(7rem,15vw,11rem);color:var(--color-text-primary);font-family:var(--font-display-family);text-align:right;justify-items:end;gap:.5rem;display:grid}.offline-module__progress strong{font-size:clamp(1.25rem,3vw,1.9rem);line-height:1}.offline-module__progress strong span{color:var(--color-text-secondary);font-family:var(--font-body-family);font-size:.65em}.offline-module__progress-track{border:1px solid var(--color-border-soft);background:var(--color-surface-frame);border-radius:999px;width:100%;height:.55rem;display:block;overflow:hidden}.offline-module__progress-fill{border-radius:inherit;background:var(--color-action-primary);height:100%;display:block}.offline-module__persistent-label{border:2px solid color-mix(in srgb, var(--color-success) 65%, var(--color-border-soft));border-radius:var(--radius-notice);color:var(--color-success);background:var(--color-surface-panel);font-size:var(--font-support);text-align:center;margin:0;padding:.75rem 1rem;font-weight:700;line-height:1.4}.offline-module__clara{border-color:var(--color-border-soft);background:color-mix(in srgb, var(--color-accent-sun) 8%, var(--color-surface-panel));box-shadow:0 .45rem 0 var(--color-frame-depth);border-radius:clamp(1.5rem,3vw,2.25rem);gap:.85rem;display:grid}.offline-module__clara-head{justify-content:space-between;align-items:start;gap:1rem;display:flex}.offline-module__clara h2,.offline-module__recorder h2,.offline-module__choices h2{font-size:clamp(1.45rem,3vw,2.25rem)}.offline-module__language{color:var(--color-text-secondary);gap:.3rem;font-size:.9rem;font-weight:700;display:grid}.offline-module__language select{border:2px solid color-mix(in srgb, var(--color-action-primary) 45%, var(--color-border-soft));border-radius:var(--radius-button);min-height:2.9rem;color:var(--color-text-primary);background:var(--color-surface-frame);font:inherit;padding:.5rem .7rem}.offline-module__clara-body{grid-template-columns:minmax(7rem,15rem) minmax(0,1fr);align-items:center;gap:clamp(.8rem,3vw,1.5rem);display:grid}.offline-module__clara-body img{object-fit:contain;object-position:bottom center;width:100%;max-height:16rem;display:block}.offline-module__speech{border:2px solid color-mix(in srgb, var(--color-action-primary) 42%, var(--color-border-soft));background:color-mix(in srgb, var(--color-action-primary) 8%, var(--color-surface-frame));min-width:0;box-shadow:0 5px 0 var(--color-frame-depth);border-radius:clamp(1.35rem,3vw,2rem);gap:.8rem;padding:clamp(1rem,3vw,1.5rem);display:grid}.offline-module__speech>p:first-child{color:var(--color-text-primary);font-family:var(--font-display-family);margin:0;font-size:clamp(1.15rem,2.5vw,1.7rem);font-weight:700;line-height:1.3}.offline-module__speech-actions{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.offline-module__audio-note,.offline-module__recording-state{color:var(--color-text-secondary);font-size:var(--font-support);margin:0;line-height:1.4}.offline-module__prompt{text-align:center;border-color:color-mix(in srgb, var(--color-action-primary) 50%, var(--color-border-soft));background:color-mix(in srgb, var(--color-action-primary) 14%, var(--color-surface-panel));min-height:clamp(9rem,22vh,15rem);box-shadow:0 .45rem 0 var(--color-frame-depth);border-radius:clamp(1.5rem,3vw,2.25rem);place-items:center;display:grid}.offline-module__prompt--letter{grid-template-rows:auto 1fr;gap:.8rem;min-height:clamp(15rem,32vh,22rem)}.offline-module__prompt--letter .offline-practice__eyebrow{color:var(--color-action-primary)}.offline-module__letter-cards{justify-content:center;align-items:center;gap:clamp(.8rem,3vw,1.5rem);width:100%;display:flex}.offline-module__letter-card{aspect-ratio:.9;border:3px solid var(--color-action-primary);width:clamp(7rem,17vw,11rem);color:var(--color-text-primary);background:color-mix(in srgb, var(--color-action-primary) 10%, var(--color-surface-frame));box-shadow:0 .45rem 0 var(--color-action-primary-depth);border-radius:clamp(1.1rem,3vw,1.75rem);align-content:center;place-items:center;gap:.35rem;display:grid}.offline-module__letter-card:nth-child(2){border-color:var(--color-success);background:color-mix(in srgb, var(--color-success) 10%, var(--color-surface-frame));box-shadow:0 .45rem 0 color-mix(in srgb, var(--color-success) 70%, #0000)}.offline-module__letter-card span{color:var(--color-action-primary);font-family:var(--font-display-family);font-size:clamp(4.5rem,12vw,8rem);font-weight:800;line-height:.9}.offline-module__letter-card:nth-child(2) span,.offline-module__letter-card:nth-child(2) small{color:var(--color-success)}.offline-module__letter-card small{color:var(--color-text-secondary);font-size:var(--font-support);font-weight:700}.offline-module__prompt .offline-practice__eyebrow{align-self:end}.offline-module__display-text{max-width:34ch;color:var(--color-text-primary);font-family:var(--font-display-family);overflow-wrap:anywhere;margin:0;font-size:clamp(3rem,10vw,7rem);font-weight:800;line-height:1.1}.offline-module__prompt--word_read .offline-module__display-text,.offline-module__prompt--phrase_read .offline-module__display-text{font-size:clamp(2.5rem,7vw,5.5rem)}.offline-module__prompt--sentence_read .offline-module__display-text,.offline-module__prompt--passage_read .offline-module__display-text,.offline-module__prompt--comprehension_choice .offline-module__display-text{max-width:58ch;font-family:var(--font-body-family);font-size:clamp(1.4rem,3vw,2.3rem);line-height:1.45}.offline-module__recorder,.offline-module__choices{border-color:color-mix(in srgb, var(--color-action-primary) 34%, var(--color-border-soft));box-shadow:0 .45rem 0 var(--color-frame-depth);border-radius:clamp(1.5rem,3vw,2.25rem);gap:.7rem;display:grid}.offline-module__recorder{background:color-mix(in srgb, var(--color-success) 7%, var(--color-surface-panel))}.offline-module__recorder>h2{color:var(--color-action-primary)}.offline-module__recorder>p:not(.offline-practice__eyebrow),.offline-module__choices>p:not(.offline-practice__eyebrow){margin:0}.offline-module__recorder-actions,.offline-module__continue{margin-top:.25rem}.offline-module__recorder-actions{flex-wrap:wrap;gap:.65rem;display:flex}.offline-module__record-button{flex:16rem;min-width:min(100%,18rem)}.offline-module__continue{justify-self:stretch;width:100%;min-width:10rem}.offline-module__inline-error{max-width:100%;color:var(--color-action-primary-depth);font-size:var(--font-support);overflow-wrap:anywhere;text-wrap:balance;margin:0;font-weight:700;line-height:1.4}.offline-module__choice-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.offline-module__choice{border:3px solid var(--color-border-warm);border-radius:var(--radius-button);min-height:4rem;color:var(--color-text-primary);background:var(--color-surface-frame);font:700 var(--font-body-large) / 1.25 var(--font-body-family);cursor:pointer;box-shadow:0 .25rem 0 var(--color-frame-depth);padding:.8rem 1rem}.offline-module__choice[data-selected=true]{border-color:var(--color-action-primary-depth);color:var(--color-surface-frame);background:var(--color-action-primary)}.offline-module__choice:focus-visible,.offline-module__language select:focus-visible,.offline-module__recorder .big-button:focus-visible,.offline-module__speech .big-button:focus-visible,.offline-module__continue:focus-visible{outline:3px solid var(--color-action-primary);outline-offset:3px}.offline-module__feedback{border:2px solid var(--color-success);border-radius:var(--radius-notice);color:var(--color-text-primary);background:var(--color-surface-panel);font-size:var(--font-support);box-shadow:0 .2rem 0 var(--color-frame-depth);margin:0;padding:.8rem 1rem;font-weight:700;line-height:1.45}.offline-module__loading,.offline-module__error,.offline-module__complete{text-align:center;gap:.8rem;width:min(100%,46rem);margin:8vh auto 0;display:grid}.offline-module__error h1,.offline-module__complete h1{font-family:var(--font-display-family);margin:0;font-size:clamp(2rem,5vw,3.5rem);line-height:1.1}.offline-module__error p,.offline-module__complete p{color:var(--color-text-secondary);font-size:var(--font-support);margin:0;line-height:1.5}@media (width<=600px){.offline-module__header{grid-template-columns:auto minmax(0,1fr)}.offline-module__progress{text-align:left;grid-column:1/-1;justify-items:stretch;min-width:0}.offline-module__clara-head{flex-direction:column}.offline-module__language{width:100%}.offline-module__clara-body{grid-template-columns:1fr}.offline-module__clara-body img{width:min(45%,10rem);max-height:11rem;margin:0 auto}.offline-module__choice-list{grid-template-columns:1fr}.offline-module__letter-card{width:clamp(6.5rem,34vw,9rem)}}@media (height<=540px){.offline-module__shell{gap:.7rem}.offline-module__clara-body{grid-template-columns:minmax(5rem,9rem) minmax(0,1fr)}.offline-module__clara-body img{max-height:8rem}.offline-module__speech{padding:.8rem 1rem}.offline-module__speech>p:first-child{font-size:1.05rem}.offline-module__prompt{min-height:7rem}}.native-connectivity-banner{box-sizing:border-box;z-index:1000;top:calc(env(safe-area-inset-top) + clamp(.5rem, 1.8vw, .75rem));inset-inline:max(.75rem, env(safe-area-inset-left)) max(.75rem, env(safe-area-inset-right));width:auto;max-width:32rem;min-height:3rem;max-height:calc(100svh - env(safe-area-inset-top) - 1.5rem);border:2px solid var(--color-action-primary-depth);border-radius:var(--radius-pill);color:var(--color-text-primary);background:var(--color-surface-frame);box-shadow:0 4px 0 var(--color-frame-depth);font-family:var(--font-display-family);font-size:var(--font-support);text-align:center;pointer-events:none;grid-template-columns:1.75rem minmax(0,1fr) 1.75rem;align-items:center;column-gap:clamp(.55rem,2.5vw,.85rem);margin-inline:auto;padding:.7rem clamp(.8rem,3vw,1rem);font-weight:700;line-height:1.3;display:grid;position:fixed}.native-connectivity-banner__icon{fill:none;width:1.75rem;height:1.75rem;stroke:var(--color-action-primary-depth);stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4px}.native-connectivity-banner__icon--warning{stroke:var(--color-coral-strong,var(--color-action-primary-depth))}.native-connectivity-banner__message{overflow-wrap:break-word;text-wrap:balance;min-width:0;max-width:100%;display:block}@media (width<=420px){.native-connectivity-banner{border-radius:1.25rem;grid-template-columns:1.5rem minmax(0,1fr) 1.5rem;column-gap:.45rem;padding:.65rem .75rem}.native-connectivity-banner__icon{width:1.5rem;height:1.5rem}}@media (prefers-reduced-motion:reduce){.native-connectivity-banner{transition:none}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.block{display:block}.grid{display:grid}.hidden{display:none}.table{display:table}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.rounded{border-radius:.25rem}.border{border-style:var(--tw-border-style);border-width:1px}.lowercase{text-transform:lowercase}.ordinal{--tw-ordinal:ordinal;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}}:root{--asset-learner-flow-background-mobile:url(/assets/backgrounds/T1mobile.png);--asset-learner-flow-background-desktop:url(/assets/backgrounds/T1desktop.png);--asset-home-background-mobile:var(--asset-learner-flow-background-mobile);--asset-home-background-desktop:var(--asset-learner-flow-background-desktop);--asset-theme-t1-preview:url(/assets/backgrounds/T1mobile.png);--asset-theme-t2-preview:url(/assets/backgrounds/T2mobile.jpg);--asset-theme-t3-preview:url(/assets/backgrounds/T3mobile.png);--font-display-family:"Fredoka", "Arial Rounded MT Bold", ui-rounded, system-ui, sans-serif;--font-pixel-family:"Jersey 20", "Pixelify Sans", "Courier New", ui-monospace, monospace;--font-reading-family:"Lexend", "Trebuchet MS", system-ui, sans-serif;--font-interface-family:var(--font-reading-family);--font-display:clamp(2.25rem, 1.8rem + 2vw, 3.25rem);--font-page-title:clamp(1.875rem, 1.6rem + 1.2vw, 2.5rem);--font-panel-title:clamp(1.5rem, 1.35rem + .7vw, 1.875rem);--font-learner-prompt:clamp(1.3125rem, 1.18rem + .5vw, 1.625rem);--font-button-large:clamp(1.1875rem, 1.08rem + .4vw, 1.375rem);--font-body-large:clamp(1.125rem, 1.06rem + .25vw, 1.25rem);--font-body:clamp(1rem, .96rem + .2vw, 1.125rem);--font-support:clamp(.875rem, .84rem + .15vw, 1rem);--color-transparent:transparent;--color-surface-page:#f7efdc;--color-surface-frame:#f1e3c3;--color-surface-panel:#fffdf7;--color-surface-notice:#fff0e7;--color-surface-muted:#f4f2ec;--color-learner-background-veil:var(--color-surface-page)}@supports (color:color-mix(in lab, red, red)){:root{--color-learner-background-veil:color-mix(in srgb, var(--color-surface-page) 22%, var(--color-transparent))}}:root{--color-activity-frame:var(--color-surface-frame);--color-activity-frame-depth:var(--color-frame-depth);--color-text-primary:#102a43;--color-text-secondary:#40566d;--color-text-muted:#5c7084;--color-text-on-action:#fff;--color-border-warm:#dfc994;--color-border-soft:#ead9c8;--color-border-strong:#8f6b32;--color-frame-depth:#c9ae70;--color-action-primary:#c94712;--color-action-primary-hover:#b83d0d;--color-action-primary-pressed:#a73509;--color-action-primary-depth:#892b08;--color-action-secondary:#fff;--color-action-secondary-hover:#fff5ed;--color-action-skip-surface:snow;--color-action-skip-hover:#fff2f2;--color-action-skip-pressed:#f5e8e8;--color-action-skip-border:#bca9a9;--color-action-skip-depth:#d8c5c5;--color-result-label-surface:#83c2d2;--color-result-label-border:var(--color-result-label-surface)}@supports (color:color-mix(in lab, red, red)){:root{--color-result-label-border:color-mix(in srgb, var(--color-result-label-surface) 74%, #000)}}:root{--color-result-label-depth:var(--color-result-label-surface)}@supports (color:color-mix(in lab, red, red)){:root{--color-result-label-depth:color-mix(in srgb, var(--color-result-label-surface) 54%, #000)}}:root{--color-result-label-text:#fff;--color-achievement-holder-rim:#493a55;--color-achievement-holder-depth:#211927;--color-achievement-holder-shadow:#0c0910;--color-achievement-well:#08070d;--color-achievement-well-depth:#020204;--color-achievement-slot:#17111f;--color-achievement-slot-border:#6b587b;--color-achievement-slot-depth:#030205;--color-achievement-selected:var(--color-accent-sun);--color-achievement-selected-outline:var(--color-achievement-selected)}@supports (color:color-mix(in lab, red, red)){:root{--color-achievement-selected-outline:color-mix(in srgb, var(--color-achievement-selected) 35%, var(--color-transparent))}}:root{--color-achievement-earned:#f3c85b;--color-achievement-detail-text:#fffdf7;--color-achievement-detail-muted:#c5b9d0;--color-achievement-overlay-scrim:var(--color-live2d-recolor-base)}@supports (color:color-mix(in lab, red, red)){:root{--color-achievement-overlay-scrim:color-mix(in srgb, var(--color-live2d-recolor-base) 82%, var(--color-transparent))}}:root{--color-achievement-overlay-text:#fff;--color-achievement-overlay-accent:#f3c85b;--color-achievement-overlay-spark:#fff1a8;--color-achievement-overlay-frame:#f3c85b;--color-achievement-overlay-icon-well:#08070d;--color-achievement-overlay-icon-depth:#211927;--color-achievement-overlay-shadow:#020204;--color-success:#247451;--color-success-soft:#e8f6ef;--color-warning:#9a5a00;--color-warning-soft:#fff4d6;--color-danger:#b42318;--color-danger-soft:#feeceb;--color-focus:#1769d2;--color-staff-page:#eef2f3;--color-staff-sidebar:#102a43;--color-staff-sidebar-active:#244866;--color-staff-sidebar-hover:#1b3b57;--color-staff-sidebar-text:#fffdf7;--color-staff-sidebar-muted:#bfd0dc;--color-staff-sidebar-disabled:#7790a1;--color-staff-navigation-overlay:var(--color-staff-sidebar)}@supports (color:color-mix(in lab, red, red)){:root{--color-staff-navigation-overlay:color-mix(in srgb, var(--color-staff-sidebar) 68%, var(--color-transparent))}}:root{--color-staff-card-depth:#d5dfe2;--color-staff-chart-track:#e5ebee;--color-staff-chart-fill:#c94712;--radius-control:1rem;--radius-notice:1.25rem;--radius-panel:1.5rem;--radius-frame:2rem;--radius-pill:999px;--shadow-panel-depth:0 7px 0 var(--color-frame-depth);--shadow-button-depth:0 7px 0 var(--color-action-primary-depth);--color-accent-coral-soft:#f29a6a;--color-accent-sun:#f3c85b;--color-live2d-recolor-base:#000;--color-live2d-canvas-clear:transparent;--color-clara-loader-wave:var(--color-clara-hair);--color-clara-loader-cover:var(--color-clara-hair);--color-clara-speech-loader-line:var(--color-clara-hair);--color-clara-speech-loader-glow:var(--color-clara-hair)}@supports (color:color-mix(in lab, red, red)){:root{--color-clara-speech-loader-glow:color-mix(in srgb, var(--color-clara-hair) 62%, var(--color-transparent))}}:root{--color-clara-speech-loader-scrim:var(--color-live2d-recolor-base)}@supports (color:color-mix(in lab, red, red)){:root{--color-clara-speech-loader-scrim:color-mix(in srgb, var(--color-live2d-recolor-base) 20%, var(--color-transparent))}}:root{--color-clara-hair:#5faf67;--color-clara-hair-outline:#356b3f;--color-clara-hair-highlight:#a8d8aa;--color-clara-hair-shadow:var(--color-clara-hair)}@supports (color:color-mix(in lab, red, red)){:root{--color-clara-hair-shadow:color-mix(in srgb, var(--color-clara-hair) 72%, var(--color-live2d-recolor-base))}}:root{--color-clara-hair-deep-shadow:var(--color-clara-hair)}@supports (color:color-mix(in lab, red, red)){:root{--color-clara-hair-deep-shadow:color-mix(in srgb, var(--color-clara-hair) 44%, var(--color-live2d-recolor-base))}}:root{--color-clara-glasses:#000;--color-clara-skin-primary:#ffa461;--color-clara-skin-shade:#cf7442;--color-clara-hoodie:#000;--color-clara-strings:#ead8b7}:root[data-theme=t2]{--asset-learner-flow-background-mobile:url(/assets/backgrounds/T2mobile.jpg);--asset-learner-flow-background-desktop:url(/assets/backgrounds/T2desktop.jpg);--color-transparent:transparent;--color-surface-page:#edf3fb;--color-surface-frame:#dfe9f7;--color-surface-panel:#f9fbff;--color-surface-notice:#eef5ff;--color-surface-muted:#e6edf6;--color-learner-background-veil:var(--color-surface-page)}@supports (color:color-mix(in lab, red, red)){:root[data-theme=t2]{--color-learner-background-veil:color-mix(in srgb, var(--color-surface-page) 20%, var(--color-transparent))}}:root[data-theme=t2]{--color-text-primary:#112640;--color-text-secondary:#39506d;--color-text-muted:#5c7390;--color-text-on-action:#fff;--color-border-warm:#bfd0e6;--color-border-soft:#d9e4f2;--color-border-strong:#4f6f9f;--color-frame-depth:#93abd0;--color-action-primary:#355fa8;--color-action-primary-hover:#2d538f;--color-action-primary-pressed:#264778;--color-action-primary-depth:#1d3760;--color-action-secondary:#fff;--color-action-secondary-hover:#f1f6ff;--color-result-label-surface:#57555b;--color-result-label-text:#fff;--color-success:#247451;--color-success-soft:#e8f6ef;--color-warning:#9a5a00;--color-warning-soft:#fff4d6;--color-danger:#b42318;--color-danger-soft:#feeceb;--color-focus:#1769d2;--color-staff-page:#e9f0f8;--color-staff-sidebar:#163156;--color-staff-sidebar-active:#264b76;--color-staff-sidebar-hover:#1f4066;--color-staff-sidebar-text:#f9fbff;--color-staff-sidebar-muted:#c2d1e4;--color-staff-sidebar-disabled:#7f96b2;--color-staff-navigation-overlay:var(--color-staff-sidebar)}@supports (color:color-mix(in lab, red, red)){:root[data-theme=t2]{--color-staff-navigation-overlay:color-mix(in srgb, var(--color-staff-sidebar) 68%, var(--color-transparent))}}:root[data-theme=t2]{--color-staff-card-depth:#cfdbeb;--color-staff-chart-track:#dfe8f2;--color-staff-chart-fill:#355fa8;--color-accent-coral-soft:#7ea2de;--color-accent-sun:#c8daf8;--color-live2d-recolor-base:#000;--color-live2d-canvas-clear:transparent;--color-clara-hair:#6f90cb;--color-clara-hair-outline:#3d5d95;--color-clara-hair-highlight:#c5d6f4;--color-clara-hair-shadow:var(--color-clara-hair)}@supports (color:color-mix(in lab, red, red)){:root[data-theme=t2]{--color-clara-hair-shadow:color-mix(in srgb, var(--color-clara-hair) 72%, var(--color-live2d-recolor-base))}}:root[data-theme=t2]{--color-clara-hair-deep-shadow:var(--color-clara-hair)}@supports (color:color-mix(in lab, red, red)){:root[data-theme=t2]{--color-clara-hair-deep-shadow:color-mix(in srgb, var(--color-clara-hair) 44%, var(--color-live2d-recolor-base))}}:root[data-theme=t2]{--color-clara-glasses:#000;--color-clara-skin-primary:#ffa461;--color-clara-skin-shade:#cf7442;--color-clara-hoodie:#1a3154;--color-clara-strings:#e6eef9}:root[data-theme=t3]{--asset-learner-flow-background-mobile:url(/assets/backgrounds/T3mobile.png);--asset-learner-flow-background-desktop:url(/assets/backgrounds/T3desktop.png);--color-surface-page:#f7eef3;--color-surface-frame:#e9d9e8;--color-surface-panel:#fffaf5;--color-surface-notice:#fff0ea;--color-surface-muted:#eee8f4;--color-learner-background-veil:var(--color-surface-page)}@supports (color:color-mix(in lab, red, red)){:root[data-theme=t3]{--color-learner-background-veil:color-mix(in srgb, var(--color-surface-page) 24%, var(--color-transparent))}}:root[data-theme=t3]{--color-text-primary:#2e2944;--color-text-secondary:#5b5271;--color-text-muted:#7b6e8c;--color-text-on-action:#fff;--color-border-warm:#c9abc0;--color-border-soft:#ebdce6;--color-border-strong:#745470;--color-frame-depth:#9a7895;--color-action-primary:#c95c69;--color-action-primary-hover:#b34b5b;--color-action-primary-pressed:#9d3d4d;--color-action-primary-depth:#73303f;--color-action-secondary:#fffaf5;--color-action-secondary-hover:#fff0eb;--color-action-skip-surface:#fffafc;--color-action-skip-hover:#fff0f6;--color-action-skip-pressed:#f8e7f0;--color-action-skip-border:#bba7b4;--color-action-skip-depth:#d9c3d0;--color-result-label-surface:#7aaec6;--color-result-label-border:#4f829b;--color-result-label-depth:#386b83;--color-result-label-text:#fff;--color-success:#2d7c68;--color-success-soft:#e4f4ee;--color-warning:#9a620d;--color-warning-soft:#fff0ce;--color-danger:#b53d52;--color-danger-soft:#ffe8ed;--color-focus:#5969bd;--color-staff-page:#f1edf5;--color-staff-sidebar:#302943;--color-staff-sidebar-active:#554268;--color-staff-sidebar-hover:#433555;--color-staff-sidebar-text:#fffaf5;--color-staff-sidebar-muted:#d7cadf;--color-staff-sidebar-disabled:#9789a6;--color-staff-navigation-overlay:var(--color-staff-sidebar)}@supports (color:color-mix(in lab, red, red)){:root[data-theme=t3]{--color-staff-navigation-overlay:color-mix(in srgb, var(--color-staff-sidebar) 68%, var(--color-transparent))}}:root[data-theme=t3]{--color-staff-card-depth:#dbcee1;--color-staff-chart-track:#e4dce9;--color-staff-chart-fill:#c95c69;--color-accent-coral-soft:#ed9a93;--color-accent-sun:#f0c77c;--color-clara-loader-wave:var(--color-clara-hair);--color-clara-loader-cover:var(--color-clara-hair);--color-clara-speech-loader-line:var(--color-clara-hair);--color-clara-speech-loader-glow:var(--color-clara-hair)}@supports (color:color-mix(in lab, red, red)){:root[data-theme=t3]{--color-clara-speech-loader-glow:color-mix(in srgb, var(--color-clara-hair) 62%, var(--color-transparent))}}:root[data-theme=t3]{--color-clara-speech-loader-scrim:var(--color-live2d-recolor-base)}@supports (color:color-mix(in lab, red, red)){:root[data-theme=t3]{--color-clara-speech-loader-scrim:color-mix(in srgb, var(--color-live2d-recolor-base) 20%, var(--color-transparent))}}:root[data-theme=t3]{--color-clara-hair:#9b82c4;--color-clara-hair-outline:#594776;--color-clara-hair-highlight:#eadfff;--color-clara-hair-shadow:var(--color-clara-hair)}@supports (color:color-mix(in lab, red, red)){:root[data-theme=t3]{--color-clara-hair-shadow:color-mix(in srgb, var(--color-clara-hair) 72%, var(--color-live2d-recolor-base))}}:root[data-theme=t3]{--color-clara-hair-deep-shadow:var(--color-clara-hair)}@supports (color:color-mix(in lab, red, red)){:root[data-theme=t3]{--color-clara-hair-deep-shadow:color-mix(in srgb, var(--color-clara-hair) 44%, var(--color-live2d-recolor-base))}}:root[data-theme=t3]{--color-clara-glasses:#282333;--color-clara-skin-primary:#ffb37d;--color-clara-skin-shade:#cb6d50;--color-clara-hoodie:#322540;--color-clara-strings:#f4d8b4}:root{--color-button-unavailable-surface:#777d86;--color-button-unavailable-border:#555b63;--color-button-unavailable-depth:#484d54;--color-button-unavailable-text:#eceef1;--color-button-completed-surface:#2f8c62;--color-button-completed-hover:#287a55;--color-button-completed-pressed:#216746;--color-button-completed-border:#1c5d43;--color-button-completed-depth:#174b37;--color-button-completed-text:#fff;--color-link-start-fixed-core:#fff7fd;--color-link-start-fixed-cover:#fff;--color-link-start-fixed-prism-pink:#ff2a8a;--color-link-start-fixed-prism-yellow:#f4ee45;--color-link-start-fixed-prism-crimson:#d80d46;--color-link-start-fixed-prism-violet:#6e35d5;--color-link-start-fixed-prism-coral:#ff625c;--color-link-start-fixed-prism-glass:#dff4ff}@font-face{font-family:Fredoka;src:url(/assets/fonts/fredoka-variable.woff2)format("woff2");font-style:normal;font-weight:400 700;font-display:swap}@font-face{font-family:Lexend;src:url(/assets/fonts/lexend-variable.woff2)format("woff2");font-style:normal;font-weight:400 700;font-display:swap}@font-face{font-family:Pixelify Sans;src:url(/assets/fonts/pixelify-sans-variable.woff2)format("woff2");font-style:normal;font-weight:400 700;font-display:swap}@font-face{font-family:"Jersey 20";src:url(/assets/fonts/jersey-20-regular.woff2)format("woff2");font-style:normal;font-weight:400;font-display:swap}:root{font-family:var(--font-interface-family);color:var(--color-text-primary);background:var(--color-surface-page);font-synthesis:none;text-rendering:optimizelegibility}*{box-sizing:border-box}html,body,#root{width:100%;min-width:320px;min-height:100%;margin:0}body{overflow-x:hidden}.learner-typography-page,.learner-flow-page{--font-display-family:var(--font-pixel-family);--font-interface-family:var(--font-pixel-family);--font-display:clamp(3rem, 2.35rem + 2.7vw, 4.25rem);--font-page-title:clamp(2.5rem, 2.05rem + 1.7vw, 3.25rem);--font-panel-title:clamp(2rem, 1.78rem + .95vw, 2.5rem);--font-learner-prompt:clamp(1.75rem, 1.55rem + .75vw, 2.125rem);--font-button-large:clamp(1.875rem, 1.65rem + .85vw, 2.25rem);--font-body-large:clamp(1.5rem, 1.36rem + .5vw, 1.6875rem);--font-body:clamp(1.3125rem, 1.2rem + .4vw, 1.5rem);--font-support:clamp(1.125rem, 1.04rem + .3vw, 1.25rem);font-family:var(--font-interface-family)}.learner-flow-page{background-color:var(--color-surface-page);background-image:var(--asset-learner-flow-background-mobile);background-position:50%;background-repeat:no-repeat;background-size:cover}:is(.learner-typography-page,.learner-flow-page) .big-button--regular{font-size:var(--font-body-large)}:is(.learner-typography-page,.learner-flow-page) .big-button--large{font-size:var(--font-button-large)}button,input,textarea,select{font:inherit}button{-webkit-tap-highlight-color:var(--color-transparent)}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.route-loading{min-height:100svh;color:var(--color-text-secondary);background:var(--color-surface-page);font-family:var(--font-reading-family);place-items:center;padding:1rem;font-weight:650;display:grid}.big-button{max-width:100%;font-family:var(--font-display-family);touch-action:manipulation;cursor:pointer;border-style:solid;justify-content:center;align-items:center;gap:.75rem;font-weight:700;line-height:1;transition:transform .14s ease-out,box-shadow .14s ease-out,color .14s ease-out,background-color .14s ease-out,border-color .14s ease-out;display:inline-flex}.big-button--large{letter-spacing:-.02em;border-radius:1.5rem;min-height:5rem;padding:1rem 1.25rem;font-size:clamp(1.4rem,6vw,1.75rem)}.big-button--regular{border-radius:999px;min-height:3rem;padding:.7rem 1.25rem;font-size:1rem}.big-button--primary{border-width:3px;border-color:var(--color-action-primary-depth);color:var(--color-text-on-action);background:var(--color-action-primary);box-shadow:0 8px 0 var(--color-action-primary-depth)}.big-button--completed{border-width:3px;border-color:var(--color-button-completed-border);color:var(--color-button-completed-text);background:var(--color-button-completed-surface);box-shadow:0 8px 0 var(--color-button-completed-depth)}.big-button--unavailable{border-width:3px;border-color:var(--color-button-unavailable-border);color:var(--color-button-unavailable-text);background:var(--color-button-unavailable-surface);box-shadow:0 8px 0 var(--color-button-unavailable-depth)}.big-button--primary-vertical,.big-button--unavailable-vertical,.big-button--skip-vertical{border-radius:var(--radius-panel);min-width:0;min-height:100%;font-size:var(--font-body-large);text-align:center;flex-direction:column;gap:.5rem;padding:.8rem .55rem;line-height:.95}.big-button--primary-vertical{border-width:3px;border-color:var(--color-action-primary-depth);color:var(--color-text-on-action);background:var(--color-action-primary);box-shadow:0 8px 0 var(--color-action-primary-depth)}.big-button--unavailable-vertical{border-width:3px;border-color:var(--color-button-unavailable-border);color:var(--color-button-unavailable-text);background:var(--color-button-unavailable-surface);box-shadow:0 8px 0 var(--color-button-unavailable-depth)}.big-button--skip-vertical{border-width:3px;border-color:var(--color-action-skip-border);color:var(--color-text-primary);background:var(--color-action-skip-surface);box-shadow:0 6px 0 var(--color-action-skip-depth)}.big-button--primary-vertical .big-button__icon,.big-button--unavailable-vertical .big-button__icon{width:3.25rem;height:3.25rem}.big-button--primary-vertical .big-button__icon svg,.big-button--unavailable-vertical .big-button__icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;width:100%;height:100%}.big-button--secondary{border-width:2px;border-color:var(--color-border-strong);color:var(--color-text-primary);background:var(--color-action-secondary);box-shadow:0 4px 0 var(--color-border-warm)}.big-button--quiet{border-width:1px;border-color:var(--color-transparent);color:var(--color-text-primary);background:var(--color-transparent);box-shadow:none}.big-button--primary:not(:disabled):hover{background:var(--color-action-primary-hover)}.big-button--completed:not(:disabled):hover{background:var(--color-button-completed-hover)}.big-button--primary-vertical:not(:disabled):hover{background:var(--color-action-primary-hover)}.big-button--skip-vertical:not(:disabled):hover{background:var(--color-action-skip-hover)}.big-button--secondary:not(:disabled):hover{background:var(--color-action-secondary-hover)}.big-button--quiet:not(:disabled):hover{background:var(--color-surface-muted)}.big-button--primary:active,.big-button--primary[data-press-state=committing],.big-button--primary-vertical:active,.big-button--primary-vertical[data-press-state=committing]{background:var(--color-action-primary-pressed);box-shadow:0 2px 0 var(--color-action-primary-depth);transform:translateY(6px)}.big-button--completed:active,.big-button--completed[data-press-state=committing]{background:var(--color-button-completed-pressed);box-shadow:0 2px 0 var(--color-button-completed-depth);transform:translateY(6px)}.big-button--skip-vertical:active,.big-button--skip-vertical[data-press-state=committing]{background:var(--color-action-skip-pressed);box-shadow:0 2px 0 var(--color-action-skip-depth);transform:translateY(4px)}.big-button--secondary:active,.big-button--secondary[data-press-state=committing]{box-shadow:0 1px 0 var(--color-border-warm);transform:translateY(3px)}.big-button--quiet:active,.big-button--quiet[data-press-state=committing]{background:var(--color-surface-notice)}.big-button:focus-visible{outline:3px solid var(--color-focus);outline-offset:4px}.big-button:disabled{cursor:not-allowed}.big-button__icon{flex:none;place-items:center;width:2.5rem;height:2.5rem;display:grid}.surface{width:100%}.surface--frame{border:2px solid var(--color-border-warm);border-radius:var(--radius-frame);background:var(--color-surface-frame);box-shadow:var(--shadow-panel-depth)}.surface--panel{border:1px solid var(--color-border-soft);border-radius:var(--radius-panel);background:var(--color-surface-panel)}.surface--notice{border:1px solid var(--color-border-soft);border-radius:var(--radius-notice);background:var(--color-surface-notice)}.surface--padding-none{padding:0}.surface--padding-compact{padding:.75rem}.surface--padding-normal,.surface--padding-roomy{padding:1.25rem}.text-field{gap:.5rem;display:grid}.text-field__label{color:var(--color-text-primary);font-family:var(--font-reading-family);font-size:.9375rem;font-weight:650}.text-field__control{border:2px solid var(--color-border-soft);border-radius:var(--radius-control);background:var(--color-action-secondary);align-items:center;min-height:3.5rem;transition:border-color .14s ease-out,box-shadow .14s ease-out;display:flex;overflow:hidden}.text-field__control:focus-within{border-color:var(--color-focus);box-shadow:0 0 0 3px var(--color-success-soft)}.text-field__input{width:100%;min-width:0;min-height:3.25rem;color:var(--color-text-primary);background:var(--color-transparent);font-family:var(--font-reading-family);border:0;outline:0;padding:.8rem 1rem;font-size:1rem}.text-field__input::placeholder{color:var(--color-text-muted)}.text-field__input[aria-invalid=true]{color:var(--color-danger)}.text-field__select{cursor:pointer}.text-field__select option{color:var(--color-text-primary);background:var(--color-action-secondary)}.text-field__error{color:var(--color-danger);font-family:var(--font-reading-family);margin:0;font-size:.875rem;font-weight:600;line-height:1.4}.text-field__trailing{flex:none;padding-right:.5rem}.text-field__toggle{min-width:3.25rem;min-height:2.75rem;color:var(--color-action-primary);background:var(--color-transparent);font-family:var(--font-reading-family);cursor:pointer;border:0;border-radius:.75rem;font-size:.875rem;font-weight:700}.text-field__toggle:hover{background:var(--color-surface-notice)}.text-field__toggle:focus-visible{outline:3px solid var(--color-focus);outline-offset:1px}.staff-login-page{min-height:100svh;padding-top:max(1rem, env(safe-area-inset-top));padding-right:max(1rem, env(safe-area-inset-right));padding-bottom:max(1.5rem, env(safe-area-inset-bottom));padding-left:max(1rem, env(safe-area-inset-left));background-color:var(--color-surface-page);background-image:var(--asset-home-background-mobile);background-position:50%;background-repeat:no-repeat;background-size:cover}.staff-login-page__stage{align-content:center;gap:1.25rem;width:min(100%,35rem);min-height:calc(100svh - 2.5rem);margin:0 auto;display:grid}.staff-login-page__back{width:fit-content;min-height:3rem;font-family:var(--font-reading-family);padding:.55rem 1rem .55rem .75rem;font-size:.9375rem;font-weight:650}.staff-login-page__back .big-button__icon{width:1.5rem;height:1.5rem}.staff-login-page__back svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:100%;height:100%}.staff-login-card{box-shadow:0 7px 0 var(--color-frame-depth)}.staff-login-card__header{text-align:center;justify-items:center;gap:1rem;display:grid}.staff-login-card__mark{border:2px solid var(--color-action-primary-depth);width:4.5rem;height:4.5rem;color:var(--color-text-on-action);background:var(--color-action-primary);box-shadow:0 5px 0 var(--color-action-primary-depth);border-radius:1.375rem;place-items:center;display:grid}.staff-login-card__mark svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.25px;width:3rem;height:3rem}.staff-login-card__eyebrow{color:var(--color-text-secondary);font-family:var(--font-display-family);margin:0 0 .4rem;font-size:1rem;font-weight:700}.staff-login-card__eyebrow span{border:1px solid var(--color-border-warm);border-radius:var(--radius-pill);min-height:1.75rem;color:var(--color-action-primary);background:var(--color-surface-notice);font-family:var(--font-reading-family);letter-spacing:.04em;text-transform:uppercase;align-items:center;margin-left:.25rem;padding:.2rem .65rem;font-size:.75rem;display:inline-flex}.staff-login-card h1{color:var(--color-text-primary);font-family:var(--font-display-family);letter-spacing:-.025em;margin:0;font-size:clamp(2rem,9vw,2.75rem);font-weight:700;line-height:1.08}.staff-login-card__intro{max-width:32ch;color:var(--color-text-secondary);font-family:var(--font-reading-family);margin:.75rem auto 0;font-size:.9375rem;line-height:1.6}.staff-login-form{gap:1rem;margin-top:1.5rem;display:grid}.staff-login-form__submit{width:100%;min-height:4rem;margin-top:.25rem;font-size:1.25rem}.staff-login-form__remember{color:var(--color-text-secondary);cursor:pointer;align-items:flex-start;gap:.75rem;font-weight:700;display:flex}.staff-login-form__remember input{width:1.2rem;height:1.2rem;accent-color:var(--color-primary);margin-top:.15rem}.staff-login-form__remember small{color:var(--color-text-muted);margin-top:.2rem;font-weight:500;display:block}.staff-login-form__notice{color:var(--color-text-secondary);font-family:var(--font-reading-family);text-align:center;margin:0;font-size:.875rem;font-weight:600;line-height:1.5}.staff-login-form__notice--error{border-color:var(--color-danger);color:var(--color-danger);background:var(--color-danger-soft)}.staff-login-card__roles{color:var(--color-text-muted);font-family:var(--font-reading-family);text-align:center;margin:1.25rem auto 0;font-size:.8125rem;line-height:1.5}.staff-shell{min-height:100svh;color:var(--color-text-primary);background:var(--color-staff-page);font-family:var(--font-reading-family)}.staff-shell .surface--panel,.staff-shell .surface--notice{border-radius:var(--radius-control)}.staff-shell .big-button{border-radius:var(--radius-control);font-family:var(--font-reading-family);letter-spacing:0;font-weight:700}.staff-shell .big-button--primary{box-shadow:0 3px 0 var(--color-action-primary-depth);border-width:2px}.staff-shell .big-button--primary:active,.staff-shell .big-button--primary[data-press-state=committing]{box-shadow:0 1px 0 var(--color-action-primary-depth);transform:translateY(2px)}.staff-shell .big-button--secondary{box-shadow:0 2px 0 var(--color-staff-card-depth);border-width:1px}.staff-shell .big-button--secondary:active,.staff-shell .big-button--secondary[data-press-state=committing]{box-shadow:0 1px 0 var(--color-staff-card-depth);transform:translateY(1px)}.staff-sidebar{display:none}.staff-shell__content{min-width:0}.staff-mobile-header{z-index:10;border-bottom:1px solid var(--color-border-soft);min-height:4.5rem;padding-top:max(.65rem, env(safe-area-inset-top));padding-right:max(1rem, env(safe-area-inset-right));padding-bottom:.65rem;padding-left:max(1rem, env(safe-area-inset-left));background:var(--color-surface-panel);justify-content:space-between;align-items:center;gap:1rem;display:flex;position:sticky;top:0}.staff-mobile-header__brand,.staff-sidebar__brand{align-items:center;gap:.75rem;min-width:0;display:flex}.staff-mobile-header__brand>span:last-child,.staff-sidebar__brand>span:last-child{min-width:0;display:grid}.staff-mobile-header__brand strong,.staff-sidebar__brand strong{font-family:var(--font-display-family);font-size:1.125rem;line-height:1.1}.staff-mobile-header__brand small,.staff-sidebar__brand small{color:var(--color-text-muted);letter-spacing:.06em;text-transform:uppercase;margin-top:.2rem;font-size:.6875rem;font-weight:650}.staff-mobile-header__icon,.staff-sidebar__brand-icon{border:2px solid var(--color-action-primary-depth);width:2.75rem;height:2.75rem;color:var(--color-text-on-action);background:var(--color-action-primary);box-shadow:0 3px 0 var(--color-action-primary-depth);border-radius:.875rem;flex:none;place-items:center;display:grid}.staff-mobile-header__icon svg,.staff-sidebar__brand-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:1.75rem;height:1.75rem}.staff-mobile-header__exit{min-height:2.75rem;font-family:var(--font-reading-family);padding:.5rem .75rem;font-size:.875rem}.staff-mobile-header__menu{border:1px solid var(--color-border-soft);border-radius:var(--radius-control);min-height:2.75rem;color:var(--color-text-primary);background:var(--color-surface-panel);cursor:pointer;align-items:center;gap:.5rem;padding:.5rem .7rem;font-size:.8125rem;font-weight:700;display:inline-flex}.staff-mobile-header__menu:focus-visible,.staff-mobile-drawer__close:focus-visible{outline:3px solid var(--color-focus);outline-offset:2px}.staff-mobile-header__menu-icon{gap:.2rem;width:1.25rem;display:grid}.staff-mobile-header__menu-icon span{border-radius:var(--radius-pill);background:var(--color-text-primary);height:2px;display:block}.staff-mobile-drawer__backdrop{z-index:20;background:var(--color-staff-navigation-overlay);cursor:pointer;border:0;position:fixed;inset:0}.staff-mobile-drawer{z-index:30;width:min(20rem,100vw - 2.5rem);height:100svh;padding-top:max(1rem, env(safe-area-inset-top));padding-right:1rem;padding-bottom:max(1rem, env(safe-area-inset-bottom));padding-left:max(1rem, env(safe-area-inset-left));color:var(--color-staff-sidebar-text);background:var(--color-staff-sidebar);box-shadow:3px 0 0 var(--color-action-primary-depth);flex-direction:column;display:flex;position:fixed;inset:0 auto 0 0;overflow-y:auto}.staff-mobile-drawer__header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.staff-mobile-drawer__close{border:1px solid var(--color-staff-sidebar-active);border-radius:var(--radius-control);width:2.75rem;height:2.75rem;color:var(--color-staff-sidebar-text);background:var(--color-staff-sidebar-active);cursor:pointer;flex:none;place-items:center;font-size:1.5rem;line-height:1;display:grid}.staff-sidebar__nav{gap:1.5rem;margin-top:1.75rem;display:grid}.staff-sidebar__nav-group,.staff-sidebar__nav-list{gap:.35rem;display:grid}.staff-sidebar__nav-label{color:var(--color-staff-sidebar-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .35rem;font-size:.6875rem;font-weight:700}.staff-sidebar__nav-item{border-radius:var(--radius-control);min-height:2.75rem;color:var(--color-staff-sidebar-text);align-items:center;gap:.65rem;padding:.65rem .75rem;font-size:.8125rem;font-weight:650;text-decoration:none;display:flex}.staff-sidebar__nav-item:not(.staff-sidebar__nav-item--disabled):hover{background:var(--color-staff-sidebar-hover)}.staff-sidebar__nav-item--active{background:var(--color-staff-sidebar-active);box-shadow:0 2px 0 var(--color-action-primary-depth)}.staff-sidebar__nav-item--disabled{color:var(--color-staff-sidebar-disabled);cursor:not-allowed}.staff-sidebar__nav-item small{color:inherit;letter-spacing:.06em;text-transform:uppercase;margin-left:auto;font-size:.5625rem;font-weight:700}.staff-sidebar__nav-item:focus-visible{outline:3px solid var(--color-focus);outline-offset:2px}.staff-sidebar__nav-dot{background:var(--color-staff-sidebar-disabled);border-radius:50%;flex:none;width:.6rem;height:.6rem}.staff-sidebar__nav-item--active .staff-sidebar__nav-dot{background:var(--color-action-primary)}.staff-mobile-drawer .staff-sidebar__brand strong,.staff-mobile-drawer .staff-sidebar__account strong{color:var(--color-staff-sidebar-text)}.staff-mobile-drawer .staff-sidebar__brand small,.staff-mobile-drawer .staff-sidebar__account small{color:var(--color-staff-sidebar-muted)}.staff-mobile-drawer .staff-sidebar__account{border-top:1px solid var(--color-staff-sidebar-active);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.75rem;margin-top:1.75rem;padding-top:1.25rem;display:grid}.staff-mobile-drawer .staff-sidebar__account>span:last-child{min-width:0;display:grid}.staff-mobile-drawer .staff-sidebar__account strong{font-size:.8125rem}.staff-mobile-drawer .staff-sidebar__account small{margin-top:.2rem;font-size:.6875rem}.staff-mobile-drawer .staff-sidebar__avatar{width:2.5rem;height:2.5rem;color:var(--color-staff-sidebar);background:var(--color-surface-frame);font-family:var(--font-display-family);border-radius:.75rem;place-items:center;font-size:.875rem;font-weight:700;display:grid}.staff-mobile-drawer .staff-sidebar__exit{border-color:var(--color-staff-sidebar-active);width:100%;min-height:3rem;color:var(--color-staff-sidebar-text);background:var(--color-staff-sidebar-active);box-shadow:0 3px 0 var(--color-action-primary-depth);font-family:var(--font-reading-family);margin-top:1rem;font-size:.8125rem}.staff-workspace-page{width:min(100%,92rem);padding-top:1.5rem;padding-right:max(1rem, env(safe-area-inset-right));padding-bottom:max(2rem, env(safe-area-inset-bottom));padding-left:max(1rem, env(safe-area-inset-left));margin:0 auto}.staff-workspace-stack{align-content:start;gap:1rem;display:grid}.staff-workspace-stack>.staff-page-header{margin-bottom:.5rem}.staff-workspace-stack>.staff-dashboard-grid,.staff-workspace-stack>.staff-speech-setting{margin-top:0}.staff-page-header{gap:1rem;margin-bottom:1.5rem;display:grid}.staff-page-header__eyebrow{color:var(--color-action-primary);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .4rem;font-size:.75rem;font-weight:700}.staff-page-header h1{color:var(--color-text-primary);font-family:var(--font-display-family);letter-spacing:-.025em;margin:0;font-size:clamp(1.875rem,7vw,2.5rem);line-height:1.1}.staff-page-header>div>p:last-child{max-width:52ch;color:var(--color-text-secondary);margin:.65rem 0 0;font-size:.9375rem;line-height:1.6}.staff-environment-badge{border:1px solid var(--color-border-warm);border-radius:var(--radius-pill);width:fit-content;min-height:2.25rem;color:var(--color-warning);background:var(--color-warning-soft);align-items:center;padding:.4rem .8rem;font-size:.75rem;font-weight:700;display:inline-flex}.staff-count-badge{border:1px solid var(--color-border-soft);border-radius:var(--radius-pill);width:fit-content;min-height:2.25rem;color:var(--color-text-secondary);background:var(--color-surface-panel);align-items:center;padding:.4rem .8rem;font-size:.75rem;font-weight:700;display:inline-flex}.staff-button{border-radius:var(--radius-control);width:fit-content;font-family:var(--font-reading-family);letter-spacing:0;font-weight:700}.staff-button--compact{min-height:2.5rem;padding:.5rem .8rem;font-size:.75rem}.staff-button--regular{min-height:2.875rem;padding:.6rem 1rem;font-size:.8125rem}.staff-button--roomy{min-height:3.25rem;padding:.75rem 1.15rem;font-size:.875rem}.staff-button.big-button--primary{box-shadow:0 3px 0 var(--color-action-primary-depth);border-width:2px}.staff-button.big-button--primary:active,.staff-button.big-button--primary[data-press-state=committing]{box-shadow:0 1px 0 var(--color-action-primary-depth);transform:translateY(2px)}.staff-button.big-button--secondary{box-shadow:0 2px 0 var(--color-staff-card-depth);border-width:1px}.staff-button.big-button--secondary:active,.staff-button.big-button--secondary[data-press-state=committing]{box-shadow:0 1px 0 var(--color-staff-card-depth);transform:translateY(1px)}.staff-card{border-radius:var(--radius-control);overflow:hidden}.staff-card--raised{box-shadow:0 3px 0 var(--color-staff-card-depth)}.staff-card--flat{box-shadow:none}.staff-card--muted{background:var(--color-surface-muted)}.staff-card--accent{border-color:var(--color-action-primary);background:var(--color-surface-notice)}.staff-card--success{border-color:var(--color-success);background:var(--color-success-soft)}.staff-card--warning{border-color:var(--color-warning);background:var(--color-warning-soft)}.staff-card--danger{border-color:var(--color-danger);background:var(--color-danger-soft)}.staff-badge{border:1px solid var(--color-border-soft);border-radius:var(--radius-pill);width:fit-content;min-height:1.75rem;color:var(--color-text-secondary);background:var(--color-surface-panel);align-items:center;padding:.25rem .6rem;font-size:.6875rem;font-weight:700;line-height:1.2;display:inline-flex}.staff-badge--accent{border-color:var(--color-action-primary);color:var(--color-action-primary);background:var(--color-surface-notice)}.staff-badge--success{border-color:var(--color-success);color:var(--color-success);background:var(--color-success-soft)}.staff-badge--warning{border-color:var(--color-warning);color:var(--color-warning);background:var(--color-warning-soft)}.staff-badge--danger{border-color:var(--color-danger);color:var(--color-danger);background:var(--color-danger-soft)}.staff-badge--muted{color:var(--color-text-muted);background:var(--color-surface-muted)}.staff-badge-row{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.staff-section-heading{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.staff-section-heading--bordered{border-bottom:1px solid var(--color-border-soft);padding:1.25rem}.staff-section-heading__copy{min-width:0}.staff-section-heading__eyebrow{color:var(--color-action-primary);letter-spacing:.07em;text-transform:uppercase;margin:0 0 .35rem;font-size:.6875rem;font-weight:700}.staff-section-heading h2{color:var(--color-text-primary);font-family:var(--font-reading-family);margin:0;font-size:1.125rem;line-height:1.35}.staff-section-heading__description{color:var(--color-text-muted);margin-top:.5rem;font-size:.8125rem;line-height:1.55}.staff-section-heading__aside{flex-wrap:wrap;gap:.5rem;width:100%;display:flex}.staff-notice{flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;display:flex}.staff-notice__copy{min-width:0;color:var(--color-text-secondary);gap:.25rem;font-size:.8125rem;line-height:1.5;display:grid}.staff-notice__copy h2{color:var(--color-text-primary);font-family:var(--font-reading-family);margin:0;font-size:.9375rem;line-height:1.35}.staff-notice__copy>:not(h2){margin:0}.staff-notice__actions{flex-wrap:wrap;gap:.5rem;width:100%;display:flex}.staff-notice__actions .staff-button{flex:auto}.staff-state{min-height:10rem;color:var(--color-text-muted);text-align:center;place-content:center;justify-items:center;gap:.5rem;font-size:.8125rem;line-height:1.5;display:grid}.staff-state--compact{min-height:6rem}.staff-state>strong{color:var(--color-text-primary);font-size:.9375rem}.staff-state>div{max-width:48ch}.staff-state .staff-button{margin-top:.5rem}.staff-field{gap:.4rem;min-width:0;display:grid}.staff-field>label{color:var(--color-text-primary);font-size:.8125rem;font-weight:650}.staff-field>span{color:var(--color-text-muted);font-size:.75rem;line-height:1.4}.staff-field__control{border:1px solid var(--color-border-soft);border-radius:var(--radius-control);width:100%;min-width:0;min-height:2.875rem;color:var(--color-text-primary);background:var(--color-surface-panel);font-family:var(--font-reading-family);outline:0;padding:.65rem .8rem;font-size:.875rem}textarea.staff-field__control{resize:vertical;min-height:7rem}.staff-field__control:focus-visible{border-color:var(--color-focus);box-shadow:0 0 0 3px var(--color-success-soft)}.staff-field__file{padding:.45rem}.staff-field__file::file-selector-button{border:1px solid var(--color-border-soft);border-radius:var(--radius-small);min-height:2rem;color:var(--color-text-primary);background:var(--color-action-secondary);font:inherit;cursor:pointer;margin-right:.75rem;padding:.35rem .65rem;font-weight:700}.staff-field__error{color:var(--color-danger);margin:0;font-size:.75rem}.staff-checkbox{color:var(--color-text-primary);cursor:pointer;align-items:flex-start;gap:.65rem;display:flex}.staff-checkbox input{width:1.1rem;height:1.1rem;accent-color:var(--color-action-primary);flex:none;margin-top:.1rem}.staff-checkbox>span{gap:.15rem;display:grid}.staff-checkbox strong{font-size:.8125rem}.staff-checkbox small{color:var(--color-text-muted);font-size:.6875rem;line-height:1.4}.staff-checkbox-list{display:grid}.staff-checkbox-list .staff-checkbox{border-bottom:1px solid var(--color-border-soft);padding:.9rem 1.25rem}.staff-checkbox-list .staff-checkbox:last-child{border-bottom:0}.staff-fact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:1rem 0 0;display:grid}.staff-fact-grid>div{border:1px solid var(--color-border-soft);border-radius:var(--radius-control);background:var(--color-surface-muted);min-width:0;padding:.8rem}.staff-fact-grid dt{color:var(--color-text-muted);text-transform:uppercase;font-size:.6875rem;font-weight:700}.staff-fact-grid dd{overflow-wrap:anywhere;color:var(--color-text-primary);margin:.25rem 0 0;font-size:.9375rem;font-weight:700}.staff-fact-grid small{color:var(--color-text-muted);margin-top:.2rem;font-size:.6875rem;display:block}.staff-selection-list{display:grid}.staff-selection-button{border:0;border-bottom:1px solid var(--color-border-soft);min-width:0;color:var(--color-text-primary);background:var(--color-transparent);font:inherit;text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1rem;display:flex}.staff-selection-button:last-child{border-bottom:0}.staff-selection-button:hover,.staff-selection-button:focus-visible,.staff-selection-button--selected{background:var(--color-surface-notice)}.staff-selection-button:focus-visible{z-index:1;outline:3px solid var(--color-focus);outline-offset:-3px;position:relative}.staff-selection-button>span{gap:.15rem;min-width:0;display:grid}.staff-selection-button small{color:var(--color-text-muted);font-size:.6875rem}.staff-content-grid{gap:1rem;display:grid}.staff-demo-layout{align-items:start;gap:1rem;display:grid}.staff-demo-library{gap:1rem;min-width:0;display:grid}.staff-demo-feature,.staff-demo-planned{gap:1rem;display:grid}.staff-demo-feature__copy{justify-items:start;gap:.55rem;display:grid}.staff-demo-feature__eyebrow{color:var(--color-action-primary);letter-spacing:.08em;text-transform:uppercase;font-size:.6875rem;font-weight:800}.staff-demo-feature h2,.staff-demo-planned h2{color:var(--color-text-primary);font-family:var(--font-display-family);margin:0;font-size:clamp(1.25rem,5vw,1.65rem);line-height:1.15}.staff-demo-feature p,.staff-demo-planned p{color:var(--color-text-secondary);margin:0;font-size:.875rem;line-height:1.55}.staff-demo-player{border:2px solid var(--color-border-warm);border-radius:var(--radius-control);background:var(--color-text-primary);width:min(100%,20rem);box-shadow:0 3px 0 var(--color-staff-card-depth);margin:0 auto;overflow:hidden}.staff-demo-player video{aspect-ratio:360/740;background:var(--color-text-primary);object-fit:contain;width:100%;height:auto;display:block}.staff-demo-transcript{border-top:1px solid var(--color-border-soft);color:var(--color-text-secondary);padding-top:.85rem;font-size:.8125rem}.staff-demo-transcript summary{min-height:2.75rem;color:var(--color-text-primary);cursor:pointer;align-content:center;font-weight:800}.staff-demo-transcript ol{gap:.55rem;margin:.5rem 0 0;padding-left:1.25rem;line-height:1.5;display:grid}.staff-demo-planned>div{gap:.55rem;display:grid}.staff-demo-planned ul{gap:0;margin:0;padding:0;list-style:none;display:grid}.staff-demo-planned li{border-top:1px solid var(--color-border-soft);min-height:3.5rem;color:var(--color-text-primary);justify-content:space-between;align-items:center;gap:.75rem;font-size:.8125rem;font-weight:700;display:flex}.learning-content-grid{gap:0;display:grid}.learning-content-item{border-bottom:1px solid var(--color-border-soft);background:var(--color-surface-panel);gap:.75rem;min-width:0;padding:1.25rem;display:grid}.learning-content-item:last-child{border-bottom:0}.learning-content-item header{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.learning-content-item__key{color:var(--color-accent-strong);letter-spacing:.08em;text-transform:uppercase;font-size:.6875rem;font-weight:800}.learning-content-item h3,.learning-guard-grid h3{color:var(--color-text-primary);margin:0;font-size:1rem}.learning-content-item p,.learning-guard-grid p{color:var(--color-text-secondary);margin:0;font-size:.8125rem;line-height:1.5}.learning-content-item>small{overflow-wrap:anywhere;color:var(--color-text-muted);font-size:.625rem}.learning-content-item__facts{flex-wrap:wrap;gap:.75rem 1.5rem;margin:0;display:flex}.learning-content-item__facts div{gap:.15rem;display:grid}.learning-content-item__facts dt{color:var(--color-text-muted);text-transform:uppercase;font-size:.625rem}.learning-content-item__facts dd{color:var(--color-text-primary);margin:0;font-size:.875rem;font-weight:800}.score-band-list{display:grid}.score-band-list>div{border-bottom:1px solid var(--color-border-soft);grid-template-columns:4rem minmax(0,1fr);align-items:center;gap:.75rem;padding:.85rem 1.25rem;display:grid}.score-band-list>div:last-child{border-bottom:0}.score-band-list span{color:var(--color-accent-strong);font-size:.75rem;font-weight:800}.score-band-list strong{color:var(--color-text-primary);font-size:.875rem}.learning-guard-grid{display:grid}.learning-guard-grid article{border-bottom:1px solid var(--color-border-soft);gap:.85rem;padding:1rem 1.25rem;display:flex}.learning-guard-grid article:last-child{border-bottom:0}.learning-guard-grid article>span{width:1.75rem;height:1.75rem;color:var(--color-success-strong);background:var(--color-success-soft);border-radius:50%;flex:none;place-items:center;font-weight:800;display:grid}.learning-guard-grid article>div{gap:.25rem;display:grid}.agents-ai-health-list{padding:1.25rem}.agents-ai-processing-card{align-content:start;margin-top:0}.agent-contract-list{margin:0;display:grid}.agent-contract-list>div{border-bottom:1px solid var(--color-border-soft);gap:.2rem;padding:1rem 1.25rem;display:grid}.agent-contract-list>div:last-child{border-bottom:0}.agent-contract-list dt{color:var(--color-text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:.6875rem;font-weight:700}.agent-contract-list dd{color:var(--color-text-primary);margin:0;font-size:1rem;font-weight:800}.agent-contract-list small{color:var(--color-text-secondary);font-size:.75rem;line-height:1.45}.prompt-template-copy{color:var(--color-text-secondary);font-size:.8125rem;line-height:1.55;display:block}.prompt-template-pagination{border-top:1px solid var(--color-border-soft);color:var(--color-text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:.75rem;display:flex}.prompt-template-pagination>div{gap:.5rem;display:flex}.operations-health-list{padding:1.25rem}.operations-tool-grid{gap:1rem;display:grid}.operations-tool-card{align-content:space-between;gap:1.25rem;display:grid}.operations-tool-card>div{gap:.4rem;display:grid}.operations-tool-card p{color:var(--color-action-primary);letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:.6875rem;font-weight:800}.operations-tool-card h2{color:var(--color-text-primary);margin:0;font-size:1.1rem}.operations-tool-card span{color:var(--color-text-secondary);font-size:.8125rem;line-height:1.55}.operations-tool-card .staff-button{width:100%}.operations-game-grid{display:grid}.operations-game-grid article{border-bottom:1px solid var(--color-border-soft);gap:.65rem;padding:1.25rem;display:grid}.operations-game-grid article:last-child{border-bottom:0}.operations-game-grid header{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.operations-game-grid header>span{color:var(--color-action-primary);letter-spacing:.06em;text-transform:uppercase;font-size:.6875rem;font-weight:800}.operations-game-grid h3,.operations-game-grid p{margin:0}.operations-game-grid h3{color:var(--color-text-primary);font-size:1.05rem}.operations-game-grid p{color:var(--color-text-secondary);font-size:.8125rem;line-height:1.5}.operations-game-grid dl{gap:2rem;margin:0;display:flex}.operations-game-grid dl div{gap:.1rem;display:grid}.operations-game-grid dt{color:var(--color-text-muted);text-transform:uppercase;font-size:.625rem}.operations-game-grid dd{color:var(--color-text-primary);margin:0;font-weight:800}.staff-content-section{gap:1rem;display:grid}.staff-insight-priority{border:1px solid var(--color-border-soft)}.staff-insight-priority__reason{color:var(--color-text-secondary);margin:0 0 1rem;font-size:.875rem;line-height:1.55}.staff-disclosure{border:1px solid var(--color-border-soft);border-radius:var(--radius-control);background:var(--color-surface-panel);box-shadow:0 2px 0 var(--color-staff-card-depth);overflow:hidden}.staff-disclosure>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.staff-disclosure>summary:focus-visible{outline:3px solid var(--color-focus);outline-offset:-3px}.staff-disclosure__identity,.staff-disclosure__summary{gap:.2rem;min-width:0;display:grid}.staff-disclosure__identity small,.staff-disclosure__summary small{color:var(--color-text-muted);font-size:.6875rem}.staff-disclosure__identity strong{color:var(--color-text-primary)}.staff-disclosure__summary{justify-items:end}.staff-disclosure__body{border-top:1px solid var(--color-border-soft);background:var(--color-surface-muted);gap:1rem;padding:1.25rem;display:grid}.staff-action-grid{gap:.75rem;margin-top:1rem;display:grid}.staff-action-grid .staff-button{width:100%}.staff-audio-player{gap:.75rem;display:grid}.staff-audio-player .staff-button,.staff-audio-player audio{width:100%}.staff-audio-player p{color:var(--color-danger);margin:0;font-size:.75rem}.staff-form-stack{gap:1rem;margin-top:1.25rem;display:grid}.staff-form-stack--flush{margin-top:0}.staff-form-stack>.staff-button:last-child{width:100%}.staff-directory-toolbar{max-width:30rem;padding:1rem 1.25rem}.staff-directory-toolbar--filters{gap:1rem;max-width:none;display:grid}.staff-directory-statuses{flex-wrap:wrap;gap:.4rem;display:flex}.staff-data-table{display:grid}.staff-data-table__header{display:none}.staff-data-table__body{display:grid}.staff-data-table__row{border-bottom:1px solid var(--color-border-soft);gap:.75rem;padding:1rem 1.25rem;display:grid}.staff-data-table__row:last-child{border-bottom:0}.staff-data-table__cell{grid-template-columns:minmax(6.5rem,.42fr) minmax(0,1fr);align-items:start;gap:.75rem;min-width:0;display:grid}.staff-data-table__mobile-label{color:var(--color-text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:.6875rem;font-weight:700}.staff-data-table__value{overflow-wrap:anywhere;min-width:0;color:var(--color-text-secondary);font-size:.8125rem;line-height:1.45}.staff-data-table__value>:first-child{margin-top:0}.staff-data-table__value>:last-child{margin-bottom:0}.staff-data-table__title{color:var(--color-text-primary);font-family:var(--font-reading-family);margin:0;font-size:.8125rem;line-height:1.4}.staff-primary-value,.staff-data-table__primary{gap:.15rem;display:grid}.staff-primary-value strong,.staff-data-table__primary strong{color:var(--color-text-primary)}.staff-primary-value small,.staff-data-table__primary small{color:var(--color-text-muted);font-size:.6875rem}.staff-data-table__actions{flex-wrap:wrap;gap:.5rem;display:flex}.staff-print-region{gap:1rem;display:grid}.staff-dashboard-error{border-color:var(--color-danger);color:var(--color-danger);background:var(--color-danger-soft);gap:1rem;margin-bottom:1.25rem;display:grid}.staff-dashboard-error strong{font-size:.9375rem;display:block}.staff-dashboard-error p{margin:.3rem 0 0;font-size:.8125rem;line-height:1.5}.staff-dashboard-error .big-button{width:fit-content;min-height:2.75rem;font-family:var(--font-reading-family);font-size:.875rem}.staff-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.staff-metric-card{border:1px solid var(--color-border-soft);border-radius:var(--radius-control);background:var(--color-surface-panel);min-width:0;box-shadow:0 3px 0 var(--color-staff-card-depth);align-content:space-between;gap:1rem;padding:1rem;display:grid}.staff-metric-card__icon{width:2.5rem;height:2.5rem;color:var(--color-action-primary);background:var(--color-surface-notice);border-radius:.75rem;place-items:center;display:grid}.staff-metric-card__icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:1.4rem;height:1.4rem}.staff-metric-card p{color:var(--color-text-muted);margin:0;font-size:.75rem;font-weight:650;line-height:1.35}.staff-metric-card strong{color:var(--color-text-primary);font-family:var(--font-display-family);margin-top:.3rem;font-size:clamp(1.65rem,7vw,2rem);line-height:1;display:block}.staff-metric-card small{color:var(--color-text-muted);margin-top:.35rem;font-size:.6875rem;line-height:1.35;display:block}.staff-dashboard-grid{gap:1rem;margin-top:1rem;display:grid}.staff-data-card{border-radius:var(--radius-control);box-shadow:0 3px 0 var(--color-staff-card-depth)}.staff-speech-setting{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem 1.5rem;margin-top:1rem;display:grid}.staff-speech-setting__copy{min-width:0}.staff-speech-setting__eyebrow{color:var(--color-action-primary);letter-spacing:.06em;text-transform:uppercase;margin:0 0 .3rem;font-size:.6875rem;font-weight:700}.staff-speech-setting__title-row{flex-wrap:wrap;align-items:center;gap:.55rem;display:flex}.staff-speech-setting__title-row h2{color:var(--color-text-primary);font-family:var(--font-reading-family);margin:0;font-size:1.05rem;line-height:1.3}.staff-speech-setting__copy>p:last-child,.staff-setting-confirmation p{max-width:54rem;color:var(--color-text-secondary);margin:.45rem 0 0;font-size:.82rem;line-height:1.55}.staff-setting-status{border-radius:var(--radius-pill);letter-spacing:.05em;text-transform:uppercase;padding:.26rem .55rem;font-size:.6875rem;font-weight:750}.staff-setting-status--enabled{color:var(--color-success);background:var(--color-success-soft)}.staff-setting-status--disabled{color:var(--color-text-muted);background:var(--color-surface-muted)}.staff-setting-switch{border:2px solid var(--color-border-strong);border-radius:var(--radius-pill);width:3.4rem;height:1.9rem;color:var(--color-text-muted);background:var(--color-surface-muted);cursor:pointer;padding:.15rem;transition:background .16s,border-color .16s;position:relative}.staff-setting-switch>span{background:currentColor;border-radius:50%;width:1.3rem;height:1.3rem;transition:transform .18s;display:block;transform:translate(0)}.staff-setting-switch[aria-checked=true]{border-color:var(--color-success);color:var(--color-text-on-action);background:var(--color-success)}.staff-setting-switch[aria-checked=true]>span{transform:translate(1.45rem)}.staff-setting-switch:focus-visible{outline:3px solid var(--color-focus);outline-offset:3px}.staff-setting-switch:disabled{cursor:not-allowed;opacity:.55}.staff-setting-confirmation{border:1px solid var(--color-border-soft);border-radius:var(--radius-notice);background:var(--color-surface-notice);flex-wrap:wrap;grid-column:1/-1;justify-content:space-between;gap:1rem;padding:.9rem;display:flex}.staff-setting-confirmation strong{color:var(--color-text-primary);font-size:.88rem}.staff-setting-confirmation__actions{flex:none;align-items:center;gap:.65rem;display:flex}.staff-setting-confirmation__actions .big-button{width:auto;min-height:2.7rem;font-family:var(--font-reading-family);font-size:.78rem}.staff-setting-message{color:var(--color-success);grid-column:1/-1;margin:0;font-size:.78rem;font-weight:650}.staff-setting-message--error{color:var(--color-danger)}.staff-lightweight-mode{margin-top:1rem}.staff-lightweight-mode__children{border-top:1px solid var(--color-border-soft);grid-column:1/-1;gap:.65rem;padding-top:1rem;display:grid}.staff-lightweight-mode__children>div{border:1px solid var(--color-border-soft);border-radius:var(--radius-control);background:var(--color-surface-muted);justify-content:space-between;align-items:center;gap:1rem;padding:.75rem .85rem;display:flex}.staff-lightweight-mode__children strong{color:var(--color-text-primary);font-size:.86rem}.staff-lightweight-mode__children p{color:var(--color-text-secondary);margin:.2rem 0 0;font-size:.76rem;line-height:1.45}.staff-data-card__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.staff-data-card__header p{color:var(--color-action-primary);letter-spacing:.06em;text-transform:uppercase;margin:0 0 .3rem;font-size:.6875rem;font-weight:700}.staff-data-card__header h2{color:var(--color-text-primary);font-family:var(--font-reading-family);margin:0;font-size:1.05rem;line-height:1.3}.staff-data-card__header>span{border-radius:var(--radius-pill);color:var(--color-text-muted);background:var(--color-surface-muted);flex:none;padding:.35rem .65rem;font-size:.6875rem;font-weight:650}.staff-page-portals__layout{gap:1rem;display:grid}.staff-portal-learner,.staff-portal-destinations{align-self:start}.staff-portal-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:0;display:grid}.staff-portal-facts>div{border:1px solid var(--color-border-soft);border-radius:var(--radius-notice);background:var(--color-surface-muted);min-width:0;padding:.9rem}.staff-portal-facts dt{color:var(--color-text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:.7rem;font-weight:700}.staff-portal-facts dd{overflow-wrap:anywhere;color:var(--color-text-primary);margin:.35rem 0 0;font-size:.875rem;font-weight:700;line-height:1.4}.staff-portal-safeguard{color:var(--color-text-secondary);gap:.3rem;margin-top:1rem;display:grid}.staff-portal-safeguard strong{color:var(--color-text-primary);font-size:.875rem}.staff-portal-safeguard span,.staff-portal-confirm p,.staff-portal-note,.staff-portal-placeholder p{font-size:.78rem;line-height:1.55}.staff-portal-reset{width:100%;font-family:var(--font-reading-family);margin-top:1rem;font-size:.875rem}.staff-portal-confirm{border:1px solid var(--color-warning);border-radius:var(--radius-notice);background:var(--color-warning-soft);gap:1rem;margin-top:1rem;padding:1rem;display:grid}.staff-portal-confirm strong{color:var(--color-text-primary);font-size:.9rem}.staff-portal-confirm p{color:var(--color-text-secondary);margin:.3rem 0 0}.staff-portal-confirm__actions{flex-wrap:wrap;justify-content:flex-end;gap:.65rem;display:flex}.staff-portal-confirm__actions .big-button{min-height:2.8rem;font-family:var(--font-reading-family);font-size:.8rem}.staff-portal-success,.staff-portal-error{margin:.8rem 0 0;font-size:.8rem;font-weight:700}.staff-portal-success{color:var(--color-success)}.staff-portal-error{color:var(--color-danger)}.staff-portal-target-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,13rem),1fr));gap:.75rem;display:grid}.staff-portal-target{border:1px solid var(--color-border-soft);border-radius:var(--radius-control);background:var(--color-surface-muted);align-content:space-between;gap:.9rem;min-width:0;padding:.9rem;display:grid}.staff-portal-target span{color:var(--color-action-primary);font-size:var(--font-support);letter-spacing:.04em;text-transform:uppercase;font-weight:750}.staff-portal-target h3{color:var(--color-text-primary);font-size:var(--font-body);margin:.28rem 0 0}.staff-portal-target p{color:var(--color-text-secondary);font-size:var(--font-support);margin:.35rem 0 0;line-height:1.5}.staff-portal-target .big-button{width:100%;min-height:2.8rem;font-family:var(--font-reading-family);font-size:var(--font-support)}.staff-portal-placeholder{border:1px dashed var(--color-border-strong);border-radius:var(--radius-control);background:var(--color-surface-muted);grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.9rem;padding:1rem;display:grid}.staff-portal-placeholder__mark{border-radius:var(--radius-pill);width:2.3rem;height:2.3rem;color:var(--color-text-muted);background:var(--color-surface-panel);place-items:center;font-size:1.1rem;font-weight:700;display:grid}.staff-portal-placeholder strong{color:var(--color-text-primary);font-size:.9rem}.staff-portal-placeholder p{color:var(--color-text-secondary);margin:.3rem 0 0}.staff-portal-note{color:var(--color-text-muted);margin:1rem 0 0}.speech-model-badge{border:1px solid var(--color-border-soft);border-radius:var(--radius-pill);align-items:center;width:fit-content;min-height:2.25rem;padding:.4rem .8rem;font-size:.75rem;font-weight:700;display:inline-flex}.speech-model-badge--ready{border-color:var(--color-success);color:var(--color-success);background:var(--color-success-soft)}.speech-model-badge--offline{border-color:var(--color-danger);color:var(--color-danger);background:var(--color-danger-soft)}.speech-sandbox-layout{gap:1rem;display:grid}.speech-sandbox-input,.speech-sandbox-result{align-self:start;min-width:0}.speech-sandbox-field,.speech-sandbox-field-row{gap:.45rem;display:grid}.speech-sandbox-field-row{grid-template-columns:repeat(auto-fit,minmax(min(100%,13rem),1fr));gap:.75rem}.speech-sandbox-field+.speech-sandbox-field,.speech-sandbox-field-row+.speech-sandbox-field,.speech-sandbox-field+.speech-capture,.speech-sandbox-field-row+.speech-sandbox-field{margin-top:1rem}.speech-sandbox-field>span{color:var(--color-text-secondary);font-size:.75rem;font-weight:700}.speech-sandbox-field input,.speech-sandbox-field select,.speech-sandbox-field textarea{border:1px solid var(--color-border-strong);border-radius:var(--radius-notice);width:100%;color:var(--color-text-primary);background:var(--color-surface-panel);font:inherit;padding:.75rem .85rem;line-height:1.5}.speech-sandbox-field textarea{resize:vertical}.speech-sandbox-field input:focus-visible,.speech-sandbox-field select:focus-visible,.speech-sandbox-field textarea:focus-visible,.speech-capture__upload:focus-within,.speech-capture__preview button:focus-visible{outline:3px solid var(--color-focus);outline-offset:2px}.speech-capture{border:1px solid var(--color-border-soft);border-radius:var(--radius-control);background:var(--color-surface-muted);gap:.85rem;margin-top:1rem;padding:1rem;display:grid}.speech-capture__actions{flex-wrap:wrap;gap:.75rem;display:flex}.speech-capture__actions .big-button,.speech-capture__upload{min-height:3rem;font-family:var(--font-reading-family);flex:11rem;font-size:.82rem}.speech-capture__upload{border:1px solid var(--color-border-strong);border-radius:var(--radius-control);color:var(--color-text-primary);background:var(--color-action-secondary);box-shadow:0 3px 0 var(--color-staff-card-depth);cursor:pointer;place-items:center;padding:.65rem .9rem;font-weight:700;display:grid;position:relative;overflow:hidden}.speech-capture__upload:active{box-shadow:0 1px 0 var(--color-staff-card-depth);transform:translateY(2px)}.speech-capture__upload input{opacity:0;width:1px;height:1px;position:absolute}.speech-capture__empty,.speech-capture__recording,.speech-capture__error,.speech-sandbox-error,.speech-sandbox-success,.speech-review-locked{margin:0;font-size:.78rem;line-height:1.55}.speech-capture__empty{color:var(--color-text-muted)}.speech-capture__recording,.speech-sandbox-success{color:var(--color-success);font-weight:700}.speech-capture__error,.speech-sandbox-error{color:var(--color-danger);font-weight:700}.speech-capture__preview{gap:.7rem;display:grid}.speech-capture__preview>div{justify-content:space-between;align-items:center;gap:.75rem;min-width:0;display:flex}.speech-capture__preview strong{color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;overflow:hidden}.speech-capture__preview span{color:var(--color-text-muted);flex:none;font-size:.7rem}.speech-capture__preview audio{width:100%}.speech-capture__preview button{width:fit-content;color:var(--color-danger);background:var(--color-transparent);font:inherit;cursor:pointer;border:0;padding:0;font-size:.75rem;font-weight:700}.speech-sandbox-run{width:100%;font-family:var(--font-reading-family);margin-top:1rem;font-size:.9rem}.speech-sandbox-input>.speech-sandbox-error,.speech-equivalence-authoring>.speech-sandbox-error,.speech-equivalence-authoring>.speech-sandbox-success{margin-top:.8rem}.speech-sandbox-empty{border:1px dashed var(--color-border-strong);border-radius:var(--radius-control);min-height:12rem;color:var(--color-text-muted);background:var(--color-surface-muted);text-align:center;place-content:center;gap:.45rem;padding:1.25rem;display:grid}.speech-sandbox-empty strong{color:var(--color-text-primary);font-size:.95rem}.speech-sandbox-empty p{max-width:35ch;margin:0;font-size:.78rem;line-height:1.55}.speech-result-hero{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.speech-result-hero>div,.speech-transcript-pair>div{border:1px solid var(--color-border-soft);border-radius:var(--radius-notice);background:var(--color-surface-muted);min-width:0;padding:.85rem}.speech-result-hero span,.speech-transcript-pair span{color:var(--color-text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:.68rem;font-weight:700}.speech-result-hero strong{overflow-wrap:anywhere;color:var(--color-text-primary);font-family:var(--font-display-family);margin-top:.35rem;font-size:1rem;display:block}.speech-evidence-section,.speech-equivalence-authoring{border-top:1px solid var(--color-border-soft);margin-top:1.25rem;padding-top:1.1rem}.speech-evidence-section h3,.speech-equivalence-authoring h3{color:var(--color-text-primary);margin:0 0 .8rem;font-size:.9rem}.speech-probability-list{gap:.7rem;display:grid}.speech-probability>div{color:var(--color-text-secondary);justify-content:space-between;gap:1rem;margin-bottom:.3rem;font-size:.72rem;display:flex}.speech-probability progress{width:100%;height:.65rem;accent-color:var(--color-staff-chart-fill)}.speech-class-grid{grid-template-columns:repeat(auto-fit,minmax(4.3rem,1fr));gap:.45rem;display:grid}.speech-class-grid>div{border:1px solid var(--color-border-soft);border-radius:var(--radius-notice);background:var(--color-surface-muted);gap:.2rem;padding:.55rem;display:grid}.speech-class-grid span{color:var(--color-text-muted);font-size:.65rem;font-weight:700}.speech-class-grid strong{color:var(--color-text-primary);font-size:.72rem}.speech-audio-quality p,.speech-comparison-summary,.speech-review-decision p,.speech-equivalence-authoring>p{color:var(--color-text-secondary);margin:.35rem 0 0;font-size:.75rem;line-height:1.55}.speech-transcript-pair{gap:.75rem;display:grid}.speech-transcript-pair p{overflow-wrap:anywhere;color:var(--color-text-primary);margin:.5rem 0 0;font-size:.82rem;line-height:1.6}.speech-difference-list{flex-wrap:wrap;gap:.45rem;display:flex}.speech-difference{border:1px solid var(--color-border-soft);border-radius:var(--radius-pill);color:var(--color-text-secondary);background:var(--color-surface-muted);padding:.4rem .6rem;font-size:.7rem;font-weight:700}.speech-difference--match{border-color:var(--color-success);color:var(--color-success);background:var(--color-success-soft)}.speech-difference--insertion,.speech-difference--omission,.speech-difference--substitution{border-color:var(--color-warning);color:var(--color-warning);background:var(--color-warning-soft)}.speech-segment-list{gap:.55rem;display:grid}.speech-segment-list>div{border-bottom:1px solid var(--color-border-soft);grid-template-columns:6rem minmax(0,1fr);gap:.75rem;padding-bottom:.55rem;display:grid}.speech-segment-list span{color:var(--color-text-muted);font-size:.68rem}.speech-segment-list strong{color:var(--color-text-primary);font-size:.76rem;line-height:1.45}.speech-review-decision>div{flex-wrap:wrap;gap:.7rem;margin-top:.85rem;display:flex}.speech-review-decision .big-button,.speech-equivalence-authoring .big-button{min-height:3rem;font-family:var(--font-reading-family);flex:11rem;font-size:.8rem}.speech-equivalence-authoring{border:1px solid var(--color-border-warm);border-radius:var(--radius-control);background:var(--color-surface-notice);padding:1rem}.speech-equivalence-authoring .speech-sandbox-field-row,.speech-equivalence-authoring .speech-sandbox-field{margin-top:.9rem}.speech-review-locked{border:1px solid var(--color-warning);border-radius:var(--radius-notice);color:var(--color-warning);background:var(--color-warning-soft);margin-top:1rem;padding:.85rem;font-weight:700}.speech-content-selection-note{color:var(--color-text-muted);margin:.6rem 0 0;font-size:.72rem;line-height:1.5}.speech-sandbox-field textarea:read-only,.speech-sandbox-field select:disabled{color:var(--color-text-secondary);background:var(--color-surface-muted);cursor:not-allowed}.equivalence-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:1rem;display:grid}.equivalence-summary>.surface{border-radius:var(--radius-control);box-shadow:0 3px 0 var(--color-staff-card-depth);gap:.35rem;display:grid}.equivalence-summary span{color:var(--color-text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:.68rem;font-weight:700}.equivalence-summary strong{color:var(--color-text-primary);font-family:var(--font-display-family);font-size:1.35rem}.equivalence-workspace{margin-top:1rem}.equivalence-filters{gap:.75rem;margin-bottom:1rem;display:grid}.equivalence-table-scroll{border:1px solid var(--color-border-soft);border-radius:var(--radius-control);background:var(--color-surface-panel);overflow-x:auto}.equivalence-table{border-collapse:collapse;width:100%;min-width:58rem;color:var(--color-text-secondary);font-size:.72rem}.equivalence-table th,.equivalence-table td{text-align:left;vertical-align:middle;padding:.7rem .8rem}.equivalence-table th{color:var(--color-text-muted);background:var(--color-surface-muted);letter-spacing:.05em;text-transform:uppercase;font-size:.63rem;font-weight:750;position:sticky;top:0}.equivalence-table tbody tr{border-top:1px solid var(--color-border-soft)}.equivalence-table tbody tr:hover{background:var(--color-surface-notice)}.equivalence-table__row--inactive{background:var(--color-surface-muted);opacity:.74}.equivalence-table td>strong{overflow-wrap:anywhere;max-width:20rem;color:var(--color-text-primary);font-size:.76rem;display:block}.equivalence-table__status{border-radius:var(--radius-pill);text-transform:uppercase;padding:.28rem .5rem;font-size:.62rem;font-weight:750;display:inline-block}.equivalence-table__status--active{color:var(--color-success);background:var(--color-success-soft)}.equivalence-table__status--inactive{color:var(--color-text-muted);background:var(--color-surface-page)}.equivalence-table__author{gap:.18rem;min-width:9rem;display:grid}.equivalence-table__author strong{color:var(--color-text-secondary);font-size:.68rem}.equivalence-table__author small{color:var(--color-text-muted);font-size:.6rem}.equivalence-table .equivalence-table__action{width:auto;min-width:7rem;min-height:2.35rem;font-family:var(--font-reading-family);box-shadow:0 2px 0 var(--color-staff-card-depth);padding:.45rem .65rem;font-size:.66rem}.confusion-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1rem;display:grid}.confusion-summary>.surface{border-radius:var(--radius-control);box-shadow:0 3px 0 var(--color-staff-card-depth);gap:.35rem;display:grid}.confusion-summary span{color:var(--color-text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:.68rem;font-weight:700}.confusion-summary strong{color:var(--color-text-primary);font-family:var(--font-display-family);font-size:clamp(1.15rem,4vw,1.45rem)}.confusion-workspace,.confusion-pairs,.binary-confusion{min-width:0;margin-top:1rem}.binary-confusion__layout{gap:1rem;display:grid}.binary-confusion__matrix{grid-template-columns:minmax(5.5rem,.85fr) repeat(2,minmax(5.5rem,1fr));gap:.4rem;min-width:0;display:grid}.binary-confusion__matrix>strong{min-height:2.75rem;color:var(--color-text-muted);text-align:center;text-transform:uppercase;place-items:center;padding:.45rem;font-size:.62rem;line-height:1.35;display:grid}.binary-confusion__cell{border:1px solid var(--color-border-soft);border-radius:var(--radius-control);place-items:center;min-height:5.25rem;padding:.65rem;display:grid}.binary-confusion__cell span{letter-spacing:.05em;font-size:.65rem;font-weight:800}.binary-confusion__cell strong{font-family:var(--font-display-family);font-size:clamp(1.3rem,6vw,1.8rem)}.binary-confusion__cell--good{color:var(--color-success);background:var(--color-success-soft)}.binary-confusion__cell--bad{color:var(--color-danger);background:var(--color-danger-soft)}.binary-confusion__metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin:0;display:grid}.binary-confusion__metrics div,.binary-confusion__sources div{border:1px solid var(--color-border-soft);border-radius:var(--radius-control);background:var(--color-surface-muted);gap:.2rem;padding:.7rem;display:grid}.binary-confusion__metrics dt,.binary-confusion__sources strong{color:var(--color-text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:.62rem;font-weight:800}.binary-confusion__metrics dd{color:var(--color-text-primary);font-family:var(--font-display-family);margin:0;font-size:.9rem}.binary-confusion__sources{gap:.55rem;margin-top:1rem;display:grid}.binary-confusion__sources span{color:var(--color-text-secondary);font-size:.68rem;line-height:1.45}@media (width>=48rem){.staff-directory-toolbar--filters{grid-template-columns:minmax(15rem,1.5fr) minmax(10rem,.75fr)}.staff-directory-toolbar--three{grid-template-columns:minmax(14rem,1.4fr) minmax(9rem,.75fr) minmax(11rem,.9fr)}.binary-confusion__layout{grid-template-columns:minmax(24rem,1.5fr) minmax(15rem,1fr);align-items:start}.binary-confusion__metrics{grid-template-columns:1fr}.binary-confusion__sources{grid-template-columns:repeat(2,minmax(0,1fr))}}.confusion-filters{gap:.75rem;margin-bottom:1rem;display:grid}.confusion-axis-note{color:var(--color-text-muted);margin:0 0 .75rem;font-size:.72rem;line-height:1.5}.confusion-matrix-scroll{border:1px solid var(--color-border-soft);border-radius:var(--radius-control);background:var(--color-surface-panel);scrollbar-gutter:stable;max-height:min(64vh,44rem);overflow:auto}.confusion-matrix-scroll:focus-visible{outline:3px solid var(--color-focus);outline-offset:2px}.confusion-matrix-table{border-spacing:0;border-collapse:separate;width:max-content;min-width:100%;color:var(--color-text-secondary);font-size:.66rem}.confusion-matrix-table th,.confusion-matrix-table td{border-right:1px solid var(--color-border-soft);border-bottom:1px solid var(--color-border-soft)}.confusion-matrix-table thead th{z-index:2;width:2.65rem;min-width:2.65rem;height:7rem;color:var(--color-text-muted);background:var(--color-surface-muted);text-align:left;text-transform:none;vertical-align:bottom;writing-mode:vertical-rl;padding:.5rem;font-size:.62rem;font-weight:750;position:sticky;top:0;transform:rotate(180deg)}.confusion-matrix-table tbody th{z-index:1;min-width:7.5rem;max-width:7.5rem;color:var(--color-text-primary);background:var(--color-surface-muted);text-align:right;text-overflow:ellipsis;white-space:nowrap;padding:.6rem .7rem;font-size:.66rem;font-weight:750;position:sticky;left:0;overflow:hidden}.confusion-matrix-table thead .confusion-matrix-table__corner{z-index:3;text-align:right;vertical-align:middle;white-space:nowrap;writing-mode:horizontal-tb;width:7.5rem;min-width:7.5rem;height:auto;padding:.65rem;left:0;transform:none}.confusion-matrix-table__cell{font-variant-numeric:tabular-nums;text-align:center;width:2.65rem;min-width:2.65rem;height:2.65rem;padding:.25rem;font-weight:750}.confusion-matrix-table__cell--empty{color:var(--color-text-muted);background:var(--color-surface-panel)}.confusion-matrix-table__cell--match{color:var(--color-success);background:var(--color-success-soft)}.confusion-matrix-table__cell--confusion{color:var(--color-danger);background:var(--color-danger-soft)}.confusion-matrix-table tbody tr:hover th,.confusion-matrix-table tbody tr:hover .confusion-matrix-table__cell--empty{background:var(--color-surface-notice)}.confusion-pairs__table-scroll{border:1px solid var(--color-border-soft);border-radius:var(--radius-control);overflow-x:auto}.confusion-pairs table{border-collapse:collapse;width:100%;min-width:28rem;color:var(--color-text-secondary);font-size:.72rem}.confusion-pairs th,.confusion-pairs td{text-align:left;padding:.7rem .8rem}.confusion-pairs th{color:var(--color-text-muted);background:var(--color-surface-muted);letter-spacing:.05em;text-transform:uppercase;font-size:.63rem;font-weight:750}.confusion-pairs tbody tr{border-top:1px solid var(--color-border-soft)}.confusion-pairs tbody tr:hover{background:var(--color-surface-notice)}.staff-session-required{background:var(--color-staff-workspace);place-items:center;min-height:100svh;padding:1rem;display:grid}.staff-session-required>.surface{width:min(100%,32rem)}.staff-session-required h1{font-family:var(--font-display-family);margin:0;font-size:1.6rem}.staff-session-required p{color:var(--color-text-secondary);margin:.75rem 0 1.25rem;line-height:1.55}@media (width>=64rem){.staff-page-portals__layout{grid-template-columns:minmax(0,1.05fr) minmax(20rem,.95fr)}.speech-sandbox-layout{grid-template-columns:minmax(22rem,.85fr) minmax(0,1.15fr)}.speech-transcript-pair{grid-template-columns:repeat(2,minmax(0,1fr))}}.staff-distribution-list{gap:1rem;display:grid}.staff-distribution{gap:.45rem;display:grid}.staff-distribution__label{color:var(--color-text-secondary);justify-content:space-between;align-items:center;gap:1rem;font-size:.8125rem;display:flex}.staff-distribution__label strong{color:var(--color-text-primary)}.staff-distribution__track{border-radius:var(--radius-pill);background:var(--color-staff-chart-track);height:.625rem;overflow:hidden}.staff-distribution__track span{width:var(--staff-distribution-width);border-radius:inherit;background:var(--color-staff-chart-fill);min-width:0;height:100%;display:block}.staff-health-list,.staff-action-list{display:grid}.staff-health-item{border-top:1px solid var(--color-border-soft);grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.7rem;padding:.9rem 0;display:grid}.staff-health-item:first-child,.staff-action-item:first-child{border-top:0;padding-top:0}.staff-health-item:last-child,.staff-action-item:last-child{padding-bottom:0}.staff-health-item__dot{border-radius:50%;width:.7rem;height:.7rem;margin-top:.25rem}.staff-health-item__dot--online{background:var(--color-success)}.staff-health-item__dot--not_configured,.staff-health-item__dot--degraded{background:var(--color-warning)}.staff-health-item__dot--offline{background:var(--color-danger)}.staff-health-item strong{color:var(--color-text-primary);font-size:.875rem;display:block}.staff-health-item p{color:var(--color-text-muted);margin:.25rem 0 0;font-size:.75rem;line-height:1.5}.staff-health-status{border-radius:var(--radius-pill);text-transform:uppercase;grid-column:2;width:fit-content;padding:.3rem .55rem;font-size:.625rem;font-weight:700}.staff-health-status--online{color:var(--color-success);background:var(--color-success-soft)}.staff-health-status--not_configured,.staff-health-status--degraded{color:var(--color-warning);background:var(--color-warning-soft)}.staff-health-status--offline{color:var(--color-danger);background:var(--color-danger-soft)}.staff-empty-state{border:1px dashed var(--color-border-warm);border-radius:var(--radius-control);background:var(--color-surface-muted);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:1rem;padding:1rem;display:grid}.staff-empty-state>span{width:2.75rem;height:2.75rem;color:var(--color-text-muted);background:var(--color-surface-panel);font-family:var(--font-display-family);border-radius:.75rem;place-items:center;font-size:1.25rem;font-weight:700;display:grid}.staff-empty-state strong{color:var(--color-text-primary);font-size:.875rem;display:block}.staff-empty-state p{color:var(--color-text-muted);margin:.3rem 0 0;font-size:.75rem;line-height:1.5}.staff-action-item{border-top:1px solid var(--color-border-soft);grid-template-columns:auto minmax(0,1fr);gap:.75rem;padding:.9rem 0;display:grid}.staff-action-item__marker{border:2px solid var(--color-action-primary);background:var(--color-surface-panel);border-radius:50%;width:.75rem;height:.75rem;margin-top:.25rem}.staff-action-item strong{color:var(--color-text-primary);font-size:.8125rem;line-height:1.45;display:block}.staff-action-item p{color:var(--color-text-muted);margin:.3rem 0 0;font-size:.6875rem;line-height:1.45}.staff-loading-block{border-radius:var(--radius-control);background:var(--color-surface-muted);min-height:8rem}.staff-form-notice{color:var(--color-text-secondary);gap:.25rem;font-size:.8125rem;line-height:1.45;display:grid}.staff-form-notice--error{border-color:var(--color-danger);color:var(--color-danger);background:var(--color-danger-soft)}.staff-form-notice--success{border-color:var(--color-success);color:var(--color-success);background:var(--color-success-soft)}.staff-session-required-page{min-height:100svh;padding-top:max(1rem, env(safe-area-inset-top));padding-right:max(1rem, env(safe-area-inset-right));padding-bottom:max(1.5rem, env(safe-area-inset-bottom));padding-left:max(1rem, env(safe-area-inset-left));background-color:var(--color-surface-page);background-image:var(--asset-home-background-mobile);background-position:50%;background-repeat:no-repeat;background-size:cover;place-items:center;display:grid}.staff-session-required h1{color:var(--color-text-primary);font-family:var(--font-display-family);margin:0;font-size:clamp(1.875rem,8vw,2.5rem);line-height:1.1}.staff-session-required p{color:var(--color-text-secondary);margin:.65rem 0 0;font-size:.9375rem;line-height:1.6}.staff-session-required{text-align:center;justify-items:center;display:grid}.staff-session-required .big-button{width:min(100%,22rem);margin-top:1.25rem}.staff-session-required{border-radius:var(--radius-panel);width:min(100%,38rem);box-shadow:var(--shadow-panel-depth)}.staff-school-setup-card{width:min(100%,35rem)}.staff-school-setup-card__panel{gap:1rem;display:grid}.staff-school-setup-card .staff-page-header{text-align:center;margin-bottom:0}.staff-school-setup-card .staff-page-header>div>p:last-child{margin-top:.5rem;line-height:1.45}.staff-school-setup-card .staff-notice{text-align:center}.staff-school-setup-card .staff-form-stack{gap:.875rem;margin-top:0}.staff-school-setup-card__panel>.staff-button{width:100%;margin:0}.staff-metric-grid--school{grid-template-columns:1fr}.staff-quick-links{border-radius:var(--radius-control);box-shadow:0 3px 0 var(--color-staff-card-depth)}.staff-quick-links__grid{gap:.75rem;display:grid}.staff-quick-links__grid .big-button{border-color:var(--color-border-soft);width:100%;min-height:3rem;color:var(--color-text-muted);box-shadow:0 2px 0 var(--color-staff-card-depth);font-family:var(--font-reading-family);font-size:.8125rem}.route-transition{z-index:100;touch-action:none;pointer-events:auto;cursor:none;width:100%;height:100svh;position:fixed;inset:0;overflow:hidden}.route-transition__canvas{width:100%;height:100%;display:block}.route-transition__white-cover{aspect-ratio:1;background:var(--color-link-start-fixed-cover);border-radius:50%;width:220vmax;animation:3s cubic-bezier(.2,.8,.2,1) both route-transition-white-cover;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}@keyframes route-transition-white-cover{0%{opacity:1;transform:translate(-50%,-50%)scale(0)}84.1667%{opacity:1;transform:translate(-50%,-50%)scale(1)}90%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(1)}}.home-page{isolation:isolate;overscroll-behavior:none;width:100%;height:100svh;min-height:30rem;padding-top:max(1.5rem, env(safe-area-inset-top));padding-right:max(1rem, env(safe-area-inset-right));padding-bottom:max(1.5rem, env(safe-area-inset-bottom));padding-left:max(1rem, env(safe-area-inset-left));-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;place-items:center;display:grid;position:relative;overflow:hidden}.home-page__actions{border:3px solid var(--color-border-strong);background:var(--color-surface-panel);width:min(100%,23rem);box-shadow:0 8px 0 var(--color-frame-depth);border-radius:2rem;justify-items:stretch;gap:clamp(1rem,3vh,1.25rem);padding:clamp(1.25rem,5vw,1.75rem);display:grid}.home-page__read-button{width:100%;font-size:clamp(1.75rem,8vw,2.25rem)}.home-page__read-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5px;flex:none;width:clamp(2rem,9vw,2.5rem);height:clamp(2rem,9vw,2.5rem)}.home-page__staff-button{justify-self:center;min-width:9.5rem}.home-page__about-trigger{bottom:max(.65rem, env(safe-area-inset-bottom));z-index:2;border:2px solid var(--color-border-warm);border-radius:var(--radius-pill);min-height:2.5rem;color:var(--color-text-primary);background:var(--color-surface-panel);box-shadow:0 3px 0 var(--color-frame-depth);font-family:var(--font-display-family);white-space:nowrap;cursor:pointer;padding:.35rem .85rem;font-size:clamp(.85rem,3.5vw,1rem);font-weight:700;position:absolute;left:50%;transform:translate(-50%)}.home-page__about-trigger:active{box-shadow:0 1px 0 var(--color-frame-depth);transform:translate(-50%,2px)}.home-page__about-trigger:focus-visible,.home-about__header button:focus-visible{outline:3px solid var(--color-focus);outline-offset:3px}.home-about__backdrop{z-index:80;padding:max(.6rem, env(safe-area-inset-top)) max(.6rem, env(safe-area-inset-right)) max(.6rem, env(safe-area-inset-bottom)) max(.6rem, env(safe-area-inset-left));background:var(--color-text-primary);place-items:center;display:grid;position:fixed;inset:0}@supports (color:color-mix(in lab, red, red)){.home-about__backdrop{background:color-mix(in srgb, var(--color-text-primary) 68%, transparent)}}.home-about__backdrop{-webkit-user-select:text;user-select:text}.home-about{border:3px solid var(--color-border-strong);border-radius:var(--radius-frame);background:var(--color-surface-panel);width:min(100%,52rem);height:min(100%,48rem);box-shadow:0 8px 0 var(--color-frame-depth);grid-template-rows:auto minmax(0,1fr);display:grid;overflow:hidden}.home-about__header{border-bottom:2px solid var(--color-border-warm);background:var(--color-surface-notice);justify-content:space-between;align-items:center;gap:1rem;padding:clamp(.65rem,2vw,.9rem) clamp(.75rem,3vw,1.15rem);display:flex}.home-about__header span,.home-about__header h2{margin:0}.home-about__header div>span{color:var(--color-action-primary);font-family:var(--font-display-family);font-size:var(--font-support);text-transform:uppercase}.home-about__header h2{font-family:var(--font-display-family);font-size:clamp(1.65rem, 7vw, var(--font-panel-title));line-height:1}.home-about__header button{aspect-ratio:1;border:2px solid var(--color-border-strong);width:2.6rem;color:var(--color-text-primary);background:var(--color-action-secondary);box-shadow:0 3px 0 var(--color-border-warm);font-family:var(--font-interface-family);cursor:pointer;border-radius:50%;flex:none;place-items:center;padding:0;font-size:1.65rem;line-height:1;display:grid}.home-about__content{overscroll-behavior:contain;color:var(--color-text-primary);font-family:var(--font-reading-family);align-content:start;gap:clamp(.8rem,2.5vw,1.25rem);padding:clamp(.8rem,3vw,1.4rem);font-size:clamp(.88rem,2.8vw,1rem);line-height:1.55;display:grid;overflow-y:auto}.home-about__content section{border:2px solid var(--color-border-soft);border-radius:var(--radius-notice);background:var(--color-surface-panel);box-shadow:0 4px 0 var(--color-border-warm);padding:clamp(.75rem,2.5vw,1.1rem)}.home-about__content h3{color:var(--color-action-primary);font-family:var(--font-display-family);margin:0 0 .45rem;font-size:clamp(1.25rem,5vw,1.6rem);line-height:1}.home-about__content p{margin:.5rem 0 0}.home-about__content ul{margin:.5rem 0 0;padding-left:1.25rem}.home-about__content li+li{margin-top:.25rem}.home-about__research-title{border-left:4px solid var(--color-action-primary);background:var(--color-surface-notice);padding:.45rem .65rem;font-weight:700}.home-about__facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin:0;display:grid}.home-about__facts div{border:1px solid var(--color-border-soft);border-radius:var(--radius-control);background:var(--color-surface-notice);padding:.55rem .65rem}.home-about__facts div:first-child{grid-column:1/-1}.home-about__facts dt{color:var(--color-text-secondary);font-family:var(--font-display-family);font-size:var(--font-support);text-transform:uppercase}.home-about__facts dd{margin:.15rem 0 0}.home-about__team{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.4rem,2vw,.8rem);margin-top:.8rem;display:grid}.home-about__team article{border:2px solid var(--color-border-warm);border-radius:var(--radius-notice);background:var(--color-surface-notice);text-align:center;justify-items:center;gap:.25rem;min-width:0;padding:clamp(.4rem,1.8vw,.7rem);display:grid}.home-about__team img{aspect-ratio:1;border:3px solid var(--color-border-strong);object-fit:cover;border-radius:50%;width:clamp(4.5rem,18vw,7rem);max-width:100%}.home-about__team strong{font-size:clamp(.78rem,2.6vw,1rem);line-height:1.2}.home-about__team span{color:var(--color-text-secondary);font-size:clamp(.7rem,2.3vw,.88rem)}.intro-page{isolation:isolate;overscroll-behavior:none;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;background:var(--color-surface-page);width:100%;height:100svh;min-height:30rem;position:relative;overflow:hidden}.theme-selector{--theme-choice-size:clamp(2.5rem, 11vw, 3rem);top:max(.75rem, env(safe-area-inset-top));z-index:3;width:min(100% - 1.5rem,23rem);position:absolute;left:50%;transform:translate(-50%)}.theme-selector__track{min-height:calc(var(--theme-choice-size) + .75rem);justify-content:center;align-items:center;gap:clamp(.45rem,2vw,.65rem);padding:.25rem .5rem .5rem;display:flex}.theme-selector__choice{width:var(--theme-choice-size);height:var(--theme-choice-size);flex:0 0 var(--theme-choice-size);border:.1875rem solid var(--color-surface-panel);background-color:var(--color-surface-frame);box-shadow:0 0 0 .125rem var(--color-border-warm), 0 .3rem 0 var(--color-frame-depth);cursor:none;touch-action:manipulation;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:clamp(.7rem,3vw,.9rem);padding:0;transition:border-color .12s ease-out,box-shadow .12s ease-out,transform .12s ease-out;transform:translateY(0)}.theme-selector__choice[data-theme-option=t1]{background-image:var(--asset-theme-t1-preview)}.theme-selector__choice[data-theme-option=t2]{background-image:var(--asset-theme-t2-preview)}.theme-selector__choice[data-theme-option=t3]{background-image:var(--asset-theme-t3-preview)}.theme-selector__choice:hover{border-color:var(--color-action-secondary-hover)}.theme-selector__choice:active{box-shadow:0 0 0 .125rem var(--color-border-strong), 0 .08rem 0 var(--color-frame-depth);transform:translateY(.22rem)}.theme-selector__choice[aria-pressed=true]{border-color:var(--color-action-primary);box-shadow:0 0 0 .15rem var(--color-surface-panel), 0 0 0 .3rem var(--color-action-primary), 0 .3rem 0 .15rem var(--color-action-primary-depth)}.theme-selector__choice:focus-visible{outline:.2rem solid var(--color-focus);outline-offset:.35rem}.intro-page__content{z-index:1;width:100%;height:100%;padding-top:max(1rem, env(safe-area-inset-top));padding-right:max(.75rem, env(safe-area-inset-right));padding-bottom:env(safe-area-inset-bottom);padding-left:max(.75rem, env(safe-area-inset-left));grid-template-rows:minmax(0,44fr) minmax(0,56fr);display:grid;position:relative}.intro-page__brand{z-index:2;text-align:center;place-self:end center;place-items:center;width:min(100%,27rem);padding-bottom:clamp(.5rem,2.5vh,1.5rem);display:grid}.intro-page__title{will-change:transform, opacity;color:var(--color-text-primary);font-family:var(--font-display-family);letter-spacing:-.035em;grid-area:1/1;margin:0;font-size:clamp(2.75rem,13vw,4rem);font-weight:700;line-height:1}.intro-page__continue-wrap{will-change:opacity;grid-area:1/1;min-width:min(15rem,100vw - 3rem)}.intro-page__continue-wrap[aria-hidden=true]{pointer-events:none}.intro-page__continue{cursor:none;width:100%}.clara-stage{aspect-ratio:1;place-self:end center;width:min(100%,26rem);margin:0;position:relative;overflow:visible}.clara-stage__loader{z-index:90;pointer-events:auto;touch-action:none;width:100vw;height:100svh;position:fixed;inset:0;overflow:hidden}.clara-stage__loader-wave{top:var(--clara-loader-origin-y);left:var(--clara-loader-origin-x);z-index:1;background:var(--color-clara-loader-wave);border-radius:50%;width:2.5rem;height:2.5rem;animation:1.5s ease-in-out infinite clara-loader-wave-core;display:block;position:absolute;translate:-50% -50%}.clara-stage__loader-wave:before,.clara-stage__loader-wave:after{border:.1875rem solid var(--color-clara-loader-wave);opacity:0;content:"";border-radius:50%;animation:1.5s ease-out infinite clara-loader-wave;position:absolute;inset:0}.clara-stage__loader-wave:after{animation-delay:.6s}.clara-stage__loader-cover{top:var(--clara-loader-origin-y);left:var(--clara-loader-origin-x);aspect-ratio:1;background:var(--color-clara-loader-cover);opacity:0;border-radius:50%;width:220vmax;display:block;position:fixed;transform:translate(-50%,-50%)scale(0)}.clara-stage__viewport{position:absolute;inset:0;overflow:hidden}.clara-stage__canvas{z-index:2;opacity:0;pointer-events:none;width:100%;height:100%;display:block;position:absolute;inset:0}.clara-stage__static-image{z-index:2;object-fit:contain;object-position:center bottom;opacity:0;pointer-events:none;width:100%;height:100%;display:block;position:absolute;inset:0}.clara-stage__loader[data-live2d-state=revealing] .clara-stage__loader-wave{animation:.36s ease-out forwards clara-loader-wave-core-out}.clara-stage__loader[data-live2d-state=revealing] .clara-stage__loader-wave:before,.clara-stage__loader[data-live2d-state=revealing] .clara-stage__loader-wave:after{opacity:0;animation:none}.clara-stage__loader[data-live2d-state=revealing] .clara-stage__loader-cover{animation:3s cubic-bezier(.2,.8,.2,1) both clara-loader-screen-cover}.clara-stage[data-live2d-state=revealing] .clara-stage__canvas,.clara-stage[data-live2d-state=revealing] .clara-stage__static-image{animation:3s linear both clara-loader-canvas-switch}.clara-stage[data-live2d-state=ready] .clara-stage__canvas,.clara-stage[data-live2d-state=ready] .clara-stage__static-image{opacity:1}.clara-stage__loader[data-live2d-state=error] .clara-stage__loader-wave{opacity:.55;animation:none}.clara-speech-loader{z-index:80;background:var(--color-clara-speech-loader-scrim);pointer-events:auto;touch-action:none;place-items:center;width:100vw;height:100svh;display:grid;position:fixed;inset:0;overflow:hidden}.clara-speech-loader__perspective{perspective:12rem;width:3.5rem;height:3.5rem}.clara-speech-loader__cube{width:100%;height:100%;transform-style:preserve-3d;animation:2s linear infinite clara-speech-cube-rotate;position:relative}.clara-speech-loader__cube>div{border:.125rem solid var(--color-clara-speech-loader-line);background:var(--color-transparent);box-shadow:0 0 .45rem var(--color-clara-speech-loader-glow), inset 0 0 .35rem var(--color-clara-speech-loader-glow);position:absolute;inset:0}.clara-speech-loader__cube>[data-cube-face=front]{transform:translateZ(1.75rem)}.clara-speech-loader__cube>[data-cube-face=back]{transform:rotateY(180deg)translateZ(1.75rem)}.clara-speech-loader__cube>[data-cube-face=right]{transform:rotateY(90deg)translateZ(1.75rem)}.clara-speech-loader__cube>[data-cube-face=left]{transform:rotateY(-90deg)translateZ(1.75rem)}.clara-speech-loader__cube>[data-cube-face=top]{transform:rotateX(90deg)translateZ(1.75rem)}.clara-speech-loader__cube>[data-cube-face=bottom]{transform:rotateX(-90deg)translateZ(1.75rem)}@keyframes clara-loader-wave-core{0%,to{opacity:.72;transform:scale(.9)}50%{opacity:1;transform:scale(1.08)}}@keyframes clara-loader-wave{0%{opacity:.72;transform:scale(.86)}75%,to{opacity:0;transform:scale(3)}}@keyframes clara-loader-wave-core-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(2.4)}}@keyframes clara-speech-cube-rotate{0%{transform:rotateX(-24deg)rotateY(38deg)rotate(0)}to{transform:rotateX(336deg)rotateY(398deg)rotate(360deg)}}@keyframes clara-loader-screen-cover{0%{opacity:1;animation-timing-function:cubic-bezier(.2,.8,.2,1);transform:translate(-50%,-50%)scale(0)}66.6667%{opacity:1;animation-timing-function:linear;transform:translate(-50%,-50%)scale(1)}73.3333%{opacity:1;animation-timing-function:ease-in-out;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(1)}}@keyframes clara-loader-canvas-switch{0%,66.6666%{opacity:0}66.6667%,to{opacity:1}}.pointer-trail{z-index:4;pointer-events:none;width:100%;height:100%;position:fixed;inset:0}.vector-cursor{--cursor-x:-3rem;--cursor-y:-3rem;z-index:5;opacity:0;pointer-events:none;width:2rem;height:2rem;transform:translate3d(var(--cursor-x), var(--cursor-y), 0);transition:opacity .1s ease-out;position:fixed;top:0;left:0}.vector-cursor[data-visible=true]{opacity:1}.vector-cursor__tip{border-top:0 solid var(--color-transparent);border-right:.85rem solid var(--color-transparent);border-bottom:1.4rem solid var(--color-action-primary-depth);transform-origin:30% 35%;width:0;height:0;position:absolute;top:1px;left:1px;transform:rotate(-45deg)}.vector-cursor__tip:after{border-top:0 solid var(--color-transparent);border-right:.56rem solid var(--color-transparent);border-bottom:1rem solid var(--color-accent-coral-soft);content:"";width:0;height:0;position:absolute;bottom:-1.18rem;left:.13rem}.vector-cursor__dot{border:2px solid var(--color-surface-page);background:var(--color-accent-sun);border-radius:50%;width:.5rem;height:.5rem;position:absolute;bottom:0;right:0}@media (pointer:fine){.intro-page,.intro-page *{cursor:none}}@media (pointer:coarse){.vector-cursor{display:none}.intro-page__continue{cursor:pointer}}@media (width>=48rem){.big-button--large{min-height:5.5rem}.home-page{padding-right:max(2rem, env(safe-area-inset-right));padding-left:max(2rem, env(safe-area-inset-left))}.learner-flow-page{background-image:var(--asset-learner-flow-background-desktop)}.home-page__actions{width:min(100%,27rem);padding:2rem}.surface--padding-compact{padding:1rem}.surface--padding-roomy{padding:2rem}.staff-login-page,.staff-session-required-page{padding-right:max(2rem, env(safe-area-inset-right));padding-left:max(2rem, env(safe-area-inset-left));background-image:var(--asset-home-background-desktop)}.staff-login-page__stage{gap:1.5rem}.staff-login-card__header{text-align:left;grid-template-columns:auto minmax(0,1fr);place-items:center start}.staff-login-card__intro{margin-left:0;margin-right:0}.staff-workspace-page{padding:2rem}.staff-content-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.staff-content-grid--three,.learning-content-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.learning-content-item{border-right:1px solid var(--color-border-soft);border-bottom:0}.learning-content-item:nth-child(3n){border-right:0}.learning-content-grid:not(.learning-content-grid--lessons) .learning-content-item:nth-child(n+4),.learning-content-grid--lessons .learning-content-item:nth-child(n+4){border-top:1px solid var(--color-border-soft)}.learning-content-grid:not(.learning-content-grid--lessons) .learning-content-item:last-child{grid-column:span 2}.learning-guard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.learning-guard-grid article:nth-child(odd){border-right:1px solid var(--color-border-soft)}.learning-guard-grid article:nth-last-child(-n+2){border-bottom:0}.operations-tool-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.operations-game-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,16rem),1fr))}.operations-game-grid article{border-right:1px solid var(--color-border-soft);border-bottom:0}.operations-game-grid article:last-child{border-right:0}.staff-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.staff-page-header{grid-template-columns:minmax(0,1fr) auto;align-items:start}.staff-metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.staff-metric-card{min-height:9rem;padding:1.25rem}.staff-metric-grid--school{grid-template-columns:repeat(3,minmax(0,1fr))}.staff-quick-links__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.staff-metric-grid--teacher{grid-template-columns:repeat(3,minmax(0,1fr))}.staff-dashboard-grid--primary{grid-template-columns:minmax(0,1.25fr) minmax(18rem,.75fr)}.staff-dashboard-grid--secondary,.staff-dashboard-grid--operations{grid-template-columns:repeat(2,minmax(0,1fr))}.staff-data-card{padding:1.5rem}.equivalence-filters{grid-template-columns:minmax(14rem,1.5fr) minmax(10rem,.75fr) minmax(9rem,.6fr)}.confusion-summary{grid-template-columns:repeat(4,minmax(0,1fr))}.confusion-filters{grid-template-columns:repeat(3,minmax(0,1fr))}.staff-dashboard-error{grid-template-columns:minmax(0,1fr) auto;align-items:center}.staff-health-item{grid-template-columns:auto minmax(0,1fr) auto;align-items:start}.staff-health-status{grid-column:auto}.intro-page__content{padding-right:max(1.5rem, env(safe-area-inset-right));padding-left:max(1.5rem, env(safe-area-inset-left));grid-template-rows:minmax(0,42fr) minmax(0,58fr)}.intro-page__title{font-size:clamp(3.5rem,7vw,4.75rem)}.clara-stage{width:min(46vw,28rem)}}@media (width>=64rem){.staff-section-heading,.staff-notice{flex-direction:row}.staff-section-heading__aside,.staff-notice__actions{flex:none;justify-content:flex-end;width:auto}.staff-notice__actions .staff-button{flex:none}.staff-content-grid--sidebar{grid-template-columns:minmax(18rem,.8fr) minmax(0,1.2fr);align-items:start}.staff-demo-layout{grid-template-columns:minmax(25rem,1.2fr) minmax(19rem,.8fr)}.staff-demo-feature{grid-template-columns:minmax(0,1fr) minmax(14rem,18rem)}.staff-demo-feature__copy,.staff-demo-transcript{align-self:start}.staff-demo-transcript{grid-column:1}.staff-demo-player{grid-area:1/2/span 2}.staff-data-table__header,.staff-data-table__row{grid-template-columns:var(--staff-data-table-template);align-items:center;gap:.75rem;display:grid}.staff-data-table__header{border-bottom:1px solid var(--color-border-soft);min-height:2.75rem;color:var(--color-text-muted);background:var(--color-surface-muted);letter-spacing:.04em;text-transform:uppercase;padding:.65rem 1.25rem;font-size:.6875rem;font-weight:700}.staff-data-table__cell{display:block}.staff-data-table__mobile-label{display:none}.staff-shell{grid-template-columns:17rem minmax(0,1fr);display:grid}.staff-sidebar{border-right:1px solid var(--color-staff-sidebar-active);height:100svh;color:var(--color-staff-sidebar-text);background:var(--color-staff-sidebar);flex-direction:column;padding:1.5rem;display:flex;position:sticky;top:0;overflow:hidden}.staff-sidebar__brand{min-height:3.5rem}.staff-sidebar__brand strong,.staff-sidebar__account strong{color:var(--color-staff-sidebar-text)}.staff-sidebar__brand small,.staff-sidebar__account small{color:var(--color-staff-sidebar-muted)}.staff-sidebar__nav{flex:auto;min-height:0;margin-top:2.5rem;padding-right:.25rem;overflow-y:auto}.staff-sidebar__nav-label{color:var(--color-staff-sidebar-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .65rem;font-size:.6875rem;font-weight:700}.staff-sidebar__nav-item{border-radius:var(--radius-control);min-height:3rem;color:var(--color-staff-sidebar-text);align-items:center;gap:.75rem;padding:.7rem .85rem;font-size:.875rem;font-weight:650;text-decoration:none;display:flex}.staff-sidebar__nav-item--active{background:var(--color-staff-sidebar-active)}.staff-sidebar__nav-item:focus-visible{outline:3px solid var(--color-focus);outline-offset:2px}.staff-sidebar__nav-dot{background:var(--color-action-primary);border-radius:50%;width:.65rem;height:.65rem}.staff-sidebar__account{border-top:1px solid var(--color-staff-sidebar-active);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.75rem;margin-top:auto;padding-top:1.25rem;display:grid}.staff-sidebar__account>span:last-child{min-width:0;display:grid}.staff-sidebar__account strong{text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;overflow:hidden}.staff-sidebar__account small{margin-top:.2rem;font-size:.6875rem}.staff-sidebar__avatar{width:2.5rem;height:2.5rem;color:var(--color-staff-sidebar);background:var(--color-surface-frame);font-family:var(--font-display-family);border-radius:.75rem;place-items:center;font-size:.875rem;font-weight:700;display:grid}.staff-sidebar__exit{border-color:var(--color-staff-sidebar-active);width:100%;min-height:3rem;color:var(--color-staff-sidebar-text);background:var(--color-staff-sidebar-active);box-shadow:0 3px 0 var(--color-action-primary-depth);font-family:var(--font-reading-family);margin-top:1rem;font-size:.8125rem}.staff-mobile-header{display:none}.staff-workspace-page{padding:2.5rem 3rem 3rem}}@media (width>=80rem){.staff-dashboard-grid--primary,.staff-dashboard-grid--operations{grid-template-columns:repeat(3,minmax(0,1fr))}.staff-metric-grid--teacher,.staff-metric-grid--final-review{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (height<=40rem) and (orientation:landscape){.theme-selector{top:max(.5rem, env(safe-area-inset-top))}.intro-page__content{grid-template-rows:minmax(0,38fr) minmax(0,62fr)}.intro-page__brand{width:min(100%,18rem);padding-bottom:.5rem}.intro-page__title{font-size:clamp(2.25rem,5vw,3.25rem)}.intro-page__continue-wrap{min-width:min(12rem,100vw - 2rem)}.intro-page__continue.big-button--large{min-height:3.75rem;padding:.75rem 1rem;font-size:clamp(1.15rem,2.2vw,1.5rem)}.clara-stage{place-self:end center;width:min(46vh,17rem)}}@media print{body *{visibility:hidden}.staff-print-region,.staff-print-region *{visibility:visible}.staff-print-region{width:100%;box-shadow:none;border:0;position:absolute;inset:0 auto auto 0}.staff-print-region .staff-button,.staff-print-region button{display:none}.staff-print-region .staff-card,.staff-print-region .staff-disclosure,.staff-print-region .staff-data-table__row{break-inside:avoid;box-shadow:none}}@media (prefers-reduced-motion:reduce){.home-page__read-button,.home-page__staff-button,.intro-page__continue,.theme-selector__choice,.vector-cursor,.text-field__control,.text-field__toggle{transition:none}.pointer-trail{display:none}.clara-stage__loader-wave,.clara-stage__loader-wave:before,.clara-stage__loader-wave:after,.clara-stage__loader-cover,.clara-stage__canvas,.clara-speech-loader__cube{animation:none}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
