*,*:before,*:after{box-sizing:border-box}:root{--bg: #f4f1eb;--surface: #fffef9;--ink: #1a1a18;--muted: #5c5a54;--accent: #c45c26;--accent-soft: #f0ddd0;--grid-line: #2a2926;--clue-bg: #1a1a18;--clue-ink: #f5f5f0;--highlight: #fff3c4;--correct: #d4edda;--wrong: #fde8e8;--radius: 10px;--shadow: 0 4px 24px rgba(26, 26, 24, .08)}html,body,#root{min-height:100%}body{margin:0;font-family:DM Sans,system-ui,sans-serif;font-size:15px;line-height:1.45;color:var(--ink);background:var(--bg);background-image:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(196,92,38,.12),transparent),linear-gradient(180deg,var(--bg) 0%,#ebe6dc 100%)}.app{max-width:1280px;margin:0 auto;padding:1.25rem 1.5rem 2.5rem}.home__header{margin-bottom:2rem;text-align:center}.home__header-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:.5rem}.language-switcher{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--muted)}.language-switcher__select{font:inherit;padding:.35rem .5rem;border:1px solid #d8d4cb;border-radius:6px;background:var(--surface);color:var(--ink)}.home__header h1{margin:0;font-size:2.25rem;font-weight:700;letter-spacing:-.03em}.home__lead{margin:.5rem 0 0;font-size:1rem;color:var(--muted)}.game-index{max-width:960px;margin:0 auto;padding:1.5rem 1rem 2rem}.game-index__header{margin-bottom:1.5rem}.game-index__back{margin-bottom:.75rem}.game-index__header h1{margin:0 0 .35rem;font-size:clamp(1.5rem,4vw,2rem)}.game-index__lead{margin:0;color:var(--muted)}.game-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.game-list__card{display:block;width:100%;padding:1rem 1.1rem;text-align:left;font:inherit;color:inherit;background:var(--surface);border:1px solid #e0dcd3;border-radius:var(--radius);box-shadow:var(--shadow);cursor:pointer;transition:border-color .15s,transform .15s,box-shadow .15s}.game-list__card:hover{border-color:var(--accent);transform:translateY(-1px);box-shadow:0 6px 20px #1a1a1814}.game-list__id{margin:0 0 .4rem;font-family:JetBrains Mono,monospace;font-size:.72rem;font-weight:600;color:var(--accent);word-break:break-all;line-height:1.35}.game-list__title{margin:0 0 .35rem;font-size:1rem;font-weight:700;line-height:1.3}.game-list__meta{margin:0;font-size:.8125rem;color:var(--muted)}.quiz-type-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;max-width:720px;margin:0 auto}.quiz-type-card{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding:1.25rem 1.35rem;font:inherit;text-align:left;border:1px solid rgba(26,26,24,.12);border-radius:var(--radius);background:var(--surface);color:var(--ink);cursor:pointer;box-shadow:var(--shadow);transition:border-color .15s,background .15s,transform .15s}.quiz-type-card:hover:not(:disabled){border-color:var(--accent);background:var(--accent-soft);transform:translateY(-1px)}.quiz-type-card--disabled{opacity:.65;cursor:not-allowed}.quiz-type-card__title{margin:0;font-size:1.125rem;font-weight:700;line-height:1.3}.quiz-type-card__description{margin:0;font-size:.875rem;line-height:1.45;color:var(--muted)}.quiz-type-card__badge{margin-top:.25rem;padding:.2rem .5rem;border-radius:999px;background:#1a1a1814;font-size:.75rem;font-weight:600;color:var(--muted)}.quiz-empty{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:2rem 1.5rem;text-align:center}.quiz-empty__text{margin:0;max-width:36rem;margin-inline:auto;color:var(--muted);line-height:1.5}.quiz-empty__text code{font-family:JetBrains Mono,monospace;font-size:.8125rem;color:var(--ink)}.header__back{margin-bottom:.5rem;padding:.35rem .65rem;font-size:.8125rem}.header{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem 1.5rem;margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(26,26,24,.1)}.header h1{margin:0;font-size:1.75rem;font-weight:700;letter-spacing:-.02em}.header__meta{margin:.2rem 0 0;font-size:.875rem;color:var(--muted)}.header__source{opacity:.85}.header__stats{display:flex;gap:1.25rem;margin-left:auto}.stat{font-size:.875rem;color:var(--muted)}.stat strong{display:block;font-size:1.25rem;color:var(--accent);font-weight:700}.header__actions{display:flex;flex-wrap:wrap;gap:.5rem;width:100%}@media(min-width:720px){.header__actions{width:auto;margin-left:auto}}.puzzle-picker{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.puzzle-picker__btn{flex:1 1 220px;display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.65rem .9rem;font:inherit;text-align:left;border:1px solid rgba(26,26,24,.12);border-radius:var(--radius);background:var(--surface);color:var(--ink);cursor:pointer;box-shadow:var(--shadow);transition:border-color .15s,background .15s}.puzzle-picker__btn:hover{border-color:var(--accent-soft)}.puzzle-picker__btn--active{border-color:var(--accent);background:var(--accent-soft)}.puzzle-picker__title{font-size:.875rem;font-weight:600;line-height:1.3}.puzzle-picker__meta{font-size:.75rem;color:var(--muted)}.btn{font:inherit;font-size:.875rem;font-weight:600;padding:.5rem 1rem;border-radius:8px;border:1px solid transparent;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover{background:#a84d1f}.btn--ghost{background:var(--surface);border-color:#1a1a1826;color:var(--ink)}.btn--ghost:hover{background:var(--accent-soft);border-color:var(--accent)}.main{display:block}.grid-section{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:1rem;overflow:auto}.grid-wrap{display:grid;gap:1px;width:min(100%,720px);margin:0 auto;background:var(--grid-line);border:1px solid var(--grid-line);border-radius:4px;position:relative;overflow:visible;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.grid-wrap--crossword{--crossword-cell-min: 60px;width:100%;max-width:100%;min-width:calc(var(--crossword-cols) * var(--crossword-cell-min) + (var(--crossword-cols) - 1) * 1px)}.grid-wrap .cell{min-width:0;min-height:0}.grid-wrap--crossword .cell{aspect-ratio:1}.grid-wrap--crossword .cell--clue{container-type:size}.grid-wrap--crossword .cell__clue{font-size:max(.62rem,calc(.62rem + (100cqmin - var(--crossword-cell-min)) * .2))}.grid-wrap--crossword .cell__arrow--outside{font-size:max(.84rem,calc(.84rem + (100cqmin - var(--crossword-cell-min)) * .22))}.grid-wrap--with-content .cell--clue,.grid-wrap--with-content .cell--letter{position:relative}.grid-content-image{width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;pointer-events:none;border-radius:2px}.cell--content-area{background:transparent;z-index:0}.cell{position:relative;z-index:0}.cell--letter{background:var(--surface);z-index:1}.cell--void{background:var(--grid-line)}.cell--clue{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;padding:0;background:var(--clue-bg);color:var(--clue-ink);overflow:visible;z-index:2}.cell--clue.cell--active{outline:2px solid var(--accent);outline-offset:-2px;z-index:4}.cell--clue:has(.cell__arrow--outside){z-index:3}.cell__clue-wrap{position:relative;flex:1 1 auto;min-height:0;min-width:0;width:100%}.cell__clue{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;width:100%;height:100%;min-height:0;min-width:0;margin:0;padding:1px 2px;border:none;border-radius:1px;background:transparent;color:inherit;font-family:inherit;font-size:clamp(.32rem,1.35vw,.52rem);line-height:1.15;text-align:center;cursor:pointer;transition:background .12s}.cell__clue:hover{background:#ffffff14}.cell__clue--active,.cell__clue--active:hover{background:var(--accent);color:#fff}.cell__arrow--outside{position:absolute;z-index:1;pointer-events:none;color:var(--ink);line-height:1;font-size:clamp(.45rem,2vw,.7rem)}.cell__clue-wrap--arrow-right .cell__arrow--outside{left:100%;top:0;bottom:0;display:flex;align-items:center;margin-left:2px}.cell__clue-wrap--arrow-left .cell__arrow--outside{right:100%;top:0;bottom:0;display:flex;align-items:center;margin-right:2px}.cell__clue-wrap--arrow-bottom .cell__arrow--outside{top:100%;left:0;right:0;display:flex;justify-content:center;margin-top:2px}.cell__clue-wrap--arrow-top .cell__arrow--outside{bottom:100%;left:0;right:0;display:flex;justify-content:center;margin-bottom:2px}.cell__clue--fallback{cursor:default;padding:1px 2px;min-height:.75em}.cell__clue-wrap--fallback{flex:1 1 auto}.cell__arrow{flex-shrink:0;font-family:JetBrains Mono,system-ui,sans-serif;font-size:1.15em;font-weight:700;line-height:1;opacity:.95}.cell__arrow--mirrored{display:inline-block;transform:scaleX(-1)}.cell__text{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-width:0;overflow:hidden;text-align:center}.cell__line{display:block;width:100%;text-align:center;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.cell--letter.cell--active{background:var(--highlight)}.cell--letter.cell--correct{background:var(--correct)}.cell--letter.cell--wrong{background:var(--wrong)}.cell--letter.cell--has-solution-marker.cell--active{background:var(--highlight)}.cell--letter.cell--has-solution-marker .cell__input{padding-top:.55em}.cell__solution-marker{position:absolute;top:2px;left:2px;z-index:2;width:clamp(14px,42%,20px);height:clamp(14px,42%,20px);border:1.5px solid var(--accent);border-radius:50%;background:var(--surface);color:var(--accent);font-family:JetBrains Mono,monospace;font-size:clamp(.45rem,2.8cqi,.62rem);font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;pointer-events:none}.cell__input{width:100%;height:100%;border:none;margin:0;padding:0;text-align:center;font-family:JetBrains Mono,monospace;font-weight:600;font-size:clamp(.65rem,3.5vw,1rem);text-transform:uppercase;background:transparent;color:var(--ink);outline:none}.cell__input:focus{background:#c45c2614}.solution-word{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--grid-line)}.solution-word__title{margin:0 0 .75rem;font-size:.85rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.solution-word__slots{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:4px;max-width:min(100%,720px);margin:0 auto}.solution-word__space{width:.75rem;flex:0 0 .75rem}.solution-word__cell{width:clamp(1.75rem,6vw,2.25rem);height:clamp(1.75rem,6vw,2.25rem);border:1px solid var(--grid-line);border-radius:3px;padding:0;text-align:center;font-family:JetBrains Mono,monospace;font-weight:600;font-size:clamp(.75rem,3.5vw,1rem);text-transform:uppercase;background:var(--surface);color:var(--ink);outline:none}.solution-word__cell:focus{border-color:var(--accent);box-shadow:0 0 0 2px #c45c2626}.solution-word__cell--readonly{display:inline-flex;align-items:center;justify-content:center;cursor:default}.solution-word__cell--correct{background:var(--correct)}.solution-word__cell--wrong{background:var(--wrong)}.grid-section--sudoku{display:flex;justify-content:center}.sudoku-grid{display:grid;width:min(100%,420px);margin:0 auto;border:3px solid var(--grid-line);border-radius:4px;overflow:hidden;touch-action:manipulation}.sudoku-cell{position:relative;display:flex;align-items:center;justify-content:center;background:var(--surface);min-width:0;min-height:0;aspect-ratio:1;border-right:1px solid var(--grid-line);border-bottom:1px solid var(--grid-line);cursor:pointer;-webkit-tap-highlight-color:transparent}.sudoku-cell--thick-right{border-right-width:3px}.sudoku-cell--thick-bottom{border-bottom-width:3px}.sudoku-cell--edge-right{border-right:none}.sudoku-cell--edge-bottom{border-bottom:none}.sudoku-cell--given{background:#ece8e0}.sudoku-cell--related{background:#f7f4ee}.sudoku-cell--active{background:var(--highlight);outline:2px solid var(--accent);outline-offset:-2px;z-index:1}.sudoku-cell--conflict:not(.sudoku-cell--given){background:var(--wrong)}.sudoku-cell__value{font-family:JetBrains Mono,monospace;font-weight:700;font-size:clamp(1rem,4.5vw,1.35rem);color:var(--ink)}.sudoku-cell--given .sudoku-cell__value{color:#1a1a18}.sudoku-cell__input{width:100%;height:100%;border:none;margin:0;padding:0;text-align:center;font-family:JetBrains Mono,monospace;font-weight:600;font-size:clamp(1rem,4.5vw,1.35rem);background:transparent;color:var(--accent);outline:none}.sudoku-cell__input:focus{background:transparent}.wordsearch-main{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem}@media(min-width:900px){.wordsearch-main{grid-template-columns:minmax(0,1fr) 220px;align-items:start}}.grid-section--wordsearch{display:flex;justify-content:center}.wordsearch-grid{display:grid;gap:1px;width:min(100%,640px);margin:0 auto;background:var(--grid-line);border:1px solid var(--grid-line);border-radius:4px;touch-action:none;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}.wordsearch-cell{display:flex;align-items:center;justify-content:center;min-width:0;min-height:0;aspect-ratio:1;margin:0;padding:0;border:none;background:var(--surface);cursor:pointer;touch-action:none;-webkit-tap-highlight-color:transparent}.wordsearch-cell__letter{font-family:JetBrains Mono,monospace;font-weight:700;font-size:clamp(.7rem,2.8vw,1rem);color:var(--ink)}.wordsearch-cell--selected{background:var(--highlight)}.wordsearch-cell--found{background:var(--correct)}.wordsearch-cell--active-word{outline:2px solid var(--accent);outline-offset:-2px;z-index:1}.wordsearch-words{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:1rem}.wordsearch-words__title{margin:0 0 .75rem;font-size:1rem;font-weight:700}.wordsearch-words__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(7rem,1fr));gap:.35rem}@media(min-width:900px){.wordsearch-words__list{grid-template-columns:1fr}}.wordsearch-words__item{width:100%;padding:.45rem .6rem;font:inherit;font-family:JetBrains Mono,monospace;font-size:.8125rem;font-weight:600;text-align:left;border:1px solid rgba(26,26,24,.1);border-radius:6px;background:var(--bg);color:var(--ink);cursor:pointer}.wordsearch-words__item:hover{border-color:var(--accent-soft);background:var(--accent-soft)}.wordsearch-words__item--active{border-color:var(--accent);background:var(--accent-soft)}.wordsearch-words__item--found{color:var(--muted);text-decoration:line-through;background:#d4edda8c}.gridpuzzle-main{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem}@media(min-width:900px){.gridpuzzle-main{grid-template-columns:minmax(0,1fr) 240px;align-items:start}}.grid-section--gridpuzzle{display:flex;justify-content:center;overflow:visible}.gridpuzzle-grid-shell{width:min(100%,720px);margin:0 auto;overflow:visible}.gridpuzzle-grid-shell--pad-left{padding-left:1.15em}.gridpuzzle-grid-shell--pad-top{padding-top:1.15em}.gridpuzzle-grid-shell--pad-right{padding-right:1.15em}.gridpuzzle-grid-shell--pad-bottom{padding-bottom:1.15em}.grid-wrap--gridpuzzle{width:100%;overflow:visible}.grid-wrap--gridpuzzle .cell--letter,.grid-wrap--gridpuzzle .cell--void{position:relative;overflow:visible}.grid-wrap--gridpuzzle .cell--letter,.cell--void-labeled{display:flex;align-items:center;justify-content:center}.cell__void-length{font-family:JetBrains Mono,monospace;font-size:clamp(.65rem,2.8vw,1.1rem);font-weight:700;line-height:1;color:#f5f5f0;text-align:center}.cell--has-outside-length .cell__input,.cell--has-outside-length .cell__given{position:relative;z-index:1}.cell__outside-length{position:absolute;z-index:2;font-family:JetBrains Mono,monospace;font-size:clamp(.65rem,2.8vw,1.1rem);font-weight:700;line-height:1;color:var(--muted);pointer-events:none;white-space:nowrap}.cell__outside-length--left{right:100%;top:50%;transform:translateY(-50%);margin-right:2px}.cell__outside-length--right{left:100%;top:50%;transform:translateY(-50%);margin-left:2px}.cell__outside-length--top{bottom:100%;left:50%;transform:translate(-50%);margin-bottom:2px}.cell__outside-length--bottom{top:100%;left:50%;transform:translate(-50%);margin-top:2px}.cell--given{background:#ece8e0;cursor:pointer}.cell__given{font-family:JetBrains Mono,monospace;font-weight:700;font-size:clamp(.65rem,3.5vw,1rem);color:var(--ink);text-align:center;line-height:1}.gridpuzzle-words{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:1rem;max-height:70vh;overflow:auto}.gridpuzzle-words__title{margin:0 0 .75rem;font-size:1rem;font-weight:700}.gridpuzzle-words__group+.gridpuzzle-words__group{margin-top:1rem}.gridpuzzle-words__group-title{margin:0 0 .4rem;font-size:.8125rem;font-weight:700;color:var(--muted)}.gridpuzzle-words__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(6.5rem,1fr));gap:.35rem}@media(min-width:900px){.gridpuzzle-words__list{grid-template-columns:1fr}}.gridpuzzle-words__item{width:100%;padding:.45rem .6rem;font:inherit;font-family:JetBrains Mono,monospace;font-size:.8125rem;font-weight:600;text-align:left;border:1px solid rgba(26,26,24,.1);border-radius:6px;background:var(--bg);color:var(--ink);cursor:pointer}.gridpuzzle-words__item:hover{border-color:var(--accent-soft);background:var(--accent-soft)}.gridpuzzle-words__item--active,.gridpuzzle-words__item--active:hover{border-color:#1a1a181a;background:var(--bg);color:var(--ink)}.gridpuzzle-words__item--found{color:var(--muted);text-decoration:line-through;background:#d4edda8c}
