.action-wheel{--wheel-size:240px;--wheel-radius:86px;z-index:24;width:var(--wheel-size);height:var(--wheel-size);right:max(9px, env(safe-area-inset-right));bottom:max(13px, env(safe-area-inset-bottom));color:#233e35;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;touch-action:none;font-family:inherit;display:none;position:absolute}.action-wheel[hidden]{display:none!important}.action-wheel button{font:inherit;color:inherit;touch-action:none;-webkit-user-select:none;user-select:none}.action-wheel__center{pointer-events:auto;cursor:pointer;z-index:2;background:radial-gradient(circle at 33% 21%,#42624e,#203b32 77%);border:2px solid #eee3c5;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:1px;width:80px;height:80px;transition:background .12s,box-shadow .12s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 5px #172e29,0 8px 22px #132e3238,inset 0 0 0 4px #fff6cf16;color:#fff2d3!important}.action-wheel__center-symbol{font-family:Hiragino Mincho ProN,Yu Mincho,serif;font-size:29px;font-weight:900;line-height:1.1}.action-wheel__center-label{white-space:nowrap;max-width:75px;font-size:9px;font-weight:800;line-height:1.4}.action-wheel__hint{color:#263e34;white-space:nowrap;background:#f5eddadc;border-radius:10px;padding:4px 8px;font-size:9px;font-weight:800;line-height:1.3;transition:opacity .1s;position:absolute;top:calc(50% + 49px);left:50%;transform:translate(-50%)}.action-wheel.is-open .action-wheel__hint{color:#fff3d8;background:#213f35ed;top:-8px;box-shadow:0 2px 9px #17332820}.action-wheel__orbit{opacity:0;visibility:hidden;transform-origin:50%;transition:opacity .12s,transform .15s,visibility .15s;position:absolute;inset:0;transform:scale(.8)}.action-wheel.is-open .action-wheel__orbit{opacity:1;visibility:visible;transform:scale(1)}.action-wheel__rim{background:radial-gradient(circle,#0000 0 23%,#f3e8cbba 24% 64%,#0000 65%);border:1px solid #eee1bb94;border-radius:50%;position:absolute;inset:5px;box-shadow:0 6px 26px #152d2920}.action-wheel__sector{left:calc(50% + var(--sector-x) * var(--wheel-radius));top:calc(50% + var(--sector-y) * var(--wheel-radius));cursor:pointer;pointer-events:auto;background:#f6efdff5;border:1px solid #85785661;border-bottom:3px solid #a69773;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;gap:1px;width:72px;height:66px;padding:5px 1px 7px;transition:color .1s,background .1s,box-shadow .1s;display:flex;position:absolute;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 3px 8px #152d2919}.action-wheel__sector svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;flex:0 0 22px;width:22px;height:22px}.action-wheel__label{letter-spacing:.01em;font-size:10px;font-weight:900;line-height:1.15}.action-wheel__status{white-space:nowrap;min-height:10px;font-size:8px;font-weight:700;line-height:1.25}.action-wheel__meter{background:#bdb1904f;border-radius:4px;height:2px;position:absolute;bottom:1px;left:10px;right:10px}.action-wheel__meter:after{content:"";width:var(--resource,0%);border-radius:inherit;opacity:.65;background:currentColor;height:100%;display:block}.action-wheel__sector[data-wheel-action=special]{color:#ae442c;background:#f8e4c7f5;border-color:#b9654480}.action-wheel__sector.is-ready{color:#fff7dd;background:#be4e32;border-color:#ffe2a8;box-shadow:0 0 0 2px #de865c5c,0 3px 14px #bd51284d}.action-wheel__sector.is-selected:not(:disabled),.action-wheel__sector.is-held{color:#fff6d9;background:#274b3d;border-color:#f8dc90;box-shadow:0 0 0 3px #e6c97bd4,0 4px 14px #0c2d292e}.action-wheel__sector.is-selected:disabled{box-shadow:0 0 0 2px #a886605e}.action-wheel__sector:disabled{cursor:default;color:#726f62;box-shadow:none;background:#e0d9c9e8;border-color:#a99f8770}.action-wheel__sector.is-cooling:not(:disabled) svg{opacity:.65}.action-wheel__center:focus-visible,.action-wheel__sector:focus-visible{outline-offset:4px;outline:3px solid #d67341}.action-wheel.is-open .action-wheel__center{background:radial-gradient(circle at 33% 21%,#7f573d,#963f29 85%)}.action-wheel.is-pressing .action-wheel__center{box-shadow:0 2px #172e29,0 4px 16px #132e3238,inset 0 0 0 4px #fff6cf21}.action-wheel.is-disabled{opacity:.45}.action-wheel.is-disabled .action-wheel__center{pointer-events:none}@media (pointer:coarse),(width<=850px){.action-wheel{display:block}}@media (height<=500px) and (orientation:landscape){.action-wheel{--wheel-size:232px;--wheel-radius:83px;bottom:max(5px, env(safe-area-inset-bottom));right:max(8px, env(safe-area-inset-right))}.action-wheel__sector{width:70px;height:64px}.action-wheel__center{width:76px;height:76px}.action-wheel.is-open .action-wheel__hint{top:-5px}}@media (width<=380px) and (orientation:portrait){.action-wheel{--wheel-size:226px;--wheel-radius:81px;right:max(2px, env(safe-area-inset-right))}.action-wheel__sector{width:68px;height:62px}.action-wheel__center{width:74px;height:74px}}@media (prefers-reduced-motion:reduce){.action-wheel__orbit,.action-wheel__center,.action-wheel__sector,.action-wheel__hint{transition:none}}:root{color:#27382f;font-synthesis:none;--ink:#27382f;--paper:#f4eedf;--red:#c24f35;--green:#3f8171;background:#eee7d6;font-family:Hiragino Kaku Gothic ProN,Yu Gothic,Meiryo,sans-serif}*{box-sizing:border-box}html,body,#app{width:100%;height:100%;margin:0;overflow:hidden}button{font:inherit;color:inherit;cursor:pointer}button:disabled{cursor:default;opacity:.55}[hidden]{display:none!important}#world{outline:none;width:100%;height:100%;display:block;position:absolute;inset:0}#app{isolation:isolate;position:relative}#app:after{content:"";pointer-events:none;z-index:4;position:absolute;inset:0;box-shadow:inset 0 0 100px #68533810}.menu-shade{pointer-events:none;background:linear-gradient(90deg,#eee7d6 0%,#eee7d6ed 25%,#eee7d64d 48%,#0000 63%);transition:opacity .5s;position:absolute;inset:0}.is-playing .menu-shade{opacity:0}.topbar{z-index:20;justify-content:space-between;align-items:center;gap:20px;display:flex;position:absolute;top:26px;left:3.4vw;right:3.4vw}.brand{letter-spacing:.13em;align-items:center;gap:11px;font-size:11px;font-weight:800;display:flex}.brand-mark{border:1.5px solid var(--ink);border-radius:50%;place-items:center;width:31px;height:31px;font-family:serif;font-size:19px;display:grid;transform:rotate(-9deg)}.top-note{letter-spacing:.2em;opacity:.6;font-size:10px}.top-actions{gap:8px;display:flex}.small-button{background:#f4eedfd9;border:1px solid #293a3235;border-radius:30px;min-height:36px;padding:9px 15px;font-size:11px;font-weight:700}.small-button:hover{background:#fff9ec}.topbar .small-button.active{background:var(--ink);color:var(--paper)}.menu{z-index:5;width:470px;max-width:43vw;position:absolute;top:clamp(98px,17vh,180px);left:7vw}.eyebrow{letter-spacing:.2em;align-items:center;gap:12px;font-size:11px;font-weight:700;display:flex}.eyebrow:before{content:"";background:currentColor;width:32px;height:1px}.menu h1{letter-spacing:-.09em;transform-origin:0;margin:21px 0 13px;font-family:Hiragino Mincho ProN,Yu Mincho,serif;font-size:clamp(55px,6.8vw,105px);font-weight:900;line-height:1.12;transform:rotate(-2deg)}.menu h1 .small-title{letter-spacing:.12em;margin-bottom:6px;font-size:.46em;display:block}.title-english{letter-spacing:.24em;opacity:.58;margin:20px 0 0;font-size:9px}.tagline{letter-spacing:.055em;margin:23px 0 0;font-size:clamp(15px,1.35vw,21px);font-weight:700;line-height:1.75}.intro-copy{opacity:.67;max-width:340px;margin:12px 0 26px;font-size:11px;line-height:1.9}.entry-label{letter-spacing:.12em;margin-bottom:10px;font-size:10px}.fighters{gap:10px;margin:0 0 16px;display:flex}.fighter-choice{text-align:left;background:#f7f1e360;border:1px solid #26362f30;border-radius:6px;align-items:center;gap:10px;min-width:155px;padding:12px 14px;transition:background .2s,border .2s;display:flex;position:relative}.fighter-choice:hover{background:#fff8e9}.fighter-choice[aria-pressed=true]{border:1.5px solid var(--ink);background:var(--paper);box-shadow:2px 3px #27382f16}.fighter-dot{background:var(--green);border-radius:50% 50% 30% 30%;width:10px;height:25px;position:relative;transform:rotate(-8deg)}.fighter-dot:before{content:"";background:#dcb998;border-top:3px solid #453a30;border-radius:50%;width:9px;height:9px;position:absolute;top:-5px;left:0}.fighter-dot.kichi{background:#923f48;height:29px;transform:rotate(5deg)}.fighter-choice b{font-size:12px;display:block}.fighter-choice small{opacity:.58;margin-top:3px;font-size:9px;display:block}.start-button{background:var(--ink);color:#f8f0dd;letter-spacing:.12em;border:0;border-radius:5px;justify-content:space-between;align-items:center;gap:24px;width:320px;max-width:100%;min-height:58px;padding:16px 23px;font-size:14px;font-weight:800;transition:transform .18s,background .18s;display:flex;box-shadow:4px 5px #27382f1a}.start-button:hover{background:#355747;transform:translateY(-2px)}.start-button .arrow{font-size:24px;font-weight:400;line-height:1}.start-note{letter-spacing:.09em;opacity:.56;margin-top:12px;font-size:9px}.stamp{color:var(--red);border:2px solid var(--red);text-align:center;letter-spacing:.05em;opacity:.9;border-radius:50%;place-content:center;width:94px;height:94px;font-family:serif;font-size:14px;font-weight:900;line-height:1.6;display:grid;position:absolute;top:16px;right:-55px;transform:rotate(12deg)}.scene-caption{z-index:5;border-left:2px solid #27382f65;max-width:270px;padding-left:14px;position:absolute;bottom:99px;right:5vw}.scene-caption .where{letter-spacing:.12em;font-family:serif;font-size:17px}.scene-caption p{opacity:.65;margin:7px 0 0;font-size:10px;line-height:1.9}.scene-caption small{letter-spacing:.16em;opacity:.6;font-size:9px}.footer{z-index:6;letter-spacing:.11em;opacity:.72;border-top:1px solid #26362f30;justify-content:space-between;gap:20px;padding-top:13px;font-size:9px;display:flex;position:absolute;bottom:22px;left:3.4vw;right:3.4vw}.footer .edition{font-weight:700}.loading{z-index:60;background:var(--paper);text-align:center;place-content:center;gap:16px;font-family:serif;display:grid;position:absolute;inset:0}.loading b{letter-spacing:.16em;font-size:34px}.loading p{font-family:sans-serif;font-size:12px}.error-notice{z-index:100;background:var(--paper);border:2px solid var(--red);padding:30px;line-height:1.9;position:absolute;inset:20%}.hud{z-index:10;pointer-events:none;grid-template-columns:1fr 94px 1fr;gap:30px;display:grid;position:absolute;top:87px;left:6vw;right:6vw}.fighter-hud{background:#f4eedfeb;border:1px solid #26362f30;border-radius:4px;width:100%;max-width:400px;padding:13px 18px;box-shadow:0 3px #26362f12}.fighter-hud.enemy{text-align:right;justify-self:end}.hud-line{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.hud-line b{font-size:17px}.hud-line small{letter-spacing:.1em;opacity:.65;font-size:9px}.hp-track{background:#d6cbb8;height:8px;overflow:hidden}.hp-fill{background:#4f917e;width:100%;height:100%;transition:width .18s}.enemy .hp-fill{background:#b16b59;margin-left:auto}.hp-caption{opacity:.6;justify-content:space-between;margin-top:5px;font-size:9px;display:flex}.timer{text-align:center;align-self:center}.timer strong{font-family:Georgia,serif;font-size:47px;font-weight:400;line-height:1;display:block}.timer small{letter-spacing:.15em;font-size:9px}.timer.urgent{color:var(--red)}.combat-bottom{z-index:10;pointer-events:none;justify-content:space-between;align-items:flex-end;gap:25px;display:flex;position:absolute;bottom:37px;left:6vw;right:6vw}.gauge-panel{background:#f4eedfed;border:1px solid #26362f30;border-radius:4px;width:300px;max-width:40vw;padding:15px 18px}.gauge-title{justify-content:space-between;margin-bottom:9px;font-size:11px;font-weight:700;display:flex}.gauge-track{background:#d8cdbc;height:7px}.gauge-fill{background:#ba5e3e;width:0;height:100%;transition:width .18s}.gauge-panel.ready{border-color:#b64b2d;box-shadow:0 0 0 3px #b64b2d13}.gauge-panel p{opacity:.65;margin:8px 0 0;font-size:9px}.moves{pointer-events:auto;gap:9px;display:flex}.move{touch-action:none;-webkit-user-select:none;user-select:none;background:#f4eedfeb;border:1px solid #26362f40;border-bottom:3px solid #26362f55;border-radius:5px;flex-direction:column;align-items:center;gap:5px;min-width:97px;padding:12px 16px;display:flex}.move kbd{font-family:Georgia,serif;font-size:22px;font-weight:700}.move span{font-size:10px;font-weight:700}.move small{opacity:.65;font-size:8px}.move:active{border-bottom-width:1px;transform:translateY(2px)}.move.special{color:#fff6e5;background:#c35335;border-color:#953f29}.move.special:disabled{color:#766954;background:#ede0c9;border-color:#ac9d8455}.movement-hint{background:#f4eedfda;border-radius:4px;padding:10px 13px;font-size:10px;line-height:1.7}.movement-hint kbd{font-family:inherit;font-size:10px;font-weight:700}.callout{z-index:15;color:#fff5dc;white-space:nowrap;text-shadow:3px 4px #2a372f,-1px -1px #2a372f,1px -1px #2a372f,-1px 1px #2a372f;pointer-events:none;opacity:0;font-family:Hiragino Mincho ProN,Yu Mincho,serif;font-size:clamp(38px,6vw,88px);font-weight:900;transition:opacity .12s;position:absolute;top:44%;left:50%;transform:translate(-50%,-50%)rotate(-5deg)}.callout.visible{opacity:1}.callout.special-text{color:#ffe6a2;font-size:clamp(25px,4vw,62px)}.speech{z-index:6;pointer-events:none;white-space:nowrap;background:#fff8e9ed;border:1px solid #26362f50;border-radius:50% 50% 50% 8%;padding:9px 15px;font-size:11px;position:absolute;transform:translate(-50%,-100%);box-shadow:2px 3px #26362f0c}.impact-label{z-index:12;color:#fff6dc;text-shadow:2px 2px #5a3b29;pointer-events:none;font-family:serif;font-size:30px;font-weight:900;position:absolute;transform:translate(-50%,-50%)rotate(-10deg)}.veil{z-index:25;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#23392b48;place-items:center;display:grid;position:absolute;inset:0}.result-card{background:var(--paper);border:1px solid var(--ink);text-align:center;width:430px;max-width:calc(100vw - 40px);padding:36px 38px;position:relative;transform:rotate(-1deg);box-shadow:9px 10px #27382f30}.result-card .eyebrow{justify-content:center;font-size:9px}.result-card .eyebrow:before{display:none}.result-card h2{letter-spacing:.04em;margin:22px 0 8px;font-family:serif;font-size:55px}.result-card .result-joke{margin:12px 0;font-size:14px;line-height:1.8}.result-card .result-details{opacity:.6;margin:20px 0 25px;font-size:10px;line-height:1.8}.result-card .start-button{justify-content:center;width:100%}.quiet-button{background:0 0;border:0;border-bottom:1px solid #26362f45;margin-top:19px;padding:7px 3px;font-size:11px}.result-seal{color:var(--red);border:2px solid;border-radius:50%;padding:10px;font-family:serif;font-size:13px;font-weight:700;position:absolute;top:26px;right:18px;transform:rotate(14deg)}dialog{border:1px solid var(--ink);background:var(--paper);color:var(--ink);border-radius:5px;width:580px;max-width:calc(100vw - 32px);max-height:85vh;padding:32px;box-shadow:10px 12px #26362f2f}dialog::backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#1c332973}dialog h2{margin:0 0 10px;font-family:serif;font-size:30px}dialog p{font-size:12px;line-height:1.85}dialog .dialog-close{background:0 0;border:0;font-size:25px;position:absolute;top:12px;right:15px}dialog dl{grid-template-columns:140px 1fr;gap:14px 18px;margin:25px 0;font-size:12px;display:grid}dialog dt{font-weight:800}dialog dd{margin:0}dialog .help-note{border-left:3px solid var(--red);background:#e6ddc9;padding:15px;font-size:11px}.touch-pad{pointer-events:auto;width:118px;height:118px;display:none;position:relative}.touch-pad button{touch-action:none;-webkit-user-select:none;user-select:none;background:#f4eedfea;border:1px solid #27382f50;border-radius:7px;width:38px;height:38px;position:absolute}.touch-pad [data-dir=up]{top:0;left:40px}.touch-pad [data-dir=down]{bottom:0;left:40px}.touch-pad [data-dir=left]{top:40px;left:0}.touch-pad [data-dir=right]{top:40px;right:0}.orientation-note{display:none}@media (width>=1600px){.menu{width:520px;top:18vh;left:9vw}.menu h1{font-size:115px}.tagline{font-size:23px}.intro-copy{max-width:390px;font-size:13px}.fighter-choice{min-width:175px;padding:15px 18px}.start-button{width:370px;min-height:66px}.stamp{top:40px;right:-80px}.scene-caption{bottom:110px;right:7vw}}@media (height<=750px) and (width>=851px){.menu{top:96px}.menu h1{margin-top:14px;font-size:72px}.title-english{margin-top:12px}.tagline{margin-top:15px;font-size:16px}.intro-copy{margin:7px 0 17px;font-size:10px}.fighter-choice{padding:9px 13px}.start-button{min-height:51px}.stamp{width:80px;height:80px;font-size:12px;top:12px}.scene-caption{bottom:80px}}@media (width<=850px){.topbar{top:16px;left:22px;right:22px}.top-note{display:none}.brand{font-size:10px}.top-actions{gap:5px}.small-button{padding:8px 10px;font-size:10px}.menu{width:400px;max-width:55vw;top:100px;left:6vw}.menu h1{font-size:68px}.stamp{width:73px;height:73px;font-size:11px;top:1px;right:-25px}.tagline{font-size:15px}.intro-copy{max-width:290px;font-size:10px}.fighter-choice{min-width:130px;padding:10px}.fighter-choice b{font-size:11px}.scene-caption{max-width:190px;bottom:87px;right:4vw}.scene-caption .where{font-size:13px}.scene-caption p{font-size:9px}.footer{font-size:8px;left:22px;right:22px}.hud{grid-template-columns:1fr 55px 1fr;gap:10px;top:74px;left:4vw;right:4vw}.fighter-hud{padding:10px}.hud-line b{font-size:12px}.hud-line small{font-size:8px}.timer strong{font-size:36px}.combat-bottom{gap:12px;bottom:24px;left:4vw;right:4vw}.gauge-panel{width:230px;padding:12px}.moves{gap:5px}.move{min-width:69px;padding:10px}.move kbd{font-size:18px}.movement-hint{display:none}.touch-pad{display:block}.is-playing .footer{display:none}}@media (width<=600px) and (orientation:portrait){.menu-shade{background:linear-gradient(#eee7d6f7 0%,#eee7d6d9 40%,#eee7d640 66%,#eee7d680 100%)}.menu{width:86vw;max-width:none;top:97px;left:7vw}.menu h1{margin:18px 0 4px;font-size:66px;line-height:1.12}.menu h1 .small-title{font-size:.41em}.title-english{margin-top:12px;font-size:7px}.tagline{margin-top:16px;font-size:14px}.intro-copy{display:none}.stamp{width:81px;height:81px;font-size:12px;top:5px;right:3vw}.entry-label{margin-top:19px}.fighters{gap:8px;margin-bottom:11px}.fighter-choice{flex:1;min-width:0;padding:10px 12px}.start-button{width:100%;min-height:53px;font-size:13px}.start-note{font-size:8px}.scene-caption{display:none}.footer{gap:10px;bottom:15px}.footer .edition{max-width:180px;line-height:1.8}.footer .footer-right{font-size:7px}.topbar .brand{gap:8px}.brand-mark{width:27px;height:27px}.top-actions .small-button{padding:7px 9px;font-size:9px}.hud{grid-template-columns:1fr 45px 1fr;gap:7px;top:73px}.hud-line{flex-direction:column;align-items:start;gap:4px}.enemy .hud-line{align-items:end}.hud-line b{font-size:11px}.hp-caption{font-size:8px}.timer strong{font-size:32px}.combat-bottom{grid-template-columns:1fr 1fr;align-items:end;gap:12px;display:grid;bottom:24px}.gauge-panel{grid-column:1/3;width:100%;max-width:none;padding:9px 12px}.gauge-panel p{display:none}.gauge-title{margin-bottom:6px;font-size:9px}.touch-pad{grid-area:2/1}.moves{grid-area:2/2;justify-content:flex-end;align-items:flex-end;gap:5px}.move{min-width:53px;padding:10px 6px}.move span{font-size:8px}.move small{display:none}.move kbd{font-size:17px}.orientation-note{z-index:11;text-align:center;opacity:.6;font-size:8px;display:block;position:absolute;bottom:7px;left:0;right:0}.result-card{padding:30px 25px}.result-card h2{font-size:46px}dialog{padding:25px}dialog dl{grid-template-columns:115px 1fr;gap:13px;font-size:10px}.speech{padding:7px 10px;font-size:9px}}@media (height<=550px) and (orientation:landscape){.topbar{top:12px}.menu{top:65px}.menu h1{margin:12px 0 0;font-size:47px}.title-english{margin-top:11px;font-size:7px}.tagline{margin:10px 0;font-size:12px}.intro-copy,.entry-label,.start-note{display:none}.fighters{margin:12px 0 9px}.fighter-choice{padding:7px 10px}.start-button{min-height:43px;padding:11px 17px;font-size:12px}.stamp{width:65px;height:65px;font-size:10px;top:7px;right:-5px}.scene-caption{bottom:55px}.footer{padding-top:7px;bottom:10px}.hud{top:59px}.fighter-hud{padding:7px 11px}.hp-caption{display:none}.combat-bottom{bottom:15px}.gauge-panel{width:190px;padding:10px}.gauge-panel p{display:none}.touch-pad{width:100px;height:90px}.touch-pad button{width:31px;height:31px}.touch-pad [data-dir=up],.touch-pad [data-dir=down]{left:34px}.touch-pad [data-dir=left],.touch-pad [data-dir=right]{top:30px}.move{min-width:65px;padding:8px 12px}.result-card{padding:20px 28px}.result-card h2{margin:11px 0;font-size:40px}.result-card .result-details{margin:10px 0}.result-card .quiet-button{margin-top:10px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}#motion-lines{display:none}}@media (width<=600px) and (orientation:portrait){.topbar{gap:8px;left:17px;right:17px}.brand{white-space:nowrap;font-size:9px}.brand small{display:none}.top-actions{flex-shrink:0}.small-button{white-space:nowrap}.menu h1{white-space:nowrap;font-size:clamp(40px,13.8vw,64px)}.menu h1 .small-title{font-size:.45em}.stamp{width:65px;height:65px;font-size:10px;top:8px;right:0}.speech,.is-playing .brand>span:last-child{display:none}.combat-bottom{grid-template-columns:100px minmax(0,1fr)}.touch-pad{width:100px;height:100px}.touch-pad button{width:32px;height:32px}.touch-pad [data-dir=up],.touch-pad [data-dir=down]{left:34px}.touch-pad [data-dir=left],.touch-pad [data-dir=right]{top:34px}.move{flex:1;min-width:0;padding:10px 5px}.result-card h2{text-wrap:balance;font-size:30px!important}}.result-card h2{font-size:44px}#result-overlay{-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(90deg,#eee7d6e8,#0000 78%);place-items:center start;padding-left:8vw}.result-seal{background:var(--paper);top:-17px;right:-9px}@media (width<=600px) and (orientation:portrait){#result-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#23392b48;place-items:center;padding-left:0}.result-card .start-button{letter-spacing:.04em;gap:6px;padding:14px;font-size:11px}}.fighters{gap:8px}.fighter-choice{flex:1;gap:8px;min-width:0;padding:11px 10px}.fighter-choice b{white-space:nowrap;font-size:12px}.fighter-choice small{white-space:nowrap;font-size:8px}.fighter-dot.manta{background:#d7c4a5;border:1px solid #806946;height:27px;transform:rotate(-4deg)}.fighter-dot.manta:before{border-top:4px solid #39333b}.combat-bottom{grid-template-columns:240px minmax(0,1fr);align-items:end;gap:22px;display:grid;bottom:46px;left:4vw;right:4vw}.resources{pointer-events:auto;gap:9px;display:grid}.resources .gauge-panel{width:100%;max-width:none;padding:11px 14px}.resources .gauge-title{gap:8px;font-size:10px}.resources .gauge-title>span:first-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.resources .gauge-title>span:last-child{white-space:nowrap;flex-shrink:0}.resources .gauge-panel p{margin-top:6px;font-size:8px}.boost-panel{background:#f4eedfed;border:1px solid #26362f30;border-radius:4px;padding:11px 14px}.boost-fill{background:#4f9385;width:100%;height:100%;transition:width .12s}.boost-fill.low{background:#ba6144}.boost-footer{justify-content:space-between;align-items:center;gap:5px;margin-top:7px;font-size:8px;display:flex}#boost-button{touch-action:none;white-space:nowrap;background:#e7dfcd;border:1px solid #27382f40;border-radius:3px;padding:5px 7px;font-size:8px}#boost-button.active{color:#fff7e3;background:#3b8173}.moves{grid-template-columns:repeat(5,minmax(70px,1fr));justify-self:end;gap:9px;width:100%;max-width:780px;display:grid}.move{min-width:0;min-height:92px;padding:13px 12px;transition:background .1s,box-shadow .1s;position:relative;overflow:hidden}.move kbd{font-size:23px}.move:first-child kbd{font-size:16px;line-height:27px}.move small{font-variant-numeric:tabular-nums;height:12px;font-size:9px}.move span{white-space:nowrap;font-size:11px}.move.cooling{background:#dfd7c5;border-bottom-color:#aa9e87}.move.guard{border-bottom-color:#498e7f}.move.guard.active{color:#f8f3dc;background:#397d70;box-shadow:0 0 0 3px #559c8340}.move.special:disabled{opacity:.78}.battle-hint{z-index:10;text-align:center;letter-spacing:.055em;color:#27382f;pointer-events:none;background:#f4eedfb8;border-radius:3px;padding:5px 10px;font-size:10px;position:absolute;bottom:13px;left:4vw;right:4vw}.lock-reticle{z-index:8;pointer-events:none;color:#a64e31;text-align:center;width:52px;height:52px;position:absolute;transform:translate(-50%,-50%)}.reticle-ring{border:1px solid #a64e3170;border-radius:50%;display:block;position:absolute;inset:0;box-shadow:0 0 0 4px #ffefbf20}.reticle-ring:before,.reticle-ring:after{content:"";opacity:.8;background:currentColor;position:absolute}.reticle-ring:before{width:1px;height:10px;top:-5px;left:25px;box-shadow:0 47px}.reticle-ring:after{width:10px;height:1px;top:25px;left:-5px;box-shadow:47px 0}.lock-reticle small{white-space:nowrap;letter-spacing:.1em;background:#fff5e1d9;border-radius:3px;padding:3px 6px;font-family:monospace;font-size:9px;font-weight:700;position:absolute;top:60px;left:50%;transform:translate(-50%)}#motion-lines{z-index:6;pointer-events:none;opacity:0;transform-origin:50% 56%;mix-blend-mode:screen;background:repeating-conic-gradient(from -2deg at 50% 56%,#0000 0deg 5.2deg,#fff8de 5.45deg 5.75deg,#0000 6deg 11.5deg);transition:opacity 60ms linear,transform 80ms linear;position:absolute;inset:-9%;-webkit-mask-image:radial-gradient(circle at 50% 56%,#0000 0 18%,#000 58% 100%);mask-image:radial-gradient(circle at 50% 56%,#0000 0 18%,#000 58% 100%)}#hit-flash{z-index:7;pointer-events:none;opacity:0;background:#fff3c6;position:absolute;inset:0}#hit-flash.received{background:radial-gradient(#0000 40%,#b5351d 100%)}.fighter-hud.taking-hit{background:#fff1d2;box-shadow:0 0 0 3px #d37046a0}.callout.special-text{white-space:normal;text-align:center;width:90%;font-size:clamp(23px,3.6vw,53px);top:29%}.impact-label{text-shadow:2px 2px #442619,-1px -1px #442619;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:32px}@media (width<=1050px){.combat-bottom{grid-template-columns:205px minmax(0,1fr);gap:12px}.moves{gap:6px}.move{min-height:84px;padding:12px 7px}.move span{font-size:10px}.move small,.battle-hint{font-size:8px}}@media (width<=850px){.combat-bottom{grid-template-columns:100px minmax(0,1fr);gap:9px;bottom:26px}.resources{grid-area:1/1/auto/3;grid-template-columns:1fr 1fr;gap:9px;display:grid}.resources .gauge-panel{grid-area:auto}.resources .gauge-panel,.boost-panel{min-height:65px;padding:9px 11px}.resources .gauge-panel p{display:none}.boost-footer{margin-top:5px;font-size:7px}.touch-pad{grid-area:2/1;width:100px;height:100px}.touch-pad button{width:32px;height:32px}.touch-pad [data-dir=up],.touch-pad [data-dir=down]{left:34px}.touch-pad [data-dir=left],.touch-pad [data-dir=right]{top:34px}.moves{grid-area:2/2;grid-template-columns:repeat(5,minmax(0,1fr));max-width:none}.move{min-height:77px;padding:9px 5px}.move kbd{font-size:19px}.move:first-child kbd{font-size:11px;line-height:23px}.move small{font-size:7px}.battle-hint{display:none}}@media (width<=600px) and (orientation:portrait){.fighters{gap:5px}.fighter-choice{gap:6px;padding:10px 7px}.fighter-choice b{font-size:10px}.fighter-choice small{font-size:7px}.fighter-dot{flex-shrink:0;width:8px}.combat-bottom{grid-template-columns:90px minmax(0,1fr);bottom:22px}.resources .gauge-title{margin-bottom:6px;font-size:8px}.resources .gauge-panel,.boost-panel{min-height:57px;padding:8px}.boost-footer>span{display:none}.boost-footer{justify-content:flex-end;margin-top:4px}#boost-button{padding:3px 6px;font-size:7px}.moves{grid-template-columns:repeat(3,minmax(0,1fr));align-self:end;gap:5px}.move{border-bottom-width:2px;gap:2px;min-height:51px;padding:6px 4px}.move kbd{font-size:15px;line-height:18px}.move:first-child kbd{font-size:9px;line-height:18px}.move span{font-size:8px}.move small{display:none}.move.special{grid-column:2/4}.touch-pad{width:90px;height:90px}.touch-pad button{width:28px;height:28px}.touch-pad [data-dir=up],.touch-pad [data-dir=down]{left:31px}.touch-pad [data-dir=left],.touch-pad [data-dir=right]{top:31px}.impact-label{font-size:24px}.lock-reticle{width:40px;height:40px}.reticle-ring:before,.reticle-ring:after{display:none}.lock-reticle small{font-size:8px;top:45px}}@media (height<=550px) and (orientation:landscape){.combat-bottom{grid-template-columns:170px minmax(0,1fr);bottom:13px}.resources{grid-area:1/1;grid-template-columns:1fr;gap:5px;display:grid}.resources .gauge-panel,.boost-panel{min-height:0;padding:7px 9px}.resources .gauge-title{margin-bottom:5px;font-size:8px}.boost-footer{margin-top:4px}.boost-footer>span,.touch-pad{display:none}.moves{grid-area:1/2}.move{min-height:64px}.move small,.battle-hint{display:none}.fighter-choice{padding:7px}.fighter-choice b{font-size:10px}}.menu{top:clamp(88px,11vh,132px)}.menu h1{white-space:nowrap}.venue-label{margin-top:15px;margin-bottom:8px}.venue-choices{grid-template-columns:1fr 1fr 1.6fr;gap:7px;margin-bottom:17px;display:grid}.venue-choice{text-align:left;background:#f7f1e380;border:1px solid #27382f30;border-radius:5px;flex-direction:column;justify-content:center;align-items:flex-start;gap:5px;min-height:58px;padding:9px 11px;transition:background .15s,border-color .15s;display:flex}.venue-choice small{color:#987151;letter-spacing:.13em;font-family:monospace;font-size:9px}.venue-choice span{word-break:keep-all;overflow-wrap:anywhere;font-size:11px;font-weight:700;line-height:1.5}.venue-choice:hover{background:#fff7e8}.venue-choice[aria-pressed=true]{background:#f9edda;border-color:#b86040;box-shadow:inset 0 -2px #b86040}.match-venue{white-space:nowrap;letter-spacing:.04em;background:#f4eedfde;border:1px solid #27382f30;border-radius:20px;width:max-content;max-width:230px;margin-top:10px;padding:5px 9px;font-size:9px;display:block;position:relative;left:50%;transform:translate(-50%)}.voice-preview{background:#f0dfc4;border:1px solid #b36541;border-radius:4px;margin:0 0 17px;padding:10px 15px;font-size:12px;font-weight:700}.neighbor-interruption{z-index:18;pointer-events:none;background:radial-gradient(#eee7d65e 0%,#eee7d61a 50%,#532e2269 100%);flex-direction:column;justify-content:center;align-items:center;animation:.22s ease-out neighbor-arrival;display:flex;position:absolute;inset:0}.neighbor-caption{letter-spacing:.16em;background:#f8efda;border:1px solid #483926;align-items:center;gap:10px;padding:8px 19px;font-size:13px;font-weight:800;display:flex;transform:rotate(-3deg)}.neighbor-caption>span{color:#ad442c;border:2px solid #ad442c;border-radius:50%;place-items:center;width:28px;height:28px;font-family:serif;font-size:20px;display:grid}.neighbor-shout{color:#fff2c5;letter-spacing:-.06em;text-align:center;text-shadow:3px 4px #4a291d,-2px -2px #4a291d,2px -2px #4a291d,-2px 2px #4a291d,6px 8px #b74b2c;margin:22px 0 14px;font-family:Hiragino Mincho ProN,Yu Mincho,serif;font-size:clamp(40px,6vw,92px);font-weight:900;line-height:1.25;transform:rotate(-4deg)}.neighbor-shout strong{font:inherit;color:#fff7e4}.neighbor-interruption>p{letter-spacing:.15em;color:#372b1e;background:#f8efda;padding:7px 14px;font-size:11px;font-weight:700}@keyframes neighbor-arrival{0%{opacity:0;transform:scale(1.12)}to{opacity:1;transform:scale(1)}}@media (height<=800px) and (width>=851px){.menu{top:82px}.intro-copy{margin-bottom:15px}.tagline{margin-top:15px}.venue-label{margin-top:10px}.venue-choices{margin-bottom:13px}.venue-choice{gap:2px;min-height:48px;padding:7px 9px}}@media (width<=850px){.venue-choices{gap:5px}.venue-choice{min-height:54px;padding:8px}.venue-choice span{font-size:10px}}@media (width<=600px) and (orientation:portrait){.menu{top:80px}.menu .title-english{display:none}.menu .tagline{margin:12px 0 14px;font-size:12px;line-height:1.55}.menu h1{margin-top:14px}.entry-label{font-size:8px}.fighters{margin-bottom:9px}.venue-label{margin-top:10px;margin-bottom:6px}.venue-choices{grid-template-columns:1fr 1fr 1.6fr;margin-bottom:12px}.venue-choice{gap:3px;min-height:50px;padding:6px}.venue-choice small{font-size:8px}.venue-choice span{font-size:9px}.start-note{font-size:7px}.match-venue{max-width:155px;margin-top:8px;padding:5px 7px;font-size:8px}.neighbor-caption{letter-spacing:.06em;gap:7px;padding:7px 11px;font-size:10px}.neighbor-shout{margin:24px 0 20px;font-size:clamp(32px,9vw,50px)}.neighbor-interruption>p{letter-spacing:.04em;font-size:9px}}@media (height<=720px) and (orientation:portrait){.menu{top:72px}.menu .tagline{display:none}.menu h1{margin-bottom:18px}}@media (height<=550px) and (orientation:landscape){.menu{top:62px}.menu .tagline,.menu .title-english,.venue-label{display:none}.venue-choice{gap:0;min-height:40px;padding:5px 7px}.venue-choice small{font-size:7px}.venue-choice span{font-size:9px}.venue-choices{margin-bottom:10px}.match-venue{margin-top:5px;font-size:8px}.neighbor-shout{margin:15px 0;font-size:45px}}#app{overflow:clip}.is-playing #world{cursor:crosshair;touch-action:none}.ammo-dots{pointer-events:none;gap:3px;display:flex;position:absolute;bottom:5px;left:9px;right:9px}.ammo-dots b{background:#497b60;border-radius:1px;flex:1;height:3px}.ammo-dots b.spent{opacity:.2;background:#867e6a}.move.weapon{padding-bottom:15px}.move.weapon small{font-variant-numeric:tabular-nums;display:block!important}.move.reloading{opacity:1;background:#ded8c9;border-bottom-color:#7d7969}.move.reloading:after{content:"";width:var(--reload-progress);background:#c06d38;height:3px;position:absolute;bottom:0;left:0}.free-camera-controls{z-index:11;gap:5px;display:flex;position:absolute;top:145px;right:4vw}.free-camera-controls button{color:#344539;touch-action:none;background:#f6f1e6e8;border:1px solid #34453966;border-radius:4px;padding:7px 10px;font-size:10px}.enemy-direction{z-index:10;color:#9b442d;pointer-events:none;background:#f9eedbdd;border-radius:20px;align-items:center;gap:6px;padding:7px 11px;display:flex;position:absolute;top:142px;left:50%;transform:translate(-50%)}.enemy-direction span{font-size:16px;display:block}.enemy-direction b{font-size:10px;font-weight:600}.stamp-guide-label{z-index:8;color:#8e4435;pointer-events:none;background:#fff1dce0;border:1px solid #ad6952;border-radius:3px;padding:4px 8px;font-size:9px;position:absolute;transform:translate(-50%,-50%)}.aim-pad{z-index:12;touch-action:none;background:#f7f1e4b8;border:1px solid #34453999;border-radius:50%;width:70px;height:70px;display:none;position:absolute;bottom:205px;right:4vw;box-shadow:inset 0 0 0 13px #fff8e438}.aim-pad span{opacity:.65;font-size:8px;position:absolute;top:5px;left:0;right:0}.aim-pad i{pointer-events:none;background:#467861bb;border:1px solid #f5eedc;border-radius:50%;width:22px;height:22px;margin:auto;display:block}.lock-reticle{color:#304e42;width:26px;height:26px}.lock-reticle .reticle-ring{border:1px solid #f6edce;border-radius:50%;box-shadow:0 0 0 1px #283f31a6}.lock-reticle .reticle-ring:before{height:8px;top:-5px;left:12px;box-shadow:0 28px}.lock-reticle .reticle-ring:after{width:8px;top:12px;left:-5px;box-shadow:28px 0}.lock-reticle small{letter-spacing:0;font-size:8px;top:35px}@media (width<=850px),(pointer:coarse){.aim-pad{display:block}.free-camera-controls{top:145px}.free-camera-controls button{padding:6px 8px;font-size:8px}.enemy-direction{padding:5px 8px;top:147px}.enemy-direction b{font-size:8px}}@media (width<=600px) and (orientation:portrait){.aim-pad{width:65px;height:65px;bottom:258px}.free-camera-controls{top:auto;bottom:335px}.enemy-direction{top:145px;left:8%;transform:none}.move.weapon{padding-bottom:14px}.move.weapon small{font-size:8px}}@media (height<=550px) and (orientation:landscape){.touch-pad{width:100px;height:92px;position:fixed;bottom:128px;left:4vw;display:block!important}.touch-pad button{width:31px;height:31px}.touch-pad [data-dir=up],.touch-pad [data-dir=down]{left:34px}.touch-pad [data-dir=left],.touch-pad [data-dir=right]{top:31px}.aim-pad{width:64px;height:64px;bottom:127px}.free-camera-controls{top:125px}}.entry-actions{align-items:stretch;gap:12px;margin-top:7px;display:flex}#start.entry-button{isolation:isolate;color:#fff8df;background:linear-gradient(115deg,#b73e28,#dc6238 62%,#ec8b40);border:2px solid #702d24;border-radius:7px;gap:13px;width:335px;min-height:68px;padding:10px 17px;transition:transform .16s,box-shadow .16s;position:relative;overflow:hidden;transform:rotate(-1deg);box-shadow:0 5px #7e3926,0 9px #27382f18}#start.entry-button:before{content:"";z-index:-1;background:repeating-conic-gradient(from 20deg at 0% 90%,transparent 0 13deg,#ffd47925 14deg 20deg,transparent 21deg 38deg);position:absolute;inset:0}#start.entry-button:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#fff3c24d,#0000);width:22%;animation:4.5s ease-in-out 2s infinite entry-glint;position:absolute;inset:-70% auto -70% -50%;transform:rotate(25deg)}#start.entry-button:hover{transform:rotate(0)translateY(-3px);box-shadow:0 8px #7e3926,0 12px 16px #88402520}#start.entry-button:active{transform:translateY(4px);box-shadow:0 1px #7e3926}.entry-copy{flex-direction:column;flex:1;align-items:start;gap:5px;display:flex}.entry-copy small{letter-spacing:.16em;opacity:.85;font-size:9px;font-weight:500}.entry-copy strong{letter-spacing:.03em;white-space:nowrap;text-shadow:1px 2px #783d29;font-size:16px}.entry-burst{border:1px solid #ffe7a4;border-radius:50%;flex-shrink:0;place-content:center;width:39px;height:39px;font-family:serif;font-size:26px;font-weight:900;display:grid;transform:rotate(-12deg);box-shadow:0 0 0 3px #fff2bb25}.entry-sparks{color:#ffdf8b;font-size:26px;transform:rotate(15deg)}.practice-entry{white-space:nowrap;background:#f7f0df;border:1px solid #27382f66;border-bottom-width:3px;border-radius:4px;align-self:center;min-height:44px;padding:10px 12px;font-size:11px}.practice-entry:hover{background:#fff9ee}.start-note{opacity:.8;flex-wrap:wrap;gap:6px 14px;margin-top:14px;font-size:9px;display:flex}.start-note b{color:#a4442e;font-weight:700}.speech{white-space:normal;text-align:center;text-wrap:balance;border-radius:45% 45% 45% 8%;max-width:235px;line-height:1.65}#speech-kichi,#speech-manta{width:max-content;max-width:215px;font-size:10px}@keyframes entry-glint{0%,68%{left:-50%}to{left:140%}}@media (width>=851px){.is-playing .topbar{top:13px}.hud{gap:30px;top:67px;left:4vw;right:4vw}.fighter-hud{max-width:355px;padding:10px 14px}.hud-line b{font-size:15px}.combat-bottom{grid-template-columns:220px minmax(0,1fr);gap:20px;bottom:33px}.resources{gap:6px}.resources .gauge-panel,.boost-panel{padding:8px 11px}.gauge-title{margin-bottom:6px}.gauge-panel p{display:none}.moves{gap:6px;max-width:570px}.move{flex-flow:wrap;justify-content:center;gap:3px;min-height:58px;padding:7px 9px}.move kbd,.move:first-child kbd{min-width:20px;font-family:inherit;font-size:13px;line-height:20px}.move span{font-size:10px}.move small{text-align:center;width:100%;font-size:8px}.battle-hint{background:0 0;font-size:9px;bottom:7px}}.lock-reticle.melee-range{color:#8e4423}.lock-reticle.melee-range .reticle-ring{border:2px solid #d67738;box-shadow:0 0 0 5px #ffe09866}.lock-reticle.melee-range small{color:#6e3923;background:#ffe4a6}.callout{font-size:clamp(32px,4.2vw,64px);top:36%}.special-banner{z-index:16;color:#fff5d7;pointer-events:none;background:linear-gradient(105deg,#205d53f5,#152d29ef);border-top:1px solid #ffe2a361;border-bottom:1px solid #ffe2a361;border-left:6px solid #ffd681;width:min(475px,65vw);padding:13px 28px 14px 24px;animation:.16s ease-out banner-enter;position:absolute;top:22%;right:0;transform:skewY(-2deg);box-shadow:0 6px 22px #27382f30}.special-banner[data-kind=kichi]{background:linear-gradient(105deg,#933943f5,#4b2731ef);border-left-color:#ffbbba}.special-banner[data-kind=manta]{background:linear-gradient(105deg,#73533af5,#362740ef);border-left-color:#dfb2ff}.special-banner small{letter-spacing:.12em;margin-bottom:7px;font-size:10px;display:block}.special-banner strong{text-shadow:2px 2px #152323;font-family:serif;font-size:clamp(22px,2.7vw,38px);font-weight:900;line-height:1.3;display:block}.special-banner>span{opacity:.8;margin-top:7px;font-size:10px;display:block}@keyframes banner-enter{0%{opacity:0;transform:translate(60px)skewY(-2deg)}to{opacity:1;transform:translate(0)skewY(-2deg)}}.neighbor-warning{z-index:12;color:#91452d;white-space:nowrap;pointer-events:none;background:#fff2dcf2;border:1px solid #a74c35;border-radius:4px;padding:9px 17px;font-size:12px;position:absolute;top:174px;left:50%;transform:translate(-50%)}.round-award{border-top:1px dashed #9c866a;border-bottom:1px dashed #9c866a;margin:-10px 0 20px;padding:12px 0}.round-award>b{color:#b34b30;font-size:14px}.round-award>div{justify-content:space-around;margin:10px 0;display:flex}.round-award span{font-size:9px}.round-award strong{margin-top:5px;font-family:Georgia,serif;font-size:25px;display:block}.round-award small{opacity:.7;font-size:9px}.result-card{max-height:90vh;overflow:hidden auto}.result-card .result-seal{padding:7px;font-size:11px;top:12px;right:12px}.practice-guide{z-index:12;background:#fff8eaf0;border:1px solid #466c58;border-left:4px solid #4c9379;border-radius:4px;width:310px;max-width:43vw;padding:14px 16px;position:absolute;top:185px;left:4vw;box-shadow:3px 4px #27382f16}.practice-guide>small{letter-spacing:.06em;color:#52715d;font-size:9px;display:block}.practice-guide>strong{margin-top:9px;font-family:serif;font-size:19px;display:block}.practice-guide p{margin:8px 0 10px;font-size:11px;line-height:1.75}.practice-tools{flex-wrap:wrap;gap:7px;display:flex}.practice-tools button{background:#eee5d1;border:1px solid #879b87;border-radius:4px;min-height:32px;padding:8px 10px;font-size:9px}.practice-tools button[aria-pressed=true]{color:#fff8df;background:#387c69}#practice-done{color:#fff8e3;background:#29483c}.game-settings{width:620px}.game-settings .eyebrow{margin-bottom:14px;font-size:9px}.game-settings h3{margin-bottom:8px;font-size:14px}.settings-options{grid-template-columns:1fr 1fr;gap:15px;margin-top:25px;display:grid}.settings-options label{flex-direction:column;gap:8px;font-size:11px;font-weight:700;display:flex}.settings-options select{color:#27382f;width:100%;min-height:40px;font:inherit;background:#fff9ed;border:1px solid #8e9a85;border-radius:4px;padding:8px}.settings-options input{accent-color:#b54c30;width:100%;height:32px}.settings-note{color:#536451;font-size:10px!important}.key-bindings{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.key-bindings button{background:#fdf7e8;border:1px solid #94a08b;border-bottom-width:3px;border-radius:4px;justify-content:space-between;align-items:center;gap:4px;min-height:39px;padding:7px 9px;font-size:10px;display:flex}.key-bindings kbd{color:#a3422b;font:700 11px monospace}.key-bindings button.listening{color:#fff7dd;background:#2f6958;border-color:#204638}.key-bindings button.listening kbd{color:#ffdd9b}.settings-footer{align-items:center;gap:20px;margin-top:22px;display:flex}.settings-footer .start-button{width:auto;min-height:42px;margin-left:auto;font-size:12px}.settings-footer .quiet-button{margin:0;font-size:10px}.reduce-motion *,.reduce-motion :before,.reduce-motion :after{transition:none!important;animation:none!important}@media (width>=851px) and (height<=850px){.menu{top:92px}.menu h1{margin:18px 0 6px;font-size:clamp(58px,6.5vw,82px)}.title-english{margin-top:13px;font-size:8px}.tagline{margin-top:16px;font-size:17px;line-height:1.65}.intro-copy{margin:8px 0 20px;font-size:10px}.entry-label{margin-bottom:8px}.fighters{margin-bottom:13px}.fighter-choice{padding:10px}.venue-choices{margin-bottom:13px}.venue-choice{min-height:51px;padding:8px 10px}.stamp{width:82px;height:82px;font-size:12px;top:10px;right:-35px}}@media (width<=1050px){#start.entry-button{gap:10px;width:300px;padding:10px 13px}.entry-copy strong{font-size:14px}.entry-sparks{display:none}.practice-entry{padding:8px;font-size:10px}.entry-actions{gap:8px}}@media (width>=851px) and (height>=651px) and (height<=750px){.menu{top:80px}.menu h1{margin:14px 0 4px;font-size:70px}.intro-copy{display:none}.tagline{margin:12px 0 18px;font-size:15px}.fighters{margin-bottom:11px}.entry-label{margin-bottom:6px}}@media (width>=600px) and (width<=900px){#speech-manta{max-width:160px}}@media (width<=850px){.practice-guide{width:285px;padding:10px 12px;top:165px;left:4vw}.practice-guide>strong{font-size:16px}.neighbor-warning{font-size:10px;top:158px}.top-actions{gap:4px}.special-banner{width:60vw;padding:11px 16px;top:24%}}@media (width<=600px) and (orientation:portrait){.topbar .brand>span:last-child{display:none}.menu{top:88px}.entry-actions{flex-wrap:wrap;gap:9px}#start.entry-button{width:100%;min-height:61px;padding:9px 15px}.entry-copy strong{font-size:16px}.entry-sparks{display:block}.practice-entry{min-height:35px;padding:8px 13px;font-size:10px}.start-note{margin:9px 0 0;font-size:8px;line-height:1.7;display:block;position:static}.start-note b{margin-left:8px}.practice-guide{width:92vw;max-width:92vw;padding:9px 12px;top:159px;left:4vw}.practice-guide>strong{margin-top:4px;font-size:15px}.practice-guide p{margin:4px 0 6px;font-size:10px}.practice-tools{gap:5px}.practice-tools button{min-height:30px;padding:6px 7px;font-size:8px}.special-banner{width:88vw;top:36%}.special-banner strong{font-size:25px}.neighbor-warning{white-space:normal;text-align:center;width:88vw;top:160px}.game-settings{padding:24px 19px}.settings-options{gap:12px}.key-bindings{grid-template-columns:repeat(2,1fr);gap:6px}.settings-footer{gap:10px}.settings-footer .start-button{padding:10px 15px}}@media (height<=650px) and (orientation:landscape){.menu{top:65px}.menu h1{margin:10px 0 3px;font-size:45px}.title-english{margin-top:6px}.intro-copy,.menu .tagline{display:none}.fighters{margin:12px 0 10px}.entry-label{margin-bottom:6px}.venue-choice{min-height:42px;padding:6px 9px}#start.entry-button{min-height:50px;padding:7px 12px}.entry-copy small{display:none}.entry-copy strong{font-size:13px}.entry-burst{width:30px;height:30px;font-size:22px}.stamp{width:57px;height:57px;font-size:9px}.start-note{margin-top:10px;font-size:8px}.practice-guide{width:250px;max-width:40vw;padding:8px 10px;top:120px}.practice-guide p{margin:5px 0;font-size:9px}.practice-guide>strong{margin-top:4px;font-size:14px}.practice-tools button{min-height:26px;padding:5px;font-size:8px}.special-banner{top:27%}.neighbor-warning{top:130px}}@media (height<=550px) and (orientation:landscape){.practice-guide{width:290px;max-width:35vw;padding:6px 9px;top:122px;left:calc(4vw + 115px)}.practice-guide>small{font-size:8px}.practice-guide>strong{margin-top:3px;font-size:12px}.practice-guide p{margin:4px 0;font-size:8px;line-height:1.5}.practice-tools{gap:4px}.practice-tools button{min-height:24px;padding:4px 6px;font-size:7px}}@media (width<=850px),(pointer:coarse){.small-button,.practice-entry,.practice-tools button{min-height:44px}.small-button{padding:8px 11px}.topbar{gap:6px}dialog .dialog-close{width:44px;height:44px;top:7px;right:7px}.settings-options select,.key-bindings button{min-height:44px}.combat-bottom{pointer-events:none;display:block;inset:auto 0 0}.combat-bottom .moves{display:none}.combat-bottom .resources{left:max(8px,env(safe-area-inset-left));bottom:calc(14px + env(safe-area-inset-bottom));flex-direction:column;gap:5px;width:132px;display:flex;position:fixed}.resources .gauge-panel,.resources .boost-panel{background:#f8f1e6de;width:132px;max-width:none;min-height:0;padding:7px 8px}.resources .gauge-title{gap:5px;margin-bottom:5px;font-size:8px}.resources .gauge-track{height:5px}.resources .gauge-panel p,.resources .boost-footer>span{display:none}.resources .boost-footer{margin:0}#boost-button{left:max(8px,env(safe-area-inset-left));bottom:calc(236px + env(safe-area-inset-bottom));color:#fff1d6;pointer-events:auto;background:#234b3ef0;border:1px solid #fbebc9;border-radius:22px;width:132px;min-height:44px;font-size:11px;position:fixed}#boost-button:after{content:"長押し";opacity:.7;margin-left:7px;font-size:8px}.combat-bottom .touch-pad{left:max(8px,env(safe-area-inset-left));bottom:calc(92px + env(safe-area-inset-bottom));pointer-events:auto;width:132px;height:132px;position:fixed;display:block!important}.combat-bottom .touch-pad button{background:#f9f0dfed;border-radius:12px;width:44px;height:44px;font-size:22px;box-shadow:0 2px #27382f45}.combat-bottom .touch-pad button:active{color:#fff3d6;background:#2d6654}.combat-bottom .touch-pad [data-dir=up]{top:0;bottom:auto;left:44px}.combat-bottom .touch-pad [data-dir=down]{top:auto;bottom:0;left:44px}.combat-bottom .touch-pad [data-dir=left]{top:44px;left:0}.combat-bottom .touch-pad [data-dir=right]{top:44px;right:0}.free-camera-controls{top:145px;right:max(8px,env(safe-area-inset-right));gap:6px;bottom:auto}.free-camera-controls button{min-width:55px;min-height:44px;font-size:9px}#app[data-aim=assist] .free-camera-controls{display:none}.aim-pad{bottom:calc(276px + env(safe-area-inset-bottom));right:max(8px,env(safe-area-inset-right));width:72px;height:72px}#app[data-aim=assist] .aim-pad,.battle-hint,.orientation-note{display:none}.lock-reticle.assisted .reticle-ring{border-color:#d8f9cc;box-shadow:0 0 0 1px #345c42}.lock-reticle.assisted small{white-space:nowrap;color:#efffde;background:#224639df;border-radius:4px;padding:4px 6px;font-size:9px}.practice-guide{width:calc(100vw - 32px);max-width:min(380px,100vw - 32px)}.practice-tools button{font-size:9px}}@media (width<=350px) and (orientation:portrait){.combat-bottom .touch-pad{bottom:calc(232px + env(safe-area-inset-bottom))}#boost-button{bottom:calc(376px + env(safe-area-inset-bottom))}}@media (height<=550px) and (orientation:landscape){.practice-guide{max-width:calc(100vw - 424px);padding:7px 9px;top:auto;bottom:12px;left:152px}.practice-tools button{min-height:36px;padding:5px 7px;font-size:8px}.practice-guide>strong{font-size:13px}.free-camera-controls{top:114px}.aim-pad{width:64px;height:64px;bottom:138px;right:267px}}.fighter-choice[data-character=yuru] .fighter-dot{background:#293339;border-bottom:3px solid #3c9a9d}#menu.title-screen{--title-cream:#fff3d5;--title-dark:#122c29;--title-vermilion:#e95027;z-index:5;overscroll-behavior:contain;width:100%;max-width:none;height:100%;color:var(--title-cream);scrollbar-color:#bd9c65 #172c26;scrollbar-width:thin;-webkit-overflow-scrolling:touch;background:#233c34;position:absolute;inset:0;overflow:auto}.title-art,.title-atmosphere{pointer-events:none;min-height:100%;position:absolute;inset:0}.title-art{background:#304234 url(/images/title-keyart.webp) 61% 0/cover no-repeat}.title-atmosphere{background:linear-gradient(#10241f66,#0000 17% 61%,#10251fb3),linear-gradient(90deg,#102721b3 0%,#12291e6b 33%,#0000 60%)}.title-shell{grid-template-rows:auto auto minmax(24px,1fr) auto;grid-template-columns:minmax(340px,43%) minmax(0,1fr);column-gap:36px;width:min(100%,1800px);min-height:100%;margin:0 auto;padding:100px clamp(24px,5.4vw,100px) 30px;display:grid;position:relative}.title-heading,.title-entry{grid-column:1;width:100%;max-width:580px}.title-rendezvous{letter-spacing:.22em;text-shadow:0 2px 5px #071e16;margin:0 0 12px;font-family:Hiragino Mincho ProN,Yu Mincho,serif;font-size:1rem;font-weight:800}#menu.title-screen h1{white-space:normal;width:min(100%,420px);max-width:100%;text-shadow:none;-webkit-text-stroke:0;margin:0;line-height:0;position:relative;transform:none}.title-logo-art{filter:drop-shadow(0 8px 8px #102b2499);width:100%;height:auto;display:block}.title-logo-text{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.title-tagline{letter-spacing:.18em;text-align:center;text-shadow:0 2px 5px #12291c;margin:23px 0 21px;font-family:Hiragino Mincho ProN,Yu Mincho,serif;font-size:clamp(18px,1.8vw,27px);font-weight:800}#menu.title-screen #start.entry-button{color:#fff6d8;letter-spacing:.03em;background:linear-gradient(110deg,#b93219,#e95327 64%,#ee7030);border:2px solid #ffe7a9;border-radius:3px;gap:13px;width:100%;min-height:80px;padding:14px 20px;transform:none;box-shadow:inset 0 0 0 3px #bd3a1b,inset 0 0 0 4px #f79a49,0 4px #8a2b1b,0 7px #ffb16470,0 9px 27px #112b2499}#menu.title-screen #start.entry-button:before{background:repeating-conic-gradient(from 20deg at 4% 90%,#0000 0deg 20deg,#ffcf7026 21deg 25deg,#0000 27deg 53deg)}#menu.title-screen #start.entry-button:after{animation-duration:7s}#menu.title-screen #start.entry-button:hover{filter:brightness(1.12);transform:translateY(-2px)}#menu.title-screen #start.entry-button:active{transform:translateY(3px);box-shadow:inset 0 0 0 3px #bd3a1b,inset 0 0 0 4px #f79a49,0 2px #8a2b1b}#menu.title-screen .entry-burst{width:48px;height:48px;box-shadow:none;border-width:2px;border-color:#fff0c8;font-size:34px}#menu.title-screen .entry-copy{align-items:center}#menu.title-screen .entry-copy strong{white-space:normal;text-align:center;letter-spacing:.01em;text-wrap:balance;font-size:clamp(19px,2.1vw,31px);line-height:1.5}.title-secondary{grid-template-columns:1fr 1fr;gap:12px;margin-top:15px;display:grid}#menu.title-screen .title-secondary button{letter-spacing:.08em;color:#fff4db;white-space:normal;background:#19322de6;border:1px solid #d1bea2;border-radius:3px;min-height:50px;margin:0;padding:10px 12px;font-size:1rem;font-weight:800;line-height:1.5;transition:background .16s,transform .16s;box-shadow:inset 0 0 0 3px #c1b0930d,0 3px #132820}#menu.title-screen .title-secondary button:hover{background:#355347;transform:translateY(-1px)}#menu.title-screen .title-secondary button:active{transform:translateY(2px)}#menu.title-screen .start-note{color:#fff0cf;opacity:1;letter-spacing:.03em;text-shadow:0 1px 4px #12251c;flex-wrap:wrap;justify-content:center;align-items:center;gap:5px 14px;margin:13px 0 0;font-size:.75rem;line-height:1.6;display:flex}#menu.title-screen .start-note b{color:#ffe4b5;font-weight:600}.title-choices{background:linear-gradient(110deg,#102d2cf7,#1b3431ed);border:1px solid #ddc9a764;border-radius:5px;grid-area:4/1/auto/-1;grid-template-columns:1fr 1fr;gap:24px;width:min(100%,1120px);margin-top:24px;padding:18px 20px;display:grid;box-shadow:0 5px 25px #1027208c,inset 0 1px #f1e0bf33}.title-choices fieldset{border:0;min-width:0;margin:0;padding:0}.title-choices legend{color:#efe0c4;letter-spacing:.08em;margin:0 0 9px;padding:0;font-size:.875rem;font-weight:600;line-height:1.5}.title-choices .title-venues{border-left:1px solid #c4bea145;padding-left:24px}#menu.title-screen .fighters,#menu.title-screen .venue-choices{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0;display:grid}#menu.title-screen .fighter-choice,#menu.title-screen .venue-choice{color:#fff3d8;text-align:center;background:#38504a66;border:1px solid #b6b8a259;border-radius:3px;flex-direction:column;justify-content:center;align-items:center;gap:3px;min-width:0;min-height:68px;padding:9px 7px;line-height:1.4;transition:border-color .15s,background .15s,box-shadow .15s;display:flex;position:relative;box-shadow:inset 0 1px #e4d7b612}#menu.title-screen .fighter-choice:hover,#menu.title-screen .venue-choice:hover{background:#506557cc;border-color:#fff0c1}#menu.title-screen .fighter-choice[aria-pressed=true]{background:#305e57;border:1px solid #8ff0d3;box-shadow:inset 0 -3px #8ff0d3,0 0 12px #77d8b71c}#menu.title-screen .venue-choice[aria-pressed=true]{background:#734533;border:1px solid #ffb777;box-shadow:inset 0 -3px #ffb777,0 0 12px #e4864421}#menu.title-screen .fighter-copy{width:100%;display:block}#menu.title-screen .fighter-choice{flex-direction:row;gap:7px}#menu.title-screen .fighter-choice .fighter-copy{width:auto}#menu.title-screen .fighter-portrait{background:#3c6558 url(/images/title-keyart.webp) -357px -32px/600px no-repeat;border:1px solid #b9b6a265;border-radius:3px;flex-shrink:0;width:46px;height:52px;display:block}#menu.title-screen [data-character=kichi] .fighter-portrait{background-position:-277px -55px}#menu.title-screen [data-character=manta] .fighter-portrait{background-position:-478px -50px}#menu.title-screen .fighter-choice b{white-space:normal;overflow-wrap:anywhere;font-size:1rem;font-weight:800;display:block}#menu.title-screen .fighter-choice small{opacity:1;color:#dfdfc9;white-space:normal;margin-top:4px;font-size:.75rem;display:block}#menu.title-screen .fighter-number{display:none}#menu.title-screen .venue-choice small{color:#e8bd90;letter-spacing:.12em;font-family:Georgia,serif;font-size:.75rem}#menu.title-screen .venue-choice>span:not(.choice-check){word-break:normal;overflow-wrap:anywhere;font-size:1rem;font-weight:800;line-height:1.5}#menu.title-screen .choice-check{color:#d8ffe9;font-size:.75rem;font-weight:900;line-height:1;display:none;position:absolute;top:2px;right:4px}#menu.title-screen [aria-pressed=true] .choice-check{display:block}#menu.title-screen .venue-choice .choice-check{color:#ffe1b2}#menu.title-screen button:focus-visible{outline-offset:4px;outline:3px solid #fff5bf}#app[data-phase=title] .menu-shade,#app[data-phase=title] .scene-caption,#app[data-phase=title] .speech,#app[data-phase=title] .footer{display:none!important}#app[data-phase=title] .topbar{color:#fff0d4;top:22px;left:clamp(20px,4vw,72px);right:clamp(20px,4vw,72px)}#app[data-phase=title] .top-note{display:none}#app[data-phase=title] .brand{text-shadow:0 2px 4px #142c21;font-size:.75rem}#app[data-phase=title] .brand-mark{border-color:#e7d4ad}#app[data-phase=title] .small-button{color:#fff4db;background:#18332cdb;border:1px solid #e1d0a9a6;border-radius:8px;min-height:44px;padding:9px 15px;font-size:1rem}#app[data-phase=title] .small-button.active{color:#fff5d7;background:#24443acc}#app[data-phase=title] .small-button:hover{background:#3c5e4e}@media (width>=1600px){.title-shell{padding-top:115px;padding-bottom:40px}.title-choices{padding:22px 24px}}@media (height<=880px) and (width>=851px){.title-shell{grid-template-rows:auto auto minmax(20px,1fr) auto;padding-top:80px;padding-bottom:22px}#menu.title-screen h1{width:min(100%,360px)}.title-rendezvous{margin-bottom:8px}.title-tagline{margin:12px 0}#menu.title-screen #start.entry-button{min-height:68px;padding-block:9px}.title-choices{margin-top:4px;padding:13px 16px}}@media (width<=1050px) and (width>=701px){.title-shell{grid-template-columns:minmax(320px,47%) minmax(0,1fr);padding-inline:30px}.title-choices{gap:16px;padding-inline:14px}.title-choices .title-venues{padding-left:16px}#menu.title-screen .fighter-choice b,#menu.title-screen .venue-choice>span:not(.choice-check){font-size:.875rem}#menu.title-screen .fighter-choice{flex-direction:column}}@media (width<=700px){#menu.title-screen{background:#172e29}.title-art{background-position:70% 0;background-size:auto 355px;height:355px;min-height:0;top:58px}.title-atmosphere{background:linear-gradient(#15302773 0%,#0000 30%,#132d2326 66%,#172e29 93%),linear-gradient(90deg,#15302b6b,#0000 65%);height:430px;min-height:0}.title-shell{padding:max(85px, 5.5rem) 18px max(24px, env(safe-area-inset-bottom));flex-direction:column;min-height:100%;display:flex}.title-heading{width:58%;max-width:none;min-height:264px}.title-rendezvous{letter-spacing:.1em;text-wrap:nowrap;margin-bottom:13px;font-size:.75rem}#menu.title-screen h1{width:220px;max-width:112%;margin-left:-8px}.title-tagline{letter-spacing:.08em;text-align:left;white-space:nowrap;margin-top:18px;margin-bottom:0;font-size:.875rem;line-height:1.6}.title-entry{max-width:none}#menu.title-screen #start.entry-button{gap:8px;min-height:70px;padding:10px 12px}#menu.title-screen .entry-burst{width:41px;height:41px;font-size:29px}#menu.title-screen .entry-copy strong{letter-spacing:.02em;font-size:1.2rem}.title-secondary{gap:10px;margin-top:13px}#menu.title-screen .title-secondary button{letter-spacing:.03em;min-height:48px;padding:9px 6px}#menu.title-screen .start-note{gap:2px 10px;margin-top:11px;font-size:.75rem}.title-choices{background:#203a32;border-color:#dbc69850;flex-direction:column;gap:12px;margin-top:16px;padding:12px;display:flex}.title-choices .title-venues{border-left:0;padding-left:0}.title-choices legend{letter-spacing:.03em;margin-bottom:7px;font-size:.875rem}#menu.title-screen .fighters,#menu.title-screen .venue-choices{gap:6px}#menu.title-screen .fighter-choice,#menu.title-screen .venue-choice{min-height:65px;padding:8px 4px}#menu.title-screen .fighter-choice b,#menu.title-screen .venue-choice>span:not(.choice-check){font-size:1rem}#menu.title-screen .fighter-choice small{font-size:.75rem}#menu.title-screen .fighter-choice{flex-direction:column;gap:4px;padding-block:6px}#menu.title-screen .fighter-portrait{height:44px}#app[data-phase=title] .topbar{align-items:flex-start;gap:8px;top:13px;left:16px;right:16px}#app[data-phase=title] .brand>span:last-child{display:none}#app[data-phase=title] .brand-mark{width:29px;height:29px}#app[data-phase=title] .top-actions{flex-wrap:wrap;flex-shrink:1;justify-content:flex-end;gap:6px;min-width:0;max-width:calc(100% - 38px)}#app[data-phase=title] .small-button{min-height:44px;padding:9px 10px;font-size:.875rem}}@media (height<=550px) and (orientation:landscape){.title-shell{grid-template-columns:minmax(280px,45%) minmax(0,1fr);gap:0 26px;padding:max(70px,4.5rem) 28px 22px;display:grid}.title-heading{grid-column:1;width:100%;min-height:0}.title-rendezvous{margin-bottom:10px;font-size:.875rem}#menu.title-screen h1{width:182px}.title-tagline{display:none}.title-entry{grid-column:1;margin-top:22px}#menu.title-screen #start.entry-button{min-height:62px;padding:10px}#menu.title-screen .entry-copy strong{font-size:1.1rem}#menu.title-screen .entry-burst{width:35px;height:35px;font-size:26px}.title-secondary{gap:8px;margin-top:12px}#menu.title-screen .title-secondary button{min-height:44px;padding:8px;font-size:1rem}#menu.title-screen .start-note{font-size:.75rem;display:flex}.title-choices{grid-row:4;margin-top:24px;padding:15px}#app[data-phase=title] .topbar{top:12px}}@media (prefers-reduced-motion:reduce){#menu.title-screen *,#menu.title-screen :before,#menu.title-screen :after{transition:none!important;animation:none!important}}#notebook-dialog{--notebook-ink:#283c39;overscroll-behavior:contain;width:620px;max-width:calc(100vw - 28px);max-height:min(90dvh,860px);color:var(--notebook-ink);text-align:left;background:#fbf1d9;border:2px solid #b99d6a;border-radius:14px;padding:30px;font-size:16px;overflow:auto;box-shadow:0 22px 90px #101a1c88}#notebook-dialog .notebook-close{background:#fff8e9;border:1px solid #9d855577;border-radius:50%;place-items:center;width:48px;height:48px;padding:0;font-size:29px;line-height:1;display:grid;position:absolute;top:12px;right:12px}#notebook-dialog .notebook-header{padding-right:35px}#notebook-dialog .notebook-kicker{color:#725c36;letter-spacing:.06em;margin:0 0 10px;font-size:14px;font-weight:700}#notebook-dialog h2{letter-spacing:-.04em;margin:0;font-size:clamp(28px,6vw,38px);font-weight:900}#notebook-dialog .notebook-lead{margin:10px 0 20px;font-size:16px;line-height:1.65}.notebook-totals{border-block:1px solid #a58c5c66;grid-template-columns:repeat(3,1fr);padding:17px 0;display:grid}.notebook-totals>span{flex-direction:column;align-items:center;gap:5px;font-size:14px;display:flex}.notebook-totals>span+span{border-left:1px solid #a58c5c44}.notebook-totals strong{font-variant-numeric:tabular-nums;font-size:29px;line-height:1}.notebook-totals small{font-size:16px;font-weight:500}.notebook-title-choice{flex-wrap:wrap;align-items:baseline;gap:8px 12px;margin:18px 0;display:flex}.notebook-title-choice>span{color:#756242;font-size:14px}.notebook-title-choice strong{font-size:16px}.notebook-title-choice button{background:0 0;border:1px solid #a58c5c77;border-radius:5px;min-height:44px;padding:6px 10px;font-size:16px}.notebook-goals{gap:12px;display:grid}.notebook-goal{background:#fff9ee;border:1px solid #b5a27b88;border-radius:10px;grid-template-columns:52px minmax(0,1fr);gap:14px;padding:18px;display:grid}.notebook-stamp{color:#756a56;border:2px solid #a29276;border-radius:50%;place-items:center;width:50px;height:50px;font-family:serif;font-size:26px;font-weight:900;display:grid;transform:rotate(-8deg)}.notebook-goal.is-complete{background:#fff3d3;border-color:#ad683e}.notebook-goal.is-complete .notebook-stamp{color:#b5502e;border-color:#b5502e}#notebook-dialog .notebook-goal h3{margin:0 0 6px;font-size:17px;line-height:1.4}#notebook-dialog .notebook-goal p{margin:0;font-size:16px;line-height:1.6}.notebook-meter{align-items:center;gap:12px;margin-top:10px;display:flex}.notebook-meter>span{white-space:nowrap;font-variant-numeric:tabular-nums;font-size:14px;font-weight:800}.notebook-meter progress,.match-review-progress progress{appearance:none;accent-color:#327969;background:#dacfaf;border:0;border-radius:5px;flex:1;width:100%;height:8px;overflow:hidden}.notebook-meter progress::-webkit-progress-bar{background:#dacfaf;border-radius:5px}.match-review-progress progress::-webkit-progress-bar{background:#dacfaf;border-radius:5px}.notebook-meter progress::-webkit-progress-value{background:#327969;border-radius:5px}.match-review-progress progress::-webkit-progress-value{background:#327969;border-radius:5px}.notebook-meter progress::-moz-progress-bar{background:#327969;border-radius:5px}.match-review-progress progress::-moz-progress-bar{background:#327969;border-radius:5px}.notebook-goal-state{color:#786344;margin-top:10px;font-size:14px;display:block}.notebook-goal button{background:#fff9ec;border:1px solid #327969;border-radius:6px;min-height:44px;margin-top:12px;padding:9px 13px;font-size:16px;font-weight:700}.notebook-goal button[aria-pressed=true]{color:#fff6e6;background:#285e53}.notebook-latest{border-top:1px solid #a58c5c66;gap:6px;margin-top:21px;padding-top:17px;display:grid}.notebook-latest>span{color:#756242;font-size:14px}.notebook-latest strong{font-size:14px}#notebook-dialog .notebook-latest p{margin:0;font-size:14px}#notebook-dialog .notebook-storage{color:#70604b;margin:18px 0 0;font-size:14px;line-height:1.6}.match-review{color:#263c38;text-align:left;background:#f5e5bf;border:1px solid #ad8a5266;border-radius:9px;gap:12px;margin:16px 0;padding:15px;display:grid}.match-review-good>span,.match-review-tip>span{color:#52634b;margin-bottom:3px;font-size:14px;font-weight:800;display:block}.match-review-good p,.match-review-tip p{margin:0;font-size:16px;line-height:1.6}.match-review-good p{font-weight:800}.match-review-progress{grid-template-columns:1fr auto;align-items:center;gap:7px 12px;font-size:14px;display:grid}.match-review-progress strong{white-space:nowrap;font-size:14px}.match-review-progress progress{grid-column:1/-1}.match-review-unlock{color:#85401f;background:#ffe1a6;border-left:3px solid #c0542c;margin:0;padding:9px 10px;font-size:14px;font-weight:800;line-height:1.5}.match-review-title{margin:0;font-size:14px;font-weight:800}.match-review-storage{margin:0;font-size:14px;line-height:1.5}@media (width<=480px){#notebook-dialog{padding:24px 18px}#notebook-dialog .notebook-kicker{max-width:230px;line-height:1.6}.notebook-goal{grid-template-columns:42px minmax(0,1fr);gap:10px;padding:14px 11px}.notebook-stamp{width:40px;height:40px;font-size:23px}.match-review{padding:12px}}#result-overlay{align-items:center;padding:28px;overflow-y:auto}#result-overlay .result-card{width:min(520px,100%);max-width:none;max-height:none;margin:auto 0;padding:30px}#result-overlay .result-card h2{margin:12px 0;font-size:clamp(30px,5vw,44px)!important}#result-overlay .result-joke{font-size:16px;line-height:1.6}#result-overlay .result-details{margin:12px 0;font-size:14px;line-height:1.65}#result-overlay .start-button{background:#d95128;border:2px solid #8d321c;justify-content:center;width:100%;min-height:56px;margin-top:20px;font-size:18px;box-shadow:0 4px #762c1a}#result-overlay .quiet-button{min-height:48px;margin:10px 0 0;font-size:16px}.result-secondary{flex-wrap:wrap;gap:12px;display:flex}.result-secondary .quiet-button{white-space:nowrap;background:#fff8e9;border:1px solid #26362f45;border-radius:6px;flex:1;padding:8px 12px}#result-overlay #home{text-align:center;width:100%}#skip-ending{z-index:1;pointer-events:auto;bottom:max(24px, env(safe-area-inset-bottom));right:max(24px, env(safe-area-inset-right));color:#fff8e7;cursor:pointer;background:#203b35e6;border:1px solid #fff3d299;min-height:48px;padding:12px 24px;font-size:16px;position:absolute}#notebook-dialog{overscroll-behavior:contain}#notebook-dialog::backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#081c17b8}#app[data-phase=title] #world{visibility:hidden}#app[data-phase=title] .top-actions .small-button,.practice-tools button{min-height:44px;font-size:14px}button:focus-visible{outline-offset:4px;outline:3px solid #55d4c8}@media (width<=600px){#result-overlay{padding:16px}#result-overlay .result-card{margin:auto;padding:22px}#result-overlay .result-seal{display:none}#result-overlay .result-card .start-button{padding:14px;font-size:16px}#skip-ending{right:16px;bottom:max(20px, env(safe-area-inset-bottom))}}@media (height<=550px) and (orientation:landscape){#result-overlay{align-items:start}#result-overlay .result-card{width:min(650px,100%);margin:0 auto}}
