:root{color-scheme:light;font-family:"Noto Serif SC","Source Han Serif SC",Microsoft YaHei,serif;--paper: #f6ecdc;--paper-strong: #fffaf0;--ink: #3f1916;--ink-soft: rgba(63, 25, 22, .72);--line: rgba(94, 50, 38, .24);--coral: #d95b52;--coral-dark: #a83b35;--teal: #2f8f96;--cyan: #d9f3f3;--pink: #f6d2d2;--gold: #bd8a43;--shadow: 0 16px 34px rgba(63, 25, 22, .12)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;color:var(--ink);background:linear-gradient(95deg,#f6d2d2ad,#fffaf0d1 46%,#d9f3f3b8),url(/assets/game-ui/lobby-bg.png) center / cover fixed}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.52}.app-shell{min-height:100vh;display:grid;grid-template-columns:248px minmax(0,1fr);gap:18px;padding:18px}.top-strip,.panel{border:1px solid var(--line);background:#fffaf0d1;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.brand{display:flex;align-items:center;gap:12px}.brand strong{display:block;font-size:22px;line-height:1.1}.brand small{color:var(--ink-soft)}.brand__seal{display:grid;width:48px;height:48px;place-items:center;border:3px solid var(--coral-dark);color:var(--coral-dark);font-size:30px;font-weight:800}.level-tabs button,.toolbar button{border:1px solid transparent;color:var(--ink);background:#ffffff57;border-radius:6px}.level-tabs button.is-active,.toolbar button.is-active{border-color:#d95b528c;background:#d95b5221}.main-surface{min-width:0;display:grid;align-content:start;gap:16px}.top-strip{position:sticky;top:18px;z-index:5;display:grid;grid-template-columns:repeat(3,max-content) minmax(0,1fr);gap:12px;align-items:center;padding:10px 14px;border-radius:8px}.top-strip span,.top-strip button{font-size:13px}.top-strip strong{font-size:20px}.panel{border-radius:8px;padding:18px}.panel__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.panel h2{margin:0;letter-spacing:0}.panel h2{font-size:22px}.game-stack{display:grid;gap:16px}.hint-list span,.success-banner,.status-line{border:1px solid var(--line);background:#ffffff75;border-radius:6px}.two-column,.challenge-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.75fr);gap:16px}.challenge-layout{grid-template-columns:minmax(240px,.8fr) minmax(0,1.45fr) minmax(300px,.8fr)}.challenge-layout .panel:last-child{grid-column:1 / -1}.toolbar{display:flex;align-items:center;gap:8px}.toolbar--wrap{flex-wrap:wrap;align-items:flex-start}.toolbar input,.guess-form input{min-height:42px;border:1px solid var(--line);border-radius:6px;padding:8px 12px;color:var(--ink);background:#ffffffa8}.char-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(56px,1fr));gap:8px;margin-top:14px}.char-tile{width:56px;height:64px;display:inline-grid;place-items:center;border:2px solid rgba(84,44,36,.35);border-radius:6px;color:var(--ink);background:linear-gradient(#ffffff85,#ffffff29),var(--paper-strong);box-shadow:3px 4px #3f191614}.char-tile span{font-size:31px;font-weight:800;line-height:1}.char-tile--small{width:42px;height:48px}.char-tile--small span{font-size:23px}.char-tile.is-selected{border-color:var(--coral);background:#d95b522e}.char-tile.is-muted{filter:grayscale(1)}.detail-card{display:grid;gap:16px}.detail-char{display:grid;width:124px;height:142px;place-items:center;border:4px solid var(--coral-dark);background:#ffffff8f;font-size:82px;font-weight:900}dl{display:grid;grid-template-columns:72px minmax(0,1fr);gap:8px 12px;margin:0}dt{color:var(--ink-soft)}dd{margin:0}.relation-list,.history-list,.event-log,.guess-history,.option-list,.completion-card{display:grid;gap:8px}.relation-list span,.history-list span,.event-log div,.guess-history__row,.option-list button,.completion-card,.data-grid span{border:1px solid var(--line);border-radius:6px;padding:10px 12px;background:#ffffff73}.decode-board,.decode-result,.guess-form,.challenge-actions,.craft-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.decode-slot{min-width:110px;min-height:76px;border:2px dashed rgba(63,25,22,.35);border-radius:8px;color:var(--ink);background:#ffffff6b;font-size:34px;font-weight:800}.decode-plus{font-size:32px;font-weight:800}.decode-result{margin:14px 0}.ink-button{min-height:40px;border:1px solid rgba(63,25,22,.24);border-radius:6px;padding:9px 14px;font-weight:800;color:var(--paper-strong);background:linear-gradient(#d9655c,#b94741);box-shadow:0 4px #5d231e38}.ink-button--secondary{color:var(--ink);background:linear-gradient(#f7eee1,#dfcbaa)}.ink-button--ghost{color:var(--ink);background:#ffffff61}.ink-button--danger{background:linear-gradient(#80423e,#5b2824)}.status-line{padding:10px 12px;line-height:1.6}.wordsea-hud{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:12px}.hud-actions{margin-left:auto;display:flex;gap:8px;flex-wrap:wrap}.wordsea-field{position:relative;min-height:440px;overflow:hidden;border:1px solid rgba(47,143,150,.22);border-radius:8px;background:radial-gradient(circle at 25% 20%,rgba(217,91,82,.16),transparent 28%),radial-gradient(circle at 75% 45%,rgba(47,143,150,.18),transparent 32%),#e7f8f88f}.floating-piece{position:absolute;animation:float-piece 9s ease-in-out infinite alternate}@keyframes float-piece{0%{transform:translate(-6px,-4px) rotate(-3deg)}to{transform:translate(7px,8px) rotate(3deg)}}.settle-grid,.data-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;margin-bottom:14px}.settle-grid span,.data-grid span{display:grid;gap:4px}.data-grid strong{font-size:28px}.reward-candidates,.resource-strip{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.stars{color:var(--gold);font-weight:900;white-space:nowrap}.guess-form input{width:110px;height:70px;text-align:center;font-size:42px;font-weight:900}.guess-history__row{display:grid;grid-template-columns:48px 1fr 64px;align-items:center}.home-play-grid{grid-template-columns:repeat(2,minmax(112px,1fr));gap:clamp(10px,1.4vw,18px)}.wordsea-sea-select{position:relative;display:grid;grid-template-rows:auto minmax(0,1fr);gap:clamp(14px,2vw,22px);width:min(1180px,calc(100vw - 72px));height:min(720px,calc(100vh - 150px));margin:0 auto;padding:clamp(18px,2.6vw,30px);border:2px solid rgba(94,57,35,.28);border-radius:8px;background:linear-gradient(180deg,#fff9e5e0,#f4e5c4bd),var(--sketch-grain);box-shadow:0 20px 42px #4b2a1829}.wordsea-select-head{display:flex;align-items:end;justify-content:space-between;gap:18px;padding-left:clamp(58px,6vw,88px)}.wordsea-stage{overflow:hidden;isolation:isolate}.wordsea-stage:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,#fffbeecc,#efe4cd94);pointer-events:none}.wordsea-title-stack__name{appearance:none;border:0;padding:0;color:inherit;background:transparent;font:inherit;letter-spacing:inherit;text-align:left;cursor:pointer}.wordsea-title-stack__name:disabled{cursor:default}.wordsea-field{margin-top:12px;min-height:430px;border-color:#4c746e3d;background:radial-gradient(circle at 50% 58%,rgba(189,224,218,.34),transparent 43%),linear-gradient(180deg,#fffdf16b,#cee6db33)}.floating-piece--hint-primary .character-tile,.floating-piece--hint-secondary .character-tile{animation:wordsea-soft-hint 1.35s ease-in-out infinite alternate;box-shadow:0 0 0 3px #ffe484b8,0 0 22px #ffce5466,0 12px 22px #4a2b1629}.floating-piece--hint-primary:before,.floating-piece--hint-secondary:before{content:"";position:absolute;inset:-9px;border:2px solid rgba(255,221,112,.78);border-radius:20px;background:radial-gradient(circle,rgba(255,233,150,.22),transparent 68%);pointer-events:none}.floating-piece--hint-secondary:before{border-color:#68c6b4c2;background:radial-gradient(circle,rgba(125,215,198,.22),transparent 68%)}.floating-piece--hint-secondary .character-tile{box-shadow:0 0 0 3px #75cdbcb8,0 0 24px #63bcad6b,0 12px 22px #22555029}.module-scene--wordsea .wordsea-hint-callout{position:absolute;z-index:8;width:max-content;max-width:92px;padding:3px 7px 4px;border-radius:999px;color:#fff7d9;background:#412414ad;box-shadow:0 2px 9px #2c190e33,0 0 0 1px #ffeead33;font-size:13px;font-weight:900;line-height:1.1;text-shadow:0 1px 2px rgba(31,15,7,.62);white-space:nowrap;pointer-events:none}.module-scene--wordsea .wordsea-hint-callout--right{left:calc(100% + 9px);top:50%;transform:translateY(-50%)}.module-scene--wordsea .wordsea-hint-callout--left{right:calc(100% + 9px);top:50%;transform:translateY(-50%)}.module-scene--wordsea .wordsea-hint-callout--top{left:50%;bottom:calc(100% + 9px);transform:translate(-50%)}.module-scene--wordsea .wordsea-hint-callout--bottom{left:50%;top:calc(100% + 9px);transform:translate(-50%)}@keyframes wordsea-soft-hint{0%{filter:brightness(1)}to{filter:brightness(1.08)}}@media(prefers-reduced-motion:reduce){.floating-piece--hint-primary .character-tile,.floating-piece--hint-secondary .character-tile{animation:none}}@media(max-width:760px){.module-scene--wordsea .wordsea-hint-callout{max-width:78px;padding:2px 6px 3px;font-size:11px}}@media(max-width:980px){.home-play-grid{grid-template-columns:repeat(2,minmax(104px,1fr))}.wordsea-sea-select{width:min(720px,calc(100vw - 36px));height:min(760px,calc(100vh - 126px))}.wordsea-sea-grid{grid-template-columns:repeat(2,minmax(0,1fr));overflow:auto;padding-right:4px}.wordsea-sea-card__body{min-height:244px}}@media(max-width:760px){.home-play-grid{grid-template-columns:1fr}.charbook-bookmark span{font-size:13px}.wordsea-sea-select{width:calc(100vw - 20px);height:calc(100vh - 112px);padding:14px}.wordsea-select-head{display:grid;gap:4px;padding-left:78px}.wordsea-select-head p{max-width:none}.wordsea-sea-grid{grid-template-columns:1fr}.wordsea-sea-card__body{min-height:210px}.wordsea-field{min-height:390px}.wordsea-title-stack{min-width:0}.wordsea-title-stack h2{font-size:22px}}.scene-map.home-play-grid{position:relative;z-index:2;width:min(1060px,calc(100% - clamp(110px,13vw,170px)));height:100%;min-height:0;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:clamp(14px,2.2vw,30px);align-items:center;justify-items:center;padding:clamp(24px,4vh,48px) clamp(8px,2vw,30px) clamp(20px,3vh,38px);transform:none;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.scene-hotspot.home-play-card{width:min(100%,390px);height:min(100%,245px);min-height:176px;grid-template-rows:minmax(0,1fr) auto}.home-play-card.is-closed{cursor:not-allowed;filter:saturate(.62);opacity:.78}.home-play-card.is-closed:before{border-color:#4a171357}.home-play-card .scene-label em{display:block;margin-top:3px;font-style:normal;font-size:clamp(13px,1.05vw,15px);color:#7d4930}.module-scene--wordsea .rule-lantern,.wordsea-hud,.wordsea-difficulty-tabs,.wordsea-stage .status-line,.wordsea-mechanic-pill,.wordsea-mechanic-button,.wordsea-modal{background-color:#fff8e294;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.module-scene--wordsea .wordsea-stage:before{opacity:.1}.wordsea-difficulty-tabs{position:relative;z-index:3;display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:0 0 10px;padding:8px;border:1px solid rgba(84,50,30,.2);border-radius:8px;width:fit-content;max-width:100%}.wordsea-difficulty-tabs button{border:1px solid rgba(86,48,27,.24);border-radius:999px;padding:6px 12px;color:#442414;background:#fffbedb8;font-weight:800;cursor:pointer}.wordsea-difficulty-tabs button.is-active{color:#fff9df;background:linear-gradient(180deg,#814023f0,#5d2d19eb)}.wordsea-difficulty-tabs button:disabled{cursor:default;opacity:.82}.wordsea-sea-card__difficulty{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}.wordsea-sea-card__difficulty span{border-radius:999px;padding:2px 6px;color:#442414d1;background:#fff9e294;font-size:11px;font-weight:800}.module-scene--wordsea .wordsea-field{background:linear-gradient(180deg,#fffceb14,#4e8e961a),#e7f8f82e}.wordsea-field.is-veiled .floating-piece{opacity:0;pointer-events:none}.wordsea-tide-veil{position:absolute;inset:0;z-index:5;display:grid;place-items:center;overflow:hidden;pointer-events:auto;background:radial-gradient(ellipse at 50% 18%,rgba(255,252,232,.92),rgba(228,242,231,.72) 32%,transparent 58%),repeating-linear-gradient(174deg,#5087943d 0 3px,#ffffff14 3px 12px),linear-gradient(180deg,#2a5d7175,#e7ecd285);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.wordsea-tide-veil:before{content:"";position:absolute;inset:-30% -10%;background:radial-gradient(ellipse at 20% 45%,rgba(255,255,255,.58),transparent 22%),radial-gradient(ellipse at 70% 55%,rgba(255,255,255,.42),transparent 26%);animation:wordsea-tide-drift 4.8s ease-in-out infinite alternate}.wordsea-field.is-revealing .wordsea-tide-veil{animation:wordsea-veil-reveal .62s ease-out forwards}.wordsea-tide-veil span{position:relative;z-index:1;border:1px solid rgba(80,48,29,.24);border-radius:999px;padding:9px 18px;color:#3d2518;background:#fffae8a8;font-weight:900;letter-spacing:0;box-shadow:0 10px 26px #392d1e1f}.wordsea-feedback-pop{position:absolute;top:clamp(92px,15vh,136px);right:clamp(18px,5vw,70px);z-index:6;pointer-events:none;max-width:min(280px,42vw);padding:9px 18px 11px;border:2px solid rgba(95,47,22,.24);border-radius:999px;color:#4b2413;background:radial-gradient(circle at 20% 30%,rgba(255,255,255,.82),transparent 30%),linear-gradient(180deg,#fff5b0db,#ffdd76b8);box-shadow:0 12px 26px #502a152e;font-size:clamp(18px,2.4vw,30px);font-weight:900;white-space:nowrap;animation:wordsea-feedback-rise 1.1s ease-out forwards}.wordsea-feedback-pop--fail{color:#5a3324;background:linear-gradient(180deg,#fff9e7db,#dfeedcc2);font-size:clamp(15px,1.8vw,22px)}.wordsea-intro{width:min(560px,calc(100vw - 36px))}.wordsea-intro-kicker{display:inline-grid;width:fit-content;border-radius:999px;padding:4px 10px;color:#70401f;background:#ffeebcad;font-weight:900}.wordsea-intro-list{display:grid;gap:10px;margin:12px 0 0}.wordsea-intro-list div{display:grid;grid-template-columns:72px minmax(0,1fr);gap:10px;align-items:start}.wordsea-intro-list dt{color:#442414ad;font-weight:900}.wordsea-intro-list dd{margin:0;color:#3e2416;font-weight:800;line-height:1.55}@keyframes wordsea-tide-drift{0%{transform:translate3d(-2%,-1%,0) rotate(-1deg)}to{transform:translate3d(2%,1%,0) rotate(1deg)}}@keyframes wordsea-veil-reveal{0%{opacity:1;clip-path:inset(0 0 0 0)}to{opacity:0;clip-path:inset(0 0 100% 0)}}@keyframes wordsea-feedback-rise{0%{opacity:0;transform:translateY(10px) scale(.92) rotate(-2deg)}16%{opacity:1;transform:translateY(0) scale(1.04) rotate(1deg)}74%{opacity:1;transform:translateY(-6px) scale(1) rotate(0)}to{opacity:0;transform:translateY(-16px) scale(.98) rotate(0)}}@media(max-width:980px){.scene-map.home-play-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.scene-map.home-play-grid{width:min(100%,calc(100% - 86px));grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:24px 4px 20px}.scene-hotspot.home-play-card{min-height:154px;padding:14px 12px 18px}.wordsea-feedback-pop{top:104px;right:12px;max-width:46vw}.wordsea-intro-list div{grid-template-columns:60px minmax(0,1fr)}}.guess-history__row strong{font-size:30px}.guess-history__row em{justify-self:end;font-style:normal;font-size:22px;font-weight:900;color:var(--teal)}.guess-history__row.is-best{border-color:#d95b528c}.level-tabs{display:grid;gap:8px}.level-tabs button{display:grid;gap:4px;padding:12px;text-align:left}.level-source{display:grid;gap:8px;margin-top:14px;color:var(--ink-soft)}.level-source strong{color:var(--ink);font-size:20px}.text-grid{display:flex;flex-wrap:wrap;gap:6px;align-content:flex-start}.target-cell{position:relative;width:42px;height:50px;border:1px solid rgba(63,25,22,.25);border-radius:5px;color:#3f191657;background:#ffffff5c;font-size:25px;font-weight:900}.target-cell.is-filled{color:var(--ink);border-color:#2f8f9680;background:#2f8f9621}.target-cell small{position:absolute;right:2px;bottom:0;color:var(--coral-dark);font-size:11px}.option-list button{display:grid;gap:4px;width:100%;text-align:left;color:var(--ink)}.option-list em{color:var(--coral-dark);font-style:normal}.resource-strip span{position:relative;display:inline-flex}.resource-strip em{position:absolute;right:-4px;bottom:-4px;display:grid;min-width:20px;height:20px;place-items:center;border-radius:999px;color:#fff;background:var(--teal);font-style:normal;font-size:12px;font-weight:800}.puzzle-map{display:grid;gap:8px;margin:14px 0}.map-cell{min-height:70px;border:2px solid rgba(63,25,22,.2);border-radius:8px;color:var(--ink);background:#ffffff6b;font-size:28px;font-weight:900}.map-cell--墙{background:#5b463c40}.map-cell--火{background:#d95b5233}.map-cell--空{color:#3f191647}.hint-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.hint-list span,.success-banner{padding:8px 10px}.hint-list .is-missing{color:var(--coral-dark)}.success-banner{border-color:#2f8f9673;color:var(--teal);font-weight:900}.event-log div{display:grid;gap:4px}.event-log span{color:var(--ink-soft);font-size:13px}.empty-state,.loading{padding:18px;border:1px dashed var(--line);border-radius:8px;color:var(--ink-soft);background:#ffffff52}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1100px){.app-shell,.top-strip,.two-column,.challenge-layout{grid-template-columns:1fr}}@media(max-width:680px){.app-shell{padding:10px}.top-strip{position:static}.panel{padding:14px}.wordsea-field{min-height:360px}}body{min-height:100vh;background:radial-gradient(circle at 18% 16%,rgba(255,166,150,.42),transparent 24%),radial-gradient(circle at 88% 20%,rgba(80,176,181,.35),transparent 28%),linear-gradient(92deg,#541c171f,#fff9e8a3 40%,#2c848921),url(/assets/game-ui/lobby-bg.png) center / cover fixed}body:before{content:"";position:fixed;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(54,18,15,.2),transparent 18%,transparent 78%,rgba(28,91,95,.16)),radial-gradient(circle at center,transparent 48%,rgba(63,25,22,.18))}.app-shell{grid-template-columns:226px minmax(0,1fr);gap:20px;padding:18px}.brand{position:relative;z-index:1;margin-top:14px;padding:10px 8px 14px;border-bottom:1px solid rgba(91,44,31,.2)}.brand strong{font-size:24px;letter-spacing:0}.brand small{color:#8b5d43;font-weight:700}.brand__seal{width:56px;height:56px;border:4px solid var(--coral-dark);background:#fffaf0c7;box-shadow:4px 4px #3f19161f}.main-surface{gap:18px}.top-strip{position:sticky;top:18px;display:flex;min-height:74px;border:2px solid rgba(91,44,31,.22);border-radius:18px;padding:10px 14px;background:linear-gradient(180deg,#fff9e8f2,#eed6b2c7),#fffaf0e6;box-shadow:inset 0 -7px #5b2c1f0f,0 18px 42px #3f19162e}.hud-token:before{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;color:#fff8e8;background:radial-gradient(circle at 35% 30%,#68bdc0,#2f8f96 62%,#1f5e63);box-shadow:inset 0 0 0 3px #fff3,0 4px 8px #3f19162e;font-weight:900}.hud-token--lingxi:before{content:"灵"}.top-strip span{font-size:13px;color:#7d5139;font-weight:800}.top-strip strong{font-size:22px;color:var(--ink)}.panel{position:relative;overflow:hidden;border:2px solid rgba(91,44,31,.2);border-radius:18px;background:linear-gradient(180deg,#fffaf0e6,#faebd2b8),#fffaf0db;box-shadow:inset 0 0 0 1px #fff6,0 18px 38px #3f191624}.panel:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 8% 0%,rgba(217,91,82,.12),transparent 28%),radial-gradient(circle at 96% 14%,rgba(47,143,150,.1),transparent 24%)}.panel>*{position:relative;z-index:1}.panel__header h2{display:inline-flex;align-items:center;gap:8px;font-size:28px;color:#421411}.panel__header h2:before{content:"";width:8px;height:28px;border-radius:999px;background:linear-gradient(#d95b52,#8b2f2a);box-shadow:0 0 0 4px #d95b521f}.hero-quest{display:inline-grid;grid-template-columns:auto auto auto;align-items:center;gap:12px;padding:10px 14px;border:1px solid rgba(91,44,31,.22);border-radius:999px;background:#fffaf0b8}.hero-quest span{color:var(--coral-dark);font-size:13px;font-weight:900}.hero-quest strong{font-size:17px}.char-tile{border-width:3px;border-color:#5b2c1f52;border-radius:10px;background:linear-gradient(180deg,#ffffffad,#ecd3ac73),var(--paper-strong);box-shadow:5px 6px #3f19161a,inset 0 0 0 4px #ffffff47}.char-tile:hover{transform:translateY(-2px)}.char-tile.is-selected{border-color:var(--coral-dark);background:linear-gradient(180deg,#ffeddce6,#d95b5238)}.detail-char,.decode-slot,.target-cell,.map-cell{box-shadow:inset 0 0 0 4px #ffffff47,5px 6px #3f19161a}.toolbar input,.guess-form input{border-width:2px;border-radius:12px;background:#fffaf0cc}.toolbar button,.level-tabs button,.option-list button,.relation-list span,.history-list span,.event-log div,.guess-history__row,.completion-card,.data-grid span{border-radius:12px;background:#fffaf0a8}.ink-button{border:2px solid rgba(91,44,31,.28);border-radius:999px;padding:10px 18px;letter-spacing:0;box-shadow:0 5px #5d231e38,inset 0 0 0 2px #ffffff29}.status-line,.empty-state,.success-banner{border-radius:14px;background:#fffaf0b8;color:#603329;font-weight:800}.wordsea-field{min-height:470px;border:2px solid rgba(47,143,150,.26);border-radius:22px;background:radial-gradient(circle at 22% 28%,rgba(255,250,240,.85) 0 5%,transparent 6%),radial-gradient(circle at 76% 58%,rgba(255,250,240,.65) 0 4%,transparent 5%),linear-gradient(180deg,#c6f2f3b8,#e2f8f585),url(/assets/game-ui/portal-wordsea.png) center / cover}.wordsea-hud strong{display:inline-flex;min-height:42px;align-items:center;padding:7px 13px;border:1px solid rgba(91,44,31,.18);border-radius:999px;background:#fffaf0c2}.target-cell{width:48px;height:56px;border-width:2px;border-radius:10px;background:#fffaf08f}.target-cell.is-filled{color:#421411;border-color:#2f8f969e;background:linear-gradient(180deg,#defaf5e6,#2f8f9629)}.puzzle-map{padding:14px;border:2px solid rgba(91,44,31,.18);border-radius:18px;background:linear-gradient(180deg,#fffaf08a,#fffaf042),url(/assets/game-ui/lobby-bg.png) center / cover}.map-cell{min-height:82px;border-width:2px;background:#fffaf0b3}.level-tabs button{min-height:74px;border:2px solid rgba(91,44,31,.16);background:linear-gradient(90deg,#fffaf0c7,#ecd3ac59)}.level-source{padding:14px;border:1px solid rgba(91,44,31,.14);border-radius:16px;background:#fffaf080}@media(max-width:1100px){.app-shell{grid-template-columns:1fr}.top-strip{position:static;flex-wrap:wrap}}@media(max-width:680px){.app-shell{padding:10px}.hero-quest{grid-template-columns:1fr;border-radius:16px}}body{overflow-x:hidden;color:var(--ink);background:radial-gradient(circle at 18% 10%,rgba(248,218,154,.28),transparent 30%),radial-gradient(circle at 86% 16%,rgba(75,144,135,.2),transparent 28%),linear-gradient(180deg,#4130242e,#20464333),#d7c7a6}body:before{background:linear-gradient(90deg,rgba(52,35,24,.2),transparent 20%,transparent 80%,rgba(27,72,69,.18)),repeating-linear-gradient(105deg,rgba(255,255,255,.07) 0 1px,transparent 1px 22px)}.app-shell{display:block;min-height:100vh;padding:14px 18px 18px}.main-surface{width:min(1560px,100%);margin:0 auto;display:grid;gap:14px}.top-strip{position:relative;top:auto;z-index:10;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:6px 18px;border:1px solid rgba(78,52,34,.34);border-radius:22px;background:linear-gradient(180deg,#fff3d3eb,#d2a35bad),#eecf91d6;box-shadow:inset 0 0 0 4px #ffffff2e,0 16px 36px #32211838;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.brand--button{display:inline-flex;align-items:center;gap:12px;min-height:58px;padding:5px 18px 5px 6px;border:0;border-radius:999px;text-align:left;color:#351812;background:linear-gradient(90deg,#fffbe7db,#ffeec294);box-shadow:inset 0 0 0 1px #6842252e,0 8px 18px #52311a1f}.brand--button:hover{transform:translateY(-1px);background:linear-gradient(90deg,#fffbe7fa,#ffeec2bd)}.brand__logo{width:58px;height:58px;object-fit:contain;flex:0 0 auto;filter:drop-shadow(0 6px 8px rgba(69,38,23,.22))}.brand strong{display:block;font-size:23px;line-height:1.05;color:#331612}.brand small{display:block;margin-top:4px;color:#4d241bbd;font-weight:800}.hud-token{display:flex;align-items:center;gap:8px;min-width:128px;min-height:52px;padding:4px 18px 4px 6px;border:1px solid rgba(80,123,100,.24);border-radius:999px;color:#351812;background:linear-gradient(180deg,#f8eccae6,#c2975894);box-shadow:inset 0 0 0 2px #ffffff29,0 8px 18px #3d2a1e1f}.hud-token:before{content:none!important}.hud-token img{width:48px;height:48px;object-fit:contain;flex:0 0 auto;filter:drop-shadow(0 6px 7px rgba(35,83,76,.28))}.hud-token span{font-size:14px;font-weight:900;color:#411f18c2}.hud-token strong{margin-left:4px;color:#321512;font-size:24px;line-height:1}.lobby-scene{position:relative;height:calc(100vh - 156px);min-height:560px;display:grid;grid-template-columns:minmax(0,1.16fr) minmax(360px,.84fr);grid-template-rows:minmax(315px,1fr) minmax(188px,.54fr);grid-template-areas:"book daily" "challenge daily";gap:16px;padding:20px;overflow:hidden;border:1px solid rgba(58,82,67,.26);border-radius:24px;background:linear-gradient(180deg,#fff6dc94,#d9e6cf52),url(/assets/game-ui/lobby-bg.png) center / cover,#ead9b5;box-shadow:inset 0 0 0 5px #ffffff24,0 24px 50px #31221938}.lobby-scene:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(62,39,28,.16),transparent 20%,transparent 72%,rgba(35,86,82,.14)),radial-gradient(circle at 55% 92%,rgba(78,129,111,.18),transparent 34%)}.lobby-section{position:relative;z-index:1;min-width:0;min-height:0;display:grid}.lobby-section--challenge{grid-area:challenge}.lobby-section--daily{grid-area:daily}.portal-row,.portal-column{display:grid;gap:16px;min-height:0}.portal-row{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-column{grid-template-rows:repeat(2,minmax(0,1fr))}.lobby-portal{position:relative;z-index:1;min-height:0;overflow:hidden;display:block;border:0;border-radius:22px;padding:0;text-align:left;color:#351812;background:linear-gradient(180deg,#fff9e2e0,#eecb87a3),#f5e2b2e0;box-shadow:inset 0 0 0 2px #5c3a253d,inset 0 0 0 8px #ffffff1c,0 18px 32px #3723192e;isolation:isolate}.lobby-portal:before{content:"";position:absolute;inset:10px;z-index:1;border:1px solid rgba(89,58,39,.18);border-radius:17px;pointer-events:none}.lobby-portal:after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(112deg,#fff8ded1,#ffefc57a 42%,#4b8e841f)}.lobby-portal:hover{transform:translateY(-4px);box-shadow:inset 0 0 0 2px #9f412f57,inset 0 0 0 8px #ffffff24,0 24px 42px #3723193d}.lobby-portal:hover .portal-art{transform:translateY(-6px) scale(1.035)}.portal-copy{position:absolute;left:28px;bottom:24px;z-index:3;display:grid;gap:8px;max-width:58%;padding:10px 12px;border-radius:16px;background:linear-gradient(90deg,#fff7dddb,#fff7dd1f);text-shadow:0 3px 0 rgba(255,244,214,.62)}.portal-copy strong{color:#351812;font-size:36px;line-height:1.02;white-space:nowrap}.portal-copy em{color:#8d3f2e;font-size:20px;font-style:normal;font-weight:900;line-height:1}.portal-art{position:absolute;z-index:2;right:3%;bottom:2%;width:min(58%,440px);max-height:92%;object-fit:contain;object-position:right bottom;pointer-events:none;filter:drop-shadow(0 18px 18px rgba(48,30,22,.18));transition:transform .22s ease}.lobby-portal--book{grid-area:book;min-height:350px;background:linear-gradient(90deg,#fff3d4f0,#f4d59fa8 42%,#97c0b56b),#f5e2b2e0}.lobby-portal--book .portal-copy{left:34px;bottom:34px}.lobby-portal--book .portal-copy strong{font-size:48px}.lobby-portal--book .portal-art{right:1%;bottom:1%;width:min(56%,560px)}.lobby-portal--gate .portal-art,.lobby-portal--stone .portal-art{right:-3%;bottom:-7%;width:min(62%,320px)}.lobby-portal--water .portal-art,.lobby-portal--lantern .portal-art{right:0;bottom:-6%;width:min(62%,360px)}.lobby-portal--stone{background:linear-gradient(100deg,#fff6dce6,#e0d5b599 48%,#60857838),#f2e1b7db}.lobby-portal--water{background:linear-gradient(110deg,#fff7ddeb,#decfa094 42%,#4b9c9f42),#f3e1b7e0}.lobby-portal--lantern{background:linear-gradient(110deg,#fff6dceb,#eac5978c 42%,#b8686429),#f3e1b7e0}@media(max-width:1100px){.app-shell{padding:12px}.top-strip{border-radius:18px}.lobby-scene{height:auto;min-height:0;grid-template-columns:1fr;grid-template-rows:auto;grid-template-areas:"book" "daily" "challenge";overflow:visible}.lobby-portal{min-height:230px}.lobby-portal--book{min-height:320px}}@media(max-width:680px){.app-shell{padding:10px}.top-strip{min-height:68px;gap:8px;padding:6px 8px}.brand--button{min-height:54px;gap:8px;padding-right:10px}.brand__logo{width:52px;height:52px}.brand strong{font-size:18px}.brand small{display:none}.hud-token{min-width:auto;min-height:50px;padding:3px 10px 3px 2px}.hud-token img{width:46px;height:46px}.hud-token span{display:none}.hud-token strong{font-size:22px}.lobby-scene{padding:12px;border-radius:18px}.portal-row,.portal-column{grid-template-columns:1fr;grid-template-rows:none;gap:12px}.lobby-portal,.lobby-portal--book{min-height:210px;border-radius:18px}.portal-copy{left:18px;bottom:18px;max-width:58%;padding:8px 10px}.portal-copy strong,.lobby-portal--book .portal-copy strong{font-size:30px}.portal-copy em{font-size:18px}.portal-art,.lobby-portal--book .portal-art,.lobby-portal--gate .portal-art,.lobby-portal--stone .portal-art,.lobby-portal--water .portal-art,.lobby-portal--lantern .portal-art{right:-8%;bottom:-5%;width:min(64%,260px)}}.app-shell--module{height:100dvh;min-height:640px;overflow:hidden;padding:14px 18px 18px;background:#241711}.app-shell--module .main-surface{width:min(1560px,100%);height:100%;grid-template-rows:auto minmax(0,1fr);align-content:stretch;gap:12px}.app-shell--module .top-strip{position:relative;top:auto;min-height:66px;flex:0 0 auto;border-color:#d5ab605c;border-radius:18px;background:linear-gradient(180deg,#fff4d3db,#9d5b2c94),#402417b8;box-shadow:0 14px 30px #180d0947,inset 0 0 0 2px #fff4ce1f}.app-shell--module .brand--button{border:0;background:transparent}.game-vessel,.rule-lantern,.module-scene .status-line,.module-scene .success-banner,.module-scene .empty-state{position:relative;z-index:1}.game-vessel{min-height:0;overflow:hidden;border:1px solid rgba(223,183,111,.28);border-radius:20px;color:#2d130f;background:linear-gradient(180deg,#fff4d2bd,#bf844859),#ffeec07a;box-shadow:inset 0 0 0 2px #fff6da24,0 18px 34px #180d0933;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.game-vessel h2,.game-vessel h3,.wordsea-hud h2{margin:0;color:#2b100d;line-height:1;letter-spacing:0;text-shadow:0 2px 0 rgba(255,235,187,.68)}.game-vessel h2,.wordsea-hud h2{font-size:clamp(24px,2vw,34px)}.game-vessel h3{font-size:22px}.module-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.scene-actions,.hud-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.scene-actions button{min-height:34px;border:1px solid rgba(94,50,34,.26);border-radius:999px;padding:6px 12px;color:#3b1813;background:#fff1cdad;font-weight:900}.scene-badge,.wordsea-hud>strong,.wordsea-hud>span{display:inline-flex;min-height:36px;align-items:center;justify-content:center;border:1px solid rgba(94,50,34,.22);border-radius:999px;padding:6px 12px;color:#3b1813;background:#fff1cdb8;font-weight:900;white-space:nowrap}.module-scroll{min-height:0;overflow:auto;scrollbar-width:thin;scrollbar-color:rgba(111,58,38,.45) rgba(255,238,196,.18)}.module-scroll::-webkit-scrollbar{width:7px;height:7px}.module-scroll::-webkit-scrollbar-thumb{border-radius:999px;background:#6f3a266b}.module-scene .toolbar input,.module-scene .guess-form input{border:1px solid rgba(70,36,28,.32);border-radius:14px;background:#fff4d9c7;box-shadow:inset 0 3px 8px #51281914}.module-scene .toolbar button,.module-scene .level-tabs button,.module-scene .option-list button{border-color:#552d2040;color:#35130f;background:#ffeec49e}.module-scene .level-tabs button.is-active,.module-scene .toolbar button.is-active,.module-scene .option-list button:hover{border-color:#d95b529e;background:linear-gradient(180deg,#ffebbee0,#d95b5238)}.module-scene .char-tile{flex:0 0 auto;border-color:#49291f59;border-radius:12px;background:radial-gradient(circle at 50% 18%,rgba(255,252,229,.84),transparent 36%),linear-gradient(180deg,#fdebc1eb,#b37640a8);box-shadow:0 8px 12px #26130d2e,inset 0 0 0 3px #fff9e029}.module-scene .char-tile span{color:#32120f;text-shadow:0 2px 0 rgba(255,237,190,.78)}.module-scene .char-tile.is-selected{border-color:#339f94d1;background:radial-gradient(circle at 50% 28%,rgba(187,255,235,.76),transparent 42%),linear-gradient(180deg,#fff4cdf2,#37a49775)}.module-scene .status-line{margin:0;border:1px solid rgba(85,45,32,.22);border-radius:16px;padding:10px 14px;color:#3b1813;background:#ffeec4ad;font-weight:900}.rule-lantern{position:absolute;right:18px;top:18px;z-index:8;display:grid;justify-items:end;gap:8px}.rule-lantern__button{display:inline-flex;min-height:46px;align-items:center;gap:8px;border:1px solid rgba(255,222,145,.42);border-radius:999px;padding:4px 12px 4px 4px;color:#fff1ca;background:linear-gradient(180deg,#97452bd6,#431f18d6);box-shadow:0 10px 20px #1c0d0940,inset 0 0 0 2px #ffefb81f}.rule-lantern__button span{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;color:#4b2016;background:radial-gradient(circle at 35% 28%,#ffe7a6,#dc9542 68%,#8d3e2c);font-size:22px;font-weight:900}.rule-lantern__button strong{font-size:15px}.rule-lantern__panel{width:min(260px,calc(100vw - 36px));border:1px solid rgba(255,223,151,.36);border-radius:18px;padding:14px 16px;color:#33140f;background:linear-gradient(180deg,#ffeec2f0,#cd8f4cdb);box-shadow:0 18px 34px #190c0847}.rule-lantern__panel p{margin:0;line-height:1.7;font-weight:900}.charbook-stage{position:relative;z-index:1;height:100%;display:grid;grid-template-columns:minmax(250px,.3fr) minmax(0,.7fr);gap:18px;padding:82px 34px 30px}.charbook-index{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;gap:12px;padding:18px}.charbook-search{display:block}.charbook-search input{width:100%}.charbook-grid{grid-template-columns:repeat(auto-fill,minmax(54px,1fr));align-content:start;padding:4px 4px 8px}.charbook-book{position:relative;display:block;min-width:0;overflow:hidden;padding:34px min(5vw,70px);background:radial-gradient(circle at 72% 24%,rgba(255,245,205,.42),transparent 34%),linear-gradient(90deg,#ffeec49e,#fff7e073 48%,#d69d5457);-webkit-backdrop-filter:blur(4px) saturate(1.04);backdrop-filter:blur(4px) saturate(1.04)}.charbook-book:before{content:"";position:absolute;inset:14px;border:1px solid rgba(255,240,188,.34);border-radius:22px;pointer-events:none}.charbook-page{position:relative;z-index:1;height:100%;min-height:0;display:grid;grid-template-columns:minmax(150px,.3fr) minmax(0,.7fr);grid-template-rows:auto minmax(0,1fr);grid-template-areas:"head head" "glyph entry";gap:clamp(14px,2.4vw,34px);align-items:stretch}.charbook-detail-head{grid-area:head;display:flex;align-items:center;justify-content:space-between;gap:18px;min-width:0}.charbook-detail-mark{display:block;color:#652d1ec7;font-size:13px;font-weight:900;letter-spacing:0}.charbook-detail-head h3{margin:2px 0 0;color:#2e110d;font-size:clamp(28px,3.2vw,48px);line-height:1;font-family:STKaiti,KaiTi,serif}.charbook-decode-cta{position:relative;display:inline-flex;align-items:center;gap:9px;min-height:48px;padding:7px 18px 7px 9px;border:1px solid rgba(92,43,28,.52);border-radius:999px;color:#42160f;background:linear-gradient(180deg,#ffebacf5,#cb813deb),radial-gradient(circle at 28% 20%,rgba(255,255,223,.74),transparent 42%);box-shadow:inset 0 2px #fffadab3,inset 0 -4px #7c3e2538,0 12px 20px #32170c33;font-weight:900;white-space:nowrap}.charbook-decode-cta:hover,.charbook-decode-cta:focus-visible{transform:translateY(-1px);box-shadow:inset 0 2px #fffadad1,inset 0 -4px #7c3e2533,0 16px 26px #32170c40}.charbook-decode-cta__seal{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;color:#fff2c7;background:radial-gradient(circle at 32% 22%,rgba(255,228,146,.72),transparent 38%),linear-gradient(145deg,#7b2b1f,#b9572d 55%,#6a231a);box-shadow:inset 0 0 0 2px #ffdc8852;font-family:STKaiti,KaiTi,serif;font-size:20px;line-height:1}.charbook-glyph-panel{grid-area:glyph;display:grid;align-content:center;justify-items:center;gap:12px;min-width:0;min-height:0}.charbook-page .detail-char{width:clamp(128px,18vw,220px);height:clamp(150px,22vw,260px);border:0;border-radius:28px;color:#32120f;background:radial-gradient(circle at 50% 24%,rgba(255,254,231,.88),transparent 45%),linear-gradient(180deg,#ffefc6eb,#a360378a);font-size:clamp(88px,12vw,168px)}.charbook-reading-row{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;max-width:100%}.charbook-reading-row span{min-width:44px;padding:5px 10px;border:1px solid rgba(95,47,26,.24);border-radius:999px;color:#3b1711;background:#fff5d2b8;font-size:clamp(13px,1.3vw,18px);font-weight:900;text-align:center}.charbook-entry-panel{grid-area:entry;min-width:0;min-height:0;max-height:min(52vh,520px);overflow:auto;padding:2px 6px 2px 0;color:#2f130f;scrollbar-color:rgba(126,76,43,.54) transparent}.charbook-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(92px,1fr));gap:8px;margin:0 0 14px}.charbook-stat-grid div{min-width:0;padding:9px 10px;border:1px solid rgba(122,70,38,.18);border-radius:12px;background:#fff4d094}.charbook-stat-grid dt{color:#8f3e2ddb;font-size:13px;font-weight:900}.charbook-stat-grid dd{margin-top:2px;color:#2f130f;font-size:clamp(14px,1.35vw,18px);font-weight:800;overflow-wrap:anywhere}.charbook-entry-section{padding:12px 0;border-top:1px solid rgba(104,61,32,.18)}.charbook-entry-section h4{margin:0 0 8px;color:#8f3e2d;font-size:clamp(15px,1.4vw,20px);line-height:1.2}.charbook-entry-section ul,.charbook-entry-section ol{margin:0;padding-left:1.3em}.charbook-definition-list{display:grid;gap:10px}.charbook-definition-group{display:grid;gap:5px}.charbook-definition-group h5{margin:0;color:#572718c7;font-size:clamp(13px,1.08vw,15px);line-height:1.2}.charbook-definition-group ol,.charbook-plain-list{display:grid;gap:6px}.charbook-definition-group li::marker{color:#8f3e2de0;font-weight:900}.charbook-entry-section li,.charbook-entry-section p{margin:0 0 7px;color:#2f130f;font-size:clamp(14px,1.18vw,17px);font-weight:750;line-height:1.62;overflow-wrap:anywhere}.charbook-definition-list p{margin:0}.charbook-entry-section li:last-child,.charbook-entry-section p:last-child{margin-bottom:0}.charbook-muted{color:#34150eb8}.decode-stage{position:relative;z-index:1;height:100%;display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,.95fr);grid-template-areas:"altar pool";gap:18px;padding:66px 34px 20px}.decode-altar{grid-area:altar;position:relative;display:grid;grid-template-rows:minmax(0,auto) auto;align-content:center;justify-items:center;gap:8px;min-height:0;z-index:1}.decode-workbench{position:relative;width:min(100%,980px);min-width:0;max-width:100%;aspect-ratio:16 / 9;container-type:inline-size;overflow:hidden;border:0;border-radius:18px;background:linear-gradient(180deg,#120c0a05,#120c0a2e);box-shadow:0 18px 40px #0c080642}.decode-title{position:absolute;left:8.6%;top:10.5%;z-index:2;margin:0;color:#2b100d;font-size:clamp(18px,3.25cqw,32px);line-height:1;-webkit-text-stroke:.55px rgba(255,244,214,.82);paint-order:stroke fill;text-shadow:0 1px 0 rgba(255,244,214,.92),1px 0 0 rgba(255,244,214,.72),-1px 0 0 rgba(255,244,214,.72),0 -1px 0 rgba(255,244,214,.64),0 5px 14px rgba(20,12,9,.52)}.decode-slot{position:absolute;z-index:3;display:grid;min-width:0;place-items:center;transform:translate(-50%,-50%);border:0;border-radius:12px;color:#2b100d;background:transparent;box-shadow:none;font-size:clamp(28px,6.1cqw,58px);font-weight:900;line-height:1;text-shadow:0 2px 0 rgba(255,235,187,.78),0 0 18px rgba(50,201,184,.16)}.decode-slot.is-empty:before{content:"+";color:#ffe29eb3;font-size:.58em;line-height:1;text-shadow:0 1px 0 rgba(55,30,18,.4),0 0 14px rgba(85,230,206,.2)}.decode-slot:hover,.decode-slot:focus-visible{outline:0;background:radial-gradient(circle at 50% 50%,rgba(107,245,222,.2),transparent 62%)}.decode-slot--input-a{left:40.4%;top:39%;width:15.5%;height:20.8%}.decode-slot--input-b{left:58.9%;top:39%;width:15.5%;height:20.8%}.decode-plus{position:absolute;left:49.7%;top:39%;z-index:2;transform:translate(-50%,-50%);color:#ffe1a1;font-size:clamp(24px,4.7cqw,46px);font-weight:900;line-height:1;text-shadow:0 4px 16px rgba(42,19,12,.35)}.decode-output{position:absolute;z-index:3;display:grid;min-width:0;place-items:center;transform:translate(-50%,-50%);border:0;border-radius:10px;color:#2b100d;background:transparent;box-shadow:none;font-size:clamp(24px,5.2cqw,48px);font-weight:900;line-height:1;text-shadow:0 2px 0 rgba(255,235,187,.78),0 0 18px rgba(50,201,184,.18)}.decode-output--a{left:42.6%;top:57.8%;width:12.6%;height:14.4%}.decode-output--b{left:56.4%;top:57.8%;width:12.6%;height:14.4%}.decode-action{position:absolute;z-index:4;display:grid;place-items:center;transform:translate(-50%,-50%);border:0;border-radius:999px;color:#fff0c4;background:transparent;box-shadow:none;font-size:clamp(18px,3.3cqw,30px);font-weight:900;text-shadow:0 2px 0 rgba(61,24,17,.74),0 0 14px rgba(255,221,144,.28)}.decode-action--compose{left:73.5%;top:36.3%;width:8.8%;height:9.8%}.decode-action--decompose{left:74.6%;top:49.4%;width:8.8%;height:9.8%}.decode-action:disabled{opacity:.34;filter:saturate(.35)}.decode-action:not(:disabled):hover,.decode-action:not(:disabled):focus-visible{outline:0;background:radial-gradient(circle at 50% 50%,rgba(255,225,145,.22),transparent 62%)}.decode-workbench .ink-button{position:absolute;left:49.7%;top:82.2%;z-index:4;min-height:clamp(30px,5.2cqw,44px);min-width:clamp(98px,14.8cqw,138px);transform:translate(-50%,-50%);border:0;border-radius:999px;color:#fff0c4;background:transparent;box-shadow:none;text-shadow:0 2px 0 rgba(61,24,17,.74),0 0 14px rgba(255,221,144,.28);white-space:nowrap}.module-scene .decode-message{position:relative;width:min(640px,72%);z-index:4;min-height:38px;display:grid;align-items:center;text-align:center;padding:6px 12px;font-size:clamp(13px,1.15vw,16px)}.decode-pool{grid-area:pool;display:grid;grid-template-rows:auto minmax(0,1fr);align-items:stretch;gap:12px;min-height:0;padding:18px}.decode-pool>strong{color:#3a1712;font-size:22px;font-weight:900}.decode-pool .toolbar{display:grid;grid-template-columns:repeat(auto-fill,minmax(42px,1fr));grid-auto-rows:50px;align-content:start;justify-items:center;gap:8px;max-height:100%;padding:4px}.wordsea-stage{position:relative;z-index:1;height:100%;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:12px;padding:18px 30px 26px}.wordsea-hud{display:flex;min-height:46px;align-items:center;gap:10px;margin:0;padding-right:132px}.wordsea-hud h2{margin-right:auto;color:#fff1c8;text-shadow:0 4px 16px rgba(7,34,38,.55)}.wordsea-field{min-height:0;height:100%;border:0;border-radius:22px;background:radial-gradient(circle at 50% 58%,rgba(255,255,255,.1),transparent 36%),linear-gradient(180deg,#09555b14,#0532381f);box-shadow:inset 0 -30px 68px #05222733}.wordsea-field:before,.wordsea-field:after{content:"";position:absolute;inset:auto -10% 0;height:42%;pointer-events:none;background:repeating-radial-gradient(ellipse at 50% 100%,rgba(255,255,255,.18) 0 1px,transparent 2px 18px),linear-gradient(180deg,transparent,rgba(4,65,72,.22));animation:sea-breath 8s ease-in-out infinite alternate}.wordsea-field:after{height:55%;opacity:.42;animation-duration:12s;animation-direction:alternate-reverse}.floating-piece{--float-x: 12px;--float-y: -18px;--float-rot: 6deg;--float-delay: 0s;animation-name:float-piece-game;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate;animation-delay:var(--float-delay);z-index:2}.wordsea-field:not(.is-running) .floating-piece{animation-play-state:paused}@keyframes float-piece-game{0%{transform:translate(calc(var(--float-x) * -.45),calc(var(--float-y) * -.25)) rotate(calc(var(--float-rot) * -.45))}48%{transform:translate(calc(var(--float-x) * .8),calc(var(--float-y) * 1.05)) rotate(var(--float-rot))}to{transform:translate(calc(var(--float-x) * -1.2),calc(var(--float-y) * .62)) rotate(calc(var(--float-rot) * -.9))}}@keyframes sea-breath{0%{transform:translate(-18px) translateY(8px) scaleY(.96)}to{transform:translate(18px) translateY(-6px) scaleY(1.04)}}.wordsea-settle{width:min(795px,calc(100vw - 28px));aspect-ratio:795 / 452;overflow:hidden}.wordsea-modal-layer{position:absolute;inset:0;z-index:20;display:grid;place-items:center;padding:22px;background:radial-gradient(circle at 50% 42%,rgba(63,191,190,.22),transparent 34%),linear-gradient(180deg,#0a1a1c6b,#0e09069e);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.wordsea-modal{position:relative;color:#32170f;text-align:center;background:url(/assets/game-ui/guess/settle-scroll.png) center / 100% 100% no-repeat;filter:drop-shadow(0 24px 34px rgba(4,22,24,.46))}.wordsea-modal>*{position:relative;z-index:1}.wordsea-modal-main{position:absolute;inset:13.5% 17.5% 25.5% 15.5%;display:grid;grid-template-rows:auto auto auto minmax(0,1fr) minmax(0,auto);justify-items:center;align-content:start;gap:7px;min-width:0}.wordsea-modal h3{margin:0;color:#25130f;font-size:clamp(27px,2.8vw,39px);line-height:1.05;text-shadow:0 2px 0 rgba(255,239,190,.78)}.wordsea-settle-summary{width:100%;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}.wordsea-settle-summary>span{min-height:58px;display:grid;grid-template-rows:18px minmax(28px,1fr);align-items:center;justify-items:center;gap:2px;color:#6d3420;font-size:13px;font-weight:900;background:linear-gradient(180deg,#fff7da85,#65aca429);border:1px solid rgba(92,82,52,.22);border-radius:8px}.wordsea-settle-summary>span>em{font-style:normal;line-height:1}.wordsea-settle-summary>span>strong{min-height:28px;display:grid;place-items:center;color:#2f140f;font-size:clamp(18px,2vw,24px);line-height:1}.wordsea-settle-summary .stars{display:block;border:0;background:transparent;box-shadow:none;color:#9c5b20;font-size:clamp(16px,1.8vw,21px);line-height:1}.wordsea-choice-head{width:100%;display:flex;align-items:center;justify-content:center;gap:12px;color:#402019;font-weight:900}.wordsea-choice-head span{min-width:50px;color:#0d6d70}.wordsea-candidate-grid{width:100%;min-height:66px;max-height:84px;display:grid;grid-template-columns:repeat(auto-fit,minmax(54px,68px));grid-auto-rows:minmax(54px,68px);gap:8px;justify-content:center;align-content:start;align-items:start;overflow-y:auto;overflow-x:hidden;padding:1px 4px 4px;scrollbar-width:thin}.wordsea-char-choice{position:relative;aspect-ratio:1;border:0;color:#2b130e;background:url(/assets/game-ui/guess/char-choice-frame.png) center / 100% 100% no-repeat;font-size:clamp(28px,4vw,42px);font-weight:900;text-shadow:0 2px 0 rgba(255,232,180,.76);transition:transform .18s ease,filter .18s ease,opacity .18s ease}.wordsea-char-choice:after{content:"";position:absolute;inset:14%;border-radius:16px;background:radial-gradient(circle,rgba(48,199,184,.34),transparent 58%),linear-gradient(180deg,rgba(255,255,255,.24),transparent);opacity:0}.wordsea-char-choice:not(.is-locked):hover{transform:translateY(-2px);filter:drop-shadow(0 8px 10px rgba(14,64,62,.24))}.wordsea-char-choice.is-selected{filter:drop-shadow(0 0 12px rgba(49,204,188,.62))}.wordsea-char-choice.is-selected:after{opacity:1}.wordsea-char-choice.is-locked{opacity:.5}.wordsea-choice-note,.wordsea-empty-choice{min-height:20px;margin:0;color:#713224;font-weight:900;line-height:1.35}.wordsea-empty-choice{grid-column:1 / -1;width:100%;place-self:center}.wordsea-modal-actions{position:absolute;left:15.5%;right:17.5%;bottom:9.5%;display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.guess-stage{position:relative;z-index:1;height:100%;display:grid;grid-template-columns:minmax(0,.62fr) minmax(310px,.38fr);align-items:center;gap:14px;padding:78px 44px 36px}.guess-oracle{width:min(440px,100%);min-height:min(410px,100%);display:grid;justify-items:center;align-content:center;gap:16px;padding:18px;justify-self:center;transform:translate(clamp(32px,4vw,76px))}.guess-oracle h2{margin:0;color:#2b100d;font-size:clamp(24px,2vw,34px);line-height:1;text-shadow:0 2px 0 rgba(255,235,187,.68)}.guess-form{display:grid;justify-items:center;gap:14px;width:min(320px,100%)}.guess-input-shell{position:relative;display:grid;width:clamp(126px,13vw,174px);height:clamp(126px,13vw,174px);place-items:center;border:2px solid rgba(255,224,145,.62);border-radius:20px;background:radial-gradient(circle at 50% 34%,#fff9daf2,#e09a506b),#ffeebeb8;box-shadow:inset 0 0 0 5px #fff9dc3d,0 10px 18px #2a130c33}.guess-input-shell:before{content:"";position:absolute;inset:12px;background:linear-gradient(90deg,transparent calc(50% - 1px),rgba(74,23,19,.22) calc(50% - 1px) calc(50% + 1px),transparent calc(50% + 1px)),linear-gradient(0deg,transparent calc(50% - 1px),rgba(74,23,19,.22) calc(50% - 1px) calc(50% + 1px),transparent calc(50% + 1px)),linear-gradient(45deg,transparent calc(50% - 1px),rgba(74,23,19,.12) calc(50% - 1px) calc(50% + 1px),transparent calc(50% + 1px)),linear-gradient(-45deg,transparent calc(50% - 1px),rgba(74,23,19,.12) calc(50% - 1px) calc(50% + 1px),transparent calc(50% + 1px));opacity:.58;transition:opacity .16s ease}.guess-input-shell.is-filled:before{opacity:0}.guess-input-shell.is-composing input{font-size:clamp(18px,2.4vw,30px);font-weight:800;line-height:1.2}.guess-form input{position:relative;z-index:1;width:100%;height:100%;border:0;color:#2b110e;background:transparent;box-shadow:none;text-align:center;font-size:clamp(66px,8.5vw,112px);font-weight:900;line-height:1;outline:none;text-shadow:0 3px 0 rgba(255,232,181,.72)}.guess-form input:disabled{opacity:.7}.module-scene--guess .guess-oracle .status-line{width:min(260px,100%);min-height:48px;display:grid;place-items:center;padding:8px 16px;text-align:center;background:#ffefcac2}.guess-ledger{width:min(520px,100%);max-height:min(520px,100%);display:flex;flex-direction:column;gap:10px;justify-self:center;border:4px solid rgba(74,23,19,.52);border-radius:28px 24px 30px 22px;padding:26px 28px 24px;background:radial-gradient(circle at 86% 18%,rgba(216,242,244,.44),transparent 34%),linear-gradient(115deg,#fff9e6f0,#d8f2f485),var(--sketch-grain);box-shadow:0 0 0 8px #ffffff94,0 10px 18px #4a17131f;-webkit-backdrop-filter:none;backdrop-filter:none}.guess-ledger h3{margin:0;text-align:center}.guess-history{width:min(100%,408px);flex:0 1 294px;max-height:294px;min-height:0;align-self:center;align-content:start;padding-right:6px;gap:6px;overflow-y:auto;overflow-x:hidden}.guess-history__row{width:100%;min-height:54px;grid-template-columns:54px minmax(0,1fr) 58px;align-items:center;border:3px solid rgba(74,23,19,.32);border-radius:16px 12px 18px 14px;padding:8px 16px;background:linear-gradient(105deg,#fffae8eb,#ffeccdad),var(--sketch-grain);box-shadow:0 0 0 3px #ffffff57}.guess-history__row>span,.guess-history__row>strong,.guess-history__row>em{display:inline-block;line-height:1;transform:translateY(-2px)}.guess-history__row span{color:#421c14b8;font-weight:900}.guess-history__row strong{justify-self:center;color:#30120e;font-size:28px}.guess-history__row em{color:#146760;font-size:20px}.guess-history__row.is-best{filter:drop-shadow(0 0 8px rgba(239,195,97,.52))}.guess-history .empty-state{display:grid;min-height:78px;place-items:center;border:0;padding:10px;color:#6b3024;background:#ffebbe75;text-align:center;white-space:nowrap}.guess-settle-tab{position:absolute;right:18px;top:76px;bottom:auto;z-index:9;display:grid;width:188px;height:123px;place-items:center;border:0;padding:0 18px 9px 10px;color:#fff2c4;background:transparent;font-weight:900;line-height:1;isolation:isolate;overflow:visible;text-shadow:0 2px 4px rgba(45,18,10,.75);white-space:nowrap}.scene-label strong,.guess-oracle h2,.guess-ledger h3{-webkit-text-stroke:.7px rgba(255,244,214,.78);paint-order:stroke fill;text-shadow:0 1px 0 rgba(255,244,214,.9),1px 0 0 rgba(255,244,214,.74),-1px 0 0 rgba(255,244,214,.74),0 -1px 0 rgba(255,244,214,.7),0 4px 12px rgba(24,11,7,.5)}.guess-settle-tab:not(:disabled):hover{transform:translateY(-1px);filter:brightness(1.08)}.guess-settle-tab:disabled{opacity:.48}.module-scene--guess .ink-button{min-width:132px;min-height:54px;border:3px solid rgba(74,23,19,.54);border-radius:999px 72% 999px 78%;padding:10px 24px 13px;color:var(--sketch-ink);background:linear-gradient(108deg,#fff6cdfa,#ffe1b3c2),var(--sketch-grain);box-shadow:0 0 0 5px #ffffff94,0 7px #4a171314;text-shadow:0 1px 0 rgba(255,255,255,.82)}.module-scene--guess .ink-button:hover:not(:disabled){background:linear-gradient(108deg,#fff9d9fa,#f4cfd4ad),var(--sketch-grain);transform:translateY(-1px)}.module-scene--guess .ink-button:active:not(:disabled){background:linear-gradient(108deg,#ffecbefa,#f8ddb5d1),var(--sketch-grain);transform:translateY(1px)}.module-scene--guess .ink-button--secondary{color:var(--sketch-ink);background:linear-gradient(108deg,#fffae8f5,#d8f2f49e),var(--sketch-grain);text-shadow:0 1px 0 rgba(255,255,255,.82)}.guess-modal-layer{position:absolute;inset:0;z-index:20;display:grid;place-items:center;padding:24px;background:#120a0780;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.guess-modal{display:grid;justify-items:center;align-content:center;color:#35130f;text-align:center;filter:drop-shadow(0 24px 34px rgba(15,8,5,.36))}.guess-modal h3{margin:0;color:#2b100d;font-size:clamp(24px,2.4vw,34px);line-height:1.1;text-shadow:0 2px 0 rgba(255,235,187,.72)}.guess-modal--confirm{width:min(620px,calc(100vw - 28px));min-height:304px;gap:18px;padding:58px 82px 50px;background:radial-gradient(circle at 14% 18%,rgba(244,207,212,.28),transparent 32%),linear-gradient(115deg,#fff9e6f5,#ffeecfc7),var(--sketch-grain)}.guess-modal--confirm p{max-width:390px;margin:0;color:#4e1e17;font-size:clamp(16px,1.5vw,20px);font-weight:900;line-height:1.8}.guess-modal--settle{width:min(795px,calc(100vw - 26px));min-height:min(452px,calc(100dvh - 44px));gap:12px;padding:48px 86px 44px;background:radial-gradient(circle at 88% 14%,rgba(216,242,244,.46),transparent 33%),radial-gradient(circle at 12% 82%,rgba(244,207,212,.24),transparent 28%),linear-gradient(115deg,#fff9e6f5,#ffeecfc7),var(--sketch-grain)}.guess-settle-summary{width:min(560px,100%);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.guess-settle-summary>span{display:grid;gap:4px;color:#713224;font-size:13px;font-weight:900}.guess-settle-summary>span>strong{min-height:32px;display:grid;place-items:center;color:#2f120e;font-size:22px}.guess-stars{color:#bd7b26;letter-spacing:0;white-space:nowrap}.guess-choice-head{width:min(560px,100%);display:flex;align-items:center;justify-content:center;gap:10px;color:#4d1d16;font-weight:900}.guess-choice-head span{min-width:48px;color:#8c3c2b}.guess-candidate-grid{display:grid;grid-template-columns:repeat(5,minmax(58px,74px));gap:10px;justify-content:center}.guess-char-choice{position:relative;aspect-ratio:1;border:3px solid rgba(74,23,19,.54);border-radius:18px 14px 20px 16px;color:var(--sketch-ink);background:linear-gradient(130deg,#fffceefa,#f8ddb5bd),var(--sketch-grain);box-shadow:0 0 0 5px #ffffff94,0 5px #4a171314;font-size:clamp(28px,4vw,42px);font-weight:900;text-shadow:0 1px 0 rgba(255,255,255,.86)}.guess-char-choice:after{content:"";position:absolute;inset:12%;border-radius:14px;background:radial-gradient(circle,rgba(56,174,151,.22),transparent 66%);opacity:0}.guess-char-choice.is-selected:after{opacity:1}.guess-char-choice.is-selected{filter:drop-shadow(0 0 10px rgba(62,201,174,.52))}.guess-char-choice.is-locked{opacity:.58}.guess-choice-note{min-height:24px;margin:0;color:#7c2d22;font-weight:900;line-height:1.5}.guess-modal-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.challenge-stage,.puzzle-stage{position:relative;z-index:1;height:100%;display:grid;gap:14px;padding:82px 28px 26px}.challenge-stage--select,.puzzle-stage--select{grid-template-columns:minmax(0,1fr);align-items:stretch}.challenge-stage--play{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr) minmax(168px,.28fr);grid-template-areas:"scroll" "shelf"}.puzzle-stage--play{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr) minmax(168px,.28fr);grid-template-areas:"board" "shelf"}.module-playbar{position:absolute;left:28px;right:142px;top:18px;z-index:7;display:flex;min-width:0;align-items:center;justify-content:space-between;gap:10px;pointer-events:none}.module-playbar>*,.module-playbar__stats>*{pointer-events:auto}.module-playbar__stats{display:flex;min-width:0;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.module-playbar__stats>span{display:inline-flex;min-height:36px;max-width:min(34vw,520px);align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(255,228,155,.42);border-radius:999px;padding:6px 12px;color:#fff2c9;background:linear-gradient(180deg,#4e271cc7,#261712bd);box-shadow:inset 0 0 0 2px #ffeeb81a,0 8px 18px #1209062e;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.challenge-stage--play .module-playbar{justify-content:flex-start}.challenge-item-hud{display:flex;flex:0 0 auto;align-items:center;gap:6px}.challenge-item-button{position:relative;width:44px;height:44px;display:grid;place-items:center;border:1px solid rgba(255,226,151,.44);border-radius:13px;padding:3px;background:radial-gradient(circle at 50% 20%,rgba(255,244,191,.42),transparent 48%),linear-gradient(180deg,#5f3020e6,#241813db);box-shadow:inset 0 0 0 2px #fff3c41f,0 8px 16px #150a0738}.challenge-item-button:hover{border-color:#ffecaab8;filter:brightness(1.08)}.challenge-item-button.is-empty img{opacity:.58;filter:grayscale(.5) saturate(.7)}.challenge-item-button img{width:100%;height:100%;object-fit:contain;pointer-events:none}.challenge-item-button span{position:absolute;right:-5px;bottom:-5px;min-width:18px;height:18px;display:grid;place-items:center;border:1px solid rgba(255,236,177,.7);border-radius:999px;color:#fff2c9;background:linear-gradient(180deg,#268f87f5,#1c504df5);box-shadow:0 4px 8px #140a083d;font-size:11px;font-weight:900;line-height:1}.level-map{display:grid;grid-template-rows:auto minmax(0,1fr);gap:18px;padding:clamp(18px,2vw,30px);background:linear-gradient(180deg,#fff1cbc2,#b5744042),#ffefc661}.level-card-grid{min-height:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(12px,1.4vw,18px);align-content:center}.level-card{position:relative;min-height:214px;display:grid;grid-template-rows:auto minmax(0,auto) auto;justify-items:center;align-content:center;gap:14px;overflow:hidden;border:0;border-radius:18px;padding:34px 34px 30px;color:#2e130f;text-align:center;background:linear-gradient(180deg,#fff7dad1,#cf924c57),url(/assets/game-ui/guess/dialog-scroll.png) center / 100% 100% no-repeat;box-shadow:0 18px 28px #150c0833;transition:transform .16s ease,filter .16s ease,opacity .16s ease}.level-card:not(:disabled):hover{transform:translateY(-3px);filter:drop-shadow(0 12px 16px rgba(48,26,15,.24))}.level-card>span:first-child{width:max-content;border-radius:999px;padding:4px 10px;color:#5b2118;background:#ffefc7b8;font-size:13px;font-style:normal;font-weight:900}.level-card strong{max-width:100%;overflow-wrap:anywhere;font-size:clamp(24px,2.2vw,34px);line-height:1.12;text-shadow:0 2px 0 rgba(255,234,184,.74)}.level-card__foot{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;color:#32140f;font-weight:900}.level-card.is-cleared{background:radial-gradient(circle at 82% 18%,rgba(82,205,184,.24),transparent 28%),linear-gradient(180deg,#fff7dadb,#4fa68f38),url(/assets/game-ui/guess/dialog-scroll.png) center / 100% 100% no-repeat}.level-card.is-locked{opacity:1;color:#362b24e0;background:radial-gradient(circle at 18% 22%,rgba(68,59,51,.18),transparent 26%),radial-gradient(circle at 74% 72%,rgba(112,83,66,.14),transparent 30%),linear-gradient(180deg,#e2d6b8c7,#846f566b),url(/assets/game-ui/guess/dialog-scroll.png) center / 100% 100% no-repeat;box-shadow:inset 0 0 36px #32241b3d,0 12px 22px #140c0829;filter:saturate(.56) contrast(.92);cursor:not-allowed}.level-card.is-locked>*{position:relative;z-index:2}.level-card.is-locked:before,.level-card.is-locked:after{content:"";position:absolute;pointer-events:none}.level-card.is-locked:before{inset:15px 22px;z-index:1;border-radius:18px;background:linear-gradient(142deg,transparent 0 43%,rgba(126,25,18,.08) 44%,rgba(140,29,20,.58) 48%,rgba(255,201,118,.24) 50%,rgba(116,21,17,.54) 53%,transparent 57% 100%),repeating-linear-gradient(142deg,transparent 0 31px,rgba(77,48,34,.1) 32px 33px,transparent 34px 62px),#402f252e;box-shadow:inset 0 0 0 1px #37271e29}.level-card.is-locked:after{right:28px;top:24px;z-index:3;width:58px;height:58px;border-radius:50%;background:radial-gradient(ellipse at 50% 40%,transparent 0 11px,#6d5948 12px 15px,transparent 16px),linear-gradient(#6d5948,#6d5948) 50% 62% / 24px 18px no-repeat,radial-gradient(circle at 42% 35%,rgba(255,197,120,.38),transparent 22%),radial-gradient(circle,#972d20eb,#5b1f1af0 68%,#371f19e0);box-shadow:0 8px 16px #21120d47,inset 0 0 0 3px #ffde922e}.level-card.is-locked:not(:disabled):hover,.level-card.is-locked:hover{transform:none;filter:saturate(.56) contrast(.92)}.challenge-scroll{grid-area:scroll;display:flex;flex-direction:column;gap:12px;padding:22px;overflow:hidden;background:linear-gradient(90deg,#ffebbedb,#fff7dcb3,#e0b06775)}.challenge-topline{display:grid;grid-template-columns:minmax(180px,max-content) minmax(180px,1fr) minmax(180px,max-content);align-items:center;gap:10px;min-height:42px}.challenge-title-line{display:flex;min-width:0;align-items:baseline;gap:8px;color:#2b100d;text-shadow:0 2px 0 rgba(255,235,187,.68)}.challenge-title-line strong{flex:0 0 auto;font-size:clamp(22px,1.8vw,30px);line-height:1}.challenge-title-line span,.challenge-source-line{min-width:0;overflow:hidden;color:#5d3425;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.challenge-feedback-chip{display:inline-flex;min-width:0;min-height:34px;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(94,50,34,.22);border-radius:999px;padding:5px 12px;color:#3b1813;background:#fff1cdbd;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.challenge-scroll .text-grid{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(42px,1fr));align-content:start;gap:7px;padding:6px}.challenge-target-panel{flex:0 0 auto;min-height:46px;display:flex;min-width:0;align-items:center;gap:8px;overflow:hidden;border:1px solid rgba(94,50,34,.2);border-radius:16px;padding:6px 10px;color:#3b1813;background:#fff1cdad;font-weight:900}.challenge-target-panel>strong,.challenge-target-panel>span{flex:0 0 auto;white-space:nowrap}.challenge-path-list{min-width:0;display:flex;align-items:stretch;gap:6px;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin}.challenge-path-list button{flex:0 0 auto;min-height:34px;max-width:min(260px,46vw);display:grid;align-content:center;gap:2px;overflow:hidden;border:1px solid rgba(85,45,32,.25);border-radius:999px;padding:5px 11px;color:#35130f;background:#ffeec4a8;font-weight:900;text-align:left}.challenge-path-list button:not(:disabled):hover{border-color:#339f94b8;background:linear-gradient(180deg,#fff2cbeb,#39a39738)}.challenge-path-list button:disabled{opacity:.52;cursor:not-allowed}.challenge-path-list span,.challenge-path-list em{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.challenge-path-list em{color:#7c2d22;font-size:11px;font-style:normal}.challenge-options{grid-area:options;display:flex;flex-direction:column;gap:12px;padding:16px}.challenge-options__body{min-height:0;flex:1 1 auto;overflow:hidden}.challenge-options .option-list,.challenge-options .completion-card{min-height:0;overflow:auto}.challenge-options .status-line{margin:0}.target-cell{width:100%;height:46px;min-width:0;border-color:#542d203d;color:#3a191259;background:#fff0cb7a}.target-cell.is-filled{color:#2f120e;border-color:#28978dad;background:radial-gradient(circle at 50% 28%,#c1ffee8f,#42a8992e)}.target-cell.is-selected{color:#2f120e;border-color:#cf4e32c7;background:radial-gradient(circle at 50% 28%,#ffe8a8c2,#d3583833);box-shadow:0 0 0 3px #ffdb8447,inset 0 0 0 3px #fff9e02e}.challenge-modal-layer{position:absolute;inset:0;z-index:20;display:grid;place-items:center;padding:24px;background:#120a0785;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.challenge-modal{width:min(620px,calc(100vw - 28px));min-height:304px;display:grid;justify-items:center;align-content:center;gap:18px;padding:58px 82px 50px;color:#35130f;text-align:center;background:url(/assets/game-ui/guess/dialog-scroll.png) center / 100% 100% no-repeat;filter:drop-shadow(0 24px 34px rgba(15,8,5,.36))}.challenge-modal h3{margin:0;color:#2b100d;font-size:clamp(24px,2.4vw,34px);line-height:1.1;text-shadow:0 2px 0 rgba(255,235,187,.72)}.challenge-modal p{max-width:390px;margin:0;color:#4e1e17;font-size:clamp(16px,1.5vw,20px);font-weight:900;line-height:1.8}.challenge-modal-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.puzzle-tools{grid-area:tools;display:flex;flex-direction:column;gap:12px;padding:16px;overflow:hidden}.puzzle-board-wrap{grid-area:board;display:flex;flex-direction:column;gap:8px;padding:22px;overflow:hidden;background:#ffe8b829;-webkit-backdrop-filter:none;backdrop-filter:none}.puzzle-board-wrap .module-title-row h2{-webkit-text-stroke:.75px rgba(255,244,214,.86);paint-order:stroke fill;text-shadow:0 1px 0 rgba(255,244,214,.92),1px 0 0 rgba(255,244,214,.74),-1px 0 0 rgba(255,244,214,.74),0 -1px 0 rgba(255,244,214,.7),0 4px 12px rgba(24,11,7,.5)}.puzzle-map{flex:1 1 auto;align-self:center;justify-self:center;width:min(100%,760px);height:min(88%,390px);min-height:188px;max-height:100%;aspect-ratio:5 / 4;margin:0 auto auto;padding:clamp(10px,1.4vw,18px);gap:clamp(8px,1vw,14px);grid-auto-rows:minmax(0,1fr);border-color:#ffe09147;border-radius:22px;background:#1e2b276b;box-shadow:inset 0 0 34px #2ed3c21f,0 18px 36px #100a0838}.map-cell{min-height:0;height:100%;display:grid;place-items:center;border-color:#ffe8a03d;border-radius:14px;color:#2e130f;background:#ffedbe9e;overflow:hidden;font-size:clamp(24px,3.2vw,40px);line-height:1}.map-cell span{display:block;line-height:1;transform:translateY(-2px)}.puzzle-map.is-replacing .map-cell{border-color:#ffe180b8;background:radial-gradient(circle at 50% 30%,#fff0aed6,#50a7964d),#ffedbeb8;box-shadow:0 0 0 3px #ffda703d,0 0 22px #3ebcab33,inset 0 0 0 2px #fff9e038}.map-cell--墙{color:#ffeebb80;background:#3a362f9e}.map-cell--火{color:#5a1d15;background:radial-gradient(circle at 50% 42%,#ffaf48a8,#a137246b)}.puzzle-tools .hint-list{margin-top:0}.puzzle-tools .status-line,.puzzle-tools .success-banner{margin:0}.puzzle-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.puzzle-actions>span{min-height:36px;display:inline-flex;align-items:center;border:1px solid rgba(85,45,32,.22);border-radius:999px;padding:6px 12px;color:#3b1813;background:#fff1cdb8;font-weight:900;white-space:nowrap}.level-kicker{display:block;margin-top:5px;color:#5d3425;font-weight:900}.level-source--compact{margin-top:0}.level-source--compact p{margin:0}.collected-shelf{grid-area:shelf;display:grid;grid-template-columns:minmax(138px,.13fr) minmax(0,1fr) minmax(118px,.12fr) minmax(92px,.1fr);grid-template-areas:"head grid pager use";align-items:stretch;gap:10px;padding:12px 14px}.collected-shelf__head{grid-area:head;display:grid;align-content:center;gap:6px}.collected-shelf__head span{color:#5e3928;font-weight:900}.collected-shelf__pager button,.collected-shelf__use{min-height:28px;border:1px solid rgba(83,45,32,.24);border-radius:999px;padding:4px 9px;color:#35130f;background:#ffeec49e;font-weight:900}.collected-shelf__grid{--collected-shelf-tile-min-width: 36px;--collected-shelf-tile-min-height: 33px;grid-area:grid;min-width:0;min-height:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--collected-shelf-tile-min-width),1fr));grid-auto-rows:minmax(var(--collected-shelf-tile-min-height),1fr);gap:5px;overflow:hidden}.collected-shelf__tile{position:relative;min-width:0;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(73,41,31,.34);border-radius:10px;padding:2px;color:#32120f;background:radial-gradient(circle at 50% 18%,rgba(255,252,229,.84),transparent 36%),linear-gradient(180deg,#fdebc1eb,#b37640a8);box-shadow:inset 0 0 0 2px #fff9e024;font-size:clamp(18px,1.8vw,26px);font-weight:900}.collected-shelf__tile span{display:block;line-height:1;transform:translateY(-1px)}.collected-shelf__tile.is-selected{border-color:#339f94d1;background:radial-gradient(circle at 50% 28%,rgba(187,255,235,.76),transparent 42%),linear-gradient(180deg,#fff4cdf2,#37a49775)}.collected-shelf__tile.is-disabled{opacity:.42}.collected-shelf__tile em{position:absolute;right:1px;bottom:1px;display:grid;min-width:16px;height:16px;place-items:center;border:1px solid rgba(255,238,190,.72);border-radius:999px;color:#fff;background:#2c8f86;font-style:normal;font-size:10px;line-height:1}.collected-shelf__pager{grid-area:pager;display:grid;align-content:center;justify-items:center;gap:6px;color:#35130f;font-weight:900}.collected-shelf__use{grid-area:use;align-self:center;min-width:74px;min-height:54px;color:#fff0c4;background:linear-gradient(180deg,#97452be6,#4d2319eb);box-shadow:0 8px 14px #25120c38,inset 0 0 0 2px #ffefb81f}.collected-shelf__use:disabled{opacity:.48;cursor:not-allowed}.puzzle-modal-layer{position:absolute;inset:0;z-index:20;display:grid;place-items:center;padding:24px;background:#120a0785;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.puzzle-modal{width:min(720px,calc(100vw - 28px));min-height:min(410px,calc(100dvh - 44px));display:grid;justify-items:center;align-content:center;gap:14px;padding:50px 82px 44px;color:#35130f;text-align:center;background:url(/assets/game-ui/guess/settle-scroll.png) center / 100% 100% no-repeat;filter:drop-shadow(0 24px 34px rgba(15,8,5,.36))}.puzzle-modal h3,.puzzle-modal p,.puzzle-settle-summary,.puzzle-modal-actions{position:relative;z-index:1}.puzzle-modal h3{margin:0;color:#2b100d;font-size:clamp(26px,2.6vw,38px);line-height:1.1;text-shadow:0 2px 0 rgba(255,235,187,.72)}.puzzle-modal p{max-width:460px;margin:0;color:#4e1e17;font-weight:900;line-height:1.7}.puzzle-settle-summary{width:min(480px,100%);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.puzzle-settle-summary>span{display:grid;gap:4px;color:#713224;font-size:13px;font-weight:900}.puzzle-settle-summary>span>strong{min-height:34px;display:grid;place-items:center;color:#2f120e;font-size:22px}.puzzle-modal-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}@media(max-width:1100px){.app-shell--module{min-height:700px;padding:10px}.app-shell--module .top-strip{min-height:58px}.module-scene{border-radius:18px}.charbook-stage,.decode-stage,.wordsea-stage,.guess-stage,.challenge-stage,.puzzle-stage{padding:70px 14px 16px;gap:10px}.wordsea-stage{padding-top:18px}.module-playbar{left:14px;right:118px;top:14px}.module-playbar__stats>span{max-width:min(42vw,420px)}.charbook-stage{grid-template-columns:1fr;grid-template-rows:minmax(0,.62fr) minmax(150px,.38fr)}.charbook-book{order:-1;padding:18px}.charbook-page{grid-template-columns:minmax(118px,.24fr) minmax(0,.76fr);gap:10px 16px}.charbook-page .detail-char{width:clamp(112px,15vw,150px);height:clamp(122px,17vw,170px);font-size:clamp(74px,10vw,108px)}.charbook-entry-panel{max-height:210px}.charbook-stat-grid{grid-template-columns:repeat(2,minmax(96px,1fr))}.decode-stage{grid-template-columns:minmax(0,1.65fr) minmax(240px,.9fr);grid-template-rows:minmax(0,1fr);padding:66px 14px 14px}.decode-workbench{width:min(100%,820px);min-width:0}.guess-stage{grid-template-columns:1fr;grid-template-rows:minmax(0,.58fr) minmax(0,.42fr);align-items:stretch}.guess-oracle{width:100%;min-height:0;transform:none}.guess-ledger{width:min(560px,100%);justify-self:center;padding:40px 50px 34px}.level-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;overflow:auto}.level-card{min-height:204px}.challenge-stage--play{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr) minmax(178px,.32fr);grid-template-areas:"scroll" "shelf"}.challenge-topline{grid-template-columns:minmax(0,1fr) minmax(180px,1fr)}.challenge-feedback-chip{grid-column:1 / -1;justify-content:flex-start}.challenge-item-button{width:40px;height:40px}.challenge-target-panel{min-height:42px}.puzzle-stage--play{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr) minmax(178px,.32fr);grid-template-areas:"board" "shelf"}.collected-shelf{grid-template-columns:minmax(120px,.16fr) minmax(0,1fr) minmax(104px,.14fr) minmax(82px,.1fr);gap:8px}.collected-shelf__grid{--collected-shelf-tile-min-width: 34px;--collected-shelf-tile-min-height: 30px}.collected-shelf__pager button,.collected-shelf__use{min-height:26px;padding:3px 8px}}@media(max-width:900px){.decode-stage{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,auto) minmax(220px,1fr);grid-template-areas:"altar" "pool"}.decode-workbench{width:min(100%,760px)}.decode-pool{min-height:220px}}@media(max-width:680px){.app-shell--module{height:100dvh;min-height:0;padding:8px}.app-shell--module .main-surface{gap:8px}.app-shell--module .top-strip{min-height:52px;padding:4px 8px;border-radius:14px}.app-shell--module .brand__logo{width:42px;height:42px}.app-shell--module .brand strong{max-width:46vw;overflow:hidden;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.app-shell--module .hud-token{min-width:auto;min-height:44px;gap:4px;padding:2px 8px 2px 2px}.app-shell--module .hud-token img{width:40px;height:40px}.app-shell--module .hud-token span{display:none}.app-shell--module .hud-token strong{font-size:19px}.rule-lantern{right:10px;top:10px}.rule-lantern__button{min-height:38px;padding-right:8px}.rule-lantern__button span{width:30px;height:30px;font-size:18px}.rule-lantern__button strong{display:none}.game-vessel{border-radius:16px}.charbook-stage,.decode-stage,.wordsea-stage,.guess-stage,.challenge-stage,.puzzle-stage{padding:54px 8px 10px}.wordsea-stage{padding-top:10px}.module-playbar{left:8px;right:58px;top:8px;gap:6px}.module-playbar .ink-button{min-width:52px;min-height:38px;padding:7px 8px;font-size:13px}.module-playbar__stats{min-width:0;max-width:calc(100vw - 132px);justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.module-playbar__stats>span{min-height:32px;max-width:none;flex:0 0 auto;padding:5px 9px;font-size:12px}.module-playbar__stats>span:first-child{max-width:96px;overflow:hidden;text-overflow:ellipsis}.challenge-stage--play{padding-top:112px}.challenge-stage--play .module-playbar{flex-wrap:wrap;align-items:flex-start}.challenge-stage--play .module-playbar__stats{order:2;flex:1 1 0;margin-left:0}.challenge-item-hud{order:3;width:100%;gap:4px}.challenge-item-button{width:34px;height:34px;border-radius:10px}.challenge-item-button span{right:-4px;bottom:-4px;min-width:16px;height:16px;font-size:10px}.charbook-stage{grid-template-rows:minmax(0,.54fr) minmax(0,.46fr)}.charbook-index,.charbook-book,.decode-altar,.guess-oracle,.guess-ledger,.level-map,.challenge-scroll,.challenge-options,.collected-shelf,.puzzle-board-wrap,.puzzle-tools{padding:10px}.charbook-search{display:block}.charbook-page{grid-template-columns:minmax(86px,.32fr) minmax(0,.68fr);grid-template-areas:"head head" "glyph entry";gap:8px 10px}.charbook-detail-head{gap:8px}.charbook-detail-mark{font-size:11px}.charbook-detail-head h3{font-size:24px}.charbook-decode-cta{min-height:40px;padding:5px 11px 5px 6px;gap:6px;font-size:13px}.charbook-decode-cta__seal{width:28px;height:28px;font-size:17px}.charbook-page .detail-char{width:86px;height:102px;border-radius:18px;font-size:66px}.charbook-reading-row{gap:5px}.charbook-reading-row span{min-width:0;padding:4px 7px;font-size:12px}.charbook-entry-panel{max-height:178px;padding-right:4px}.charbook-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-bottom:8px}.charbook-stat-grid div{padding:6px 7px;border-radius:9px}.charbook-stat-grid dt{font-size:11px}.charbook-stat-grid dd,.charbook-entry-section li,.charbook-entry-section p{font-size:13px;line-height:1.5}.charbook-entry-section{padding:8px 0}.charbook-entry-section h4{margin-bottom:5px;font-size:14px}.decode-stage{grid-template-rows:minmax(0,auto) minmax(280px,1fr);gap:8px;padding:46px 8px 10px}.decode-workbench{width:100%;min-width:0;border-radius:12px}.decode-title{left:7%;top:8%}.decode-slot{border-radius:8px}.decode-output{border-radius:7px}.decode-workbench .ink-button{top:82.2%;min-width:98px;min-height:32px;padding:5px 10px;font-size:13px}.module-scene .decode-message{left:auto;right:auto;bottom:auto;width:100%;min-height:32px;padding:5px 8px;font-size:12px}.decode-pool{grid-template-columns:1fr;min-height:280px;gap:6px}.decode-pool>strong{font-size:16px}.wordsea-hud{min-height:38px;gap:6px;padding-right:54px;overflow-x:auto}.wordsea-hud h2{min-width:max-content;font-size:21px}.wordsea-hud>strong,.wordsea-hud>span{min-height:32px;padding:5px 9px;font-size:13px}.wordsea-field .char-tile{width:48px;height:56px}.wordsea-field .char-tile span{font-size:26px}.wordsea-settle{width:calc(100vw - 20px);min-height:min(520px,calc(100dvh - 20px))}.wordsea-modal-main{inset:13.5% 16% 25.5% 14%;gap:6px}.wordsea-settle-summary{grid-template-columns:repeat(5,minmax(0,1fr));gap:4px}.wordsea-settle-summary>span{min-height:50px;grid-template-rows:16px minmax(24px,1fr);font-size:12px}.wordsea-settle-summary>span>strong{min-height:24px;font-size:17px}.wordsea-settle-summary .stars{font-size:14px}.wordsea-candidate-grid{grid-template-columns:repeat(auto-fit,minmax(38px,52px));grid-auto-rows:minmax(38px,52px);min-height:54px;max-height:112px;gap:6px}.wordsea-modal-layer{padding:10px}.guess-stage{gap:10px}.guess-input-shell{width:120px;height:120px}.guess-ledger{padding:28px 34px 22px}.guess-history__row{min-height:38px;padding:6px 24px;grid-template-columns:44px minmax(0,1fr) 48px}.guess-history{flex-basis:214px;max-height:214px;gap:5px}.guess-history__row strong{font-size:24px}.guess-history__row em{font-size:18px}.guess-settle-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.guess-candidate-grid{grid-template-columns:repeat(5,minmax(44px,58px));gap:6px}.guess-modal-layer{padding:10px}.guess-modal--confirm{min-height:260px;padding:42px 52px 38px}.guess-modal--settle{min-height:min(520px,calc(100dvh - 20px));padding:38px 48px 34px;gap:8px}.guess-settle-tab{right:8px;top:54px;bottom:auto;width:154px;height:101px;padding:0 14px 7px 8px;font-size:13px}.level-card-grid{grid-template-columns:1fr;gap:8px}.level-card{min-height:154px;padding:18px 18px 16px;gap:5px}.level-card strong{font-size:23px}.level-card p{display:none}.level-card__foot{font-size:13px}.challenge-stage--select,.puzzle-stage--select{grid-template-columns:1fr}.challenge-stage--play{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) minmax(176px,.38fr);grid-template-areas:"scroll" "shelf"}.challenge-topline{grid-template-columns:1fr;gap:6px}.challenge-target-panel{min-height:40px;gap:6px;padding:5px 8px;font-size:12px}.challenge-path-list button{min-height:30px;max-width:68vw;padding:4px 9px;font-size:12px}.challenge-title-line strong{font-size:21px}.challenge-title-line span,.challenge-source-line,.challenge-feedback-chip{font-size:12px}.challenge-scroll .text-grid{grid-template-columns:repeat(auto-fill,minmax(34px,1fr));gap:5px}.target-cell{height:38px;font-size:20px}.puzzle-stage--play{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) minmax(176px,.38fr);grid-template-areas:"board" "shelf"}.puzzle-map{width:min(100%,420px)}.collected-shelf{grid-template-columns:1fr auto auto;grid-template-rows:auto minmax(0,1fr);grid-template-areas:"head pager use" "grid grid grid";gap:6px}.collected-shelf__head{align-content:center}.collected-shelf__head h3{font-size:19px}.collected-shelf__head span{display:none}.collected-shelf__pager button,.collected-shelf__use{min-height:24px;padding:2px 7px;font-size:12px}.collected-shelf__use{min-width:54px}.collected-shelf__pager{grid-template-columns:auto auto auto;align-items:center;gap:5px;font-size:12px}.collected-shelf__grid{--collected-shelf-tile-min-width: 30px;--collected-shelf-tile-min-height: 28px;gap:4px}.collected-shelf__tile{border-radius:8px;font-size:18px}}:root{--sketch-ink: #4a1713;--sketch-ink-soft: rgba(74, 23, 19, .72);--sketch-paper: #fff7e8;--sketch-paper-deep: #f8e2bb;--sketch-pink: #f4cfd4;--sketch-blue: #d8f2f4;--sketch-teal: #8ccdc6;--sketch-red: #e87573;--sketch-line: rgba(74, 23, 19, .58);--sketch-shadow: 0 12px 22px rgba(74, 23, 19, .12);--sketch-grain: url(/assets/game-ui/sketch/paper-grain.png)}body{overflow:hidden;color:var(--sketch-ink);background:radial-gradient(circle at 13% 20%,rgba(244,207,212,.82),transparent 31%),radial-gradient(circle at 84% 25%,rgba(216,242,244,.88),transparent 34%),radial-gradient(circle at 70% 86%,rgba(198,232,211,.34),transparent 36%),var(--sketch-grain),#fff7e8}.app-shell,.app-shell--home,.app-shell--module{min-height:100dvh;display:block;padding:0}.main-surface{width:min(100vw,1600px);height:100dvh;margin:0 auto;display:grid;grid-template-rows:74px minmax(0,1fr);gap:8px;padding:10px 16px 16px;align-content:stretch}.top-strip,.app-shell--home .top-strip,.app-shell--module .top-strip{position:relative;top:auto;z-index:20;min-height:64px;display:grid;grid-template-columns:minmax(150px,1fr) auto minmax(150px,1fr);align-items:center;gap:12px;border:0;border-radius:0;padding:0 8px;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.player-chip,.app-title-button,.hud-token{position:relative;z-index:1}.player-chip{justify-self:start;display:inline-flex;min-width:0;align-items:center;gap:10px;border:0;padding:4px 12px 4px 4px;color:var(--sketch-ink);background:transparent;font-weight:900}.player-chip:before,.hud-token:before,.app-title-button:before{content:"";position:absolute;z-index:-1;inset:8px 0 7px 18px;border:3px solid rgba(74,23,19,.2);border-radius:999px 70% 999px 62%;background:linear-gradient(95deg,#fffae8e6,#fff1ce99),var(--sketch-grain);transform:rotate(-1deg);filter:drop-shadow(0 5px 0 rgba(255,255,255,.56))}.player-chip__avatar{width:56px;height:56px;object-fit:contain;filter:drop-shadow(0 3px 0 rgba(255,255,255,.72))}.player-chip span{font-size:16px;white-space:nowrap}.app-title-button,.brand--button.app-title-button,.app-shell--home .brand--button,.app-shell--module .brand--button{justify-self:center;display:inline-grid;place-items:center;border:0;padding:7px 34px 11px;color:var(--sketch-ink);background:transparent;box-shadow:none}.app-title-button:before{inset:2px 8px 4px;border-color:#4a17131f;border-radius:42% 58% 50% 47%/64% 42% 58% 46%;transform:rotate(.5deg)}.app-title-button strong,.brand strong,.app-shell--home .brand strong,.app-shell--module .brand strong{display:block;color:var(--sketch-ink);font-family:STKaiti,KaiTi,"Noto Serif SC",serif;font-size:clamp(26px,3vw,48px);font-weight:900;line-height:1;letter-spacing:0;text-shadow:0 2px 0 rgba(255,255,255,.94),1px 0 0 rgba(255,255,255,.78),-1px 0 0 rgba(255,255,255,.78)}.hud-token,.app-shell--home .hud-token,.app-shell--module .hud-token{justify-self:end;min-height:50px;display:inline-flex;align-items:center;gap:7px;border:0;border-radius:0;padding:5px 12px 5px 5px;color:var(--sketch-ink);background:transparent;box-shadow:none}.hud-token:before{inset:9px 0 8px 20px}.hud-token img,.app-shell--home .hud-token img,.app-shell--module .hud-token img{width:44px;height:44px;object-fit:contain}.hud-token span,.hud-token strong,.app-shell--home .hud-token span,.app-shell--home .hud-token strong,.app-shell--module .hud-token span,.app-shell--module .hud-token strong{color:var(--sketch-ink);font-size:15px;font-weight:900;line-height:1;text-shadow:0 1px 0 rgba(255,255,255,.8)}.loading{display:grid;height:100%;place-items:center;color:var(--sketch-ink);font-size:24px;font-weight:900}.lobby-scene,.app-shell--home .lobby-scene{position:relative;width:100%;height:100%;min-height:0;overflow:hidden;border:0;border-radius:0;padding:clamp(14px,2vw,28px);background:radial-gradient(circle at 12% 18%,rgba(244,207,212,.78),transparent 32%),radial-gradient(circle at 83% 20%,rgba(216,242,244,.88),transparent 36%),radial-gradient(circle at 52% 82%,rgba(198,232,211,.25),transparent 34%),var(--sketch-grain),#fff7e8;box-shadow:none;isolation:isolate}.lobby-scene:before,.lobby-scene:after,.app-shell--home .lobby-scene:before,.app-shell--home .lobby-scene:after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none}.lobby-scene:before,.app-shell--home .lobby-scene:before{background:linear-gradient(110deg,transparent 0 12%,rgba(74,23,19,.13) 12.2% 12.5%,transparent 12.8% 100%),linear-gradient(74deg,transparent 0 83%,rgba(74,23,19,.1) 83.2% 83.5%,transparent 83.8% 100%);opacity:.45}.lobby-scene:after,.app-shell--home .lobby-scene:after{background:radial-gradient(circle at 22% 62%,rgba(238,123,121,.16),transparent 18%),radial-gradient(circle at 80% 62%,rgba(140,205,198,.16),transparent 19%)}.home-doodle-layer{position:absolute;inset:0;z-index:1;pointer-events:none}.home-doodle-layer:before,.home-doodle-layer:after{content:"";position:absolute;pointer-events:none;opacity:.72}.home-doodle-layer:before{left:3%;top:8%;width:156px;height:290px;border-left:6px solid rgba(74,23,19,.58);border-radius:50%;background:linear-gradient(48deg,transparent 0 43%,rgba(74,23,19,.56) 44% 46%,transparent 47%) 20px 28px / 70px 76px no-repeat,linear-gradient(126deg,transparent 0 43%,rgba(74,23,19,.42) 44% 46%,transparent 47%) 44px 116px / 82px 80px no-repeat;transform:rotate(-8deg)}.home-doodle-layer:after{right:3%;bottom:4%;width:220px;height:150px;border-bottom:6px solid rgba(74,23,19,.52);border-radius:52% 48% 30% 70%;background:radial-gradient(circle at 30% 50%,rgba(238,123,121,.68) 0 4px,transparent 5px),radial-gradient(circle at 43% 36%,rgba(238,123,121,.68) 0 4px,transparent 5px),radial-gradient(circle at 56% 52%,rgba(238,123,121,.68) 0 4px,transparent 5px);transform:rotate(8deg)}.charbook-bookmark{position:absolute;right:clamp(20px,5vw,78px);top:clamp(74px,10vh,112px);z-index:5;width:clamp(76px,7.6vw,112px);display:grid;justify-items:center;border:0;padding:0;color:var(--sketch-ink);background:transparent;transform:rotate(4deg);filter:drop-shadow(0 8px 0 rgba(255,255,255,.62))}.charbook-bookmark img{width:100%;height:auto;display:block}.charbook-bookmark span,.charbook-bookmark em{position:absolute;left:50%;transform:translate(-50%);font-style:normal;font-weight:900;white-space:nowrap;text-shadow:0 1px 0 rgba(255,255,255,.88)}.charbook-bookmark span{top:58%;font-size:clamp(18px,1.8vw,26px)}.charbook-bookmark em{top:74%;color:#4a1713b3;font-size:clamp(11px,1vw,14px)}.home-play-grid,.scene-map.home-play-grid{position:relative;z-index:2;width:min(1060px,calc(100% - clamp(110px,13vw,170px)));height:100%;min-height:0;margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:clamp(14px,2.2vw,30px);align-items:center;justify-items:center;padding:clamp(24px,4vh,48px) clamp(8px,2vw,30px) clamp(20px,3vh,38px);transform:none;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.scene-map.home-play-grid:before,.scene-map.home-play-grid:after{content:none}.home-play-card,.scene-hotspot.home-play-card,.scene-hotspot--wordsea,.scene-hotspot--guess,.scene-hotspot--challenge,.scene-hotspot--puzzle{position:relative;inset:auto;width:min(100%,390px);height:min(100%,245px);min-height:176px;display:grid;grid-template-rows:minmax(0,1fr) auto;justify-items:center;align-items:center;overflow:visible;border:0;border-radius:0;padding:18px 22px 22px;color:var(--sketch-ink);background:transparent;box-shadow:none;transform:none}.home-play-card:before,.scene-hotspot.home-play-card:before{content:"";position:absolute;inset:10px 4px 4px;z-index:-1;border:5px solid rgba(74,23,19,.54);border-radius:26% 32% 24% 29%/20% 26% 23% 30%;background:linear-gradient(115deg,#fff7e2f0,#ffeecdc7),var(--sketch-grain);box-shadow:0 0 0 8px #ffffffb8,var(--sketch-shadow);transform:rotate(var(--card-rot, -1deg));opacity:1}.home-play-card:after,.scene-hotspot.home-play-card:after{content:"";position:absolute;inset:28px 18px 22px;z-index:-1;border:0;border-radius:48%;background:radial-gradient(circle at 50% 50%,rgba(244,207,212,.38),transparent 68%);box-shadow:none}.home-play-card--wordsea{--card-rot: -2deg}.home-play-card--guess{--card-rot: 1.5deg}.home-play-card--challenge{--card-rot: 1deg}.home-play-card--puzzle{--card-rot: -1deg}.home-play-card__icon{width:min(72%,220px);height:min(70%,170px);object-fit:contain;filter:drop-shadow(0 4px 0 rgba(255,255,255,.72))}.scene-label,.scene-hotspot--book .scene-label,.scene-hotspot--decode .scene-label,.scene-hotspot--challenge .scene-label,.scene-hotspot--puzzle .scene-label,.scene-hotspot--wordsea .scene-label,.scene-hotspot--guess .scene-label{position:relative;inset:auto;display:grid;max-width:100%;justify-items:center;gap:0}.scene-label strong,.scene-hotspot .scene-label strong,.app-shell--home .scene-label strong{display:inline-block;border:0;border-radius:0;padding:0 8px 4px;color:var(--sketch-ink);background:transparent;font-family:STKaiti,KaiTi,"Noto Serif SC",serif;font-size:clamp(26px,2.5vw,40px);font-weight:900;line-height:1;text-shadow:0 2px 0 rgba(255,255,255,.95),1px 0 0 rgba(255,255,255,.75),-1px 0 0 rgba(255,255,255,.75)}.scene-label em{display:none}.home-play-card:hover,.home-play-card:focus-visible,.charbook-bookmark:hover,.charbook-bookmark:focus-visible,.player-chip:hover,.player-chip:focus-visible,.app-title-button:hover,.app-title-button:focus-visible{outline:0;transform:translateY(-2px) rotate(var(--hover-rot, 0deg));filter:drop-shadow(0 8px 0 rgba(255,255,255,.65))}.charbook-bookmark:hover,.charbook-bookmark:focus-visible{--hover-rot: 4deg}.module-scene,.app-shell--module .module-scene{position:relative;height:100%;min-height:0;overflow:hidden;border:0;border-radius:0;background:radial-gradient(circle at 15% 18%,rgba(244,207,212,.64),transparent 32%),radial-gradient(circle at 86% 22%,rgba(216,242,244,.72),transparent 34%),radial-gradient(circle at 72% 86%,rgba(198,232,211,.25),transparent 36%),var(--sketch-grain),#fff7e8;box-shadow:none;isolation:isolate}.module-scene:before,.module-scene:after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none}.module-scene:before{background:linear-gradient(108deg,transparent 0 9%,rgba(74,23,19,.09) 9.2% 9.5%,transparent 9.8% 100%),linear-gradient(76deg,transparent 0 88%,rgba(74,23,19,.08) 88.2% 88.5%,transparent 88.8% 100%);opacity:.5}.module-scene:after{background:radial-gradient(circle at 24% 74%,rgba(238,123,121,.12),transparent 20%),radial-gradient(circle at 78% 72%,rgba(140,205,198,.12),transparent 22%)}.game-vessel,.panel,.module-scene .status-line,.module-scene .success-banner,.module-scene .empty-state,.rule-lantern__panel,.wordsea-modal,.guess-modal,.challenge-modal,.puzzle-modal{border:4px solid rgba(74,23,19,.52);border-radius:28px 24px 30px 22px;color:var(--sketch-ink);background:linear-gradient(115deg,#fff9e6f0,#ffeecfc7),var(--sketch-grain);box-shadow:0 0 0 8px #ffffff94,0 10px 20px #4a171321;-webkit-backdrop-filter:none;backdrop-filter:none}.game-vessel h2,.game-vessel h3,.wordsea-hud h2,.module-title-row h2,.guess-oracle h2,.guess-ledger h3,.charbook-detail-head h3,.decode-title,.challenge-title-line strong,.puzzle-board-wrap .module-title-row h2,.panel h2,.panel__header h2{color:var(--sketch-ink);font-family:STKaiti,KaiTi,"Noto Serif SC",serif;letter-spacing:0;text-shadow:0 2px 0 rgba(255,255,255,.92),1px 0 0 rgba(255,255,255,.72),-1px 0 0 rgba(255,255,255,.72);-webkit-text-stroke:0}.ink-button,.module-scene--guess .ink-button,.module-scene--guess .ink-button--secondary,.toolbar button,.collected-shelf__pager button,.collected-shelf__use,.challenge-path-list button,.level-card,.guess-settle-tab,.wordsea-char-choice,.guess-char-choice{border:3px solid rgba(74,23,19,.54);border-radius:999px 72% 999px 78%;color:var(--sketch-ink);background:linear-gradient(108deg,#fff6cdfa,#ffe1b3c2),var(--sketch-grain);box-shadow:0 0 0 5px #ffffff94,0 7px #4a171314;text-shadow:0 1px 0 rgba(255,255,255,.82)}.ink-button:hover:not(:disabled),.toolbar button:hover:not(:disabled),.collected-shelf__pager button:hover:not(:disabled),.collected-shelf__use:hover:not(:disabled),.challenge-path-list button:hover:not(:disabled){transform:translateY(-1px);filter:saturate(1.04) brightness(1.02)}.ink-button--danger{color:#fff8e8;background:linear-gradient(108deg,#cf4c44eb,#7e241ddb),var(--sketch-grain);text-shadow:0 1px 0 rgba(74,23,19,.72)}.module-scroll{scrollbar-color:rgba(74,23,19,.38) rgba(255,247,226,.44)}.module-scene .toolbar input,.module-scene .guess-form input,.toolbar input{border:3px solid rgba(74,23,19,.46);border-radius:18px 14px 20px 16px;color:var(--sketch-ink);background:linear-gradient(105deg,#fffceef2,#fff2dab8),var(--sketch-grain);box-shadow:inset 0 0 0 4px #ffffff57}.char-tile,.module-scene .char-tile,.collected-shelf__tile,.target-cell,.map-cell{border:3px solid rgba(74,23,19,.48);border-radius:15px 12px 17px 13px;color:var(--sketch-ink);background:linear-gradient(130deg,#fff8e0fa,#f8ddb5bd),var(--sketch-grain);box-shadow:0 0 0 4px #ffffff70,0 4px #4a171314;text-shadow:0 1px 0 rgba(255,255,255,.9)}.char-tile span,.module-scene .char-tile span,.collected-shelf__tile span,.target-cell span,.map-cell span{color:var(--sketch-ink);text-shadow:0 1px 0 rgba(255,255,255,.9)}.char-tile.is-selected,.module-scene .char-tile.is-selected,.collected-shelf__tile.is-selected,.target-cell.is-selected,.map-cell:focus-visible{border-color:#4a1713bd;background:radial-gradient(circle at 50% 38%,rgba(140,205,198,.38),transparent 66%),linear-gradient(130deg,#fff9e0fa,#daf2ebe6),var(--sketch-grain);box-shadow:0 0 0 5px #fff9,0 0 0 9px #8ccdc63d}.rule-lantern{position:absolute;right:22px;top:16px;z-index:9;border:0;background:transparent;box-shadow:none}.rule-lantern__button{min-width:54px;min-height:48px;border:3px solid rgba(74,23,19,.58);border-radius:50% 43% 52% 45%;color:var(--sketch-ink);background:radial-gradient(circle at 38% 30%,rgba(255,255,255,.8),transparent 42%),#ffefc6f2;box-shadow:0 0 0 5px #ffffff94}.rule-lantern__button span{font-size:19px}.rule-lantern__button strong{font-size:12px}.rule-lantern__panel{right:0;width:230px;padding:14px 16px}.module-scene--decode .rule-lantern{left:22px;right:auto}.module-scene--decode .rule-lantern__panel{left:0;right:auto}.charbook-stage,.decode-stage,.wordsea-stage,.guess-stage,.challenge-stage,.puzzle-stage{position:relative;z-index:1;height:100%;min-height:0}.charbook-stage{grid-template-columns:minmax(230px,.28fr) minmax(0,.72fr);gap:18px;padding:28px 28px 24px}.charbook-index,.charbook-book{padding:18px}.charbook-book{background:linear-gradient(105deg,#fff9e6f5,#eff8f6c7),var(--sketch-grain)}.charbook-book:before{inset:16px;border:2px dashed rgba(74,23,19,.2);border-radius:24px}.charbook-page .detail-char{border:4px solid rgba(74,23,19,.52);border-radius:24px 20px 26px 22px;color:var(--sketch-ink);background:linear-gradient(115deg,#fffceef5,#f4cfd447),var(--sketch-grain);box-shadow:0 0 0 7px #ffffff9e}.charbook-decode-cta{border:3px solid rgba(74,23,19,.56);color:var(--sketch-ink);background:linear-gradient(108deg,#fff6cdf5,#d8f2f49e),var(--sketch-grain);box-shadow:0 0 0 5px #ffffff8f}.charbook-decode-cta__seal{color:#fff8e8;background:var(--sketch-red);box-shadow:none}.decode-stage{grid-template-columns:minmax(0,1.2fr) minmax(260px,.52fr);grid-template-areas:"altar pool";align-items:stretch;gap:18px;padding:28px 28px 24px}.decode-workbench{width:min(100%,850px);min-height:min(100%,470px);aspect-ratio:16 / 9;border:5px solid rgba(74,23,19,.54);border-radius:34px 28px 38px 26px;background:radial-gradient(circle at 50% 40%,rgba(216,242,244,.6),transparent 34%),linear-gradient(115deg,#fff9e6f5,#ffecd2b8),var(--sketch-grain);box-shadow:0 0 0 9px #ffffff94,0 12px 22px #4a171321}.decode-workbench:before,.decode-workbench:after{content:"";position:absolute;z-index:1;pointer-events:none}.decode-workbench:before{inset:24% 20% 28%;border:4px dashed rgba(74,23,19,.2);border-radius:42% 48% 44% 46%}.decode-workbench:after{left:14%;right:14%;bottom:16%;border-bottom:5px solid rgba(74,23,19,.18);transform:rotate(-1deg)}.decode-title{left:7%;top:8%;font-size:clamp(24px,3.5cqw,40px)}.decode-slot,.decode-output{border:4px solid rgba(74,23,19,.5);border-radius:18px 14px 20px 15px;background:linear-gradient(130deg,#fffceefa,#f8ddb5b8),var(--sketch-grain);box-shadow:0 0 0 5px #ffffff85;text-shadow:0 2px 0 rgba(255,255,255,.86)}.decode-slot:hover,.decode-slot:focus-visible{background:radial-gradient(circle at 50% 50%,rgba(140,205,198,.32),transparent 62%),linear-gradient(130deg,#fffceefa,#f8ddb5b8),var(--sketch-grain)}.decode-slot.is-empty:before{color:#4a17136b;text-shadow:none}.decode-plus,.decode-action,.decode-workbench .ink-button{color:var(--sketch-ink);text-shadow:0 1px 0 rgba(255,255,255,.86)}.decode-action{border:4px solid rgba(74,23,19,.52);background:linear-gradient(130deg,#ee7b79cc,#ffdeb8d6),var(--sketch-grain);box-shadow:0 0 0 5px #ffffff8f}.decode-action:not(:disabled):hover,.decode-action:not(:disabled):focus-visible{background:linear-gradient(130deg,#ee7b79eb,#ffdeb8e6),var(--sketch-grain)}.decode-workbench .ink-button{border:4px solid rgba(74,23,19,.52);background:linear-gradient(108deg,#fff6cdf5,#8ccdc694),var(--sketch-grain)}.decode-workbench .ink-button:hover:not(:disabled){transform:translate(-50%,calc(-50% - 1px))}.decode-workbench .ink-button:active:not(:disabled){transform:translate(-50%,-50%)}.decode-pool{padding:16px}.wordsea-stage{grid-template-rows:auto minmax(0,1fr) auto;gap:12px;padding:18px 28px 24px}.wordsea-hud{min-height:50px;padding-right:72px}.wordsea-hud h2{color:var(--sketch-ink)}.scene-badge,.wordsea-hud>strong,.wordsea-hud>span,.module-playbar__stats>span,.challenge-feedback-chip,.challenge-target-panel,.wordsea-settle-summary>span,.guess-settle-summary>span,.data-grid span{border:3px solid rgba(74,23,19,.26);border-radius:999px 72% 999px 78%;color:var(--sketch-ink);background:linear-gradient(112deg,#fff8e2e6,#d8f2f480),var(--sketch-grain);box-shadow:0 0 0 4px #ffffff6b}.wordsea-field{position:relative;border:5px solid rgba(74,23,19,.44);border-radius:36px 26px 32px 28px;background:radial-gradient(ellipse at 50% 58%,rgba(216,242,244,.86),transparent 46%),linear-gradient(180deg,#fff9e6db,#cae8e5b8),var(--sketch-grain);box-shadow:0 0 0 8px #ffffff85,inset 0 -16px 36px #8ccdc62e}.wordsea-field:before,.wordsea-field:after{height:30%;background:repeating-radial-gradient(ellipse at 50% 100%,rgba(74,23,19,.14) 0 2px,transparent 3px 20px),linear-gradient(180deg,transparent,rgba(140,205,198,.2))}.wordsea-modal-layer,.guess-modal-layer,.challenge-modal-layer,.puzzle-modal-layer{background:#fff7e88a;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.wordsea-modal,.guess-modal,.challenge-modal,.puzzle-modal{filter:none;text-align:center}.wordsea-modal,.wordsea-settle{width:min(820px,calc(100vw - 28px));aspect-ratio:auto;min-height:430px;padding:26px 30px 24px}.wordsea-modal-main{position:relative;inset:auto}.wordsea-modal-actions{position:relative;left:auto;right:auto;bottom:auto;margin-top:14px}.wordsea-char-choice,.guess-char-choice{aspect-ratio:1;border-radius:18px 14px 20px 16px;background:linear-gradient(130deg,#fffceefa,#f8ddb5bd),var(--sketch-grain)}.wordsea-char-choice.is-selected,.guess-char-choice.is-selected{filter:none;box-shadow:0 0 0 5px #ffffff9e,0 0 0 9px #8ccdc657}.guess-stage{grid-template-columns:minmax(0,.55fr) minmax(320px,.45fr);padding:34px 44px 28px}.guess-oracle{transform:none}.guess-input-shell{border:5px solid rgba(74,23,19,.48);border-radius:24px 20px 26px 18px;background:linear-gradient(130deg,#fffceefa,#ffefd2b8),var(--sketch-grain);box-shadow:0 0 0 7px #ffffff8f,0 10px 18px #4a17131a}.guess-input-shell:before{background:linear-gradient(90deg,transparent calc(50% - 1px),rgba(74,23,19,.22) calc(50% - 1px) calc(50% + 1px),transparent calc(50% + 1px)),linear-gradient(0deg,transparent calc(50% - 1px),rgba(74,23,19,.22) calc(50% - 1px) calc(50% + 1px),transparent calc(50% + 1px)),linear-gradient(45deg,transparent calc(50% - 1px),rgba(74,23,19,.12) calc(50% - 1px) calc(50% + 1px),transparent calc(50% + 1px)),linear-gradient(-45deg,transparent calc(50% - 1px),rgba(74,23,19,.12) calc(50% - 1px) calc(50% + 1px),transparent calc(50% + 1px))}.guess-ledger{border:4px solid rgba(74,23,19,.52);padding:26px 28px 24px;background:linear-gradient(115deg,#fff9e6f0,#d8f2f485),var(--sketch-grain);box-shadow:0 0 0 8px #ffffff94,0 10px 18px #4a17131f}.guess-history__row{border:3px solid rgba(74,23,19,.32);border-radius:16px 12px 18px 14px;padding:8px 16px;background:linear-gradient(105deg,#fffae8eb,#ffeccdad),var(--sketch-grain)}.guess-settle-tab{right:18px;top:78px;width:auto;height:auto;min-height:42px;border-radius:999px 72% 999px 78%;padding:8px 16px 9px;color:var(--sketch-ink);text-shadow:0 1px 0 rgba(255,255,255,.86)}.guess-settle-tab:before{content:none}.guess-modal--confirm,.guess-modal--settle{width:min(720px,calc(100vw - 28px));min-height:auto;max-height:calc(100dvh - 28px);padding:28px 34px;overflow:auto}.challenge-stage,.puzzle-stage{padding:58px 28px 24px}.module-playbar{left:28px;right:86px;top:10px}.challenge-item-button{border:3px solid rgba(74,23,19,.48);border-radius:16px 12px 18px 14px;background:linear-gradient(130deg,#fffceef5,#d8f2f4a8),var(--sketch-grain);box-shadow:0 0 0 4px #ffffff80}.challenge-item-button span{border-color:#4a171394;color:#fff8e8;background:var(--sketch-red)}.level-map,.challenge-scroll,.puzzle-board-wrap{background:linear-gradient(115deg,#fff9e6f0,#d8f2f470),var(--sketch-grain)}.level-card{min-height:190px;border-radius:28px 24px 30px 22px}.level-card.is-cleared{background:radial-gradient(circle at 80% 18%,rgba(140,205,198,.38),transparent 30%),linear-gradient(115deg,#fff9e6f0,#d8f2f494),var(--sketch-grain)}.level-card.is-locked{color:#4a17138c;background:linear-gradient(115deg,#ece2d0e6,#dbd2c2bd),var(--sketch-grain);filter:saturate(.54)}.level-card.is-locked:before,.level-card.is-locked:after{content:none}.challenge-scroll .text-grid{grid-template-columns:repeat(auto-fill,minmax(44px,1fr))}.target-cell{height:48px;font-size:24px}.target-cell.is-filled{color:var(--sketch-ink);background:radial-gradient(circle at 50% 38%,rgba(140,205,198,.42),transparent 66%),linear-gradient(130deg,#fff9e0fa,#daf2ebe6),var(--sketch-grain)}.puzzle-map{border:5px solid rgba(74,23,19,.48);background:linear-gradient(115deg,#fff9e6cc,#d8f2f49e),var(--sketch-grain);box-shadow:0 0 0 8px #ffffff80,inset 0 0 0 3px #ffffff47}.map-cell--墙{color:#4a1713c7;background:linear-gradient(130deg,#b4ac9aad,#847c6f7a),var(--sketch-grain)}.map-cell--火{color:var(--sketch-ink);background:radial-gradient(circle at 50% 45%,#ee7b79b3,#ffe2b5cc),var(--sketch-grain)}.module-scene--challenge .challenge-scroll{gap:14px}.module-scene--challenge .challenge-poem{flex:1 1 auto;min-height:0;display:flex;align-content:flex-start;align-items:center;gap:8px 6px;flex-wrap:wrap;overflow:auto;border:3px solid rgba(74,23,19,.18);border-radius:22px 18px 24px 20px;padding:clamp(14px,2vw,24px);color:var(--sketch-ink);background:linear-gradient(115deg,#fffceeb8,#d8f2f442),var(--sketch-grain);font-family:STKaiti,KaiTi,"Noto Serif SC",serif;font-size:clamp(24px,2.2vw,34px);font-weight:900;line-height:1.35}.module-scene--challenge .challenge-text-char{display:inline-grid;min-width:1em;min-height:1.25em;place-items:center;white-space:pre-wrap}.module-scene--challenge .challenge-blank{width:clamp(42px,4vw,58px);height:clamp(42px,4vw,58px);color:var(--sketch-ink);background:linear-gradient(130deg,#fff8e09e,#f8ddb56b),var(--sketch-grain)}.module-scene--challenge .challenge-blank span{color:inherit;font-size:clamp(23px,2.2vw,32px);line-height:1}.module-scene--challenge .challenge-blank.is-placeable{border-color:#4a1713bd;background:radial-gradient(circle at 50% 38%,rgba(140,205,198,.38),transparent 66%),linear-gradient(130deg,#fff9e0fa,#daf2ebe6),var(--sketch-grain);box-shadow:0 0 0 5px #fff9,0 0 0 9px #8ccdc63d}.module-scene--challenge .challenge-blank.is-filled{background:radial-gradient(circle at 50% 38%,rgba(140,205,198,.24),transparent 66%),linear-gradient(130deg,#fff9e0fa,#daf2ebdb),var(--sketch-grain)}.module-scene--challenge .challenge-blank.is-hinting{color:#1f6f68;border-color:#1f6f68bd;background:radial-gradient(circle at 50% 36%,rgba(140,205,198,.68),transparent 66%),linear-gradient(130deg,#fff9e0fa,#d8f2f4f0),var(--sketch-grain)}.module-scene--challenge .challenge-blank.is-mistake{color:#8f2722;border-color:#8f2722bd;background:radial-gradient(circle at 50% 36%,rgba(232,117,115,.42),transparent 66%),linear-gradient(130deg,#fff9e0fa,#f4cfd4eb),var(--sketch-grain)}.module-scene--challenge .challenge-empty{display:grid;place-items:center;align-content:center;gap:14px;text-align:center}.module-scene--challenge .challenge-empty p{max-width:420px;margin:0;color:var(--sketch-ink-soft);font-weight:900;line-height:1.7}.module-scene--challenge .challenge-modal--settle{width:min(780px,calc(100vw - 28px));max-height:calc(100dvh - 28px);min-height:auto;grid-template-rows:auto auto minmax(0,1fr) auto;align-content:stretch;padding:clamp(22px,3vw,44px);overflow:auto}.challenge-settle-summary{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.challenge-settle-summary span{display:inline-flex;min-height:34px;align-items:center;border:2px solid rgba(74,23,19,.3);border-radius:999px 72% 999px 78%;padding:5px 11px;background:#fff9e6bd;font-weight:900}.challenge-settle-answer{min-height:0;max-width:100%;margin:0;overflow:auto;color:var(--sketch-ink);font-family:STKaiti,KaiTi,"Noto Serif SC",serif;font-size:clamp(20px,2vw,28px);font-weight:900;line-height:1.8;text-align:left}.challenge-settle-answer .is-correct{color:#20746d;text-shadow:0 1px 0 rgba(255,255,255,.9)}.challenge-settle-answer .is-wrong{color:#982b25;text-shadow:0 1px 0 rgba(255,255,255,.9)}.challenge-settle-answer em{color:#982b25;font-size:.78em;font-style:normal}@media(max-width:680px){.module-scene--challenge .challenge-poem{gap:5px 4px;padding:10px;font-size:22px}.module-scene--challenge .challenge-blank{width:36px;height:36px}.module-scene--challenge .challenge-blank span{font-size:22px}.module-scene--challenge .challenge-modal--settle{width:min(640px,calc(100vw - 20px));max-height:calc(100dvh - 20px);padding:18px}.challenge-settle-answer{font-size:18px;line-height:1.65}}.puzzle-map.is-replacing .map-cell{background:radial-gradient(circle at 50% 38%,rgba(238,123,121,.28),transparent 66%),linear-gradient(130deg,#fff9e0fa,#daf2ebe6),var(--sketch-grain)}.collected-shelf{border-radius:24px 20px 26px 22px;background:linear-gradient(105deg,#fff9e6f0,#ffecd2b8),var(--sketch-grain)}.collected-shelf__use{color:var(--sketch-ink);background:linear-gradient(108deg,#fff6cdf5,#ee7b796b),var(--sketch-grain)}.two-column{position:relative;z-index:1;height:100%;min-height:0;display:grid;grid-template-columns:minmax(0,.92fr) minmax(300px,.58fr);gap:18px;padding:28px;background:radial-gradient(circle at 15% 18%,rgba(244,207,212,.6),transparent 32%),radial-gradient(circle at 86% 22%,rgba(216,242,244,.72),transparent 34%),var(--sketch-grain),#fff7e8;overflow:hidden}.panel{min-height:0;overflow:hidden}.event-log{min-height:0;overflow:auto}.event-log div{border:3px solid rgba(74,23,19,.26);border-radius:16px 12px 18px 14px;background:linear-gradient(105deg,#fffae8eb,#ffeccdad),var(--sketch-grain)}@media(max-width:900px){.main-surface{grid-template-rows:112px minmax(0,1fr);padding:8px}.top-strip,.app-shell--home .top-strip,.app-shell--module .top-strip{grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:4px 8px;padding:0}.app-title-button{grid-column:1 / -1;grid-row:1}.player-chip{grid-column:1;grid-row:2}.hud-token{grid-column:2;grid-row:2}.app-title-button strong,.brand strong,.app-shell--home .brand strong,.app-shell--module .brand strong{font-size:clamp(25px,8vw,36px)}.player-chip__avatar{width:46px;height:46px}.hud-token img,.app-shell--home .hud-token img,.app-shell--module .hud-token img{width:38px;height:38px}.home-play-grid,.scene-map.home-play-grid{width:100%;grid-template-columns:1fr;grid-template-rows:repeat(4,minmax(126px,1fr));gap:10px;padding:54px 12px 10px}.home-play-card,.scene-hotspot.home-play-card{width:min(100%,430px);min-height:126px;grid-template-columns:.45fr .55fr;grid-template-rows:1fr;padding:12px 18px}.home-play-card__icon{width:100%;height:100%}.charbook-bookmark{right:8px;top:8px;width:66px}.charbook-bookmark span{font-size:16px}.charbook-bookmark em{display:none}.charbook-stage,.decode-stage,.guess-stage,.challenge-stage--play,.puzzle-stage--play,.two-column{grid-template-columns:1fr}.charbook-stage{grid-template-rows:minmax(150px,.36fr) minmax(0,.64fr);padding:12px}.decode-stage{grid-template-areas:"altar" "pool";grid-template-rows:minmax(0,.6fr) minmax(150px,.4fr);padding:12px}.wordsea-stage,.guess-stage,.challenge-stage,.puzzle-stage{padding:56px 10px 10px}.wordsea-hud{flex-wrap:wrap;gap:6px;padding-right:0}.wordsea-hud h2{flex-basis:100%}.guess-stage{grid-template-rows:minmax(0,.48fr) minmax(0,.52fr)}.guess-oracle,.guess-ledger{width:min(100%,520px)}.guess-ledger{padding:16px}.guess-settle-tab{right:8px;top:72px;min-height:34px;padding:5px 10px}.module-playbar{left:10px;right:68px;top:8px;gap:6px}.module-playbar__stats>span{max-width:54vw}.challenge-stage--play,.puzzle-stage--play{grid-template-rows:minmax(0,1fr) minmax(170px,.36fr)}.challenge-topline{grid-template-columns:1fr}.two-column{grid-template-rows:minmax(0,1fr) minmax(0,1fr);padding:12px}}@media(max-width:560px){.top-strip span,.top-strip button{font-size:12px}.player-chip span{font-size:14px}.hud-token span{display:none}.scene-label strong,.scene-hotspot .scene-label strong,.app-shell--home .scene-label strong{font-size:24px}.decode-workbench{min-height:310px}.decode-title{font-size:22px}.decode-slot,.decode-output{font-size:30px}.charbook-page{grid-template-columns:1fr;grid-template-areas:"head" "glyph" "entry"}.charbook-page .detail-char{width:112px;height:136px;font-size:82px}.wordsea-modal,.wordsea-settle,.guess-modal--confirm,.guess-modal--settle,.challenge-modal,.puzzle-modal{padding:18px}}.app-shell--home .main-surface,.app-shell--module .main-surface,.app-shell--profile .main-surface{width:min(100vw,1680px);height:100dvh;margin:0 auto;display:grid;align-content:stretch;gap:0;padding:0}.app-shell,.app-shell--home,.app-shell--module,.app-shell--profile{background:radial-gradient(circle at 7% 16%,rgba(244,207,212,.78),transparent 30%),radial-gradient(circle at 95% 86%,rgba(216,242,244,.84),transparent 34%),radial-gradient(circle at 50% 48%,rgba(255,249,236,.62),transparent 48%),var(--sketch-grain),#fff7e8}.app-shell--home .main-surface{grid-template-rows:clamp(150px,21dvh,196px) minmax(0,1fr)}.app-shell--module .main-surface,.app-shell--profile .main-surface{grid-template-rows:76px minmax(0,1fr)}.app-shell--home .top-strip,.app-shell--module .top-strip,.app-shell--profile .top-strip{width:auto;justify-self:stretch;inset:auto;min-height:0;margin:0;padding:18px clamp(34px,4vw,62px) 0;display:grid;grid-template-columns:minmax(250px,1fr) auto minmax(250px,1fr);align-items:start;gap:18px;background:transparent}.app-shell--module .top-strip,.app-shell--profile .top-strip{padding-top:8px}.app-shell--home .app-title-button:before{content:none}.app-shell--home .app-title-button,.app-shell--home .brand--button.app-title-button{padding:50px 0 0;filter:none}.app-shell--home .app-title-button strong,.app-shell--home .brand strong{font-size:clamp(62px,6.4vw,108px);line-height:.95;color:#4a1713;text-shadow:0 6px 0 rgba(255,255,255,.92),5px 0 0 rgba(255,255,255,.84),-5px 0 0 rgba(255,255,255,.84),0 -4px 0 rgba(255,255,255,.72),0 12px 16px rgba(74,23,19,.1)}.app-shell--home .player-chip{width:fit-content;gap:18px;padding:0;align-items:center}.app-shell--home .player-chip:before{content:none}.app-shell--home .player-chip__avatar{width:clamp(86px,7.4vw,118px);height:clamp(86px,7.4vw,118px);filter:drop-shadow(0 4px 0 rgba(255,255,255,.82))}.app-shell--home .player-chip span{position:relative;padding:4px 38px 12px 0;font-family:STKaiti,KaiTi,"Noto Serif SC",serif;font-size:clamp(24px,2vw,34px);color:#35120f}.app-shell--home .player-chip span:after{content:"";position:absolute;left:0;right:6px;bottom:0;height:8px;border-radius:50%;background:linear-gradient(90deg,rgba(198,72,66,.72),rgba(198,72,66,.18) 72%,transparent);transform:rotate(-1deg)}.app-shell--home .hud-token{margin-top:clamp(26px,4vw,48px)}.app-shell--home .hud-token:before{inset:6px 0 6px 18px;border-width:3px;border-color:#4a17133d;border-radius:999px 70% 999px 72%;background:linear-gradient(94deg,#fffae8f5,#fff1d2c7),var(--sketch-grain)}.app-shell--home .hud-token img{width:clamp(46px,3.7vw,58px);height:clamp(46px,3.7vw,58px)}.app-shell--home .hud-token span,.app-shell--home .hud-token strong{font-size:clamp(16px,1.45vw,24px)}.lobby-scene,.app-shell--home .lobby-scene{width:100%;height:100%;min-height:0;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;place-items:start center;padding:clamp(58px,8.2dvh,78px) clamp(34px,4vw,62px) clamp(24px,3dvh,38px);background:transparent}.lobby-scene:before{background:linear-gradient(36deg,transparent 0 13%,rgba(74,23,19,.36) 13.15% 13.55%,transparent 13.75% 100%),linear-gradient(126deg,transparent 0 12%,rgba(74,23,19,.28) 12.15% 12.55%,transparent 12.75% 100%),radial-gradient(circle at 7% 40%,rgba(198,72,66,.56) 0 9px,transparent 10px),radial-gradient(circle at 7% 40%,transparent 0 36px,rgba(198,72,66,.44) 37px 42px,transparent 43px);background-size:240px 280px,210px 260px,220px 220px,220px 220px;background-position:38px 90px,54px 168px,32px 168px,32px 168px;background-repeat:no-repeat;opacity:.66}.lobby-scene:after{background:radial-gradient(circle at 88% 64%,rgba(216,242,244,.82),transparent 12%),radial-gradient(circle at 91% 78%,rgba(140,205,198,.38) 0 28px,transparent 31px),linear-gradient(116deg,transparent 0 83%,rgba(74,23,19,.24) 83.1% 83.45%,transparent 83.7% 100%);opacity:.72}.home-doodle-layer:before{left:2.6%;top:31%;width:min(15vw,210px);height:min(30vw,360px);opacity:.78}.home-doodle-layer:after{right:5%;bottom:2%;width:min(17vw,260px);opacity:.52}.charbook-bookmark{right:clamp(54px,7vw,112px);top:clamp(32px,4.6dvh,58px);width:clamp(90px,8vw,132px)}.home-play-grid,.scene-map.home-play-grid{inset:auto;width:max(620px,min(980px,calc(100vw - 460px)));height:clamp(340px,48dvh,520px);min-height:0;margin:0 auto;justify-self:center;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:clamp(20px,3dvh,34px) clamp(36px,4.2vw,68px);align-items:stretch;justify-items:stretch;padding:0;transform:none}.home-play-card,.scene-hotspot.home-play-card{width:100%;height:100%;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);align-items:center;justify-items:center;gap:2px;padding:clamp(22px,2.1vw,30px) clamp(28px,2.8vw,40px) clamp(20px,2.1vw,28px)}.home-play-card:before,.scene-hotspot.home-play-card:before{inset:0;border:5px solid rgba(74,23,19,.62);border-style:dashed;border-radius:30% 24% 29% 23%/24% 32% 22% 30%;background:radial-gradient(circle at 8% 18%,rgba(244,207,212,.24),transparent 22%),radial-gradient(circle at 90% 72%,rgba(216,242,244,.22),transparent 24%),linear-gradient(108deg,#fffaecf5,#fff3dcc7),var(--sketch-grain);box-shadow:0 0 0 10px #ffffffbd,0 10px 18px #4a171314}.home-play-card:after,.scene-hotspot.home-play-card:after{inset:24% 12% 10%;background:transparent}.home-play-card--wordsea:after{background:radial-gradient(ellipse at 46% 70%,rgba(137,196,219,.34),transparent 62%)}.home-play-card--guess:after{background:radial-gradient(ellipse at 52% 54%,rgba(255,212,132,.34),transparent 58%)}.home-play-card--challenge:after{background:radial-gradient(ellipse at 50% 60%,rgba(238,123,121,.2),transparent 58%)}.home-play-card--puzzle:after{background:radial-gradient(ellipse at 52% 60%,rgba(140,205,198,.26),transparent 58%)}.scene-label{grid-row:1}.home-play-card__icon{grid-row:2;width:min(84%,310px);height:100%;max-height:150px;object-fit:contain}.home-play-card--wordsea .home-play-card__icon{width:min(88%,330px)}.home-play-card--guess .home-play-card__icon{max-height:156px}.scene-label strong,.scene-hotspot .scene-label strong,.app-shell--home .scene-label strong{font-size:clamp(33px,2.55vw,44px)}.module-scene,.app-shell--module .module-scene{background:radial-gradient(circle at 9% 13%,rgba(244,207,212,.72),transparent 29%),radial-gradient(circle at 93% 86%,rgba(216,242,244,.84),transparent 34%),radial-gradient(circle at 50% 46%,rgba(255,249,236,.68),transparent 50%),var(--sketch-grain),#fff7e8}.module-scene:before{background:linear-gradient(36deg,transparent 0 8%,rgba(74,23,19,.18) 8.15% 8.45%,transparent 8.7% 100%),linear-gradient(126deg,transparent 0 88%,rgba(74,23,19,.14) 88.15% 88.45%,transparent 88.7% 100%);opacity:.42}.module-scene:after{background:radial-gradient(circle at 4% 70%,rgba(198,72,66,.22) 0 30px,transparent 33px),radial-gradient(circle at 94% 24%,rgba(140,205,198,.28) 0 36px,transparent 39px);opacity:.56}body:before{background:none}@media(min-width:1400px){.home-play-grid,.scene-map.home-play-grid{width:980px;height:clamp(390px,48dvh,520px)}}@media(max-width:1020px){.app-shell--home .main-surface{grid-template-rows:132px minmax(0,1fr)}.app-shell--home .top-strip{grid-template-columns:minmax(170px,1fr) auto minmax(170px,1fr);padding:12px 18px 0}.app-shell--home .app-title-button{padding-top:34px}.app-shell--home .app-title-button strong{font-size:clamp(44px,7vw,70px)}.app-shell--home .player-chip__avatar{width:72px;height:72px}.app-shell--home .player-chip span{font-size:21px}.home-play-grid,.scene-map.home-play-grid{width:min(760px,calc(100vw - 120px));height:min(100%,500px);gap:20px 30px}.charbook-bookmark{right:24px;width:86px}}@media(max-width:760px){.app-shell--home .main-surface,.app-shell--module .main-surface,.app-shell--profile .main-surface{grid-template-rows:118px minmax(0,1fr);padding:0}.app-shell--home .top-strip,.app-shell--module .top-strip,.app-shell--profile .top-strip{grid-template-columns:1fr auto;grid-template-rows:auto auto;padding:6px 10px 0;gap:2px 8px}.app-title-button{grid-column:1 / -1;grid-row:1;padding:0}.app-shell--home .app-title-button{padding-top:2px}.app-shell--home .app-title-button strong,.app-title-button strong,.brand strong{font-size:clamp(30px,9vw,42px)}.player-chip{grid-column:1;grid-row:2}.hud-token{grid-column:2;grid-row:2}.app-shell--home .player-chip{gap:8px}.app-shell--home .player-chip__avatar,.player-chip__avatar{width:46px;height:46px}.app-shell--home .player-chip span{padding:0 14px 6px 0;font-size:16px}.app-shell--home .hud-token,.hud-token{margin-top:0;min-height:46px}.app-shell--home .hud-token img,.hud-token img{width:36px;height:36px}.lobby-scene,.app-shell--home .lobby-scene{padding:8px 12px 12px}.home-play-grid,.scene-map.home-play-grid{width:min(100%,440px);height:100%;grid-template-columns:1fr;grid-template-rows:repeat(4,minmax(0,1fr));gap:9px}.home-play-card,.scene-hotspot.home-play-card{grid-template-columns:.42fr .58fr;grid-template-rows:1fr;padding:9px 16px}.scene-label{grid-column:2;grid-row:1}.home-play-card__icon{grid-column:1;grid-row:1;width:100%;max-height:96px}.scene-label strong,.scene-hotspot .scene-label strong,.app-shell--home .scene-label strong{font-size:clamp(23px,7vw,31px)}.charbook-bookmark{right:8px;top:6px;width:64px}}@media(max-width:760px){.app-shell--home .main-surface{grid-template-rows:92px minmax(0,1fr)}.app-shell--home .top-strip{grid-template-columns:auto minmax(0,1fr) auto;grid-template-rows:1fr;align-items:center;padding:8px 12px 0}.app-shell--home .player-chip{grid-column:1;grid-row:1;gap:0}.app-shell--home .player-chip span{display:none}.app-shell--home .player-chip__avatar{width:46px;height:46px}.app-shell--home .app-title-button{grid-column:2;grid-row:1;min-width:0;padding:0 8px}.app-shell--home .app-title-button strong,.app-shell--home .brand strong{max-width:100%;overflow:hidden;font-size:clamp(26px,7.4vw,32px);white-space:nowrap;text-overflow:clip}.app-shell--home .hud-token{grid-column:3;grid-row:1;min-width:0;padding-right:6px}.app-shell--home .hud-token:before{inset:8px 0 8px 16px}.app-shell--home .hud-token span{display:none}.app-shell--home .hud-token strong{font-size:18px}.app-shell--home .hud-token img{width:36px;height:36px}}.player-chip{cursor:default;-webkit-user-select:none;user-select:none}.player-chip span{display:inline-grid;min-width:3.5em;place-items:center;padding-inline:4px;text-align:center}.player-chip:hover,.player-chip:focus-visible{transform:none;filter:none}.app-shell--home .player-chip span{min-width:3.7em;padding:5px 20px 12px;text-align:center}.app-shell--home .player-chip span:after{left:10px;right:10px}.rule-lantern{top:14px;right:18px;z-index:12}.rule-lantern__button{min-width:0;min-height:44px;display:inline-flex;align-items:center;gap:7px;border:3px solid rgba(74,23,19,.5);border-radius:24px 18px 26px 19px;padding:5px 13px 6px 6px;color:var(--sketch-ink);background:linear-gradient(105deg,#fffae8f5,#ffeac6c7),var(--sketch-grain);box-shadow:0 0 0 5px #ffffff8f,0 7px #4a171314;transform:rotate(1deg)}.rule-lantern__button:hover,.rule-lantern__button:focus-visible{outline:0;filter:saturate(1.04) brightness(1.02)}.rule-lantern__seal,.rule-lantern__button span{display:grid;width:28px;height:28px;place-items:center;border:2px solid rgba(74,23,19,.3);border-radius:46% 54% 48% 52%;color:#fff8e8;background:radial-gradient(circle at 34% 28%,rgba(255,255,255,.32),transparent 38%),var(--sketch-red);box-shadow:none;font-family:STKaiti,KaiTi,"Noto Serif SC",serif;font-size:18px;font-weight:900;line-height:1}.rule-lantern__button strong{display:block;font-family:STKaiti,KaiTi,"Noto Serif SC",serif;font-size:16px;font-weight:900;line-height:1;white-space:nowrap}.rule-lantern__panel{right:0;width:min(238px,calc(100vw - 32px));max-height:min(280px,calc(100dvh - 120px));overflow:auto;border-radius:22px 18px 24px 19px;padding:14px 16px;text-align:left}.module-scene--guess .rule-lantern,.module-scene--decode .rule-lantern{left:18px;right:auto}.module-scene--guess .rule-lantern__panel,.module-scene--decode .rule-lantern__panel{left:0;right:auto}.decode-stage,.guess-stage,.wordsea-stage{padding-top:58px}.decode-stage{padding-top:66px}.challenge-stage,.puzzle-stage{padding-top:78px}.module-playbar{top:16px;right:clamp(128px,12vw,176px);min-height:48px;align-items:center;padding:3px 7px;border-radius:26px 20px 28px 19px;background:linear-gradient(105deg,#fffae8b8,#ffeccd6b),var(--sketch-grain);box-shadow:0 0 0 5px #ffffff47}.module-playbar>.ink-button:first-child{min-width:76px}.challenge-stage--play .module-playbar{align-items:center}.charbook-bookmark{width:clamp(96px,8vw,132px)}.charbook-bookmark span,.charbook-bookmark em{max-width:72%;overflow:hidden;line-height:1;text-align:center;text-overflow:clip}.charbook-bookmark span{top:52%;font-size:clamp(18px,1.55vw,24px)}.charbook-bookmark em{top:67%;color:#4a1713c2;font-size:clamp(12px,1vw,15px)}@media(max-width:1020px){.charbook-bookmark{width:88px}.charbook-bookmark span{font-size:17px}.charbook-bookmark em{font-size:12px}}@media(max-width:760px){.rule-lantern{top:9px;right:10px}.module-scene--guess .rule-lantern,.module-scene--decode .rule-lantern{left:10px;right:auto}.rule-lantern__button{min-height:38px;gap:5px;padding:4px 10px 5px 5px}.rule-lantern__seal,.rule-lantern__button span{width:24px;height:24px;font-size:15px}.rule-lantern__button strong{display:block;font-size:14px}.decode-stage,.guess-stage,.wordsea-stage{padding-top:50px}.challenge-stage,.puzzle-stage{padding-top:92px}.challenge-stage--play{padding-top:120px}.module-playbar{left:10px;right:106px;top:8px;min-height:0;padding:3px 5px;gap:5px}.challenge-stage--play .module-playbar{right:106px;max-width:calc(100% - 116px)}.module-playbar>.ink-button:first-child{min-width:56px}.app-shell--home .lobby-scene{padding:90px 12px 10px}.app-shell--home .charbook-bookmark{top:3px;right:18px;width:56px;transform:rotate(4deg)}.app-shell--home .charbook-bookmark span{top:51%;font-size:14px}.app-shell--home .charbook-bookmark em{display:block;top:66%;font-size:10px}.home-play-grid,.scene-map.home-play-grid{gap:7px}.home-play-card,.scene-hotspot.home-play-card{padding:5px 14px}.home-play-card:before,.scene-hotspot.home-play-card:before{border-width:4px;box-shadow:0 0 0 7px #ffffffad,0 8px 14px #4a171314}.home-play-card__icon{max-height:78px}.scene-label strong,.scene-hotspot .scene-label strong,.app-shell--home .scene-label strong{font-size:clamp(21px,6.4vw,27px)}}@media(max-width:420px){.app-shell--home .lobby-scene{padding-top:86px}.home-play-grid,.scene-map.home-play-grid{gap:6px}.home-play-card,.scene-hotspot.home-play-card{padding:4px 12px}.home-play-card__icon{max-height:70px}}.module-frame{position:relative;height:100%;min-height:0}.module-frame>.module-scene,.module-frame>.two-column{height:100%;min-height:0}.module-back-button{position:absolute;left:18px;top:14px;z-index:14;min-height:44px;display:inline-flex;align-items:center;gap:7px;border:3px solid rgba(74,23,19,.5);border-radius:23px 18px 25px 19px;padding:5px 14px 6px 6px;color:var(--sketch-ink);background:linear-gradient(105deg,#fffae8f5,#d8f2f4b8),var(--sketch-grain);box-shadow:0 0 0 5px #ffffff8f,0 7px #4a171314;font-family:STKaiti,KaiTi,"Noto Serif SC",serif;font-weight:900;line-height:1;cursor:pointer;transform:rotate(-1deg)}.module-back-button:hover,.module-back-button:focus-visible{outline:0;filter:saturate(1.04) brightness(1.02);transform:translateY(-1px) rotate(-1deg)}.module-back-button__seal{display:grid;width:28px;height:28px;place-items:center;border:2px solid rgba(74,23,19,.3);border-radius:46% 54% 48% 52%;color:#fff8e8;background:radial-gradient(circle at 34% 28%,rgba(255,255,255,.32),transparent 38%),#2f8a81;font-size:18px}.module-back-button strong{display:block;color:var(--sketch-ink);font-size:16px;white-space:nowrap}.module-frame .rule-lantern,.module-scene--guess .rule-lantern,.module-scene--decode .rule-lantern{left:auto;right:18px;top:14px;z-index:14}.module-frame .rule-lantern__panel,.module-scene--guess .rule-lantern__panel,.module-scene--decode .rule-lantern__panel{left:auto;right:0}.module-frame--charbook .charbook-stage,.module-frame--profile .two-column{padding-top:72px}.module-playbar{left:clamp(118px,11vw,170px);right:clamp(118px,11vw,170px)}.challenge-stage--play .module-playbar{justify-content:center}.challenge-stage--play .module-playbar__stats{margin-left:auto}.module-playbar--puzzle{justify-content:center}.decode-stage{padding:66px 28px 24px}.decode-altar{align-content:stretch;gap:12px}.decode-workbench{width:min(100%,920px);min-height:0;height:min(100%,470px);aspect-ratio:auto;display:grid;grid-template-rows:auto minmax(0,1fr);gap:14px;padding:clamp(18px,2.2vw,28px);overflow:hidden}.decode-workbench:before,.decode-workbench:after{content:none}.decode-title{position:relative;left:auto;top:auto;align-self:start;justify-self:start;font-size:clamp(25px,3.2cqw,40px)}.decode-flow{position:relative;z-index:2;display:grid;grid-template-columns:minmax(230px,1fr) minmax(92px,.34fr) minmax(220px,.92fr);align-items:stretch;gap:clamp(12px,1.8vw,20px);min-height:0}.decode-flow:before{content:"";position:absolute;left:13%;right:13%;top:50%;z-index:-1;border-top:5px solid rgba(74,23,19,.16);transform:translateY(-50%) rotate(-1deg)}.decode-flow-panel,.decode-action-column{min-width:0;min-height:0;border:4px solid rgba(74,23,19,.38);border-radius:26px 20px 28px 22px;background:radial-gradient(circle at 50% 28%,rgba(255,255,255,.44),transparent 44%),linear-gradient(118deg,#fffae8e6,#ffeccd9e),var(--sketch-grain);box-shadow:inset 0 0 0 4px #ffffff3d,0 0 0 5px #fff6}.decode-flow-panel{display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:12px;padding:clamp(13px,1.55vw,20px)}.decode-action-column{display:grid;grid-template-rows:auto minmax(58px,1fr) minmax(58px,1fr);align-items:center;justify-items:center;gap:10px;padding:clamp(12px,1.2vw,16px)}.decode-step-label{justify-self:start;display:inline-flex;min-height:30px;align-items:center;border:3px solid rgba(74,23,19,.26);border-radius:999px 72% 999px 78%;padding:4px 14px 5px;color:#5c2119;background:linear-gradient(108deg,#fff6cdf5,#d8f2f485),var(--sketch-grain);font-family:STKaiti,KaiTi,"Noto Serif SC",serif;font-size:clamp(15px,1.5cqw,19px);font-weight:900;line-height:1}.decode-action-column .decode-step-label{justify-self:center}.decode-slot-row,.decode-output-row{display:grid;align-items:center;justify-items:center;gap:clamp(8px,1.2vw,14px);min-height:0}.decode-slot-row{grid-template-columns:minmax(82px,1fr) auto minmax(82px,1fr);align-self:center}.decode-output-row{grid-template-columns:repeat(2,minmax(72px,1fr))}.decode-slot,.decode-output,.decode-action,.decode-workbench .ink-button,.decode-slot--input-a,.decode-slot--input-b,.decode-output--a,.decode-output--b,.decode-action--compose,.decode-action--decompose{position:relative;left:auto;top:auto;width:auto;height:auto;transform:none}.decode-slot,.decode-output{width:100%;aspect-ratio:1.18 / 1;min-height:clamp(74px,10cqw,128px);border-width:4px;font-size:clamp(36px,5.2cqw,60px)}.decode-output{min-height:clamp(64px,8cqw,100px);font-size:clamp(32px,4.7cqw,52px)}.decode-plus{position:relative;left:auto;top:auto;display:grid;width:clamp(28px,3cqw,42px);place-items:center;transform:none;color:#4a1713d1;font-size:clamp(24px,3.2cqw,38px)}.decode-action{width:min(100%,88px);min-height:clamp(52px,6cqw,74px);border-radius:20px 15px 22px 17px;color:#fff8e8;font-size:clamp(24px,3.2cqw,34px)}.decode-action:disabled{opacity:.46;filter:saturate(.36)}.decode-workbench .ink-button{justify-self:center;min-width:min(100%,146px);min-height:44px;margin-top:2px;padding:8px 18px 10px}.decode-workbench .ink-button:hover:not(:disabled),.decode-workbench .ink-button:active:not(:disabled){transform:translateY(-1px)}.module-scene .decode-message{width:min(680px,82%)}.guess-settle-tab{position:relative;right:auto;top:auto;bottom:auto;z-index:1;width:min(100%,408px);height:auto;min-height:46px;align-self:center;padding:8px 20px 10px;color:var(--sketch-ink);background:linear-gradient(108deg,#fff6cdfa,#ee7b7952),var(--sketch-grain);text-shadow:0 1px 0 rgba(255,255,255,.86)}.guess-settle-tab:not(:disabled):hover{transform:translateY(-1px)}.guess-ledger{gap:9px}.guess-history{flex-basis:250px}@media(max-width:900px){.module-frame--charbook .charbook-stage,.module-frame--profile .two-column{padding-top:64px}.module-playbar{left:96px;right:96px}.decode-flow{grid-template-columns:minmax(0,1fr);gap:9px}.decode-flow:before{content:none}.decode-workbench{height:100%;padding:14px;gap:8px}.decode-flow-panel{gap:8px;padding:10px}.decode-action-column{grid-template-columns:auto repeat(2,minmax(58px,1fr));grid-template-rows:auto;gap:8px;padding:9px 10px}.decode-action-column .decode-step-label{justify-self:start}.decode-slot,.decode-output{min-height:58px;font-size:32px}.decode-output{min-height:48px;font-size:28px}.decode-action{width:100%;min-height:40px;font-size:22px}.decode-workbench .ink-button{min-height:38px;padding:6px 14px 8px}}@media(max-width:760px){.module-back-button{left:10px;top:9px;min-height:38px;gap:5px;padding:4px 10px 5px 5px}.module-back-button__seal{width:24px;height:24px;font-size:15px}.module-back-button strong{font-size:14px}.module-frame .rule-lantern,.module-scene--guess .rule-lantern,.module-scene--decode .rule-lantern{left:auto;right:10px;top:9px}.module-playbar{left:10px;right:10px;top:54px}.challenge-stage--play,.puzzle-stage--play{padding-top:112px}.module-frame--charbook .charbook-stage,.module-frame--profile .two-column{padding-top:52px}.decode-stage{grid-template-rows:minmax(0,.62fr) minmax(138px,.38fr);padding-top:47px}.decode-pool{min-height:0;padding:10px}.decode-pool .toolbar{grid-auto-rows:44px;gap:6px}.decode-title{font-size:22px}.decode-step-label{min-height:24px;padding:3px 10px 4px;font-size:14px}}@media(min-width:761px){.wordsea-stage{padding-top:12px}.wordsea-hud{padding-left:clamp(112px,11vw,170px);padding-right:clamp(128px,12vw,176px)}}.challenge-topline--play{grid-template-columns:minmax(0,1fr)}.challenge-topline--play .challenge-feedback-chip{width:min(100%,560px);justify-content:flex-start}.challenge-intro-backdrop{pointer-events:none;opacity:.46;filter:saturate(.82) blur(1px)}.challenge-intro-layer{position:absolute;inset:0;z-index:18;display:grid;place-items:center;padding:clamp(18px,3vw,34px);background:#23120c6b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.challenge-intro-panel{width:min(760px,100%);max-height:min(620px,calc(100dvh - 150px));display:grid;gap:12px;overflow:auto;padding:clamp(34px,4.2vw,58px) clamp(34px,5vw,74px);color:#35130f;text-align:left;background:linear-gradient(115deg,#fff9e6f0,#d8f2f470),var(--sketch-grain);border:4px solid rgba(74,23,19,.42);border-radius:30px 24px 34px 22px;box-shadow:0 0 0 8px #ffffff80,0 24px 36px #140a083d}.challenge-intro-kicker{width:max-content;border:3px solid rgba(74,23,19,.26);border-radius:999px 72% 999px 78%;padding:5px 14px 6px;color:#6c2a20;background:linear-gradient(108deg,#fff6cdf5,#ee7b7947),var(--sketch-grain);font-weight:900;line-height:1}.challenge-intro-panel h2{margin:0;color:#2b100d;font-family:STKaiti,KaiTi,"Noto Serif SC",serif;font-size:clamp(30px,3.8vw,46px);line-height:1.05;text-shadow:0 2px 0 rgba(255,235,187,.72)}.challenge-intro-subtitle{margin:-5px 0 2px;color:#6a3024;font-size:clamp(17px,1.7vw,22px);font-weight:900}.challenge-intro-facts{display:grid;grid-template-columns:minmax(0,1.6fr) repeat(2,minmax(120px,.7fr));gap:9px}.challenge-intro-facts div{min-width:0;border:2px solid rgba(74,23,19,.18);border-radius:18px 14px 20px 15px;padding:10px 12px;background:#fffae894}.challenge-intro-facts dt{color:#652d1eb8;font-size:13px;font-weight:900}.challenge-intro-facts dd{margin:4px 0 0;color:#35130f;font-weight:900;line-height:1.45}.challenge-intro-rules{display:grid;gap:6px;margin:0;padding-left:1.25em;color:#4e1e17;font-weight:900;line-height:1.55}.challenge-intro-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:2px}.charbook-bookmark span,.charbook-bookmark em{left:42%;max-width:60%}.charbook-bookmark span{top:60%}.charbook-bookmark em{top:76%}.charbook-page{padding:clamp(10px,1.3vw,18px)}.charbook-entry-panel{padding-right:clamp(10px,1.4vw,18px)}@media(min-width:761px){.app-shell--module .player-chip span,.app-shell--profile .player-chip span{transform:translate(-8px)}}@media(max-width:760px){.challenge-intro-layer{padding:10px}.challenge-intro-panel{max-height:min(620px,calc(100dvh - 136px));gap:9px;padding:22px 18px;border-radius:22px 18px 24px 19px}.challenge-intro-panel h2{font-size:28px}.challenge-intro-facts{grid-template-columns:1fr}.challenge-intro-facts div{padding:8px 10px}.charbook-page{grid-template-columns:minmax(86px,.32fr) minmax(0,.68fr);grid-template-rows:auto minmax(0,1fr);grid-template-areas:"head head" "glyph entry";gap:8px 10px;padding:6px}.charbook-entry-panel{max-height:none;padding-right:6px}.charbook-page .detail-char{width:86px;height:102px;font-size:66px}}.module-scene--guess .guess-stage{grid-template-columns:minmax(240px,.44fr) minmax(380px,.56fr);align-items:center;gap:clamp(18px,3vw,44px);padding:64px clamp(24px,4vw,64px) 32px}.module-scene--guess .guess-oracle{width:min(420px,100%);min-height:0;transform:none;gap:18px;padding:16px}.module-scene--guess .guess-form{width:min(330px,100%);gap:16px}.module-scene--guess .guess-action-row{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.module-scene--guess .guess-attempt-count{min-height:42px;display:inline-grid;place-items:center;border:3px solid rgba(74,23,19,.24);border-radius:999px 72% 999px 78%;padding:7px 16px 8px;color:var(--sketch-ink);background:linear-gradient(112deg,#fff8e2e6,#d8f2f480),var(--sketch-grain);box-shadow:0 0 0 4px #ffffff6b;font-weight:900;line-height:1;white-space:nowrap}.module-scene--guess .guess-oracle .status-line{width:min(260px,100%);min-height:34px;margin:0;padding:6px 14px 7px;color:#6b3024;font-weight:900;line-height:1.35}.module-scene--guess .guess-ledger{width:min(590px,100%);height:min(620px,calc(100dvh - 132px));max-height:min(620px,calc(100dvh - 132px));min-height:0;gap:12px;padding:24px 26px;overflow:hidden}.module-scene--guess .guess-ledger__head{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%}.module-scene--guess .guess-ledger__head h3{margin:0;text-align:left}.module-scene--guess .guess-ledger__head>span{min-height:42px;display:inline-flex;align-items:center;gap:8px;border:3px solid rgba(74,23,19,.24);border-radius:999px 72% 999px 78%;padding:6px 14px 7px;color:#5a2119;background:linear-gradient(112deg,#fff8e2e6,#d8f2f47a),var(--sketch-grain);box-shadow:0 0 0 4px #fff6;font-weight:900;line-height:1;white-space:nowrap}.module-scene--guess .guess-ledger__head strong{color:#2f120e;font-size:24px}.module-scene--guess .guess-settle-tab{position:relative;inset:auto;z-index:1;width:auto;min-height:42px;align-self:flex-end;padding:7px 18px 9px}.module-scene--guess .guess-history{width:100%;flex:1 1 auto;max-height:none;min-height:0;padding-right:6px;gap:7px}.module-scene--guess .guess-history__row>span,.module-scene--guess .guess-history__row>strong,.module-scene--guess .guess-history__row>em{transform:none}.module-scene--guess .guess-history__row strong{font-size:26px}.module-scene--guess .guess-history__row em{justify-self:end;font-size:19px;font-style:normal}.module-scene--guess .guess-history__row.is-best{background:linear-gradient(105deg,#fff9e0fa,#fbde9cb8),var(--sketch-grain);filter:none;box-shadow:0 0 0 3px #ffffff6b,inset 0 0 0 2px #bd7b263d}.module-scene--guess .guess-history .empty-state{width:100%;min-height:84px}.module-scene--guess .guess-modal--settle{width:min(680px,calc(100vw - 28px));min-height:auto;max-height:calc(100dvh - 28px);gap:12px;padding:28px 34px;overflow:auto}.module-scene--guess .guess-settle-summary{width:min(520px,100%);grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.module-scene--guess .guess-choice-head{margin-top:2px}.module-scene--guess .guess-candidate-grid{grid-template-columns:repeat(5,minmax(52px,66px));gap:8px}@media(max-width:900px){.module-scene--guess .guess-stage{grid-template-columns:minmax(220px,.42fr) minmax(320px,.58fr);gap:14px;padding:62px 18px 18px}.module-scene--guess .guess-ledger{height:min(600px,calc(100dvh - 118px));padding:20px}}@media(max-width:760px){.module-scene--guess .guess-stage{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);align-items:stretch;gap:10px;padding:56px 10px 10px}.module-scene--guess .guess-oracle{width:min(100%,480px);gap:10px;padding:8px 10px}.module-scene--guess .guess-oracle h2{font-size:24px}.module-scene--guess .guess-form{gap:10px}.module-scene--guess .guess-input-shell{width:112px;height:112px}.module-scene--guess .guess-form input{font-size:70px}.module-scene--guess .guess-action-row{gap:8px}.module-scene--guess .guess-attempt-count{min-height:36px;padding:5px 12px 6px;font-size:14px}.module-scene--guess .guess-ledger{width:min(100%,520px);height:auto;max-height:none;padding:14px}.module-scene--guess .guess-ledger__head{gap:8px}.module-scene--guess .guess-ledger__head h3{font-size:22px}.module-scene--guess .guess-ledger__head>span{min-height:36px;gap:6px;padding:5px 10px 6px;font-size:13px}.module-scene--guess .guess-ledger__head strong{font-size:20px}.module-scene--guess .guess-settle-tab{min-height:36px;align-self:stretch;padding:6px 14px 8px}.module-scene--guess .guess-history{gap:5px}.module-scene--guess .guess-history__row{min-height:36px;grid-template-columns:38px minmax(0,1fr) 52px;padding:5px 10px}.module-scene--guess .guess-history__row strong{font-size:22px}.module-scene--guess .guess-history__row em{font-size:16px}.module-scene--guess .guess-modal--settle{width:min(520px,calc(100vw - 20px));max-height:calc(100dvh - 20px);gap:9px;padding:22px 18px}.module-scene--guess .guess-settle-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.module-scene--guess .guess-candidate-grid{grid-template-columns:repeat(5,minmax(42px,54px));gap:6px}}.module-scene--guess .guess-stage{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);align-content:stretch;justify-items:center;gap:clamp(14px,2.4vh,24px);padding:clamp(58px,8vh,76px) clamp(32px,5vw,88px) clamp(34px,5vh,48px)}.module-scene--guess .guess-playbar{width:min(1080px,100%);display:grid;grid-template-columns:minmax(150px,1fr) minmax(310px,auto) minmax(150px,1fr);grid-template-areas:"spacer oracle score";align-items:center;column-gap:clamp(16px,4vw,54px)}.module-scene--guess .guess-oracle{grid-area:oracle;width:max-content;max-width:100%;justify-self:center;justify-items:center;gap:14px;padding:0;transform:none}.module-scene--guess .guess-oracle h2{margin:0;text-align:center}.module-scene--guess .guess-form{width:max-content;max-width:100%;display:grid;grid-template-columns:auto auto;grid-template-areas:"input button" "message message";align-items:center;justify-content:center;gap:10px 16px}.module-scene--guess .guess-input-shell{grid-area:input;width:clamp(128px,11vw,164px);height:clamp(128px,11vw,164px)}.module-scene--guess .guess-form .ink-button{grid-area:button;min-width:124px}.module-scene--guess .guess-form input{font-size:clamp(70px,7vw,100px)}.module-scene--guess .guess-oracle .status-line{grid-area:message;width:min(300px,100%);min-height:32px;margin:-2px 0 0;justify-self:center;text-align:center}.module-scene--guess .guess-scoreboard{grid-area:score;width:min(150px,100%);display:grid;grid-template-columns:1fr;gap:8px;justify-self:end;align-self:center}.module-scene--guess .guess-scoreboard span{min-height:42px;display:grid;place-items:center;gap:2px;border:2px solid rgba(74,23,19,.2);border-radius:14px 11px 15px 12px;padding:6px 10px 7px;color:#5a2119d1;background:linear-gradient(112deg,#fff8e2bd,#d8f2f457),var(--sketch-grain);box-shadow:0 0 0 3px #ffffff47;font-size:13px;font-weight:900;line-height:1;text-align:center}.module-scene--guess .guess-scoreboard strong{color:#2f120e;font-size:clamp(18px,1.6vw,22px);line-height:1}.module-scene--guess .guess-ledger{width:min(1040px,100%);height:min(var(--guess-record-height, 130px),100%,456px);max-height:100%;min-height:132px;justify-self:center;align-self:start;gap:8px;padding:18px 22px 16px;overflow:hidden}.module-scene--guess .guess-ledger__head{justify-content:flex-start}.module-scene--guess .guess-ledger__head h3{font-size:clamp(22px,2vw,28px);line-height:1.15}.module-scene--guess .guess-history{width:100%;flex:1 1 auto;max-height:none;min-height:0;align-self:stretch;padding-right:0;gap:7px;overflow:hidden;scrollbar-width:none}.module-scene--guess .guess-history::-webkit-scrollbar{width:0;height:0}.module-scene--guess .guess-history.is-scrollable{padding-right:6px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin}.module-scene--guess .guess-history.is-scrollable::-webkit-scrollbar{width:7px;height:7px}.module-scene--guess .guess-history__row{min-height:42px;grid-template-columns:48px minmax(0,1fr) 64px;border-width:2px;padding:6px 12px}.module-scene--guess .guess-history .empty-state{width:100%;min-height:32px;display:grid;place-items:center;border:0;border-radius:0;padding:0;color:#6b3024;background:transparent;box-shadow:none;text-align:center;white-space:nowrap}.module-scene--guess .guess-settle-tab{display:none}@media(max-width:900px){.module-scene--guess .guess-stage{padding:60px 18px 32px}.module-scene--guess .guess-playbar{grid-template-columns:minmax(96px,1fr) minmax(300px,auto) minmax(120px,1fr);column-gap:14px}.module-scene--guess .guess-scoreboard{gap:8px;width:132px}.module-scene--guess .guess-scoreboard span{min-height:40px;padding:5px 8px 6px;font-size:12px}.module-scene--guess .guess-scoreboard strong{font-size:18px}.module-scene--guess .guess-ledger{height:min(var(--guess-record-height, 130px),100%,420px);max-height:100%;padding:16px}}@media(max-width:760px){.module-scene--guess .guess-stage{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr);gap:8px;padding:56px 10px 18px}.module-scene--guess .guess-playbar{grid-template-columns:1fr;grid-template-areas:"oracle" "score";justify-items:center;gap:8px}.module-scene--guess .guess-oracle{justify-items:center;gap:8px}.module-scene--guess .guess-form{justify-content:center;gap:10px}.module-scene--guess .guess-input-shell{width:104px;height:104px}.module-scene--guess .guess-form input{font-size:66px}.module-scene--guess .guess-oracle .status-line{width:min(260px,100%);justify-self:center;text-align:center}.module-scene--guess .guess-scoreboard{width:min(310px,100%);grid-template-columns:repeat(2,minmax(0,1fr));justify-self:center;gap:8px}.module-scene--guess .guess-scoreboard span{min-height:44px;border-radius:16px 12px 18px 14px;padding:6px 8px;font-size:12px}.module-scene--guess .guess-scoreboard strong{font-size:18px}.module-scene--guess .guess-ledger{width:min(100%,520px);height:min(var(--guess-record-height, 130px),100%,330px);max-height:100%;min-height:118px;padding:12px}.module-scene--guess .guess-ledger__head h3{font-size:20px}.module-scene--guess .guess-history{gap:5px}.module-scene--guess .guess-history__row{min-height:36px;grid-template-columns:38px minmax(0,1fr) 52px;padding:5px 10px}}.ink-button,.module-scene--guess .ink-button,.collected-shelf__pager button,.collected-shelf__use{min-width:min(124px,100%);max-width:100%;white-space:normal;overflow-wrap:anywhere;text-align:center}.module-scene .status-line,.rule-lantern__panel,.wordsea-modal,.guess-modal,.challenge-modal,.challenge-intro-panel,.module-playbar__stats>span,.wordsea-settle-summary span,.guess-settle-summary span,.challenge-settle-summary span{overflow-wrap:anywhere}.rule-lantern__panel{max-width:min(360px,calc(100vw - 24px));max-height:min(58vh,420px);overflow:auto}.rule-lantern__panel p{line-height:1.55}.guess-modal--settle,.wordsea-modal,.challenge-modal--settle{max-height:calc(100dvh - 24px);overflow:auto}@media(max-width:760px){.guess-modal-actions,.wordsea-modal-actions,.challenge-modal-actions,.challenge-intro-actions{gap:8px}.guess-modal-actions .ink-button,.wordsea-modal-actions .ink-button,.challenge-modal-actions .ink-button,.challenge-intro-actions .ink-button{flex:1 1 120px}}.charbook-detail-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;min-width:0}.charbook-wish-cta{position:relative;display:inline-flex;min-height:48px;align-items:center;gap:9px;border:1px solid rgba(92,43,28,.52);border-radius:999px;padding:7px 18px 7px 9px;color:#32120f;background:linear-gradient(108deg,#fffae8f5,#f4cfd49e),var(--sketch-grain);box-shadow:inset 0 2px #fffadad1,inset 0 -4px #7c3e2529,0 9px 16px #32170c2e;font-family:STKaiti,KaiTi,"Noto Serif SC",serif;font-weight:900;cursor:pointer}.charbook-wish-cta:hover,.charbook-wish-cta:focus-visible{outline:0;transform:translateY(-1px);box-shadow:inset 0 2px #fffadae0,inset 0 -4px #7c3e252e,0 16px 26px #32170c3d}.charbook-wish-cta__seal{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;color:#fff2c7;background:radial-gradient(circle at 32% 22%,rgba(255,228,146,.72),transparent 38%),#b95a4f;font-size:18px}.charbook-wish-layer{position:absolute;inset:0;z-index:24;display:grid;place-items:center;padding:18px;background:radial-gradient(circle at 52% 42%,rgba(255,238,184,.24),transparent 34%),#1a0d0875;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.charbook-wish-panel{width:min(640px,calc(100vw - 28px));max-height:min(640px,calc(100dvh - 28px));display:grid;gap:14px;overflow:auto;border:2px solid rgba(84,38,25,.28);border-radius:22px 18px 24px 19px;padding:clamp(18px,2.5vw,28px);color:#35130f;background:radial-gradient(circle at 88% 12%,rgba(216,242,244,.44),transparent 33%),linear-gradient(115deg,#fff9e6f7,#ffeecfe0),var(--sketch-grain);box-shadow:0 24px 42px #14090557}.charbook-wish-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.charbook-wish-copy,.charbook-wish-message{color:#532618c7;font-weight:900}.charbook-wish-head h3{margin:2px 0 0;color:#2d110d;font-size:clamp(25px,2.4vw,36px);line-height:1}.charbook-wish-close,.charbook-wish-editor button{min-height:38px;border:2px solid rgba(74,23,19,.36);border-radius:18px 14px 20px 16px;padding:6px 14px;color:var(--sketch-ink);background:linear-gradient(108deg,#fffae8f5,#d8f2f49e),var(--sketch-grain);font-family:STKaiti,KaiTi,"Noto Serif SC",serif;font-weight:900;cursor:pointer}.charbook-wish-close:disabled,.charbook-wish-editor button:disabled,.charbook-wish-editor input:disabled{cursor:not-allowed;opacity:.46}.charbook-wish-copy,.charbook-wish-message{margin:0;line-height:1.55}.charbook-wish-slots{display:flex;flex-wrap:wrap;align-items:center;gap:12px;min-width:0}.charbook-wish-card,.charbook-wish-add{width:84px;min-height:84px;flex:0 0 auto;border:1px solid rgba(111,57,33,.22);border-radius:18px 14px 20px 16px;background:radial-gradient(circle at 28% 18%,rgba(255,255,244,.72),transparent 36%),#fff4d0ad;box-shadow:inset 0 2px #fffce7c2,0 8px 14px #4421121f}.charbook-wish-card{position:relative;display:grid;place-items:center;color:#2f130f}.charbook-wish-card.is-editing{width:min(260px,100%);padding:0}.charbook-wish-card__glyph{font-family:STKaiti,KaiTi,"Noto Serif SC",serif;font-size:44px;font-weight:900;line-height:1}.charbook-wish-card__actions{position:absolute;top:5px;right:5px;display:inline-flex;gap:4px;opacity:0;transform:translateY(-2px);transition:opacity .14s ease,transform .14s ease}.charbook-wish-card:hover .charbook-wish-card__actions,.charbook-wish-card:focus-within .charbook-wish-card__actions{opacity:1;transform:translateY(0)}.charbook-wish-card__action{display:grid;width:26px;height:26px;place-items:center;border:1px solid rgba(74,23,19,.38);border-radius:50%;padding:0;color:#3b1711;background:#fffaebeb;box-shadow:0 3px 8px #2c120a1f;cursor:pointer}.charbook-wish-card__action svg{width:16px;height:16px;overflow:visible;fill:currentColor}.charbook-wish-card__action:hover,.charbook-wish-card__action:focus-visible{outline:0;transform:translateY(-1px);background:#fff5dafa}.charbook-wish-add{display:grid;place-items:center;border:2px dashed rgba(95,47,26,.34);color:#3a1810b8;font-family:STKaiti,KaiTi,"Noto Serif SC",serif;font-size:42px;font-weight:900;line-height:1;cursor:pointer}.charbook-wish-add:hover,.charbook-wish-add:focus-visible{outline:0;transform:translateY(-1px);color:#2f130f;border-color:#5f2f1a8f;box-shadow:inset 0 2px #fffce7d1,0 12px 18px #4421122e}.charbook-wish-editor{width:min(260px,100%);min-height:84px;display:grid;grid-template-columns:64px repeat(2,minmax(54px,auto));align-items:center;gap:8px;padding:10px;border:1px solid rgba(111,57,33,.22);border-radius:18px 14px 20px 16px;background:#fff4d0ad}.charbook-wish-card.is-editing .charbook-wish-editor{width:100%;border:0;background:transparent}.charbook-wish-editor input{width:64px;height:54px;border:2px solid rgba(95,47,26,.24);border-radius:13px 11px 15px 12px;color:#2c100d;background:#fffaebe0;font-family:STKaiti,KaiTi,"Noto Serif SC",serif;font-size:28px;font-weight:900;text-align:center}@media(hover:none){.charbook-wish-card__actions{opacity:1;transform:none}}.reward-wish-mark{position:absolute;right:4px;bottom:4px;z-index:1;min-width:30px;border:1px solid rgba(95,42,28,.2);border-radius:999px;padding:1px 4px 2px;color:#fff8e8;background:#b95a4feb;font-size:10px;font-weight:900;line-height:1;pointer-events:none}.guess-char-choice.is-wish-char,.wordsea-char-choice.is-wish-char{box-shadow:0 0 0 5px #ffffff9e,0 0 0 9px #b95a4f3d}.module-scene--wordsea .wordsea-hud{flex-wrap:nowrap;gap:clamp(6px,.8vw,10px)}.wordsea-hud__stats{display:inline-flex;min-width:0;align-items:center;justify-content:center;gap:7px;flex:1 1 auto}.wordsea-hud__stats .wordsea-stat{display:inline-flex;min-height:36px;align-items:center;justify-content:center;border:1px solid rgba(94,50,34,.22);border-radius:999px;padding:6px 11px;color:#3b1813;background:linear-gradient(180deg,#fffaebe0,#ffecc5ad),var(--sketch-grain);box-shadow:0 4px #4a171314;font-size:clamp(13px,1.05vw,16px);font-weight:900;line-height:1;white-space:nowrap}.module-scene--wordsea .hud-actions{flex:0 0 auto;flex-wrap:nowrap;gap:8px}.module-scene--wordsea .hud-actions .ink-button{min-width:92px;min-height:42px;padding-inline:16px;white-space:nowrap}@media(max-width:1080px){.wordsea-hud__stats .wordsea-stat{min-height:34px;padding-inline:8px;font-size:13px}.module-scene--wordsea .hud-actions .ink-button{min-width:82px;padding-inline:12px}}@media(max-width:760px){.charbook-detail-actions{gap:7px}.charbook-wish-cta,.charbook-decode-cta{min-height:42px;padding:5px 12px 5px 7px}.charbook-wish-cta__seal,.charbook-decode-cta__seal{width:28px;height:28px;font-size:15px}.charbook-wish-slots{gap:8px}.charbook-wish-card,.charbook-wish-add{width:70px;min-height:76px}.charbook-wish-card__glyph{font-size:38px}.charbook-wish-card__actions{opacity:1;transform:none}.charbook-wish-card.is-editing,.charbook-wish-editor{width:100%;flex-basis:100%}.charbook-wish-editor{grid-template-columns:54px repeat(2,minmax(0,1fr));gap:6px;padding:8px}.charbook-wish-editor input{width:54px;height:46px;font-size:24px}.charbook-wish-editor button{min-height:34px;min-width:0;padding-inline:8px}.module-scene--wordsea .wordsea-hud{align-items:center}.wordsea-hud__stats{gap:5px;overflow:hidden}.wordsea-hud__stats .wordsea-stat{min-height:30px;padding:4px 6px;font-size:12px}.wordsea-hud__stats .wordsea-stat--stars{display:none}.module-scene--wordsea .hud-actions{gap:5px}.module-scene--wordsea .hud-actions .ink-button{min-width:58px;min-height:34px;padding:6px 9px;font-size:13px}}.module-scene--guess .guess-history__row{grid-template-columns:42px 52px minmax(240px,1fr);gap:8px}.module-scene--guess .guess-clue-list{display:grid;grid-template-columns:repeat(5,minmax(34px,1fr));gap:6px;min-width:0;justify-self:stretch}.module-scene--guess .guess-clue-chip{display:inline-grid;min-height:28px;place-items:center;border:1px solid rgba(74,23,19,.24);border-radius:999px;padding:4px 6px 5px;color:#30120e;background:linear-gradient(180deg,#fffaebeb,#ffecc594),var(--sketch-grain);font-size:12px;font-style:normal;font-weight:900;line-height:1;white-space:nowrap}.module-scene--guess .guess-clue-chip--5{color:#164f47;border-color:#22837657;background:linear-gradient(180deg,#d8f2f4eb,#fff6cda8),var(--sketch-grain)}.module-scene--guess .guess-clue-chip--4{color:#7a4319}.module-scene--guess .guess-clue-chip--1{color:#4a17138f}.module-scene--guess .guess-dimension-reveal{width:min(520px,100%);display:flex;justify-content:center;gap:7px;flex-wrap:wrap;color:#3c1913;font-weight:900}.module-scene--guess .guess-dimension-reveal>strong{flex:1 0 100%;line-height:1}.module-scene--guess .guess-dimension-reveal>span{min-height:30px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(74,23,19,.2);border-radius:999px;padding:5px 10px 6px;background:linear-gradient(180deg,#fffaebdb,#d8f2f46b),var(--sketch-grain);font-size:13px;line-height:1}.module-scene--wordsea .wordsea-modal-main{position:relative;inset:auto;width:100%;grid-template-rows:auto auto auto minmax(150px,1fr) minmax(0,auto);gap:7px}.module-scene--wordsea .wordsea-candidate-grid{min-height:150px;max-height:160px;grid-auto-rows:minmax(58px,66px);align-content:start}.module-scene--wordsea .wordsea-modal-actions{position:relative;inset:auto;margin-top:12px}.module-scene--challenge .challenge-stage--play{padding-top:66px}.module-scene--challenge .module-playbar--challenge{left:clamp(108px,10vw,160px);right:clamp(118px,12vw,176px);top:12px;min-height:42px;justify-content:flex-start;gap:10px;overflow-x:auto;overflow-y:visible;border-radius:0;padding:0;background:transparent;box-shadow:none;pointer-events:auto;scrollbar-width:none}.module-scene--challenge .module-playbar--challenge::-webkit-scrollbar{display:none}.module-scene--challenge .module-playbar--challenge .challenge-item-hud{width:auto;flex:0 0 auto;order:0}.module-scene--challenge .module-playbar--challenge .module-playbar__stats{flex:0 0 auto;order:0;max-width:none;margin-left:auto;flex-wrap:nowrap;overflow:visible}.module-scene--challenge .module-playbar--challenge .module-playbar__stats>span{max-width:none;color:#3b1813;border-color:#5e322238;background:linear-gradient(180deg,#fffaebe0,#ffecc5ad),var(--sketch-grain);box-shadow:0 4px #4a171314}.module-scene--challenge .module-playbar--challenge .ink-button{min-width:76px;min-height:40px;padding:7px 14px 9px;white-space:nowrap}.module-scene--challenge .module-playbar--challenge .challenge-item-button{width:40px;height:40px}.module-scene--decode .decode-slot--input.is-empty:before{content:"";position:absolute;inset:16%;display:block;border-radius:8px;background:linear-gradient(45deg,transparent calc(50% - 1px),rgba(126,82,56,.42) 50%,transparent calc(50% + 1px)),linear-gradient(-45deg,transparent calc(50% - 1px),rgba(126,82,56,.42) 50%,transparent calc(50% + 1px)),linear-gradient(90deg,transparent calc(50% - 1px),rgba(126,82,56,.42) 50%,transparent calc(50% + 1px)),linear-gradient(0deg,transparent calc(50% - 1px),rgba(126,82,56,.42) 50%,transparent calc(50% + 1px));opacity:.72;transform:none;pointer-events:none}.module-scene--decode .decode-slot--input:not(.is-empty):before{content:none}@media(max-width:760px){.module-scene--guess .guess-history__row{grid-template-columns:30px 38px minmax(0,1fr);gap:5px}.module-scene--guess .guess-clue-list{grid-template-columns:repeat(5,minmax(25px,1fr));gap:4px}.module-scene--guess .guess-clue-chip{min-height:24px;padding:3px 4px 4px;font-size:10px}.module-scene--guess .guess-dimension-reveal{gap:5px}.module-scene--guess .guess-dimension-reveal>span{min-height:26px;padding:4px 7px 5px;font-size:12px}.module-scene--wordsea .wordsea-modal-main{inset:auto;grid-template-rows:auto auto auto minmax(124px,1fr) minmax(0,auto)}.module-scene--wordsea .wordsea-candidate-grid{min-height:124px;max-height:136px;grid-template-columns:repeat(auto-fit,minmax(48px,58px));grid-auto-rows:minmax(48px,58px);gap:6px}.module-scene--wordsea .wordsea-modal-actions{inset:auto;margin-top:10px}.module-scene--challenge .challenge-stage--play{padding-top:64px}.module-scene--challenge .module-playbar--challenge{left:72px;right:58px;top:8px;max-width:none;min-height:38px;gap:7px;flex-wrap:nowrap}.module-scene--challenge .module-playbar--challenge .module-playbar__stats{margin-left:2px;gap:6px}.module-scene--challenge .module-playbar--challenge .module-playbar__stats>span{min-height:32px;padding:5px 8px;font-size:12px}.module-scene--challenge .module-playbar--challenge .ink-button{min-width:58px;min-height:34px;padding:6px 9px 7px;font-size:13px}.module-scene--challenge .module-playbar--challenge .challenge-item-button{width:32px;height:32px}}.scene-map.home-play-grid{grid-template-columns:repeat(2,minmax(112px,1fr));gap:clamp(10px,1.4vw,18px)}.home-play-card.is-closed{cursor:not-allowed;filter:saturate(.66);opacity:.72}.home-play-card.is-closed .home-play-card__icon{opacity:.68}.home-play-card .scene-label em{display:block;margin-top:4px;font-style:normal;font-size:clamp(12px,1vw,14px);color:#7f4b32}.module-scene--wordsea .wordsea-sea-select{position:relative;display:grid;grid-template-rows:auto minmax(0,1fr);gap:clamp(14px,2vw,22px);width:min(1180px,calc(100vw - 72px));height:min(720px,calc(100vh - 150px));margin:0 auto;padding:clamp(18px,2.6vw,30px);border:2px solid rgba(94,57,35,.28);border-radius:8px;background:linear-gradient(180deg,#fff9e5e0,#f4e5c4bd),var(--sketch-grain);box-shadow:0 20px 42px #4b2a1829}.wordsea-select-head{display:flex;align-items:end;justify-content:space-between;gap:18px}.wordsea-select-head h2{margin:0;font-size:clamp(30px,4vw,52px);color:#442415}.wordsea-select-head p{max-width:360px;margin:0;color:#745038;font-size:clamp(13px,1.35vw,16px);line-height:1.6}.wordsea-sea-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(10px,1.4vw,16px);min-height:0}.wordsea-sea-card{position:relative;overflow:hidden;min-height:0;border:2px solid rgba(85,51,31,.24);border-radius:8px;background:#f8efd8;box-shadow:inset 0 0 0 1px #ffffff75,0 12px 20px #4b2a1821}.wordsea-sea-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.wordsea-sea-card__shade{position:absolute;inset:0;background:linear-gradient(180deg,#fffaeb1f,#fff6dde6)}.wordsea-sea-card.is-locked img{filter:saturate(.52) contrast(.9)}.wordsea-sea-card.is-locked .wordsea-sea-card__shade{background:linear-gradient(180deg,#f8f0dd94,#e6dcc6f0)}.wordsea-sea-card__body{position:relative;z-index:1;display:grid;grid-template-rows:auto auto auto minmax(44px,1fr) auto;align-content:end;height:100%;min-height:310px;padding:clamp(12px,1.5vw,18px);color:#452513}.wordsea-sea-card__body>span{width:fit-content;padding:3px 9px 4px;border:1px solid rgba(111,64,39,.2);border-radius:999px;background:#fff9e9cc;font-size:12px;color:#6a4129}.wordsea-sea-card h3{margin:8px 0 5px;font-size:clamp(20px,2.1vw,28px);line-height:1.1}.wordsea-sea-card__record{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:12px}.wordsea-sea-card__record em{font-style:normal;color:#6d4b34}.wordsea-sea-card p{margin:8px 0 12px;color:#6e4c34;font-size:clamp(12px,1vw,14px);line-height:1.45}.wordsea-sea-card .ink-button{width:100%;min-width:0}.module-scene--wordsea .wordsea-stage{overflow:hidden;isolation:isolate}.wordsea-stage__bg{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover;opacity:.44}.module-scene--wordsea .wordsea-stage:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,#fffbeecc,#efe4cd94);pointer-events:none}.wordsea-title-stack{display:grid;gap:2px;min-width:156px}.wordsea-title-stack h2{margin:0;line-height:1.05}.wordsea-title-stack__name{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wordsea-title-stack span{color:#765039;font-size:13px;white-space:nowrap}.wordsea-link-button{justify-self:start;border:0;padding:0;background:transparent;color:#8b5131;font:inherit;font-size:12px;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.wordsea-mechanic-pill,.wordsea-mechanic-button{min-height:34px;padding:7px 11px 8px;border:1px solid rgba(103,63,39,.24);border-radius:999px;background:linear-gradient(180deg,#fffaebeb,#f1e0bcc2),var(--sketch-grain);color:#50311f;font-weight:700;font-size:13px;white-space:nowrap}.wordsea-mechanic-button{cursor:pointer}.wordsea-mechanic-button:disabled{cursor:not-allowed;color:#8a735e;opacity:.76}.module-scene--wordsea .wordsea-field{margin-top:12px;min-height:430px;border-color:#4c746e3d;background:radial-gradient(circle at 50% 58%,rgba(189,224,218,.34),transparent 43%),linear-gradient(180deg,#fffdf16b,#cee6db33)}.wordsea-field.is-paused .floating-piece{animation-play-state:paused}.floating-piece--flying .character-tile,.floating-piece--interpret .character-tile,.floating-piece--snake .character-tile,.floating-piece--snake_item .character-tile{box-shadow:0 0 0 3px #fff5b9eb,0 12px 22px #4a2b162e}.floating-piece--flying .character-tile{background:linear-gradient(180deg,#fff7d2,#dff1ff)}.floating-piece--interpret .character-tile{background:linear-gradient(180deg,#fff8dc,#efe0ff)}.floating-piece--snake .character-tile{background:linear-gradient(180deg,#f7ffe7,#d9f3e2)}.floating-piece--snake_item .character-tile{background:linear-gradient(180deg,#fff7df,#e2f6db)}.wordsea-pause-mask{position:absolute;left:50%;top:50%;z-index:4;transform:translate(-50%,-50%);padding:10px 18px 12px;border:2px solid rgba(80,48,29,.26);border-radius:8px;background:linear-gradient(180deg,#fff9e8f0,#efddb8e6),var(--sketch-grain);color:#4c2d1b;font-weight:800;box-shadow:0 14px 28px #46271629}.wordsea-unlock-note{margin:0;color:#7a4b2e;font-size:14px}@media(max-width:980px){.scene-map.home-play-grid{grid-template-columns:repeat(2,minmax(104px,1fr))}.module-scene--wordsea .wordsea-sea-select{width:min(720px,calc(100vw - 36px));height:min(760px,calc(100vh - 126px))}.wordsea-sea-grid{grid-template-columns:repeat(2,minmax(0,1fr));overflow:auto;padding-right:4px}.wordsea-sea-card__body{min-height:244px}}@media(max-width:760px){.scene-map.home-play-grid{grid-template-columns:repeat(2,minmax(112px,1fr))}.charbook-bookmark span{font-size:13px}.module-scene--wordsea .wordsea-sea-select{width:calc(100vw - 20px);height:calc(100vh - 112px);padding:58px 14px 14px}.wordsea-select-head{display:grid;gap:4px;padding-left:0}.wordsea-select-head p{max-width:none}.wordsea-sea-grid{grid-template-columns:1fr}.wordsea-sea-card__body{min-height:210px}.module-scene--wordsea .wordsea-field{min-height:390px}.module-scene--wordsea .wordsea-field .char-tile{width:42px;height:48px}.module-scene--wordsea .wordsea-field .char-tile span{font-size:23px}.wordsea-title-stack{min-width:0}.wordsea-title-stack h2{font-size:22px}}.scene-map.home-play-grid{width:max(620px,min(980px,calc(100vw - 460px)));height:clamp(340px,48dvh,520px);min-height:0;margin:0 auto;justify-self:center;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:clamp(20px,3dvh,34px) clamp(36px,4.2vw,68px);align-items:stretch;justify-items:stretch;padding:0;transform:none}.scene-map.home-play-grid .scene-hotspot.home-play-card{width:100%;max-width:none;height:100%;min-height:0}@media(min-width:1400px){.scene-map.home-play-grid{width:980px;height:clamp(390px,48dvh,520px)}}@media(max-width:1020px){.scene-map.home-play-grid{width:min(760px,calc(100vw - 120px));height:min(100%,500px);grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:20px 30px}}@media(max-width:760px){.scene-map.home-play-grid{width:min(100%,440px);height:100%;grid-template-columns:1fr;grid-template-rows:repeat(4,minmax(0,1fr));gap:9px}}.wordsea-sea-card__body{grid-template-rows:auto auto auto minmax(18px,1fr) auto}.wordsea-sea-card__difficulty{align-self:start}.wordsea-sea-card__difficulty>span{display:inline-flex;align-items:center;width:auto;height:auto;min-height:0;line-height:1.2;white-space:nowrap}.module-scene--wordsea .wordsea-intro{width:min(720px,calc(100vw - 40px));min-height:0;max-height:calc(100dvh - 120px);display:flex;flex-direction:column;overflow:hidden}.module-scene--wordsea .wordsea-intro .wordsea-modal-main{display:flex;flex:1 1 auto;flex-direction:column;gap:10px;min-height:0;overflow:auto;grid-template-rows:none}.module-scene--wordsea .wordsea-intro .wordsea-intro-list{flex:0 0 auto;grid-template-columns:1fr;gap:10px}.module-scene--wordsea .wordsea-intro .wordsea-intro-list div{min-height:0}.module-scene--wordsea .wordsea-intro .wordsea-difficulty-tabs{flex:0 0 auto;margin:6px auto 0}.module-scene--wordsea .wordsea-intro .wordsea-modal-actions{flex:0 0 auto;margin-top:12px}@media(max-width:760px){.module-scene--wordsea .wordsea-intro{width:calc(100vw - 22px);max-height:calc(100dvh - 80px);padding:18px 16px}.module-scene--wordsea .wordsea-hud{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title actions" "stats stats";align-items:center;gap:7px 8px;padding:8px 10px}.module-scene--wordsea .wordsea-title-stack{grid-area:title;min-width:0}.module-scene--wordsea .wordsea-title-stack h2,.module-scene--wordsea .wordsea-title-stack span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.module-scene--wordsea .wordsea-hud__stats{grid-area:stats;width:100%;max-width:100%;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto}.module-scene--wordsea .hud-actions{grid-area:actions;justify-content:flex-end}}.module-scene--wordsea .wordsea-sea-card__difficulty{display:grid;grid-template-columns:1fr;gap:5px}.module-scene--wordsea .wordsea-sea-card__difficulty button{width:100%;min-width:0;min-height:28px;border:1px solid rgba(86,48,27,.24);border-radius:999px;padding:4px 8px 5px;color:#442414db;background:linear-gradient(180deg,#fffaebc7,#f1e0bc85),var(--sketch-grain);font-size:11px;font-weight:900;line-height:1.15;white-space:nowrap}.module-scene--wordsea .wordsea-difficulty-row{display:grid;grid-template-columns:minmax(34px,max-content) minmax(0,1fr);align-items:center;gap:8px}.module-scene--wordsea .wordsea-difficulty-row strong{min-width:0;font-style:normal;line-height:1}.module-scene--wordsea .wordsea-difficulty-row strong{justify-self:start}.module-scene--wordsea .wordsea-difficulty-row .stars{justify-self:end;font-size:12px;letter-spacing:0}.module-scene--wordsea .wordsea-sea-card__difficulty button.is-active{color:#fff9df;border-color:#5f2f1670;background:linear-gradient(180deg,#814023f5,#5d2d19e6),var(--sketch-grain);box-shadow:0 3px #4a171324}.module-scene--wordsea .wordsea-sea-card__difficulty button:disabled{cursor:not-allowed}.module-scene--wordsea .wordsea-sea-card__difficulty button.is-locked{color:#44241480;background:linear-gradient(180deg,#fffaeb7a,#e7deca61),var(--sketch-grain)}.module-scene--wordsea .wordsea-sea-card__difficulty button.is-locked .stars{opacity:.38}.module-scene--wordsea .wordsea-feedback-pop{left:50%;right:auto;top:clamp(82px,15vh,138px);max-width:min(460px,calc(100vw - 48px));text-align:center;white-space:normal;animation:wordsea-feedback-center-rise 1.1s ease-out forwards}@keyframes wordsea-feedback-center-rise{0%{opacity:0;transform:translate(-50%,10px) scale(.92) rotate(-2deg)}16%{opacity:1;transform:translate(-50%) scale(1.04) rotate(1deg)}74%{opacity:1;transform:translate(-50%,-6px) scale(1) rotate(0)}to{opacity:0;transform:translate(-50%,-16px) scale(.98) rotate(0)}}.module-scene--wordsea .wordsea-intro{text-align:left}.module-scene--wordsea .wordsea-intro .wordsea-intro-kicker,.module-scene--wordsea .wordsea-intro h3{align-self:center;text-align:center}.module-scene--wordsea .wordsea-intro .wordsea-intro-list{width:100%;margin-top:8px;text-align:left}.module-scene--wordsea .wordsea-intro .wordsea-intro-list div{grid-template-columns:86px minmax(0,1fr);gap:12px;padding:8px 10px;border:1px solid rgba(92,82,52,.18);border-radius:8px;background:#fff7da57}.module-scene--wordsea .wordsea-intro .wordsea-intro-list dt{color:#70401f;line-height:1.55}.module-scene--wordsea .wordsea-intro .wordsea-intro-list dd{font-weight:700}.module-scene--wordsea .rule-lantern__panel{width:min(390px,calc(100vw - 24px));max-height:calc(100dvh - 116px);overflow:auto}.module-scene--wordsea .wordsea-rule-block{display:grid;gap:7px;margin-top:10px;border-top:1px solid rgba(86,48,27,.2);padding-top:10px}.module-scene--wordsea .wordsea-rule-block>strong{color:#32140e;font-size:16px;line-height:1.2}.module-scene--wordsea .wordsea-rule-summary{display:block;margin-bottom:6px;color:#3d1a12;font-weight:900;line-height:1.55}.module-scene--wordsea .wordsea-rule-list{display:grid;gap:6px;margin:0;padding-left:1.15em;color:#3a1710;font-weight:800;line-height:1.48}.module-scene--wordsea .wordsea-rule-list li::marker{color:#0f7572}.module-scene--wordsea .wordsea-settle{width:min(820px,calc(100vw - 28px));aspect-ratio:820 / 600}.module-scene--wordsea .wordsea-settle-summary{width:100%;display:grid;grid-template-columns:1fr;gap:8px}.module-scene--wordsea .wordsea-settle-row{display:grid;gap:8px;width:100%}.module-scene--wordsea .wordsea-settle-row--score,.module-scene--wordsea .wordsea-settle-row--run{grid-template-columns:repeat(2,minmax(0,1fr))}.module-scene--wordsea .wordsea-settle-row--place{grid-template-columns:repeat(3,minmax(0,1fr))}.module-scene--wordsea .wordsea-settle-row--reward{grid-template-columns:repeat(4,minmax(0,1fr))}.module-scene--wordsea .wordsea-settle-row>span{min-height:48px;display:grid;grid-template-rows:16px minmax(24px,1fr);align-items:center;justify-items:center;gap:2px;border:1px solid rgba(92,82,52,.2);border-radius:8px;color:#6d3420;background:linear-gradient(180deg,#fff7da7a,#65aca424);font-size:12px;font-weight:900}.module-scene--wordsea .wordsea-settle-row>span>em{font-style:normal;line-height:1}.module-scene--wordsea .wordsea-settle-row>span>strong{min-width:0;display:grid;place-items:center;color:#2f140f;font-size:clamp(17px,1.8vw,23px);line-height:1}.module-scene--wordsea .wordsea-settle-row .stars{border:0;background:transparent;box-shadow:none;color:#9c5b20;font-size:clamp(15px,1.6vw,20px)}.module-scene--wordsea .wordsea-unlock-note{width:100%;display:grid;gap:4px;margin:2px 0 0;color:#71411f;font-size:13px;font-weight:900;line-height:1.35;text-align:center}.module-scene--wordsea .wordsea-char-choice:disabled{cursor:default}@media(max-width:760px){.module-scene--wordsea .wordsea-sea-grid{align-content:start;grid-auto-rows:minmax(218px,auto)}.module-scene--wordsea .wordsea-sea-card{min-height:218px}.module-scene--wordsea .wordsea-sea-card__difficulty button{min-height:30px}.module-scene--wordsea .wordsea-feedback-pop{top:112px;max-width:calc(100vw - 28px);padding-inline:14px}.module-scene--wordsea .wordsea-intro .wordsea-intro-list div{grid-template-columns:72px minmax(0,1fr);padding:7px 8px}.module-scene--wordsea .wordsea-settle{width:calc(100vw - 22px);aspect-ratio:auto;min-height:min(600px,calc(100dvh - 80px))}.module-scene--wordsea .wordsea-settle-row--reward{grid-template-columns:repeat(2,minmax(0,1fr))}.module-scene--wordsea .wordsea-settle-row>span{min-height:44px}}.module-scene--wordsea .wordsea-settle{width:min(760px,calc(100vw - 28px));max-height:calc(100dvh - 32px);min-height:0;aspect-ratio:auto;display:grid;grid-template-rows:minmax(0,1fr) auto;overflow:auto;padding:clamp(18px,2.4vw,26px) clamp(20px,3vw,34px) clamp(16px,2.2vw,22px)}.module-scene--wordsea .wordsea-settle .wordsea-modal-main{grid-template-rows:auto auto auto auto minmax(0,auto);align-content:start;gap:8px}.module-scene--wordsea .wordsea-settle-title{display:flex;align-items:center;justify-content:center;gap:clamp(10px,2vw,18px);width:100%;margin:0;color:#25130f;font-size:clamp(22px,2.3vw,30px);line-height:1.08;white-space:nowrap;overflow-wrap:normal}.module-scene--wordsea .wordsea-settle-title .stars{border:0;background:transparent;box-shadow:none;color:#9c5b20;font-size:.82em;line-height:1}.module-scene--wordsea .wordsea-settle .wordsea-settle-summary{display:grid;grid-template-columns:minmax(0,1fr);gap:6px;width:100%}.module-scene--wordsea .wordsea-settle-line{display:grid;align-items:center;justify-content:center;gap:clamp(10px,3vw,28px);width:100%;min-height:32px;padding:4px 10px;border:1px solid rgba(92,82,52,.18);border-radius:8px;color:#4b2413;background:linear-gradient(180deg,#fff7da75,#65aca41a);font-size:clamp(14px,1.55vw,17px);font-weight:900;line-height:1;white-space:nowrap;overflow-wrap:normal}.module-scene--wordsea .wordsea-settle-line--score{grid-template-columns:repeat(3,max-content)}.module-scene--wordsea .wordsea-settle-line--reward{grid-template-columns:repeat(2,max-content)}.module-scene--wordsea .wordsea-settle-line strong{color:#24100d;font-size:1.16em;line-height:1}.module-scene--wordsea .wordsea-settle .wordsea-unlock-note{margin-top:0}.module-scene--wordsea .wordsea-settle .wordsea-choice-head{margin-top:2px;gap:8px;font-size:clamp(15px,1.7vw,18px);line-height:1.1}.module-scene--wordsea .wordsea-settle .wordsea-candidate-grid{min-height:0;max-height:min(124px,22dvh);grid-auto-rows:minmax(50px,60px);grid-template-columns:repeat(auto-fit,minmax(50px,60px));gap:7px;padding:0 4px 2px}.module-scene--wordsea .wordsea-settle .wordsea-char-choice{font-size:clamp(26px,3.4vw,36px)}.module-scene--wordsea .wordsea-settle .wordsea-choice-note{margin:0;line-height:1.2}.module-scene--wordsea .wordsea-settle+.wordsea-modal-actions,.module-scene--wordsea .wordsea-settle .wordsea-modal-actions{margin-top:0}.module-scene--wordsea .wordsea-settle .wordsea-modal-actions{margin-top:6px}@media(max-width:760px){.module-scene--wordsea .wordsea-settle{width:calc(100vw - 18px);max-height:calc(100dvh - 18px);padding:16px 14px 14px}.module-scene--wordsea .wordsea-settle-title{gap:8px;font-size:clamp(19px,5vw,24px)}.module-scene--wordsea .wordsea-settle-line{gap:8px;min-height:30px;padding-inline:6px;font-size:clamp(12px,3.35vw,14px)}.module-scene--wordsea .wordsea-settle .wordsea-candidate-grid{grid-auto-rows:minmax(46px,54px);grid-template-columns:repeat(auto-fit,minmax(46px,54px))}}.module-scene--wordsea .wordsea-stage{grid-template-rows:auto auto minmax(0,1fr) auto;gap:8px}.module-scene--wordsea .wordsea-mechanic-panel{position:relative;z-index:4;display:grid;grid-template-columns:minmax(0,1fr) minmax(128px,164px) auto;align-items:center;gap:10px;height:86px;padding:10px 12px;border:2px solid rgba(83,52,31,.24);border-radius:8px;color:#321812;background:linear-gradient(105deg,#fffae7f0,#ebf7eebd),var(--sketch-grain);box-shadow:0 10px 20px #3922141f,inset 0 0 0 1px #ffffff6b;contain:layout paint}.module-scene--wordsea .wordsea-mechanic-panel.is-alert{border-color:#ab542d6b;background:linear-gradient(105deg,#fff4c6f5,#def3f5d1),var(--sketch-grain);box-shadow:0 0 0 4px #ffd26833,0 14px 26px #522b1629}.module-scene--wordsea .wordsea-mechanic-panel.is-ready{border-color:#48887470;box-shadow:0 0 0 4px #69b9a329,0 10px 20px #3922141f}.module-scene--wordsea .wordsea-mechanic-panel__main{display:grid;gap:3px;min-width:0}.module-scene--wordsea .wordsea-mechanic-panel__main>span{color:#785137;font-size:12px;font-weight:900;line-height:1.1}.module-scene--wordsea .wordsea-mechanic-panel__main strong{color:#2c1410;font-size:clamp(18px,1.75vw,24px);line-height:1.08}.module-scene--wordsea .wordsea-mechanic-panel__main p{margin:0;color:#61432f;font-size:clamp(12px,1.05vw,15px);font-weight:800;line-height:1.35}.module-scene--wordsea .wordsea-mechanic-meter{display:grid;gap:6px;min-width:0}.module-scene--wordsea .wordsea-mechanic-meter>span{display:flex;align-items:baseline;justify-content:space-between;gap:8px;font-weight:900;line-height:1}.module-scene--wordsea .wordsea-mechanic-meter em{color:#74513a;font-style:normal;font-size:12px}.module-scene--wordsea .wordsea-mechanic-meter strong{color:#27120e;font-size:clamp(20px,2.1vw,30px)}.module-scene--wordsea .wordsea-mechanic-meter i{overflow:hidden;height:9px;border:1px solid rgba(88,56,36,.22);border-radius:999px;background:#fff7ddc2}.module-scene--wordsea .wordsea-mechanic-meter b{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#bf6d33,#f0c257,#60b7ae)}.module-scene--wordsea .wordsea-mechanic-panel__button{min-width:92px;min-height:42px;border:2px solid rgba(70,42,25,.28);border-radius:8px;padding:7px 13px 8px;color:#fff8dc;background:linear-gradient(180deg,#804322fa,#582b17f5),var(--sketch-grain);box-shadow:0 4px #36160d33;font:inherit;font-size:15px;font-weight:900;cursor:pointer}.module-scene--wordsea .wordsea-mechanic-panel__button:disabled{cursor:not-allowed;filter:saturate(.55);opacity:.58}.module-scene--wordsea .wordsea-field{margin-top:0;contain:layout paint}.module-scene--wordsea .floating-piece{transform-origin:center}.module-scene--wordsea .floating-piece .character-tile{position:relative;z-index:2}.module-scene--wordsea .wordsea-piece-badge{position:absolute;left:50%;top:-22px;z-index:5;transform:translate(-50%);min-width:42px;border:2px solid rgba(66,40,24,.25);border-radius:999px;padding:3px 8px 4px;color:#2b130e;background:linear-gradient(180deg,#fff9dffa,#f4d274f0),var(--sketch-grain);box-shadow:0 5px 12px #3e22122e;font-size:12px;font-weight:1000;line-height:1;text-align:center;white-space:nowrap;pointer-events:none}.module-scene--wordsea .floating-piece--flying{z-index:9}.module-scene--wordsea .floating-piece--flying:before,.module-scene--wordsea .floating-piece--interpret:before,.module-scene--wordsea .floating-piece--snake:before,.module-scene--wordsea .floating-piece--snake_item:before{content:"";position:absolute;inset:-18px;z-index:0;border:3px solid rgba(245,198,67,.88);border-radius:24px;background:radial-gradient(circle,rgba(255,228,112,.24),transparent 68%);animation:wordsea-target-pulse .95s ease-in-out infinite alternate;pointer-events:none}.module-scene--wordsea .floating-piece--flying:after{content:"";position:absolute;left:50%;top:50%;z-index:1;width:102px;height:102px;border-radius:999px;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(255,255,255,.76) 0 10%,rgba(246,205,74,.32) 16% 34%,transparent 58%),conic-gradient(from 0deg,transparent,rgba(83,164,214,.4),transparent,rgba(244,188,72,.42),transparent);animation:wordsea-flying-beacon 2.2s linear infinite;pointer-events:none}.module-scene--wordsea .floating-piece--flying .character-tile{width:70px;height:76px;border:3px solid rgba(125,76,25,.42);background:linear-gradient(180deg,#fff4b8,#f8cf62 44%,#c9edf8),var(--sketch-grain);box-shadow:0 0 0 6px #ffffff9e,0 0 0 12px #ffcc454d,0 18px 34px #293d4c47}.module-scene--wordsea .floating-piece--interpret:before{border-color:#7a68c6d6;background:radial-gradient(circle,rgba(181,160,235,.25),transparent 68%)}.module-scene--wordsea .floating-piece--interpret .wordsea-piece-badge{background:linear-gradient(180deg,#fffae5fa,#c3aeeaf2),var(--sketch-grain)}.module-scene--wordsea .floating-piece--snake:before,.module-scene--wordsea .floating-piece--snake_item:before{border-color:#3e9e6dd6;background:radial-gradient(circle,rgba(126,217,159,.25),transparent 68%)}.module-scene--wordsea .floating-piece--snake_item:before{border-style:dashed}.module-scene--wordsea .floating-piece--snake .wordsea-piece-badge,.module-scene--wordsea .floating-piece--snake_item .wordsea-piece-badge{background:linear-gradient(180deg,#fffae5fa,#97dda2f0),var(--sketch-grain)}@keyframes wordsea-target-pulse{0%{opacity:.78;transform:scale(.96)}to{opacity:1;transform:scale(1.06)}}@keyframes wordsea-flying-beacon{to{transform:translate(-50%,-50%) rotate(360deg)}}.module-scene--wordsea .wordsea-settle-line--mechanic{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;white-space:normal}.module-scene--wordsea .wordsea-settle-line--mechanic span{min-width:0;display:inline-flex;justify-content:center;gap:4px}@media(prefers-reduced-motion:reduce){.module-scene--wordsea .floating-piece--flying:before,.module-scene--wordsea .floating-piece--flying:after,.module-scene--wordsea .floating-piece--interpret:before,.module-scene--wordsea .floating-piece--snake:before,.module-scene--wordsea .floating-piece--snake_item:before{animation:none}}@media(max-width:760px){.module-scene--wordsea .wordsea-stage{gap:6px}.module-scene--wordsea .wordsea-mechanic-panel{grid-template-columns:minmax(0,1fr) minmax(96px,116px);gap:7px;height:96px;padding:8px 9px}.module-scene--wordsea .wordsea-mechanic-panel__main strong{font-size:17px}.module-scene--wordsea .wordsea-mechanic-panel__main p{font-size:12px;line-height:1.25}.module-scene--wordsea .wordsea-mechanic-meter strong{font-size:21px}.module-scene--wordsea .wordsea-mechanic-panel__button{grid-column:1 / -1;justify-self:start;min-height:34px;min-width:82px;padding:5px 10px 6px;font-size:13px}.module-scene--wordsea .floating-piece--flying .character-tile{width:58px;height:64px}.module-scene--wordsea .wordsea-piece-badge{top:-19px;min-width:36px;padding:2px 6px 3px;font-size:11px}.module-scene--wordsea .wordsea-settle-line--mechanic{grid-template-columns:1fr;gap:4px}}.module-scene--wordsea .wordsea-settle{width:min(860px,calc(100vw - 28px));box-sizing:border-box;max-height:calc(100vh - 28px);padding:clamp(20px,2.6vw,30px) clamp(24px,3.4vw,42px) clamp(18px,2.4vw,26px)}.module-scene--wordsea .wordsea-settle .wordsea-modal-main{gap:clamp(10px,1.45vw,15px)}.module-scene--wordsea .wordsea-settle-title{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:baseline;justify-content:stretch;gap:clamp(10px,1.8vw,18px);padding-bottom:12px;border-bottom:1px solid rgba(92,57,38,.2);text-align:left}.module-scene--wordsea .wordsea-settle-title__sea{min-width:0;font-size:clamp(30px,3.1vw,42px);line-height:1}.module-scene--wordsea .wordsea-settle-title__meta{color:#6c4428;font-size:clamp(18px,1.7vw,23px)}.module-scene--wordsea .wordsea-settle-title .stars{color:#a35d22;font-size:clamp(20px,2vw,27px)}.module-scene--wordsea .wordsea-settle .wordsea-settle-summary{gap:0}.module-scene--wordsea .wordsea-settle-line{justify-content:stretch;gap:0;min-height:0;padding:10px 0;border:0;border-bottom:1px solid rgba(92,57,38,.14);border-radius:0;background:transparent;color:#4b2b1b;white-space:normal}.module-scene--wordsea .wordsea-settle-line--score{grid-template-columns:minmax(0,1.45fr) repeat(2,minmax(0,.8fr));padding-top:14px;padding-bottom:14px}.module-scene--wordsea .wordsea-settle-line--reward{grid-template-columns:repeat(2,minmax(0,1fr))}.module-scene--wordsea .wordsea-settle-line--mechanic{grid-template-columns:minmax(0,1.2fr) repeat(2,minmax(0,.9fr));gap:0}.module-scene--wordsea .wordsea-settle-stat{min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:5px;padding:0 clamp(10px,1.5vw,18px);border-left:1px solid rgba(92,57,38,.13)}.module-scene--wordsea .wordsea-settle-line--mechanic .wordsea-settle-stat{display:flex;justify-content:center;gap:5px}.module-scene--wordsea .wordsea-settle-stat:first-child{border-left:0;padding-left:0}.module-scene--wordsea .wordsea-settle-stat em{color:#4b2b1bb8;font-size:clamp(13px,1.15vw,15px);font-style:normal;font-weight:700;line-height:1.1}.module-scene--wordsea .wordsea-settle-line .wordsea-settle-stat strong{min-width:0;color:#24100d;font-size:clamp(24px,2.4vw,34px);line-height:1}.module-scene--wordsea .wordsea-settle-line--score .wordsea-settle-stat--primary strong{color:#0d6d70;font-size:clamp(46px,5.1vw,66px)}.module-scene--wordsea .wordsea-settle-line--reward .wordsea-settle-stat strong{color:#0d6d70}.module-scene--wordsea .wordsea-settle-line--mechanic .wordsea-settle-stat strong{font-size:clamp(20px,1.9vw,28px)}.module-scene--wordsea .wordsea-settle .wordsea-choice-head{justify-content:space-between;margin-top:2px;padding-top:2px;color:#4b2b1b}.module-scene--wordsea .wordsea-settle .wordsea-choice-head strong{font-size:clamp(17px,1.8vw,22px)}.module-scene--wordsea .wordsea-settle .wordsea-choice-head span{min-width:auto;color:#0d6d70;font-size:clamp(18px,1.9vw,24px)}.module-scene--wordsea .wordsea-settle .wordsea-candidate-grid{max-height:min(150px,24dvh);padding:2px 0}.module-scene--wordsea .wordsea-settle .wordsea-empty-choice{min-height:58px;width:100%;display:grid;place-items:center;border:1px dashed rgba(92,57,38,.28);border-radius:8px;color:#4b2b1bbd;background:#fff8e259;font-size:clamp(15px,1.45vw,18px);font-weight:700}.module-scene--wordsea .wordsea-settle .wordsea-modal-actions{margin-top:clamp(8px,1.2vw,14px)}@media(max-width:760px){.module-scene--wordsea .wordsea-settle{width:calc(100vw - 18px);max-height:calc(100vh - 136px);padding:16px 14px 14px}.module-scene--wordsea .wordsea-settle-title{grid-template-columns:minmax(0,1fr) auto;gap:8px;padding-bottom:9px}.module-scene--wordsea .wordsea-settle-title__sea{font-size:clamp(23px,7vw,30px)}.module-scene--wordsea .wordsea-settle-title .stars{grid-column:1 / -1;font-size:20px}.module-scene--wordsea .wordsea-settle-line--score,.module-scene--wordsea .wordsea-settle-line--reward,.module-scene--wordsea .wordsea-settle-line--mechanic{grid-template-columns:repeat(2,minmax(0,1fr))}.module-scene--wordsea .wordsea-settle-line--score .wordsea-settle-stat--primary,.module-scene--wordsea .wordsea-settle-line--mechanic .wordsea-settle-stat:first-child{grid-column:1 / -1;padding-bottom:8px;border-left:0;border-bottom:1px solid rgba(92,57,38,.12)}.module-scene--wordsea .wordsea-settle-stat{padding:8px 10px 0}.module-scene--wordsea .wordsea-settle-stat:first-child{padding-left:10px}.module-scene--wordsea .wordsea-settle-line .wordsea-settle-stat strong{font-size:23px}.module-scene--wordsea .wordsea-settle-line--score .wordsea-settle-stat--primary strong{font-size:clamp(42px,13vw,56px)}}@media(max-height:700px){.module-scene--wordsea .wordsea-settle{max-height:calc(100vh - 18px);padding-top:16px;padding-bottom:14px}.module-scene--wordsea .wordsea-settle .wordsea-modal-main{gap:8px}.module-scene--wordsea .wordsea-settle-title{padding-bottom:8px}.module-scene--wordsea .wordsea-settle-title__sea{font-size:clamp(26px,2.6vw,34px)}.module-scene--wordsea .wordsea-settle-line{padding-top:7px;padding-bottom:7px}.module-scene--wordsea .wordsea-settle-line--score{padding-top:9px;padding-bottom:9px}.module-scene--wordsea .wordsea-settle-line--score .wordsea-settle-stat--primary strong{font-size:clamp(40px,4.4vw,54px)}.module-scene--wordsea .wordsea-settle .wordsea-empty-choice{min-height:48px}.module-scene--wordsea .wordsea-settle .wordsea-modal-actions{margin-top:6px}}@media(max-width:760px)and (max-height:700px){.module-scene--wordsea .wordsea-settle{max-height:calc(100vh - 136px)}}.module-scene--wordsea .wordsea-stage{position:relative;grid-template-rows:auto auto minmax(0,1fr);gap:clamp(6px,1.1vh,10px);padding-bottom:clamp(10px,1.7vh,16px)}.module-scene--wordsea .wordsea-stage>.status-line{display:none}.module-scene--wordsea .wordsea-field{min-height:0;height:100%;margin-top:0;overflow:hidden;isolation:isolate}.module-scene--wordsea .wordsea-field:before,.module-scene--wordsea .wordsea-field:after,.module-scene--wordsea .floating-piece:before,.module-scene--wordsea .floating-piece:after,.module-scene--wordsea .wordsea-piece-badge,.module-scene--wordsea .wordsea-piece-sr,.module-scene--wordsea .wordsea-mechanic-burst,.module-scene--wordsea .wordsea-mechanic-burst *,.module-scene--wordsea .wordsea-mechanic-art,.module-scene--wordsea .wordsea-mechanic-art *,.module-scene--wordsea .wordsea-mechanic-panel__button img{pointer-events:none}.module-scene--wordsea .wordsea-field:after{inset:0;width:auto;height:auto;opacity:var(--wordsea-zone-opacity, .38);background:var(--wordsea-mechanic-zone, linear-gradient(180deg, transparent, transparent)),repeating-radial-gradient(ellipse at 50% 100%,rgba(74,23,19,.1) 0 1px,transparent 2px 22px);animation:sea-breath 12s ease-in-out infinite alternate;mix-blend-mode:multiply;z-index:1}.module-scene--wordsea .wordsea-field>.floating-piece,.module-scene--wordsea .wordsea-field>.wordsea-tide-veil,.module-scene--wordsea .wordsea-field>.wordsea-status-float{position:absolute}.module-scene--wordsea .wordsea-stage--shoal .wordsea-field{--wordsea-zone-opacity: .2;--wordsea-mechanic-zone: linear-gradient(115deg, transparent 0 55%, rgba(122, 169, 143, .08) 56% 58%, transparent 60%), linear-gradient(18deg, transparent 0 64%, rgba(203, 151, 89, .08) 65% 66%, transparent 68%)}.module-scene--wordsea .wordsea-stage--galaxy .wordsea-field,.module-scene--wordsea .wordsea-stage--mechanic-flying .wordsea-field{--wordsea-zone-opacity: .52;--wordsea-mechanic-zone: radial-gradient(ellipse at 50% 14%, rgba(255, 234, 137, .42) 0 9%, rgba(108, 183, 208, .18) 10% 28%, transparent 46%), linear-gradient(100deg, transparent 8%, rgba(255, 255, 255, .42) 18%, transparent 28% 100%)}.module-scene--wordsea .wordsea-stage--qinyin .wordsea-field,.module-scene--wordsea .wordsea-stage--mechanic-interpret .wordsea-field{--wordsea-zone-opacity: .47;--wordsea-mechanic-zone: repeating-linear-gradient(170deg, transparent 0 20px, rgba(93, 84, 127, .12) 21px 23px, transparent 24px 42px), radial-gradient(ellipse at 22% 28%, rgba(195, 174, 234, .35) 0 12%, rgba(127, 197, 183, .12) 13% 30%, transparent 48%)}.module-scene--wordsea .wordsea-stage--west_lake .wordsea-field,.module-scene--wordsea .wordsea-stage--mechanic-snake .wordsea-field{--wordsea-zone-opacity: .48;--wordsea-mechanic-zone: radial-gradient(ellipse at 78% 70%, rgba(242, 194, 92, .34) 0 13%, rgba(100, 176, 125, .2) 14% 34%, transparent 50%), linear-gradient(20deg, transparent 0 54%, rgba(112, 147, 95, .12) 55% 57%, transparent 59%)}.module-scene--wordsea .wordsea-stage--chaos .wordsea-field,.module-scene--wordsea .wordsea-stage--mechanic-random .wordsea-field{--wordsea-zone-opacity: .5;--wordsea-mechanic-zone: conic-gradient(from 28deg at 54% 30%, transparent 0 22%, rgba(95, 166, 176, .2) 25% 31%, transparent 34% 58%, rgba(190, 118, 72, .16) 61% 68%, transparent 72%), radial-gradient(ellipse at 54% 30%, rgba(244, 207, 122, .24) 0 12%, transparent 38%)}.module-scene--wordsea .wordsea-stage--chaos.wordsea-stage--mechanic-flying .wordsea-field{--wordsea-zone-opacity: .52;--wordsea-mechanic-zone: radial-gradient(ellipse at 50% 14%, rgba(255, 234, 137, .42) 0 9%, rgba(108, 183, 208, .18) 10% 28%, transparent 46%), linear-gradient(100deg, transparent 8%, rgba(255, 255, 255, .42) 18%, transparent 28% 100%)}.module-scene--wordsea .wordsea-stage--chaos.wordsea-stage--mechanic-interpret .wordsea-field{--wordsea-zone-opacity: .47;--wordsea-mechanic-zone: repeating-linear-gradient(170deg, transparent 0 20px, rgba(93, 84, 127, .12) 21px 23px, transparent 24px 42px), radial-gradient(ellipse at 22% 28%, rgba(195, 174, 234, .35) 0 12%, rgba(127, 197, 183, .12) 13% 30%, transparent 48%)}.module-scene--wordsea .wordsea-stage--chaos.wordsea-stage--mechanic-snake .wordsea-field{--wordsea-zone-opacity: .48;--wordsea-mechanic-zone: radial-gradient(ellipse at 78% 70%, rgba(242, 194, 92, .34) 0 13%, rgba(100, 176, 125, .2) 14% 34%, transparent 50%), linear-gradient(20deg, transparent 0 54%, rgba(112, 147, 95, .12) 55% 57%, transparent 59%)}.module-scene--wordsea .wordsea-mechanic-panel{grid-template-columns:66px minmax(0,1fr) minmax(118px,154px) auto;min-height:clamp(72px,10vh,88px);height:auto;padding:9px 12px;overflow:hidden}.module-scene--wordsea .wordsea-mechanic-panel--basic{grid-template-columns:minmax(0,1fr)}.module-scene--wordsea .wordsea-mechanic-panel--flying{min-height:86px;height:86px}.module-scene--wordsea .wordsea-mechanic-art{position:relative;width:58px;height:58px;display:grid;place-items:center;align-self:center;justify-self:center;filter:drop-shadow(0 6px 6px rgba(62,32,16,.18))}.module-scene--wordsea .wordsea-mechanic-art img{width:100%;height:100%;object-fit:contain}.module-scene--wordsea .wordsea-mechanic-art i{position:absolute;right:-5px;bottom:-2px;border-radius:999px;padding:2px 5px;color:#fff9e9;background:#492615c7;font-size:10px;font-style:normal;font-weight:900;line-height:1;box-shadow:0 1px #ffffff4d inset}.module-scene--wordsea .wordsea-mechanic-panel--interpret:after,.module-scene--wordsea .wordsea-mechanic-panel--snake:after,.module-scene--wordsea .wordsea-mechanic-panel--flying:after{content:"";position:absolute;inset:8px 10px;z-index:-1;border-radius:10px;pointer-events:none;opacity:.5}.module-scene--wordsea .wordsea-mechanic-panel--flying:after{background:linear-gradient(100deg,transparent 0 40%,rgba(255,239,159,.34) 46% 54%,transparent 61%)}.module-scene--wordsea .wordsea-mechanic-panel--interpret:after{background:repeating-linear-gradient(172deg,transparent 0 15px,rgba(92,82,118,.16) 16px 17px,transparent 18px 31px)}.module-scene--wordsea .wordsea-mechanic-panel--snake:after{background:linear-gradient(18deg,transparent 0 58%,rgba(121,171,96,.16) 60% 62%,transparent 64%)}.module-scene--wordsea .wordsea-mechanic-panel__button{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-width:108px;padding-inline:10px}.module-scene--wordsea .wordsea-mechanic-panel__button img{width:28px;height:28px;object-fit:contain;filter:drop-shadow(0 2px 2px rgba(34,14,7,.22))}.module-scene--wordsea .wordsea-status-float{left:50%;bottom:clamp(10px,2.2vh,18px);z-index:10;max-width:min(720px,calc(100% - 32px));margin:0;padding:3px 10px 5px;border:0;border-radius:999px;color:#fffbed;background:#2b180e52;box-shadow:none;font-size:clamp(15px,1.45vw,20px);font-weight:900;line-height:1.25;text-align:center;text-shadow:0 2px 4px rgba(36,15,8,.92),1px 0 0 rgba(36,15,8,.78),-1px 0 0 rgba(36,15,8,.78);opacity:0;visibility:hidden;transform:translate(-50%,8px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease;pointer-events:none}.module-scene--wordsea .wordsea-status-float.is-visible{opacity:1;visibility:visible;transform:translate(-50%)}.module-scene--wordsea .wordsea-piece-sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.module-scene--wordsea .wordsea-mechanic-burst{position:absolute;left:50%;top:42%;z-index:9;width:min(42vw,360px);aspect-ratio:1;opacity:0;transform:translate(-50%,-50%) scale(.72);animation:wordsea-mechanic-burst .88s ease-out both;mix-blend-mode:normal}.module-scene--wordsea .wordsea-mechanic-burst img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 12px 20px rgba(56,32,18,.16))}.module-scene--wordsea .wordsea-mechanic-burst--flying{left:50%;top:20%;z-index:7;width:min(58vw,520px);animation:wordsea-flying-burst 1.04s ease-out both}.module-scene--wordsea .wordsea-mechanic-burst--flying img{opacity:.92;filter:drop-shadow(0 16px 22px rgba(56,32,18,.14)) drop-shadow(0 0 18px rgba(248,210,106,.22))}.module-scene--wordsea .wordsea-mechanic-burst--interpret{left:31%;top:36%;width:min(40vw,350px)}.module-scene--wordsea .wordsea-mechanic-burst--snake{left:73%;top:62%;width:min(38vw,340px)}.module-scene--wordsea .wordsea-chaos-roll{position:absolute;inset:clamp(8px,1.4vh,14px) clamp(10px,1.8vw,24px) clamp(10px,1.8vh,18px);z-index:36;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(84,48,30,.18);border-radius:28px 18px 30px 20px;background:radial-gradient(ellipse at 50% 48%,#fffae1f0 0 38%,#cfe8dce0 62%,#e5d1bec7),var(--sketch-grain);box-shadow:0 18px 38px #341d122e,inset 0 0 0 5px #ffffff52;pointer-events:auto;isolation:isolate}.module-scene--wordsea .wordsea-chaos-roll__backdrop{position:absolute;inset:-18%;z-index:-1;background:conic-gradient(from 20deg at 50% 48%,rgba(77,154,164,.22),transparent 18%,rgba(214,164,82,.2) 31%,transparent 48%,rgba(133,91,156,.14) 62%,transparent 78%,rgba(77,154,164,.22)),radial-gradient(circle at 50% 45%,rgba(255,244,184,.5),transparent 42%);animation:wordsea-chaos-backdrop 5.4s linear infinite;pointer-events:none}.module-scene--wordsea .wordsea-chaos-roll__disc{position:relative;display:grid;place-items:center;width:min(68vmin,560px);max-width:calc(100% - 24px);aspect-ratio:1;filter:drop-shadow(0 16px 22px rgba(50,27,14,.18))}.module-scene--wordsea .wordsea-chaos-roll__disc-img,.module-scene--wordsea .wordsea-chaos-roll__orb,.module-scene--wordsea .wordsea-chaos-roll__mechanic,.module-scene--wordsea .wordsea-chaos-roll__reveal{pointer-events:none;-webkit-user-select:none;user-select:none}.module-scene--wordsea .wordsea-chaos-roll__disc-img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;opacity:.9;animation:wordsea-chaos-disc 2.8s cubic-bezier(.2,.72,.18,1) both}.module-scene--wordsea .wordsea-chaos-roll__orb{position:absolute;width:34%;height:34%;object-fit:contain;opacity:.78;transform:translateY(-2%);animation:wordsea-chaos-orb 1.4s ease-in-out infinite alternate}.module-scene--wordsea .wordsea-chaos-roll__mechanic{position:absolute;width:34%;height:34%;object-fit:contain;opacity:.94;transform:translateY(-2%) scale(.92);animation:wordsea-chaos-icon .26s ease-out both;filter:drop-shadow(0 8px 12px rgba(44,22,12,.2))}.module-scene--wordsea .wordsea-chaos-roll__reveal{position:absolute;inset:7%;width:86%;height:86%;object-fit:contain;opacity:0;transform:scale(.86)}.module-scene--wordsea .wordsea-chaos-roll.is-revealed .wordsea-chaos-roll__disc-img{animation-play-state:paused}.module-scene--wordsea .wordsea-chaos-roll.is-revealed .wordsea-chaos-roll__mechanic{width:38%;height:38%;animation:wordsea-chaos-final .36s ease-out both}.module-scene--wordsea .wordsea-chaos-roll.is-revealed .wordsea-chaos-roll__reveal{animation:wordsea-chaos-reveal .42s ease-out both}.module-scene--wordsea .wordsea-chaos-roll__text{position:absolute;left:50%;bottom:clamp(14px,3vh,30px);width:min(420px,calc(100% - 24px));display:grid;gap:4px;justify-items:center;transform:translate(-50%);color:#341612;text-align:center;text-shadow:0 1px 0 rgba(255,252,231,.92)}.module-scene--wordsea .wordsea-chaos-roll__text span{color:#4e2e1cb3;font-size:clamp(12px,1.2vw,15px);font-weight:900;letter-spacing:0}.module-scene--wordsea .wordsea-chaos-roll__text strong{display:inline-flex;justify-content:center;border:1px solid rgba(92,52,31,.2);border-radius:999px;padding:7px 14px 9px;background:#fff9e2b8;box-shadow:0 5px 12px #361a0d1f;color:#2a100d;font-size:clamp(18px,2vw,26px);font-weight:1000;line-height:1.1}.module-scene--wordsea .wordsea-chaos-roll__confirm{min-width:118px;min-height:38px;margin-top:5px;border:2px solid rgba(91,54,31,.28);border-radius:999px;padding:7px 18px 9px;color:#fff8dc;background:linear-gradient(180deg,#804322fa,#582b17f5),var(--sketch-grain);box-shadow:0 4px #36160d2e,0 9px 18px #36160d29;font:inherit;font-size:clamp(14px,1.25vw,17px);font-weight:1000;line-height:1;cursor:pointer}.module-scene--wordsea .wordsea-chaos-roll__confirm:hover,.module-scene--wordsea .wordsea-chaos-roll__confirm:focus-visible{outline:0;transform:translateY(-1px);box-shadow:0 5px #36160d2e,0 12px 20px #36160d33}@keyframes wordsea-chaos-backdrop{to{transform:rotate(360deg)}}@keyframes wordsea-chaos-disc{0%{transform:rotate(-16deg) scale(.86);opacity:0}22%{opacity:.92}72%{transform:rotate(214deg) scale(1.02)}to{transform:rotate(248deg) scale(1);opacity:.9}}@keyframes wordsea-chaos-orb{0%{transform:translateY(-2%) scale(.94);opacity:.62}to{transform:translateY(-2%) scale(1.03);opacity:.88}}@keyframes wordsea-chaos-icon{0%{opacity:0;transform:translateY(-2%) scale(.72) rotate(-8deg)}to{opacity:.94;transform:translateY(-2%) scale(.98) rotate(0)}}@keyframes wordsea-chaos-final{0%{opacity:.8;transform:translateY(-2%) scale(.88)}58%{opacity:1;transform:translateY(-2%) scale(1.12)}to{opacity:1;transform:translateY(-2%) scale(1)}}@keyframes wordsea-chaos-reveal{0%{opacity:0;transform:scale(.78) rotate(-8deg)}54%{opacity:.72}to{opacity:.52;transform:scale(1.02) rotate(0)}}@keyframes wordsea-mechanic-burst{0%{opacity:0;transform:translate(-50%,-50%) scale(.66) rotate(-2deg)}18%{opacity:.68}54%{opacity:.5;transform:translate(-50%,-50%) scale(1.04) rotate(1deg)}to{opacity:0;transform:translate(-50%,-50%) scale(1.18) rotate(2deg)}}@keyframes wordsea-flying-burst{0%{opacity:0;transform:translate(-50%,-50%) scale(.58) rotate(-4deg)}16%{opacity:.78}46%{opacity:.58;transform:translate(-50%,-50%) scale(1.06) rotate(1deg)}to{opacity:0;transform:translate(-50%,-50%) scale(1.24) rotate(3deg)}}.module-scene--wordsea .floating-piece--flying:after,.module-scene--wordsea .floating-piece--interpret:after,.module-scene--wordsea .floating-piece--snake:after,.module-scene--wordsea .floating-piece--snake_item:after{content:"";position:absolute;left:50%;top:50%;z-index:1;width:116px;height:116px;border-radius:999px;background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.82;transform:translate(-50%,-50%);filter:drop-shadow(0 10px 12px rgba(56,34,20,.18))}.module-scene--wordsea .floating-piece--flying:after{background-image:url(/assets/game-ui/wordsea/mechanic-flying-shell.png);z-index:0;opacity:.58;transform:translate(-50%,-50%) scale(1.08);-webkit-mask:radial-gradient(ellipse at 50% 52%,transparent 0 31%,rgba(0,0,0,.28) 37%,#000 50%);mask:radial-gradient(ellipse at 50% 52%,transparent 0 31%,rgba(0,0,0,.28) 37%,#000 50%);animation:wordsea-flying-beacon 2.8s ease-in-out infinite}.module-scene--wordsea .floating-piece--flying:before{width:92px;height:66px;inset:auto;z-index:4;border:0;border-radius:0;background:url(/assets/game-ui/wordsea/mechanic-flying-halo.png) center / contain no-repeat;opacity:.92;transform:translate(-50%);animation:wordsea-halo-breathe 1.6s ease-in-out infinite alternate;filter:drop-shadow(0 4px 8px rgba(174,113,31,.22))}.module-scene--wordsea .floating-piece--interpret:after{width:124px;height:124px;background-image:url(/assets/game-ui/wordsea/mechanic-qin-mark.png);opacity:.52}.module-scene--wordsea .floating-piece--snake:after{background-image:url(/assets/game-ui/wordsea/mechanic-realgars-mark.png);opacity:.54}.module-scene--wordsea .floating-piece--snake_item:after{width:122px;height:122px;background-image:url(/assets/game-ui/wordsea/mechanic-realgars-mark.png);opacity:.5}.module-scene--wordsea .floating-piece--interpret .character-tile,.module-scene--wordsea .floating-piece--snake .character-tile,.module-scene--wordsea .floating-piece--snake_item .character-tile{border-width:3px;box-shadow:0 0 0 5px #ffffff94,0 0 0 10px #8ccdc633,0 14px 28px #301f142e}.module-scene--wordsea .floating-piece--flying .character-tile{position:relative;z-index:3;background:radial-gradient(ellipse at 50% 48%,#fffce2fa 0 56%,#ffee94f0 72%,#cdeef8e6),var(--sketch-grain)}.module-scene--wordsea .floating-piece--flying .character-tile span{position:relative;z-index:2;color:#2b130e;text-shadow:0 1px 0 rgba(255,255,255,.96),0 0 4px rgba(255,248,218,.96)}@media(max-width:760px){.module-scene--wordsea .wordsea-stage{grid-template-rows:auto auto minmax(0,1fr);gap:5px;padding-bottom:8px}.module-scene--wordsea .wordsea-field{border-width:4px;border-radius:24px 18px}.module-scene--wordsea .wordsea-mechanic-panel{grid-template-columns:48px minmax(0,1fr) minmax(84px,102px);min-height:82px;padding:7px 8px}.module-scene--wordsea .wordsea-mechanic-art{width:46px;height:46px}.module-scene--wordsea .wordsea-mechanic-art i{display:none}.module-scene--wordsea .wordsea-mechanic-panel__button{grid-column:2 / -1;min-width:0;min-height:32px;padding:4px 10px 5px}.module-scene--wordsea .wordsea-mechanic-panel__button img{width:22px;height:22px}.module-scene--wordsea .wordsea-status-float{bottom:9px;max-width:calc(100% - 24px);font-size:14px}.module-scene--wordsea .wordsea-chaos-roll{inset:8px;border-radius:22px 16px 24px}.module-scene--wordsea .wordsea-chaos-roll__disc{width:min(88vw,410px)}.module-scene--wordsea .wordsea-chaos-roll__text{bottom:10px;width:calc(100% - 16px)}.module-scene--wordsea .wordsea-chaos-roll__text strong{padding:6px 11px 8px;font-size:18px}.module-scene--wordsea .wordsea-chaos-roll__confirm{min-width:104px;min-height:34px;padding:6px 14px 8px;font-size:14px}.module-scene--wordsea .floating-piece--flying:after,.module-scene--wordsea .floating-piece--interpret:after,.module-scene--wordsea .floating-piece--snake:after,.module-scene--wordsea .floating-piece--snake_item:after{width:94px;height:94px}.module-scene--wordsea .floating-piece--flying:before{top:-30px;width:74px;height:54px}}@keyframes wordsea-halo-breathe{0%{opacity:.72;transform:translate(-50%) translateY(2px) scale(.96)}to{opacity:.98;transform:translate(-50%) translateY(-1px) scale(1.03)}}@media(prefers-reduced-motion:reduce){.module-scene--wordsea .wordsea-chaos-roll__backdrop,.module-scene--wordsea .wordsea-chaos-roll__disc-img,.module-scene--wordsea .wordsea-chaos-roll__orb,.module-scene--wordsea .wordsea-chaos-roll__mechanic,.module-scene--wordsea .wordsea-chaos-roll__reveal,.module-scene--wordsea .floating-piece--flying:before{animation:none}.module-scene--wordsea .wordsea-chaos-roll__disc-img,.module-scene--wordsea .wordsea-chaos-roll__mechanic{opacity:.92;transform:none}.module-scene--wordsea .wordsea-chaos-roll.is-revealed .wordsea-chaos-roll__reveal{opacity:.52;transform:none}}@media(max-height:700px){.module-scene--wordsea .wordsea-stage{gap:5px;padding-top:10px;padding-bottom:8px}.module-scene--wordsea .wordsea-mechanic-panel{min-height:70px;padding-top:6px;padding-bottom:6px}.module-scene--wordsea .wordsea-mechanic-art{width:48px;height:48px}.module-scene--wordsea .wordsea-chaos-roll{top:8px}.module-scene--wordsea .wordsea-mechanic-panel__main p{font-size:12px;line-height:1.22}}.module-scene--wordsea .wordsea-mechanic-panel__sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.module-scene--wordsea .wordsea-mechanic-panel--compact{justify-self:end;grid-template-columns:46px minmax(128px,1fr) auto;width:min(430px,100%);min-height:54px;height:54px;gap:8px;padding:6px 9px;border-width:1px;background:linear-gradient(105deg,#fffae7db,#e2f2e8ad),var(--sketch-grain);box-shadow:0 8px 18px #3922141a,inset 0 0 0 1px #ffffff61}.module-scene--wordsea .wordsea-mechanic-panel--compact.is-alert{background:linear-gradient(105deg,#fff3cae6,#ddf3f4b3),var(--sketch-grain);box-shadow:0 0 0 3px #ffd26824,0 10px 18px #522b1624}.module-scene--wordsea .wordsea-mechanic-panel--compact:after{inset:5px 7px;opacity:.36}.module-scene--wordsea .wordsea-mechanic-panel--compact .wordsea-mechanic-art{width:42px;height:42px}.module-scene--wordsea .wordsea-mechanic-panel--compact .wordsea-mechanic-art i{display:none}.module-scene--wordsea .wordsea-mechanic-panel--compact .wordsea-mechanic-meter{gap:4px}.module-scene--wordsea .wordsea-mechanic-panel--compact .wordsea-mechanic-meter>span{gap:6px}.module-scene--wordsea .wordsea-mechanic-panel--compact .wordsea-mechanic-meter em{font-size:11px}.module-scene--wordsea .wordsea-mechanic-panel--compact .wordsea-mechanic-meter strong{font-size:clamp(17px,1.55vw,22px)}.module-scene--wordsea .wordsea-mechanic-panel--compact .wordsea-mechanic-meter i{height:7px}.module-scene--wordsea .wordsea-mechanic-panel--compact .wordsea-mechanic-panel__button{grid-column:auto;min-width:86px;min-height:34px;padding:5px 9px 6px;font-size:13px}.module-scene--wordsea .wordsea-mechanic-panel--compact .wordsea-mechanic-panel__button img{width:24px;height:24px}.module-scene--wordsea .wordsea-mechanic-panel__button--status:disabled{cursor:default;opacity:.82;filter:none;color:#fff8dc}.module-scene--wordsea .floating-piece--interpret:after,.module-scene--wordsea .floating-piece--snake:after,.module-scene--wordsea .floating-piece--snake_item:after{z-index:0;pointer-events:none;transform:translate(-50%,-50%) scale(1.03);-webkit-mask:radial-gradient(ellipse at 50% 51%,transparent 0 34%,rgba(0,0,0,.22) 41%,#000 56%);mask:radial-gradient(ellipse at 50% 51%,transparent 0 34%,rgba(0,0,0,.22) 41%,#000 56%)}.module-scene--wordsea .floating-piece--interpret:after{opacity:.42}.module-scene--wordsea .floating-piece--snake:after{opacity:.46}.module-scene--wordsea .floating-piece--snake_item:after{opacity:.44}.module-scene--wordsea .floating-piece--interpret .character-tile,.module-scene--wordsea .floating-piece--snake .character-tile,.module-scene--wordsea .floating-piece--snake_item .character-tile{position:relative;z-index:3;box-shadow:0 0 0 5px #ffffffad,0 0 0 10px #8ccdc629,0 14px 28px #301f142e}.module-scene--wordsea .floating-piece--interpret .character-tile{background:radial-gradient(ellipse at 50% 45%,#fffbe7fa 0 58%,#efe0fff5),var(--sketch-grain)}.module-scene--wordsea .floating-piece--snake .character-tile,.module-scene--wordsea .floating-piece--snake_item .character-tile{background:radial-gradient(ellipse at 50% 45%,#fffbe7fa 0 58%,#ddf4d9f5),var(--sketch-grain)}.module-scene--wordsea .floating-piece--interpret .character-tile span,.module-scene--wordsea .floating-piece--snake .character-tile span,.module-scene--wordsea .floating-piece--snake_item .character-tile span{position:relative;z-index:2;color:#2b130e;text-shadow:0 1px 0 rgba(255,255,255,.96),0 0 4px rgba(255,248,218,.9)}@media(max-width:760px){.module-scene--wordsea .wordsea-mechanic-burst{width:min(72vw,300px)}.module-scene--wordsea .wordsea-mechanic-burst--flying{top:24%;width:min(88vw,360px)}.module-scene--wordsea .wordsea-mechanic-burst--interpret{left:40%;top:36%}.module-scene--wordsea .wordsea-mechanic-burst--snake{left:58%;top:62%}.module-scene--wordsea .wordsea-mechanic-panel--compact{justify-self:stretch;grid-template-columns:38px minmax(0,1fr) auto;width:100%;min-height:50px;height:50px;gap:6px;padding:5px 7px}.module-scene--wordsea .wordsea-mechanic-panel--compact .wordsea-mechanic-art{width:36px;height:36px}.module-scene--wordsea .wordsea-mechanic-panel--compact .wordsea-mechanic-panel__button{grid-column:auto;min-width:74px;min-height:31px;padding-inline:7px;font-size:12px}.module-scene--wordsea .wordsea-mechanic-panel--compact .wordsea-mechanic-panel__button img{display:none}}@media(max-height:700px){.module-scene--wordsea .wordsea-mechanic-panel--compact{min-height:48px;height:48px;padding-top:5px;padding-bottom:5px}.module-scene--wordsea .wordsea-mechanic-panel--compact .wordsea-mechanic-art{width:36px;height:36px}}.module-scene--wordsea .wordsea-stage{grid-template-rows:auto minmax(0,1fr);gap:6px}.module-scene--wordsea .wordsea-mechanic-panel,.module-scene--wordsea .wordsea-mechanic-panel--compact{position:absolute;right:clamp(42px,4.2vw,58px);top:clamp(70px,10vh,86px);z-index:12;display:grid;grid-template-columns:44px minmax(116px,1fr);align-items:center;gap:8px;width:min(230px,calc(100% - 84px));min-height:54px;height:54px;padding:5px 8px;border:1px solid rgba(83,52,31,.22);border-radius:14px 10px;color:#321812;background:linear-gradient(105deg,#fffae7d1,#e2f2e89e),var(--sketch-grain);box-shadow:0 8px 18px #3922141f,inset 0 0 0 1px #ffffff57;overflow:hidden;contain:layout paint}.module-scene--wordsea .wordsea-mechanic-panel.is-alert,.module-scene--wordsea .wordsea-mechanic-panel--compact.is-alert{background:linear-gradient(105deg,#fff3cae0,#ddf3f4a8),var(--sketch-grain);box-shadow:0 0 0 3px #ffd26824,0 10px 18px #522b1624}.module-scene--wordsea .wordsea-mechanic-panel.is-ready,.module-scene--wordsea .wordsea-mechanic-panel--compact.is-ready{border-color:#48887470;box-shadow:0 0 0 3px #69b9a326,0 8px 18px #3922141f}.module-scene--wordsea .wordsea-mechanic-panel:after{inset:5px 7px;opacity:.3}.module-scene--wordsea .wordsea-mechanic-tool{appearance:none;display:grid;width:44px;height:44px;min-width:0;min-height:0;place-items:center;border:0;border-radius:12px;padding:0;background:transparent;cursor:default}.module-scene--wordsea button.wordsea-mechanic-tool{cursor:pointer}.module-scene--wordsea button.wordsea-mechanic-tool:disabled{cursor:not-allowed;opacity:.62;filter:saturate(.58)}.module-scene--wordsea .wordsea-mechanic-tool .wordsea-mechanic-art{width:42px;height:42px}.module-scene--wordsea .wordsea-mechanic-tool .wordsea-mechanic-art i{display:block;right:-5px;bottom:-2px;padding:2px 5px;font-size:10px}.module-scene--wordsea .wordsea-mechanic-panel .wordsea-mechanic-meter{gap:4px}.module-scene--wordsea .wordsea-mechanic-panel .wordsea-mechanic-meter>span{gap:6px}.module-scene--wordsea .wordsea-mechanic-panel .wordsea-mechanic-meter em{font-size:11px}.module-scene--wordsea .wordsea-mechanic-panel .wordsea-mechanic-meter strong{font-size:clamp(18px,1.7vw,24px)}.module-scene--wordsea .wordsea-mechanic-panel .wordsea-mechanic-meter i{height:7px}@media(max-width:760px){.module-scene--wordsea .wordsea-stage{grid-template-rows:auto minmax(0,1fr);gap:5px}.module-scene--wordsea .wordsea-mechanic-panel,.module-scene--wordsea .wordsea-mechanic-panel--compact{right:12px;top:clamp(102px,16vh,128px);grid-template-columns:38px minmax(104px,1fr);width:min(198px,calc(100% - 24px));min-height:48px;height:48px;gap:6px;padding:5px 7px}.module-scene--wordsea .wordsea-mechanic-tool{width:38px;height:38px}.module-scene--wordsea .wordsea-mechanic-tool .wordsea-mechanic-art{width:36px;height:36px}.module-scene--wordsea .wordsea-mechanic-tool .wordsea-mechanic-art i{display:block;font-size:9px}.module-scene--wordsea .wordsea-mechanic-panel .wordsea-mechanic-meter strong{font-size:18px}}.module-scene--wordsea .wordsea-tide-veil{place-items:center;pointer-events:auto}.module-scene--wordsea .wordsea-tide-veil__center{position:relative;z-index:2;display:grid;justify-items:center;gap:clamp(14px,2.2vh,22px);transform:translateY(-4%);pointer-events:none}.module-scene--wordsea .wordsea-tide-veil span{border:0;border-radius:0;padding:0;color:#302118d1;background:transparent;font-size:clamp(22px,3.1vw,40px);font-weight:900;line-height:1;text-shadow:0 2px 0 rgba(255,252,232,.75),0 0 18px rgba(255,250,225,.92),0 10px 28px rgba(59,78,72,.18);filter:blur(.12px);box-shadow:none;pointer-events:none}.module-scene--wordsea .wordsea-tide-veil--idle span{color:#3a2b20b8;letter-spacing:.08em}.module-scene--wordsea .wordsea-start-button{pointer-events:auto;appearance:none;min-width:clamp(116px,15vw,170px);min-height:clamp(48px,7vh,66px);border:3px solid rgba(133,92,72,.78);border-radius:999px 999px 999px 28px;padding:8px 34px 10px;color:#3a1711;background:linear-gradient(135deg,#fffce5fa,#ffe8b5d1),var(--sketch-grain);font-size:clamp(20px,2.2vw,29px);font-weight:900;letter-spacing:0;box-shadow:0 0 0 7px #ffffff52,0 18px 34px #3c221438,inset 0 -5px #824e2f1f;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.module-scene--wordsea .wordsea-start-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 0 0 8px #ffffff5c,0 22px 38px #3c22143d,inset 0 -5px #824e2f1f}.module-scene--wordsea .wordsea-start-button:active:not(:disabled){transform:translateY(1px)}.module-scene--wordsea .wordsea-start-button:disabled{cursor:not-allowed;filter:saturate(.6);opacity:.62}@media(max-width:760px){.module-scene--wordsea .wordsea-tide-veil__center{gap:12px;transform:translateY(-2%)}.module-scene--wordsea .wordsea-start-button{min-width:112px;min-height:48px;padding:7px 28px 9px;font-size:20px}}
