@import "https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600;700&display=swap";
:root{--Base-Colors-Primary:#000;--Base-Colors-Default-White:#fff;--Base-Colors-Tertiary:#00000040;--App-Colors-Primary:#2b2b2b;--App-Colors-Secondary:gray;--App-Colors-Tertiary:#bebebe;--App-Colors-Error:#f44336;--App-Colors-Success:#3e9e3e;--App-Colors-Highlight:#f05c21;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-pill:32px;--radius-circle:9999px;--shadow-card-lg:0 20px 60px 0 #0000004d;--shadow-key:0px 1.77778px 0px #00000040;--crossword-accent:#0f3d5a;--crossword-accent-soft:#e6f0f6;--motion-fast:.1s;--motion-base:.17s;--motion-slow:.24s;--motion-ease-out:cubic-bezier(.22,1,.36,1);--motion-ease-in:cubic-bezier(.55,0,.83,.14);--motion-ease-spring:cubic-bezier(.16,1,.3,1);--motion-lift:6px;--motion-lift-sheet:10px;--motion-lift-status:4px;--motion-stagger-delay:28ms;--motion-item-delay:34ms;--motion-scale-press:.992;--motion-scale-press-soft:.99;--motion-scale-pop:1.018;--motion-scale-metric:1.03;--motion-shake-distance:1.5px;--motion-ray-duration:7s;--surface-shell:#ffffff94;--surface-card:#ffffffe6;--surface-strong:#000000e0;--ink-strong:#0f172a;--ink-muted:#475569;--accent-primary:#0f3d5a;--accent-success:#166534;--accent-danger:#9f1239}.dls-app.motion-ultra-subtle{--motion-fast:80ms;--motion-base:.14s;--motion-slow:.2s;--motion-lift:4px;--motion-lift-sheet:7px;--motion-lift-status:3px;--motion-stagger-delay:18ms;--motion-item-delay:22ms;--motion-scale-press:.996;--motion-scale-press-soft:.995;--motion-scale-pop:1.012;--motion-scale-metric:1.02;--motion-shake-distance:1px;--motion-ray-duration:10s}.dls-app.motion-energetic{--motion-fast:.12s;--motion-base:.22s;--motion-slow:.3s;--motion-lift:8px;--motion-lift-sheet:12px;--motion-lift-status:6px;--motion-stagger-delay:36ms;--motion-item-delay:42ms;--motion-scale-press:.988;--motion-scale-press-soft:.985;--motion-scale-pop:1.028;--motion-scale-metric:1.04;--motion-shake-distance:2px;--motion-ray-duration:5s}.dls-app.motion-adaptive-lite{--motion-fast:90ms;--motion-base:.15s;--motion-slow:.21s;--motion-lift:4px;--motion-lift-sheet:8px;--motion-lift-status:3px;--motion-stagger-delay:20ms;--motion-item-delay:24ms;--motion-scale-press:.996;--motion-scale-press-soft:.994;--motion-scale-pop:1.012;--motion-scale-metric:1.02;--motion-shake-distance:1px;--motion-ray-duration:9s}*{box-sizing:border-box}html,body{-webkit-font-smoothing:antialiased;min-height:100%;margin:0;font-family:Noto Sans,sans-serif}button{cursor:pointer;border:0;font-family:inherit}button:focus-visible,input:focus-visible{outline-offset:2px;outline:3px solid #0f3d5a6b}.dls-app{--device-ui-scale:1;--color-primary:var(--Base-Colors-Primary,#000);--color-white:var(--Base-Colors-Default-White,#fff);--color-tertiary:var(--Base-Colors-Tertiary,#00000040);background:radial-gradient(circle at 20% -10%,#ffffff85,transparent 52%),radial-gradient(circle at 80% 110%,#ffffff47,transparent 48%),var(--game-theme-background-color);width:100%;min-height:100dvh;color:var(--color-primary);padding:env(safe-area-inset-top)16px env(safe-area-inset-bottom)}@supports (zoom:1){.dls-app{zoom:var(--device-ui-scale);min-height:calc(100dvh/var(--device-ui-scale))}}@supports not (zoom:1){.dls-app{transform:scale(var(--device-ui-scale));transform-origin:top;width:calc(100%/var(--device-ui-scale));min-height:calc(100dvh/var(--device-ui-scale));margin:0 auto}}.dls-app.dls-app-game-active{overflow:hidden}.text-heading-hero{margin:0;font-size:32px;font-weight:700;line-height:42px}.text-headline-2{margin:0;font-size:20px;font-weight:600;line-height:30px}.text-body-1{margin:0;font-size:18px;font-weight:400;line-height:28px}.text-body-2{margin:0;font-size:16px;font-weight:400;line-height:26px}.home-screen-template,.game-summary-screen-template,.game-selector-template{max-width:480px;margin:0 auto;padding:24px 0}.home-screen-template{min-height:calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom));align-items:center;display:flex}.home-stack{text-align:center;flex-direction:column;align-items:center;gap:12px;width:100%;display:flex}.word-logo{border-radius:var(--radius-md);background:#fff;justify-content:center;align-items:center;width:96px;height:96px;display:flex}.word-logo-main{letter-spacing:3px;color:#000;font-size:36px;font-weight:700;line-height:1}.word-logo-sub{letter-spacing:4px;color:#000;font-size:20px;font-weight:700;line-height:22px}.logo-image{object-fit:cover;border-radius:var(--radius-md);width:96px;height:96px}.home-subtitle,.home-meta{color:var(--App-Colors-Primary)}.home-meta{color:var(--App-Colors-Secondary)}.game-selector-template{min-height:calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom));flex-direction:column;justify-content:center;gap:14px;display:flex}.selector-head{text-align:center;flex-direction:column;gap:2px;display:flex}.selector-date{letter-spacing:.3px;color:var(--App-Colors-Secondary);margin:0;font-size:12px;font-weight:600;line-height:18px}.selector-theme-focus{color:#0f172a;background:#ffffffe0;border:1px solid #10405a33;border-radius:12px;max-width:340px;margin:6px auto 0;padding:8px 10px;font-weight:600}.selector-theme-highlight{color:#0f3d5a;font-weight:800}.game-theme-focus{text-align:center;color:#0f172a;background:#ffffffe0;border:1px solid #10405a33;border-radius:999px;max-width:420px;margin:0 auto 4px;padding:6px 12px;font-weight:600}.game-theme-focus-compact{white-space:nowrap;text-overflow:ellipsis;max-width:360px;padding:5px 10px;font-size:12px;line-height:17px;overflow:hidden}.crossword-theme-focus{max-width:360px;margin-bottom:1px;padding-top:4px;padding-bottom:4px}.coach-plan-card{text-align:left;background:#ffffffe6;border:1px solid #0f172a29;border-radius:12px;gap:4px;max-width:360px;margin:8px auto 2px;padding:10px 12px;display:grid}.coach-plan-label,.coach-plan-text,.coach-plan-order{margin:0;font-size:12px;line-height:18px}.coach-plan-label{font-weight:700}.coach-plan-order{color:var(--App-Colors-Secondary)}.game-pill-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.game-pill{border-radius:var(--radius-pill);text-align:center;transition:transform var(--motion-base)var(--motion-ease-out),box-shadow var(--motion-base)var(--motion-ease-out);background:#fff;flex-direction:column;align-items:center;gap:6px;padding:14px 10px;display:flex;transform:translateY(0)}.game-pill:active{transform:scale(var(--motion-scale-press))}.game-pill.is-solved{box-shadow:inset 0 0 0 2px #0b7a2a3d}.game-pill-mark{border-radius:var(--radius-circle);color:#fff;letter-spacing:.3px;background:#000;place-items:center;min-width:46px;min-height:46px;font-size:16px;font-weight:700;line-height:20px;display:grid}.game-pill-title{margin:0;font-size:14px;font-weight:600;line-height:22px}.game-pill-subtitle{color:var(--App-Colors-Secondary);margin:0;font-size:11px;font-weight:400;line-height:18px}.game-pill-status{color:#0b7a2a;margin:0;font-size:11px;font-weight:700;line-height:16px}.game-pill-cta{justify-content:center;width:100%;margin-top:0}.primary-large,.secondary-large,.disabled-large{border-radius:var(--radius-md);width:100%;min-height:56px;transition:transform var(--motion-fast)var(--motion-ease-out),filter var(--motion-base)var(--motion-ease-out),box-shadow var(--motion-base)var(--motion-ease-out);justify-content:center;align-items:center;gap:8px;padding:14px 16px;font-size:20px;font-weight:600;line-height:30px;display:flex}.primary-large{background:var(--color-primary);color:var(--color-white)}.secondary-large{border:2px solid var(--color-primary);color:var(--color-primary);background:0 0}.disabled-large{background:var(--color-tertiary);color:#00000080;cursor:not-allowed}.primary-medium{border-radius:var(--radius-md);background:var(--color-primary);color:var(--color-white);transition:transform var(--motion-fast)var(--motion-ease-out),filter var(--motion-base)var(--motion-ease-out),box-shadow var(--motion-base)var(--motion-ease-out);padding:14px 12px;font-size:14px;font-weight:600;line-height:22px}.primary-large:active,.secondary-large:active,.primary-medium:active,.secondary-medium:active,.sentence-action-btn:active,.sentence-token-chip:active,.translate-mode-btn:active,.translate-option:active,.crossword-direction-button:active,.keyboard-key:active,.icon-button-shell:active,.timer-pill:active,.pause-modal-retry:active{transform:scale(var(--motion-scale-press-soft))}.button-leading-icon{width:20px;height:20px;display:inline-flex}.button-leading-icon img{width:20px;height:20px}.game-screen-template{height:calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom));padding-top:var(--game-header-space,124px);padding-bottom:var(--game-bottom-space,238px);overflow:hidden}.game-screen-template-no-keyboard{padding-top:var(--game-header-space,124px)}.game-screen-template-no-keyboard .game-content{gap:12px;padding-top:10px}.word-game-template{padding-top:var(--game-header-space,108px)}.practice-screen-template{height:calc(100dvh - env(safe-area-inset-top) - env(safe-area-inset-bottom));overflow:hidden}.practice-screen-template .game-content{gap:10px}.practice-screen-template .practice-demo-card{max-height:52dvh;overflow:hidden}.game-screen-header{top:env(safe-area-inset-top);z-index:30;background:0 0;width:100%;position:fixed;left:0;right:0}.header-inner{max-width:480px;margin:0 auto;padding:8px 16px}.header-top-row{grid-template-columns:40px 1fr auto;align-items:center;gap:8px;display:grid}.header-action-slot{width:40px;height:40px}.header-action-slot.timer-slot{justify-content:flex-end;width:auto;height:auto;display:flex}.timer-stack{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.icon-button-shell{border-radius:var(--radius-circle);width:40px;height:40px;transition:transform var(--motion-fast)var(--motion-ease-out),filter var(--motion-base)var(--motion-ease-out);background:#000;place-items:center;display:grid}.icon-button-shell img{width:20px;height:20px}.header-title{text-align:center;color:var(--ink-strong);font-size:18px;font-weight:600;line-height:26px}.header-title-stack{justify-items:center;gap:1px;display:grid}.header-subtitle{letter-spacing:.04em;color:var(--ink-muted);text-transform:uppercase;font-size:11px;font-weight:700;line-height:16px}.header-bottom-row{justify-content:center;margin-top:8px;display:flex}.timer-pill{border-radius:var(--radius-pill);background:var(--surface-strong);color:#fff;min-height:36px;transition:transform var(--motion-fast)var(--motion-ease-out),background var(--motion-base)var(--motion-ease-out);align-items:center;gap:8px;padding:6px 12px;display:inline-flex}.header-top-row .timer-pill{justify-self:end}.timer-pill span{font-size:16px;font-weight:600;line-height:24px}.timer-pill img{width:16px;height:16px}.game-progress-shell{background:var(--surface-shell);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #0f172a14;border-radius:12px;gap:5px;max-width:480px;margin:0 auto 8px;padding:7px 10px;display:grid}.game-progress-shell-compact{gap:3px;max-width:420px;margin-bottom:3px;padding:5px 8px}.game-progress-shell-compact .game-progress-label,.game-progress-shell-compact .game-progress-count,.game-progress-shell-compact .game-progress-subline{font-size:11px;line-height:15px}.game-progress-shell-compact .game-progress-track{height:5px}.game-progress-shell-compact .game-streak-pill{padding:1px 5px}.game-progress-meta,.game-progress-subline{justify-content:space-between;align-items:center;gap:8px;display:flex}.game-progress-meta-compact{gap:10px}.game-progress-meta-right{align-items:center;gap:8px;display:inline-flex}.game-progress-subline-compact{justify-content:flex-start}.game-progress-subline-compact span:first-child{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.game-progress-label,.game-progress-count,.game-progress-subline{font-size:12px;font-weight:700;line-height:18px}.game-progress-label,.game-progress-subline{color:var(--ink-muted)}.game-progress-count{color:var(--ink-strong)}.game-progress-track{background:#0f172a1f;border-radius:999px;width:100%;height:7px;overflow:hidden}.game-progress-fill{border-radius:inherit;height:100%;transition:width var(--motion-base)var(--motion-ease-out);background:linear-gradient(90deg,#1d4ed8 0%,#7c3aed 100%);display:block}.game-streak-pill{color:#7f1d1d;background:#ffffffdb;border-radius:999px;align-items:center;gap:4px;padding:1px 6px;display:inline-flex}.game-streak-pill img{width:12px;height:12px}.resume-progress-pill{color:#166534;text-align:center;background:#dcfce7e6;border:1px solid #16a34a40;border-radius:999px;max-width:480px;margin:0 auto 6px;padding:6px 10px;font-size:11px;font-weight:700;line-height:15px}.game-content{text-align:center;max-width:480px;min-height:0;padding-top:4px;padding-bottom:calc(var(--game-bottom-space,0px) + 12px);-webkit-overflow-scrolling:touch;overscroll-behavior:contain;will-change:transform,opacity;flex-direction:column;flex:1;gap:12px;margin:0 auto;display:flex;overflow-y:auto}.word-game-content{padding-top:0;padding-bottom:calc(12px + env(safe-area-inset-bottom));gap:6px;overflow-y:auto}.word-game-title{white-space:nowrap;font-size:16px;font-weight:700;line-height:24px}.crossword-game-content{padding-top:0;padding-bottom:calc(var(--game-support-space,0px) + var(--game-keyboard-space,0px) + env(safe-area-inset-bottom) + 12px);gap:6px;overflow-y:auto}.crossword-game-title{white-space:nowrap;font-size:15px;font-weight:700;line-height:22px}.word-game-content .word-progress-text,.word-game-content .word-length-rule,.word-game-content .word-correct-list{font-size:14px;line-height:20px}.word-progress-inline{justify-content:center;align-items:center;gap:8px;display:flex}.word-info-button{border-radius:var(--radius-circle);color:#0f3d5a;background:#ffffffeb;border:1px solid #0f3d5a59;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;font-weight:800;line-height:1;display:inline-flex}.word-info-button:active{transform:scale(var(--motion-scale-press-soft))}.word-length-rule{text-align:center}.screen-panel{animation:screen-enter var(--motion-slow)var(--motion-ease-out)both}.motion-stagger>*{--stagger-index:0;opacity:1;animation:stagger-enter var(--motion-slow)var(--motion-ease-out)both;animation-delay:calc(var(--stagger-index)*var(--motion-stagger-delay));transform:translateY(0)}.motion-stagger>:first-child{--stagger-index:1}.motion-stagger>:nth-child(2){--stagger-index:2}.motion-stagger>:nth-child(3){--stagger-index:3}.motion-stagger>:nth-child(4){--stagger-index:4}.motion-stagger>:nth-child(5){--stagger-index:5}.motion-item{--stagger-index:1;opacity:1;animation:stagger-enter var(--motion-slow)var(--motion-ease-out)both;animation-delay:calc(var(--stagger-index)*var(--motion-item-delay));transform:translateY(0)}.mode-panel{animation:mode-enter var(--motion-base)var(--motion-ease-out);gap:10px;display:grid}.mode-panel-crossword{gap:6px}.mode-panel-word .word-input-pill{min-height:64px}.mode-panel-sentence .sentence-answer-row,.mode-panel-translate .translate-question,.mode-panel-crossword .crossword-clues{background:var(--surface-card)}.mode-panel-sentence .sentence-token-chip,.mode-panel-translate .translate-option{min-height:44px}.mode-panel-crossword .crossword-direction-button{min-height:28px}.mode-panel-translate .translate-question{min-height:56px;font-size:18px;font-weight:700;line-height:26px}.mode-panel-crossword .crossword-board{max-width:min(292px,100%);padding:6px}.sentence-answer-row{border-radius:var(--radius-md);background:var(--Base-Colors-Default-White,#fff);flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;min-height:56px;padding:10px 12px;font-size:16px;font-weight:400;line-height:26px;display:flex}.sentence-helper-text{color:var(--App-Colors-Primary);font-size:14px;line-height:20px}.sentence-slot-pill{border-radius:var(--radius-pill);background:#fff9;border:1px dashed #0003;justify-content:center;align-items:center;min-width:70px;min-height:36px;padding:4px 10px;font-size:14px;font-weight:600;line-height:20px;display:inline-flex}.sentence-actions-row{justify-content:center;gap:10px;display:flex}.sentence-action-btn{border-radius:var(--radius-pill);min-width:84px;min-height:36px;transition:transform var(--motion-fast)var(--motion-ease-out),background var(--motion-base)var(--motion-ease-out);background:#fff;border:1px solid #0003;padding:6px 12px;font-size:14px;font-weight:600;line-height:22px}.sentence-action-btn:disabled{opacity:.5;cursor:not-allowed}.ux-feedback{border-radius:10px;width:100%;margin:0;padding:8px 10px;font-size:13px;line-height:18px}.ux-feedback-error{color:var(--accent-danger);animation:status-pop var(--motion-base)var(--motion-ease-spring),answer-wrong var(--motion-base)var(--motion-ease-out);background:#fee2e2f2;border:1px solid #be185d33}.ux-feedback-success{color:var(--accent-success);animation:status-pop var(--motion-base)var(--motion-ease-spring),answer-correct var(--motion-base)var(--motion-ease-spring);background:#dcfce7f2;border:1px solid #16a34a3d}.sentence-token-bank{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.sentence-token-chip{border-radius:var(--radius-pill);min-height:40px;transition:transform var(--motion-fast)var(--motion-ease-out),background var(--motion-base)var(--motion-ease-out),opacity var(--motion-fast)var(--motion-ease-out);background:#fff;padding:8px 12px;font-size:14px;font-weight:600;line-height:22px}.sentence-token-chip:disabled{background:var(--Base-Colors-Tertiary,#00000040);color:#00000080}.sentence-feedback-card{border-radius:var(--radius-md);text-align:left;will-change:transform,opacity;background:#fff;gap:6px;padding:12px;display:grid}.sentence-feedback-points{color:#0b7a2a;margin:0;font-size:14px;font-weight:700;line-height:20px}.sentence-feedback-english,.sentence-feedback-hindi,.sentence-feedback-meta,.sentence-feedback-timer{margin:0;font-size:13px;line-height:18px}.sentence-feedback-english{font-weight:700}.sentence-feedback-timer{color:var(--App-Colors-Secondary)}.coach-review-card{text-align:left;background:#ffffffeb;border:1px solid #0f172a24;border-radius:12px;gap:4px;padding:10px;display:grid}.coach-review-title,.coach-review-line{margin:0;font-size:12px;line-height:18px}.coach-review-title{font-weight:700}.translate-question{border-radius:var(--radius-md);background:#fff;min-height:44px;padding:10px 12px;font-size:15px;font-weight:600;line-height:22px}.translate-empty-state{border-radius:var(--radius-md);text-align:left;background:#ffffffeb;border:1px solid #0f172a24;gap:8px;padding:12px;display:grid}.translate-empty-title,.translate-empty-text{margin:0}.translate-empty-title{color:#0f172a;font-size:14px;font-weight:700;line-height:20px}.translate-empty-text{color:#475569;font-size:12px;line-height:18px}.translate-empty-actions{flex-wrap:wrap;gap:8px;display:flex}.translate-progress{text-align:center;margin:0;font-size:12px;font-weight:700;line-height:18px}.translate-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.translate-mode-row{grid-template-columns:1fr 1fr;gap:8px;display:grid}.translate-mode-btn{border-radius:var(--radius-pill);min-height:38px;transition:transform var(--motion-fast)var(--motion-ease-out),background var(--motion-base)var(--motion-ease-out),box-shadow var(--motion-base)var(--motion-ease-out);background:#ffffffb3;font-size:13px;font-weight:600;line-height:20px}.translate-mode-btn.active{background:#fff;box-shadow:inset 0 0 0 2px #0f3d5a}.translate-retry-row{justify-content:center;display:flex}.translate-retry-pill{border-radius:var(--radius-pill);background:#ffffffbf;min-width:96px;min-height:34px;padding:6px 14px;font-size:13px;font-weight:700;line-height:20px}.translate-speak-panel{border-radius:var(--radius-md);background:#fffc;gap:4px;padding:10px;display:grid}.translate-speak-btn{border-radius:var(--radius-pill);color:#fff;background:#0f3d5a;min-height:40px;font-size:14px;font-weight:600;line-height:22px}.translate-speak-btn:disabled{opacity:.55;cursor:not-allowed}.translate-speak-helper,.translate-speech-transcript,.translate-speech-error{margin:0;font-size:11px;line-height:16px}.translate-speech-error{color:#9f1239}.translate-option{border-radius:var(--radius-pill);text-align:center;min-height:36px;transition:transform var(--motion-fast)var(--motion-ease-out),background var(--motion-base)var(--motion-ease-out),filter var(--motion-base)var(--motion-ease-out);background:#fff;padding:8px 10px;font-size:13px;font-weight:600;line-height:18px}.translate-option.correct{animation:answer-correct var(--motion-base)var(--motion-ease-spring);background:#e8f7e8}.translate-option.wrong{animation:answer-wrong var(--motion-base)var(--motion-ease-out);background:#fde9e8}.translate-success-overlay{z-index:35;background:#0f172a47;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.translate-success-sheet{text-align:left;width:min(100%,360px);animation:sheet-enter var(--motion-base)var(--motion-ease-spring);background:#fff;border:1px solid #0f172a1f;border-radius:16px;gap:8px;padding:14px;display:grid;box-shadow:0 20px 36px #0f172a33}.translate-success-title{color:#0f172a;margin:0;font-size:16px;font-weight:700;line-height:22px}.translate-success-line{color:#334155;margin:0;font-size:13px;line-height:19px}.translate-success-countdown{color:#0f3d5a;margin:2px 0 0;font-size:12px;font-weight:700;line-height:16px}.translate-success-cta{justify-content:center;width:100%;margin-top:2px}.crossword-board{--crossword-board-size:clamp(212px,calc(100dvh - var(--game-header-space,108px) - var(--game-keyboard-space,188px) - var(--game-support-space,56px) - 206px),296px);width:100%;max-width:min(100%,var(--crossword-board-size));background:#ffffff57;border-radius:16px;flex-direction:column;gap:4px;margin:0 auto;padding:7px;display:flex;box-shadow:inset 0 0 0 1px #ffffff59}.crossword-direction-switch{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;width:100%;max-width:300px;margin:0 auto;display:grid}.crossword-direction-button{color:#334155;min-height:28px;transition:transform var(--motion-fast)var(--motion-ease-out),background var(--motion-base)var(--motion-ease-out),color var(--motion-base)var(--motion-ease-out);background:#ffffffbf;border-radius:999px;font-size:11px;font-weight:700;line-height:15px}.crossword-direction-button.active{background:var(--crossword-accent);color:#fff}.crossword-row{gap:4px;display:grid}.crossword-cell{aspect-ratio:1;min-height:0;transition:transform var(--motion-fast)var(--motion-ease-out),background var(--motion-fast)var(--motion-ease-out),box-shadow var(--motion-fast)var(--motion-ease-out),border-color var(--motion-fast)var(--motion-ease-out);background:#fff;border-radius:10px;place-items:center;font-size:14px;font-weight:600;line-height:20px;display:grid;position:relative}.crossword-cell-number{color:#64748b;font-size:9px;font-weight:700;line-height:12px;position:absolute;top:3px;left:5px}.crossword-cell-blocked{pointer-events:none;background:#334155eb;box-shadow:inset 0 0 0 1px #0f172a52}.crossword-cell.active-entry{background:var(--crossword-accent-soft)}.crossword-cell.active-cell{border:2px solid var(--crossword-accent);background:#fff;box-shadow:0 0 0 2px #0f3d5a33}.crossword-clues{text-align:left;background:#fff;border-radius:14px;gap:6px;width:100%;max-width:420px;margin:0 auto;padding:10px 12px;display:grid;box-shadow:0 8px 20px #0f3d5a1f}.crossword-clue-top{align-items:flex-start;gap:6px;display:flex}.crossword-clue-badge{background:var(--crossword-accent);color:#fff;border-radius:999px;place-items:center;min-width:22px;height:22px;font-size:12px;font-weight:700;line-height:18px;display:grid}.crossword-clue-heading{text-transform:uppercase;letter-spacing:.04em;color:#475569;flex:none;margin:0;font-size:12px;font-weight:700;line-height:16px}.crossword-clue-inline{flex-wrap:wrap;flex:1;align-items:flex-start;gap:4px;min-width:0;margin:0;display:flex}.crossword-clue-inline-sep{color:#94a3b8;flex:none}.crossword-clue-active-text{min-width:0;color:var(--crossword-accent);white-space:normal;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:180px;margin:0;font-size:14px;font-weight:600;line-height:18px;display:-webkit-box;overflow:hidden}.crossword-clue-helper{display:none}.crossword-hint-text{width:100%;max-width:300px;color:var(--crossword-accent);background:#e6f0f6e6;border:1px solid #0f3d5a29;border-radius:12px;margin:0 auto;padding:10px 12px}.crossword-preview-text{width:100%;max-width:300px;color:var(--crossword-accent);background:#ffffffe6;border:1px solid #0f3d5a24;border-radius:12px;margin:0 auto;padding:10px 12px}.answer-row{grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;display:grid}.word-progress-text,.word-length-rule{margin:0}.word-input-pill{background:var(--Base-Colors-Default-White,#fff);border:1px solid #0f172a1f;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;min-height:56px;padding:0 14px;display:flex}.word-input-pill.is-right{background:#f0fdf4e6;border-color:#16a34a85;animation:.45s ease-in-out 2 word-pill-right-blink}.word-input-pill.is-wrong{background:#fef2f2eb;border-color:#dc262673;animation:.45s ease-in-out 2 word-pill-wrong-blink}.word-input-pill-value{letter-spacing:.03em;color:#0f172a;text-transform:uppercase;align-items:center;gap:4px;font-size:16px;font-weight:600;line-height:24px;display:inline-flex}.word-input-pill-value.placeholder{letter-spacing:.02em;color:#64748b;text-transform:none;font-size:14px;font-weight:600;line-height:22px}.word-input-cursor{background:#0f172a;border-radius:2px;width:2px;height:22px;animation:1s step-end infinite word-cursor-blink}.word-input-cursor.placeholder{background:#94a3b8}.word-input-cursor.paused{opacity:.45;animation:none}@keyframes word-cursor-blink{0%,49%{opacity:1}50%,to{opacity:0}}@keyframes word-pill-right-blink{0%,to{box-shadow:0 0 #16a34a00}50%{box-shadow:0 0 0 4px #86efac59}}@keyframes word-pill-wrong-blink{0%,to{box-shadow:0 0 #dc262600}50%{box-shadow:0 0 0 4px #fca5a552}}.word-input-pill-count{color:#64748b;flex-shrink:0;font-size:12px;font-weight:700;line-height:18px}.word-correct-list{color:#0f172a;margin:0}.answer-cell{border-radius:var(--radius-md);background:var(--Base-Colors-Default-White,#fff);justify-content:center;align-items:center;min-height:52px;font-size:20px;font-weight:600;line-height:30px;display:flex}.word-learning-card{text-align:left;will-change:transform,opacity;background:linear-gradient(145deg,#fff8e7 0%,#fff 100%);border:1px solid #0000001f;border-radius:16px;gap:8px;margin-top:6px;padding:14px 12px;display:grid;box-shadow:0 10px 28px #00000014}.word-learning-title{color:#7a4a00;margin:0;font-size:14px;font-weight:700;line-height:20px}.word-learning-word{letter-spacing:.8px;color:#111827;margin:0;font-size:22px;font-weight:700;line-height:30px}.word-learning-line{color:#1f2937;margin:0;font-size:14px;line-height:22px}.coach-line-title{margin-top:2px;font-weight:700}.coach-line{font-size:13px;line-height:20px}.word-learning-cta{justify-content:center;width:100%;margin-top:2px}.word-insight-sheet{text-align:left;width:min(100%,360px)}.word-hint-card{color:#0f172a;background:#ffffffeb;border:1px solid #0f172a29;border-radius:12px;width:100%;max-width:320px;margin:0 auto;padding:10px 12px}.word-hint-title{margin:0 0 6px;font-weight:700}.word-hint-line{margin:0}.word-hint-line+.word-hint-line{margin-top:4px}.practice-banner{background:#ffffffeb;border:1px solid #0f172a24;border-radius:12px;gap:4px;width:100%;max-width:340px;margin:8px auto 0;padding:10px 12px;display:grid}.practice-banner-compact{background:#fffffff5;border-radius:999px;gap:2px;width:fit-content;max-width:min(92vw,320px);margin:2px auto 0;padding:6px 10px;box-shadow:0 8px 18px #0f172a1f}.practice-banner-compact .practice-banner-tag{font-size:10px;line-height:14px}.practice-banner-compact .practice-banner-text{font-size:12px;font-weight:700;line-height:16px}.practice-banner-tag{letter-spacing:.05em;text-transform:uppercase;color:#0f3d5a;font-size:11px;font-weight:700;line-height:16px}.practice-banner-text{color:#0f172a;margin:0;font-size:14px;font-weight:600;line-height:20px}.practice-done-pill{color:#0b7a2a;background:#e5fbecf2;border:1px solid #0b7a2a3d;border-radius:999px;width:fit-content;margin:8px auto 0;padding:5px 10px;font-size:12px;font-weight:700;line-height:18px}.practice-done-actions{grid-template-columns:1fr 1fr;gap:8px;width:100%;max-width:340px;margin:6px auto 0;display:grid}.practice-done-actions .primary-medium,.practice-done-actions .secondary-medium{justify-content:center}.practice-demo-card{background:#fffffff0;border:1px solid #0f172a24;border-radius:14px;gap:10px;width:100%;max-width:340px;margin:8px auto 0;padding:12px;display:grid}.practice-demo-head{gap:2px;display:grid}.practice-demo-title{margin:0;font-size:14px;font-weight:700;line-height:20px}.practice-demo-subtitle,.practice-demo-progress,.practice-demo-list,.practice-demo-answer,.practice-demo-clue,.practice-demo-question,.practice-demo-success{margin:0;font-size:13px;line-height:19px}.practice-demo-subtitle{color:#475569}.practice-demo-body{gap:8px;display:grid}.practice-demo-word-input{letter-spacing:.03em;border:1px dashed #0f172a33;border-radius:10px;align-items:center;min-height:40px;padding:0 10px;font-size:16px;font-weight:700;line-height:24px;display:flex}.practice-demo-list{color:#0b7a2a;font-weight:600}.practice-demo-chip-row{flex-wrap:wrap;gap:6px;display:flex}.practice-demo-chip{background:#0f172a14;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600;line-height:18px}.practice-demo-chip.used{color:#0b7a2a;background:#0b7a2a29}.practice-demo-crossword-board{gap:6px;width:min(100%,230px);display:grid}.practice-demo-crossword-row{gap:6px;display:grid}.practice-demo-crossword-cell{aspect-ratio:1;background:#ffffffb8;border:1px solid #0f172a2e;border-radius:8px;place-items:center;min-height:0;font-size:13px;font-weight:700;display:grid;position:relative}.practice-demo-crossword-cell.filled{background:#0f3d5a1a;border-color:#0f3d5a66}.practice-demo-crossword-cell.active-entry{background:#e6f0f6e6}.practice-demo-crossword-cell.blocked{background:#334155e6;border-color:#0f172a57}.practice-demo-crossword-number{color:#64748b;font-size:8px;font-weight:700;line-height:10px;position:absolute;top:2px;left:4px}.practice-demo-success{color:#0b7a2a;font-weight:600}.practice-demo-option-list{gap:6px;display:grid}.practice-demo-option{border:1px solid #0f172a24;border-radius:10px;padding:6px 8px;font-size:12px;line-height:18px}.practice-demo-option.selected{background:#dcfce7cc;border-color:#0b7a2a80}.practice-demo-actions{gap:8px;display:flex}.practice-demo-actions .secondary-medium{flex:1;justify-content:center}.game-support-action-row{left:0;right:0;bottom:calc(max(var(--game-keyboard-space,188px),172px) + env(safe-area-inset-bottom) + 14px);z-index:30;flex-flow:row;justify-content:space-between;align-items:center;gap:10px;max-width:480px;margin:0 auto;padding:0 16px;display:flex;position:fixed}.game-support-action-row-onscreen{left:0;right:0;bottom:calc(max(var(--game-keyboard-space,188px),172px) + env(safe-area-inset-bottom) + 14px);position:fixed}.word-action-row{bottom:calc(max(var(--game-keyboard-space,188px),172px) + env(safe-area-inset-bottom) + 10px);justify-content:center;gap:8px;max-width:360px}.word-action-row .support-action{color:#0f3d5a;background:#ffffffe6;border:1px solid #0f172a1f;border-radius:999px;flex-direction:row;flex:none;justify-content:center;align-items:center;gap:5px;min-width:108px;padding:4px 9px}.word-action-row .support-shell{background:#0f3d5ae6;width:26px;height:26px}.word-action-row .support-shell img{width:13px;height:13px}.word-action-row .support-shell-text{font-size:15px;line-height:18px}.word-action-row .support-action-label{white-space:nowrap;font-size:11px;line-height:14px}.crossword-action-row{overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-flow:row;justify-content:center;align-items:center;gap:8px;max-width:340px;margin-left:auto;margin-right:auto;padding:0 2px;display:flex;overflow-x:auto}.crossword-action-row-compact .support-action{justify-content:center;min-width:44px}.crossword-action-row::-webkit-scrollbar{display:none}.crossword-action-row .support-action{color:#0f3d5a;background:#ffffffe6;border:1px solid #0f172a1f;border-radius:999px;flex-direction:row;flex:none;align-items:center;gap:5px;min-width:max-content;padding:4px 9px}.crossword-action-row .support-shell{background:#0f3d5ae6;width:26px;height:26px}.crossword-action-row .support-shell img{width:13px;height:13px}.crossword-action-row .support-shell-text{font-size:15px;line-height:18px}.crossword-action-row .support-action-label{white-space:nowrap;font-size:11px;line-height:14px}.crossword-more-action{display:none}.crossword-more-sheet{background:#fff;border:1px solid #0f172a1f;border-radius:18px 18px 12px 12px;gap:10px;width:min(100%,380px);margin-top:auto;padding:10px 14px 14px;transition:transform .16s ease-out;animation:.22s cubic-bezier(.2,.85,.25,1) crossword-more-sheet-enter;display:grid;box-shadow:0 20px 36px #0f172a38}.crossword-more-handle{background:#0f172a33;border-radius:999px;width:46px;height:4px;margin:0 auto}.crossword-more-overlay{padding:14px 16px calc(10px + env(safe-area-inset-bottom));align-items:end;transition:opacity .18s cubic-bezier(.3,.7,.4,1)}.crossword-check-overlay{z-index:42}.crossword-check-dialog{background:#fff;border:1px solid #0f172a1f;border-radius:16px;gap:12px;width:min(100%,320px);padding:14px;display:grid;box-shadow:0 20px 34px #0f172a33}.crossword-check-dialog-text{text-align:center;margin:0;font-size:14px;font-weight:700;line-height:20px}.crossword-check-dialog-text.is-success{color:#0b7a2a}.crossword-check-dialog-text.is-error{color:#b91c1c}.crossword-check-dialog-close{justify-content:center;width:100%}.crossword-more-overlay.is-closing{opacity:0}.crossword-more-sheet.is-closing{opacity:0;transition:transform .18s cubic-bezier(.3,.7,.4,1),opacity .16s cubic-bezier(.3,.7,.4,1)}@keyframes crossword-more-sheet-enter{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.crossword-more-title{color:#0f172a;margin:0;font-size:16px;font-weight:700;line-height:22px}.crossword-more-actions{gap:8px;display:grid}.crossword-more-actions .secondary-medium{justify-content:center}.game-support-action-row-no-keyboard{flex-flow:row;justify-content:space-between;gap:10px;max-width:340px;margin:12px auto 0;position:static;bottom:auto}.game-support-action-row-no-keyboard .support-action{flex:1}.support-action{color:var(--color-primary);background:0 0;flex-direction:column;flex:1;align-items:center;gap:5px;min-width:0;display:flex;position:relative}.support-action:disabled{opacity:.55;cursor:not-allowed}.support-shell{border-radius:var(--radius-circle);width:38px;height:38px;transition:transform var(--motion-fast)var(--motion-ease-out),background var(--motion-base)var(--motion-ease-out);background:#00000080;place-items:center;display:grid}.support-shell img{width:17px;height:17px}.support-shell-text{color:#fff;font-size:18px;font-weight:700;line-height:22px}.support-action-label{white-space:normal;text-align:center;text-wrap:balance;font-size:11px;font-weight:600;line-height:14px}.practice-target{border-radius:12px;position:relative;box-shadow:0 0 0 2px #f05c2152}.practice-finger{color:#fff;pointer-events:none;z-index:2;background:#f05c21;border-radius:999px;padding:2px 8px;font-size:12px;font-weight:700;line-height:16px;animation:.9s ease-in-out infinite practice-finger-bob;position:absolute;top:-24px;left:50%;transform:translate(-50%)}@keyframes practice-finger-bob{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,-4px)}}.how-to-play-overlay{z-index:41;background:#0f172a59;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.how-to-play-sheet{background:#fff;border:1px solid #0f172a1f;border-radius:18px;gap:10px;width:min(100%,360px);padding:16px;display:grid;box-shadow:0 24px 44px #0f172a3d}.how-to-play-title{margin:0;font-size:18px;font-weight:700;line-height:26px}.how-to-play-content{gap:6px;display:grid}.how-to-play-line,.how-to-play-complete{color:#0f172a;margin:0;font-size:14px;line-height:21px}.coach-dialog-focus{font-weight:700}.how-to-play-actions{gap:8px;display:flex}.how-to-play-actions .primary-medium,.how-to-play-actions .secondary-medium{flex:1;justify-content:center}.secondary-medium{color:#0f172a;min-height:44px;transition:transform var(--motion-fast)var(--motion-ease-out),border-color var(--motion-base)var(--motion-ease-out),background var(--motion-base)var(--motion-ease-out);background:#fff;border:1px solid #0f172a29;border-radius:12px;align-items:center;padding:10px 12px;font-size:16px;font-weight:600;line-height:24px;display:inline-flex}.onscreen-keyboard{background:var(--Base-Colors-Tertiary,#00000040);width:100%;padding:12px 8px calc(12px + env(safe-area-inset-bottom));z-index:20;position:fixed;bottom:0;left:0;right:0}.keyboard-row{justify-content:center;gap:4px;width:100%;margin-top:4px;display:flex}.keyboard-row-top{padding:0}.keyboard-row-middle{padding:0 12px}.keyboard-row-bottom{padding:0 18px}.keyboard-key{border-radius:var(--radius-sm);max-width:36px;min-height:42px;box-shadow:var(--shadow-key);transition:transform var(--motion-fast)var(--motion-ease-out),filter var(--motion-fast)var(--motion-ease-out);background:#fff;flex:1;font-size:16px;font-weight:600;line-height:24px}.keyboard-backspace-key{max-width:52px}.keyboard-space-key{min-width:68px;max-width:120px}.keyboard-backspace-key img{width:20px;height:20px}.pause-overlay-template{z-index:40;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:fade-in var(--motion-base)var(--motion-ease-out);background:#00000059;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.pause-modal{border-radius:var(--radius-lg);width:min(100%,320px);box-shadow:var(--shadow-card-lg);text-align:center;animation:sheet-enter var(--motion-base)var(--motion-ease-spring);background:#fff;flex-direction:column;align-items:center;gap:12px;padding:40px 24px;display:flex}.pause-modal-title{margin:0;font-size:24px;font-weight:600;line-height:36px}.pause-modal-subtitle{margin:0;font-size:18px;font-weight:400;line-height:28px}.pause-modal-cta{width:min(240px,100%)}.pause-modal-retry{border-radius:var(--radius-md);color:#111827;width:min(240px,100%);min-height:40px;transition:transform var(--motion-fast)var(--motion-ease-out),background var(--motion-base)var(--motion-ease-out);background:#fff;border:1px solid #0f172a33;font-size:14px;font-weight:600;line-height:22px}.game-summary-screen-template{flex-direction:column;align-items:center;gap:16px;padding-bottom:24px;display:flex}.summary-hero{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.summary-metric-card,.streak-card{border-radius:var(--radius-lg);background:#fff;width:100%;padding:16px}.summary-metric-card-header{justify-content:space-between;align-items:center;display:flex}.summary-card-title,.streak-card-header h3{margin:0;font-size:18px;font-weight:600;line-height:26px}.primary-metric-display{align-items:center;gap:6px;font-size:24px;font-weight:700;line-height:36px;display:inline-flex}.primary-metric-display img{width:18px;height:18px}.secondary-metric-row{border-radius:var(--radius-md);background:#0000000f;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px;padding:10px;display:grid}.secondary-metric-item{text-align:center;flex-direction:column;align-items:center;gap:4px;display:flex}.metric-label{color:var(--App-Colors-Secondary);font-size:12px;font-weight:600;line-height:18px}.metric-value{font-size:18px;font-weight:600;line-height:26px}.metric-value-score{animation:metric-pop var(--motion-base)var(--motion-ease-spring)}.streak-card-header{justify-content:space-between;align-items:center;display:flex}.streak-card-header img{width:20px;height:20px}.streak-days{grid-template-columns:repeat(7,minmax(0,1fr));gap:4px;margin-top:12px;display:grid}.streak-day{flex-direction:column;align-items:center;gap:4px;display:flex}.streak-day img{width:18px;height:18px}.streak-day span{font-size:12px;font-weight:600;line-height:18px}.streak-day-upcoming span{color:var(--App-Colors-Secondary)}.streak-day-today span{color:var(--App-Colors-Highlight)}.today-icon-wrap{place-items:center;width:18px;height:18px;display:inline-grid;position:relative}.today-icon-wrap .ray{width:18px;height:18px;animation:ray-spin var(--motion-ray-duration)linear infinite;position:absolute;inset:0}.status-pop{animation:status-pop var(--motion-base)var(--motion-ease-spring)}.game-progress-shell.is-hot .game-streak-pill img{animation:flame-flicker .9s var(--motion-ease-out)infinite}.game-progress-shell.is-complete{animation:progress-burst var(--motion-slow)var(--motion-ease-spring)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes screen-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes stagger-enter{0%{opacity:0;transform:translateY(var(--motion-lift))}to{opacity:1;transform:translateY(0)}}@keyframes mode-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes sheet-enter{0%{opacity:0;transform:translateY(var(--motion-lift-sheet))scale(var(--motion-scale-press))}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes answer-correct{0%{transform:scale(1)}50%{transform:scale(var(--motion-scale-pop))}to{transform:scale(1)}}@keyframes answer-wrong{0%{transform:translate(0)}33%{transform:translateX(calc(var(--motion-shake-distance)*-1))}66%{transform:translateX(var(--motion-shake-distance))}to{transform:translate(0)}}@keyframes metric-pop{0%{transform:scale(1)}50%{transform:scale(var(--motion-scale-metric))}to{transform:scale(1)}}@keyframes status-pop{0%{opacity:0;transform:translateY(var(--motion-lift-status))scale(var(--motion-scale-press))}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes ray-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes flame-flicker{0%,to{filter:saturate();transform:translateY(0)scale(1)}50%{filter:saturate(1.2);transform:translateY(-1px)scale(1.08)}}@keyframes progress-burst{0%{transform:scale(1);box-shadow:0 0 #7c3aed00}50%{transform:scale(1.012);box-shadow:0 0 0 5px #7c3aed2e}to{transform:scale(1);box-shadow:0 0 #7c3aed00}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.today-icon-wrap .tick{width:11px;height:11px;position:relative}.next-challenge-block{text-align:center}.sound-toggle-dock{opacity:1;transition:opacity var(--motion-base)var(--motion-ease-out),transform var(--motion-base)var(--motion-ease-out);transform:translateY(0)}.sound-toggle-dock.is-hidden{opacity:0;pointer-events:none;transform:translateY(-6px)}.sound-toggle-pill{border-radius:var(--radius-circle);color:#fff;width:38px;height:38px;transition:transform var(--motion-fast)var(--motion-ease-out),background var(--motion-base)var(--motion-ease-out),box-shadow var(--motion-base)var(--motion-ease-out);background:#3c3c3ceb;place-items:center;padding:0;display:grid;box-shadow:0 4px 14px #0003}.sound-toggle-pill.active{background:#444444f0}.sound-toggle-pill:not(.active){background:#3c3c3ce0}.sound-toggle-pill:active{transform:scale(var(--motion-scale-press-soft))}.motion-qa-dock{right:12px;bottom:calc(12px + env(safe-area-inset-bottom));z-index:60;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172ab8;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:6px;padding:6px;display:inline-flex;position:fixed}.motion-qa-label{letter-spacing:.04em;text-transform:uppercase;color:#ffffffd9;padding:0 6px;font-size:10px;font-weight:700;line-height:14px}.motion-qa-btn{color:#fff;min-height:28px;transition:transform var(--motion-fast)var(--motion-ease-out),background var(--motion-base)var(--motion-ease-out),color var(--motion-base)var(--motion-ease-out);background:#ffffff29;border-radius:999px;padding:0 10px;font-size:11px;font-weight:700;line-height:16px}.motion-qa-btn.active{color:#0f172a;background:#fff}.motion-qa-btn:active{transform:scale(var(--motion-scale-press-soft))}@media (max-width:420px){.dls-app{padding-left:12px;padding-right:12px}.header-title{font-size:16px;line-height:22px}.header-subtitle{font-size:10px;line-height:14px}.game-theme-focus{max-width:100%;padding:5px 10px}.game-theme-focus-compact{font-size:11px;line-height:15px}.game-progress-shell{gap:4px;margin-top:0;margin-bottom:6px;padding:6px 8px}.resume-progress-pill{margin-bottom:5px;padding:5px 8px;font-size:10px;line-height:14px}.game-progress-label,.game-progress-count,.game-progress-subline{font-size:11px;line-height:16px}.game-streak-pill{padding:2px 6px}.mode-panel-translate .translate-question{min-height:50px;font-size:16px;line-height:22px}.game-screen-template,.game-screen-template-no-keyboard{padding-top:var(--game-header-space,110px)}.crossword-game-content,.mode-panel-crossword{gap:6px}.crossword-mobile-compact{gap:4px}.crossword-game-title{font-size:14px;line-height:20px}.crossword-board{--crossword-board-size:clamp(188px,calc(100dvh - var(--game-header-space,110px) - var(--game-keyboard-space,176px) - var(--game-support-space,52px) - 186px),256px);max-width:min(100%,var(--crossword-board-size));gap:3px;padding:5px}.crossword-row{gap:3px}.crossword-cell{font-size:12px;line-height:16px}.crossword-clues{gap:3px;max-width:360px;padding:7px 9px}.crossword-direction-switch{gap:5px;max-width:284px}.crossword-direction-button{min-height:28px;font-size:11px;line-height:14px}.crossword-clue-active-text{font-size:13px;line-height:16px}.crossword-clue-helper{display:none}.game-progress-shell-compact{gap:4px;max-width:100%;padding:6px 8px}.game-progress-shell-compact .game-progress-label,.game-progress-shell-compact .game-progress-count,.game-progress-shell-compact .game-progress-subline{font-size:11px;line-height:16px}.game-progress-shell-compact .game-progress-track{height:6px}.game-progress-shell-compact .game-streak-pill{padding:1px 6px}.game-progress-shell-compact .game-progress-meta-right{gap:6px}.game-support-action-row{bottom:calc(max(var(--game-keyboard-space,176px),164px) + env(safe-area-inset-bottom) + 14px);gap:7px;padding:0 12px}.word-action-row{bottom:calc(max(var(--game-keyboard-space,176px),164px) + env(safe-area-inset-bottom) + 12px);gap:7px}.word-action-row .support-action{min-width:94px;padding:4px 8px}.word-action-row .support-action-label{font-size:10px;line-height:13px}.word-action-row .support-shell{width:24px;height:24px}.crossword-action-row{gap:6px;padding:0 2px}.game-support-action-row-no-keyboard{gap:10px;max-width:320px;bottom:auto}.crossword-action-row-compact .support-action{padding:5px 8px}.crossword-action-row-compact .support-action-label{display:none}.crossword-action-row-compact .support-shell{width:28px;height:28px}.crossword-action-row .crossword-secondary-action{display:inline-flex}.crossword-action-row .crossword-more-action{display:none}.crossword-theme-focus{white-space:nowrap;text-overflow:ellipsis;max-width:340px;overflow:hidden}.keyboard-row-middle{padding:0 6px}.keyboard-row-bottom{padding:0 12px}.game-pill-grid{gap:10px}.motion-qa-dock{justify-content:center;left:8px;right:8px}.motion-qa-label,.practice-finger{display:none}}@media (max-width:420px) and (max-height:860px){.game-support-action-row{bottom:calc(max(var(--game-keyboard-space,176px),164px) + env(safe-area-inset-bottom) + 16px)}.word-action-row{bottom:calc(max(var(--game-keyboard-space,176px),164px) + env(safe-area-inset-bottom) + 14px)}}@media (max-width:412px){.crossword-action-row .crossword-secondary-action{display:none}.crossword-action-row .crossword-more-action{display:inline-flex}}@media (max-width:360px){.dls-app,.header-inner{padding-left:10px;padding-right:10px}.game-screen-template,.game-screen-template-no-keyboard{padding-top:var(--game-header-space,102px)}.game-progress-subline{gap:6px}.mode-panel-word .word-input-pill{min-height:58px}.translate-options{gap:6px}.translate-option{min-height:40px;font-size:12px;line-height:16px}.crossword-board{--crossword-board-size:clamp(184px,calc(100dvh - var(--game-header-space,102px) - var(--game-keyboard-space,168px) - var(--game-support-space,48px) - 180px),244px);max-width:min(100%,var(--crossword-board-size))}.crossword-clues{max-width:300px}.crossword-direction-switch{max-width:252px}.crossword-action-row .support-action-label{display:none}.crossword-action-row .support-action{justify-content:center;min-width:44px;padding:6px}.crossword-more-sheet{width:min(100%,312px);padding:12px}.word-action-row{bottom:calc(max(var(--game-keyboard-space,168px),156px) + env(safe-area-inset-bottom) + 8px);gap:6px}.word-action-row .support-action{min-width:92px;padding:5px 7px}.word-action-row .support-action-label{font-size:10px;line-height:13px}.translate-success-sheet{gap:7px;width:min(100%,320px);padding:12px}}@media (max-height:760px) and (max-width:420px){.crossword-clues{gap:2px;padding:7px 9px}.crossword-clue-inline{gap:3px}.crossword-clue-active-text{-webkit-line-clamp:2;font-size:13px;line-height:16px}.crossword-clue-helper{display:none}}@media (max-height:700px) and (max-width:420px){.crossword-board{--crossword-board-size:clamp(176px,calc(100dvh - var(--game-header-space,102px) - var(--game-keyboard-space,168px) - var(--game-support-space,48px) - 170px),228px)}.crossword-clues{padding:6px 8px}.crossword-clue-active-text{-webkit-line-clamp:2;font-size:12px;line-height:15px}}.themes-admin-page{background:radial-gradient(circle at 0 0,#2563eb24,#0000 35%),radial-gradient(circle at 100% 100%,#0e749024,#0000 40%),#f8fbff;min-height:100dvh;padding:24px 16px}.themes-admin-shell{gap:16px;max-width:1100px;margin:0 auto;display:grid}.themes-admin-header{color:#e2e8f0;background:#0f172a;border-radius:18px;padding:18px 20px}.themes-admin-header h1{margin:0;font-size:28px;line-height:36px}.themes-admin-header p{color:#cbd5e1;margin:8px 0 0;font-size:15px;line-height:24px}.themes-admin-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:12px;display:grid}.themes-admin-card{background:#fff;border:1px solid #0f172a1f;border-radius:16px;grid-column:span 4;gap:6px;padding:14px;display:grid}.themes-admin-card h2{margin:0 0 4px;font-size:18px;line-height:26px}.themes-admin-card p{color:#1e293b;margin:0;font-size:14px;line-height:22px}.themes-admin-card-wide{grid-column:span 12}.themes-admin-list,.themes-admin-errors{gap:6px;margin:0;padding-left:20px;font-size:14px;line-height:22px;display:grid}.themes-admin-list li{justify-content:space-between;align-items:center;padding-right:8px;display:flex}.themes-admin-table-wrap{border:1px solid #0f172a1a;border-radius:12px;overflow:auto}.themes-admin-table{border-collapse:collapse;width:100%;min-width:640px}.themes-admin-table th,.themes-admin-table td{text-align:left;border-bottom:1px solid #0f172a14;padding:8px 10px;font-size:13px;line-height:20px}.themes-admin-table th{background:#f1f5f9;font-weight:700}.themes-admin-error{color:#b91c1c}.themes-admin-refresh{color:#fff;background:#0f766e;border-radius:10px;width:fit-content;min-height:40px;margin-top:4px;padding:0 12px;font-size:13px;font-weight:700}@media (max-width:920px){.themes-admin-card{grid-column:span 6}}@media (max-width:700px){.themes-admin-page{padding:16px 12px}.themes-admin-card,.themes-admin-card-wide{grid-column:span 12}.themes-admin-header h1{font-size:24px;line-height:32px}}.admin-login-page,.admin-panel-page{background:radial-gradient(circle at 5% 0,#fbbf2429,#0000 30%),radial-gradient(circle at 95% 100%,#0ea5e929,#0000 35%),#f8fafc;min-height:100dvh;padding:24px 16px}.admin-login-card,.admin-panel-shell{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#fffffff2;border:1px solid #0f172a1f;border-radius:18px;max-width:1120px;margin:0 auto}.admin-login-card{gap:12px;max-width:460px;padding:20px;display:grid}.admin-login-card h1{margin:0}.admin-login-card p{color:#0f172acc;margin:0}.admin-login-form{gap:10px;display:grid}.admin-login-form input{border:1px solid #0f172a33;border-radius:10px;min-height:42px;padding:0 12px}.admin-login-form button,.admin-panel-shell button{color:#fff;background:#0f172a;border-radius:10px;min-height:40px;padding:0 14px;font-size:13px;font-weight:700}.admin-form-error{color:#b91c1c;margin:0}.admin-panel-shell{gap:14px;padding:16px;display:grid}.admin-panel-header{background:#f8fafc;border:1px solid #0f172a14;border-radius:14px;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px;display:flex}.admin-panel-header h1{margin:0;font-size:30px;line-height:36px}.admin-panel-header p{color:#0f172abf;margin:6px 0 0}.admin-actions-row{gap:8px;display:flex}.admin-card-grid{grid-template-columns:repeat(12,minmax(0,1fr));gap:12px;display:grid}.admin-card{background:#fff;border:1px solid #0f172a1a;border-radius:14px;grid-column:span 4;gap:8px;padding:12px;display:grid}.admin-card h2{margin:0 0 4px}.admin-card p{margin:0}.admin-card input,.admin-card select,.admin-card textarea{border:1px solid #0f172a33;border-radius:10px;width:100%;min-height:40px;padding:8px 10px;font-size:13px}.admin-card textarea{resize:vertical;min-height:180px}.admin-card label{gap:6px;font-size:13px;font-weight:600;display:grid}.admin-inline-errors{background:#fef2f2e6;border:1px solid #b91c1c40;border-radius:10px;gap:4px;padding:8px 10px;display:grid}.admin-inline-errors p{color:#991b1b;margin:0;font-size:12px}.admin-card-wide{grid-column:span 12}.admin-button-ghost{color:#0f172a!important;background:#e2e8f0!important}.admin-button-danger{background:#b91c1c!important}.admin-error-list{color:#b91c1c;gap:4px;margin:0;padding-left:20px;display:grid}.admin-theme-row{gap:8px;display:flex}.admin-theme-row select{flex:1}.admin-editor-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.admin-editor-wide{grid-column:span 2}.admin-switch-label{align-items:center;gap:8px;font-weight:600;display:flex!important}.admin-switch-label input{width:18px;min-height:18px}.admin-table-wrap{border:1px solid #0f172a1a;border-radius:12px;overflow:auto}.admin-table{border-collapse:collapse;width:100%;min-width:680px}.admin-table th,.admin-table td{text-align:left;border-bottom:1px solid #0f172a14;padding:8px;font-size:13px}.admin-table td{vertical-align:top}.admin-table td button+button{margin-left:6px}.admin-table th{background:#f1f5f9}.admin-json-editor{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.admin-preview-list{gap:6px;margin:0;padding:0;list-style:none;display:grid}.admin-preview-list li{border:1px solid #0f172a14;border-radius:10px;justify-content:space-between;gap:8px;padding:8px 10px;display:flex}.admin-grid-toolbar{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.admin-grid-help{color:#0f172ab3;font-size:12px}.admin-crossword-grid{gap:6px;display:grid}.admin-crossword-cell{aspect-ratio:1;color:#0f172a;background:#f8fafc;border:1px solid #0f172a26;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-height:44px;padding:2px;display:flex}.admin-crossword-cell span{font-size:14px;font-weight:700;line-height:1}.admin-crossword-cell small{color:#0f172ab3;font-size:9px;line-height:1}.admin-crossword-cell-blocked{color:#e2e8f0;background:#0f172a}.admin-crossword-cell-blocked small{color:#e2e8f0cc}.admin-crossword-cell-selected{box-shadow:inset 0 0 0 2px #f59e0b}.admin-option-row{align-items:center;gap:6px;display:flex}.admin-option-row input{flex:1}.admin-stack-list{gap:10px;display:grid}.admin-inline-card{background:#f8fafc;border:1px solid #0f172a1a;border-radius:12px;gap:8px;padding:10px;display:grid}.admin-inline-card>header{justify-content:space-between;align-items:center;gap:8px;display:flex}.admin-inline-card>header strong{font-size:13px}.admin-diff-grid{gap:10px;display:grid}.admin-diff-card{background:#fff;border:1px solid #0f172a1a;border-radius:12px;gap:8px;padding:10px;display:grid}.admin-diff-card header{justify-content:space-between;align-items:center;gap:8px;display:flex}.admin-diff-card h3,.admin-diff-card h4{margin:0}.admin-diff-card header span{color:#0f172ab3;font-size:12px}.admin-diff-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.admin-diff-columns pre{white-space:pre;background:#f8fafc;border:1px solid #0f172a1a;border-radius:10px;max-height:260px;margin:0;padding:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;line-height:1.45;overflow:auto}@media (max-width:920px){.admin-card{grid-column:span 6}}@media (max-width:700px){.admin-panel-page,.admin-login-page{padding:14px 10px}.admin-panel-header{flex-direction:column}.admin-card,.admin-card-wide{grid-column:span 12}.admin-theme-row{flex-direction:column}.admin-editor-grid,.admin-diff-columns,.admin-grid-toolbar{grid-template-columns:1fr}.admin-option-row{flex-wrap:wrap}.admin-editor-wide{grid-column:span 1}}
