:root{--bg:#f2efe8;--surface:#fbfaf6;--surface-alt:#d0e8e5;--text:#1e1b17;--text-muted:#6d6158;--border:#4b898f47;--accent:#4b898f;--accent-contrast:#fff;--accent-soft:#d0e8e5;--accent-gradient:linear-gradient(135deg, #5fa3a8, #3d7378);--danger:#c4390f;--success-text:#1f5c52;--success-bg:#e1f3ef;--error-text:#70301d;--error-bg:#fbe6df;--neutral-text:#4a3f3a;--neutral-bg:#efe9e7;--chart-axis:#a89a92;--focus-ring:#4b898f;--stage-bg:#eef0f3;--icon-warm:#e0a13e;--font-stage:"Comic Sans MS", "Comic Neue", "Segoe Print", "Chalkboard SE", "Bradley Hand", cursive, "Segoe UI", sans-serif;--font-sans:"Public Sans", "Segoe UI", system-ui, -apple-system, sans-serif;--font-serif:"Lora", Georgia, "Times New Roman", serif;--neu-shadow:0 10px 26px #1e1b1717;--neu-shadow-sm:0 3px 10px #1e1b1714;--neu-shadow-inset:inset 0 1px 3px #1e1b1724;--neu-shadow-sm-inset:inset 0 1px 2px #1e1b1729;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:var(--font-sans)}:root[data-theme=dark]{--bg:#14171a;--surface:#1b1f23;--surface-alt:#23342f;--text:#f1ece6;--text-muted:#ab9f95;--border:#6fb3b838;--accent:#6fb3b8;--accent-contrast:#0d1f20;--accent-soft:#22403f;--accent-gradient:linear-gradient(135deg, #7fc2c7, #4b898f);--danger:#ff7a52;--success-text:#8fe0cc;--success-bg:#16332c;--error-text:#ffb59c;--error-bg:#3a1710;--neutral-text:#d9cec8;--neutral-bg:#1e2426;--chart-axis:#7d6f68;--stage-bg:#262a31;--icon-warm:#f2b46b;--neu-shadow:0 12px 30px #00000080;--neu-shadow-sm:0 4px 14px #00000073;--neu-shadow-inset:inset 0 1px 3px #0000008c;--neu-shadow-sm-inset:inset 0 1px 2px #0009;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#14171a;--surface:#1b1f23;--surface-alt:#23342f;--text:#f1ece6;--text-muted:#ab9f95;--border:#6fb3b838;--accent:#6fb3b8;--accent-contrast:#0d1f20;--accent-soft:#22403f;--accent-gradient:linear-gradient(135deg, #7fc2c7, #4b898f);--danger:#ff7a52;--success-text:#8fe0cc;--success-bg:#16332c;--error-text:#ffb59c;--error-bg:#3a1710;--neutral-text:#d9cec8;--neutral-bg:#1e2426;--chart-axis:#7d6f68;--stage-bg:#262a31;--icon-warm:#f2b46b;--neu-shadow:0 12px 30px #00000080;--neu-shadow-sm:0 4px 14px #00000073;--neu-shadow-inset:inset 0 1px 3px #0000008c;--neu-shadow-sm-inset:inset 0 1px 2px #0009;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);margin:0;padding:0}body{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpolygon points='4,3 4,25 9,20 13,28 17,26 13,18 21,18' fill='%234b898f' stroke='white' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E") 4 3,auto;font-size:17px;line-height:1.5}a,button,.btn,[role=button],input[type=checkbox],input[type=radio],input[type=range],label,.wordsearch-cell{cursor:pointer}p,h1,h2,h3,h4,h5,h6,li,td,th,strong,em,small,blockquote,.field input[type=text],.field input[type=number],.field textarea,.license-key-input,.object-count-input{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cline x1='7' y1='3' x2='17' y2='3' stroke='white' stroke-width='4.5' stroke-linecap='round'/%3E%3Cline x1='7' y1='21' x2='17' y2='21' stroke='white' stroke-width='4.5' stroke-linecap='round'/%3E%3Cline x1='12' y1='3' x2='12' y2='21' stroke='white' stroke-width='4.5' stroke-linecap='round'/%3E%3Cline x1='7' y1='3' x2='17' y2='3' stroke='%234b898f' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='7' y1='21' x2='17' y2='21' stroke='%234b898f' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='12' y1='3' x2='12' y2='21' stroke='%234b898f' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") 12 12,text}#root{min-height:100vh}h1,h2,h3,h4{font-family:var(--font-serif);margin:0 0 .5em;font-weight:600;line-height:1.25}button{font-family:inherit}a{color:var(--accent)}body{position:relative;overflow-x:hidden}.app-layout{z-index:1;flex-direction:column;gap:20px;width:100%;margin:0 auto;padding:24px clamp(16px,3vw,48px) 60px;display:flex;position:relative}.app-layout.wide{width:100%;max-width:none;min-height:calc(100vh - 40px);padding:16px clamp(16px,3vw,48px)}.app-layout.wide .activity-shell{margin-bottom:0}.app-topbar{background:var(--surface);border:1px solid var(--border);box-shadow:var(--neu-shadow-sm);border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:14px 20px;display:flex}.brand-mark{cursor:pointer;min-height:0;box-shadow:none;background:0 0;border:none;border-radius:10px;align-items:center;padding:2px;transition:transform .15s;display:flex}.brand-mark:hover{transform:scale(1.04)}.brand-mark:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.brand-mark-logo-wrap{border-radius:8px;flex-shrink:0;width:52px;height:52px;display:block;position:relative;overflow:hidden}.brand-mark-logo{display:block;position:absolute;top:0;left:0}.brand-mark-logo-cropped{width:130px;max-width:none;height:130px;transform:translate(-39px,-6px)}.brand-mark-logo-full{object-fit:contain;width:52px;height:52px;display:none}:root[data-theme=dark] .brand-mark-logo-wrap{width:68px;height:68px}:root[data-theme=dark] .brand-mark-logo-cropped{display:none}:root[data-theme=dark] .brand-mark-logo-full{width:68px;height:68px;display:block}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .brand-mark-logo-wrap{width:68px;height:68px}:root:not([data-theme=light]) .brand-mark-logo-cropped{display:none}:root:not([data-theme=light]) .brand-mark-logo-full{width:68px;height:68px;display:block}}.app-nav{flex-flow:wrap;gap:8px;display:flex}.nav-pill{background:var(--accent-soft);color:var(--accent);box-shadow:var(--neu-shadow-sm);border:2px solid #0000;border-radius:999px;justify-content:flex-start;align-items:center;gap:10px;padding:12px 20px;font-size:1rem;font-weight:700;transition:box-shadow .16s,transform .12s,color .16s,background .16s,border-color .16s;display:flex}.nav-pill svg{flex-shrink:0;width:19px;height:19px}.nav-pill:hover{color:var(--accent-contrast);background:var(--accent-gradient);transform:translateY(-2px)scale(1.03);box-shadow:0 8px 20px #4b898f59}.nav-pill.active{background:var(--accent-gradient);color:var(--accent-contrast);border-color:var(--accent);box-shadow:0 6px 18px #4b898f73}.theme-toggle-btn{padding:13px}.theme-toggle-btn svg{width:20px;height:20px}.account-menu{position:relative}.account-menu-trigger{align-items:center;gap:7px;max-width:160px;display:flex}.account-menu-trigger span,.account-menu-trigger{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-menu-popover{z-index:20;background:var(--surface);border:1px solid var(--border);width:260px;box-shadow:var(--neu-shadow);text-align:left;border-radius:16px;padding:18px;position:absolute;top:calc(100% + 10px);right:0}.account-menu-name{font-family:var(--font-serif);margin:0;font-size:1.05rem;font-weight:600}.account-menu-email{word-break:break-all;margin:2px 0 12px}.account-menu-dates{grid-template-columns:auto 1fr;gap:4px 10px;margin:0 0 14px;font-size:.85rem;display:grid}.account-menu-dates dt{color:var(--text-muted);font-weight:600}.account-menu-dates dd{text-align:right;color:var(--text);margin:0}.account-menu-logout{justify-content:center;width:100%}@media (width<=760px){.app-topbar{flex-direction:column;align-items:stretch}.app-nav{justify-content:center}.nav-pill{flex:auto;justify-content:center}}.app-main{flex-direction:column;flex:1;min-width:0;display:flex}.card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--neu-shadow-sm);border-radius:14px;margin-bottom:20px;padding:22px;transition:box-shadow .2s,transform .2s}h2,h3,h4{letter-spacing:-.01em}.muted{color:var(--text-muted)}.small{font-size:.92rem}.tiny{font-size:.82rem}.btn{border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;min-height:44px;box-shadow:var(--neu-shadow-sm);border-radius:10px;padding:12px 18px;font-size:1rem;transition:box-shadow .16s,transform .12s,filter .16s,border-color .16s}.btn:hover:not(:disabled){filter:brightness(.98);transform:translateY(-1px)}:root[data-theme=dark] .btn:hover:not(:disabled){filter:brightness(1.15)}.btn:active:not(:disabled){box-shadow:var(--neu-shadow-sm-inset);transform:translateY(0)}.btn:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.primary{background:var(--accent-gradient);color:var(--accent-contrast);font-weight:600;box-shadow:0 6px 16px #4b898f59}.btn.secondary{background:var(--accent-soft);color:var(--accent);box-shadow:var(--neu-shadow-sm);font-weight:600}.btn.ghost{box-shadow:none;background:0 0}.btn.small{min-height:36px;padding:8px 12px;font-size:.9rem}.btn.large{padding:16px 28px;font-size:1.15rem}.btn.danger{background:var(--danger);color:#fff;box-shadow:0 6px 16px #c4390f59}.danger-text{color:var(--danger)}.btn.choice{min-width:120px;font-size:1.05rem}.muted-btn{color:var(--text-muted)}.actions{flex-wrap:wrap;gap:12px;margin-top:16px;display:flex}.actions.wrap{flex-wrap:wrap}.field{flex-direction:column;gap:6px;margin-bottom:14px;font-weight:600;display:flex}.field input[type=text],.field input[type=number],.field input[type=email],.field input[type=password],.field textarea{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:8px;padding:10px 12px;font-family:inherit;font-size:1rem;font-weight:400}.license-key-input{resize:vertical;word-break:break-all}.checkbox-row,.radio-row{align-items:center;gap:10px;margin:10px 0;font-weight:500;display:flex}.radio-row-group{flex-direction:column;gap:4px;display:flex}input[type=checkbox],input[type=radio]{width:20px;height:20px}.disclaimer-text{background:var(--neutral-bg);color:var(--neutral-text);border-radius:10px;padding:16px;font-size:1rem}.disclaimer-urgent{border-left:4px solid var(--danger);padding-left:12px;font-weight:600}.onboarding-screen{justify-content:center;align-items:center;min-height:100vh;padding:32px 16px;display:flex}.onboarding-card{width:100%;max-width:620px}.license-children-wrap{flex-direction:column;flex:auto;min-height:0;display:flex}.license-children-wrap.locked{filter:blur(16px);pointer-events:none;-webkit-user-select:none;user-select:none}.license-preview-banner{z-index:1000;background:var(--surface);color:var(--text);box-shadow:var(--neu-shadow);border-radius:999px;align-items:center;gap:12px;padding:10px 14px 10px 18px;font-size:.9rem;font-weight:600;display:flex;position:fixed;bottom:18px;left:50%;transform:translate(-50%)}.license-modal-backdrop{z-index:2000;-webkit-backdrop-filter:blur(10px);background:#0a0c0c73;justify-content:center;align-items:center;padding:24px;animation:.18s preview-pop-in;display:flex;position:fixed;inset:0}.license-gate-card{width:100%;max-width:480px;max-height:calc(100vh - 48px);overflow-y:auto}.license-gate-mark{margin:0 auto 16px}.license-gate-card h1{text-align:center;font-size:1.35rem}.license-gate-card .field{gap:8px}.license-gate-card .field span{font-family:var(--font-sans);letter-spacing:.08em;text-transform:uppercase;color:var(--accent);font-size:.7rem;font-weight:700}.license-gate-card .field input{font-family:var(--font-sans);border:1.5px solid var(--border);background:var(--stage-bg);border-radius:999px;padding:13px 20px;transition:border-color .15s,box-shadow .15s,background .15s}.license-gate-card .field input::placeholder{color:var(--text-muted);opacity:.7}.license-gate-card .field input:hover{border-color:var(--accent)}.license-gate-card .field input:focus{border-color:var(--accent);background:var(--surface);box-shadow:0 0 0 4px var(--accent-soft);outline:none}.home{flex-direction:column;gap:4px;display:flex}.home-logo-mark{background:var(--surface);width:68px;height:68px;box-shadow:var(--neu-shadow-sm);border-radius:50%;justify-content:center;align-items:center;display:flex}.home-logo-mark svg{width:38px;height:38px;color:var(--accent)}.scope-note-mini{text-align:center;max-width:640px;color:var(--text-muted);margin:8px auto 0;padding:10px 4px 0;font-size:.78rem;line-height:1.5}.hero{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.exercise-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;margin-bottom:20px;display:grid}.exercise-card{flex-direction:column;gap:8px;display:flex}.summary-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin:14px 0;display:grid}.stat{flex-direction:column;gap:4px;display:flex}.stat-value{font-size:1.3rem;font-weight:700}.stat-label{color:var(--text-muted);font-size:.85rem}.exercise-intro ul{padding-left:20px}.demo-note{background:var(--surface-alt);border-radius:8px;padding:12px 14px}.science-note{color:var(--text-muted);font-size:.88rem}.exercise-toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:14px;display:flex}.badge{background:var(--accent-soft);color:var(--accent);border-radius:999px;padding:4px 10px;font-size:.82rem;font-weight:700}.spacer{flex:1}.exercise-stage{background:#c8c8c8;border-radius:12px;justify-content:center;align-items:center;max-width:100%;margin:0 auto 20px;display:flex;position:relative;overflow:hidden}.exercise-stage canvas{max-width:100%;height:auto;display:block}.freeze-overlay{color:#fff;text-align:center;width:100%;height:100%;font-family:var(--font-sans);background:#141414e0;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:20px;display:flex}.freeze-overlay .actions{margin-top:4px}.answer-row{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:12px;display:flex}.feedback-row{flex-direction:column;align-items:center;gap:14px;margin-bottom:12px;display:flex}.feedback-banner{border:2px solid var(--border);border-radius:10px;padding:12px 18px;font-size:1.15rem;font-weight:700}.feedback-banner.correct{background:var(--success-bg);color:var(--success-text);border-color:var(--success-text)}.feedback-banner.incorrect{background:var(--error-bg);color:var(--error-text);border-color:var(--error-text)}.feedback-banner.unable{background:var(--neutral-bg);color:var(--neutral-text);border-color:var(--border)}.ruler-calibration{border:1px dashed var(--border);border-radius:10px;margin:10px 0 18px;padding:14px}.ruler-reference-choice{flex-direction:column;gap:2px;margin-bottom:10px;display:flex}.ruler-bar-wrap{background:var(--surface-alt);border-radius:8px;margin-bottom:10px;padding:16px 8px}.ruler-bar{background:var(--accent);border-radius:4px;height:28px}.ruler-controls{align-items:center;gap:8px;display:flex}.ruler-controls input[type=range]{flex:1}.session-list{margin:0;padding:0;list-style:none}.session-row{border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px;padding:12px 14px;transition:background .16s;display:flex}.session-row:hover{background:var(--surface-alt)}.confirm-inline{color:var(--danger);flex-wrap:wrap;align-items:center;gap:8px;font-weight:600;display:flex}.danger-zone{background:var(--error-bg);border-radius:14px;margin-top:18px;padding:16px}.file-input-label{align-items:center;display:inline-flex}.warning-card{border-color:var(--danger);color:var(--danger);font-weight:600}.level-chart{width:100%;max-width:560px;height:auto}.chart-axis-label{fill:var(--text-muted);font-size:10px}.chart-legend{flex-wrap:wrap;gap:14px;margin-top:8px;font-size:.85rem;display:flex}.legend-item{align-items:center;gap:6px;display:inline-flex}.legend-swatch{border-radius:3px;width:14px;height:14px;display:inline-block}.history-exercise-block{margin-bottom:24px}.history-stat-list{flex-direction:column;gap:4px;display:flex}.history-stat-row{border-radius:12px;align-items:center;gap:14px;padding:10px 12px;transition:background .16s;display:flex}.history-stat-row:hover{background:var(--surface-alt)}.history-stat-row p{margin:2px 0 0}.history-stat-icon{background:var(--accent-soft);width:36px;height:36px;color:var(--accent);box-shadow:var(--neu-shadow-sm-inset);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.history-stat-icon svg{width:18px;height:18px}@media (width<=640px){.app-layout{padding:14px}.hero{flex-direction:column;align-items:stretch}.btn.large{width:100%}}.scope-list{margin:8px 0;padding-left:20px}.scope-list li{margin-bottom:4px}.icon-heading{align-items:center;gap:8px;display:flex}.icon-heading svg{color:var(--accent);flex-shrink:0}.category-tabs{flex-wrap:wrap;gap:12px;margin-bottom:20px;display:flex}.exercises-panel{align-items:flex-start;gap:24px;display:flex}.category-tabs-vertical{flex-direction:column;flex-shrink:0;gap:8px;width:240px;display:flex}.category-tabs-vertical .pill-btn{justify-content:flex-start;width:100%}.exercises-content{flex:1;min-width:0}@media (width<=760px){.exercises-panel{flex-direction:column}.category-tabs-vertical{flex-flow:wrap;width:100%}.category-tabs-vertical .pill-btn{justify-content:center;width:auto}}.custom-series-tab{flex-direction:column;gap:12px;display:flex}.custom-series-tab>.btn{align-self:flex-start}.pill-btn{background:var(--accent-soft);color:var(--accent);box-shadow:var(--neu-shadow-sm);border:2px solid #0000;border-radius:999px;align-items:center;gap:10px;padding:15px 26px;font-size:1.08rem;font-weight:800;transition:box-shadow .16s,transform .12s,background .16s,color .16s,border-color .16s;display:inline-flex}.pill-btn svg{flex-shrink:0;width:21px;height:21px}.pill-btn:hover:not(.active){color:var(--accent-contrast);background:var(--accent-gradient);transform:translateY(-2px)scale(1.03);box-shadow:0 8px 20px #4b898f59}.pill-btn.active{background:var(--accent-gradient);color:var(--accent-contrast);border-color:var(--accent);box-shadow:0 6px 18px #4b898f73}.exercise-card.compact{padding:16px}.needs-quiz{flex-direction:column;gap:16px;display:flex}.needs-quiz-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.needs-quiz-progress{color:var(--text-muted);background:var(--stage-bg);border-radius:999px;flex-shrink:0;padding:4px 12px;font-size:.78rem;font-weight:700}.needs-quiz-options{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;display:grid}.needs-quiz-option{text-align:center;background:var(--stage-bg);border:1px solid var(--border);cursor:pointer;color:inherit;font:inherit;border-radius:12px;flex-direction:column;align-items:center;gap:8px;padding:20px 14px;transition:transform .15s,border-color .15s,box-shadow .15s;display:flex}.needs-quiz-option:hover,.needs-quiz-option:focus-visible{border-color:var(--accent);box-shadow:var(--neu-shadow-sm);transform:translateY(-2px)}.needs-quiz-option-icon{background:var(--accent-soft);width:52px;height:52px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.needs-quiz-option-icon svg{width:26px;height:26px}.needs-quiz-option-label{font-size:.95rem;font-weight:700;line-height:1.3}.needs-quiz-option-sub{color:var(--text-muted);font-size:.78rem}.needs-quiz-profile{margin:0;font-size:1.1rem}.needs-quiz-profile strong{color:var(--accent)}.needs-quiz-breakdown{flex-wrap:wrap;gap:14px;display:flex}.needs-quiz-breakdown-item{background:var(--stage-bg);border-radius:16px;flex-direction:column;align-items:center;gap:4px;min-width:110px;padding:14px 18px;display:flex}.needs-quiz-breakdown-icon svg{width:48px;height:48px}.needs-quiz-breakdown-count{color:var(--accent);font-size:1.3rem;font-weight:800}.needs-quiz-breakdown-label{color:var(--text-muted);text-align:center;font-size:.78rem}.needs-quiz-result-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.exercise-grid{grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:14px;display:grid}.exercise-tile{text-align:center;background:var(--surface);border:1px solid var(--border);box-shadow:var(--neu-shadow-sm);color:inherit;font:inherit;border-radius:14px;flex-direction:column;align-items:center;gap:10px;padding:20px 14px 16px;transition:box-shadow .18s,transform .18s,border-color .18s;display:flex;position:relative}.exercise-tile:hover,.exercise-tile:focus-visible{border-color:var(--accent);box-shadow:var(--neu-shadow);transform:translateY(-3px)}.exercise-tile-icon{background:var(--stage-bg);width:96px;height:96px;box-shadow:var(--neu-shadow-sm-inset);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;transition:transform .18s;display:flex;overflow:hidden}.exercise-tile:hover .exercise-tile-icon{transform:scale(1.05)}.exercise-tile-icon svg{width:76px;height:76px}.exercise-tile-title{color:var(--accent);font-size:.98rem;font-weight:800;line-height:1.25}.exercise-tile-meta{color:var(--text-muted);font-size:.72rem;font-weight:600}.exercise-tile-preview{z-index:5;background:var(--surface);width:190px;box-shadow:var(--neu-shadow);pointer-events:none;border-radius:16px;flex-direction:column;align-items:center;gap:6px;padding:10px;animation:.16s preview-pop-in;display:flex;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%)}@keyframes preview-pop-in{0%{opacity:0;transform:translate(-50%)translateY(6px)scale(.96)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}.exercise-tile-preview-desc{color:var(--text-muted);text-align:center;white-space:normal;margin:0;font-size:.72rem;font-weight:500}.activity-preview-stage{background:var(--stage-bg);border-radius:10px;width:168px;height:100px;position:relative;overflow:hidden}.activity-preview-dot{background:var(--accent-gradient);border-radius:50%;width:12px;height:12px;position:absolute;transform:translate(-50%,-50%);box-shadow:0 1px 4px #4b898f80}.activity-preview-token{color:var(--text);opacity:0;font-size:.95rem;font-weight:800;animation-name:preview-flash;animation-timing-function:ease-in-out;animation-iteration-count:infinite;position:absolute;transform:translate(-50%,-50%)}.activity-preview-token.big{letter-spacing:1px;font-size:1.15rem}.activity-preview-dot-token{background:var(--accent);border-radius:50%;width:10px;height:10px;display:block}@keyframes preview-flash{0%,5%{opacity:0;transform:translate(-50%,-50%)scale(.8)}7%,15%{opacity:1;transform:translate(-50%,-50%)scale(1)}17%,to{opacity:0;transform:translate(-50%,-50%)scale(.8)}}.activity-preview-grid{grid-template-columns:repeat(4,1fr);gap:2px;display:grid;position:absolute;inset:8px}.activity-preview-cell{background:var(--surface);color:var(--text-muted);border-radius:3px;justify-content:center;align-items:center;font-size:.55rem;font-weight:700;display:flex}.activity-preview-cell.lit{color:var(--accent);animation:1.1s ease-in-out infinite preview-cell-lit}@keyframes preview-cell-lit{0%,to{background:var(--surface)}30%,70%{background:var(--accent-soft)}}.activity-preview-shape{width:20px;height:20px;position:absolute;transform:translate(-50%,-50%)}.activity-preview-shape.pulse{animation:1.4s ease-in-out infinite preview-pulse}@keyframes preview-pulse{0%,to{transform:translate(-50%,-50%)scale(1)}50%{transform:translate(-50%,-50%)scale(1.35)}}.activity-preview-stroop-word{font-size:1.3rem;font-weight:800;animation:2.4s ease-in-out infinite preview-color-cycle}@keyframes preview-color-cycle{0%,to{color:#dc2626}33%{color:#2563eb}66%{color:#16a34a}}.activity-preview-reading-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;height:100%;padding:0 10px;display:flex}.activity-preview-reading-word{color:var(--text-muted);border-bottom:2px solid #0000;border-radius:4px;padding:2px 4px;font-size:.85rem;font-weight:700;animation-duration:1.65s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.activity-preview-reading-word.highlight{animation-name:preview-reading-highlight}.activity-preview-reading-word.underline{animation-name:preview-reading-underline}.activity-preview-reading-word.erasing{animation-name:preview-reading-erase}.activity-preview-reading-word.painting{animation-name:preview-reading-paint}@keyframes preview-reading-highlight{0%,27%{color:var(--text-muted);background:0 0}33%,60%{background:var(--accent-soft);color:var(--accent)}66%,to{color:var(--text-muted);background:0 0}}@keyframes preview-reading-underline{0%,27%{color:var(--text-muted);border-bottom-color:#0000}33%,60%{border-bottom-color:var(--accent);color:var(--text)}66%,to{color:var(--text-muted);border-bottom-color:#0000}}@keyframes preview-reading-erase{0%,27%{opacity:1;text-decoration:none}33%,97%{opacity:.35;text-decoration:line-through}to{opacity:1;text-decoration:none}}@keyframes preview-reading-paint{0%,27%{color:var(--text-muted);background:0 0}33%,97%{background:var(--accent-gradient);color:var(--accent-contrast)}to{color:var(--text-muted);background:0 0}}.activity-preview-flow-track{white-space:nowrap;align-items:center;gap:18px;height:100%;padding-left:10px;animation:3.2s linear infinite preview-flow-scroll;display:flex}.activity-preview-flow-word{color:var(--text-muted);flex-shrink:0;font-size:.85rem;font-weight:700}@keyframes preview-flow-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.link-btn{color:var(--accent);cursor:pointer;font:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.checkbox-row.small{margin:4px 0;font-size:.9rem}.object-count-stage{background:var(--surface-alt);border-radius:12px;max-width:100%;margin:0 auto 16px;position:relative;overflow:hidden}.object-count-prompt{text-align:center;z-index:2;font-size:1.05rem;position:absolute;top:8px;left:0;right:0}.object-count-field{position:absolute;inset:0}.object-count-shape{width:calc(34px * var(--stage-scale,1));height:calc(34px * var(--stage-scale,1));position:absolute;transform:translate(-50%,-50%)}.object-count-input{border:1px solid var(--border);background:var(--surface);width:80px;color:var(--text);text-align:center;border-radius:8px;padding:10px;font-size:1rem}.stroop-stage{background:var(--surface-alt);border-radius:12px;justify-content:center;align-items:center;min-height:180px;margin-bottom:16px;display:flex}.stroop-word{font-size:calc(3rem * var(--stage-scale,1));letter-spacing:2px;font-weight:800}.stroop-choice{align-items:center;gap:8px;display:inline-flex}.stroop-swatch{border:1px solid var(--border);border-radius:4px;width:18px;height:18px;display:inline-block}.wordsearch-settings{flex-direction:column;gap:6px;margin:10px 0;display:flex}.wordsearch-layout{flex-wrap:nowrap;align-items:flex-start;gap:24px;width:100%;margin-bottom:16px;display:flex}@media (width<=640px){.wordsearch-layout{flex-wrap:wrap}}.wordsearch-grid{touch-action:none;-webkit-user-select:none;user-select:none;aspect-ratio:1;flex:0 480px;gap:2px;width:min(480px,100%);display:grid}.wordsearch-cell{background:var(--surface-alt);aspect-ratio:1;cursor:pointer;border-radius:3px;justify-content:center;align-items:center;font-size:clamp(10px,2.6vw,15px);font-weight:700;transition:background .12s,transform .12s;display:flex}.wordsearch-cell:hover{transform:scale(1.06)}.wordsearch-cell.selected{background:var(--accent-soft);outline:2px solid var(--accent)}.wordsearch-cell.found{background:var(--success-bg);color:var(--success-text)}.wordsearch-wordlist{flex:160px;min-width:140px;margin:0;padding:0;list-style:none}.wordsearch-wordlist li{padding:4px 0;font-weight:600}.wordsearch-wordlist li.found{color:var(--success-text);text-decoration:line-through}.tracking-settings{flex-direction:column;gap:6px;margin:10px 0;display:flex}.tracking-stage{background:var(--surface-alt);max-width:100%;color:var(--text-muted);border-radius:12px;margin:0 auto 16px;position:relative;overflow:hidden}.tracking-dot{background:var(--accent);border-radius:50%;transition:none;position:absolute;transform:translate(-50%,-50%)}.tracking-path-preview{width:100%;height:100%;color:var(--text-muted);position:absolute;inset:0}.tracking-target{border:3px solid var(--border);background:var(--surface);border-radius:50%;position:absolute;transform:translate(-50%,-50%)}.tracking-target.active{border-color:var(--accent);background:var(--accent-soft)}.recognition-stage{background:var(--surface-alt);border-radius:12px;max-width:100%;margin:0 auto 16px;position:relative}.recognition-fixation{width:calc(10px * var(--stage-scale,1));height:calc(10px * var(--stage-scale,1));background:var(--text-muted);border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.recognition-letter{font-weight:800;font-size:calc(2rem * var(--stage-scale,1));color:var(--text);position:absolute;transform:translate(-50%,-50%)}.recognition-question{text-align:center;margin-bottom:10px;font-size:1.05rem;font-weight:600}.sequence-stage{justify-content:center;align-items:center;min-height:200px;display:flex}.sequence-display{font-size:calc(2.6rem * var(--stage-scale,1));letter-spacing:6px;font-weight:800}.word-display{letter-spacing:1px}.sequence-entry-box{text-align:center;letter-spacing:6px;min-height:2.4em;margin-bottom:10px;font-size:1.6rem;font-weight:700}.word-recall-input{width:200px}.reading-settings{flex-direction:column;gap:6px;margin:10px 0;display:flex}.reading-stage-inner{width:100%;max-width:100%;padding:12px 24px}.speed-test-text{text-align:left;width:100%;max-height:420px;padding:20px 28px;overflow-y:auto}.speed-test-text p{margin:0 0 1em}.speed-test-text p:last-child{margin-bottom:0}.speed-test-intro{text-align:center;flex-direction:column;justify-content:space-between;align-self:stretch;align-items:center;gap:8px;width:100%;height:100%;min-height:260px;padding:28px 20px;display:flex}.speed-test-intro-art svg{width:84px;height:84px}.speed-test-result{flex-direction:column;gap:16px;display:flex}.speed-test-wpm-hero{flex-direction:column;align-items:center;gap:4px;padding:12px 0 4px;display:flex}.speed-test-wpm-value{font-family:var(--font-serif);color:var(--accent);font-size:3.4rem;font-weight:700;line-height:1}.speed-test-wpm-unit{color:var(--text-muted);font-size:.9rem;font-weight:600}.speed-test-tier-badge{border-radius:999px;margin-top:8px;padding:5px 16px;font-size:.82rem;font-weight:700}.speed-test-tier-baslangic{background:var(--accent-soft);color:var(--icon-warm)}.speed-test-tier-orta{background:var(--accent-soft);color:var(--accent)}.speed-test-tier-ileri{background:var(--success-bg);color:var(--success-text)}.speed-test-scale{flex-direction:column;gap:6px;display:flex}.speed-test-scale-track{border-radius:999px;height:12px;display:flex;position:relative;overflow:hidden}.speed-test-scale-zone{height:100%}.speed-test-zone-baslangic{background:var(--icon-warm);opacity:.55;flex:25}.speed-test-zone-orta{background:var(--accent);opacity:.55;flex:25}.speed-test-zone-ileri{background:var(--success-text);opacity:.55;flex:50}.speed-test-scale-marker{background:var(--text);width:4px;height:20px;box-shadow:0 0 0 3px var(--surface);border-radius:999px;position:absolute;top:-4px;transform:translate(-50%)}.speed-test-scale-labels{color:var(--text-muted);justify-content:space-between;font-size:.72rem;font-weight:600;display:flex}.speed-test-stat-row{flex-wrap:wrap;gap:12px;display:flex}.speed-test-stat-card{background:var(--stage-bg);border:1px solid var(--border);border-radius:14px;flex:1;align-items:center;gap:12px;min-width:200px;padding:14px 16px;display:flex}.speed-test-stat-card strong{font-size:1.15rem}.speed-test-stat-icon{background:var(--accent-soft);width:40px;height:40px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.reading-rsvp{text-align:center;font-weight:700}.reading-highlight{text-align:left}.reading-group{color:var(--text-muted)}.reading-group.active{color:var(--text);background:var(--accent-soft);border-radius:4px;padding:0 2px;transition:background .15s,color .15s}.reading-group.underline-active{color:var(--text);border-bottom:3px solid var(--accent);padding:0 2px;transition:border-color .15s,color .15s}.reading-group.erased{color:var(--text-muted);opacity:.35;text-decoration:line-through;-webkit-text-decoration-color:var(--text-muted);text-decoration-color:var(--text-muted);transition:opacity .2s}.reading-group.painted{color:var(--accent-contrast);background:var(--accent-gradient);border-radius:4px;padding:0 2px;transition:background .2s,color .2s}.reading-flow-viewport{width:100%;height:3.2em;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 16% 84%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 16% 84%,#0000 100%)}.reading-flow-track{white-space:nowrap;align-items:center;height:100%;transition:transform .28s;display:flex;position:absolute;top:0;left:0}.reading-flow-slot{color:var(--text-muted);opacity:.55;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;transition:color .2s,opacity .2s,transform .2s;display:inline-flex;transform:scale(.9)}.reading-flow-slot.active{color:var(--text);opacity:1;background:var(--accent-soft);border-radius:8px;transform:scale(1.08)}.reading-question-block{margin-bottom:18px}.selected-choice{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.custom-series-builder{margin-top:12px}.custom-series-columns{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:16px;display:grid}.custom-series-category{background:var(--stage-bg);border:1px solid var(--border);border-radius:12px;padding:12px 14px}.custom-series-category h4{margin:0 0 8px;font-size:.92rem}.custom-series-order ol{padding-left:20px}.custom-series-order li{justify-content:space-between;align-items:center;gap:10px;padding:4px 0;display:flex}.custom-series-order-controls{gap:4px;display:flex}.activity-shell{flex-direction:column;flex:auto;display:flex}.activity-shell-topline{flex-shrink:0;justify-content:flex-end;margin-bottom:8px;display:flex}.discomfort-link{font-size:.85rem}.activity-stage{background:var(--stage-bg);width:100%;max-width:100%;min-height:260px;font-family:var(--font-stage);border-radius:16px;flex:auto;justify-content:center;align-items:center;margin:0 auto 14px;display:flex;position:relative;overflow:hidden}.idle-hint{color:#fff;font-family:var(--font-sans);white-space:nowrap;cursor:pointer;background:#141414d9;border:none;border-radius:999px;align-items:center;gap:8px;min-height:0;padding:10px 16px;font-size:1rem;font-weight:600;display:inline-flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.idle-hint:hover:not(:disabled){background:#141414f2;transform:translate(-50%,-50%)scale(1.04)}.idle-hint:disabled{cursor:not-allowed;opacity:.6}.idle-hint svg{color:#7fd8dc}:root[data-theme=light] .idle-hint{background:#1e2128d9}:root[data-theme=light] .idle-hint:hover:not(:disabled){background:#1e2128f2}.overlay-panel{background:var(--surface);border:1px solid var(--border);width:min(440px,100% - 32px);height:fit-content;max-height:calc(100% - 32px);box-shadow:var(--neu-shadow);font-family:var(--font-sans);border-radius:16px;flex-direction:column;margin:auto;padding:20px 24px;display:flex;position:absolute;inset:0;overflow-y:auto}.overlay-panel h3{margin:0 0 12px}.overlay-panel-body{flex-direction:column;flex:1;gap:12px;display:flex}.overlay-apply{align-self:flex-start;margin-top:12px}.control-bar{flex-wrap:wrap;align-items:center;gap:14px;padding-top:6px;display:flex}.control-bar-cluster{align-items:center;gap:8px;display:flex}.control-bar-speed{flex:1;align-items:center;min-width:140px;display:flex}.speed-slider{align-items:center;gap:10px;width:100%;display:flex}.speed-slider-label{color:var(--text-muted);white-space:nowrap;font-size:.85rem;font-weight:600}.speed-slider-value{color:var(--text-muted);white-space:nowrap;min-width:5.5em;font-size:.85rem}.speed-slider-input{appearance:none;background:var(--surface-alt);height:8px;box-shadow:var(--neu-shadow-sm-inset);cursor:pointer;border-radius:999px;flex:1}.speed-slider-input::-webkit-slider-thumb{appearance:none;background:var(--accent-gradient);border:2px solid var(--surface);cursor:pointer;border-radius:50%;width:18px;height:18px;box-shadow:0 2px 6px #4b898f80}.speed-slider-input::-moz-range-thumb{background:var(--accent-gradient);border:2px solid var(--surface);cursor:pointer;border-radius:50%;width:18px;height:18px;box-shadow:0 2px 6px #4b898f80}.speed-slider-input::-moz-range-track{background:0 0;border-radius:999px;height:8px}.icon-btn{background:var(--surface);width:52px;height:52px;color:var(--accent);cursor:pointer;box-shadow:var(--neu-shadow-sm);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:box-shadow .16s,transform .14s,background .16s,color .16s;display:inline-flex}.icon-btn:active:not(:disabled){transform:translateY(0)scale(.94)}.icon-btn svg{width:24px;height:24px}.icon-btn:hover:not(:disabled){color:var(--accent);transform:translateY(-1px)}.icon-btn:disabled{opacity:.35;cursor:not-allowed}.icon-btn.active{background:var(--accent-gradient);color:var(--accent-contrast);box-shadow:var(--neu-shadow-sm-inset)}.icon-btn:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.timer-pill{background:var(--surface);color:var(--text);white-space:nowrap;box-shadow:var(--neu-shadow-sm);border:none;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:.9rem;font-weight:700;display:inline-flex}.timer-pill svg{color:var(--accent)}.slider-field{grid-template-columns:minmax(120px,1fr) 2fr auto;align-items:center;gap:12px;display:grid}.slider-field input[type=range]{width:100%}.slider-field-label{font-size:.92rem;font-weight:600}.slider-field-value{font-variant-numeric:tabular-nums;text-align:right;min-width:3em;font-weight:600}.choice-field{flex-direction:column;gap:6px;display:flex}.choice-field-options{flex-wrap:wrap;gap:6px;display:flex}.active-choice{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.program-page{flex-direction:column;gap:4px;display:flex}.program-roadmap{align-items:flex-start;gap:4px;margin:18px 0;display:flex;overflow-x:auto}.program-node{flex-direction:column;flex:1;align-items:center;gap:6px;min-width:84px;display:flex;position:relative}.program-node:before{content:"";background:var(--border);z-index:0;width:100%;height:2px;position:absolute;top:17px;left:-50%}.program-node:first-child:before{display:none}.program-node-dot{z-index:1;background:var(--stage-bg);border:2px solid var(--border);width:36px;height:36px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;font-size:.95rem;font-weight:800;display:flex;position:relative}.program-node-label{color:var(--text-muted);text-align:center;font-size:.72rem;font-weight:600}.program-node-active .program-node-dot{background:var(--accent-gradient);border-color:var(--accent);color:var(--accent-contrast)}.program-node-active .program-node-label{color:var(--accent)}.program-node-completed .program-node-dot{background:var(--success-bg);border-color:var(--success-text);color:var(--success-text)}.program-week-detail{margin-top:8px}.program-progress-bar{background:var(--stage-bg);border-radius:999px;width:100%;height:10px;margin:10px 0 4px;overflow:hidden}.program-progress-fill{background:var(--accent-gradient);border-radius:999px;height:100%;transition:width .25s}.exercise-tile-done{opacity:.65}.exercise-tile-done .exercise-tile-meta{color:var(--success-text);font-weight:700}.program-complete-banner{background:var(--success-bg);color:var(--success-text);border-radius:14px;align-items:center;gap:14px;margin-top:12px;padding:16px 18px;display:flex}.program-complete-banner svg{flex-shrink:0;width:28px;height:28px}
