: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}.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--home{min-height:100vh;padding:0;overflow-x:hidden;background:radial-gradient(circle at 18% 8%,rgba(255,227,164,.28),transparent 30%),linear-gradient(180deg,#2b241d38,#1d403e2e),#c9b896}.app-shell--home .main-surface{width:100%;min-height:100vh;display:block;margin:0}.app-shell--home .top-strip{position:fixed;inset:18px 22px auto;z-index:20;display:flex;align-items:center;justify-content:space-between;min-height:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:none}.app-shell--home .brand--button,.app-shell--home .hud-token{pointer-events:auto;border:1px solid rgba(105,68,38,.24);background:linear-gradient(180deg,#fff6d5c7,#d6a45a6b);box-shadow:0 10px 22px #2b1d162e,inset 0 0 0 2px #ffffff1f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.app-shell--home .brand--button{min-height:52px;padding:4px 13px 4px 4px}.app-shell--home .brand__logo{width:50px;height:50px}.app-shell--home .brand strong{font-size:19px}.app-shell--home .brand small{margin-top:1px;font-size:11px}.app-shell--home .hud-token{min-width:112px;min-height:48px;padding:3px 14px 3px 3px}.app-shell--home .hud-token img{width:44px;height:44px}.app-shell--home .hud-token strong{font-size:23px}.app-shell--home .lobby-scene{position:relative;width:min(100vw,177.78vh);min-width:min(100vw,1180px);height:100vh;min-height:720px;margin:0 auto;padding:0;overflow:hidden;border:0;border-radius:0;background:linear-gradient(180deg,#ffeebf0f,#2b48431f),url(/assets/game-ui/lobby-scene.webp) center / cover no-repeat;box-shadow:none}.app-shell--home .lobby-scene:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(37,27,22,.2),transparent 18%,transparent 80%,rgba(31,59,56,.16)),radial-gradient(circle at 49% 55%,transparent 0 29%,rgba(255,236,180,.12) 45%,transparent 62%)}.app-shell--home .lobby-scene:after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(180deg,rgba(37,26,19,.28),transparent 16%,transparent 78%,rgba(28,54,51,.22))}.scene-hotspot{position:absolute;z-index:5;display:block;padding:0;border:0;border-radius:50%;color:#321512;background:transparent;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent}.scene-hotspot:before{content:"";position:absolute;inset:10%;z-index:0;border-radius:50%;background:url(/assets/game-ui/hotspot-glow.png) center / 100% 100% no-repeat;opacity:0;transform:scale(.9);transition:opacity .18s ease,transform .18s ease}.scene-hotspot:after{content:"";position:absolute;inset:12%;z-index:1;border:1px solid rgba(255,239,184,0);border-radius:50%;transition:border-color .18s ease,box-shadow .18s ease}.scene-hotspot:hover:before,.scene-hotspot:focus-visible:before{opacity:.72;transform:scale(1)}.scene-hotspot:hover:after,.scene-hotspot:focus-visible:after{border-color:#ffefb875;box-shadow:0 0 22px #ffdc8a57}.scene-hotspot:focus-visible{outline:0}.scene-label{position:absolute;z-index:3;display:grid;gap:4px;min-width:max-content;transform:translateZ(0);color:#2f120f;text-shadow:0 2px 0 rgba(255,243,211,.86),0 5px 16px rgba(48,25,16,.26);pointer-events:none}.scene-label strong{font-size:clamp(25px,2.6vw,46px);line-height:1;font-weight:900;white-space:nowrap;letter-spacing:0}.scene-label em{color:#8f3e2d;font-size:clamp(15px,1.18vw,20px);font-style:normal;font-weight:900;line-height:1}.scene-hotspot--book{left:7.3%;top:23.4%;width:27.5%;height:31.5%}.scene-hotspot--book .scene-label{left:9%;bottom:7%}.scene-hotspot--decode{left:2.6%;bottom:6.4%;width:27%;height:22%}.scene-hotspot--decode .scene-label{left:28%;top:34%}.scene-hotspot--challenge{left:31%;bottom:2.5%;width:24.5%;height:27.5%}.scene-hotspot--challenge .scene-label{left:29%;bottom:21%}.scene-hotspot--puzzle{left:43.4%;top:19%;width:25%;height:36%}.scene-hotspot--puzzle .scene-label{left:27%;top:45%}.scene-hotspot--wordsea{right:3.5%;top:22.5%;width:29%;height:31%}.scene-hotspot--wordsea .scene-label{left:11%;top:48%}.scene-hotspot--guess{right:3.8%;bottom:4%;width:29%;height:28%}.scene-hotspot--guess .scene-label{left:17%;top:38%}@media(max-width:1180px){.app-shell--home .lobby-scene{width:100vw;min-width:0}}@media(max-width:680px){.app-shell--home{min-height:100vh}.app-shell--home .top-strip{position:fixed;inset:10px 10px auto}.app-shell--home .brand--button{min-height:46px;gap:6px;padding-right:9px}.app-shell--home .brand__logo{width:42px;height:42px}.app-shell--home .brand strong{font-size:16px}.app-shell--home .brand small,.app-shell--home .hud-token span{display:none}.app-shell--home .hud-token{min-width:auto;min-height:44px;padding:2px 9px 2px 2px}.app-shell--home .hud-token img{width:40px;height:40px}.app-shell--home .hud-token strong{font-size:20px}.app-shell--home .lobby-scene{width:100vw;height:2520px;min-height:2520px;background-image:linear-gradient(180deg,#ffeebf0a,#2b484324),url(/assets/game-ui/lobby-scene-mobile.webp);background-size:100% 100%;background-position:center top}.scene-label strong{font-size:29px}.scene-label em{font-size:16px}.scene-hotspot--book{left:3%;top:1.8%;width:72%;height:14.5%}.scene-hotspot--book .scene-label{left:6%;bottom:10%}.scene-hotspot--decode{left:3%;top:18.4%;width:72%;height:13.5%}.scene-hotspot--decode .scene-label{left:9%;top:44%}.scene-hotspot--puzzle{right:3%;left:auto;top:34.9%;width:70%;height:13.5%}.scene-hotspot--puzzle .scene-label{left:19%;top:48%}.scene-hotspot--wordsea{right:2%;top:51.5%;width:73%;height:13.5%}.scene-hotspot--wordsea .scene-label{left:6%;top:46%}.scene-hotspot--challenge{left:18%;bottom:18.8%;width:66%;height:13.5%}.scene-hotspot--challenge .scene-label{left:8%;bottom:20%}.scene-hotspot--guess{right:2%;bottom:1.9%;width:75%;height:14%}.scene-hotspot--guess .scene-label{left:7%;top:42%}}.app-shell--home .top-strip{inset:20px 28px auto}.app-shell--home .brand--button{min-height:60px;gap:10px;padding:5px 22px 5px 6px;border-color:#734d2a4d;background:linear-gradient(180deg,#fff7dbd6,#ca9a527a)}.app-shell--home .brand__logo{width:56px;height:56px}.app-shell--home .brand strong{font-size:clamp(20px,1.7vw,30px);letter-spacing:0;white-space:nowrap}.app-shell--home .hud-token{min-width:158px;min-height:58px;gap:10px;padding:4px 18px 4px 6px;border-color:#734d2a4d;background:linear-gradient(180deg,#fff7dbd6,#ca9a527a)}.app-shell--home .hud-token img{width:52px;height:52px}.app-shell--home .hud-token span{color:#4b241b;font-size:21px;line-height:1}.app-shell--home .hud-token strong{margin-left:0;color:#321512;font-size:31px;line-height:1}.app-shell--home .lobby-scene{width:100vw;min-width:0;height:100vh;min-height:720px;background:#c9b896}.scene-map{position:absolute;left:50%;top:50%;width:max(100vw,177.78vh);height:max(100vh,56.25vw);min-height:720px;transform:translate(-50%,-50%);overflow:hidden;background:linear-gradient(180deg,#ffeebf0f,#2b48431f),url(/assets/game-ui/lobby-scene.webp) center / cover no-repeat}.scene-map:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(37,27,22,.18),transparent 14%,transparent 86%,rgba(31,59,56,.16)),radial-gradient(circle at 50% 55%,transparent 0 32%,rgba(255,236,180,.1) 48%,transparent 66%)}.scene-map:after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(180deg,rgba(37,26,19,.24),transparent 16%,transparent 78%,rgba(28,54,51,.18))}.app-shell--home .lobby-scene:before,.app-shell--home .lobby-scene:after{content:none}.scene-hotspot{display:grid;place-items:center;text-align:center}.scene-hotspot:before{inset:0;background-size:100% 100%}.scene-hotspot:after{inset:7%;border-width:2px}.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;z-index:3;justify-items:center;gap:9px;max-width:min(84%,360px);min-width:0;padding:0;text-align:center}.scene-label strong{display:inline-block;padding:4px 12px 7px;border:2px solid rgba(255,229,158,0);border-radius:999px;color:#321512;font-size:clamp(28px,2.55vw,46px);line-height:1;text-shadow:0 2px 0 rgba(255,242,211,.92),0 5px 15px rgba(37,18,13,.35);transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease,color .18s ease}.scene-label em{display:inline-block;max-width:100%;padding:4px 10px 5px;border:1px solid rgba(116,62,35,.22);border-radius:999px;color:#6f2c22;background:#fff4d2b8;box-shadow:0 4px 12px #2e19112e;font-size:clamp(14px,1.05vw,18px);line-height:1.1;white-space:nowrap;text-shadow:0 1px 0 rgba(255,248,226,.9);transition:color .18s ease,background-color .18s ease,border-color .18s ease}.scene-hotspot:hover .scene-label strong,.scene-hotspot:focus-visible .scene-label strong{border-color:#ffe59ee0;color:#4b1a12;background:#ffedae3d;box-shadow:0 0 0 3px #763e211f,0 0 22px #ffdd8761}.scene-hotspot:hover .scene-label em,.scene-hotspot:focus-visible .scene-label em{border-color:#ffe59e8c;color:#4b1a12;background:#fff6dae0}.scene-hotspot--book{left:7.7%;top:30.5%;width:23.5%;height:16.5%}.scene-hotspot--decode{left:3.2%;top:75.2%;width:22%;height:14%}.scene-hotspot--challenge{left:34%;top:72.5%;width:22.5%;height:17%}.scene-hotspot--puzzle{left:42.5%;top:25.8%;width:26%;height:18%}.scene-hotspot--wordsea{right:5.4%;top:28.5%;width:22%;height:15%}.scene-hotspot--guess{right:7.4%;bottom:16.2%;width:22%;height:14%}@media(max-width:680px){.app-shell--home .top-strip{inset:10px 10px auto}.app-shell--home .brand--button{min-height:48px;max-width:calc(100vw - 112px);padding:3px 10px 3px 3px}.app-shell--home .brand__logo{width:42px;height:42px}.app-shell--home .brand strong{overflow:hidden;font-size:16px;text-overflow:ellipsis}.app-shell--home .hud-token{min-width:auto;min-height:46px;gap:4px;padding:2px 8px 2px 2px}.app-shell--home .hud-token img{width:40px;height:40px}.app-shell--home .hud-token span{display:none}.app-shell--home .hud-token strong{font-size:20px}.app-shell--home .lobby-scene{height:2520px;min-height:2520px;overflow:hidden}.scene-map{left:0;top:0;width:100vw;height:2520px;min-height:2520px;transform:none;background-image:linear-gradient(180deg,#ffeebf0a,#2b484324),url(/assets/game-ui/lobby-scene-mobile.webp);background-size:100% 100%;background-position:center top}.scene-label{gap:6px;max-width:88%}.scene-label strong{font-size:28px}.scene-label em{max-width:96%;font-size:14px;white-space:normal}.scene-hotspot--book{left:3%;top:4.8%;width:72%;height:9.5%}.scene-hotspot--decode{left:3%;top:20.6%;width:72%;height:9.5%}.scene-hotspot--puzzle{left:auto;right:3%;top:37.6%;width:70%;height:9.5%}.scene-hotspot--wordsea{right:2%;top:54.4%;width:73%;height:9.5%}.scene-hotspot--challenge{left:18%;top:auto;bottom:20.8%;width:66%;height:9.5%}.scene-hotspot--guess{right:2%;bottom:4%;width:75%;height:9.5%}}.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}.module-scene{--scene-bg: url(/assets/game-ui/modules/charbook-scene.webp);position:relative;min-height:0;height:100%;overflow:hidden;border:1px solid rgba(221,179,105,.28);border-radius:24px;background:linear-gradient(180deg,#140d0b1f,#19100c57),var(--scene-bg) center / cover no-repeat;box-shadow:inset 0 0 0 3px #ffecb61a,0 24px 54px #150c0957;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(90deg,rgba(19,13,10,.38),transparent 18%,transparent 82%,rgba(19,13,10,.32)),radial-gradient(circle at 52% 50%,transparent 0 40%,rgba(20,12,8,.28) 80%)}.module-scene:after{opacity:.18;background:repeating-linear-gradient(112deg,rgba(255,240,190,.22) 0 1px,transparent 1px 26px),radial-gradient(circle at 18% 24%,rgba(255,197,103,.26),transparent 22%),radial-gradient(circle at 82% 20%,rgba(53,173,158,.18),transparent 24%);mix-blend-mode:soft-light}.module-scene--charbook{--scene-bg: url(/assets/game-ui/modules/charbook-scene.webp)}.module-scene--decode{--scene-bg: none;background:radial-gradient(circle at 44% 52%,rgba(37,197,175,.14),transparent 42%),linear-gradient(180deg,#201611f5,#0f0b09f5)}.module-scene--wordsea{--scene-bg: url(/assets/game-ui/modules/wordsea-scene.webp)}.module-scene--guess{--scene-bg: url(/assets/game-ui/modules/guess-scene.webp)}.module-scene--challenge{--scene-bg: url(/assets/game-ui/modules/challenge-scene.webp)}.module-scene--puzzle{--scene-bg: url(/assets/game-ui/modules/puzzle-scene.webp)}.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),url(/assets/game-ui/modules/decode-workbench.webp) center / 100% 100% no-repeat;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:url(/assets/game-ui/guess/tianzige-guide.png) center / 100% 100% no-repeat;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:0;padding:48px 58px 42px;background:url(/assets/game-ui/guess/dialog-scroll.png) center / 100% 100% no-repeat;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.guess-ledger h3{margin:0;text-align:center}.guess-stats{grid-template-columns:repeat(2,minmax(0,1fr));margin:0;gap:8px;width:min(100%,408px);align-self:center}.guess-stats span{min-height:54px;border:0;border-radius:0;padding:8px 10px;color:#3a1712;background:linear-gradient(90deg,transparent,rgba(255,241,204,.78) 16% 84%,transparent);text-align:center;font-weight:900}.guess-stats strong{font-size:24px}.guess-latest{width:min(100%,408px);align-self:center;margin:0;padding:9px 14px;color:#5c2119;background:#ffebbf9e;text-align:center;font-weight:900;line-height:1.5}.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:0;border-radius:0;padding:9px 34px;background:url(/assets/game-ui/guess/ledger-slip.png) center / 100% 100% no-repeat;box-shadow:none}.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}.guess-settle-tab:before{content:"";position:absolute;inset:0;z-index:-1;background:url(/assets/game-ui/guess/corner-seal-button.png) center / 100% 100% no-repeat;pointer-events:none}.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:0;padding:10px 24px 13px;color:#fff4cd;background:url(/assets/game-ui/guess/button-red-normal.png) center / 100% 100% no-repeat;box-shadow:none;text-shadow:0 2px 4px rgba(73,21,12,.72)}.module-scene--guess .ink-button:hover:not(:disabled){background-image:url(/assets/game-ui/guess/button-red-hover.png)}.module-scene--guess .ink-button:active:not(:disabled){background-image:url(/assets/game-ui/guess/button-red-pressed.png);transform:translateY(1px)}.module-scene--guess .ink-button--secondary{color:#3d1711;background:linear-gradient(180deg,#fff4cfeb,#d6a55ab8),url(/assets/game-ui/guess/button-red-normal.png) center / 100% 100% no-repeat;text-shadow:0 1px 0 rgba(255,238,184,.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:url(/assets/game-ui/guess/dialog-scroll.png) center / 100% 100% no-repeat}.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:url(/assets/game-ui/guess/settle-scroll.png) center / 100% 100% no-repeat}.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:0;color:#2e120e;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)}.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-stage--play .module-playbar__stats{margin-left:auto}.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-stats{gap:6px}.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}}
