:root { --ink:#294f4b; --muted:#6b817d; --paper:#fffdf7; --line:#ddd5b9; --green:#3e9b75; --yellow:#efb83f; --coral:#ed7469; --blue:#62acd1; --purple:#8b73bd; --shadow:0 18px 38px rgba(49,74,65,.12); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); font-family:"Trebuchet MS","Arial Rounded MT Bold",Arial,sans-serif; background:#f7f8ef; }
body::before,body::after { position:fixed; z-index:-1; content:""; border-radius:50%; opacity:.75; }
body::before { width:330px; height:330px; top:-105px; left:-100px; background:#fff0b9; }
body::after { width:370px; height:370px; right:-130px; bottom:-120px; background:#e5e6fb; }
button { color:inherit; font:inherit; }
button:not(:disabled) { cursor:pointer; }
button:focus-visible { outline:4px solid rgba(84,159,202,.35); outline-offset:3px; }
.app { width:min(1120px,calc(100% - 32px)); min-height:100vh; margin:0 auto; padding:22px 0 50px; }
.loading-card { display:grid; min-height:420px; place-items:center; align-content:center; gap:12px; font-weight:900; }
.loading-card span { font-size:64px; }
.loading-card p { margin:0; }
.topbar,.top-actions,.brand,.collection-button,.sound-button,.game-heading,.panel-heading,.tools,.progress-row,.swap-guide,.reading-strip,.feedback,.section-heading,.steps article,.level-top,.level-foot,.result-actions { display:flex; align-items:center; }
.topbar { min-height:62px; justify-content:space-between; gap:18px; margin-bottom:22px; }
.brand { gap:12px; padding:0; text-align:left; background:transparent; border:0; }
.brand-mark { position:relative; display:flex; align-items:center; width:65px; height:52px; padding-left:7px; background:#fff8df; border:3px solid var(--line); border-radius:17px; box-shadow:0 5px 10px rgba(55,76,68,.08); transform:rotate(-2deg); }
.brand-mark i { display:grid; width:27px; height:34px; place-items:center; padding-bottom:2px; color:#fff; font-size:8px; font-style:normal; font-weight:1000; background:var(--coral); border:2px solid #c95b55; border-radius:8px; }
.brand-mark i:nth-child(2) { margin-left:-4px; background:var(--blue); border-color:#478bac; transform:rotate(4deg); }
.brand-mark b { position:absolute; right:-6px; top:16px; color:#d69a25; font-size:20px; }
.brand strong { display:block; font-size:21px; font-weight:1000; letter-spacing:-.02em; }
.brand small { display:block; margin-top:2px; color:var(--muted); font-size:9px; font-weight:900; text-transform:uppercase; }
.top-actions { gap:9px; }
.collection-button,.sound-button,.back-button { min-height:50px; background:rgba(255,253,247,.93); border:2px solid var(--line); border-radius:16px; box-shadow:0 5px 12px rgba(54,75,67,.07); }
.collection-button { gap:8px; padding:7px 14px; text-align:left; }
.collection-button > span:first-child { font-size:18px; }
.collection-button strong,.collection-button small { display:block; }
.collection-button strong { font-size:12px; }
.collection-button small { color:var(--muted); font-size:9px; }
.sound-button { gap:8px; padding:0 14px; font-size:11px; font-weight:900; }
.back-button { width:50px; padding:0 0 4px; font-size:28px; }
.eyebrow,.panel-label { margin:0 0 9px; color:#3e856b; font-family:Georgia,serif; font-size:13px; font-weight:900; letter-spacing:.13em; text-transform:uppercase; }
.hero { position:relative; display:grid; min-height:440px; grid-template-columns:1fr 1fr; overflow:hidden; padding:48px; background:linear-gradient(125deg,#fffaf0,#eff9ef 54%,#f1edff); border:3px solid var(--line); border-radius:42px; box-shadow:var(--shadow); }
.hero::before,.hero::after { position:absolute; content:""; border-radius:50%; }
.hero::before { width:225px; height:225px; top:-120px; left:41%; background:rgba(246,194,82,.2); }
.hero::after { width:180px; height:180px; right:-70px; bottom:-75px; background:rgba(98,180,134,.15); }
.hero-copy { position:relative; z-index:3; align-self:center; }
.hero h1 { max-width:540px; margin:0 0 19px; font-size:52px; font-weight:1000; line-height:.98; letter-spacing:-.045em; }
.hero-copy > p:not(.eyebrow) { max-width:490px; margin:0 0 27px; color:var(--muted); font-size:16px; font-weight:800; line-height:1.55; }
.primary-button,.secondary-button { min-height:50px; padding:0 20px 3px; font-weight:1000; border-radius:15px; }
.primary-button { color:#fff; background:var(--green); border:0; box-shadow:0 7px 0 #247554,0 13px 22px rgba(44,135,95,.18); }
.primary-button:active { transform:translateY(4px); box-shadow:0 3px 0 #247554; }
.secondary-button { background:#fffdf7; border:3px solid var(--line); box-shadow:0 5px 0 #cfc6a8; }
.hero-scene { position:relative; min-width:0; }
.hero-sheet { position:absolute; inset:8px -4px 7px 21px; overflow:hidden; padding:31px 25px; background:#fffefa; border:8px solid #fff; border-radius:37px; box-shadow:0 20px 32px rgba(47,67,61,.17); transform:rotate(1deg); }
.hero-sheet::before { position:absolute; inset:0; content:""; opacity:.16; background-image:linear-gradient(#8dbbac 1px,transparent 1px),linear-gradient(90deg,#8dbbac 1px,transparent 1px); background-size:27px 27px; }
.hero-picture { position:relative; z-index:2; display:block; margin-bottom:14px; font-size:58px; }
.hero-wrong,.hero-right { position:relative; z-index:3; display:flex; flex-wrap:wrap; gap:7px; }
.hero-wrong i,.hero-right i { padding:12px 11px 14px; color:#fff; font-size:15px; font-style:normal; font-weight:1000; background:var(--coral); border:3px solid #cd5d55; border-radius:15px 10px 15px 10px; box-shadow:0 6px 0 #a84c46; transform:rotate(-3deg); }
.hero-wrong i:nth-child(2),.hero-right i:nth-child(2) { background:var(--blue); border-color:#4b91b7; box-shadow:0 6px 0 #397a9c; transform:rotate(3deg); }
.hero-wrong i:nth-child(3),.hero-right i:nth-child(3) { background:var(--purple); border-color:#755ba8; box-shadow:0 6px 0 #5e478f; transform:rotate(-1deg); }
.hero-arrow { position:relative; z-index:3; display:block; width:45px; margin:11px auto 8px; color:#d99d27; font-size:35px; text-align:center; }
.hero-right i { transform:none!important; }
.hero-right em { display:grid; width:33px; height:33px; place-items:center; align-self:center; color:#fff; font-style:normal; background:var(--green); border:4px solid #fff; border-radius:50%; }
.how-section,.levels-section,.album-section { margin-top:54px; }
.section-heading { justify-content:space-between; gap:24px; margin-bottom:20px; }
.section-heading h2 { margin:0; font-size:39px; font-weight:1000; line-height:1; letter-spacing:-.035em; }
.section-heading > p { max-width:420px; margin:0; color:var(--muted); font-size:12px; font-weight:900; line-height:1.45; text-align:right; }
.steps { display:grid; grid-template-columns:repeat(3,1fr); gap:15px; }
.steps article { min-height:112px; gap:16px; padding:20px; background:rgba(255,253,247,.94); border:2px solid var(--line); border-radius:25px; box-shadow:0 10px 22px rgba(50,72,64,.07); }
.steps article > span { display:grid; flex:0 0 54px; width:54px; height:54px; place-items:center; padding-bottom:3px; color:#fff; font-family:Georgia,serif; font-size:25px; font-weight:900; background:var(--green); border:7px solid #dff3e6; border-radius:50%; }
.steps article:nth-child(2) > span { background:var(--yellow); border-color:#fff0c1; }
.steps article:nth-child(3) > span { background:var(--coral); border-color:#ffe0dc; }
.steps h3,.steps p { margin:0; }
.steps h3 { margin-bottom:6px; font-size:17px; }
.steps p { color:var(--muted); font-size:12px; font-weight:700; line-height:1.4; }
.levels-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:17px; }
.level-card { position:relative; overflow:hidden; min-height:348px; padding:22px; background:#fffdf7; border:3px solid color-mix(in srgb,var(--accent),white 35%); border-radius:29px; box-shadow:0 13px 25px rgba(49,72,64,.09); }
.level-card::after { position:absolute; width:105px; height:105px; right:-35px; bottom:-35px; content:""; background:color-mix(in srgb,var(--accent),white 82%); border-radius:50%; }
.level-top { position:relative; z-index:2; justify-content:space-between; }
.level-icon { display:grid; width:47px; height:47px; place-items:center; font-size:21px; background:color-mix(in srgb,var(--accent),white 82%); border-radius:14px; }
.new-label { color:#d49628; font-size:11px; font-weight:1000; }
.stars { color:#df9d2e; font-family:Georgia,serif; font-size:20px; letter-spacing:1px; }
.level-preview { position:relative; display:flex; min-height:88px; align-items:center; justify-content:center; flex-wrap:wrap; gap:6px; margin:11px 0 8px; padding:8px 14px; }
.level-preview i { padding:9px 8px 11px; color:#fff; font-size:10px; font-style:normal; font-weight:1000; background:var(--accent); border-radius:11px 8px 11px 8px; box-shadow:0 4px 0 color-mix(in srgb,var(--accent),black 22%); transform:rotate(calc((var(--n) - 1.5) * 2deg)); }
.level-preview b { color:#d99d27; font-size:22px; }
.level-card .eyebrow { color:var(--accent); font-size:10px; }
.level-card h3 { margin:0 0 8px; font-size:22px; }
.level-card > p:not(.eyebrow) { min-height:52px; margin:0; color:var(--muted); font-size:12px; font-weight:700; line-height:1.45; }
.level-foot { position:relative; z-index:3; justify-content:space-between; margin-top:15px; }
.level-foot small { color:var(--muted); font-size:10px; font-weight:900; }
.level-foot button { padding:8px 0; color:var(--accent); font-size:11px; font-weight:1000; background:transparent; border:0; }
.album-section { padding:29px; background:rgba(255,253,247,.93); border:3px solid var(--line); border-radius:37px; box-shadow:var(--shadow); }
.album-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:12px; }
.album-card { position:relative; min-width:0; min-height:164px; padding:15px 10px 12px; text-align:center; background:#f1f1f1; border:2px solid #d8d7d2; border-radius:11px 21px 21px 11px; box-shadow:inset 7px 0 rgba(55,77,71,.04); }
.album-card.open { background:color-mix(in srgb,var(--card-color),white 91%); border-color:color-mix(in srgb,var(--card-color),white 30%); }
.card-number { position:absolute; top:9px; left:9px; display:grid; width:23px; height:23px; place-items:center; padding-bottom:1px; color:var(--muted); font-family:Georgia,serif; font-size:10px; font-weight:900; background:#fff; border:2px solid var(--line); border-radius:50%; }
.album-picture { display:grid; height:73px; place-items:center; color:#d8d8d8; font-family:Georgia,serif; font-size:41px; filter:drop-shadow(0 7px 5px rgba(58,74,68,.1)); }
.album-card h4 { display:-webkit-box; overflow:hidden; min-height:32px; margin:3px 0 5px; font-size:12px; font-weight:1000; line-height:1.3; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.album-card p { margin:0; color:var(--muted); font-size:8px; font-weight:800; }
.reader-note { display:flex; gap:17px; margin-top:24px; padding:20px 25px; background:#e8f5ff; border:2px solid #98c8df; border-radius:22px; }
.reader-note > span { font-size:28px; }
.reader-note b { font-size:13px; }
.reader-note p { margin:5px 0 0; color:var(--muted); font-size:11px; line-height:1.4; }
.game-shell { padding:28px; background:rgba(255,253,247,.96); border:3px solid var(--line); border-radius:38px; box-shadow:var(--shadow); }
.game-heading { justify-content:space-between; gap:20px; padding:0 5px 17px; }
.game-heading .eyebrow { color:var(--level-accent); }
.game-heading h1 { margin:0 0 6px; font-size:42px; font-weight:1000; letter-spacing:-.035em; }
.game-heading > div > p:last-child { margin:0; color:var(--muted); font-size:12px; font-weight:900; }
.round-badge { display:grid; flex:0 0 76px; width:76px; height:76px; place-items:center; align-content:center; padding-bottom:2px; color:#fff; background:var(--level-accent); border:9px solid color-mix(in srgb,var(--level-accent),white 70%); border-radius:50%; }
.round-badge b { font-family:Georgia,serif; font-size:28px; line-height:.9; transform:translateY(-1px); }
.round-badge small { margin-top:4px; font-size:8px; font-weight:900; }
.progress-row { justify-content:space-between; gap:15px; margin-bottom:18px; padding:12px 14px; background:#f3f2ed; border-radius:18px; }
.progress-row > div { display:grid; flex:1; grid-template-columns:repeat(10,1fr); gap:7px; }
.progress-row i { height:8px; background:#d3d2cb; border-radius:10px; }
.progress-row i.done { background:var(--green); }
.progress-row i.current { background:var(--level-accent); box-shadow:0 0 0 4px color-mix(in srgb,var(--level-accent),white 73%); }
.progress-row span { font-size:10px; font-weight:900; }
.work-board { display:grid; grid-template-columns:235px 1fr; gap:22px; padding:21px; background:#fffefa; border:3px solid var(--line); border-radius:30px; }
.picture-panel { min-width:0; text-align:center; }
.panel-label { margin-bottom:10px; font-size:10px; }
.picture-frame { position:relative; display:grid; min-height:280px; place-items:center; overflow:hidden; background:linear-gradient(145deg,#fff,color-mix(in srgb,var(--picture-color),white 87%)); border:4px solid color-mix(in srgb,var(--picture-color),white 35%); border-radius:28px; box-shadow:0 8px 0 color-mix(in srgb,var(--picture-color),white 15%),0 16px 24px rgba(48,68,61,.11); }
.picture-frame::before { position:absolute; width:165px; height:165px; content:""; background:rgba(255,255,255,.62); border-radius:50%; }
.picture-frame span { position:relative; z-index:2; font-size:105px; filter:drop-shadow(0 12px 9px rgba(61,77,70,.13)); }
.picture-frame i { position:absolute; right:20px; bottom:20px; width:30px; height:30px; background:color-mix(in srgb,var(--picture-color),white 45%); border-radius:50%; }
.picture-panel h2 { margin:20px 0 6px; font-size:18px; }
.picture-panel > p:not(.panel-label) { margin:0; color:var(--muted); font-size:10px; font-weight:800; line-height:1.4; }
.sentence-panel { min-width:0; align-self:center; }
.panel-heading { justify-content:space-between; gap:14px; margin-bottom:13px; }
.panel-heading h2 { margin:0; font-size:25px; }
.tools { flex:0 0 auto; gap:8px; }
.tools button { min-height:44px; padding:0 12px; font-size:9px; font-weight:1000; background:#fffdf7; border:2px solid var(--line); border-radius:13px; box-shadow:0 4px 0 #cac2aa; }
.tools button:last-child { color:#755b15; background:#fff5ce; border-color:#e4b53d; box-shadow:0 4px 0 #ca9324; }
.tools button:disabled { cursor:default; opacity:.5; box-shadow:none; }
.sequence-track { display:grid; min-height:138px; align-items:stretch; gap:9px; padding:14px; background:linear-gradient(180deg,#f3f1ea,#fffdf8); border:3px solid #ddd7c7; border-radius:24px; }
.sequence-track.count-3 { grid-template-columns:repeat(3,1fr); }
.sequence-track.count-4 { grid-template-columns:repeat(4,1fr); }
.sequence-track.count-5 { grid-template-columns:repeat(5,1fr); }
.sequence-track.count-6,.sequence-track.count-7 { grid-template-columns:repeat(4,1fr); }
.word-place { position:relative; min-width:0; min-height:102px; border-radius:19px 12px 19px 12px; transition:transform .15s ease,box-shadow .15s ease; }
.word-place.drag-over { box-shadow:0 0 0 6px #ffe28a; transform:translateY(-5px); }
.word-place.selected { box-shadow:0 0 0 7px #ffe69a; transform:translateY(-5px) rotate(-1deg); }
.word-place.hinted { box-shadow:0 0 0 7px #ccefdc; }
.word-place.check-wrong { animation:shake .35s ease; }
.word-place.correct { animation:pop .45s ease both; }
.word-tile { display:grid; width:100%; height:100%; min-height:102px; place-items:center; align-content:center; padding:16px 7px 7px; color:#fff; touch-action:none; background:var(--level-accent); border:3px solid color-mix(in srgb,var(--level-accent),#4d635e 28%); border-radius:19px 12px 19px 12px; box-shadow:inset -8px -8px rgba(31,63,56,.1),0 7px 0 color-mix(in srgb,var(--level-accent),#3f514d 33%),0 10px 14px rgba(47,68,62,.13); transition:transform .14s ease,opacity .14s ease; }
.word-tile:not(:disabled):hover { transform:translateY(-3px) rotate(-1deg); }
.word-tile.dragging { opacity:.32; }
.word-place.selected .word-tile { color:#624b0d; background:#f5c653; border-color:#d4a32a; box-shadow:inset -8px -8px rgba(92,66,11,.08),0 7px 0 #b98820; }
.word-place.hinted .word-tile { background:var(--green); border-color:#337e61; box-shadow:inset -8px -8px rgba(29,73,53,.08),0 7px 0 #28664d; }
.word-tile strong { max-width:100%; font-size:clamp(16px,2.1vw,25px); line-height:1.05; overflow-wrap:anywhere; text-align:center; }
.word-tile small { margin-top:8px; font-size:7px; font-weight:900; opacity:.86; }
.position-number { position:absolute; z-index:4; top:5px; left:5px; display:grid; width:23px; height:23px; place-items:center; padding-bottom:1px; color:var(--ink); font-family:Georgia,serif; font-size:9px; font-weight:900; background:#fff; border-radius:50%; }
.swap-guide { min-height:44px; justify-content:center; gap:13px; color:var(--muted); font-size:9px; font-weight:900; }
.swap-guide b { color:var(--level-accent); font-size:28px; }
.reading-strip { min-height:61px; gap:12px; margin-bottom:14px; padding:11px 14px; background:#f1f7f2; border:2px solid #c3d9c9; border-radius:18px; }
.reading-strip span { font-size:25px; }
.reading-strip p { margin:0; color:var(--muted); font-size:11px; font-weight:800; line-height:1.4; }
.reading-strip b { color:var(--ink); }
.check-button { width:100%; min-height:54px; padding:0 16px 3px; color:#fff; font-size:16px; font-weight:1000; background:var(--green); border:0; border-radius:15px; box-shadow:0 7px 0 #247554; }
.feedback { min-height:88px; gap:15px; margin-top:17px; padding:15px 18px; background:#eef8f2; border:2px solid #9ed6b8; border-radius:21px; }
.feedback > span { display:grid; flex:0 0 43px; width:43px; height:43px; place-items:center; font-size:21px; background:#dff1e7; border-radius:13px; }
.feedback p { flex:1; margin:0; }
.feedback b,.feedback small { display:block; }
.feedback b { margin-bottom:4px; font-size:14px; }
.feedback small { color:var(--muted); font-size:10px; font-weight:800; line-height:1.4; }
.feedback.wrong { background:#fff1ef; border-color:#e8a09a; }
.feedback.wrong > span { background:#ffd9d5; }
.feedback.hint,.feedback.selected { background:#fff8dd; border-color:#e6c867; }
.feedback.hint > span,.feedback.selected > span { background:#ffecae; }
.feedback.moving { background:#edf8f6; border-color:#9ed1c5; }
.feedback .compact { flex:0 0 auto; min-height:45px; font-size:11px; }
.drag-ghost { position:fixed; z-index:9999; top:0; left:0; display:grid; min-width:110px; height:70px; place-items:center; padding:0 12px; pointer-events:none; color:#fff; font-size:18px; font-weight:1000; background:var(--purple); border:4px solid #755ba8; border-radius:18px 11px 18px 11px; box-shadow:0 20px 35px rgba(39,58,53,.27); }
.result-card { position:relative; overflow:hidden; min-height:630px; padding:70px 55px; text-align:center; background:linear-gradient(145deg,#fffdf7,#eef9ef 55%,#f0edff); border:3px solid var(--line); border-radius:42px; box-shadow:var(--shadow); }
.result-picture { display:grid; width:105px; height:105px; place-items:center; margin:0 auto 22px; font-size:57px; background:#fff; border:4px solid #ded4b7; border-radius:31px; box-shadow:0 9px 0 #cec19d; }
.result-card h1 { margin:0 0 16px; font-size:55px; letter-spacing:-.045em; }
.result-card > p:not(.eyebrow) { margin:0; color:var(--muted); font-size:17px; font-weight:800; }
.result-stars { margin:25px 0 21px; }
.result-stars .stars { font-size:42px; }
.result-stats { display:grid; max-width:700px; grid-template-columns:repeat(4,1fr); gap:10px; margin:0 auto 29px; }
.result-stats div { padding:17px 8px; background:rgba(255,255,255,.78); border:2px solid var(--line); border-radius:18px; }
.result-stats b,.result-stats small { display:block; }
.result-stats b { font-size:27px; }
.result-stats small { margin-top:3px; color:var(--muted); font-size:9px; font-weight:900; }
.result-actions { justify-content:center; gap:13px; }
@keyframes shake { 25%{transform:translateX(-6px)} 75%{transform:translateX(6px)} }
@keyframes pop { 50%{transform:scale(1.08) rotate(1deg)} }

@media(max-width:900px){
  .hero { grid-template-columns:1fr 420px; padding:39px 34px; }
  .hero h1 { font-size:44px; }
  .album-grid { grid-template-columns:repeat(4,1fr); }
  .work-board { grid-template-columns:205px 1fr; gap:17px; padding:17px; }
  .picture-frame { min-height:245px; }
  .picture-frame span { font-size:88px; }
  .sequence-track.count-5 { grid-template-columns:repeat(3,1fr); }
}
@media(max-width:760px){
  .app { width:min(100% - 22px,1120px); padding-top:11px; }
  .topbar { align-items:flex-start; }
  .brand strong { font-size:17px; }
  .brand small,.sound-button span:last-child { display:none; }
  .sound-button { width:50px; padding:0; justify-content:center; }
  .hero { min-height:705px; grid-template-columns:1fr; padding:35px 27px; }
  .hero-copy { align-self:start; }
  .hero-scene { min-height:320px; }
  .hero-sheet { inset:15px 4px 0; }
  .steps,.levels-grid { grid-template-columns:1fr; }
  .album-grid { grid-template-columns:repeat(3,1fr); }
  .game-shell { padding:18px; }
  .work-board { grid-template-columns:1fr; }
  .picture-panel { display:grid; grid-template-columns:125px 1fr; grid-template-rows:auto auto auto; align-items:center; column-gap:14px; text-align:left; }
  .picture-panel .panel-label { grid-column:1/-1; }
  .picture-frame { grid-row:2/4; min-height:135px; }
  .picture-frame::before { width:95px; height:95px; }
  .picture-frame span { font-size:70px; }
  .picture-panel h2 { margin:0 0 5px; }
}
@media(max-width:520px){
  .topbar { gap:7px; margin-bottom:13px; }
  .brand { gap:7px; }
  .brand-mark { width:46px; height:43px; padding-left:4px; border-radius:13px; }
  .brand-mark i { width:20px; height:28px; font-size:6px; }
  .brand-mark b { right:-5px; font-size:15px; }
  .brand strong { max-width:138px; font-size:14px; line-height:1.08; }
  .top-actions { gap:5px; }
  .collection-button,.sound-button,.back-button { min-height:43px; border-radius:13px; }
  .collection-button { padding:5px 8px; }
  .collection-button > span:first-child { display:none; }
  .collection-button strong { font-size:9px; }
  .collection-button small { font-size:7px; }
  .sound-button,.back-button { width:43px; }
  .hero { min-height:655px; padding:28px 20px; border-radius:30px; }
  .hero h1 { font-size:38px; }
  .hero-copy > p:not(.eyebrow) { font-size:14px; }
  .hero-sheet { padding:27px 16px; border-width:6px; }
  .hero-picture { font-size:48px; }
  .hero-wrong i,.hero-right i { padding:10px 7px 12px; font-size:11px; }
  .section-heading { align-items:flex-end; }
  .section-heading h2 { font-size:31px; }
  .section-heading > p { max-width:125px; font-size:9px; }
  .how-section,.levels-section,.album-section { margin-top:38px; }
  .album-section { padding:18px 13px; border-radius:28px; }
  .album-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; }
  .album-card { min-height:151px; padding-inline:7px; }
  .album-card h4 { font-size:10px; }
  .game-shell { padding:14px; border-radius:29px; }
  .game-heading { padding:0 2px 12px; }
  .game-heading h1 { font-size:31px; }
  .round-badge { flex-basis:65px; width:65px; height:65px; border-width:7px; }
  .round-badge b { font-size:23px; }
  .progress-row { padding:10px; }
  .progress-row > div { gap:4px; }
  .progress-row span { font-size:8px; }
  .work-board { padding:13px; border-radius:24px; }
  .picture-panel { grid-template-columns:100px 1fr; }
  .picture-frame { min-height:120px; }
  .picture-frame span { font-size:60px; }
  .picture-panel h2 { font-size:16px; }
  .panel-heading { align-items:flex-end; }
  .panel-heading h2 { font-size:20px; }
  .tools { gap:5px; }
  .tools button { min-height:40px; padding:0 7px; font-size:8px; }
  .sequence-track,.sequence-track.count-3,.sequence-track.count-4,.sequence-track.count-5,.sequence-track.count-6,.sequence-track.count-7 { grid-template-columns:repeat(2,minmax(0,1fr)); gap:6px; padding:9px; }
  .word-place,.word-tile { min-height:78px; }
  .word-tile { padding:14px 4px 5px; border-radius:15px 9px 15px 9px; }
  .word-tile strong { font-size:17px; }
  .word-tile small { font-size:6px; }
  .position-number { width:19px; height:19px; top:4px; left:4px; font-size:8px; }
  .swap-guide { gap:7px; font-size:7px; }
  .reading-strip { padding:9px 10px; }
  .reading-strip p { font-size:9px; }
  .feedback { flex-wrap:wrap; gap:10px; padding:12px; }
  .feedback p { width:calc(100% - 55px); }
  .feedback .compact { width:100%; }
  .result-card { min-height:610px; padding:52px 18px; border-radius:30px; }
  .result-card h1 { font-size:39px; }
  .result-stats { grid-template-columns:repeat(2,1fr); gap:7px; }
  .result-actions { flex-direction:column-reverse; }
  .result-actions button { width:100%; }
}
@media(prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
