@import "https://fonts.googleapis.com/css2?family=Pixelfy+Sans:wght@400..700&display=swap";.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:clamp(4.5rem,24vw,9rem);height:auto;max-height:none;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__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}}.pilot-unavailable{background:radial-gradient(circle at top, #fff4c4cc, transparent 42%), var(--color-page,#f6f2e8);place-items:center;min-height:100dvh;padding:clamp(1rem,4vw,3rem);display:grid}.pilot-unavailable__card{justify-items:start;gap:1rem;width:min(100%,42rem);display:grid}.pilot-unavailable__badge{color:#2f260b;letter-spacing:.12em;background:#f4c84a;border-radius:999px;align-items:center;min-height:2rem;padding:.3rem .75rem;font-weight:900;display:inline-flex}.pilot-unavailable__eyebrow{color:var(--color-text-muted,#665f50);text-transform:uppercase;letter-spacing:.08em;margin:0;font-weight:800}.pilot-unavailable h1,.pilot-unavailable p{margin:0}.pilot-unavailable h1{max-width:18ch}.pilot-unavailable p:not(.pilot-unavailable__eyebrow){max-width:56ch;line-height:1.65}@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;--tw-space-y-reverse:0;--tw-leading:initial;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid}}}@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);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-md:28rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-base:1rem;--text-base--line-height:calc(1.5 / 1);--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--font-weight-black:900;--radius-md:.375rem;--radius-lg:.5rem}}@layer base{@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)}}}*,: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{@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}}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.inset-0{inset:0}.z-\[70\]{z-index:70}.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}}.mt-1{margin-top:var(--spacing)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mt-5{margin-top:calc(var(--spacing) * 5)}.mt-6{margin-top:calc(var(--spacing) * 6)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.table{display:table}.min-h-11{min-height:calc(var(--spacing) * 11)}.min-h-12{min-height:calc(var(--spacing) * 12)}.w-full{width:100%}.max-w-md{max-width:var(--container-md)}.min-w-0{min-width:0}.min-w-11{min-width:calc(var(--spacing) * 11)}.flex-1{flex:1}.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}.flex-wrap{flex-wrap:wrap}.place-items-center{place-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-3{gap:calc(var(--spacing) * 3)}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(var(--spacing) * var(--tw-space-y-reverse));margin-block-end:calc(var(--spacing) * calc(1 - var(--tw-space-y-reverse)))}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-l-4{border-left-style:var(--tw-border-style);border-left-width:4px}.border-\[\#176b4d\]{border-color:#176b4d}.border-\[\#facc15\]{border-color:#facc15}.border-white\/40{border-color:#fff6}@supports (color:color-mix(in lab, red, red)){.border-white\/40{border-color:color-mix(in oklab, var(--color-white) 40%, transparent)}}.bg-\[\#176b4d\]{background-color:#176b4d}.bg-\[\#facc15\]{background-color:#facc15}.bg-\[\#fff8d7\]{background-color:#fff8d7}.bg-black\/25{background-color:#00000040}@supports (color:color-mix(in lab, red, red)){.bg-black\/25{background-color:color-mix(in oklab, var(--color-black) 25%, transparent)}}.bg-black\/70{background-color:#000000b3}@supports (color:color-mix(in lab, red, red)){.bg-black\/70{background-color:color-mix(in oklab, var(--color-black) 70%, transparent)}}.bg-white{background-color:var(--color-white)}.p-6{padding:calc(var(--spacing) * 6)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-5{padding-inline:calc(var(--spacing) * 5)}.py-2{padding-block:calc(var(--spacing) * 2)}.pr-1{padding-right:var(--spacing)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.leading-5{--tw-leading:calc(var(--spacing) * 5);line-height:calc(var(--spacing) * 5)}.leading-7{--tw-leading:calc(var(--spacing) * 7);line-height:calc(var(--spacing) * 7)}.font-black{--tw-font-weight:var(--font-weight-black);font-weight:var(--font-weight-black)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-extrabold{--tw-font-weight:var(--font-weight-extrabold);font-weight:var(--font-weight-extrabold)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-\[\#6b7f75\]{color:#6b7f75}.text-\[\#176b4d\]{color:#176b4d}.text-\[\#13251d\]{color:#13251d}.text-\[\#315343\]{color:#315343}.text-\[\#567064\]{color:#567064}.text-\[\#dcefe5\]{color:#dcefe5}.text-\[\#facc15\]{color:#facc15}.text-white{color:var(--color-white)}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.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,)}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px var(--tw-shadow-color,#00000040);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.ring{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.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))}@media (width>=40rem){.sm\:text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.sm\:text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.sm\:leading-8{--tw-leading:calc(var(--spacing) * 8);line-height:calc(var(--spacing) * 8)}}}: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;gap:1rem;padding:1rem;font-weight:650;display:grid}.route-loading__icon{width:clamp(4.5rem,18vw,7rem);height:auto;image-rendering:pixelated;display:block}.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-overview-view-toggle{color:var(--color-text-muted);flex-wrap:wrap;align-items:center;gap:.35rem;margin-top:1rem;font-size:.75rem;font-weight:700;display:flex}.staff-overview-view-toggle button{border:1px solid var(--color-border-soft);border-radius:var(--radius-pill);color:var(--color-text-secondary);background:var(--color-surface-panel);font:inherit;cursor:pointer;padding:.42rem .7rem}.staff-overview-view-toggle button[aria-pressed=true]{border-color:var(--color-action-primary);color:var(--color-text-on-action);background:var(--color-action-primary)}.staff-circle-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-top:1rem;display:grid}.staff-circle-kpi{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);text-align:center;justify-items:center;gap:.45rem;padding:.9rem .65rem;display:grid}.staff-circle-kpi__ring{aspect-ratio:1;border:.65rem solid var(--color-action-secondary);border-top-color:var(--color-action-primary);border-right-color:var(--color-action-primary);width:clamp(5.5rem,15vw,7.5rem);color:var(--color-text-primary);font-family:var(--font-display-family);border-radius:50%;place-items:center;font-size:clamp(1.25rem,4vw,1.8rem);display:grid}.staff-circle-kpi strong{color:var(--color-text-primary);font-size:.82rem}.staff-circle-chart{min-width:0}.staff-circle-chart__body{grid-template-columns:minmax(9rem,.85fr) minmax(12rem,1.15fr);align-items:center;gap:1.25rem;display:grid}.staff-circle-chart__visual{aspect-ratio:1;place-items:center;min-width:0;display:grid;position:relative}.staff-circle-chart__visual svg{width:min(100%,12rem);height:auto}.staff-circle-chart__visual circle,.staff-circle-chart__visual path{stroke:var(--color-surface-panel);stroke-width:.25px}.staff-circle-chart__track{fill:var(--color-action-secondary)}.staff-circle-chart__center{fill:var(--color-surface-panel);stroke:var(--color-surface-panel);stroke-width:.2px}.staff-circle-chart__segment{stroke-linejoin:round}.staff-circle-chart__segment--0{fill:var(--color-action-primary)}.staff-circle-chart__segment--1{fill:var(--color-success)}.staff-circle-chart__segment--2{fill:var(--color-warning)}.staff-circle-chart__segment--3{fill:var(--color-danger)}.staff-circle-chart__segment--4{fill:var(--color-action-primary-depth)}.staff-circle-chart__visual>strong,.staff-circle-chart__visual>span{position:absolute}.staff-circle-chart__visual>strong{color:var(--color-text-primary);font-family:var(--font-display-family);font-size:1.35rem}.staff-circle-chart__visual>span{color:var(--color-text-muted);margin-top:2.15rem;font-size:.7rem}.staff-circle-chart__legend{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.staff-circle-chart__legend li{color:var(--color-text-secondary);grid-template-columns:.7rem minmax(0,1fr) auto;align-items:center;gap:.6rem;font-size:.84rem;line-height:1.25;display:grid}.staff-circle-chart__legend-dot{background:var(--color-action-primary);border-radius:50%;width:.65rem;height:.65rem}.staff-circle-chart__legend-dot--1{background:var(--color-success)}.staff-circle-chart__legend-dot--2{background:var(--color-warning)}.staff-circle-chart__legend-dot--3{background:var(--color-danger)}.staff-circle-chart__legend-dot--4{background:var(--color-action-primary-depth)}.staff-circle-chart__legend strong{color:var(--color-text-primary);font-size:.9rem}.staff-circle-chart__text{color:var(--color-text-muted);margin:.8rem 0 0;font-size:.75rem}.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{grid-template-columns:repeat(3,minmax(0,1fr))}.staff-dashboard-grid--primary.staff-dashboard-grid--circles{grid-template-columns:repeat(2,minmax(0,1fr))}.staff-dashboard-grid--circles>.staff-system-health-card{grid-column:1/-1}.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}}@media (width<=42rem){.staff-circle-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.staff-circle-chart__body{grid-template-columns:minmax(7.5rem,.75fr) minmax(0,1.25fr);gap:.85rem}.staff-circle-chart__visual svg{width:min(100%,10.5rem)}.staff-circle-chart__legend li{font-size:.8rem}}@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}:root{--game-ui-font:"Pixelfy Sans", system-ui, sans-serif;--pixel-ink:#13251d;--pixel-green:#176b4d;--pixel-gold:#facc15;--pixel-paper:#fffdf2;--pixel-border:3px}html,body,#root{min-height:100%}body{margin:0}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible{outline-offset:4px;outline:4px solid #facc15}.game-route canvas{min-width:0;image-rendering:pixelated}.game-route,.game-route button,.game-route input,.game-route select,.game-route textarea,.game-route dialog{font-family:var(--game-ui-font);letter-spacing:0}.game-route{isolation:isolate;color:#fff;-webkit-user-select:none;user-select:none;background:#081510;width:100%;max-width:100vw;height:100dvh;position:relative;overflow:hidden}.game-route input,.game-route textarea,.game-route [contenteditable=true]{-webkit-user-select:text;user-select:text}.game-route__stage{width:100%;min-width:0;height:100%;position:relative;overflow:hidden}.game-route__canvas-layer{background:#173326;place-items:center;min-width:0;max-width:100%;display:grid;position:absolute;inset:0;overflow:hidden}.game-route__canvas-host{place-items:center;width:100%;min-width:0;max-width:100%;height:100%;min-height:240px;display:grid;overflow:hidden}.shop-interior{z-index:60;background:#8d4d32;border:4px solid #1c100d;grid-template-rows:minmax(4.5rem,.85fr) minmax(7rem,1.5fr) minmax(5rem,1fr);grid-template-columns:minmax(5.5rem,.75fr) minmax(10rem,1.2fr) minmax(5.5rem,.75fr);align-items:end;gap:clamp(.6rem,2vw,1.5rem);padding:clamp(.8rem,3vw,2.4rem);display:grid;position:absolute;inset:0;overflow:hidden;box-shadow:inset 0 0 0 5px #e1a45c,inset 0 0 0 9px #5b3025}.shop-interior:before,.shop-interior:after{z-index:-1;content:"";background:#d98a4b;height:.45rem;position:absolute;left:0;right:0;box-shadow:0 .7rem #6a3627,0 1.4rem #b9683b}.shop-interior:before{bottom:1.6rem}.shop-interior:after{bottom:4.6rem}.shop-interior__sign{color:#fff6d6;text-align:center;background:#183229;border:4px solid #20120e;grid-column:2;place-self:start center;min-width:min(18rem,76vw);padding:.65rem 1rem;font-size:clamp(1rem,3vw,1.45rem);font-weight:900;box-shadow:4px 4px #6d3424,inset 0 0 0 3px #4f7b59}.shop-interior__window{background:#64c8d8;border:4px solid #2d1b14;align-self:start;width:min(8rem,17vw);height:min(5.5rem,13vw);box-shadow:inset 0 0 0 4px #d8edf0,inset 0 -1.35rem #3d8190,4px 4px #6d3424}.shop-interior__window--left{justify-self:start}.shop-interior__window--right{justify-self:end}.shop-interior__shelf{background:#6b3526;border:4px solid #2d1b14;align-content:end;min-height:min(14rem,34vh);padding:.55rem;display:grid;box-shadow:inset 0 1.8rem #c9783e,inset 0 3.8rem #2f5a45,inset 0 5.6rem #e8b45d,4px 4px #4a241b}.shop-interior__shelf span,.shop-interior__display span{color:#fff6d6;text-align:center;text-shadow:2px 2px #2d1b14;font-size:clamp(.72rem,1.8vw,.95rem);font-weight:800;line-height:1.1}.shop-interior__shelf--left{grid-area:2/1/span 2}.shop-interior__shelf--right{grid-area:2/3/span 2}.shop-interior__counter{z-index:1;background:#3c241b;border:4px solid #2d1b14;grid-area:2/2;grid-template-columns:4.4rem minmax(0,1fr);align-self:end;gap:.75rem;padding:.7rem;display:grid;box-shadow:inset 0 -1.1rem #a85a31,5px 5px #4a241b}.shop-interior__vendor{background:#f4ae63;border:4px solid #1b1717;align-self:end;width:3.8rem;height:3.8rem;box-shadow:inset 0 .75rem #e04742,inset 0 1.4rem #2d2534,0 -.45rem #43314e}.shop-interior__counter strong{color:#facc15;font-size:clamp(.86rem,2vw,1.1rem);display:block}.shop-interior__counter p{color:#fff6d6;margin:.2rem 0 0;font-size:clamp(.72rem,1.7vw,.9rem);line-height:1.15}.shop-interior__display{z-index:1;background:#507b45;border:4px solid #2d1b14;grid-area:3/2;justify-self:center;place-items:center;width:min(14rem,55vw);min-height:3.4rem;display:grid;box-shadow:inset 0 0 0 4px #d9b45b,4px 4px #4a241b}.shop-interior__exit{z-index:1;color:#13251d;background:#facc15;border:3px solid #fff7d6;border-radius:4px;grid-area:3/3;justify-self:end;min-height:3rem;padding:.55rem .8rem;font-weight:900;box-shadow:4px 4px #2d1b14}.shop-interior__exit:hover,.shop-interior__exit:active{color:#fff6d6;background:#176b4d}@media (width<=620px),(orientation:landscape) and (height<=500px){.shop-interior{grid-template-rows:3.1rem minmax(5.8rem,1fr) 3.3rem;grid-template-columns:minmax(4.2rem,.6fr) minmax(9rem,1fr) minmax(4.2rem,.6fr);gap:.45rem;padding:.6rem}.shop-interior__sign{min-width:min(13rem,62vw);padding:.35rem .6rem;font-size:.9rem}.shop-interior__window{width:3.7rem;height:2.5rem}.shop-interior__shelf{min-height:8rem;padding:.3rem;box-shadow:inset 0 1.2rem #c9783e,inset 0 2.4rem #2f5a45,inset 0 3.6rem #e8b45d,3px 3px #4a241b}.shop-interior__counter{grid-template-columns:3.2rem minmax(0,1fr);gap:.4rem;padding:.4rem}.shop-interior__vendor{width:2.7rem;height:2.7rem}.shop-interior__counter p{display:none}.shop-interior__display{min-height:2.5rem}.shop-interior__exit{min-height:2.5rem;padding:.35rem .5rem;font-size:.76rem}}.shop-map-overlay{z-index:60;background:#2c2b2a;position:absolute;inset:0;overflow:hidden}.shop-map-host{background:#2c2b2a;place-items:center;width:100%;height:100%;display:grid;position:absolute;inset:0;overflow:hidden}.shop-map-host canvas{object-fit:contain;width:100%;height:100%;image-rendering:pixelated}.shop-map-title{z-index:2;top:max(.7rem, env(safe-area-inset-top));left:max(.7rem, env(safe-area-inset-left));color:#fff6d6;background:#1f1814eb;border:3px solid #f7e7ba;border-radius:3px;max-width:min(15rem,48vw);padding:.4rem .65rem;font-size:clamp(.78rem,2vw,1rem);font-weight:900;line-height:1.1;position:absolute;box-shadow:3px 3px #0e0b09}.shop-map-exit-button{z-index:2;top:max(.7rem, env(safe-area-inset-top));right:max(.7rem, env(safe-area-inset-right));color:#13251d;background:#facc15;border:3px solid #fff6d6;border-radius:4px;min-height:2.8rem;padding:.45rem .8rem;font-weight:900;position:absolute;box-shadow:3px 3px #0e0b09}.shop-map-exit-button:hover,.shop-map-exit-button:active{color:#fff6d6;background:#176b4d}.shop-task-objective{z-index:2;top:max(.7rem, env(safe-area-inset-top));color:#fff;text-align:left;background:#0c241bf0;border:3px solid #d3e7d9;border-radius:3px;width:min(30rem,44vw);min-height:2.8rem;padding:.35rem .7rem;line-height:1.15;display:grid;position:absolute;left:50%;transform:translate(-50%);box-shadow:3px 3px #0e0b09}.shop-task-objective strong{color:#facc15;font-size:.68rem}.shop-task-objective span{overflow-wrap:anywhere;font-size:clamp(.76rem,1.65vw,.95rem);font-weight:800}.shop-interact-button{z-index:3;right:max(1rem, env(safe-area-inset-right));bottom:max(1rem, env(safe-area-inset-bottom));color:#fff6d6;text-align:left;background:#0c241bf5;border:3px solid #fff6d6;border-radius:3px;align-items:center;gap:.7rem;max-width:min(19rem,48vw);min-height:3.3rem;padding:.45rem .8rem;font-weight:900;line-height:1.1;display:flex;position:absolute;box-shadow:4px 4px #d3a900}.shop-interact-button kbd{color:#13251d;width:2.45rem;height:2.45rem;font:inherit;background:#facc15;border:3px solid #8a6900;flex:0 0 2.45rem;place-items:center;display:grid}.shop-interact-button:hover,.shop-interact-button:active{color:#13251d;background:#fff6d6}.shop-dialogue-layer{z-index:40;padding:1rem max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom));background:#00000052;place-items:end center;display:grid;position:absolute;inset:0}.shop-dialogue-panel{color:#fff;background:#10291f;border:4px solid #fff6d6;border-radius:4px;grid-template-rows:auto 1fr;grid-template-columns:minmax(0,1fr) auto;gap:.4rem 1rem;width:min(34rem,100vw - 13rem);min-height:8rem;padding:.8rem .9rem;display:grid;box-shadow:5px 5px #0e0b09}.shop-dialogue-panel strong{color:#facc15;grid-column:1;font-size:.82rem}.shop-dialogue-panel p{overflow-wrap:anywhere;grid-column:1;margin:0;font-size:clamp(.9rem,2vw,1.15rem);font-weight:800;line-height:1.35}.shop-dialogue-panel button{color:#13251d;background:#facc15;border:3px solid #725600;border-radius:3px;grid-area:1/2/span 2;align-self:end;min-width:5.7rem;min-height:3rem;padding:.45rem .7rem;font-weight:900}.shop-dialogue-panel button:hover,.shop-dialogue-panel button:active{background:#fff27a}.shop-map-status{z-index:3;color:#fff;text-align:center;background:#13251d;border:3px solid #fff6d6;min-width:12rem;padding:.8rem 1rem;font-weight:800;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:4px 4px #0e0b09}.shop-map-controls{z-index:2;bottom:max(.8rem, env(safe-area-inset-bottom));left:max(.8rem, env(safe-area-inset-left));touch-action:none;grid-template-rows:repeat(2,2.85rem);grid-template-columns:repeat(3,2.85rem);gap:.35rem;width:9.25rem;height:6.25rem;display:grid;position:absolute}.shop-map-direction{color:#13251d;-webkit-user-select:none;user-select:none;background:#facc15;border:3px solid #604600;border-radius:5px;place-items:center;width:2.85rem;height:2.85rem;font-size:1rem;font-weight:900;line-height:1;display:grid;box-shadow:0 3px #795700}.shop-map-direction:active{background:#fff27a;transform:translateY(2px);box-shadow:0 1px #795700}.shop-map-direction--up{grid-area:1/2}.shop-map-direction--left{grid-area:2/1}.shop-map-direction--down{grid-area:2/2}.shop-map-direction--right{grid-area:2/3}@media (hover:hover) and (pointer:fine){.shop-map-controls{opacity:.48}.shop-map-controls:hover,.shop-map-controls:focus-within{opacity:1}}@media (orientation:landscape) and (height<=500px){.shop-map-title,.shop-map-exit-button{top:.4rem}.shop-map-controls{grid-template-rows:repeat(2,2.4rem);grid-template-columns:repeat(3,2.4rem);gap:.25rem;width:7.75rem;height:5.25rem;bottom:.45rem;left:.45rem}.shop-map-direction{width:2.4rem;height:2.4rem}.shop-task-objective{min-height:2.4rem;padding-block:.25rem;top:.4rem}.shop-dialogue-layer{padding-bottom:.5rem}.shop-dialogue-panel{min-height:6.6rem;padding:.55rem .7rem}}@media (width<=700px){.shop-task-objective{width:calc(100% - 1.5rem);top:4.25rem}.shop-dialogue-panel{width:calc(100vw - 1.5rem);min-height:9rem}.shop-interact-button{max-width:calc(100vw - 12rem)}}.movement-controls{z-index:34;bottom:max(.75rem, env(safe-area-inset-bottom));left:max(.75rem, env(safe-area-inset-left));touch-action:none;-webkit-user-select:none;user-select:none;width:9.75rem;height:9.75rem;position:absolute}.movement-dpad{grid-template-rows:repeat(3,3rem);grid-template-columns:repeat(3,3rem);gap:.375rem;width:100%;height:100%;display:grid}.movement-direction-button,.movement-dpad-center,.movement-control-settings-button{color:#13251d;background:#facc15;border:2px solid #795700;border-radius:6px;place-items:center;min-width:3rem;min-height:3rem;font-size:1.2rem;font-weight:800;line-height:1;transition:transform 90ms,background-color 90ms,box-shadow 90ms;display:grid;box-shadow:0 4px #8a6700,0 6px 12px #0000003d}.movement-direction-button{position:relative;overflow:hidden}.movement-direction-button:after{content:"";opacity:0;border:2px solid #ffffffb8;border-radius:50%;width:70%;height:70%;position:absolute;transform:scale(.35)}.movement-direction-button.is-active,.movement-direction-button:active{background:#fff27a;transform:translateY(3px);box-shadow:0 1px #8a6700,0 0 0 4px #facc1547}.movement-direction-button.is-active:after{animation:.42s ease-out movement-control-pulse}.movement-direction-button:disabled,.movement-control-settings-button:disabled{cursor:not-allowed;filter:grayscale(.75);opacity:.55}.movement-dpad-center{color:#fff;background:#163b2d;border-color:#557463;box-shadow:inset 0 0 0 2px #ffffff14}.movement-control-settings-button{z-index:2;cursor:pointer;color:#fff;background:#102f24;border-color:#d7e5dc;font-size:1.35rem;position:absolute;bottom:calc(100% + .55rem);right:0;box-shadow:0 4px #061a13,0 6px 12px #0000003d}.movement-control-settings-button[aria-expanded=true]{color:#13251d;background:#facc15}.movement-control-menu{z-index:3;background:#082018f5;border:2px solid #a7c7b4;border-radius:6px;gap:.4rem;width:11rem;padding:.65rem;display:grid;position:absolute;bottom:0;left:calc(100% + .75rem);box-shadow:0 8px 22px #00000061}.movement-control-menu p{color:#facc15;text-transform:uppercase;margin:0 0 .15rem;font-size:.8rem;font-weight:700;line-height:1.2}.movement-control-menu button{color:#fff;background:#163b2d;border:2px solid #d7e5dc;border-radius:4px;min-height:3rem;font-weight:700}.movement-control-menu button[aria-pressed=true]{color:#13251d;background:#facc15;border-color:#facc15}.virtual-joystick{touch-action:none;background:#082018c7;border:3px solid #a7c7b4;border-radius:50%;width:9rem;height:9rem;margin:.375rem;position:relative;box-shadow:inset 0 0 0 5px #ffffff12,0 7px 18px #00000052}.virtual-joystick[aria-disabled=true]{filter:grayscale(.75);opacity:.55}.virtual-joystick-ring{border:2px dashed #d7e5dc8a;border-radius:50%;position:absolute;inset:24%}.virtual-joystick-thumb{will-change:transform;background:#facc15;border:3px solid #795700;border-radius:50%;width:3rem;height:3rem;transition:transform 90ms ease-out,background-color 90ms;position:absolute;top:calc(50% - 1.5rem);left:calc(50% - 1.5rem);box-shadow:0 4px #8a6700,0 6px 12px #00000047}.virtual-joystick.is-active .virtual-joystick-thumb{background:#fff27a}.virtual-joystick.is-dragging .virtual-joystick-thumb{transition:none}@keyframes movement-control-pulse{0%{opacity:.85;transform:scale(.35)}to{opacity:0;transform:scale(1.25)}}@media (width<=420px){.movement-control-menu{bottom:calc(100% + .55rem);left:0}}@media (prefers-reduced-motion:reduce){.movement-direction-button,.virtual-joystick-thumb{transition:none}.movement-direction-button.is-active:after{opacity:.45;animation:none;transform:scale(1)}}.mission-objective{box-sizing:border-box;z-index:30;top:max(5.25rem, calc(env(safe-area-inset-top) + 4.5rem));left:max(1rem, env(safe-area-inset-left));background:#081510e0;border:1px solid #ffffff59;border-radius:8px;width:min(18rem,100vw - 2rem);padding:.6rem .7rem;position:absolute;box-shadow:0 6px 18px #00000040}.navigation-hud{z-index:30;top:max(5.25rem, calc(env(safe-area-inset-top) + 4.5rem));left:max(.75rem, env(safe-area-inset-left));flex-direction:column;align-items:center;gap:.5rem;width:min(12.5rem,100vw - 1.5rem);display:flex;position:absolute}.readscape-welcome{z-index:150;background:#05140fc7;place-items:center;animation:.18s ease-out both readscape-welcome-in;display:grid;position:absolute;inset:0;overflow:hidden}.readscape-welcome[data-state=leaving]{pointer-events:none;animation:.42s ease-in forwards readscape-welcome-out}.readscape-welcome__panel{text-align:center;background:#13251d;border:4px solid #facc15;place-items:center;min-width:min(35rem,100vw - 2rem);max-width:min(50rem,100vw - 2rem);min-height:15rem;padding:clamp(1.5rem,5vw,3.5rem) clamp(1.25rem,7vw,5rem) 1.25rem;animation:.62s cubic-bezier(.2,.85,.3,1.18) 90ms both readscape-title-rise;display:grid;position:relative;overflow:hidden;box-shadow:0 0 0 5px #1d4d3b,0 0 0 9px #081510,0 .85rem #00000073}.readscape-welcome__panel:before,.readscape-welcome__panel:after{content:"";background:#c9742f;height:.32rem;position:absolute;left:.75rem;right:.75rem}.readscape-welcome__panel:before{top:.55rem}.readscape-welcome__panel:after{bottom:.55rem}.readscape-welcome__skip{z-index:1;color:#fffdf2;background:#1d4d3b;border:2px solid #fffdf2;min-height:2.35rem;padding:.2rem .7rem;font-weight:800;position:absolute;top:.75rem;right:.75rem}.readscape-welcome__emblem{color:#fffdf2;background:#c9742f;border:3px solid #fffdf2;place-items:center;width:4.25rem;height:2.5rem;font-size:.8rem;font-weight:900;line-height:1;display:grid;box-shadow:0 0 0 3px #13251d}.readscape-welcome__eyebrow,.readscape-welcome__tagline{z-index:1;color:#fffdf2;margin:.7rem 0 0;font-size:clamp(1rem,2.2vw,1.45rem);font-weight:800}.readscape-welcome h1{z-index:1;color:#facc15;text-shadow:3px 3px #c9742f,6px 6px #081510;margin:0;font-size:clamp(3.1rem,11vw,7.4rem);font-weight:900;line-height:.88}.readscape-welcome__tagline{color:#dcefe5;text-transform:uppercase;font-size:clamp(.95rem,2vw,1.3rem)}.readscape-welcome__spark{background:#facc15;width:.65rem;height:.65rem;animation:.9s ease-in-out infinite alternate readscape-sparkle;position:absolute;box-shadow:0 0 0 .25rem #facc154d}.readscape-welcome__spark--one{top:28%;left:14%}.readscape-welcome__spark--two{animation-delay:.25s;bottom:27%;right:16%}@keyframes readscape-welcome-in{0%{opacity:0}to{opacity:1}}@keyframes readscape-welcome-out{to{opacity:0;transform:scale(1.025)}}@keyframes readscape-title-rise{0%{opacity:0;transform:translateY(1rem)scale(.94)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes readscape-sparkle{0%{opacity:.5;transform:scale(.7)}to{opacity:1;transform:scale(1.15)}}@media (prefers-reduced-motion:reduce){.readscape-welcome,.readscape-welcome[data-state=leaving],.readscape-welcome__panel,.readscape-welcome__spark{animation-duration:1ms;animation-iteration-count:1}}.navigation-hud .navigation-mission-panel{background:#081510e8;border:2px solid #557463;grid-template-columns:minmax(0,1fr);align-items:start;gap:.3rem;width:100%;display:grid;position:relative;inset:auto}.navigation-mission-copy{min-width:0}.navigation-mission-progress{color:#facc15;text-transform:uppercase;align-items:center;min-height:2.75rem;margin:0;padding-right:3.35rem;font-size:.78rem;font-weight:700;line-height:1.2;display:flex}.navigation-objective{color:#fff;margin:.35rem 0 0;font-size:1rem;font-weight:600;line-height:1.3}.navigation-collapse{color:#fff;background:#13251d;border:1px solid #8fa697;border-radius:5px;place-items:center;min-width:2.75rem;min-height:2.75rem;font-size:1.25rem;font-weight:700;display:grid;position:absolute;top:.6rem;right:.7rem}.mission-direction{place-items:center;min-width:2.75rem;min-height:2.75rem;display:grid;position:absolute;top:.6rem;right:3.9rem}.pixel-direction-arrow{clip-path:polygon(0 31%,58% 31%,58% 0,100% 50%,58% 100%,58% 69%,0 69%);filter:drop-shadow(0 2px #6f5200)drop-shadow(0 0 2px #fff);transform-origin:50%;background:#facc15;width:2.25rem;height:1.5rem;transition:transform .16s ease-out}.nearby-indicator{color:#facc15;text-align:center;max-width:5rem;font-size:.82rem;font-weight:700;line-height:1.15}.navigation-trail-guide{color:#dcefe5;grid-column:1/-1;gap:.3rem;min-height:2rem;font-size:.78rem;display:grid}.navigation-guide-heading{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.navigation-guide-heading strong{font-weight:600}.navigation-guide-heading>span{color:#fff08a;font-variant-numeric:tabular-nums}.navigation-proximity-meter{background:#13251d;border:2px solid #dcefe5;grid-template-columns:repeat(5,minmax(0,1fr));gap:3px;height:.72rem;padding:2px;display:grid;box-shadow:2px 2px #00000073}.navigation-proximity-meter>span{background:#315343;min-width:0}.navigation-proximity-meter>span.is-filled{background:#facc15}.minimap-shell{color:#fff;width:9.6rem;height:9.6rem;image-rendering:pixelated;background:#081510eb;border:5px solid #dcefe5;border-radius:50%;place-items:center;margin:0;padding:0;display:grid;position:relative;overflow:hidden;box-shadow:0 0 0 4px #13251d,6px 7px #0000006b}.minimap-title,.minimap-north{z-index:2;color:#fffdf2;text-shadow:1px 1px #10251b;background:#1a3f32;border:2px solid #10251b;padding:.08rem .28rem;font-size:.78rem;font-weight:900;line-height:1;display:block;position:absolute;top:-.2rem;left:50%;transform:translate(-50%)}.minimap-title strong{display:none}.minimap{aspect-ratio:1;width:100%;height:100%;image-rendering:pixelated;shape-rendering:crispedges;background:#9db830;border-radius:50%;display:block;overflow:hidden}.minimap-grass{fill:#9db830}.minimap-path,.minimap-forest{fill:#e5a15f}.minimap-plaza{fill:#efb272}.minimap-market{fill:#d98045}.minimap-water{fill:#438fb1}.minimap-bridge{fill:#9b6842}.minimap-blocked{fill:#315343;opacity:.9}.minimap-location{fill:#dcefe5;stroke:#315343;stroke-width:4px}.minimap-fishing-spot{fill:#6fd4e7;stroke:#13251d;stroke-width:3px}.minimap-target{fill:#facc15;stroke:#13251d;stroke-width:3px;paint-order:stroke}.minimap-target.is-nearby{fill:#fff08a;animation:.9s steps(2,end) minimap-target-pulse}.minimap-target.is-edge{stroke-width:4px}.minimap-player{fill:#fff;stroke:#176b4d;stroke-width:4px;paint-order:stroke}.minimap-route{fill:none;stroke:#fff08a;stroke-width:8px;stroke-linecap:round;stroke-dasharray:3 18}.minimap-border{fill:none;stroke:#13251d;stroke-width:10px}.minimap text{fill:#fff;stroke:#13251d;stroke-width:2px;paint-order:stroke;font-size:24px}@keyframes minimap-target-pulse{50%{fill:#fff;stroke:#facc15}}.minimap-open-label{z-index:2;white-space:nowrap;text-align:center;text-shadow:2px 2px #13251d;font-size:.72rem;font-weight:700;display:block;position:absolute;bottom:.65rem;left:50%;transform:translate(-50%)}.minimap-title strong{gap:.1rem;display:grid}.minimap-title small{color:#dcefe5;text-overflow:ellipsis;white-space:nowrap;max-width:7rem;font-size:.58rem;line-height:1;overflow:hidden}.map-overlay{z-index:55;padding:max(.75rem, env(safe-area-inset-top)) max(.75rem, env(safe-area-inset-right)) max(.75rem, env(safe-area-inset-bottom)) max(.75rem, env(safe-area-inset-left));background:#040c08c7;place-items:center;display:grid;position:fixed;inset:0}.expanded-map-panel{color:#13251d;background:#f7fbf8;border:4px solid #176b4d;border-radius:8px;width:min(52rem,100%);max-height:calc(100dvh - 1.5rem);padding:clamp(.75rem,2vw,1.25rem);overflow:auto;box-shadow:0 8px #0b4934,0 18px 38px #0006}.expanded-map-panel header{justify-content:space-between;align-items:start;gap:1rem;display:flex}.expanded-map-panel h2{margin:.2rem 0 0;font-size:clamp(1.5rem,4vw,2.2rem)}.expanded-map-panel header button,.map-path-toggle{color:#176b4d;background:#fff;border:2px solid #176b4d;border-radius:5px;min-height:2.75rem;padding:.45rem .9rem;font-weight:700}.expanded-map-objective{margin:.75rem 0;font-size:1rem;font-weight:600}.expanded-world-map{width:100%;max-height:52dvh;image-rendering:pixelated;shape-rendering:crispedges;background:#9db830;border:4px solid #13251d;display:block}.expanded-map-target{color:#13251d;text-align:left;background:#edf8f1;border:3px solid #7aa28f;border-radius:3px;grid-template-columns:1fr auto;gap:.75rem;width:100%;margin-top:.65rem;padding:.55rem .75rem;display:grid}.expanded-map-target.is-selected{border-color:#176b4d;box-shadow:inset 0 0 0 2px #fff}.expanded-map-target-objective{background:#fff8cf;border-left:5px solid #facc15;margin:.45rem 0 0;padding:.4rem .65rem}.expanded-map-actions{flex-wrap:wrap;justify-content:flex-end;gap:.65rem;display:flex}.map-path-toggle{color:#13251d;background:#facc15;margin-top:.75rem}.map-return-button{color:#fff;background:#176b4d;border:2px solid #176b4d;border-radius:5px;min-height:2.75rem;margin-top:.75rem;padding:.45rem .9rem;font-weight:700}.audio-settings-layer{z-index:75;padding:max(.75rem, env(safe-area-inset-top)) max(.75rem, env(safe-area-inset-right)) max(.75rem, env(safe-area-inset-bottom)) max(.75rem, env(safe-area-inset-left));background:#040c08db;place-items:center;display:grid;position:fixed;inset:0}.audio-settings-panel{color:#fff7d6;scrollbar-color:#facc15 #071712;scrollbar-width:thin;background:#102f24;border:4px solid #facc15;border-radius:2px;outline:4px solid #071712;width:min(50rem,100%);max-height:calc(100dvh - 1.5rem);overflow:auto;box-shadow:8px 8px #071712,12px 12px #e7633db3}.audio-settings-panel::-webkit-scrollbar{width:12px}.audio-settings-panel::-webkit-scrollbar-track{background:#071712}.audio-settings-panel::-webkit-scrollbar-thumb{background:#facc15;border:3px solid #071712}.audio-settings-header{background:#0b2119;border-bottom:4px solid #facc15;justify-content:space-between;align-items:center;gap:1rem;min-height:4.75rem;padding:.65rem .85rem;display:flex}.audio-settings-title{align-items:center;gap:.75rem;min-width:0;display:flex}.audio-settings-title p,.audio-settings-title h2{letter-spacing:0;margin:0}.audio-settings-title p{color:#facc15;text-transform:uppercase;font-size:.72rem;font-weight:800;line-height:1}.audio-settings-title h2{color:#fff;margin-top:.25rem;font-size:1.55rem;line-height:1}.audio-console-mark{color:#102f24;background:#facc15;border:3px solid #fff7d6;place-items:center;width:3rem;height:3rem;font-size:.78rem;font-weight:900;display:grid;box-shadow:3px 3px #e7633d}.audio-close-button{color:#fff7d6;background:#173f35;border:3px solid #fff7d6;border-radius:2px;align-items:center;gap:.45rem;min-height:3rem;padding:.35rem .75rem;font-weight:800;display:inline-flex;box-shadow:3px 3px #071712}.audio-close-button span{color:#102f24;background:#e7633d;place-items:center;width:1.25rem;height:1.25rem;font-size:1.25rem;line-height:1;display:grid}.audio-close-button:hover{color:#102f24;background:#fff7d6}.audio-close-button:active{transform:translate(2px,2px);box-shadow:1px 1px #071712}.audio-settings-body{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:1rem;padding:.9rem;display:grid}.audio-channel-section,.audio-mixer-section{min-width:0}.audio-channel-section h3,.audio-mixer-section h3{color:#facc15;text-transform:uppercase;border-bottom:2px solid #557463;margin:0 0 .55rem;padding-bottom:.4rem;font-size:.82rem;font-weight:900;line-height:1}.audio-channel{cursor:pointer;border-bottom:2px solid #315b4b;grid-template-columns:2.7rem minmax(0,1fr) auto 3.4rem;align-items:center;gap:.6rem;min-height:4.35rem;display:grid;position:relative}.audio-channel:hover{background:#fff7d60d}.audio-channel-code{color:#facc15;background:#071712;border:2px solid #a7c7b4;place-items:center;min-height:2.2rem;font-size:.7rem;font-weight:900;display:grid;box-shadow:2px 2px #315b4b}.audio-channel:nth-of-type(2) .audio-channel-code{color:#ff8b66}.audio-channel-copy{min-width:0}.audio-channel-copy strong,.audio-channel-copy small{display:block}.audio-channel-copy strong{color:#fff;font-size:1rem}.audio-channel-copy small{color:#b9d0c4;text-overflow:ellipsis;margin-top:.15rem;font-size:.72rem;line-height:1.2;overflow:hidden}.audio-channel-status{color:#facc15;text-align:right;min-width:2.25rem;font-size:.7rem;font-weight:900}.audio-toggle-input{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.audio-toggle-switch{background:#29463b;border:3px solid #071712;width:3.4rem;height:2rem;display:block;position:relative;box-shadow:inset 0 0 0 2px #557463}.audio-toggle-switch span{background:#8fa697;width:1.2rem;height:1.2rem;transition:left 90ms steps(2,end),background-color 90ms linear;position:absolute;top:.2rem;left:.2rem;box-shadow:2px 2px #071712}.audio-toggle-input:checked+.audio-toggle-switch{background:#176b4d;box-shadow:inset 0 0 0 2px #facc15}.audio-toggle-input:checked+.audio-toggle-switch span{background:#facc15;left:1.6rem}.audio-toggle-input:focus-visible+.audio-toggle-switch{outline-offset:3px;outline:4px solid #facc15}.audio-channel.is-unavailable{cursor:not-allowed;opacity:.58}.audio-channel.is-unavailable .audio-toggle-switch{background:#2e3e37}.audio-volume{border-bottom:2px solid #315b4b;min-height:4.35rem;padding:.35rem 0 .45rem;display:block}.audio-volume>span{justify-content:space-between;align-items:center;gap:1rem;min-height:1.6rem;display:flex}.audio-volume strong{color:#fff;font-size:.9rem}.audio-volume output{color:#facc15;text-align:center;background:#071712;border:2px solid #557463;min-width:3.25rem;padding:.15rem .3rem;font-size:.75rem;font-weight:900}.audio-volume input{appearance:none;background:0 0;width:100%;min-height:2.2rem;margin:.2rem 0 0}.audio-volume input::-webkit-slider-runnable-track{background:linear-gradient(to right, #facc15 0 var(--audio-level), #29463b var(--audio-level) 100%);border:2px solid #071712;height:.75rem;box-shadow:inset 0 0 0 2px #557463}.audio-volume input::-webkit-slider-thumb{appearance:none;background:#e7633d;border:3px solid #071712;border-radius:0;width:1.35rem;height:1.65rem;margin-top:-.55rem;box-shadow:2px 2px #071712}.audio-volume input::-moz-range-track{background:#29463b;border:2px solid #071712;height:.55rem}.audio-volume input::-moz-range-progress{background:#facc15;height:.55rem}.audio-volume input::-moz-range-thumb{background:#e7633d;border:3px solid #071712;border-radius:0;width:1rem;height:1.35rem}.audio-settings-footer{background:#0b2119;border-top:4px solid #facc15;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.65rem .9rem;display:grid}.audio-settings-footer p{color:#9bb8aa;margin:0;font-size:.72rem;line-height:1.25}.audio-language-button{color:#fff;background:#173f35;border:3px solid #e7633d;border-radius:2px;min-height:3rem;padding:.4rem .75rem;font-weight:800;box-shadow:3px 3px #071712}.audio-language-button:hover{color:#102f24;background:#facc15}@media (width<=720px),(orientation:portrait) and (width<=900px){.audio-settings-body,.audio-settings-footer{grid-template-columns:1fr}.audio-language-button{width:100%}}@media (orientation:landscape) and (height<=500px){.audio-settings-layer{padding:.45rem}.audio-settings-panel{width:min(48rem,100vw - 1rem);max-height:calc(100dvh - 1rem)}.audio-settings-header{min-height:3.8rem;padding:.45rem .65rem}.audio-console-mark{width:2.5rem;height:2.5rem}.audio-settings-title h2{font-size:1.3rem}.audio-settings-body{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:.75rem;padding:.55rem .7rem}.audio-channel-section h3,.audio-mixer-section h3{margin-bottom:.25rem}.audio-channel,.audio-volume{min-height:3.35rem}.audio-volume{min-height:2.9rem;padding:.1rem 0 .15rem}.audio-volume>span{min-height:1.1rem}.audio-volume input{min-height:1.6rem;margin-top:0}.audio-channel-copy small{white-space:nowrap}.audio-settings-footer{grid-template-columns:minmax(0,1fr) auto;padding:.45rem .7rem}.audio-language-button,.audio-close-button{min-height:2.75rem}}.mission-actions{right:max(.75rem, env(safe-area-inset-right));bottom:max(.75rem, env(safe-area-inset-bottom));z-index:30;flex-direction:column;gap:.65rem;width:7.5rem;display:flex;position:absolute}.mission-action-button{border-radius:6px;min-height:3rem;padding:.65rem .8rem;font-weight:800;box-shadow:0 4px #5a4508}.mission-action-button:disabled{cursor:not-allowed;color:#243b30;box-shadow:none;background:#8fa697}.mission-help-button{color:#fff;background:#081510d1;border:2px solid #fff}.minimap-location{z-index:3;color:#fff;text-align:center;text-shadow:1px 1px #10251b;background:#173326;border:2px solid #fffdf2;border-radius:4px;outline:2px solid #10251b;max-width:10.5rem;min-height:1.85rem;margin-top:-1.3rem;padding:.2rem .7rem;font-size:.88rem;font-weight:900;line-height:1;position:relative;box-shadow:3px 3px #0a1c15}.navigation-hud .navigation-mission-panel{width:100%;margin-top:.15rem;box-shadow:4px 4px #00000061}.adventure-dock{z-index:30;right:max(.75rem, env(safe-area-inset-right));bottom:calc(max(.75rem, env(safe-area-inset-bottom)) + 4.25rem);grid-template-columns:repeat(2,4.65rem);justify-items:center;gap:.35rem .55rem;width:9.85rem;display:grid;position:absolute}.adventure-dock__button{color:#fffdf2;text-align:center;text-shadow:1px 1px #0a1c15;background:#1a3f32;border:3px solid #fff7d6;border-radius:50%;outline:3px solid #14281f;align-content:center;place-items:center;gap:.12rem;width:4.65rem;height:4.65rem;font-size:.68rem;font-weight:900;line-height:1;display:grid;box-shadow:0 0 0 3px #d09b32,4px 4px #0a1c15}.adventure-dock__button:hover:not(:disabled),.adventure-dock__button:focus-visible{background:#276047;transform:translateY(-2px)}.adventure-dock__button:active:not(:disabled){transform:translate(2px,2px);box-shadow:0 0 0 3px #d09b32,2px 2px #0a1c15}.adventure-dock__button:disabled{cursor:not-allowed;filter:grayscale(.75)brightness(.7)}.adventure-dock__button--quests{grid-column:1/-1}.adventure-dock__icon{color:#ffd36a;width:1.55rem;height:1.3rem;display:block;position:relative}.adventure-dock__icon--book{background:#fff2c5;border:3px solid;box-shadow:inset 0 0 0 2px #a7503b}.adventure-dock__icon--book:before{content:"";background:#9d4a35;width:3px;position:absolute;top:-3px;bottom:-3px;left:calc(50% - 1px)}.adventure-dock__icon--bag{background:#c77732;border:3px solid #5e341c;width:1.45rem;height:1.2rem;box-shadow:inset 0 -4px #8f4b25}.adventure-dock__icon--bag:before{content:"";border:3px solid #ffd36a;border-bottom:0;width:.72rem;height:.48rem;position:absolute;top:-.52rem;left:.18rem}.adventure-dock__icon--explore{background:#b9c9c3;border:3px solid #d7e7e0;width:1.08rem;height:1.08rem;transform:rotate(45deg);box-shadow:4px -4px 0 -1px #d7e7e0,7px -7px 0 -2px #173326}.journey-bag-overlay{z-index:64;background:#020c08b8;place-items:center;padding:1rem;display:grid;position:absolute;inset:0}.journey-bag{color:#13251d;background:#fff9df;border:4px solid #10251b;outline:4px solid #facc15;width:min(28rem,100%);box-shadow:8px 8px #0a1c15}.journey-bag__header{color:#fff;background:#153b2e;border-bottom:4px solid #10251b;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;padding:.7rem;display:grid}.journey-bag__badge{color:#13251d;background:#facc15;border:3px solid #10251b;place-items:center;width:2.75rem;height:2.75rem;font-size:.76rem;font-weight:900;display:grid}.journey-bag__header p,.journey-bag__finds p{color:#facc15;margin:0;font-size:.78rem;font-weight:900}.journey-bag__header h2{margin:.1rem 0 0;font-size:clamp(1.35rem,3.5vw,1.85rem);line-height:1}.journey-bag__close{color:#13251d;background:#fff9df;border:3px solid #10251b;place-items:center;width:2.45rem;height:2.45rem;font-size:1.2rem;font-weight:900;display:grid}.journey-bag__summary,.journey-bag__finds{background:#e7f0d8;border:3px solid #315343;padding:.7rem}.journey-bag__summary strong{color:#176b4d;font-size:1.65rem;line-height:1;display:block}.journey-bag__summary span,.journey-bag__finds>span,.journey-bag__finds li{color:#315343;font-size:.92rem;font-weight:700;line-height:1.2}.journey-bag__finds{background:#fffdf2;grid-column:1/-1}.journey-bag__finds ul{flex-wrap:wrap;gap:.4rem;margin:.55rem 0 0;padding:0;list-style:none;display:flex}.journey-bag__finds li{background:#cce3d3;border:2px solid #315343;padding:.25rem .42rem}.journey-bag__done{color:#fff;background:#176b4d;border:3px solid #10251b;width:calc(100% - 1.8rem);min-height:3rem;margin:0 .9rem .9rem;font-weight:900;box-shadow:3px 3px #10251b}.mission-interact-button{--interaction-accent:#facc15;color:#fff;background:#0b2119}.contextual-interact-button{z-index:35;min-width:8.5rem;min-height:3.25rem;box-shadow:4px 4px 0 #071712, 7px 7px 0 var(--interaction-accent);border:3px solid #fff7d6;border-radius:2px;outline:2px solid #071712;padding:.35rem .55rem;font-weight:900;animation:.18s steps(3,end) both interaction-prompt-in;position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-100% - 1rem))}.contextual-interact-button:before{background:var(--interaction-accent);width:.35rem;height:.35rem;box-shadow:-.55rem 0 var(--interaction-accent);content:"";position:absolute;top:.3rem;right:.3rem}.contextual-interact-button:after{clip-path:polygon(0 0,100% 0,50% 100%);content:"";background:#fff7d6;width:1.1rem;height:.75rem;position:absolute;bottom:-.75rem;left:calc(50% - .55rem)}.contextual-interact-button:hover{color:#071712;background:var(--interaction-accent)}.contextual-interact-button:active{box-shadow:2px 2px 0 #071712, 4px 4px 0 var(--interaction-accent);transform:translate(calc(2px - 50%),calc(-100% - .875rem))}.fishing-interact-button{--interaction-accent:#63c7d6}.swimming-interact-button{--interaction-accent:#7dd3fc}@keyframes interaction-prompt-in{0%{opacity:0;transform:translate(-50%,calc(-100% - .55rem))scale(.88)}to{opacity:1;transform:translate(-50%,calc(-100% - 1rem))scale(1)}}.fishing-nearby-prompt{--fishing-prompt-accent:#63c7d6;z-index:34;color:#fff;min-width:16rem;max-width:min(22rem,100vw - 2rem);box-shadow:4px 4px 0 #071712, 7px 7px 0 var(--fishing-prompt-accent);pointer-events:none;background:#0b2119f5;border:3px solid #fff7d6;border-radius:2px;outline:2px solid #071712;grid-template-columns:3rem minmax(0,1fr);align-items:center;gap:.65rem;padding:.4rem .55rem;animation:.18s steps(3,end) both fishing-prompt-in;display:grid;position:absolute;top:43%;left:50%;transform:translate(-50%,calc(-100% - .85rem))}.fishing-nearby-prompt[data-state=face-water]{--fishing-prompt-accent:#facc15}.fishing-nearby-prompt:after{clip-path:polygon(0 0,100% 0,50% 100%);content:"";background:#fff7d6;width:1.1rem;height:.75rem;position:absolute;bottom:-.75rem;left:calc(50% - .55rem)}.fishing-prompt-code{color:#071712;background:var(--fishing-prompt-accent);border:3px solid #071712;place-items:center;width:3rem;height:3rem;font-size:.72rem;font-weight:900;display:grid;box-shadow:inset 0 0 0 2px #fff7d685}.fishing-prompt-copy{text-align:left;min-width:0;display:grid}.fishing-prompt-copy strong{color:#fff;font-size:.95rem;line-height:1.05}.fishing-prompt-copy small{color:var(--fishing-prompt-accent);text-overflow:ellipsis;white-space:nowrap;margin-top:.25rem;font-size:.7rem;font-weight:700;line-height:1.15;overflow:hidden}@keyframes fishing-prompt-in{0%{opacity:0;transform:translate(-50%,calc(-100% - .45rem))scale(.9)}to{opacity:1;transform:translate(-50%,calc(-100% - .85rem))scale(1)}}.region-banner{--region-accent:#facc15;z-index:32;top:max(5.4rem, calc(env(safe-area-inset-top) + 4.7rem));min-width:17rem;max-width:min(25rem,100vw - 2rem);box-shadow:5px 5px 0 #071712, 8px 8px 0 var(--region-accent);pointer-events:none;background:#0b2119f5;border:3px solid #fff7d6;outline:3px solid #071712;grid-template-columns:3.25rem minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.45rem .6rem;animation:1.9s steps(6,end) both region-banner-in;display:grid;position:fixed;left:50%;transform:translate(-50%)}.region-banner[data-region=village]{--region-accent:#e7633d}.region-banner[data-region=forest]{--region-accent:#7fbf63}.region-banner[data-region=river]{--region-accent:#63c7d6}.region-banner[data-region=farm]{--region-accent:#facc15}.region-banner[data-region=jungle]{--region-accent:#48a868}.region-banner[data-region=waterfall]{--region-accent:#8ed9e4}.region-banner:after{background:var(--region-accent);content:"";transform-origin:0;height:3px;animation:1.5s steps(12,end) .18s both region-banner-progress;position:absolute;bottom:-3px;left:0;right:0}.region-banner-code{color:#071712;background:var(--region-accent);border:3px solid #071712;place-items:center;width:3.25rem;height:3.25rem;font-size:.82rem;font-weight:900;display:grid;box-shadow:inset 0 0 0 2px #fff7d680}.region-banner-copy{text-align:left;min-width:0;display:grid}.region-banner-copy>span{color:var(--region-accent);text-transform:uppercase;font-size:.66rem;font-weight:900;line-height:1}.region-banner-copy strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;margin-top:.3rem;font-size:1.2rem;line-height:1.05;overflow:hidden}.region-banner-signal{align-items:end;gap:3px;height:2rem;display:flex}.region-banner-signal i{background:var(--region-accent);border:1px solid #071712;width:5px;display:block}.region-banner-signal i:first-child{height:.5rem}.region-banner-signal i:nth-child(2){height:1rem}.region-banner-signal i:nth-child(3){height:1.5rem}@keyframes region-banner-in{0%{clip-path:inset(0 50%);opacity:0;transform:translate(-50%,-.35rem)}14%,78%{clip-path:inset(0);opacity:1;transform:translate(-50%)}to{clip-path:inset(0);opacity:0;transform:translate(-50%,.25rem)}}@keyframes region-banner-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.fishing-overlay{z-index:58;padding:max(.75rem, env(safe-area-inset-top)) max(.75rem, env(safe-area-inset-right)) max(.75rem, env(safe-area-inset-bottom)) max(.75rem, env(safe-area-inset-left));background:#040c08d1;place-items:center;display:grid;position:fixed;inset:0;overflow:auto}.fishing-panel{color:#13251d;background:#fffdf2;border:4px solid #facc15;border-radius:2px;outline:4px solid #071712;width:min(42rem,100%);max-height:calc(100dvh - 1.5rem);padding:1rem;overflow:auto;box-shadow:7px 7px #071712,10px 10px #63c7d6}.fishing-header{justify-content:space-between;align-items:start;gap:1rem;display:flex}.fishing-header p,.fishing-header h2,.fishing-header span,.fishing-copy p,.fishing-copy h3,.fishing-copy blockquote{margin:0}.fishing-header p{color:#176b4d;text-transform:uppercase;font-size:.75rem;font-weight:700}.fishing-header h2{font-size:1.55rem;line-height:1.15}.fishing-header span{color:#536b5f;font-size:.82rem}.fishing-header>button{color:#13251d;background:#fff;border:2px solid #176b4d;border-radius:4px;min-width:3rem;min-height:3rem;font-weight:800}.fishing-reading-progress{background:#13251d;border:3px solid #13251d;grid-template-columns:repeat(3,minmax(0,1fr));gap:3px;margin:.75rem 0 0;padding:3px;list-style:none;display:grid}.fishing-reading-progress li{color:#6f877b;background:#dce8df;grid-template-columns:1.75rem minmax(0,1fr);align-items:center;gap:.45rem;min-width:0;min-height:2.75rem;padding:.3rem .45rem;display:grid}.fishing-reading-progress li>span{border:2px solid;place-items:center;width:1.75rem;height:1.75rem;font-size:.72rem;font-weight:900;display:grid}.fishing-reading-progress li strong{text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:.78rem;overflow:hidden}.fishing-reading-progress li.is-active{color:#13251d;background:#fff2a8}.fishing-reading-progress li.is-active>span{background:#facc15}.fishing-reading-progress li.is-complete{color:#fff;background:#176b4d}.fishing-reading-progress li.is-complete>span{color:#13251d;background:#7fd09e}.fishing-scene{background:#67c9de;border:3px solid #315343;height:8rem;margin:.9rem 0;position:relative;overflow:hidden}.fishing-bank{background:#9db830;border-bottom:.5rem solid #b8733e;height:2.2rem;position:absolute;inset:0 0 auto}.fishing-water{background:#b8eff5;height:.45rem;position:absolute;inset:4.2rem 0 auto;box-shadow:6rem 1.9rem #4aa9c4,17rem .9rem #b8eff5,28rem 2.2rem #4aa9c4}.fishing-line{background:#fffdf2;width:2px;height:4.3rem;position:absolute;top:1.4rem;left:50%}.fishing-bobber{background:#facc15;border:2px solid #13251d;width:10px;height:10px;position:absolute;top:5.4rem;left:calc(50% - 5px)}.fishing-stage-waiting .fishing-bobber{animation:.8s steps(2,end) infinite bobber-wait}.fishing-stage-bite .fishing-bobber{transform:translateY(7px)}.fishing-splash{color:#fff;font-size:1.5rem;font-weight:900;position:absolute;top:4.8rem;left:calc(50% + .75rem)}@keyframes bobber-wait{50%{transform:translateY(3px)}}.fishing-copy{gap:.7rem;min-height:4rem;font-size:1rem;line-height:1.4;display:grid}.fishing-copy blockquote{background:#eff7e7;border-left:4px solid #facc15;padding:.65rem .8rem}.fishing-cue,.fishing-catch,.fishing-copy .is-correct{color:#176b4d;font-weight:800}.fishing-copy .is-retry{color:#7b4a20;font-weight:700}.fishing-primary,.fishing-choices button,.fishing-cancel{border-radius:4px;min-height:3rem;padding:.55rem .9rem;font-weight:800}.fishing-primary{color:#13251d;background:#facc15;border:2px solid #13251d;width:100%;margin-top:.8rem}.fishing-pull{background:#6fd4e7}.fishing-choices{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin-top:.8rem;display:grid}.fishing-choices button{color:#13251d;background:#fff;border:2px solid #176b4d}.fishing-cancel{color:#315343;background:0 0;border:2px solid #7d9286;width:100%;margin-top:.55rem}@media (width<=480px){.fishing-nearby-prompt{grid-template-columns:2.6rem minmax(0,1fr);min-width:14rem}.fishing-prompt-code{width:2.6rem;height:2.6rem}.region-banner{top:max(4.6rem, calc(env(safe-area-inset-top) + 4rem));grid-template-columns:2.75rem minmax(0,1fr) auto;gap:.55rem;min-width:14rem}.region-banner-code{width:2.75rem;height:2.75rem}.region-banner-copy strong{font-size:1rem}.fishing-panel{padding:.75rem}.fishing-scene{height:6.5rem}.fishing-choices{grid-template-columns:1fr}}@media (height<=430px) and (orientation:landscape){.fishing-panel{grid-template-columns:minmax(10rem,.8fr) minmax(16rem,1.2fr);gap:.6rem 1rem;display:grid}.fishing-header{grid-column:1/-1}.fishing-reading-progress{grid-column:1/-1;margin-top:0}.fishing-scene{height:7rem;margin:0}.fishing-copy{align-content:center}.fishing-primary,.fishing-choices{grid-column:2;margin-top:0}.fishing-cancel{grid-column:1/-1;min-height:2.5rem;margin-top:0}}@media (prefers-reduced-motion:reduce){.region-banner,.region-banner:after,.fishing-nearby-prompt,.fishing-stage-waiting .fishing-bobber{animation:none}}.interaction-desktop-label{color:#fff;text-align:left;grid-template-columns:2.25rem minmax(0,1fr);justify-content:center;align-items:center;gap:.6rem;min-height:2.25rem;padding-right:.55rem;line-height:1;display:grid}.interaction-desktop-label kbd{color:#071712;background:var(--interaction-accent);border:3px solid #071712;border-radius:0;place-items:center;width:2.25rem;height:2.25rem;font-size:1rem;font-weight:900;line-height:1;display:grid;box-shadow:inset 0 0 0 2px #fff7d685}.interaction-mobile-label{display:none}@media (pointer:coarse),(hover:none){.interaction-desktop-label{display:none}.interaction-mobile-label{color:#fff;justify-content:center;align-items:center;gap:.55rem;min-height:2.5rem;padding:0 .75rem;display:flex}.interaction-mobile-label:before{background:var(--interaction-accent);content:"";border:2px solid #071712;width:1.25rem;height:1.25rem;box-shadow:inset 0 0 0 2px #fff7d685}.contextual-interact-button{min-width:8.5rem;min-height:3.5rem;padding:.25rem .45rem}}@media (prefers-reduced-motion:reduce){.contextual-interact-button{animation:none}}.mission-overlay{z-index:40;padding:max(5rem, env(safe-area-inset-top)) max(.75rem, env(safe-area-inset-right)) max(.75rem, env(safe-area-inset-bottom)) max(.75rem, env(safe-area-inset-left));background:#00000085;justify-content:center;align-items:flex-end;animation:.12s steps(2,end) pixel-overlay-in;display:flex;position:fixed;inset:0}@keyframes pixel-overlay-in{0%{opacity:0}to{opacity:1}}.dialogue-panel{background:var(--pixel-paper);color:#13251d;border:4px solid #176b4d;border-radius:3px;grid-template-columns:4rem minmax(0,1fr) auto;gap:1rem;width:min(56rem,100%);max-height:min(24rem,100dvh - 6rem);padding:1rem;display:grid;overflow:hidden;box-shadow:7px 7px #0b4934,12px 12px #00000059}.dialogue-speaker{background:#0b4934;border:3px solid #176b4d;border-radius:2px;place-items:center;width:4rem;height:4rem;padding:.2rem;display:grid;overflow:hidden;box-shadow:3px 3px #13251d}.dialogue-portrait{width:100%;height:100%;image-rendering:pixelated;background-position:0 0;background-repeat:no-repeat;display:block}.dialogue-speaker-initials{color:#176b4d;background:#dcefe5;place-items:center;width:100%;height:100%;font-size:.9rem;font-weight:900;display:grid}.dialogue-name{color:#176b4d;margin:0;font-size:1.15rem;font-weight:900;line-height:1.1}.dialogue-role{color:#567064;margin:.25rem 0 0;font-size:.88rem;font-weight:700}.dialogue-actions{flex-direction:column;align-self:end;gap:.6rem;min-width:7rem;display:flex}.dialogue-next,.dialogue-skip,.dialogue-tool{border-radius:6px;min-height:3rem;padding:.7rem 1.1rem;font-size:1.05rem;font-weight:900}.dialogue-next{color:#13251d;background:#facc15}.dialogue-skip{color:#176b4d;background:#fff;border:2px solid #176b4d}.dialogue-tool{color:#176b4d;background:#edf8f1;border:1px solid #7aa28f;font-size:1rem}.dialogue-panel [aria-label]+p,.dialogue-panel p[aria-label]{min-height:3.5rem}.help-panel,.completion-panel,.story-panel,.question-panel{background:var(--pixel-paper);border:4px solid #176b4d;border-radius:3px;width:min(40rem,100%);max-height:calc(100dvh - 6rem);padding:clamp(1rem,3vw,1.5rem);overflow-y:auto;box-shadow:7px 7px #0b4934,12px 12px #00000059}.story-panel{color:#13251d;width:min(44rem,100%)}.story-eyebrow{color:#176b4d;text-transform:uppercase;margin:0;font-size:1rem;font-weight:900}.story-panel h2,.help-panel h2,.completion-panel h2,.question-panel h2{color:#13251d;margin:.2rem 0 0;font-size:clamp(1.35rem,3vw,2rem);font-weight:900;line-height:1.15}.story-copy{color:#27483a;gap:.75rem;margin-top:1rem;font-size:clamp(1.25rem,2.2vw,1.5rem);font-weight:600;line-height:1.65;display:grid}.activity-intro-panel>p:last-of-type,.activity-transition-copy{color:#315343;margin:.9rem 0 0;font-size:1.2rem;line-height:1.55}.reading-progress{color:#567064;margin:.75rem 0 0;font-size:1rem;font-weight:700}.reading-actions{justify-content:space-between;gap:.75rem;margin-top:1rem;display:flex}.reading-actions .story-primary{margin-top:0}.story-copy p,.help-panel p,.completion-panel p{margin:0}.help-panel>p:nth-of-type(2),.completion-panel>p:nth-of-type(2){color:#315343;margin-top:.8rem;font-size:1.05rem;line-height:1.55}.help-guide-panel{border:4px solid var(--pixel-gold);width:min(48rem,100vw - 1.5rem);max-height:calc(100dvh - 1.5rem);color:var(--pixel-ink);border-radius:2px;outline:3px solid #071712;padding:0;overflow-y:auto;box-shadow:7px 7px #071712,10px 10px #63c7d6}.help-guide-overlay{z-index:80;padding:max(.5rem, env(safe-area-inset-top)) max(.75rem, env(safe-area-inset-right)) max(.75rem, env(safe-area-inset-bottom)) max(.75rem, env(safe-area-inset-left));align-items:center}.help-guide-header{background:#0b2119;border-bottom:3px solid #071712;grid-template-columns:3rem minmax(0,1fr) 2.75rem;align-items:center;gap:.7rem;padding:.6rem .7rem;display:grid}.help-guide-code,.help-band-code{background:var(--pixel-gold);color:#071712;border:3px solid #071712;place-items:center;width:3rem;height:3rem;font-size:.8rem;font-weight:900;display:grid}.help-guide-header .story-eyebrow{color:var(--pixel-gold);font-size:.72rem}.help-guide-panel .help-guide-header h2{color:#fff;margin-top:.1rem;font-size:1.35rem}.help-guide-close{background:var(--pixel-paper);color:#071712;border:3px solid #071712;border-radius:0;place-items:center;width:2.75rem;height:2.75rem;font-size:1.8rem;font-weight:900;line-height:1;display:grid}.help-guide-body{padding:.75rem}.help-objective-band{background:#fff2a8;border:3px solid #13251d;border-left-width:6px;grid-template-columns:3rem minmax(0,1fr);align-items:center;gap:.7rem;padding:.65rem;display:grid}.help-band-code{color:#fff;background:#176b4d}.help-objective-band h3,.help-section-label{color:#176b4d;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:900}.help-objective-band strong{margin-top:.1rem;font-size:1.05rem;line-height:1.25;display:block}.help-objective-band p{color:#315343;margin-top:.15rem;font-size:.82rem;line-height:1.3}.help-guide-grid{border:3px solid #13251d;grid-template-columns:.9fr 1.1fr;margin-top:.65rem;display:grid}.help-clue-section,.help-strategy-section{min-width:0;padding:.65rem}.help-strategy-section{background:#edf8f1;border-left:3px solid #13251d}.help-clue-copy{color:#27483a;font-size:.95rem;font-weight:700;line-height:1.4;margin-top:.35rem!important}.help-strategy-section ol{counter-reset:help-step;gap:.35rem;margin:.35rem 0 0;padding:0;list-style:none;display:grid}.help-strategy-section li{color:#27483a;counter-increment:help-step;grid-template-columns:1.65rem minmax(0,1fr);align-items:center;gap:.4rem;font-size:.82rem;font-weight:700;line-height:1.25;display:grid}.help-strategy-section li:before{background:var(--pixel-gold);color:#13251d;content:counter(help-step);border:2px solid #13251d;place-items:center;width:1.65rem;height:1.65rem;font-weight:900;display:grid}.help-controls-strip{background:#dcefe5;border:3px solid #13251d;grid-template-columns:auto repeat(3,minmax(0,1fr));align-items:center;gap:.55rem;margin-top:.65rem;padding:.5rem .6rem;display:grid}.help-controls-strip>span{color:#27483a;align-items:center;gap:.35rem;min-width:0;font-size:.72rem;font-weight:800;line-height:1.15;display:flex}.help-controls-strip kbd{color:#fff;font-family:var(--game-ui-font);background:#176b4d;border:2px solid #071712;flex:none;padding:.2rem .3rem;font-size:.65rem;font-weight:900}.help-guide-actions{background:#f3ead0;border-top:3px solid #13251d;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;padding:.65rem .75rem;display:grid}.help-guide-actions button{min-width:0;min-height:2.75rem;margin:0;padding:.5rem .6rem;font-size:.9rem}@media (height<=520px) and (orientation:landscape){.help-guide-panel{width:min(50rem,100vw - 1rem);max-height:calc(100dvh - .75rem)}.help-guide-header{grid-template-columns:2.4rem minmax(0,1fr) 2.4rem;gap:.5rem;padding:.35rem .5rem}.help-guide-code,.help-band-code{width:2.4rem;height:2.4rem;font-size:.68rem}.help-guide-close{width:2.4rem;height:2.4rem;font-size:1.45rem}.help-guide-header .story-eyebrow{font-size:.62rem}.help-guide-panel .help-guide-header h2{font-size:1.05rem}.help-guide-body{padding:.45rem}.help-objective-band{grid-template-columns:2.4rem minmax(0,1fr);gap:.5rem;padding:.4rem .5rem}.help-objective-band strong{font-size:.88rem}.help-objective-band p{font-size:.7rem}.help-guide-grid,.help-controls-strip{margin-top:.4rem}.help-clue-section,.help-strategy-section{padding:.4rem .5rem}.help-clue-copy{font-size:.75rem;line-height:1.25;margin-top:.2rem!important}.help-strategy-section ol{gap:.2rem;margin-top:.2rem}.help-strategy-section li{grid-template-columns:1.35rem minmax(0,1fr);gap:.3rem;font-size:.7rem}.help-strategy-section li:before{width:1.35rem;height:1.35rem;font-size:.68rem}.help-controls-strip{gap:.35rem;padding:.35rem .45rem}.help-controls-strip>span{font-size:.63rem}.help-controls-strip kbd{font-size:.58rem}.help-guide-actions{padding:.4rem .5rem}.help-guide-actions button{min-height:2.35rem;padding:.35rem .45rem;font-size:.78rem}}.story-primary,.question-secondary{border-radius:6px;min-height:2.75rem;padding:.65rem 1rem;font-size:1.1rem;font-weight:900}.story-primary{color:#fff;background:#176b4d;border:2px solid #176b4d;margin-top:1.1rem}.question-secondary{color:#176b4d;background:#fff;border:2px solid #176b4d}.question-overlay{align-items:center}.question-panel{color:#13251d;flex-direction:column;width:min(54rem,100%);display:flex;overflow:hidden}.question-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.question-panel progress{accent-color:#176b4d;width:100%;height:.65rem;margin-top:.75rem}.question-scroll{min-height:0;padding:0 .2rem .2rem 0;overflow-y:auto}.question-prompt{margin:.85rem 0;font-size:clamp(1.35rem,2.4vw,1.6rem);font-weight:900;line-height:1.35}.answer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;display:grid}.answer-choice{text-align:left;color:#13251d;background:#f5fbf7;border:2px solid #7aa28f;border-radius:6px;grid-template-columns:2rem minmax(0,1fr) auto;align-items:center;gap:.65rem;min-height:3.25rem;padding:.55rem .7rem;font-size:1.15rem;font-weight:800;display:grid}.answer-choice.is-selected{background:#dcefe5;border-color:#176b4d;box-shadow:inset 0 0 0 2px #fff,3px 3px #176b4d}.answer-choice:hover:not(:disabled){background:#e7f4ec;border-color:#176b4d}.answer-choice:disabled{cursor:default}.answer-choice:disabled:not(:only-child){opacity:.78}.answer-letter{color:#fff;background:#176b4d;border-radius:50%;place-items:center;width:2rem;height:2rem;font-weight:900;display:grid}.answer-tried{color:#7b4d00;font-size:1rem;font-weight:900}.answer-feedback{color:#27483a;background:#e7f4ec;border-left:5px solid #176b4d;gap:.15rem;margin-top:.75rem;padding:.65rem .75rem;font-size:1.1rem;line-height:1.4;display:grid}.answer-feedback.is-hint{color:#65400a;background:#fff3d3;border-left-color:#b36b00}.question-footer,.completion-actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;margin-top:.8rem;display:flex}.answer-later-button{color:#27483a;background:#f4f7f5;border:2px solid #657b70;border-radius:6px;min-height:2.75rem;margin-right:auto;padding:.65rem 1rem;font-weight:850}.deferred-panel{color:#13251d;width:min(30rem,100%)}.deferred-panel .story-primary{margin-top:0}.saved-question-count{color:#65400a;margin:.35rem 0 0;font-size:.82rem;font-weight:800}.saved-question-notice{color:#27483a;background:#edf8f1;border-left:4px solid #176b4d;margin:.65rem 0 0;padding:.5rem .65rem;font-weight:750}.deferred-saved-toast{z-index:55;color:#fff;text-align:center;pointer-events:none;background:#13372bf5;border:2px solid #dcefe5;border-radius:6px;max-width:min(32rem,100% - 2rem);padding:.75rem 1rem;font-weight:800;line-height:1.35;animation:3.6s forwards deferred-toast;position:absolute;bottom:clamp(5.5rem,16vh,8rem);left:50%;transform:translate(-50%)}@keyframes deferred-toast{0%,72%{opacity:1}to{opacity:0}}@media (prefers-reduced-motion:reduce){.deferred-saved-toast{animation:none}}.tutorial-layer{z-index:60;pointer-events:none;position:fixed;inset:0;overflow:hidden}.tutorial-spotlight{z-index:61;pointer-events:none;border:4px solid #fff;border-radius:8px;transition:left .18s,top .18s,width .18s,height .18s;position:fixed;box-shadow:0 0 0 4px #facc15,0 0 0 9999px #030c08c2}.tutorial-pointer{z-index:64;filter:drop-shadow(0 2px 1px #0000008c);pointer-events:none;width:28px;height:42px;animation:1.8s ease-in-out infinite tutorial-point;position:fixed}.tutorial-pointer-finger{background:#ffd59b;border:2px solid #13251d;border-radius:7px 7px 3px 3px;width:9px;height:25px;position:absolute;top:0;left:10px}.tutorial-pointer-palm{background:#ffd59b;border:2px solid #13251d;border-radius:8px 8px 10px 10px;width:23px;height:22px;position:absolute;bottom:0;left:4px}.tutorial-narrator{z-index:65;color:#13251d;pointer-events:auto;background:#fff;border:4px solid #176b4d;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;gap:.65rem 1rem;width:min(48rem,100vw - 1.5rem);max-height:min(13rem,100dvh - 1.5rem);padding:.85rem 1rem;display:grid;position:fixed;left:50%;overflow-y:auto;transform:translate(-50%);box-shadow:0 6px #0d3f2d,0 14px 32px #00000073}.tutorial-narrator.is-top{top:max(.75rem, env(safe-area-inset-top))}.tutorial-narrator.is-bottom{bottom:max(.75rem, env(safe-area-inset-bottom))}.tutorial-narrator.is-targetless{top:max(6.25rem, calc(env(safe-area-inset-top) + 5.5rem));width:min(42rem,100vw - 1.5rem);max-height:min(12rem,100dvh - 7rem);bottom:auto}.tutorial-narrator.is-ready{text-align:center;grid-template-columns:1fr;width:min(30rem,100vw - 1.5rem);max-height:calc(100dvh - 1.5rem);top:50%;bottom:auto;transform:translate(-50%,-50%)}.tutorial-narrator.is-ready .tutorial-tools{grid-template-columns:repeat(2,minmax(0,1fr))}.tutorial-narrator.is-ready .tutorial-finish{grid-column:1/-1;min-height:3.25rem}.tutorial-narrator.is-reading-step:not(.is-side){width:min(38rem,100vw - 1.5rem)}.tutorial-narrator.is-side{grid-template-columns:minmax(0,1fr);gap:.65rem;padding:.75rem}.tutorial-narrator.is-side .tutorial-copy{min-height:0;font-size:1.05rem;line-height:1.4}.tutorial-narrator.is-side .tutorial-tools{grid-template-columns:repeat(2,minmax(0,1fr))}.tutorial-narrator.is-side .tutorial-skip{grid-column:1/-1}.tutorial-speaker{color:#176b4d;text-transform:uppercase;margin:0;font-size:1rem;font-weight:900}.tutorial-copy{min-height:3rem;margin:.25rem 0 0;font-size:1.2rem;font-weight:750;line-height:1.45}.tutorial-more-arrow{color:#176b4d;font-weight:950;animation:1.2s ease-in-out infinite tutorial-more;display:inline-block}.tutorial-tools{grid-template-columns:repeat(2,minmax(7.5rem,1fr));gap:.4rem;display:grid}.tutorial-tools button,.tutorial-confirm button{color:#176b4d;background:#fff;border:2px solid #176b4d;border-radius:6px;min-height:2.75rem;padding:.45rem .65rem;font-size:1rem;font-weight:850}.tutorial-tools .tutorial-finish{color:#13251d;background:#facc15}.temporary-voice-note{color:#567064;grid-column:1/-1;margin:0;font-size:1rem}.tutorial-confirm-layer{z-index:70;pointer-events:auto;background:#030c08d1;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.tutorial-confirm{color:#13251d;background:#fff;border:4px solid #176b4d;border-radius:8px;width:min(28rem,100%);padding:1.25rem}.tutorial-confirm h2{margin:.35rem 0 1rem;font-size:1.5rem}.tutorial-confirm>div{flex-wrap:wrap;justify-content:flex-end;gap:.65rem;display:flex}@keyframes tutorial-point{0%,70%,to{transform:translateY(0)}82%{transform:translateY(7px)}}@keyframes tutorial-more{0%,to{transform:translateY(0)}50%{transform:translateY(3px)}}.question-footer .story-primary,.completion-actions .story-primary{margin-top:0}.completion-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;margin-top:1.25rem;display:grid}.completion-summary div{background:#edf8f1;border:1px solid #a9cabb;border-radius:6px;padding:.7rem}.completion-summary dt{color:#315343;font-size:.75rem;font-weight:800}.completion-summary dd{color:#13251d;margin:.2rem 0 0;font-size:1.35rem;font-weight:900}.completion-actions button{min-height:3rem}@media (width<=520px){.mission-objective{top:max(4.75rem, calc(env(safe-area-inset-top) + 4.25rem));left:max(.75rem, env(safe-area-inset-left));width:min(18rem,100vw - 1.5rem)}.dialogue-panel{grid-template-columns:3.25rem minmax(0,1fr);gap:.75rem;padding:.8rem}.dialogue-speaker{width:3.25rem;height:3.25rem;font-size:.75rem}.dialogue-actions{grid-column:1/-1;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);width:100%;display:grid}.completion-summary{grid-template-columns:1fr 1fr}.answer-grid{grid-template-columns:1fr}.question-header{flex-direction:column;align-items:stretch;gap:.6rem}.question-header .question-secondary{width:100%}.tutorial-narrator{grid-template-columns:1fr;max-height:min(15rem,100dvh - 1rem);padding:.75rem}.tutorial-tools{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (orientation:landscape) and (height<=500px){.mission-objective{top:max(4.4rem, calc(env(safe-area-inset-top) + 3.9rem));width:min(17rem,100vw - 19rem);padding:.45rem .6rem}.movement-controls{width:9.75rem;height:9.75rem}.mission-actions{width:6.75rem}.dialogue-panel{max-height:calc(100dvh - 4.75rem);padding:.75rem}.help-panel,.completion-panel,.story-panel,.question-panel{max-height:calc(100dvh - 4.75rem)}.help-guide-overlay .help-guide-panel{max-height:calc(100dvh - .75rem)}.completion-panel{padding:.75rem}.completion-panel h2{margin-top:.15rem;font-size:1.5rem;line-height:1.8rem}.completion-panel>p:nth-of-type(2){margin-top:.35rem;font-size:.95rem;line-height:1.25rem}.completion-summary{grid-template-columns:minmax(9rem,.65fr) minmax(0,1.35fr);gap:.4rem;margin-top:.65rem}.completion-summary div{padding:.45rem}.completion-summary dd{font-size:1.1rem}.completion-panel>div:last-child{margin-top:.65rem}.story-copy{gap:.35rem;margin-top:.55rem;font-size:1.15rem;line-height:1.45}.story-panel .story-primary{margin-top:.6rem}.question-panel{padding:.7rem}.question-header{align-items:center}.question-header h2{font-size:1.35rem}.question-header .question-secondary{min-height:2.75rem;padding:.45rem .7rem}.question-prompt{margin:.45rem 0;font-size:1.25rem}.answer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem}.answer-choice{grid-template-columns:1.65rem minmax(0,1fr);gap:.4rem;min-height:2.75rem;padding:.35rem .45rem;font-size:1.05rem}.answer-letter{width:1.65rem;height:1.65rem}.answer-tried{display:none}.answer-feedback{margin-top:.45rem;padding:.4rem .55rem;font-size:1rem}.question-footer{margin-top:.45rem}.question-footer button{min-height:2.75rem;padding:.4rem .8rem}.tutorial-narrator{grid-template-columns:minmax(0,1fr) minmax(16rem,.9fr);width:min(44rem,100vw - 1rem);max-height:10.5rem;padding:.55rem .7rem}.tutorial-narrator.is-targetless{top:max(4.5rem, calc(env(safe-area-inset-top) + 4rem));width:min(36rem,100vw - 1rem);max-height:calc(100dvh - 5rem)}.tutorial-narrator.is-ready{width:min(28rem,100vw - 1rem);max-height:calc(100dvh - 1rem);top:50%}.tutorial-copy{min-height:2.4rem;font-size:1.05rem;line-height:1.4}.tutorial-tools button{min-height:2.75rem;padding:.25rem .4rem;font-size:.95rem}}@media (prefers-reduced-motion:reduce){.pixel-direction-arrow{transition:none}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=520px){.navigation-hud{top:max(7.5rem, calc(env(safe-area-inset-top) + 7rem));width:min(10rem,100vw - 1rem);left:max(.5rem, env(safe-area-inset-left))}.navigation-objective{font-size:.9rem}.minimap-shell{border-width:4px;width:6.75rem;height:6.75rem}.minimap-open-label{font-size:.65rem;bottom:.35rem}.minimap-title{top:.35rem}.minimap-location{max-width:8.25rem;font-size:.78rem}}@media (orientation:landscape) and (height<=500px){.navigation-hud{top:max(4.25rem, calc(env(safe-area-inset-top) + 3.8rem));width:min(10rem,100vw - 19rem)}.navigation-hud .navigation-mission-panel{padding:.45rem .55rem}.navigation-objective{font-size:.82rem;line-height:1.2}.navigation-trail-guide{gap:.15rem;font-size:.68rem}.navigation-proximity-meter{height:.55rem}.minimap-shell{width:6.25rem;height:6.25rem;margin-top:0;position:relative;top:auto;left:auto;right:auto}.minimap-open-label{font-size:.62rem;bottom:.3rem}.minimap-location{max-width:7rem;min-height:1.55rem;margin-top:-1rem;padding:.15rem .45rem;font-size:.7rem}.expanded-map-panel{grid-template-columns:minmax(0,1fr) auto;gap:.4rem .75rem;display:grid}.expanded-map-panel header,.expanded-map-objective,.expanded-world-map{grid-column:1/-1}.expanded-world-map{max-height:38dvh}.expanded-map-panel{padding:.5rem}.expanded-map-panel h2{font-size:1.45rem}.expanded-map-objective{margin:.25rem 0;font-size:.88rem}.expanded-world-map text{font-size:32px}.map-path-toggle{min-height:2.5rem;margin-top:.25rem}}@media (orientation:landscape) and (height<=500px) and (width<=900px){.game-title-short{display:inline}.game-title-full{display:none}}.language-selection-layer{z-index:120;padding:max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));background:#081510e0;place-items:center;display:grid;position:fixed;inset:0;overflow-y:auto}.character-selection-layer{z-index:130;padding:max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));background:#081510e0;place-items:center;display:grid;position:fixed;inset:0;overflow-y:auto}.character-selection-panel{color:#13251d;background:#fff8df;border:4px solid #13251d;border-radius:6px;width:min(720px,100%);max-height:calc(100dvh - 32px);padding:clamp(14px,3vw,24px);overflow-y:auto;box-shadow:8px 8px #081510}.character-selection-eyebrow{color:#176b4d;text-transform:uppercase;margin:0;font-size:.82rem;font-weight:900}.character-selection-panel h2{margin:4px 0 0;font-size:clamp(1.55rem,5vw,2.35rem);line-height:1.1}.character-selection-panel>p:not(.character-selection-eyebrow){color:#315343;margin:12px 0 0;font-size:1.05rem;line-height:1.45}.character-options{grid-template-columns:repeat(auto-fill,minmax(145px,1fr));gap:10px;margin-top:18px;display:grid}.character-option{color:#13251d;text-align:left;background:#fff;border:3px solid #315343;border-radius:4px;grid-template-rows:4.4rem auto auto;grid-template-columns:1fr;place-items:center;gap:.25rem;min-height:128px;padding:.5rem;display:grid;box-shadow:0 5px #9a7b3f}.character-option.is-selected{background:#fff2a8;border-color:#176b4d;box-shadow:0 5px #176b4d}.character-option:focus-visible{outline-offset:3px;outline:4px solid #f59e0b}.character-option__sprite{width:4rem;height:4.4rem;image-rendering:pixelated;background-position:0 0;background-repeat:no-repeat;grid-row:auto}.character-option__details{justify-items:center;gap:.28rem;min-width:0;display:grid}.character-option__name{overflow-wrap:anywhere;text-align:center;font-size:clamp(.85rem,1.8vw,1.05rem);font-weight:900}.character-option__status{color:#176b4d;text-transform:uppercase;font-size:.78rem;font-weight:900}.character-option__choice{color:#315343;text-transform:uppercase;align-items:center;gap:.35rem;font-size:.68rem;font-weight:900;display:inline-flex}.character-option__radio{color:#176b4d;border:2px solid;border-radius:50%;place-items:center;width:1.15rem;height:1.15rem;font-size:.72rem;line-height:1;display:grid}.character-option.is-selected .character-option__choice{color:#176b4d}.game-character-button{color:#fff;background:#081510d1;border:2px solid #fff;border-radius:.375rem;justify-content:center;align-items:center;min-height:2.75rem;padding:.5rem .75rem;font-weight:900;display:inline-flex;box-shadow:0 3px #081510}.game-character-button:before{content:"";background:#176b4d;border:2px solid #fff3d1;border-radius:50%;width:.5rem;height:.5rem;margin-right:.45rem;box-shadow:0 0 0 2px #081510}.character-selection-actions{justify-content:flex-end;gap:12px;margin-top:18px;display:flex}.language-selection-panel{color:#13251d;background:#fff8df;border:4px solid #13251d;border-radius:6px;width:min(560px,100%);max-height:calc(100dvh - 32px);padding:clamp(18px,4vw,32px);font-family:Pixelfy Sans,system-ui,sans-serif;overflow-y:auto;box-shadow:8px 8px #081510}.language-selection-eyebrow{color:#176b4d;text-transform:uppercase;font-size:.82rem;font-weight:900}.language-selection-panel h2{margin-top:4px;font-size:clamp(1.65rem,5vw,2.4rem);line-height:1.1}.language-selection-panel>p:not(.language-selection-eyebrow){color:#315343;margin-top:12px;font-size:1.05rem;line-height:1.45}.language-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:24px;display:grid}.language-option{color:#13251d;background:#fff;border:3px solid #315343;border-radius:4px;justify-content:center;align-items:center;gap:10px;min-height:68px;padding:12px 18px;font-size:1.25rem;font-weight:900;display:flex;box-shadow:0 5px #9a7b3f}.language-option.is-selected{background:#facc15;border-color:#176b4d;box-shadow:0 5px #176b4d}.language-option:focus-visible,.language-selection-panel button:focus-visible{outline-offset:3px;outline:4px solid #3b82f6}.language-check{color:#176b4d;border:2px solid;place-items:center;width:24px;height:24px;line-height:1;display:grid}.language-selection-actions{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.game-language-label-short,.game-character-label-short{display:none}@media (width<=600px){.game-language-label-full{display:none}.game-language-label-short{display:inline}.game-language-button{min-width:44px;padding-inline:7px}.game-character-label-full{display:none}.game-character-label-short{display:inline}.game-character-button{min-width:44px;padding-inline:7px}.game-character-button:before{margin-right:.32rem}}@media (width<=480px){.language-options{grid-template-columns:1fr}.language-selection-actions{flex-direction:column-reverse}.language-selection-actions button{width:100%}.character-options{grid-template-columns:repeat(2,minmax(0,1fr))}.character-selection-actions{flex-direction:column-reverse}.character-selection-actions button{width:100%}}@media (height<=430px) and (orientation:landscape){.language-selection-layer{place-items:start center;padding-block:10px}.language-selection-panel{max-height:calc(100dvh - 20px);padding:14px 18px}.language-selection-panel h2{font-size:1.45rem}.language-selection-panel>p:not(.language-selection-eyebrow),.language-options,.language-selection-actions{margin-top:10px}.language-option{min-height:50px;font-size:1rem}.character-selection-layer{place-items:start center;padding-block:10px}.character-selection-panel{max-height:calc(100dvh - 20px);padding:14px 18px}.character-selection-panel h2{font-size:1.35rem}.character-selection-panel>p:not(.character-selection-eyebrow),.character-options,.character-selection-actions{margin-top:10px}.character-option{grid-template-rows:1fr;grid-template-columns:4.5rem minmax(0,1fr) auto;justify-items:stretch;min-height:104px;padding:.4rem}.character-option__sprite{grid-row:auto;width:4.3rem;height:5rem}.character-option__details{justify-items:start}.character-option__name{text-align:left}}.pixel-reading-panel{background:#fff8df;border:4px solid #081510;border-radius:2px;position:relative;box-shadow:inset 0 0 0 3px #d59b43,8px 8px #081510d1}.pixel-reading-panel:before{content:"";background:#f2b632;height:7px;position:absolute;top:4px;left:4px;right:4px}.pixel-reading-panel>.story-eyebrow:first-child,.pixel-reading-panel>header:first-child{margin-top:.65rem}.pixel-reading-panel .story-copy,.pixel-reading-panel .question-prompt,.pixel-reading-panel .activity-transition-copy,.heart-recovery-panel>p:not(.story-eyebrow){letter-spacing:0;font-family:Trebuchet MS,system-ui,sans-serif}.question-panel.pixel-reading-panel{max-height:min(44rem,100dvh - 2rem);padding:1rem 1rem 0}.question-panel.pixel-reading-panel .question-scroll{flex:auto;padding:0 .2rem .8rem 0}.question-status-strip{background:#f7e6b8;border-top:2px solid #d59b43;border-bottom:2px solid #d59b43;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.85rem;margin-top:.65rem;padding:.45rem .6rem;display:grid}.question-status-strip progress{height:.75rem;margin:0}.reading-hearts{justify-content:flex-end;align-items:center;gap:.25rem;min-width:5.4rem;display:flex}.reading-heart{color:#9b9b8c;width:1.55rem;font-family:var(--game-ui-font);text-align:center;text-shadow:2px 0 #081510,-2px 0 #081510,0 2px #081510,0 -2px #081510;font-size:1.4rem;line-height:1}.reading-heart.is-full{color:#e33c3c}.reading-heart.is-empty{opacity:.42}.heart-feedback{color:#8a291f;font-family:var(--game-ui-font);margin-top:.2rem;font-size:.82rem;font-weight:800}.question-panel.pixel-reading-panel .answer-choice{background:#fffdf2;border:3px solid #315343;border-radius:2px;box-shadow:3px 3px #b9853a}.question-panel.pixel-reading-panel .answer-choice.is-selected{background:#fff0a6;border-color:#081510;box-shadow:inset 0 0 0 2px #f2b632,3px 3px #081510}.question-panel.pixel-reading-panel .answer-letter{background:#176b4d;border-radius:2px}.question-panel.pixel-reading-panel .question-footer{background:#e9cf90;border-top:3px solid #081510;flex:none;margin:0 -1rem;padding:.65rem 1rem .8rem}.pixel-reading-panel .story-primary,.pixel-reading-panel .question-secondary,.pixel-reading-panel .answer-later-button,.heart-recovery-panel button{border-radius:2px;box-shadow:3px 3px #081510}.heart-recovery-panel{color:#13251d;background:#fff8df;border:4px solid #081510;border-radius:2px;width:min(34rem,100%);padding:1.35rem;box-shadow:inset 0 0 0 3px #d59b43,8px 8px #081510d1}.heart-recovery-panel .reading-hearts{float:right}.heart-recovery-panel h2{margin:.3rem 0 0;font-size:clamp(1.35rem,3vw,2rem)}.heart-recovery-panel>p:not(.story-eyebrow){color:#315343;margin:.9rem 0 0;font-size:1.05rem;line-height:1.55}.heart-recovery-actions{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.heart-recovery-actions .story-primary{margin-top:0}@media (width<=640px){.mission-overlay.question-overlay{padding-inline:.5rem}.question-panel.pixel-reading-panel{max-height:calc(100dvh - 1rem);padding:.8rem .75rem 0}.question-panel.pixel-reading-panel .question-footer{margin-inline:-.75rem;padding-inline:.75rem}.question-status-strip{gap:.45rem;padding-inline:.4rem}.reading-hearts{gap:.1rem;min-width:4.65rem}.reading-heart{width:1.4rem;font-size:1.2rem}.heart-recovery-panel{padding:1rem}.heart-recovery-actions>button{width:100%}}.game-route{--container-ink:#163d32;--container-shadow:#0d4a39;--container-gold:#f2b632;--container-paper:#fff8df;--container-paper-light:#fffdf4;--container-muted:#e9cf90;--container-coral:#d96745}.mission-overlay,.map-overlay,.audio-settings-layer,.fishing-overlay,.language-selection-layer,.tutorial-confirm-layer,.game-modal-layer{background:#05120dc7}.dialogue-panel,.help-panel,.completion-panel,.story-panel,.question-panel,.heart-recovery-panel,.expanded-map-panel,.audio-settings-panel,.fishing-panel,.language-selection-panel,.tutorial-narrator,.tutorial-confirm,.game-modal-panel{border:3px solid var(--container-ink);box-shadow:0 5px 0 var(--container-shadow), 0 10px 22px #040f0b5c;border-radius:4px;outline:0}.dialogue-panel,.help-panel,.completion-panel,.story-panel,.question-panel,.heart-recovery-panel,.expanded-map-panel,.fishing-panel,.language-selection-panel,.tutorial-narrator,.tutorial-confirm,.game-modal-panel{background:var(--container-paper);color:#13251d}.dialogue-panel,.help-panel,.completion-panel,.story-panel,.question-panel,.heart-recovery-panel,.expanded-map-panel,.fishing-panel,.language-selection-panel,.tutorial-narrator,.tutorial-confirm,.game-modal-panel,.audio-settings-panel{position:relative}.dialogue-panel:before,.help-panel:before,.completion-panel:before,.expanded-map-panel:before,.fishing-panel:before,.language-selection-panel:before,.tutorial-narrator:before,.tutorial-confirm:before,.game-modal-panel:before,.audio-settings-panel:before{background:var(--container-gold);content:"";pointer-events:none;height:5px;position:absolute;top:0;left:0;right:0}.pixel-reading-panel{border-color:var(--container-ink);background:var(--container-paper);box-shadow:0 5px 0 var(--container-shadow), 0 10px 22px #040f0b5c;border-radius:4px}.pixel-reading-panel:before{background:var(--container-gold);height:5px;top:0;left:0;right:0}.audio-settings-panel{border-color:var(--container-ink);color:#fff7d6;background:#102f24}.audio-settings-header,.audio-settings-footer{border-color:var(--container-gold)}.question-panel.pixel-reading-panel .question-footer{border-color:var(--container-ink);background:var(--container-muted)}.dialogue-panel h2,.help-panel h2,.completion-panel h2,.story-panel h2,.question-panel h2,.heart-recovery-panel h2,.expanded-map-panel h2,.fishing-panel h2,.language-selection-panel h2,.tutorial-confirm h2,.game-modal-panel h2{letter-spacing:0;line-height:1.12}.story-eyebrow,.language-selection-eyebrow,.tutorial-speaker,.fishing-header p{color:#176b4d}.story-primary,.dialogue-next,.fishing-primary,.game-modal-primary{border:2px solid var(--container-ink);background:var(--container-gold);color:#13251d;box-shadow:0 3px 0 var(--container-shadow);border-radius:3px}.question-secondary,.dialogue-skip,.dialogue-tool,.fishing-cancel,.game-modal-secondary{background:var(--container-paper-light);color:#176b4d;border:2px solid #315343;border-radius:3px;box-shadow:0 3px #b58b46}.story-primary:active,.dialogue-next:active,.fishing-primary:active,.game-modal-primary:active,.question-secondary:active,.dialogue-skip:active,.dialogue-tool:active,.fishing-cancel:active,.game-modal-secondary:active{box-shadow:0 1px 0 var(--container-shadow);transform:translateY(2px)}.tutorial-narrator{background:var(--container-paper-light)}.tutorial-narrator.is-side{border-color:var(--container-ink);box-shadow:0 4px 0 var(--container-shadow), 0 8px 18px #040f0b52}.tutorial-tools{min-width:0}.tutorial-tools button,.tutorial-confirm button{background:var(--container-paper-light);color:#176b4d;overflow-wrap:anywhere;border:2px solid #315343;border-radius:3px;min-width:0;box-shadow:0 2px #b58b46}.tutorial-tools .tutorial-finish{border-color:var(--container-ink);background:var(--container-gold);color:#13251d}.exit-dialog-layer{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))}.exit-dialog-panel{width:min(28rem,100%);max-height:calc(100dvh - 2rem);overflow:auto}@media (width<=700px),(orientation:landscape) and (height<=500px){.dialogue-panel,.help-panel,.completion-panel,.story-panel,.question-panel,.heart-recovery-panel,.expanded-map-panel,.audio-settings-panel,.fishing-panel,.language-selection-panel,.tutorial-narrator,.tutorial-confirm,.game-modal-panel{box-shadow:0 3px 0 var(--container-shadow), 0 6px 14px #040f0b4d;border-width:3px}.dialogue-panel:before,.help-panel:before,.completion-panel:before,.expanded-map-panel:before,.fishing-panel:before,.language-selection-panel:before,.tutorial-narrator:before,.tutorial-confirm:before,.game-modal-panel:before,.audio-settings-panel:before,.pixel-reading-panel:before{height:4px}}.game-route{--container-body-font-size:1.125rem;--container-detail-font-size:1rem;--container-action-font-size:1.1rem}.dialogue-panel,.help-panel,.completion-panel,.story-panel,.question-panel,.heart-recovery-panel,.expanded-map-panel,.audio-settings-panel,.fishing-panel,.language-selection-panel,.tutorial-narrator,.tutorial-confirm,.game-modal-panel,.dialogue-panel p,.help-panel>p,.completion-panel>p,.heart-recovery-panel>p,.game-modal-panel>p,.tutorial-confirm>p,.fishing-copy,.language-selection-panel>p:not(.language-selection-eyebrow),.tutorial-copy,.tutorial-narrator.is-side .tutorial-copy{font-size:var(--container-body-font-size);line-height:1.5}.story-panel h2,.help-panel h2,.completion-panel h2,.question-panel h2,.heart-recovery-panel h2,.expanded-map-panel h2,.fishing-panel h2,.language-selection-panel h2,.tutorial-confirm h2,.game-modal-panel h2,.audio-settings-title h2,.help-guide-panel .help-guide-header h2{font-size:1.6rem}.story-eyebrow,.language-selection-eyebrow,.tutorial-speaker,.fishing-header p,.audio-settings-title p,.audio-channel-section h3,.audio-mixer-section h3,.help-objective-band h3,.help-section-label{font-size:var(--container-detail-font-size);line-height:1.25}.dialogue-speaker,.reading-progress,.saved-question-count,.completion-summary dt,.help-objective-band p,.help-clue-copy,.help-strategy-section li,.help-controls-strip>span,.help-controls-strip kbd,.audio-console-mark,.audio-channel-code,.audio-channel-copy small,.audio-channel-status,.audio-volume output,.audio-settings-footer p,.fishing-header span,.fishing-reading-progress li>span,.fishing-reading-progress li strong,.expanded-map-objective{font-size:var(--container-detail-font-size)}.help-objective-band strong,.audio-channel-copy strong,.audio-volume strong{font-size:var(--container-body-font-size)}.dialogue-next,.dialogue-skip,.dialogue-tool,.story-primary,.question-secondary,.answer-later-button,.help-guide-actions button,.audio-close-button,.audio-language-button,.fishing-primary,.fishing-choices button,.fishing-cancel,.tutorial-tools button,.tutorial-confirm button,.game-modal-primary,.game-modal-secondary{font-size:var(--container-action-font-size);line-height:1.3}.completion-panel>p:nth-of-type(2){font-size:var(--container-body-font-size);line-height:1.5}.mission-objective,.navigation-hud .navigation-mission-panel,.navigation-objective{font-size:var(--container-body-font-size);line-height:1.4}.navigation-mission-progress,.nearby-indicator,.navigation-trail-guide{font-size:var(--container-detail-font-size);line-height:1.3}.contextual-interact-button,.mission-action-button,.interaction-desktop-label,.interaction-mobile-label,.fishing-prompt-copy strong,.region-banner-copy strong{font-size:var(--container-action-font-size);line-height:1.25}.fishing-prompt-code,.region-banner-code{font-size:var(--container-detail-font-size)}.fishing-prompt-copy small{font-size:var(--container-detail-font-size);line-height:1.25}.region-banner-copy>span{font-size:var(--container-detail-font-size);line-height:1.2}.region-banner-copy strong{font-size:1.25rem;line-height:1.2}.journey-bag{border-color:#10251b;border-radius:.45rem;outline-color:#facc15;width:min(44rem,100%);max-height:calc(100dvh - 2rem);overflow:auto;box-shadow:7px 7px #0a1c15,0 0 0 4px #176b4d}.journey-bag__content{grid-template-columns:minmax(0,1.25fr) minmax(13rem,.75fr);gap:.9rem;padding:.95rem;display:grid}.journey-bag__inventory-heading{color:#176b4d;letter-spacing:.04em;border-bottom:3px solid #315343;grid-column:1/-1;justify-content:space-between;align-items:center;padding-bottom:.45rem;font-size:.78rem;font-weight:950;display:flex}.journey-bag__inventory-heading strong{color:#13251d;background:#e7f0d8;border:2px solid #315343;padding:.2rem .4rem;font-size:.78rem}.journey-bag__inventory{grid-template-columns:repeat(4,minmax(0,1fr));align-content:start;gap:.45rem;margin:0;padding:0;list-style:none;display:grid}.inventory-slot{aspect-ratio:1;color:#13251d;background:#e3edcf;border:3px solid #315343;border-radius:.25rem;place-items:center;min-width:0;display:grid;position:relative;box-shadow:inset 0 0 0 2px #fff8df,2px 2px #9a7b3f}button.inventory-slot{cursor:pointer}.inventory-slot--empty{background:repeating-linear-gradient(135deg,#e7efd9 0 5px,#d7e3c9 5px 10px);border-color:#9aac87;box-shadow:inset 0 0 0 2px #f7f1d9}.inventory-slot.is-selected{background:#fff2b2;border-color:#facc15;box-shadow:inset 0 0 0 2px #fff,0 0 0 2px #176b4d,2px 2px #0a1c15}.inventory-slot__token,.journey-bag__item-token{color:#13251d;text-shadow:none;background:#facc15;border:2px solid #10251b;border-radius:.2rem;place-items:center;font-size:clamp(.43rem,1.2vw,.62rem);font-weight:950;line-height:1;display:grid}.inventory-slot__token{width:68%;height:50%}.inventory-slot--quest .inventory-slot__token,.journey-bag__item-token--quest{background:#f59e4a}.inventory-slot--tool .inventory-slot__token,.journey-bag__item-token--tool{background:#72bde2}.inventory-slot--catch .inventory-slot__token,.journey-bag__item-token--catch{background:#76bd87}.inventory-slot--reward .inventory-slot__token,.journey-bag__item-token--reward{background:#facc15}.inventory-slot__count{background:#fff8df;border:1px solid #10251b;padding:.06rem .14rem;font-size:.57rem;font-weight:950;line-height:1;position:absolute;bottom:.1rem;right:.15rem}.journey-bag__item-detail{background:#eef5e6;border-left:4px solid #176b4d;grid-template-columns:auto minmax(0,1fr) auto;align-content:start;align-items:start;gap:.65rem;padding:.75rem;display:grid}.journey-bag__item-token{width:3.1rem;height:3.1rem;font-size:.65rem}.journey-bag__item-detail p{color:#176b4d;letter-spacing:.03em;margin:0;font-size:.68rem;font-weight:950}.journey-bag__item-detail h3{color:#13251d;margin:.2rem 0;font-size:1.1rem;line-height:1.1}.journey-bag__item-detail div>span{color:#315343;font-size:.85rem;font-weight:650;line-height:1.28}.journey-bag__item-detail>strong{color:#176b4d;font-size:.8rem}.journey-bag__empty-copy{color:#315343;grid-column:1/-1;margin:0;font-size:.95rem;line-height:1.35}.inventory-slot:focus-visible,.journey-bag__close:focus-visible,.journey-bag__done:focus-visible{outline-offset:3px;outline:4px solid #3b82f6}@media (width<=600px),(orientation:landscape) and (height<=500px){.journey-bag__content{grid-template-columns:1fr;gap:.7rem}.journey-bag__inventory{grid-template-columns:repeat(6,minmax(0,1fr))}.journey-bag__item-detail{border-top:4px solid #176b4d;border-left:0}}@media (width<=420px){.journey-bag__inventory{grid-template-columns:repeat(4,minmax(0,1fr))}}.map-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#030f0ad6}.expanded-map-panel{color:#13251d;background:#fff8df;border:4px solid #facc15;border-radius:.55rem;width:min(42rem,100%);max-height:calc(100dvh - 1.25rem);padding:clamp(.8rem,2.1vw,1.25rem);box-shadow:0 6px #176b4d,0 14px #071712,0 24px 48px #0000007a}.expanded-map-header{border-bottom:3px solid #176b4d;align-items:center;padding-bottom:.75rem}.expanded-map-heading{align-items:center;gap:.7rem;min-width:0;display:flex}.expanded-map-heading__compass{color:#13251d;background:#a7c438;border:3px solid #13251d;border-radius:50%;flex:none;place-items:center;width:2.6rem;height:2.6rem;font-size:.9rem;font-weight:950;display:grid;box-shadow:inset 0 0 0 3px #e8f6d1,2px 2px #176b4d}.expanded-map-panel h2{color:#13251d;margin:.12rem 0 0;font-size:clamp(1.5rem,4.2vw,2.2rem);line-height:1}.expanded-map-panel .story-eyebrow{color:#176b4d;margin:0;font-size:.72rem}.expanded-map-header>button{color:#176b4d;background:#fff;border:3px solid #176b4d;border-radius:.35rem;flex:none;place-items:center;width:2.7rem;height:2.7rem;font-size:1.15rem;font-weight:950;display:grid;box-shadow:0 3px #a7c438}.expanded-map-objective{color:#234a38;background:#e9f3df;border-left:5px solid #facc15;align-items:flex-start;gap:.7rem;margin:.8rem 0;padding:.65rem .75rem;display:flex}.expanded-map-objective__marker,.expanded-map-target__pin{color:#13251d;background:#facc15;border:2px solid #13251d;border-radius:.25rem;flex:none;place-items:center;width:1.55rem;height:1.55rem;font-size:1rem;font-weight:950;line-height:1;display:grid}.expanded-map-objective>div{gap:.15rem;display:grid}.expanded-map-objective>div>span,.expanded-map-target small{color:#176b4d;letter-spacing:0;text-transform:uppercase;font-size:.72rem;font-weight:900}.expanded-map-objective strong{font-size:1rem;line-height:1.32}.expanded-map-orb{aspect-ratio:1;background:#176b4d;border:4px solid #13251d;border-radius:50%;place-items:center;width:min(100%,29rem);margin:.5rem auto .75rem;display:grid;overflow:hidden;box-shadow:0 0 0 4px #facc15,0 0 0 8px #176b4d,0 7px #071712}.expanded-world-map{width:100%;height:100%;max-height:none;image-rendering:pixelated;shape-rendering:crispedges;background:#9db830;border:0;display:block}.expanded-world-map__border{fill:none;stroke:#fff8df;stroke-width:16px}.expanded-world-map text{fill:#fff;stroke:#13251d;stroke-width:4px;paint-order:stroke;font-size:28px}.expanded-map-target{background:#f4f9e9;border:3px solid #176b4d;border-radius:.35rem;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.65rem;margin:.8rem 0 0;padding:.6rem .7rem;box-shadow:0 3px #a7c438}.expanded-map-target>span:nth-child(2){gap:.1rem;min-width:0;display:grid}.expanded-map-target strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.expanded-map-target__action{color:#176b4d;text-transform:uppercase;background:#fff;border:2px solid #176b4d;padding:.3rem .45rem;font-size:.72rem;font-weight:900}.expanded-map-target.is-selected{background:#fff1b2;box-shadow:inset 0 0 0 2px #fff,0 3px #a7c438}.expanded-map-target-objective{background:#e9f3df;border-left-color:#176b4d;margin-top:.6rem}.expanded-map-actions{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:.65rem;margin-top:.85rem;display:grid}.map-path-toggle,.map-return-button{border:3px solid #176b4d;border-radius:.35rem;min-height:3rem;margin-top:0;padding:.5rem .75rem;font-size:.95rem;font-weight:900;line-height:1.15;box-shadow:0 3px #0b4934}.map-path-toggle{color:#13251d;background:#facc15;box-shadow:0 3px #9b7514}.map-return-button{color:#fff;background:#176b4d}.expanded-map-panel button:hover{filter:brightness(1.04);transform:translateY(-1px)}.expanded-map-panel button:focus-visible{outline-offset:3px;outline:4px solid #3b82f6}@media (width<=560px),(orientation:landscape) and (height<=560px){.expanded-map-panel{padding:.7rem}.expanded-map-orb{width:min(17rem,72dvh)}.expanded-map-objective{margin:.6rem 0;padding:.5rem .6rem}.expanded-map-objective strong{font-size:.88rem}.expanded-map-actions{margin-top:.65rem}.map-path-toggle,.map-return-button{min-height:2.7rem;font-size:.82rem}}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}html:has(.game-route){width:100%;min-width:0;max-width:100%;overflow:hidden}body:has(.game-route){width:100%;min-width:0;max-width:100%;overflow:hidden}#root:has(.game-route){width:100%;min-width:0;max-width:100%;overflow:hidden}.game-route{--safe-top:env(safe-area-inset-top,0px);--safe-right:env(safe-area-inset-right,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);--hud-edge-gap:clamp(.5rem, 1.4vmin, .9rem);--hud-control-size:clamp(2.75rem, 6.5vmin, 3.5rem);--hud-header-height:clamp(4.25rem, 11vmin, 5.5rem);--hud-objective-width:min(20rem, calc(100% - 1rem));--dialog-inline-gap:clamp(.5rem, 2vw, 1rem);--dialog-block-gap:clamp(.5rem, 2vh, 1rem);place-items:center;min-width:0;min-height:100dvh;display:grid}.game-route__stage{flex:none;width:100%;max-width:100%;height:100%;max-height:100%;container:game-stage/size}.game-route__canvas-host,.game-route__canvas-layer,.game-route canvas{min-width:0;min-height:0}.game-route canvas{max-width:100%;max-height:100%;display:block}.game-topbar{z-index:50;min-width:0;padding:max(var(--hud-edge-gap), var(--safe-top)) max(var(--hud-edge-gap), var(--safe-right)) 1rem max(var(--hud-edge-gap), var(--safe-left));pointer-events:none;background:linear-gradient(#081510eb,#0815106b,#0000);grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:clamp(.35rem,1vw,1rem);display:grid;position:absolute;inset:0 0 auto}.game-topbar--controls-only{grid-template-columns:1fr}.game-topbar--controls-only .game-system-controls{grid-column:1;justify-self:end}.game-brand{text-shadow:2px 2px #00000085;min-width:0}.game-phase-label,.game-title{letter-spacing:0;margin:0}.game-phase-label{overflow-wrap:anywhere;color:#facc15;text-transform:uppercase;font-size:clamp(.68rem,1.4vmin,.9rem);font-weight:800;line-height:1.1}.game-title{overflow-wrap:anywhere;margin-top:.2rem;font-size:clamp(1rem,2.7vmin,1.75rem);font-weight:900;line-height:1.05}.game-title-short{display:none}.game-system-controls{pointer-events:auto;flex-wrap:nowrap;justify-content:flex-end;gap:clamp(.3rem,.8vw,.65rem);min-width:0;display:flex}.game-system-button{min-width:var(--hud-control-size);min-height:var(--hud-control-size);color:#fff;white-space:nowrap;background:#081510d1;border:2px solid #fffdf2;border-radius:4px;padding:.35rem clamp(.45rem,1vw,.8rem);font-size:clamp(.78rem,1.8vmin,1rem);font-weight:850;line-height:1;box-shadow:0 3px #071712}.game-system-button--primary{color:#13251d;background:#fffdf2;border-color:#facc15}.game-system-button:disabled{cursor:not-allowed;filter:grayscale(.75);opacity:.58}.game-system-controls{align-items:stretch;gap:clamp(.35rem,.75vw,.7rem)}.game-system-button,.game-character-button{letter-spacing:0;text-shadow:1px 1px #071712;background:linear-gradient(#17412ff5,#081b13f5);border:2px solid #fff7db;border-radius:.4rem;justify-content:center;align-items:center;gap:clamp(.3rem,.55vw,.5rem);min-height:clamp(3rem,5vmin,3.5rem);font-size:clamp(.78rem,1.65vmin,1rem);display:inline-flex;box-shadow:0 4px #071712,inset 0 0 0 2px #6cb08447}.game-character-button{padding-inline:clamp(.65rem,1vw,.95rem)}.game-character-button:before{display:none}.game-command-icon{color:#ffdf63;width:1.35rem;height:1.35rem;text-shadow:none;background:#0c3425;border:1px solid #fff7db;border-radius:50%;flex:none;place-items:center;font-size:.56rem;font-weight:950;line-height:1;display:inline-grid}.game-command-icon--character{background:#22a370;border:2px solid #fff7db;width:.8rem;height:.8rem;box-shadow:0 0 0 2px #0a2117}.game-command-icon--language{font-size:.68rem}.game-command-icon--sound{border-radius:.2rem;width:1.65rem;font-size:.5rem}.game-command-icon--pause{border-radius:.2rem;font-size:.75rem}.game-command-icon--exit{color:#ffd66e;font-size:.75rem}.game-system-button--primary{color:#13251d;text-shadow:none;background:linear-gradient(#fffdf2,#f1e7ba);border-color:#facc15;box-shadow:0 4px #9b7514,inset 0 0 0 2px #fff}.game-system-button--primary .game-command-icon{color:#13251d;background:#facc15;border-color:#9b7514}.game-system-button:hover:not(:disabled),.game-character-button:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.game-system-button:focus-visible,.game-character-button:focus-visible{outline-offset:3px;outline:3px solid #facc15}.navigation-hud{top:calc(max(var(--hud-edge-gap), var(--safe-top)) + var(--hud-header-height));left:max(var(--hud-edge-gap), var(--safe-left));width:var(--hud-objective-width);max-width:calc(100% - max(var(--hud-edge-gap), var(--safe-left)) - max(var(--hud-edge-gap), var(--safe-right)))}.navigation-hud .navigation-mission-panel{max-height:min(12rem, calc(100cqh - var(--hud-header-height) - 1rem));overscroll-behavior:contain;overflow:auto}.navigation-objective{overflow-wrap:anywhere}.navigation-collapse,.game-system-button,.mission-action-button,.movement-direction-button,.movement-control-settings-button{min-width:2.75rem;min-height:2.75rem}.minimap-shell{width:clamp(6.5rem,18vmin,10.5rem);max-width:42vw;height:clamp(6.5rem,18vmin,10.5rem);max-height:42vw}.movement-controls{bottom:max(var(--hud-edge-gap), var(--safe-bottom));left:max(var(--hud-edge-gap), var(--safe-left))}.movement-settings-icon{border:.35rem solid;border-radius:50%;width:1.35rem;height:1.35rem;display:block;position:relative;box-shadow:0 -.62rem 0 -.45rem,0 .62rem 0 -.45rem,-.62rem 0 0 -.45rem,.62rem 0 0 -.45rem}.movement-settings-icon:after{content:"";background:currentColor;border-radius:50%;width:.28rem;height:.28rem;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.movement-direction-icon{border:.55rem solid #0000;width:0;height:0;display:block}.movement-direction-icon--up{border-top:0;border-bottom:.8rem solid}.movement-direction-icon--down{border-top:.8rem solid;border-bottom:0}.movement-direction-icon--left{border-left:0;border-right:.8rem solid}.movement-direction-icon--right{border-left:.8rem solid;border-right:0}.movement-control-menu{width:min(11rem,100vw - 1rem);max-height:min(16rem,100dvh - 1rem);overflow:auto}.mission-actions{right:max(var(--hud-edge-gap), var(--safe-right));bottom:max(var(--hud-edge-gap), var(--safe-bottom));width:clamp(5.75rem,13vw,7.5rem)}.contextual-interact-button{max-width:min(18rem, calc(100% - var(--hud-edge-gap) - var(--hud-edge-gap)));overflow-wrap:anywhere}.fishing-nearby-prompt{max-width:min(22rem, calc(100% - var(--hud-edge-gap) - var(--hud-edge-gap)))}.fishing-prompt-copy small{white-space:normal}.region-banner{top:calc(max(var(--hud-edge-gap), var(--safe-top)) + var(--hud-header-height));position:absolute}.tutorial-narrator{position:fixed}.game-status-overlay{z-index:20;padding:max(var(--dialog-block-gap), var(--safe-top)) max(var(--dialog-inline-gap), var(--safe-right)) max(var(--dialog-block-gap), var(--safe-bottom)) max(var(--dialog-inline-gap), var(--safe-left));text-align:center;background:#081510e0;place-items:center;display:grid;position:absolute;inset:0;overflow:auto}.game-status-panel{width:min(32rem,100%);max-height:calc(100dvh - var(--dialog-block-gap) - var(--dialog-block-gap));overscroll-behavior:contain;overflow:auto}.game-status-panel h2{margin:0;font-size:clamp(1.4rem,5vmin,2rem);line-height:1.1}.game-status-panel>p{color:#dcefe5;margin:.65rem 0 0;font-size:clamp(.95rem,2.5vmin,1.15rem);line-height:1.45}.game-status-overlay--pause{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#040f0abd}.game-status-panel--pause{color:#13251d;background:#fff8df;border:4px solid #facc15;border-radius:.55rem;width:min(31rem,100%);max-height:calc(100dvh - 2rem);padding:clamp(1rem,3vmin,1.45rem);box-shadow:0 6px #176b4d,0 12px #071712,0 20px 42px #00000075}.game-status-panel__eyebrow{color:#176b4d;letter-spacing:.04em;margin:0;font-size:.78rem;font-weight:950}.game-status-panel--pause h2{color:#13251d;letter-spacing:0;margin-top:.3rem;font-size:clamp(2rem,6vmin,2.8rem);font-weight:950}.game-status-panel--pause>p:not(.game-status-panel__eyebrow){color:#315343;max-width:25rem;margin:.55rem auto 0;font-size:clamp(1rem,2.7vmin,1.15rem)}.pause-panel__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin-top:1.2rem;display:grid}.pause-panel__actions button{color:#13251d;border:3px solid #176b4d;border-radius:.35rem;min-height:3rem;padding:.5rem .7rem;font-size:clamp(.9rem,2.2vmin,1.05rem);font-weight:900;line-height:1.1;box-shadow:0 3px #0b4934}.pause-panel__resume{background:#facc15;grid-column:1/-1;border-color:#9b7514!important;box-shadow:0 3px #9b7514!important}.pause-panel__resume:disabled{cursor:not-allowed;color:#586359;filter:grayscale(.55);background:#b7bd9a}.pause-panel__utility{background:#e9f3df}.pause-panel__exit{background:#fff;grid-column:1/-1}.pause-panel__actions button:hover:not(:disabled){filter:brightness(1.04);transform:translateY(-1px)}.pause-panel__actions button:focus-visible{outline-offset:3px;outline:4px solid #3b82f6}@media (orientation:landscape) and (height<=500px){.game-status-panel--pause{width:min(34rem,100%);padding:.85rem}.game-status-panel--pause h2{font-size:1.8rem}.pause-panel__actions{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:.8rem}.pause-panel__resume,.pause-panel__exit{grid-column:auto}.pause-panel__actions button{min-height:2.65rem;font-size:.78rem}}.mission-overlay,.map-overlay,.audio-settings-layer,.fishing-overlay,.language-selection-layer,.tutorial-confirm-layer,.game-modal-layer{box-sizing:border-box;max-width:100vw;max-height:100dvh;padding:max(var(--dialog-block-gap), var(--safe-top)) max(var(--dialog-inline-gap), var(--safe-right)) max(var(--dialog-block-gap), var(--safe-bottom)) max(var(--dialog-inline-gap), var(--safe-left));overscroll-behavior:contain;overflow:auto}.mission-overlay:not(:has(.dialogue-panel)){align-items:center}:is(.dialogue-panel,.help-panel,.completion-panel,.story-panel,.question-panel,.heart-recovery-panel,.expanded-map-panel,.audio-settings-panel,.fishing-panel,.language-selection-panel,.tutorial-confirm,.game-modal-panel){max-width:min(100%,56rem);max-height:calc(100dvh - var(--dialog-block-gap) - var(--dialog-block-gap) - var(--safe-top) - var(--safe-bottom));overscroll-behavior:contain;scrollbar-gutter:stable;overflow:auto}.story-panel,.help-panel,.completion-panel{width:min(44rem,100%)}.question-panel{width:min(54rem,100%)}.dialogue-panel{width:min(56rem,100%)}.question-scroll,.story-copy{overscroll-behavior:contain}.reading-actions,.question-footer,.help-guide-actions,.audio-settings-footer,.language-selection-actions,.expanded-map-actions{z-index:2;position:sticky;bottom:0}.reading-actions{background:var(--container-paper);padding-block:.45rem}.question-footer{scrollbar-gutter:auto}.audio-settings-header,.expanded-map-panel>header,.fishing-header{z-index:3;position:sticky;top:0}.expanded-map-panel>header,.fishing-header{background:var(--container-paper)}.answer-choice,.question-footer button,.reading-actions button,.completion-actions button,.help-guide-actions button,.expanded-map-actions button,.fishing-panel button,.language-selection-panel button,.tutorial-tools button,.tutorial-confirm button,.game-modal-panel button{overflow-wrap:anywhere;min-height:2.75rem}.answer-choice{height:auto}.orientation-notice{z-index:105;inset:auto max(.65rem, var(--safe-right)) max(.65rem, var(--safe-bottom)) max(.65rem, var(--safe-left));color:#fff;background:#082119f7;border:3px solid #fffdf2;border-radius:4px;grid-template-columns:3.5rem minmax(0,1fr);gap:.65rem .8rem;padding:.75rem;display:none;position:absolute;box-shadow:0 5px #071712,0 9px 18px #0000005c}.orientation-notice__screen{background:#13251d;border:3px solid #facc15;align-self:center;place-items:center;width:3.25rem;height:2.1rem;display:grid}.orientation-notice__screen span{background:#facc15;width:1.45rem;height:.75rem}.orientation-notice__copy{min-width:0}.orientation-notice__copy p,.orientation-notice__copy h2,.orientation-notice__copy span{margin:0}.orientation-notice__copy p{color:#facc15;text-transform:uppercase;font-size:.7rem;font-weight:800}.orientation-notice__copy h2{margin-top:.15rem;font-size:clamp(1rem,5vw,1.3rem);line-height:1.1}.orientation-notice__copy span{color:#dcefe5;margin-top:.2rem;font-size:.8rem;line-height:1.25;display:block}.orientation-notice__actions{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;display:grid}.orientation-notice__actions button{border:2px solid #fffdf2;border-radius:3px;min-height:2.75rem;padding:.45rem .65rem;font-weight:850}.orientation-notice__primary{color:#13251d;background:#facc15}.orientation-notice__secondary{color:#fff;background:#173f35}@media (orientation:portrait){.game-route__stage{width:100%;height:100%}.orientation-notice{display:grid}.game-topbar{grid-template-columns:1fr}.game-system-controls{grid-row:1;justify-self:end}.game-brand{grid-row:2}.navigation-hud{top:calc(max(var(--hud-edge-gap), var(--safe-top)) + 7.2rem)}.game-title-full{display:none}.game-title-short{display:inline}}@media (width<=700px){.game-title-full{display:none}.game-title-short{display:inline}.game-system-button{padding-inline:.45rem}.navigation-hud{width:min(18rem, calc(100% - var(--hud-edge-gap) - var(--hud-edge-gap)))}.dialogue-panel{grid-template-columns:3.25rem minmax(0,1fr)}.dialogue-actions{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;display:grid}.answer-grid,.help-guide-grid,.help-controls-strip{grid-template-columns:1fr}.help-strategy-section{border-top:3px solid #13251d;border-left:0}.help-guide-actions{grid-template-columns:1fr}}@media (width<=420px){.game-route{--hud-edge-gap:.45rem;--hud-control-size:2.75rem}.game-phase-label{max-width:9rem}.game-system-controls{gap:.25rem}.game-system-button{white-space:normal;min-width:2.75rem;max-width:4.4rem;font-size:.72rem}.game-language-label-full{display:none}.game-language-label-short{display:inline}.navigation-hud{width:calc(100% - var(--hud-edge-gap) - var(--hud-edge-gap))}.navigation-hud .navigation-mission-panel{grid-template-columns:minmax(0,1fr) auto auto}.navigation-objective{font-size:.82rem}.minimap-shell{width:6rem;height:6rem}.mission-actions{width:5.5rem}.fishing-nearby-prompt{width:calc(100% - 1rem);min-width:0}.reading-actions,.question-footer,.completion-actions,.language-selection-actions,.tutorial-tools,.tutorial-confirm>div{grid-template-columns:1fr;display:grid}.reading-actions button,.question-footer button,.completion-actions button,.language-selection-actions button,.tutorial-tools button,.tutorial-confirm button{width:100%;margin:0}.question-status-strip{grid-template-columns:minmax(0,1fr) auto}.tutorial-narrator{width:calc(100vw - 1rem);max-height:calc(100dvh - 1rem)}}@media (orientation:landscape) and (height<=500px){.game-route{--hud-edge-gap:.4rem;--hud-control-size:2.75rem;--hud-header-height:3.55rem;--dialog-block-gap:.35rem;--dialog-inline-gap:.5rem}.game-topbar{padding:max(var(--hud-edge-gap), var(--safe-top)) max(var(--hud-edge-gap), var(--safe-right)) .55rem max(var(--hud-edge-gap), var(--safe-left))}.game-phase-label{font-size:.62rem}.game-title{font-size:.95rem}.game-title-full{display:none}.game-title-short{display:inline}.game-system-controls{gap:.3rem}.game-system-button{min-width:2.75rem;min-height:2.75rem;padding-inline:.45rem;font-size:.75rem}.navigation-hud{top:calc(max(var(--hud-edge-gap), var(--safe-top)) + var(--hud-header-height));width:min(17rem,100% - 13rem);min-width:13rem}.navigation-hud .navigation-mission-panel{max-height:7.4rem}.navigation-objective{font-size:.8rem;line-height:1.18}.navigation-hud .minimap-shell{width:5.5rem;height:5.5rem;margin:.4rem 0 0 auto;position:relative;inset:auto}.movement-controls{width:9rem;height:9rem}.movement-dpad{grid-template-rows:repeat(3,2.75rem);grid-template-columns:repeat(3,2.75rem);gap:.375rem}.movement-direction-button,.movement-dpad-center,.movement-control-settings-button{min-width:2.75rem;min-height:2.75rem}.movement-control-settings-button{bottom:0;left:calc(100% + .4rem);right:auto}.virtual-joystick{width:7.2rem;height:7.2rem;margin:.15rem}.virtual-joystick-thumb{width:2.4rem;height:2.4rem;top:calc(50% - 1.2rem);left:calc(50% - 1.2rem)}.mission-actions{width:5.5rem}.mission-action-button{min-height:2.75rem;padding:.35rem .45rem;font-size:.78rem}.dialogue-panel{grid-template-columns:3rem minmax(0,1fr);gap:.55rem;max-height:calc(100dvh - .7rem)}.dialogue-speaker{width:3rem;height:3rem}.dialogue-actions{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem;width:100%;display:grid}.dialogue-actions button{min-height:2.5rem;padding:.35rem .45rem;font-size:.78rem}:is(.help-panel,.completion-panel,.story-panel,.question-panel,.heart-recovery-panel,.expanded-map-panel,.audio-settings-panel,.fishing-panel,.language-selection-panel,.tutorial-confirm,.game-modal-panel){max-height:calc(100dvh - .7rem)}.story-panel,.completion-panel,.heart-recovery-panel{padding:.65rem}.story-copy{max-height:44dvh;overflow:auto}.question-panel.pixel-reading-panel{max-height:calc(100dvh - .7rem)}.tutorial-narrator:not(.is-ready){width:min(38rem,100vw - 1rem);max-height:min(10rem,100dvh - 1rem)}.tutorial-narrator.is-side{max-width:min(19rem,100vw - 1rem)}.tutorial-tools{grid-template-columns:repeat(2,minmax(0,1fr))}.tutorial-copy{min-height:0;font-size:.9rem;line-height:1.3}.orientation-notice{display:none}}@media (orientation:landscape) and (height<=360px){.game-phase-label{display:none}.game-title{margin-top:0}.navigation-hud{width:min(15rem,100% - 12rem);min-width:11.5rem}.navigation-hud .navigation-mission-panel{max-height:5.8rem;padding:.35rem .45rem}.navigation-trail-guide{display:none}.navigation-hud .minimap-shell{width:4.5rem;height:4.5rem}.minimap-title,.minimap-open-label{font-size:.55rem}.movement-controls{width:9rem;height:9rem}.movement-dpad{grid-template-rows:repeat(3,2.75rem);grid-template-columns:repeat(3,2.75rem);gap:.375rem}.movement-direction-button,.movement-dpad-center,.movement-control-settings-button{min-width:2.75rem;min-height:2.75rem}.virtual-joystick{width:6.5rem;height:6.5rem}.mission-actions{width:4.75rem}.mission-action-button{min-width:2.75rem;min-height:2.75rem;padding-inline:.25rem}}.game-topbar--controls-only+.game-route__canvas-layer,.game-topbar--controls-only~.game-route__canvas-layer{min-width:0}.navigation-hud{top:max(.75rem, var(--safe-top));left:max(.5rem, var(--safe-left));flex-direction:column;align-items:center;gap:.5rem;width:min(13rem,100vw - 1rem);max-width:calc(100% - 1rem);display:flex}.navigation-hud .minimap-shell{width:clamp(9rem,18vmin,10.5rem);height:clamp(9rem,18vmin,10.5rem);margin:0;position:relative;inset:auto}.navigation-hud .navigation-mission-panel{width:100%;max-height:none;overflow:visible}@media (width<=520px){.game-system-controls{gap:.25rem}.game-system-button,.game-character-button{gap:.25rem;min-height:2.7rem;padding-inline:.45rem}.game-command-icon{width:1.1rem;height:1.1rem;font-size:.5rem}.game-command-icon--sound{width:1.35rem;font-size:.42rem}.navigation-hud{top:max(.5rem, var(--safe-top));width:min(10rem,100vw - 1rem)}.navigation-hud .minimap-shell{width:7.5rem;height:7.5rem}}@media (orientation:landscape) and (height<=500px){.navigation-hud{top:max(.35rem, var(--safe-top));width:min(10rem,100vw - 1rem)}.navigation-hud .minimap-shell{width:6.75rem;height:6.75rem}}@media (width<=700px){.navigation-hud{width:min(19rem,100vw - 1rem);max-height:calc(100dvh - 9rem)}.navigation-hud .navigation-mission-panel{max-height:min(11rem,100dvh - 12rem);overflow:auto}.navigation-hud .navigation-objective{font-size:1rem;line-height:1.35}.navigation-hud .navigation-mission-progress{padding-right:3.35rem}.movement-control-settings-button{bottom:0;left:-3.5rem;right:auto}}@media (orientation:landscape) and (height<=500px) and (width<=900px){.navigation-hud{width:min(18rem,100vw - 1rem)}.navigation-hud .navigation-mission-panel{max-height:calc(100dvh - 9rem)}}@media (prefers-reduced-motion:reduce){.orientation-notice,.game-route__stage{scroll-behavior:auto}}@media (width<=700px){.game-route .game-topbar{padding:max(.45rem, var(--safe-top)) max(.45rem, var(--safe-right)) .45rem max(.45rem, var(--safe-left))}.game-route .game-system-controls{flex-wrap:nowrap;gap:clamp(.2rem,1vw,.4rem);max-width:100%}.game-route .game-system-button,.game-route .game-character-button{min-width:2.5rem;min-height:2.7rem;padding:.25rem clamp(.3rem,1vw,.55rem);font-size:clamp(.68rem,2vw,.82rem)}.game-route .game-command-icon{width:1.05rem;height:1.05rem;font-size:.46rem}.game-route .game-command-icon--sound{width:1.3rem}.game-route .navigation-hud{top:calc(max(.45rem, var(--safe-top)) + 3.25rem);left:max(.45rem, var(--safe-left));gap:.3rem;width:min(12rem,100vw - .9rem);max-width:calc(100vw - .9rem)}.game-route .navigation-hud .minimap-shell{border-width:4px;width:clamp(5.25rem,18vw,7rem);height:clamp(5.25rem,18vw,7rem)}.game-route .minimap-location{max-width:8.5rem;min-height:1.55rem;margin-top:-.8rem;padding:.15rem .45rem;font-size:clamp(.62rem,1.8vw,.75rem)}.game-route .navigation-hud .navigation-mission-panel{max-height:min(8.5rem,100dvh - 13rem);padding:.45rem .55rem;overflow:auto}.game-route .navigation-mission-progress{min-height:2.2rem;padding-right:3rem;font-size:clamp(.64rem,1.8vw,.75rem)}.game-route .navigation-objective{font-size:clamp(.76rem,2.2vw,.9rem);line-height:1.25}.game-route .navigation-collapse,.game-route .mission-direction{min-width:2.55rem;min-height:2.55rem}.game-route .navigation-collapse{top:.45rem;right:.45rem}.game-route .mission-direction{top:.45rem;right:3.35rem}.game-route .navigation-trail-guide{gap:.2rem;font-size:.68rem}.game-route .movement-controls{width:clamp(8rem,27vw,9.25rem);height:clamp(8rem,27vw,9.25rem);bottom:max(.5rem, var(--safe-bottom));left:max(.5rem, var(--safe-left))}.game-route .movement-dpad{grid-template-rows:repeat(3,minmax(0,1fr));grid-template-columns:repeat(3,minmax(0,1fr));gap:.25rem}.game-route .movement-direction-button,.game-route .movement-dpad-center,.game-route .movement-control-settings-button{min-width:2.4rem;min-height:2.4rem}.game-route .movement-control-settings-button{bottom:calc(100% + .4rem);left:auto;right:0}.game-route .virtual-joystick{width:clamp(7rem,27vw,8.5rem);height:clamp(7rem,27vw,8.5rem);margin:.2rem}.game-route .virtual-joystick-thumb{width:2.4rem;height:2.4rem;top:calc(50% - 1.2rem);left:calc(50% - 1.2rem)}.game-route .mission-actions{right:max(.5rem, var(--safe-right));bottom:max(.5rem, var(--safe-bottom));gap:.35rem;width:clamp(4.5rem,12vw,6rem)}.game-route .mission-action-button{min-height:2.7rem;padding:.3rem .4rem;font-size:clamp(.65rem,1.9vw,.8rem)}.game-route .adventure-dock{right:max(.5rem, var(--safe-right));bottom:calc(max(.5rem, var(--safe-bottom)) + 3.25rem);grid-template-columns:repeat(3,minmax(0,1fr));gap:.25rem;width:min(11.25rem,100vw - .9rem)}.game-route .adventure-dock__button,.game-route .adventure-dock__button--quests{border-width:2px;outline-width:2px;grid-column:auto;width:100%;height:auto;min-height:clamp(3.15rem,14vw,3.6rem);font-size:clamp(.54rem,1.8vw,.66rem);box-shadow:0 0 0 2px #d09b32,3px 3px #0a1c15}.game-route .adventure-dock__icon{transform:scale(.82)}.game-route .orientation-notice{inset:auto max(.45rem, var(--safe-right)) max(.45rem, var(--safe-bottom)) max(.45rem, var(--safe-left));border-width:2px;grid-template-columns:2.35rem minmax(0,1fr);gap:.3rem .45rem;max-width:min(20rem,100vw - .9rem);padding:.45rem}.game-route .orientation-notice__screen{border-width:2px;width:2.15rem;height:1.45rem}.game-route .orientation-notice__screen span{width:1rem;height:.55rem}.game-route .orientation-notice__copy h2{font-size:clamp(.8rem,3.5vw,1rem)}.game-route .orientation-notice__copy span{font-size:.68rem}.game-route .orientation-notice__actions{gap:.3rem}.game-route .orientation-notice__actions button{min-height:2.35rem;padding:.3rem .45rem;font-size:.72rem}}@media (orientation:portrait) and (width<=700px){.game-route .game-topbar{grid-template-columns:1fr}.game-route .game-system-controls{grid-row:1;justify-self:end}.game-route .game-brand,.game-route .orientation-notice{display:none}}@media (orientation:landscape) and (height<=600px) and (width<=915px){.game-route .game-topbar{padding-block:max(.35rem, var(--safe-top)) .35rem}.game-route .game-system-controls{gap:.2rem}.game-route .game-system-button,.game-route .game-character-button{min-height:2.5rem;padding-inline:.35rem;font-size:.7rem}.game-route .navigation-hud{top:calc(max(.35rem, var(--safe-top)) + 2.85rem);width:min(15rem,34vw,100vw - 12rem);max-height:calc(100dvh - 3.5rem)}.game-route .navigation-hud .minimap-shell{width:clamp(5rem,16vh,6.5rem);height:clamp(5rem,16vh,6.5rem)}.game-route .navigation-hud .navigation-mission-panel{max-height:min(7.2rem,100dvh - 5rem);padding:.35rem .45rem}.game-route .navigation-mission-progress{min-height:1.9rem}.game-route .navigation-objective{font-size:clamp(.72rem,1.7vw,.82rem);line-height:1.2}.game-route .navigation-trail-guide{display:none}.game-route .movement-controls{width:8rem;height:8rem}.game-route .virtual-joystick{width:7.2rem;height:7.2rem}.game-route .mission-actions{width:5rem}.game-route .adventure-dock{bottom:calc(max(.4rem, var(--safe-bottom)) + 3.15rem);grid-template-columns:repeat(3,minmax(0,1fr));width:min(11rem,24vw)}.game-route .adventure-dock__button,.game-route .adventure-dock__button--quests{border-width:2px;outline-width:2px;grid-column:auto;width:100%;height:auto;min-height:clamp(2.8rem,15vh,3.35rem);font-size:clamp(.52rem,1.8vw,.64rem);box-shadow:0 0 0 2px #d09b32,3px 3px #0a1c15}.game-route .orientation-notice{display:none}}@media (width<=360px){.game-route .game-system-controls{gap:.15rem}.game-route .game-system-button,.game-route .game-character-button{min-width:2.35rem;padding-inline:.25rem}.game-route .game-system-button>span:not(.game-command-icon),.game-route .game-character-button>span:not(.game-command-icon){display:none}.game-route .navigation-hud{width:min(10.5rem,100vw - .9rem)}.game-route .navigation-hud .minimap-shell{width:5.5rem;height:5.5rem}.game-route .navigation-hud .navigation-mission-panel{max-height:min(7.5rem,100dvh - 12rem)}.game-route .navigation-objective{font-size:.74rem}.game-route .adventure-dock{width:min(10rem,100vw - .9rem)}}@media (width<=700px){.game-route{--phone-edge:max(.65rem, var(--safe-left), var(--safe-right))}.game-route .game-topbar{padding:max(.65rem, var(--safe-top)) max(.65rem, var(--safe-right)) .7rem max(.65rem, var(--safe-left))}.game-route .game-topbar--controls-only .game-system-controls{justify-content:center;justify-self:center;align-items:center;gap:clamp(.3rem,1.2vw,.55rem);width:min(100%,38rem)}.game-route .game-system-button,.game-route .game-character-button{min-width:clamp(2.85rem,11vw,3.6rem);min-height:clamp(2.85rem,11vw,3.6rem);padding-inline:clamp(.32rem,1.25vw,.65rem);font-size:clamp(.72rem,2.35vw,.9rem)}.game-route .game-command-icon{width:clamp(1.05rem,4.4vw,1.35rem);height:clamp(1.05rem,4.4vw,1.35rem)}.game-route .game-command-icon--sound{width:clamp(1.35rem,5.2vw,1.65rem)}.game-route .navigation-hud{top:calc(max(.65rem, var(--safe-top)) + 4.1rem);left:max(.65rem, var(--safe-left));gap:.55rem;width:min(14rem,100vw - 1.3rem)}.game-route .navigation-hud .minimap-shell{width:clamp(6.5rem,21vw,8.25rem);height:clamp(6.5rem,21vw,8.25rem)}.game-route .navigation-hud .navigation-mission-panel{max-height:min(11rem,100dvh - 14rem);padding:.6rem .7rem}.game-route .navigation-hud .navigation-objective{font-size:clamp(.85rem,2.6vw,1rem);line-height:1.28}.game-route .movement-controls{width:clamp(8.75rem,29vw,10.25rem);height:clamp(8.75rem,29vw,10.25rem);bottom:max(.65rem, var(--safe-bottom));left:max(.65rem, var(--safe-left))}.game-route .movement-dpad{grid-template-rows:repeat(3,clamp(2.65rem,9vw,3.1rem));grid-template-columns:repeat(3,clamp(2.65rem,9vw,3.1rem));gap:clamp(.25rem,1vw,.4rem)}.game-route .movement-direction-button,.game-route .movement-dpad-center,.game-route .movement-control-settings-button{min-width:clamp(2.65rem,9vw,3.1rem);min-height:clamp(2.65rem,9vw,3.1rem)}.game-route .virtual-joystick{width:clamp(7.5rem,25vw,9rem);height:clamp(7.5rem,25vw,9rem)}.game-route .mission-actions{right:max(.65rem, var(--safe-right));bottom:max(.65rem, var(--safe-bottom));width:clamp(5.5rem,17vw,7rem)}.game-route .mission-action-button{min-height:clamp(3rem,10vw,3.5rem);padding:.45rem .55rem;font-size:clamp(.78rem,2.3vw,.95rem)}.game-route .adventure-dock{right:max(.65rem, var(--safe-right));bottom:calc(max(.65rem, var(--safe-bottom)) + 4.1rem);gap:clamp(.3rem,1vw,.45rem);width:min(12.5rem,100vw - 1.3rem)}.game-route .adventure-dock__button,.game-route .adventure-dock__button--quests{min-height:clamp(3.35rem,15vw,4.2rem);font-size:clamp(.64rem,2.15vw,.82rem)}}@media (orientation:portrait) and (width<=700px){.game-route .game-topbar--controls-only .game-system-controls{flex-wrap:wrap;max-width:100%}.game-route .navigation-hud{top:calc(max(.65rem, var(--safe-top)) + 4.35rem)}}@media (orientation:portrait) and (width<=360px){.game-route .game-topbar--controls-only .game-system-controls{max-width:16rem}.game-route .game-system-button,.game-route .game-character-button{min-width:2.9rem;min-height:2.9rem;font-size:.72rem}.game-route .game-character-label-full,.game-route .game-language-label-full{display:none}.game-route .game-character-label-short,.game-route .game-language-label-short,.game-route .game-system-button>span:not(.game-command-icon){display:inline}.game-route .navigation-hud{top:calc(max(.65rem, var(--safe-top)) + 7.05rem);width:min(13rem,100vw - 1.3rem)}}@media (orientation:landscape) and (height<=600px) and (width<=915px){.game-route .game-topbar{padding:max(.45rem, var(--safe-top)) max(.55rem, var(--safe-right)) .45rem max(.55rem, var(--safe-left))}.game-route .game-topbar--controls-only .game-system-controls{flex-wrap:nowrap;justify-self:end;gap:clamp(.25rem,1vw,.5rem)}.game-route .game-system-button,.game-route .game-character-button{min-width:clamp(2.75rem,7.5vw,3.5rem);min-height:clamp(2.7rem,11vh,3.35rem);padding-inline:clamp(.3rem,.8vw,.65rem);font-size:clamp(.72rem,2.15vh,.88rem)}.game-route .navigation-hud{top:calc(max(.45rem, var(--safe-top)) + 3.55rem);left:max(.55rem, var(--safe-left));width:min(16rem,29vw,100vw - 13rem);min-width:13rem}.game-route .navigation-hud .minimap-shell{width:clamp(6rem,20vh,7.6rem);height:clamp(6rem,20vh,7.6rem)}.game-route .navigation-hud .navigation-mission-panel{max-height:min(9rem,100dvh - 4.5rem);padding:.5rem .6rem}.game-route .navigation-hud .navigation-objective{font-size:clamp(.8rem,2.25vh,.95rem);line-height:1.22}.game-route .movement-controls{width:clamp(8.25rem,29vh,9.75rem);height:clamp(8.25rem,29vh,9.75rem)}.game-route .virtual-joystick{width:clamp(7rem,24vh,8.25rem);height:clamp(7rem,24vh,8.25rem)}.game-route .adventure-dock{right:max(.55rem, var(--safe-right));bottom:calc(max(.45rem, var(--safe-bottom)) + 3.65rem);width:min(12rem,27vw)}.game-route .adventure-dock__button,.game-route .adventure-dock__button--quests{min-height:clamp(3rem,19vh,3.85rem);font-size:clamp(.62rem,2.1vh,.78rem)}.game-route .mission-actions{right:max(.55rem, var(--safe-right));bottom:max(.45rem, var(--safe-bottom));width:clamp(5.25rem,14vw,6.5rem)}}@media (orientation:landscape) and (height<=380px){.game-route .navigation-hud{width:min(14.5rem,100vw - 12.5rem);min-width:12rem}.game-route .navigation-hud .minimap-shell{width:5.75rem;height:5.75rem}.game-route .navigation-hud .navigation-mission-panel{max-height:7.25rem}.game-route .movement-controls{width:8.5rem;height:8.5rem}.game-route .adventure-dock{width:11.25rem}}@media (orientation:portrait) and (width<=430px){.game-route .game-topbar--controls-only .game-system-controls{grid-template-columns:repeat(6,minmax(0,1fr));place-items:stretch stretch;gap:.35rem;width:min(100%,23rem);max-width:23rem;display:grid}.game-route .game-system-button,.game-route .game-character-button{grid-column:span 2}.game-route .game-topbar--controls-only .game-system-controls>:nth-child(4){grid-column:2/span 2}.game-route .game-topbar--controls-only .game-system-controls>:nth-child(5){grid-column:4/span 2}.game-route .game-system-button,.game-route .game-character-button{width:100%;min-width:0;min-height:clamp(3.05rem,13vw,3.65rem);padding-inline:.35rem;font-size:clamp(.78rem,2.55vw,.96rem)}.game-route .navigation-hud{top:calc(max(.65rem, var(--safe-top)) + 7.75rem);width:min(14.5rem,100vw - 1.3rem)}.game-route .navigation-hud .minimap-shell{width:clamp(7.1rem,23vw,8.5rem);height:clamp(7.1rem,23vw,8.5rem)}}@media (orientation:landscape) and (height<=600px) and (width<=915px){.game-route .game-system-button,.game-route .game-character-button{min-width:clamp(3rem,8vw,3.75rem);min-height:clamp(3rem,12vh,3.6rem);font-size:clamp(.78rem,2.4vh,.98rem)}.game-route .game-topbar--controls-only .game-system-controls{gap:clamp(.3rem,1vw,.55rem)}.game-route .navigation-hud .minimap-shell{width:clamp(6.5rem,22vh,8rem);height:clamp(6.5rem,22vh,8rem)}.game-route .navigation-hud .navigation-objective{font-size:clamp(.84rem,2.45vh,1rem)}.game-route .movement-controls{width:clamp(8.75rem,31vh,10rem);height:clamp(8.75rem,31vh,10rem)}.game-route .adventure-dock__button,.game-route .adventure-dock__button--quests{min-height:clamp(3.25rem,21vh,4rem);font-size:clamp(.68rem,2.3vh,.84rem)}}
