:root{--bg:#f4f7f5;--surface:#fff;--surface-subtle:#f8faf9;--ink:#20322d;--ink-strong:#172620;--muted:#71807a;--muted-2:#93a09b;--line:#dfe6e3;--line-strong:#cfd9d5;--accent:#15956f;--accent-hover:#0f7c5c;--accent-soft:#e9f6f1;--accent-line:#b9dfd1;--danger:#c94b4b;--danger-soft:#fbefef;--danger-line:#efc4c4;--shadow-soft:0 1px 2px rgba(25,55,46,.03),0 12px 30px rgba(25,55,46,.05)}*{box-sizing:border-box}body,html{min-width:320px;background:var(--bg)}body{margin:0;min-height:100vh;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,select{font:inherit}button{color:inherit}button:focus-visible,select:focus-visible{outline:3px solid rgba(21,149,111,.18);outline-offset:2px}button,select{-webkit-tap-highlight-color:transparent}.site-shell{min-height:100vh}.app-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:64px;padding:max(9px,env(safe-area-inset-top)) max(18px,calc((100vw - 1180px) / 2)) 9px;background:hsla(0,0%,100%,.97);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand{display:inline-flex;align-items:center;gap:11px;padding:0;border:0;background:transparent;cursor:pointer}.brand-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:var(--accent);color:#fff;font-size:.72rem;font-weight:800;letter-spacing:-.02em}.brand-name{color:var(--ink-strong);font-size:1.04rem;font-weight:760;letter-spacing:-.02em}.language-selector{position:relative;flex:0 0 auto}.language-trigger{display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:0 9px;border:1px solid var(--line);border-radius:11px;background:var(--surface);color:var(--ink);font:inherit;font-size:.86rem;font-weight:650;cursor:pointer}.language-trigger:hover:not(:disabled){border-color:var(--line-strong);background:var(--surface-subtle)}.language-trigger:disabled{color:var(--muted);background:var(--surface-subtle);cursor:default}.language-flag{width:22px;height:15px;flex:0 0 auto;border-radius:3px;object-fit:cover;box-shadow:0 0 0 1px rgba(16,42,36,.09)}.language-chevron{display:inline-grid;place-items:center;width:14px;height:14px;margin-left:1px;color:var(--muted);line-height:1;transition:transform .16s ease}.language-chevron svg{width:14px;height:14px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.language-trigger[aria-expanded=true] .language-chevron{transform:rotate(180deg)}.language-menu{position:absolute;z-index:30;top:calc(100% + 7px);right:0;width:180px;padding:6px;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:0 16px 42px rgba(17,49,42,.14)}.language-option{display:grid;grid-template-columns:22px minmax(0,1fr) 18px;align-items:center;grid-gap:9px;gap:9px;width:100%;min-height:40px;padding:6px 8px;border:0;border-radius:8px;background:transparent;color:var(--ink);font:inherit;font-size:.86rem;font-weight:600;text-align:left;cursor:pointer}.language-option.is-selected,.language-option:hover{background:var(--accent-soft)}.language-check{color:var(--accent);font-weight:800;text-align:center}.page-content{width:min(100% - 36px,1180px);margin:0 auto;padding:36px 0 52px}.home-page{display:grid;grid-gap:18px;gap:18px}.achievements-section,.player-overview,.question-panel,.result-panel,.theme-hub-card{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-soft)}.section-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--accent-hover);font-size:.73rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.section-heading-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.section-title{margin:7px 0 0;color:var(--ink-strong);font-size:clamp(1.6rem,3vw,2.25rem);line-height:1.05;letter-spacing:-.035em}.achievement-count,.section-meta{color:var(--muted);font-size:.78rem;font-weight:650}.primary-button,.secondary-button,.tertiary-button{min-height:48px;border-radius:11px;padding:0 18px;font-weight:750;cursor:pointer;transition:background-color .14s ease,border-color .14s ease,transform .14s ease}.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid var(--accent);background:var(--accent);color:#fff}.primary-button:hover:not(:disabled){border-color:var(--accent-hover);background:var(--accent-hover)}.primary-button:disabled{border-color:var(--line-strong);background:#dfe6e3;color:var(--muted);cursor:default}.primary-button:active,.secondary-button:active,.tertiary-button:active{transform:translateY(1px)}.secondary-button{border:1px solid var(--line-strong);background:var(--surface);color:var(--ink)}.secondary-button:hover:not(:disabled){background:var(--surface-subtle);border-color:#bcc9c4}.tertiary-button{min-height:42px;border:0;background:transparent;color:var(--muted)}.tertiary-button:hover:not(:disabled){background:var(--surface-subtle);color:var(--ink)}.player-overview{padding:18px 20px;border-radius:18px}.player-level-summary{display:grid;grid-template-columns:minmax(240px,.9fr) minmax(0,1.4fr);align-items:center;grid-gap:24px;gap:24px}.player-level-copy{min-width:0}.level-title-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-top:6px}.level-title-row strong{color:var(--ink-strong);font-size:1.18rem;letter-spacing:-.02em}.level-title-row span{color:var(--muted);font-size:.8rem;font-weight:650}.level-track,.mastery-track{overflow:hidden;border-radius:999px;background:#e1e8e5}.level-track{height:7px;margin-top:11px}.level-fill,.mastery-fill{height:100%;border-radius:inherit;background:var(--accent);transition:width .22s ease}.overview-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.overview-metric{display:flex;align-items:center;gap:9px;min-width:0;min-height:58px;padding:9px 10px;border:1px solid var(--line);border-radius:12px;background:var(--surface-subtle)}.overview-metric-icon{flex:0 0 auto;display:grid;place-items:center;width:30px;height:30px;border-radius:9px;background:var(--accent-soft);color:var(--accent-hover);font-size:.76rem;font-weight:850;line-height:1;text-align:center}.overview-metric-copy{min-width:0}.overview-metric-copy span,.overview-metric-copy strong{display:block}.overview-metric-copy strong{color:var(--ink-strong);font-size:.96rem;line-height:1.05}.overview-metric-copy span{margin-top:3px;overflow:hidden;color:var(--muted);font-size:.7rem;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.themes-section{margin-top:4px}.themes-heading-row{align-items:flex-end;padding:0 2px}.theme-hub-grid{display:grid;grid-gap:14px;gap:14px}.theme-hub-card{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);min-height:330px;overflow:hidden;border-radius:20px}.theme-hub-card.locked{border-color:var(--line-strong)}.theme-hub-copy{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:clamp(24px,4vw,40px)}.theme-card-heading{display:flex;align-items:center;gap:13px}.theme-icon{flex:0 0 auto;display:grid;place-items:center;width:46px;height:46px;border-radius:13px;background:var(--accent-soft);font-size:1.35rem;line-height:1;text-align:center}.theme-icon-glyph{display:block;line-height:1;transform:translateY(-1px)}.theme-status-label{display:block;margin-bottom:4px;color:var(--accent-hover);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.theme-hub-card.locked .theme-status-label{color:var(--muted)}.theme-card-heading h2{margin:0;color:var(--ink-strong);font-size:clamp(1.45rem,2.8vw,2rem);line-height:1.06;letter-spacing:-.035em}.theme-hub-copy>p{max-width:660px;margin:16px 0 0;color:var(--muted);font-size:.96rem;line-height:1.55}.theme-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin-top:16px;color:var(--muted);font-size:.78rem;font-weight:650}.theme-mastery-row{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-top:20px}.theme-mastery-copy span,.theme-mastery-copy strong{display:block}.theme-mastery-copy strong{color:var(--ink-strong);font-size:.8rem}.theme-mastery-copy span{margin-top:3px;color:var(--muted);font-size:.75rem}.theme-stars{display:inline-flex;align-items:center;gap:2px;flex:0 0 auto;font-size:1rem}.theme-stars .earned{color:var(--accent-hover)}.theme-stars .empty{color:#b8c4c0}.mastery-track{height:7px;margin-top:9px}.mastery-copy{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--ink);font-size:.82rem}.mastery-copy strong{font-weight:750}.mastery-copy span{color:var(--accent-hover);font-weight:800}.theme-card-actions{display:grid;grid-template-columns:minmax(180px,1fr) minmax(160px,auto);grid-gap:9px;gap:9px;max-width:470px;margin-top:22px}.theme-card-actions.single{grid-template-columns:minmax(180px,280px)}.theme-hub-visual{position:relative;display:grid;place-items:center;min-width:0;padding:28px;background:var(--surface-subtle);border-left:1px solid var(--line)}.theme-hub-image-frame{display:grid;place-items:center;width:100%;aspect-ratio:1.42/1;padding:14px;border:1px solid var(--line);border-radius:17px;background:var(--surface)}.theme-hub-image-frame img{display:block;width:100%;height:100%;object-fit:contain}.theme-percent-badge{position:absolute;right:18px;bottom:18px;min-width:78px;padding:9px 11px;border:1px solid var(--line);border-radius:11px;background:hsla(0,0%,100%,.94);text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.theme-percent-badge span,.theme-percent-badge strong{display:block}.theme-percent-badge strong{color:var(--ink-strong);font-size:1rem}.theme-percent-badge span{margin-top:1px;color:var(--muted);font-size:.65rem}.achievements-section{padding:20px;border-radius:18px}.achievements-heading-row{margin-bottom:13px}.achievements-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:9px;gap:9px}.achievement-card{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;grid-gap:10px;gap:10px;min-width:0;padding:12px;border:1px solid var(--line);border-radius:12px;background:var(--surface-subtle)}.achievement-card.locked{opacity:.68}.achievement-card.unlocked{border-color:var(--accent-line);background:var(--accent-soft)}.achievement-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:var(--surface);color:var(--muted);font-size:.78rem;font-weight:850;line-height:1;text-align:center}.achievement-icon-glyph{display:block;line-height:1;transform:translateY(-1px)}.achievement-card.unlocked .achievement-icon{background:var(--accent);color:#fff}.achievement-copy{min-width:0}.achievement-copy span,.achievement-copy strong{display:block}.achievement-copy strong{color:var(--ink-strong);font-size:.82rem;line-height:1.2}.achievement-copy span{margin-top:3px;color:var(--muted);font-size:.72rem;line-height:1.32}.achievement-status{grid-column:1/-1;color:var(--muted);font-size:.68rem;font-weight:750}.result-unlocks{display:grid;grid-gap:8px;gap:8px;margin-top:14px}.unlock-callout{display:flex;align-items:center;gap:10px;padding:9px 11px;border:1px solid var(--accent-line);border-radius:11px;background:var(--accent-soft);text-align:left}.unlock-callout-icon{flex:0 0 auto;display:grid;place-items:center;width:34px;height:34px;border-radius:9px;background:var(--accent);color:#fff;font-size:.78rem;font-weight:850;line-height:1;text-align:center}.unlock-callout span,.unlock-callout strong{display:block}.unlock-callout strong{color:var(--ink-strong);font-size:.8rem}.unlock-callout div>span{margin-top:2px;color:var(--muted);font-size:.75rem}.quiz-page{width:min(100% - 36px,900px);padding-top:22px}.quiz-toolbar{display:grid;grid-template-columns:auto minmax(220px,1fr) auto;align-items:center;grid-gap:14px;gap:14px;margin-bottom:12px}.back-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:44px;min-height:42px;padding:0 12px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--muted);font-size:.82rem;font-weight:700;cursor:pointer}.back-button:hover{color:var(--ink);border-color:var(--line-strong)}.quiz-progress-block{min-width:0}.quiz-progress-copy{display:flex;justify-content:center;margin-bottom:6px;color:var(--muted);font-size:.76rem}.quiz-progress-copy strong{color:var(--ink);font-weight:720}.progress-track{height:7px;overflow:hidden;border-radius:999px;background:#dfe7e4}.progress-fill{height:100%;border-radius:inherit;background:var(--accent);transition:width .22s ease}.live-stats{display:flex;align-items:center;gap:7px}.live-stat{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:42px;padding:0 10px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--muted);font-size:.75rem}.live-stat-symbol{color:var(--accent-hover);font-weight:800}.live-stat strong{color:var(--ink-strong);font-size:.9rem}.question-panel{padding:clamp(20px,3.5vw,32px);border-radius:18px}.question-copy{text-align:center}.question-copy h1,.result-panel h1{color:var(--ink-strong);letter-spacing:-.04em}.question-copy h1{max-width:820px;margin:10px auto 18px;font-size:clamp(1.5rem,3vw,2.2rem);line-height:1.15}.question-image-wrap{display:grid;place-items:center;width:min(100%,760px);aspect-ratio:975/610;margin:0 auto 18px;padding:12px;border:1px solid var(--line);border-radius:14px;background:var(--surface-subtle)}.question-image{display:block;width:100%;height:100%;object-fit:contain}.answer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:9px;gap:9px;width:min(100%,760px);margin:0 auto}.answer-button{display:grid;grid-template-columns:36px minmax(0,1fr) 26px;align-items:center;grid-gap:10px;gap:10px;min-height:64px;padding:9px 12px;border:1px solid var(--line-strong);border-radius:12px;background:var(--surface);text-align:left;cursor:pointer;transition:background-color .12s ease,border-color .12s ease,transform .12s ease}.answer-button:hover:not(:disabled){border-color:#9fcaba;background:#fbfefd;transform:translateY(-1px)}.answer-button:disabled{cursor:default}.answer-letter,.answer-status{display:grid;place-items:center;border-radius:9px;font-size:.78rem;font-weight:800;line-height:1}.answer-letter{width:34px;height:34px;background:#eef2f0;color:var(--muted)}.answer-text{min-width:0;color:var(--ink-strong);font-weight:700;line-height:1.2}.answer-status{width:26px;height:26px;border-radius:50%;line-height:1;padding-bottom:1px}.answer-button.correct{border-color:var(--accent-line);background:var(--accent-soft);animation:answer-pop .18s ease-out}.answer-button.correct .answer-letter,.answer-button.correct .answer-status{background:var(--accent);color:#fff}.answer-button.wrong{border-color:var(--danger-line);background:var(--danger-soft);animation:answer-shake .18s ease-out}.answer-button.wrong .answer-letter,.answer-button.wrong .answer-status{background:var(--danger);color:#fff}.feedback-bar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:14px;gap:14px;width:min(100%,760px);margin:10px auto 0;padding:10px 11px 10px 13px;border:1px solid var(--line);border-left-width:3px;border-radius:11px;background:var(--surface)}.feedback-bar.success{border-color:var(--accent-line);border-left-color:var(--accent);background:color-mix(in srgb,var(--accent-soft) 34%,var(--surface))}.feedback-bar.error{border-color:var(--danger-line);border-left-color:var(--danger);background:color-mix(in srgb,var(--danger-soft) 28%,var(--surface))}.feedback-copy{display:flex;align-items:center;gap:8px;min-width:0}.feedback-mark{flex:0 0 auto;display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;color:#fff;font-size:.72rem;font-weight:800;line-height:1;padding-bottom:1px}.feedback-bar.success .feedback-mark{background:var(--accent)}.feedback-bar.error .feedback-mark{background:var(--danger)}.feedback-text{min-width:0}.feedback-text span,.feedback-text strong{display:block}.feedback-text strong{color:var(--ink-strong);font-size:.84rem;line-height:1.15}.feedback-text span{margin-top:2px;overflow:hidden;color:var(--muted);font-size:.74rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.feedback-button{flex:0 0 auto;min-height:40px;padding-inline:16px}.feedback-next-icon{margin-left:1px}.result-page{display:grid;place-items:center;min-height:calc(100vh - 64px);padding-top:28px;padding-bottom:48px}.result-panel{width:min(100%,610px);padding:34px;border-radius:18px;text-align:center}.result-icon{display:grid;place-items:center;width:54px;height:54px;margin:0 auto 14px;border-radius:15px;background:var(--accent-soft);color:var(--accent-hover);font-size:1.35rem;font-weight:850;line-height:1;text-align:center}.result-panel h1{margin:9px 0 17px;font-size:clamp(1.7rem,4vw,2.35rem)}.result-score{display:flex;align-items:flex-end;justify-content:center;gap:2px}.result-score strong{color:var(--accent-hover);font-size:clamp(3.8rem,10vw,5.1rem);line-height:.9;letter-spacing:-.08em}.result-score span{color:var(--muted-2);font-size:1.3rem;font-weight:700}.result-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;margin-top:24px}.result-stats>div{padding:13px 8px;border:1px solid var(--line);border-radius:11px;background:var(--surface-subtle)}.result-stats span,.result-stats strong{display:block}.result-stats strong{color:var(--ink-strong);font-size:1.15rem}.result-stats span{margin-top:3px;color:var(--muted);font-size:.73rem}.result-mastery{margin-top:14px;padding:13px 14px;border:1px solid var(--line);border-radius:11px}.result-progress-detail{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px;color:var(--muted);font-size:.7rem}.result-divider{height:1px;margin:22px 0 17px;background:var(--line)}.result-label{color:var(--muted);font-size:.77rem;font-weight:700}.reward-row{display:flex;justify-content:center;gap:8px;margin-top:9px}.reward-row span{padding:8px 11px;border-radius:9px;background:var(--surface-subtle);border:1px solid var(--line);color:var(--ink);font-size:.82rem;font-weight:750}.result-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:9px;gap:9px;margin-top:22px}.result-home-button{grid-column:1/-1}.result-actions.no-practice{grid-template-columns:1fr}.result-actions.no-practice .result-home-button{grid-column:auto}.loading-page{display:grid;place-items:center;min-height:100vh;background:var(--bg)}.loading-indicator{width:38px;height:38px;border:3px solid var(--line);border-top-color:var(--accent);border-radius:50%;animation:spin .75s linear infinite}.reload-button{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:var(--surface);cursor:pointer}@keyframes spin{to{transform:rotate(1turn)}}@keyframes answer-pop{50%{transform:scale(1.012)}}@keyframes answer-shake{33%{transform:translateX(-2px)}66%{transform:translateX(2px)}}@media (max-width:860px){.player-level-summary{gap:16px}.player-level-summary,.theme-hub-card{grid-template-columns:1fr}.theme-hub-visual{order:-1;min-height:245px;border-left:0;border-bottom:1px solid var(--line)}.theme-hub-image-frame{max-width:560px}.achievements-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.app-topbar{min-height:56px;padding:max(8px,env(safe-area-inset-top)) 12px 8px}.brand{gap:9px}.brand-mark{width:32px;height:32px;border-radius:9px;font-size:.67rem}.brand-name{font-size:.96rem}.language-trigger{min-height:36px;gap:6px;padding:0 8px;border-radius:10px;font-size:.78rem}.language-flag{width:20px;height:14px}.page-content{width:min(100% - 20px,1180px);padding-top:16px;padding-bottom:max(24px,env(safe-area-inset-bottom))}.question-panel,.result-panel,.theme-hub-card{border-radius:14px}.home-page{gap:14px}.player-overview{padding:14px;border-radius:14px}.player-level-summary{gap:13px}.level-title-row{gap:8px;margin-top:4px}.level-title-row strong{font-size:1.02rem}.level-title-row span{font-size:.72rem}.overview-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.overview-metric{min-height:52px;padding:8px}.overview-metric-icon{width:28px;height:28px;border-radius:8px}.themes-heading-row{align-items:flex-end;margin-bottom:10px}.section-title{margin-top:5px;font-size:1.45rem}.theme-hub-visual{min-height:178px;padding:10px}.theme-hub-image-frame{max-width:410px;padding:6px;border-radius:11px}.theme-percent-badge{right:12px;bottom:12px;min-width:66px;padding:7px 8px}.theme-hub-copy{padding:18px 16px 17px}.theme-card-heading{gap:10px}.theme-icon{width:40px;height:40px;border-radius:11px;font-size:1.15rem}.theme-card-heading h2{font-size:1.35rem}.theme-hub-copy>p{margin-top:12px;font-size:.88rem}.theme-card-meta{display:grid;grid-gap:3px;gap:3px;margin-top:12px;font-size:.73rem}.theme-card-meta>span[aria-hidden=true]{display:none}.theme-mastery-row{margin-top:15px}.theme-card-actions,.theme-card-actions.single{grid-template-columns:1fr;max-width:none;margin-top:17px}.achievements-section{padding:16px;border-radius:14px}.achievements-grid{grid-template-columns:1fr;gap:7px}.achievement-card{grid-template-columns:34px minmax(0,1fr) auto;align-items:center;padding:10px}.achievement-card.unlocked{grid-template-columns:34px minmax(0,1fr)}.achievement-icon{width:32px;height:32px;border-radius:8px}.achievement-status{grid-column:auto;white-space:nowrap}.quiz-page{width:min(100% - 16px,900px);padding-top:9px}.quiz-toolbar{grid-template-columns:40px minmax(0,1fr) auto;gap:7px;margin-bottom:8px}.back-button{width:40px;min-width:40px;min-height:40px;padding:0;border-radius:10px;font-size:.9rem}.back-label,.live-stat-label{display:none}.quiz-progress-copy{justify-content:flex-start;margin-bottom:5px;font-size:.7rem}.progress-track{height:6px}.live-stats{gap:4px}.live-stat{gap:3px;min-width:39px;min-height:40px;padding:0 7px;border-radius:10px;font-size:.72rem}.live-stat strong{font-size:.84rem}.question-panel{padding:13px 11px 14px}.question-kicker{display:none}.question-copy h1{margin:1px auto 11px;font-size:clamp(1.24rem,6.2vw,1.55rem);line-height:1.15;letter-spacing:-.035em}.question-image-wrap{width:100%;margin-bottom:9px;padding:5px;border-radius:11px}.answer-grid{width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.answer-button{grid-template-columns:28px minmax(0,1fr) 22px;gap:6px;min-height:60px;padding:7px 8px;border-radius:10px}.answer-letter{width:27px;height:27px;border-radius:8px;font-size:.72rem}.answer-text{font-size:.88rem;line-height:1.15}.answer-status{width:22px;height:22px;font-size:.7rem}.feedback-bar{position:-webkit-sticky;position:sticky;bottom:max(7px,env(safe-area-inset-bottom));z-index:15;grid-template-columns:minmax(0,1fr) auto;gap:8px;width:100%;margin-top:8px;padding:8px 8px 8px 10px;border-radius:10px}.feedback-copy{gap:7px}.feedback-mark{width:20px;height:20px;font-size:.66rem}.feedback-text strong{font-size:.8rem}.feedback-text span{font-size:.69rem}.feedback-button{min-height:38px;padding:0 10px;font-size:.76rem}.result-page{min-height:calc(100vh - 56px);padding-top:14px;padding-bottom:max(24px,env(safe-area-inset-bottom))}.result-panel{padding:24px 16px}.result-icon{width:48px;height:48px;margin-bottom:12px}.result-panel h1{margin-bottom:15px}.result-stats{gap:6px;margin-top:19px}.result-stats>div{padding:11px 5px}.result-stats span{font-size:.68rem}.result-progress-detail{gap:8px;font-size:.66rem}.result-actions{grid-template-columns:1fr}.result-home-button{grid-column:auto}}@media (max-width:360px){.brand-name,.language-name{display:none}.language-trigger{gap:5px;padding:0 7px}.answer-button{grid-template-columns:25px minmax(0,1fr) 20px;gap:4px;padding-left:6px;padding-right:6px}.answer-letter{width:25px;height:25px}.answer-text{font-size:.82rem}.feedback-bar{grid-template-columns:minmax(0,1fr) auto}.feedback-text span{max-width:145px}.feedback-button{width:auto;padding-inline:9px}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}