:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}html,body,#root{width:100%;min-width:100%}#root{max-width:none;text-align:initial;box-sizing:border-box;border-inline:none;flex-direction:column;min-height:100svh;margin:0;display:flex}body{margin:0;overflow-x:hidden}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}body{background:#20242b;margin:0}button,input{font:inherit}.game-board{color:#fff;box-sizing:border-box;background:#20242b;grid-template-rows:auto minmax(500px,1fr) auto auto;grid-template-columns:230px minmax(0,1fr) 380px;gap:8px;min-height:100vh;padding:8px;display:grid}.game-log-panel{background:#252b33;border:1px solid #ffffff12;border-radius:12px;grid-area:2/1/5;min-width:0;position:relative;overflow:visible}.game-log-toggle{z-index:30;width:30px;height:30px;font-size:24px;line-height:1;position:absolute;top:10px;right:8px;border-radius:50%!important;padding:0!important}.game-log-panel.is-closed .game-log-toggle{right:6px}.game-log-content{box-sizing:border-box;grid-template-rows:minmax(0,1.25fr) minmax(120px,.55fr) minmax(110px,.45fr);gap:10px;height:100%;max-height:calc(100vh - 92px);padding:48px 10px 10px;display:grid}.game-log-section{background:#1f252c;border-radius:9px;flex-direction:column;min-height:0;padding:9px;display:flex}.game-log-section h3{letter-spacing:.04em;margin:0 0 7px;font-size:13px}.draw-log-section h3{color:#f8d35c}.private-notice-section h3{color:#9fd9ff}.game-log-scroll{flex-direction:column;gap:6px;min-height:0;display:flex;overflow-y:auto}.game-log-entry{background:#ffffff0b;border-radius:6px;padding:6px 7px;font-size:11px;line-height:1.45}.game-log-entry.is-private{border-left:2px solid #f8d35c}.game-board button{color:#17191d;cursor:pointer;background:#eef0f4;border:1px solid #ffffff38;border-radius:8px;padding:8px 12px;font-weight:700}.game-board button:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px)}.game-board button:disabled{cursor:not-allowed;opacity:.4}.game-header{grid-column:1/4;grid-template-columns:1fr auto 1fr;align-items:center;min-height:54px;padding:4px 8px;display:grid}.game-brand{letter-spacing:.08em;opacity:.52;font-size:18px;font-weight:900}.turn-banner{flex-direction:column;align-items:center;gap:2px;display:flex}.turn-banner span{opacity:.72;font-size:14px}.room-meta{opacity:.45;justify-self:end;font-size:12px}.center-area{grid-area:2/2;grid-template-columns:minmax(0,1fr);gap:14px;min-width:0;display:grid}.stage-zone,.battle-panel,.my-area,.player-panel{box-sizing:border-box;background:#2a3038;border:1px solid #ffffff0f;border-radius:12px}.stage-zone,.battle-panel{padding:14px}.section-heading{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:10px;display:flex}.section-heading h2{margin:0;font-size:20px}.section-heading span{opacity:.68;font-size:13px}.stage-network{width:100%;max-width:none;height:clamp(380px,44vh,500px);margin:0 auto;position:relative;overflow:visible}.stage-card{z-index:2;background:#414a57;border:2px solid #0000;border-radius:10px;width:clamp(150px,31%,205px);min-width:0;transition:opacity .15s,border-color .15s,box-shadow .15s;position:absolute;overflow:visible}.stage-position-0{top:2px;left:50%;transform:translate(-50%)}.stage-position-1{bottom:2px;left:2%}.stage-position-2{bottom:2px;right:2%}.stage-card.is-current{border-color:#f2f2f2}.stage-card.is-not-adjacent{opacity:.4}.stage-image-wrap{aspect-ratio:16/9;background:#15191f;border-radius:8px 8px 0 0;position:relative;overflow:visible}.stage-image-wrap>img{object-fit:cover;border-radius:8px 8px 0 0;width:100%;height:100%;display:block}.stage-card:hover{z-index:20}.stage-image-fallback{color:#ffffff8c;place-items:center;width:100%;height:100%;font-size:15px;font-weight:800;display:grid}.stage-card-footer{background:#414a57;border-radius:0 0 8px 8px;justify-content:space-between;align-items:center;gap:8px;min-height:48px;padding:8px 10px;display:flex}.stage-arrow{z-index:1;opacity:.9;pointer-events:none;transform-origin:50%;font-size:34px;font-weight:900;line-height:1;position:absolute}.stage-arrow-left-diagonal{top:49%;left:31%;transform:translate(-50%,-50%)rotate(-57deg)scaleX(1.45)}.stage-arrow-right-diagonal{top:49%;left:69%;transform:translate(-50%,-50%)rotate(57deg)scaleX(1.45)}.stage-arrow-bottom{bottom:17%;left:50%;transform:translate(-50%,50%)scaleX(1.45)}.stage-occupants{flex-wrap:wrap;gap:4px;display:flex;position:absolute;bottom:7px;left:8px}.stage-player-badge{--seat-color:#78828f;background:var(--seat-color);color:#111;text-align:center;border-radius:999px;min-width:30px;padding:4px 8px;font-size:12px;font-weight:900;box-shadow:0 2px 8px #00000059}.battle-panel{flex-direction:column;min-height:320px;display:flex}.battle-heading{justify-content:center}.battle-active,.battle-target-choice,.battle-notice{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;min-height:260px;display:flex}.battle-route{justify-content:center;align-items:center;gap:10px;display:flex}.battle-route-arrow{font-size:26px;font-weight:900}.battle-card-preview{width:132px;height:186px;position:relative}.battle-card-scale{transform-origin:0 0;position:absolute;top:0;left:0;transform:scale(.88)}.battle-card-name{font-size:19px}.remaining-damage{flex-direction:column;gap:0;line-height:1;display:flex}.remaining-damage span{opacity:.7;font-size:14px}.remaining-damage strong{font-size:36px}.guard-controls{flex-direction:column;align-items:center;gap:7px;display:flex}.guard-controls p,.battle-waiting{opacity:.82;margin:0;font-size:14px}.battle-notice.is-visible{opacity:1}.target-buttons{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.player-roster{flex-direction:column;grid-area:2/3/5;align-self:start;gap:9px;display:flex}.player-panel{--seat-color:#78828f;z-index:10;border-left:4px solid var(--seat-color);background:#343a46;padding:9px;position:relative}.player-panel:hover,.player-panel:focus-within{z-index:4000}.stat-pills>span{justify-content:center;align-items:center;gap:4px;display:flex;position:relative;overflow:visible}.stat-main{min-width:0}.stat-help{flex:none}.stat-help .info-trigger{font-size:9px;color:#222!important;background:#ffffffd1!important;border:1px solid #14181e59!important;border-radius:50%!important;place-items:center!important;width:16px!important;min-width:16px!important;height:16px!important;display:grid!important}.stat-help-mark{font-weight:1000;line-height:1}.player-roster .stat-help .info-tooltip{width:250px;inset:calc(100% + 6px) -2px auto auto;transform:none}.hero-recover-button{color:#fff4c7!important;background:#5f4c1d!important;border-color:#ffda6773!important}.player-panel.is-turn:after{content:"TURN";background:var(--seat-color);color:#111;letter-spacing:.08em;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:1000;position:absolute;top:-8px;right:8px}.player-panel-main{grid-template-columns:minmax(0,1fr) 72px;gap:10px;display:grid}.player-panel-info{min-width:0}.player-panel-heading{align-items:baseline;gap:6px;margin-bottom:6px;display:flex}.player-panel-heading strong{text-overflow:ellipsis;white-space:nowrap;font-size:16px;overflow:hidden}.player-panel-heading span{background:var(--seat-color);color:#111;border-radius:4px;padding:3px 6px;font-size:11px;font-weight:900}.player-panel-heading small{opacity:.65;margin-left:auto;font-size:11px}.stat-pills{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin-bottom:8px;display:grid}.stat-pill{color:#222;text-align:center;box-sizing:border-box;background:#f0e7da;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:0;min-height:52px;padding:6px 4px;display:flex}.stat-pill-label{font-size:11px;font-weight:900;line-height:1}.stat-pills b{white-space:nowrap;font-size:clamp(15px,1.1vw,18px);font-weight:1000;line-height:1}.stat-pills .stat-life.is-danger{color:#fff;background:#8f2424;box-shadow:inset 0 0 0 2px #ffd7d759,0 0 12px #ff4c4c40}.player-mini-row{align-items:center;gap:5px;min-height:30px;display:flex}.mini-label{opacity:.7;flex:0 0 34px;font-size:11px;font-weight:900}.player-stage-text{opacity:.65;margin-top:4px;font-size:11px}.character-portrait{background:#20242b;border-radius:7px;align-self:center;place-items:center;width:72px;height:88px;font-size:12px;font-weight:900;display:grid;overflow:hidden}.character-portrait img{object-fit:contain;width:100%;height:100%}.icon-row{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.asset-icon{color:#fff;background:#1d2229;border-radius:5px;place-items:center;width:32px;height:32px;font-size:9px;font-weight:900;display:grid;position:relative;overflow:hidden}.asset-icon img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.asset-icon-fallback{z-index:0;position:relative}.status-popover .asset-icon{border-radius:50%;width:26px;height:26px}.empty-info{opacity:.48;font-size:12px}.info-popover{z-index:2;display:inline-flex;position:relative}.info-popover.is-open,.info-popover:hover,.info-popover:focus-within{z-index:5000}.info-trigger{display:inline-flex;color:inherit!important;background:0 0!important;border:0!important;padding:0!important;transform:none!important}.info-tooltip{z-index:5100;color:#fff;text-align:left;pointer-events:none;background:#080a0ef5;border-radius:8px;flex-direction:column;gap:5px;width:220px;padding:9px 10px;font-size:13px;line-height:1.45;display:none;position:absolute;bottom:calc(100% + 7px);left:50%;transform:translate(-50%);box-shadow:0 8px 28px #0000006b}.info-tooltip strong{font-size:14px}.info-popover:hover .info-tooltip,.info-popover.is-open .info-tooltip{display:flex}.player-roster .info-tooltip{left:auto;right:0;transform:none}.stage-help{position:absolute;top:7px;right:7px}.stage-help .info-tooltip{inset:calc(100% + 6px) 0 auto auto;transform:none}.stage-help-mark{color:#181b20;background:#f5f5f5eb;border-radius:50%;place-items:center;width:24px;height:24px;font-size:13px;font-weight:900;display:grid}.public-quest-hud{box-sizing:border-box;color:#ffffffeb;background:#181d24;border:1px solid #ffffff24;border-radius:10px;grid-area:3/2;align-items:center;gap:9px;min-width:0;min-height:42px;padding:7px 12px;display:flex;overflow:visible}.public-quest-name{white-space:nowrap;font-size:16px}.public-quest-condition{white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:12px;font-weight:800;overflow:hidden}.public-quest-arrow{opacity:.5;font-weight:900}.public-quest-reward{color:#ffe29a;white-space:nowrap}.public-quest-progress-list{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;margin-left:auto;display:flex}.public-quest-progress{--seat-color:#78828f;border:1px solid color-mix(in srgb, var(--seat-color) 70%, transparent);background:color-mix(in srgb, var(--seat-color) 18%, transparent);white-space:nowrap;border-radius:999px;align-items:center;min-height:24px;padding:2px 8px;font-size:11px;font-weight:900;display:inline-flex}.public-quest-help .info-trigger{background:0 0;border:0;padding:0}.public-quest-help-mark{color:#181b20;background:#f5f5f5eb;border-radius:50%;place-items:center;width:20px;height:20px;font-size:11px;font-weight:900;display:grid}.public-quest-help .info-tooltip{width:min(340px,100vw - 32px)}.my-area-toolbar{flex-wrap:wrap;align-items:center;gap:8px;min-height:34px;display:flex}.player-tag{--seat-color:#78828f;background:var(--seat-color);color:#111;border-radius:6px;align-items:center;min-height:26px;padding:4px 10px;font-size:14px;font-weight:900;display:inline-flex}.hero-counter{color:#17191d;background:#e6e9ee;border-radius:6px;padding:6px 9px;font-size:13px;font-weight:800}.toolbar-spacer{flex:auto}.move-button{color:#fff!important;background:#171c23!important}.decision-panel{background:#3c4553;border-radius:8px;flex-wrap:wrap;align-items:center;gap:8px;margin:9px 0;padding:8px 10px;font-size:13px;display:flex}.decision-panel strong{font-size:14px}.decision-panel span{opacity:.78}.decision-panel button{padding:7px 10px;font-size:12px}.subtle-button{color:#fff!important;background:#4a515c!important}.my-play-row{grid-template-columns:minmax(0,1fr) 170px;align-items:start;gap:12px;margin-top:8px;display:grid;position:relative}.zone-label{letter-spacing:.08em;opacity:.55;margin-bottom:6px;font-size:12px;font-weight:900}.hand{align-items:flex-start;gap:10px;min-height:218px;padding:3px 3px 8px;display:flex;overflow:auto hidden}.hand-card-wrapper{border-radius:5px;flex:none}.hand-card-wrapper[role=button]{cursor:pointer}.hand-card-wrapper.is-selected{outline-offset:2px;outline:3px solid #f8d35c}.hand-card-wrapper.is-selected-move{outline-offset:2px;outline:3px solid #7fe5b5}.server-message{background:#b440403d;border-radius:7px;margin-top:8px;padding:8px 10px;font-size:13px}.game-over{z-index:1000;background:#090b0fc7;place-items:center;display:grid;position:fixed;inset:0}.game-over-card{text-align:center;background:#303743;border-radius:14px;width:min(420px,100vw - 40px);padding:24px}.seat-1{--seat-color:#f1a31c}.seat-2{--seat-color:#2ed7d3}.seat-3{--seat-color:#e98a96}.seat-4{--seat-color:#a887d9}@media (width>=1200px){.center-area{grid-template-columns:minmax(300px,.78fr) minmax(430px,1.42fr);align-items:stretch;gap:10px}}@media (width<=980px){.game-board{grid-template-rows:auto auto auto auto auto auto;grid-template-columns:minmax(0,1fr)}.game-header,.game-log-panel,.center-area,.player-roster,.public-quest-hud,.my-area{grid-column:1}.game-header{grid-row:1}.game-log-panel{grid-row:2;max-height:280px}.center-area{grid-row:3}.public-quest-hud{grid-row:4}.player-roster{grid-row:5}.my-area{grid-row:6}.game-log-content{grid-template-rows:1fr;grid-template-columns:repeat(3,minmax(0,1fr));max-height:270px}.player-roster{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.my-play-row{grid-template-columns:minmax(0,1fr)}}.battle-log-box{box-sizing:border-box;text-align:left;background:#20262e;border:1px solid #ffffff1f;border-radius:9px;width:min(100%,560px);margin:8px auto 0;padding:10px 12px}.battle-log-title{letter-spacing:.08em;opacity:.58;margin-bottom:5px;font-size:11px;font-weight:900}.battle-log-line{padding:3px 0;font-size:14px;font-weight:750;line-height:1.45}.death-notice,.game-over-death-cause{color:#ffd0d0;font-weight:1000}.death-notice{box-sizing:border-box;text-align:center;background:#771919b8;border:2px solid #ff6363ad;border-radius:9px;width:min(100%,560px);margin:8px auto 0;padding:10px 12px;font-size:16px}.hand-scroll-shell{min-width:0;position:relative}.game-board .hand-scroll-edge{z-index:8;opacity:.18;width:34px;font-size:31px;line-height:1;position:absolute;top:3px;bottom:8px;color:#fff!important;background:#0f131885!important;border:0!important;border-radius:7px!important;padding:0!important;transform:none!important}.card-detail-panel{color:#ffffff8c;box-sizing:border-box;background:#20262e;border-radius:8px;min-height:52px;margin-top:7px;padding:9px 11px;font-size:13px}.card-detail-panel.has-card{color:#fff}.card-detail-heading{flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:5px;display:flex}.card-detail-heading strong{font-size:15px}.card-detail-heading span{background:#3d4652;border-radius:999px;padding:2px 6px;font-size:11px;font-weight:900}.card-detail-description{font-size:14px;font-weight:700;line-height:1.55}.my-play-row.is-draw-locked .hand-zone{opacity:.24;filter:grayscale(.9);pointer-events:none;-webkit-user-select:none;user-select:none}.interaction-lock-message{z-index:30;pointer-events:none;white-space:nowrap;background:#11151bf0;border:2px solid #ffffff94;border-radius:999px;padding:10px 16px;font-size:15px;font-weight:1000;position:absolute;inset:38% auto auto 50%;transform:translate(-50%,-50%)}.danger-confirm-overlay{z-index:1100;background:#090b0fcc;place-items:center;display:grid;position:fixed;inset:0}.danger-confirm-card{box-sizing:border-box;text-align:center;background:#342b31;border:2px solid #ff6363b8;border-radius:14px;width:min(460px,100vw - 40px);padding:24px}.danger-confirm-card h2{color:#ffd0d0;margin-top:0}.danger-confirm-card p{font-weight:800;line-height:1.65}.danger-confirm-actions{justify-content:center;gap:9px;margin-top:16px;display:flex}.game-board .danger-button{color:#fff!important;background:#a63232!important}.game-card{flex:0 0 150px;width:150px;height:210px;position:relative;overflow:hidden}.card-frame{object-fit:fill;pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;inset:0}.card-illustration{object-fit:cover;z-index:1;width:122px;height:131px;position:absolute;top:21px;left:14px}.card-name{text-align:center;white-space:nowrap;text-overflow:ellipsis;z-index:11;justify-content:center;align-items:center;height:19px;font-size:11px;font-weight:700;line-height:1;display:flex;position:absolute;top:160px;left:19px;right:19px;overflow:hidden}.card-type{white-space:nowrap;z-index:11;justify-content:center;align-items:center;width:25px;height:15px;font-size:8px;font-weight:700;line-height:1;display:flex;position:absolute;top:185px;left:14px}.card-description{box-sizing:border-box;text-align:center;z-index:11;justify-content:center;align-items:center;width:72px;height:17px;padding:0 2px;font-size:7px;font-weight:700;line-height:1.05;display:flex;position:absolute;top:184px;left:41px;overflow:hidden}.card-value{color:#fff;z-index:11;justify-content:center;align-items:center;width:23px;height:17px;font-size:12px;font-weight:700;line-height:1;display:flex;position:absolute;top:184px;right:13px}.card-name,.card-type,.card-description,.card-tp{color:#fff}.card-tp-cost{color:#000;z-index:20;justify-content:center;align-items:center;min-width:34px;height:18px;font-size:10px;font-weight:700;line-height:1;display:flex;position:absolute;top:24px;right:18px}.game-board .hand-scroll-edge{opacity:.42;width:26px;top:3px;bottom:8px;background:#0f1318d1!important}.hand-scroll-edge.is-left{left:0}.hand-scroll-edge.is-right{right:0}.my-play-row.is-operation-locked .hand-zone{opacity:.38;filter:grayscale(.9);pointer-events:none;-webkit-user-select:none;user-select:none}.interaction-lock-message.is-waiting{color:#ffffffd1;background:#262a31f0}.turn-transition-overlay{z-index:1400;pointer-events:all;background:#05080c7a;place-items:center;display:grid;position:fixed;inset:0}.turn-transition-card{text-align:center;letter-spacing:.04em;background:#141920f5;border:2px solid #ffffffb3;border-radius:18px;min-width:min(520px,100vw - 48px);padding:34px 42px;font-size:clamp(32px,5vw,60px);font-weight:1000;box-shadow:0 18px 70px #0000008c}.private-hand-log{background:#20262e;border-radius:8px;flex-wrap:wrap;align-items:center;gap:8px 12px;margin-top:8px;padding:8px 10px;font-size:12px;display:flex}.private-hand-log strong{color:#f8d35c;font-size:12px}.private-hand-log span{opacity:.86}.target-buttons .is-self-target{border:2px solid #ffbe5b!important}.battle-last-action{min-height:225px}.stat-pills .stat-fate{color:#20262e;text-align:left;background:#edf1f4;border-radius:6px;grid-column:1/-1;align-items:center;gap:8px;min-height:34px;padding:6px 8px;display:flex;overflow:visible}.fate-label{flex:none;font-size:11px;font-weight:1000}.fate-gauge{flex:auto;grid-template-columns:repeat(9,minmax(0,1fr));gap:2px;min-width:72px;height:11px;display:grid;overflow:visible}.fate-gauge-segment{background:#1e242c29;border:1px solid #161b228c;border-radius:3px;min-width:0;position:relative;overflow:hidden;box-shadow:inset 0 1px 2px #0000002e}.fate-gauge-segment-fill{background:linear-gradient(90deg,#d6a83f,#ffd96b);transition:width .22s;position:absolute;inset:0 auto 0 0}.fate-gauge.is-full .fate-gauge-segment{box-shadow:inset 0 0 0 1px #ffbf248c,0 0 5px #ffc73d52}.fate-help{flex:0 0 20px;place-items:center;width:20px;height:20px;line-height:1;display:grid;position:relative}.fate-help .info-trigger{font-size:11px;line-height:1;color:#20262e!important;background:#fff!important;border:1px solid #1e242c6b!important;border-radius:50%!important;place-items:center!important;width:20px!important;min-width:20px!important;height:20px!important;padding:0!important;display:grid!important}.fate-help-mark{place-items:center;width:100%;height:100%;font-weight:1000;line-height:1;display:grid;transform:translateY(-.5px)}.player-roster .fate-help .info-tooltip{box-sizing:border-box;white-space:normal;overflow-wrap:anywhere;word-break:normal;width:238px;max-width:calc(100vw - 32px);inset:calc(100% + 7px) -4px auto auto;transform:none}.fate-help .info-tooltip>span{white-space:pre-line}.fate-draw-panel,.replacement-draw-panel{border-color:#ffd55c8c}.hero-select-card{text-align:left;color:inherit;cursor:pointer;opacity:.62;background:#ffffff0a;border:2px solid #ffffff38;border-radius:10px;grid-template-columns:54px 1fr;align-items:center;gap:8px;padding:10px;transition:opacity .14s,border-color .14s,box-shadow .14s,transform .14s;display:grid;position:relative}.hero-select-card:hover{opacity:.9}.hero-select-card.is-selected{opacity:1;background:#ffd45c1a;border:3px solid #ffd45c;transform:translateY(-1px);box-shadow:0 0 0 2px #ffd45c2e,0 0 18px #ffd45c38}.hero-selected-badge{color:#1c1c1c;z-index:2;background:#ffd45c;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:1000;position:absolute;top:5px;right:6px}.hero-current-selection{text-align:center;background:#ffd45c1a;border:1px solid #ffd45c59;border-radius:8px;margin-top:9px;padding:7px 10px;font-size:14px;font-weight:900}.hand-card-wrapper.is-selected-guard{outline-offset:2px;border-radius:8px;outline:4px solid #70d8ff;box-shadow:0 0 18px #70d8ff6b}.guard-selection-confirm{background:#70d8ff14;border:1px solid #70d8ff80;border-radius:9px;gap:8px;padding:9px 10px;display:grid}.guard-selection-confirm>div{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.battle-visual-flow{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;width:min(100%,700px);display:flex}.battle-visual-card-group{justify-items:center;gap:5px;display:grid}.battle-visual-label{background:#ffffff1a;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:900;line-height:1.2}.battle-guard-arrow{opacity:.66;font-size:14px;font-weight:1000}.battle-guard-group{min-width:90px}.battle-guard-card-list{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:4px;max-width:250px;display:flex}.battle-guard-card-preview{width:72px;height:102px;position:relative}.battle-guard-card-scale{transform-origin:0 0;position:absolute;top:0;left:0;transform:scale(.48)}.battle-guard-card-preview.is-pending{outline-offset:2px;border-radius:7px;outline:2px dashed #70d8fff2}.battle-guard-pending-badge{z-index:3;color:#aeeaff;background:#0d1f2cf2;border-radius:4px;padding:2px 4px;font-size:9px;font-weight:1000;line-height:1.1;position:absolute;bottom:-3px;right:-3px}.guard-selection-summary,.guard-draft-settings,.guard-confirm-actions{gap:6px!important;display:grid!important}.guard-draft-settings{background:#ffffff0d;border-radius:7px;width:100%;padding:7px}.guard-draft-settings>small,.guard-selection-summary>span{opacity:.7}.guard-confirm-actions{grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.battle-result-damage{background:#ffffff14;border-radius:9px;justify-content:center;align-items:baseline;gap:8px;padding:5px 11px;display:flex}.battle-result-damage span{opacity:.72;font-size:12px;font-weight:900}.battle-result-damage strong{font-size:28px;line-height:1}.battle-result-damage.is-resolved{border:1px solid #ffffff24}.guard-confirm-card-row{justify-content:center;align-items:center;gap:10px;display:flex}.guard-confirm-card-preview{flex:none;width:66px;height:94px;position:relative}.guard-confirm-card-scale{transform-origin:0 0;position:absolute;top:0;left:0;transform:scale(.44)}.guard-confirm-copy{text-align:left;gap:3px;display:grid}.guard-confirm-copy span,.guard-confirm-copy small{opacity:.68}.guard-confirm-copy span{font-size:11px;font-weight:900}.guard-confirm-copy strong{font-size:16px}.guard-confirm-copy small{font-size:11px}@media (width<=760px){.battle-visual-flow{gap:7px}.battle-guard-card-list{max-width:160px}}.plus-attack-summary{background:#ffd95a14;border:1px solid #ffd95a8c;border-radius:10px;gap:6px;margin:8px 0;padding:8px 10px;display:grid}.plus-attack-card-names{flex-wrap:wrap;gap:5px;display:flex}.plus-attack-card-names span{background:#ffffff1a;border-radius:999px;padding:2px 7px;font-size:12px}.battle-plus-group{min-width:110px}.hand-card-wrapper.is-selected-discard{outline-offset:2px;outline:3px solid #ff8f8f}.forced-discard-panel{border:1px solid #ff8f8fa6}.hand-card-wrapper.is-selected-guard{outline-offset:2px;border-radius:10px;outline:2px solid #70d8fff2;transform:translateY(-8px);box-shadow:0 8px 18px #0000003d,0 0 14px #70d8ff57}.hand-card-wrapper.is-selected-plus{outline-offset:2px;border-radius:10px;outline:2px solid #ffd95af2;transform:translateY(-8px);box-shadow:0 8px 18px #0000003d,0 0 14px #ffd95a5c}.battle-stack-card{appearance:none;color:inherit;cursor:pointer;background:0 0;border:0;flex:none;padding:0;transition:transform .12s,filter .12s;animation:.15s ease-out battle-card-pop}.battle-stack-card:hover,.battle-stack-card:focus-visible{filter:brightness(1.08);outline:none;transform:translateY(-5px)rotate(-1deg)}.battle-stack-card:active{transform:translateY(-1px)scale(.97)}.battle-guard-card-list .battle-stack-card+.battle-stack-card,.battle-draft-card-stack .battle-stack-card+.battle-stack-card{margin-left:-20px}.battle-stack-card.is-pending{border-radius:7px;outline:none;box-shadow:0 0 0 2px #70d8ffbf,0 8px 16px #00000047}.battle-stack-card.is-plus-draft{border-radius:7px;box-shadow:0 0 0 2px #ffd95ac7,0 8px 16px #00000047}.battle-stack-index{z-index:5;box-sizing:border-box;background:#0c1117f0;border:1px solid #fff3;border-radius:999px;place-items:center;min-width:20px;height:20px;padding:0 4px;font-size:10px;font-weight:1000;line-height:1;display:grid;position:absolute;top:-5px;right:-4px}.battle-stack-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:7px;margin-top:4px;display:flex}.battle-stack-actions>span{opacity:.6;flex-basis:100%;font-size:11px}.battle-commit-button,.battle-clear-button{min-height:34px;font:inherit;cursor:pointer;border-radius:999px;padding:6px 14px;font-size:12px;font-weight:900}.battle-commit-button{color:#e9f9ff;background:#70d8ff29;border:1px solid #70d8ffb8}.battle-commit-button:disabled{cursor:not-allowed;opacity:.4}.battle-clear-button{color:inherit;background:#ffffff0d;border:1px solid #ffffff29}.guard-extra-settings{gap:7px;width:min(100%,520px);margin-top:4px;display:grid}.guard-draft-settings{background:#0000001f;border:1px solid #ffffff14}.battle-draft-composer{justify-content:center;align-items:center;gap:13px;width:min(100%,560px);padding:4px 0 8px;display:flex}.battle-draft-main-card,.battle-draft-plus-area{justify-items:center;gap:5px;display:grid}.battle-draft-plus-area{min-width:120px}.battle-draft-plus-area>small{opacity:.58;font-size:10px}.battle-draft-plus-mark{opacity:.45;font-size:28px;font-weight:1000}.battle-draft-card-stack{justify-content:center;align-items:center;min-height:102px;padding:0 16px;display:flex}.battle-draft-empty-slot{box-sizing:border-box;color:#ffe696b3;text-align:center;border:1px dashed #ffd95a61;border-radius:8px;place-items:center;width:78px;height:102px;padding:7px;font-size:11px;font-weight:800;display:grid}@keyframes battle-card-pop{0%{opacity:0;transform:translateY(12px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=760px){.battle-draft-composer{gap:7px}.battle-draft-plus-mark{font-size:22px}.battle-draft-card-stack{padding:0 8px}.battle-guard-card-list .battle-stack-card+.battle-stack-card,.battle-draft-card-stack .battle-stack-card+.battle-stack-card{margin-left:-26px}}@media (prefers-reduced-motion:reduce){.battle-stack-card{transition:none;animation:none}}.temporary-effect-row{align-items:flex-start}.temporary-effect-list{flex-wrap:wrap;gap:4px;min-width:0;display:flex}.temporary-effect-popover .info-trigger{background:0 0;border:0;padding:0}.temporary-effect-chip{color:#ffe29a;white-space:nowrap;background:#ffd6701f;border:1px solid #ffd67073;border-radius:999px;align-items:center;min-height:20px;padding:2px 7px;font-size:10px;font-weight:900;line-height:1.1;display:inline-flex}.temporary-effect-popover .info-tooltip{width:min(280px,100vw - 32px)}.battle-card-preview,.battle-guard-card-preview{cursor:help}.battle-stack-card{cursor:pointer}.battle-hover-detail{box-sizing:border-box;color:#ffffffad;background:#090d13b3;border:1px solid #ffffff1f;border-radius:9px;align-content:center;gap:5px;width:min(100%,560px);min-height:58px;margin-top:8px;padding:8px 10px;font-size:11px;line-height:1.45;display:grid}.battle-hover-detail.has-card{color:#ffffffeb;background:#121f2adb;border-color:#70d8ff52}.battle-hover-detail-heading{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.battle-hover-detail-heading strong{font-size:13px}.battle-hover-detail-heading span{background:#ffffff17;border-radius:999px;padding:1px 5px;font-size:9px;font-weight:900}.battle-hover-detail-description{font-weight:700}@media (width<=1699px) and (width>=1181px){.game-board,.game-board.log-open,.game-board.log-closed{grid-template-columns:44px minmax(0,1fr) 330px;gap:8px;padding:8px}.game-log-panel{z-index:4500;width:44px;min-width:44px}.game-log-panel.is-open{width:min(300px,100vw - 24px);min-width:0;position:fixed;top:70px;bottom:8px;left:8px;box-shadow:0 18px 48px #0000007a}.game-log-panel.is-open .game-log-content{height:100%;max-height:none}.center-area{grid-template-columns:minmax(280px,.78fr) minmax(0,1.65fr);gap:8px}.stage-zone,.battle-panel{padding:10px}.stage-network{height:clamp(340px,43vh,450px)}.stage-card{width:clamp(135px,43%,188px)}.player-panel{padding:8px}.player-panel-main{grid-template-columns:minmax(0,1fr) 58px;gap:7px}.character-portrait{width:58px;height:72px}.stat-pills{gap:4px}.stat-pill{min-height:46px;padding:5px 3px}.stat-pills b{font-size:15px}.my-area{padding:10px}.my-play-row{grid-template-columns:minmax(0,1fr) 150px;gap:8px}}@media (width<=1399px) and (width>=1181px){.game-board,.game-board.log-open,.game-board.log-closed{grid-template-columns:44px minmax(0,1fr) 300px}.center-area{grid-template-columns:minmax(250px,.72fr) minmax(0,1.58fr)}.game-brand{letter-spacing:.04em;font-size:15px}.turn-banner strong{font-size:20px}.room-meta{text-overflow:ellipsis;white-space:nowrap;max-width:180px;overflow:hidden}.section-heading h2{font-size:18px}.stage-network{height:clamp(320px,41vh,410px)}.stage-card{width:clamp(125px,44%,170px)}.stage-card-footer{min-height:42px;padding:6px 8px}.stage-card-footer strong{font-size:14px}.battle-card-preview{width:114px;height:160px}.battle-card-scale{transform:scale(.76)}}@media (height<=900px) and (width>=1181px){.game-header{min-height:44px;padding-block:2px}.stage-network{height:clamp(310px,39vh,390px)}.battle-active,.battle-target-choice,.battle-notice{min-height:220px}.player-mini-row{min-height:26px}.player-stage-text{margin-top:3px}}@media (width<=1180px){.game-board,.game-board.log-open,.game-board.log-closed{grid-template-rows:auto auto auto auto auto;grid-template-columns:44px minmax(0,1fr)}.game-header{grid-column:1/3}.game-log-panel{grid-area:2/1/6;width:44px}.game-log-panel.is-open{z-index:5000;width:min(300px,100vw - 24px);position:fixed;top:70px;bottom:8px;left:8px;box-shadow:0 18px 48px #0000007a}.center-area,.public-quest-hud,.my-area,.player-roster{grid-column:2}.center-area{grid-row:2;grid-template-columns:minmax(260px,.85fr) minmax(0,1.55fr)}.public-quest-hud{grid-row:3}.my-area{grid-row:4}.player-roster{grid-row:5;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}}.stage-help .info-tooltip{box-sizing:border-box;width:min(230px,100vw - 28px);max-width:calc(100vw - 28px)}.stage-help-0 .info-tooltip{inset:calc(100% + 7px) auto auto 50%;transform:translate(-50%)}.log-card-floating-trigger{vertical-align:baseline;outline:none;display:inline}.log-card-name{color:#ffe18a;text-underline-offset:2px;cursor:help;font-weight:900;-webkit-text-decoration:underline dotted #ffe18ab3;text-decoration:underline dotted #ffe18ab3;display:inline}.log-card-tooltip-portal{z-index:30000;color:#fff;box-sizing:border-box;text-align:left;white-space:normal;pointer-events:none;background:#080a0efa;border:1px solid #ffffff29;border-radius:9px;flex-direction:column;gap:6px;width:min(320px,100vw - 24px);max-width:calc(100vw - 24px);padding:10px 12px;font-size:12px;line-height:1.5;display:flex;position:fixed;box-shadow:0 12px 36px #00000094}.log-card-tooltip-portal strong{color:#ffe18a;font-size:13px}.log-card-tooltip-portal span{white-space:pre-line;overflow-wrap:anywhere}.remaining-damage small{opacity:.58;max-width:280px;font-size:10px;line-height:1.35}.header-actions{justify-content:flex-end;justify-self:end;align-items:center;gap:8px;min-width:0;display:flex}.codex-open-button{font-size:12px;color:#fff!important;background:#343b46!important;padding:5px 10px!important}.stage-reroll-countdown{opacity:.58;white-space:nowrap;font-size:11px}.codex-overlay{z-index:12000;box-sizing:border-box;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#04070bc2;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.codex-panel{background:#252c35;border:1px solid #ffffff2e;border-radius:14px;grid-template-rows:auto auto minmax(0,1fr);width:min(1080px,100vw - 36px);height:min(820px,100vh - 36px);display:grid;overflow:hidden;box-shadow:0 28px 90px #00000094}.codex-header{text-align:left;justify-content:space-between;align-items:center;gap:16px;padding:16px 18px 12px;display:flex}.codex-header>div{flex-direction:column;gap:2px;display:flex}.codex-header strong{font-size:20px}.codex-header span{opacity:.58;font-size:11px}.codex-close-button{width:36px;height:36px;font-size:22px;color:#fff!important;background:#151a20!important;border-radius:50%!important;padding:0!important}.codex-tabs{border-bottom:1px solid #ffffff14;gap:7px;padding:0 18px 12px;display:flex}.codex-tabs button{font-size:12px;color:#ffffffbf!important;background:#343c47!important;padding:7px 13px!important}.codex-tabs button.is-active{color:#17191d!important;background:#f2b02f!important}.codex-body{text-align:left;min-height:0;padding:16px 18px 20px;overflow-y:auto}.codex-section-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.codex-section,.codex-list-card,.codex-term-list>div{background:#1e242c;border:1px solid #ffffff14;border-radius:10px}.codex-section{padding:13px 14px}.codex-section h3{color:#ffd974;margin:0 0 7px;font-size:14px}.codex-section p{color:#ffffffc7;margin:5px 0;font-size:12px;line-height:1.6}.codex-term-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.codex-term-list>div{grid-template-columns:110px minmax(0,1fr);gap:10px;padding:10px 12px;display:grid}.codex-term-list strong{color:#ffd974;font-size:12px}.codex-term-list span{color:#ffffffc7;font-size:12px;line-height:1.5}.codex-card-tools{z-index:5;background:#252c35;gap:8px;margin:-4px 0 12px;padding:10px 0;display:grid;position:sticky;top:-16px}.codex-card-search{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.codex-card-search input,.codex-card-filters select{box-sizing:border-box;color:#fff;background:#151a20;border:1px solid #ffffff24;border-radius:8px;min-width:0;padding:9px 11px}.codex-card-search input{width:100%}.codex-card-search span{opacity:.6;white-space:nowrap;font-size:11px}.codex-card-filters{flex-wrap:wrap;align-items:end;gap:8px;display:flex}.codex-card-filters label{color:#ffffffa6;gap:3px;min-width:122px;font-size:10px;font-weight:800;display:grid}.codex-card-filters select{width:100%;padding-block:7px;font-size:12px}.codex-filter-reset{font-size:11px;color:#fff!important;background:#3b4450!important;padding:7px 10px!important}.codex-card-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.codex-stage-list{grid-template-columns:repeat(3,minmax(0,1fr))}.codex-list-card{min-width:0;padding:10px 12px}.codex-list-card-heading{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.codex-list-card-heading strong,.codex-list-card>strong{color:#fff;font-size:13px}.codex-list-card-heading span,.codex-list-card-stats span{background:#ffffff14;border-radius:999px;padding:2px 5px;font-size:9px;font-weight:900}.codex-list-card-stats{flex-wrap:wrap;gap:5px;margin-top:6px;display:flex}.codex-list-card p,.codex-list-card>span{color:#ffffffb8;margin:7px 0 0;font-size:11px;line-height:1.55;display:block}@media (width<=1399px){.header-actions{gap:5px}.stage-reroll-countdown{display:none}.codex-section-grid,.codex-card-list,.codex-stage-list,.codex-term-list{grid-template-columns:minmax(0,1fr)}}@media (width<=760px){.codex-overlay{padding:8px}.codex-panel{width:calc(100vw - 16px);height:calc(100vh - 16px)}.codex-header{padding-inline:12px}.codex-tabs{padding-inline:12px;overflow-x:auto}.codex-body{padding-inline:12px}.codex-term-list>div{grid-template-columns:82px minmax(0,1fr)}}.codex-card-entry,.codex-stage-card{grid-template-columns:72px minmax(0,1fr);align-items:start;gap:10px;display:grid}.codex-list-card-content{flex-direction:column;gap:6px;min-width:0;display:flex}.codex-thumbnail{color:#fff9;background:#161b21;border-radius:8px;place-items:center;width:72px;height:72px;font-size:22px;font-weight:900;display:grid;position:relative;overflow:hidden}.codex-thumbnail-fallback{z-index:0;position:relative}.codex-thumbnail img{z-index:1;object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.codex-stage-thumbnail{aspect-ratio:16/9;height:auto;min-height:48px}.codex-stage-thumbnail img{object-fit:cover}@media (width<=700px){.codex-card-entry,.codex-stage-card{grid-template-columns:58px minmax(0,1fr)}.codex-thumbnail{width:58px;height:58px}.codex-stage-thumbnail{height:auto;min-height:40px}}@media (width<=760px){.codex-card-search{grid-template-columns:minmax(0,1fr)}.codex-card-filters{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.codex-card-filters label{min-width:0}.codex-filter-reset{align-self:end}.public-quest-hud{flex-wrap:wrap;gap:6px;padding:7px 9px}.public-quest-name{font-size:14px}.public-quest-condition{flex:150px}.public-quest-progress-list{justify-content:flex-start;width:100%;margin-left:0}}.game-board{background:radial-gradient(circle at 50% 0,#2d4d6a3d,#0000 34%),linear-gradient(#19242f 0%,#111922 100%);grid-template-rows:66px minmax(0,1fr) auto;grid-template-columns:64px minmax(0,1fr) 330px;gap:6px;height:100svh;min-height:100svh;padding:6px;overflow:hidden}.game-header{grid-area:1/1/auto/4;grid-template-columns:minmax(200px,.8fr) minmax(420px,1.8fr) minmax(220px,.72fr);align-items:stretch;gap:8px;min-height:0;padding:0;display:grid}.game-brand-block,.turn-banner,.public-quest-hud{box-sizing:border-box;background:#0f1d2aeb;border:1px solid #8abce047;border-radius:8px;min-width:0}.game-brand-block{align-content:center;gap:4px;padding:7px 10px;display:grid}.game-brand{letter-spacing:.03em;opacity:.95;white-space:nowrap;text-overflow:ellipsis;font-size:clamp(14px,1.25vw,20px);overflow:hidden}.game-header-meta{align-items:center;gap:7px;min-width:0;display:flex}.codex-open-button{border-radius:5px!important;padding:3px 8px!important;font-size:10px!important}.room-meta{opacity:.45;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:9px;overflow:hidden}.public-quest-hud{grid-area:auto;grid-template-rows:1fr;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;min-height:0;padding:6px 9px;display:grid;overflow:visible}.public-quest-hud.is-empty{color:#ffffff80;place-items:center;font-size:11px;display:grid}.public-quest-title-row{white-space:nowrap;align-items:center;gap:5px;display:flex}.public-quest-name{color:#ffe28a;font-size:11px}.public-quest-main{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:7px;min-width:0;display:grid}.public-quest-main>strong{white-space:nowrap;font-size:13px}.public-quest-condition{opacity:.82;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:10px;font-weight:700;overflow:hidden}.public-quest-reward{color:#ffe29a;white-space:nowrap;font-size:11px}.public-quest-progress-list{grid-template-columns:repeat(2,auto);justify-content:end;gap:3px 5px;margin:0;display:grid}.public-quest-progress{min-height:18px;padding:1px 5px;font-size:9px}.turn-banner{text-align:center;border-color:#f5ca568c;align-content:center;place-items:center;gap:1px;padding:5px 8px;display:grid}.turn-banner strong{color:#ffe29a;font-size:18px;line-height:1.05}.turn-banner span{opacity:.9;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:11px;overflow:hidden}.turn-banner small{opacity:.46;font-size:8px}.game-log-panel{background:#0f1b27eb;border-radius:8px;grid-area:2/1/4;align-self:stretch;width:auto;min-width:0;overflow:visible}.game-log-panel.is-closed{background:#0f1b27db}.game-log-toggle{flex-direction:column;justify-content:flex-start;align-items:center;gap:10px;width:48px;height:calc(100% - 16px);min-height:120px;top:8px;left:7px;right:auto;color:#fff!important;background:#172c3eeb!important;border:0!important;border-radius:7px!important;padding:8px 4px!important;display:flex!important;transform:none!important}.game-log-panel.is-open .game-log-toggle{justify-content:center;width:30px;height:30px;min-height:0;left:auto;right:8px;padding:0!important}.game-log-toggle-arrow{font-size:24px;line-height:1}.game-log-toggle-label{writing-mode:vertical-rl;text-orientation:upright;letter-spacing:.08em;font-size:14px;font-weight:900}.game-log-content{max-height:calc(100svh - 84px);padding:44px 8px 8px}.center-area{grid-area:2/2;grid-template-rows:auto minmax(240px,1fr);grid-template-columns:minmax(0,1fr);gap:6px;min-height:0;display:grid;overflow:hidden}.stage-zone,.battle-panel,.my-area,.player-panel{background:#152635f0;border-color:#8abce038;border-radius:8px}.stage-zone{min-height:0;padding:6px}.stage-zone>.section-heading{display:none}.stage-network,.stage-network.stage-network-triangle{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;width:100%;height:auto;min-height:0;margin:0;display:grid;position:relative;overflow:visible}.stage-card,.stage-position-0,.stage-position-1,.stage-position-2{border-width:1px;border-radius:7px;width:auto;min-width:0;max-width:none;position:relative;inset:auto;transform:none}.stage-image-wrap{aspect-ratio:auto;border-radius:6px 6px 0 0;height:clamp(108px,12.5svh,136px);overflow:visible}.stage-image-wrap>img{border-radius:6px 6px 0 0}.stage-card-footer{background:#2b3c4bf5;border-radius:0 0 6px 6px;min-height:28px;padding:4px 7px}.stage-card-footer strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;overflow:hidden}.stage-card-footer button{padding:3px 6px;font-size:9px}.stage-occupants{gap:3px;bottom:5px;left:6px}.stage-player-badge{min-width:24px;padding:2px 5px;font-size:9px}.stage-help{top:auto;bottom:5px;right:5px}.stage-help-mark{width:19px;height:19px;font-size:10px}.stage-arrow{display:none}.battle-panel{min-height:0;padding:8px;overflow:auto}.battle-heading{display:none}.battle-active,.battle-target-choice,.battle-notice{min-height:210px}.battle-notice{opacity:.58;gap:5px}.battle-notice span{opacity:.62;font-size:11px}.battle-hover-detail{width:min(100%,620px);min-height:0;margin:6px auto 0;padding:6px 9px}.player-roster{flex-direction:column;grid-area:2/3/4;align-self:stretch;gap:5px;min-height:0;max-height:calc(100svh - 78px);padding-right:1px;display:flex;overflow-y:auto}.player-panel{--seat-color:#78828f;border-left:3px solid var(--seat-color);background:#1a3042f7;flex:none;padding:6px;transition:background .12s,box-shadow .12s}.player-panel.is-turn{box-shadow:inset 0 0 0 2px var(--seat-color), 0 0 12px #ffffff14;background:#243e51fc;transform:none}.player-panel.is-turn:after{display:none}.player-panel.is-self{border-color:#f2c34f;box-shadow:inset 0 0 0 1px #f2c34f61}.player-panel-heading{align-items:center;gap:5px;min-height:24px;margin:0 0 5px;display:flex}.player-seat-badge,.player-self-label{background:var(--seat-color);color:#111;border-radius:4px;flex:none;padding:2px 5px;font-size:10px;font-weight:1000}.player-self-label{color:#ffe29a;background:#f2c34f29}.player-panel-heading strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:130px;font-size:13px;overflow:hidden}.player-detail-toggle{margin-left:auto;color:#ffffffd1!important;background:#ffffff14!important;border-color:#ffffff2e!important;padding:3px 6px!important;font-size:9px!important;transform:none!important}.player-panel-main{grid-template-columns:64px minmax(0,1fr);align-items:center;gap:7px;display:grid}.character-portrait{border-radius:5px;align-self:center;width:64px;height:68px}.player-hero-line{color:#ffffff94;align-items:center;gap:5px;margin-bottom:4px;font-size:9px;display:flex}.player-hero-line span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.player-hero-line b{color:#ffffffe6;white-space:nowrap;margin-left:auto;font-size:10px}.player-core-stats{grid-template-columns:minmax(0,1.45fr) minmax(0,.8fr);gap:4px;margin-bottom:5px;display:grid}.player-core-stat{box-sizing:border-box;background:#0810187a;border:1px solid #ffffff21;border-radius:5px;justify-content:space-between;align-items:center;gap:5px;min-width:0;min-height:28px;padding:3px 6px;display:flex}.player-core-stat span{opacity:.78;font-size:9px}.player-core-stat b{font-size:18px;line-height:1}.player-core-stat.is-danger{background:#84202059;border-color:#ff6060b8}.player-panel .stat-fate{align-items:center;gap:5px;min-width:0;min-height:20px;display:flex}.player-panel .fate-label{color:#ffe29a;flex:none;font-size:9px}.player-panel .fate-gauge{gap:1px;min-width:0;height:8px}.player-panel .fate-gauge-segment{background:#ffffff1f;border-color:#ffffff2e}.player-panel .fate-help{flex-basis:15px;width:15px;height:15px}.player-panel .fate-help .info-trigger{font-size:8px;width:15px!important;min-width:15px!important;height:15px!important}.player-compact-statuses,.player-detail-row{align-items:center;gap:5px;min-width:0;display:flex}.player-compact-statuses{border-top:1px solid #ffffff12;min-height:22px;margin-top:5px;padding-top:4px}.player-panel.is-compact .player-compact-statuses .status-popover .asset-icon{width:18px;height:18px}.player-expanded-details{border-top:1px solid #ffffff17;gap:4px;margin-top:5px;padding-top:5px;display:grid}.player-detail-row{min-height:22px;font-size:9px}.player-detail-row .mini-label,.player-compact-statuses .mini-label{flex:0 0 28px;font-size:8px}.player-exp-track{background:#ffffff1f;border-radius:99px;flex:auto;height:7px;position:relative;overflow:hidden}.player-exp-track>span{border-radius:inherit;background:linear-gradient(90deg,#57b9e7,#9fdcff);height:100%;display:block}.player-exp-row>b{opacity:.72;flex:none;font-size:8px}.player-resource-row{flex-wrap:wrap;gap:4px;display:flex}.player-resource-row>span{white-space:nowrap;background:#ffffff12;border-radius:4px;padding:2px 5px;font-size:8px}.player-panel .asset-icon{width:24px;height:24px}.player-panel .status-popover .asset-icon{width:20px;height:20px}.my-area{grid-area:3/2;min-width:0;padding:6px}.my-area-toolbar{border-bottom:1px solid #ffffff14;align-items:center;gap:7px;min-height:30px;padding-bottom:5px;display:flex}.normal-action-summary{align-items:center;gap:6px;min-width:0;display:flex}.normal-action-summary strong{letter-spacing:.04em;font-size:11px}.normal-action-summary b{color:#bceaff;background:#54a0d02e;border-radius:4px;padding:2px 6px;font-size:10px}.normal-action-summary span{opacity:.55;white-space:nowrap;font-size:9px}.turn-end-button{color:#ffffffb8!important;background:#ffffff17!important;border-color:#ffffff1f!important;padding:5px 9px!important;font-size:9px!important;transform:none!important}.my-play-row{grid-template-columns:minmax(0,1fr) 68px;align-items:stretch;gap:6px;margin-top:5px}.hand-zone{min-width:0}.hand-zone-heading{align-items:center;gap:8px;min-height:22px;margin-bottom:4px;display:flex}.hand-zone-heading .zone-label{opacity:.9;letter-spacing:.02em;margin:0;font-size:11px}.hand-action-note{opacity:.45;margin-left:auto;font-size:8px}.hand-action-row{grid-template-columns:minmax(0,1fr) 128px;align-items:stretch;gap:8px;min-width:0;display:grid}.hand-scroll-shell{min-width:0;padding-inline:26px}.move-action-card{box-sizing:border-box;grid-template-rows:1fr auto auto auto 1fr;align-content:center;align-self:stretch;place-items:center;gap:4px;width:128px;min-width:128px;height:235px;box-shadow:inset 0 0 0 3px #ffffff3d;color:#163044!important;background:linear-gradient(#dfe8ec 0%,#b9cbd5 100%)!important;border:2px solid #80bae075!important;border-radius:9px!important;padding:10px 8px!important;display:grid!important;transform:none!important}.move-action-card:before{content:"ACTION";letter-spacing:.09em;opacity:.66;border-bottom:1px solid #1630442e;place-self:start stretch;padding-bottom:5px;font-size:8px}.move-action-card.is-selected{box-shadow:0 0 0 3px #7fe5b52e,inset 0 0 0 3px #ffffff47;border-color:#7fe5b5!important}.move-action-icon{font-size:32px;line-height:1}.move-action-card strong{letter-spacing:.05em;font-size:17px}.move-action-card>span:not(.move-action-icon){font-size:9px;font-weight:700;line-height:1.35}.move-action-card>b{color:#145f84;font-size:10px}.card-detail-panel{display:none}.interaction-lock-message{inset:45% auto auto 50%}@media (width<=1399px) and (width>=1181px){.game-board,.game-board.log-closed{grid-template-columns:56px minmax(0,1fr) 300px}.game-board.log-open{grid-template-columns:240px minmax(0,1fr) 300px}.game-header{grid-template-columns:minmax(180px,.72fr) minmax(360px,1.65fr) minmax(190px,.7fr)}.public-quest-main>strong{font-size:11px}.public-quest-condition,.public-quest-reward{font-size:9px}.player-roster{gap:4px}.player-panel{padding:5px}.player-panel-main{grid-template-columns:50px minmax(0,1fr);gap:5px}.character-portrait{width:50px;height:54px}.player-panel.is-expanded .character-portrait{width:58px;height:64px}.player-panel.is-expanded .player-panel-main{grid-template-columns:58px minmax(0,1fr)}.player-core-stat{min-height:25px;padding-inline:4px}.player-core-stat b{font-size:13px}.player-panel-heading strong{max-width:110px;font-size:12px}.hand-action-row{grid-template-columns:minmax(0,1fr) 116px;gap:6px}.move-action-card{width:116px;min-width:116px}}@media (height<=900px) and (width>=1181px){.game-board{grid-template-rows:58px minmax(0,1fr) auto}.stage-image-wrap{aspect-ratio:auto;height:clamp(92px,11svh,112px)}.battle-active,.battle-target-choice,.battle-notice{min-height:180px}.hand,.move-action-card{height:205px;min-height:205px}.hand .game-card{transform-origin:0 0;margin-bottom:-21px;margin-right:-15px;transform:scale(.9)}}@media (width<=1180px){.game-board,.game-board.log-open,.game-board.log-closed{grid-template-rows:auto auto auto auto;grid-template-columns:46px minmax(0,1fr);height:auto;min-height:100svh;overflow:visible}.game-header{grid-column:1/3;grid-template-columns:minmax(150px,.8fr) minmax(0,1.8fr) minmax(150px,.75fr)}.game-log-panel{grid-area:2/1/5}.center-area{grid-area:2/2}.my-area{grid-area:3/2}.player-roster{grid-area:4/2;grid-template-columns:repeat(2,minmax(0,1fr));max-height:none;display:grid;overflow:visible}.public-quest-progress-list{display:none}.public-quest-hud{grid-template-columns:auto minmax(0,1fr)}.hand-action-row{grid-template-columns:minmax(0,1fr) 110px}.move-action-card{width:110px;min-width:110px}}@media (width<=760px){.game-header{grid-template-columns:minmax(0,1fr) auto;min-height:56px}.public-quest-hud{grid-area:2/1/auto/3;min-height:44px}.game-board,.game-board.log-open,.game-board.log-closed{grid-template-rows:auto auto auto auto auto}.center-area{grid-row:3}.my-area{grid-row:4}.player-roster{grid-row:5;grid-template-columns:1fr}.game-log-panel{grid-row:3/6}.stage-network,.stage-network.stage-network-triangle{gap:4px}.stage-image-wrap{aspect-ratio:4/3}.stage-card-footer strong{font-size:10px}.normal-action-summary span,.hand-action-note{display:none}.my-play-row{grid-template-columns:minmax(0,1fr) 52px}.hand-action-row{grid-template-columns:minmax(0,1fr) 92px}.move-action-card{width:92px;min-width:92px}}.game-card{--card-accent:#d5ad42;background:#f8f6ef;border-radius:9px}.game-card:after{content:"";z-index:30;pointer-events:none;border:3px solid color-mix(in srgb, var(--card-accent) 84%, white 16%);box-sizing:border-box;border-radius:8px;position:absolute;inset:2px}.game-card.is-hero-source:after{box-shadow:inset 0 0 0 2px #975de08c,0 0 7px #975de047}.game-card .card-type{background:var(--card-accent);color:#fff;text-shadow:0 1px 1px #00000073;border-radius:3px}.turn-transition-overlay{box-sizing:border-box;background:#05080c14;place-items:start center;padding-top:76px}.turn-transition-card{letter-spacing:.02em;background:#101f2cf5;border-width:1px;border-radius:999px;min-width:0;max-width:min(520px,100vw - 48px);padding:8px 18px;font-size:clamp(15px,1.7vw,21px);box-shadow:0 8px 28px #00000061}.public-quest-help .info-tooltip,.stage-help-0 .info-tooltip{inset:calc(100% + 6px) auto auto 0;transform:none}.stage-help-1 .info-tooltip{inset:calc(100% + 6px) auto auto 50%;transform:translate(-50%)}.stage-help-2 .info-tooltip{inset:calc(100% + 6px) 0 auto auto;transform:none}@media (width>=1181px){.battle-panel{overflow:hidden}.battle-active{text-align:left;grid-template-rows:auto minmax(0,1fr);grid-template-columns:minmax(230px,.35fr) minmax(360px,.65fr);justify-content:stretch;align-items:start;gap:8px 18px;width:100%;min-width:0;display:grid}.battle-active>.battle-route{grid-area:1/1/auto/-1;justify-content:flex-start;width:100%}.battle-active>.battle-visual-flow{box-sizing:border-box;grid-area:2/1/span 5;place-content:flex-start;align-items:flex-start;gap:9px;width:100%;min-width:0;max-width:none;max-height:200px;padding:4px 8px 4px 2px;overflow:auto}.battle-active>.remaining-damage,.battle-active>.death-notice,.battle-active>.guard-controls,.battle-active>.battle-waiting,.battle-active>.battle-result-damage{box-sizing:border-box;grid-column:2;width:100%;min-width:0}.battle-active>.remaining-damage{background:#07111a61;border:1px solid #70d8ff38;border-radius:9px;align-items:flex-start;padding:10px 12px}.battle-active>.remaining-damage strong{font-size:clamp(30px,2.7vw,42px)}.battle-active>.death-notice,.battle-active>.battle-waiting{text-align:left}.battle-active>.guard-controls{text-align:left;justify-content:flex-start;align-items:stretch;max-height:200px;padding:2px 4px 4px 0;overflow-y:auto}.guard-controls p{text-align:left}.guard-battle-actions{z-index:3;background:#142533f7;border:1px solid #70d8ff33;border-radius:8px;justify-content:flex-start;padding:7px;position:sticky;top:0}.guard-battle-actions.is-idle{opacity:.82}.guard-controls>.subtle-button{z-index:3;background:#142533fa;align-self:flex-start;margin-top:3px;position:sticky;bottom:0}.battle-target-choice{text-align:left;box-sizing:border-box;grid-template-columns:minmax(230px,.35fr) minmax(360px,.65fr);grid-auto-rows:min-content;justify-content:stretch;place-items:start stretch;gap:8px 18px;width:100%;min-width:0;padding:4px 2px;display:grid;overflow-y:auto}.battle-target-choice>*{grid-column:2;min-width:0}.battle-target-choice>.battle-draft-composer{box-sizing:border-box;flex-wrap:wrap;grid-area:1/1/span 50;justify-content:flex-start;align-self:start;align-items:flex-start;width:100%;min-width:0;max-width:none;padding:3px 8px 3px 2px}.battle-target-choice .target-buttons{justify-content:flex-start}.battle-target-choice>.subtle-button{justify-self:start}.battle-last-action>.battle-result-damage{text-align:left;place-self:start stretch;margin:0;padding:10px 12px}.battle-hover-detail{flex:none;width:100%;max-height:62px;margin-top:5px;overflow:auto}.battle-log-box{flex:none;width:100%;max-height:72px;margin:5px 0 0;padding:7px 10px;overflow:auto}.battle-panel.is-pending-attack .battle-hover-detail,.battle-panel.is-pending-attack .battle-log-box,.battle-panel.is-targeting-action .battle-hover-detail{width:65%;margin-left:auto;margin-right:0}.public-quest-name{font-size:12px;font-weight:900}.public-quest-main>strong{font-size:13px}.public-quest-condition,.public-quest-reward{font-size:11px}.player-panel .fate-label{font-size:10px;font-weight:800}.player-panel .fate-gauge{height:9px}.hand-zone-heading .zone-label{font-size:12px;font-weight:800}.hand-card-wrapper{width:162px;height:227px}.hand .game-card{transform-origin:0 0;transform:scale(1.08)}.battle-active>.remaining-damage{min-height:66px}}@media (height<=900px) and (width>=1181px){.hand-card-wrapper{width:135px;height:189px}.hand .game-card{transform-origin:0 0;margin-bottom:0;margin-right:0;transform:scale(.9)}}.info-tooltip-portal{z-index:20000;box-sizing:border-box;pointer-events:none;white-space:normal;overflow-wrap:anywhere;word-break:normal;width:min(340px,100vw - 24px);max-width:calc(100vw - 24px);max-height:min(280px,100vh - 24px);display:flex;position:fixed;inset:auto;overflow:auto;transform:none}.info-tooltip-portal>span{white-space:pre-line}.info-tooltip-context-public-quest-help{width:min(360px,100vw - 24px)}.info-tooltip-context-stage-help,.info-tooltip-context-fate-help,.info-tooltip-context-status-popover,.info-tooltip-context-temporary-effect-popover{width:min(300px,100vw - 24px)}@media (width>=1181px){.battle-active>.battle-visual-flow{scrollbar-gutter:stable;flex-wrap:nowrap;grid-area:2/1;gap:8px;min-height:190px;max-height:190px;padding:3px 8px 3px 2px;overflow:auto hidden}.battle-active>.battle-visual-flow .battle-guard-card-list{flex-wrap:nowrap;justify-content:flex-start;max-width:220px;padding:2px;overflow:auto hidden}.battle-resolution-column{flex-direction:column;grid-area:2/2;gap:6px;min-width:0;height:190px;min-height:190px;display:flex;overflow:hidden}.battle-resolution-column>.remaining-damage{box-sizing:border-box;background:#07111a61;border:1px solid #70d8ff38;border-radius:8px;flex:none;justify-content:center;align-items:flex-start;width:100%;min-height:55px;padding:7px 10px}.battle-resolution-column>.remaining-damage span{font-size:12px}.battle-resolution-column>.remaining-damage strong{font-size:31px;line-height:1}.battle-resolution-column>.remaining-damage small{opacity:.65;margin-top:2px;font-size:9px;line-height:1.25}.battle-resolution-column>.death-notice{text-align:left;flex:none;margin:0;padding:5px 8px;font-size:10px;line-height:1.25}.battle-resolution-column>.battle-waiting{background:#08101847;border:1px solid #ffffff14;border-radius:8px;flex:auto;place-items:center start;min-height:0;padding:8px 10px;display:grid}.battle-resolution-column>.guard-controls{text-align:left;flex:auto;grid-template-rows:auto minmax(0,1fr) auto;align-items:stretch;gap:5px;min-height:0;max-height:none;padding:0;display:grid;overflow:hidden}.guard-controls-intro{min-width:0;padding:3px 6px}.guard-controls-intro p{opacity:.76;text-align:left;margin:0;font-size:11px;line-height:1.25}.guard-extra-settings{min-height:0;max-height:none;padding-right:3px;overflow:hidden auto}.guard-resolution-bar{box-sizing:border-box;background:#0c1a26fa;border:1px solid #70d8ff38;border-radius:8px;grid-row:3;justify-content:space-between;align-items:center;gap:8px;min-width:0;padding:6px 7px;display:flex}.guard-resolution-summary{opacity:.78;white-space:nowrap;flex:none;font-size:10px;font-weight:800}.guard-resolution-buttons{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:5px;min-width:0;display:flex}.guard-resolution-buttons button{white-space:nowrap;border-radius:6px;padding:6px 9px;font-size:11px;line-height:1.2}.battle-resolve-button{color:#fff!important;background:#762d27eb!important;border-color:#d466548c!important}.battle-resolve-button:disabled{background:#5050508c!important}.battle-panel.is-pending-attack .battle-hover-detail,.battle-panel.is-pending-attack .battle-log-box{width:64%;margin-left:auto;margin-right:0;position:static}.battle-panel.is-pending-attack .battle-hover-detail{max-height:54px}.battle-panel.is-pending-attack .battle-log-box{max-height:58px}.battle-target-choice{grid-template-columns:minmax(250px,.36fr) minmax(420px,.64fr)}.battle-active{grid-template-rows:auto minmax(178px,auto);grid-template-columns:minmax(300px,.4fr) minmax(430px,.6fr);gap:7px 14px;overflow:visible}.battle-active>.battle-visual-flow{scrollbar-gutter:auto;flex-wrap:wrap;grid-area:2/1;place-content:flex-start;align-items:flex-start;gap:8px;min-height:176px;max-height:none;padding:2px 8px 4px 2px;display:flex;overflow:visible}.battle-active>.battle-visual-flow .battle-visual-card-group,.battle-active>.battle-visual-flow .battle-guard-arrow{flex:none}.battle-card-preview{width:108px;height:152px}.battle-card-scale{transform:scale(.72)}.battle-active>.battle-visual-flow .battle-guard-card-list{flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;max-width:210px;padding:2px 10px 2px 2px;display:flex;overflow:visible}.battle-active>.battle-visual-flow .battle-guard-card-preview{flex:0 0 62px;width:62px;height:88px}.battle-active>.battle-visual-flow .battle-guard-card-scale{transform:scale(.4133)}.battle-active>.battle-visual-flow .battle-guard-card-preview+.battle-guard-card-preview{margin-left:-27px}.battle-active>.battle-visual-flow .battle-stack-index{top:-3px;right:-2px}.battle-resolution-column{height:auto;min-height:176px;overflow:visible}.battle-resolution-column>.guard-controls{flex-direction:column;gap:5px;min-height:0;max-height:none;display:flex;overflow:visible}.guard-controls-intro{flex:none;padding:2px 6px}.guard-inline-card-detail{background:#ffffff09;border-radius:6px;grid-template-columns:auto minmax(0,1fr);align-items:baseline;gap:4px 8px;min-width:0;padding:3px 6px;display:grid}.guard-inline-card-detail strong{white-space:nowrap;font-size:11px}.guard-inline-card-detail span{opacity:.76;overflow-wrap:anywhere;min-width:0;font-size:10px;line-height:1.25}.guard-resolution-bar{flex:none;grid-row:auto;margin-top:auto}.battle-target-choice{overflow:visible}.battle-hover-detail,.battle-log-box{max-height:none;overflow:visible}.battle-panel.is-pending-attack .battle-hover-detail,.battle-panel.is-pending-attack .battle-log-box{display:none}}.info-popover>.info-tooltip{display:none!important}.public-quest-hud{background:linear-gradient(90deg,#6247114d,#0f1d2af5 19%,#0f1d2af5);border-color:#f5ca56b8;position:relative;box-shadow:inset 0 0 0 1px #ffe28a14,0 0 14px #f5ca5614}.public-quest-title-row{padding-left:0}.public-quest-name{letter-spacing:.02em;text-shadow:0 1px 8px #f2c34f47;font-size:13px}.public-quest-main>strong{color:#fff4cf;letter-spacing:.01em;font-size:15px}.public-quest-reward{background:#f2c34f1f;border-radius:5px;padding:2px 5px;font-size:12px;font-weight:950}.public-quest-progress{min-height:20px;font-size:9.5px;font-weight:950}@media (width>=1181px){.battle-active{grid-template-rows:auto minmax(194px,auto);grid-template-columns:minmax(315px,.39fr) minmax(430px,.61fr)}.battle-active>.battle-visual-flow{gap:10px;min-height:194px}.battle-card-preview{width:124px;height:174px}.battle-card-scale{transform:scale(.8267)}.battle-active>.battle-visual-flow .battle-guard-card-list{max-width:220px;padding-right:8px}.battle-active>.battle-visual-flow .battle-guard-card-preview{flex-basis:70px;width:70px;height:98px}.battle-active>.battle-visual-flow .battle-guard-card-scale{transform:scale(.4667)}.battle-active>.battle-visual-flow .battle-guard-card-preview+.battle-guard-card-preview{margin-left:-22px}.battle-resolution-column{min-height:194px}.guard-resolution-bar{background:#081520fa;border-color:#70d8ff4d}.guard-resolution-buttons{flex-wrap:nowrap}.battle-commit-button:not(:disabled){box-shadow:0 0 0 1px #70d8ff1f,0 4px 14px #3ebce629;color:#0c2533!important;background:linear-gradient(#dff8ff,#b9eaff)!important;border-color:#74deffdb!important;font-weight:950!important}.battle-clear-button{color:#ffffffc7!important;background:#ffffff12!important;border-color:#ffffff29!important}.battle-resolve-button{color:#ffffffd6!important;box-shadow:none!important;background:#ffffff14!important;border-color:#ffffff2e!important}.battle-resolve-button:hover:not(:disabled){background:#ffffff21!important}.battle-resolve-button.is-lethal{color:#ffe6e2!important;background:#712b26c2!important;border-color:#e2685bad!important}.battle-panel.is-pending-attack .battle-log-box,.battle-panel.is-targeting-action .battle-log-box{display:none}}.public-quest-hud{box-shadow:inset 0 0 0 1px #ffe28a1f,0 0 16px #f5ca561c}.public-quest-name{font-size:14px;font-weight:950}.public-quest-main>strong{color:#fff2bd;text-shadow:0 1px 8px #f2c34f2e;font-size:16px;font-weight:950}.public-quest-condition{opacity:1;font-size:12.5px;font-weight:900}.public-quest-reward{border:1px solid #f2c34f38;padding:3px 7px;font-size:12.5px;font-weight:950}.public-quest-progress{min-height:21px;font-size:10px}.game-card{--card-accent:#c69738;isolation:isolate;background:#0b1724;border-radius:0;flex:0 0 150px;width:150px;height:210px;position:relative;overflow:visible}.game-card.card-kind-attack{--card-accent:#c84e4e}.game-card.card-kind-guard{--card-accent:#438ccb}.game-card.card-kind-special{--card-accent:#8062b8}.game-card.card-kind-item{--card-accent:#4b9a6a}.game-card.card-kind-plus{--card-accent:#c69738}.game-card .card-frame{object-fit:fill;pointer-events:none;z-index:10;width:100%;height:100%;image-rendering:pixelated;position:absolute;inset:0}.game-card .card-illustration{object-fit:cover;object-position:center;clip-path:polygon(4% 0,96% 0,100% 4%,100% 96%,96% 100%,4% 100%,0 96%,0 4%);z-index:1;image-rendering:auto;width:120px;height:114px;position:absolute;top:14.7px;left:14.7px}.game-card .card-accent-art,.game-card .card-accent-top,.game-card .card-accent-name,.game-card .card-accent-type,.game-card .card-accent-value{pointer-events:none;z-index:12;display:block;position:absolute}.game-card .card-accent-art{box-sizing:border-box;border:1.5px solid color-mix(in srgb, var(--card-accent) 82%, white 18%);clip-path:polygon(4% 0,96% 0,100% 4%,100% 96%,96% 100%,4% 100%,0 96%,0 4%);opacity:.9;width:122.4px;height:116px;top:13.8px;left:13.8px}.game-card .card-accent-top{background:color-mix(in srgb, var(--card-accent) 88%, white 12%);opacity:.92;width:64px;height:2px;top:8.2px;left:43px;box-shadow:0 1px #ffffff21}.game-card .card-accent-name{background:var(--card-accent);opacity:.9;height:1.5px;top:140.6px;left:22px;right:22px}.game-card .card-accent-type{box-sizing:border-box;border:1.5px solid var(--card-accent);clip-path:polygon(0 0,88% 0,100% 50%,88% 100%,0 100%,5% 50%);opacity:.92;width:44px;height:16px;top:177px;left:16px}.game-card .card-accent-value{box-sizing:border-box;border:1.5px solid var(--card-accent);clip-path:polygon(12% 0,100% 0,95% 50%,100% 100%,12% 100%,0 50%);opacity:.92;width:44px;height:16px;top:177px;right:16px}.game-card .card-name{color:#f3f7fa;letter-spacing:.01em;text-align:center;white-space:nowrap;text-overflow:ellipsis;text-shadow:0 1px 2px #07111a;z-index:20;justify-content:center;align-items:center;height:11px;font-size:11px;font-weight:900;line-height:1;display:flex;position:absolute;top:130px;left:19px;right:19px;overflow:hidden}.game-card .card-name.is-name-long{letter-spacing:-.02em;font-size:9.5px}.game-card .card-name.is-name-very-long{letter-spacing:-.04em;font-size:8px}.game-card .card-description{box-sizing:border-box;color:#12283a;text-align:center;-webkit-line-clamp:3;width:116px;height:27px;text-shadow:none;z-index:20;-webkit-box-orient:vertical;padding:2px 5px;font-size:7px;font-weight:800;line-height:1.13;display:-webkit-box;position:absolute;top:145px;left:17px;overflow:hidden}.game-card .card-type{color:#f7fbfd;letter-spacing:-.02em;white-space:nowrap;text-shadow:0 1px 2px #07111a;z-index:20;background:0 0;border-radius:0;justify-content:center;align-items:center;width:41px;height:14px;padding:0;font-size:7px;font-weight:950;line-height:1;display:flex;position:absolute;top:178px;left:17px}.game-card .card-value{color:#fff;letter-spacing:-.03em;text-shadow:0 1px 2px #07111a;z-index:20;justify-content:center;align-items:center;width:41px;height:16px;font-size:12px;font-weight:950;line-height:1;display:flex;position:absolute;top:177px;right:17px}.game-card .card-value.is-wide-value{letter-spacing:-.06em;font-size:9px}.game-card .card-tp-cost{box-sizing:border-box;color:#f5f8fa;text-shadow:0 1px 1px #000;z-index:21;background:#081724eb;border:1px solid #d6e2e8e6;border-radius:2px;justify-content:center;align-items:center;min-width:31px;height:15px;padding:0 4px;font-size:8px;font-weight:950;line-height:1;display:flex;position:absolute;top:16px;right:16px;box-shadow:inset 0 0 0 1px #c6a34a6b}.game-card:after{content:"";z-index:30;pointer-events:none;box-sizing:border-box;border:1px solid #0000;position:absolute;inset:3px}.game-card.is-hero-source:after{border-color:#e3c971b8;box-shadow:inset 0 0 0 1px #8062b873,0 0 7px #8062b83d}.game-brand{align-items:center;min-width:0;min-height:34px;display:flex;overflow:visible}.game-brand-logo{object-fit:contain;object-position:left center;width:min(100%,260px);height:38px;image-rendering:pixelated;display:block}.battle-panel,.my-area{border-color:#8abce01a;border-radius:0;position:relative}.battle-panel:before,.my-area:before{content:"";z-index:50;pointer-events:none;border:16px solid #0000;image-rendering:pixelated;border-image-source:url(/assets/main-ui-frame-H9y-L44o.png);border-image-slice:160;border-image-width:16px;border-image-repeat:stretch;position:absolute;inset:0}.battle-panel{padding:14px 16px}.my-area{padding:12px 16px}.hand-card-wrapper{border-radius:0}.hand-card-wrapper.is-selected,.hand-card-wrapper.is-selected-move,.hand-card-wrapper.is-selected-discard,.hand-card-wrapper.is-selected-guard,.hand-card-wrapper.is-selected-plus{outline:none!important}.hand-card-wrapper.is-selected .game-card .card-frame{filter:drop-shadow(0 0 1px #fffffff2)drop-shadow(0 0 4px #e3c971e0)}.hand-card-wrapper.is-selected-move .game-card .card-frame{filter:drop-shadow(0 0 1px #ffffffe6)drop-shadow(0 0 4px #7fe5b5d1)}.hand-card-wrapper.is-selected-discard .game-card .card-frame{filter:drop-shadow(0 0 1px #ffffffe6)drop-shadow(0 0 4px #d65353d6)}.hand-card-wrapper.is-selected-guard .game-card .card-frame{filter:drop-shadow(0 0 1px #ffffffe6)drop-shadow(0 0 4px #54a7dfd9)}.hand-card-wrapper.is-selected-plus .game-card .card-frame{filter:drop-shadow(0 0 1px #ffffffeb)drop-shadow(0 0 4px #e0b24cdb)}.sr-only{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.game-card:before{content:"";z-index:0;pointer-events:none;clip-path:polygon(4% 0,96% 0,100% 4%,100% 96%,96% 100%,4% 100%,0 96%,0 4%);background:#edf2f5;width:120px;height:114px;position:absolute;top:14.7px;left:14.7px}.game-brand-block{align-items:center;gap:10px;padding:5px 10px;display:flex}.game-brand{flex:none;min-height:0;overflow:visible}.game-brand-logo{object-fit:contain;object-position:left center;width:clamp(142px,10.5vw,168px);height:auto;max-height:54px;image-rendering:pixelated}.game-header-meta{flex:auto;align-self:flex-end;margin-bottom:3px}.battle-panel:before,.my-area:before{content:none!important;border:0!important;border-image:!important}.battle-panel{background:#102231f5;border:1px solid #9cb4c461;border-radius:0;position:relative;overflow:auto;box-shadow:inset 0 0 0 1px #36546b47,inset 0 1px #d6e2e814}.ui-art-frame{z-index:40;pointer-events:none;position:absolute;inset:0;overflow:hidden}.ui-art-frame:before{content:"";border:1px solid #9cb4c480;position:absolute;inset:7px 8px;box-shadow:inset 0 0 0 1px #132b40b8}.ui-art-frame:after{content:"";border-top:1px solid #e3c97157;border-bottom:1px solid #e3c9714d;position:absolute;inset:6px 48px}.ui-art-frame-corner{width:46px;height:46px;image-rendering:pixelated;background-image:url(/assets/main-ui-frame-H9y-L44o.png);background-repeat:no-repeat;background-size:208px 156px;display:block;position:absolute}.ui-art-frame-corner.is-top-left{background-position:0 0;top:-1px;left:-1px}.ui-art-frame-corner.is-top-right{background-position:100% 0;top:-1px;right:-1px}.ui-art-frame-corner.is-bottom-left{background-position:0 100%;bottom:-1px;left:-1px}.ui-art-frame-corner.is-bottom-right{background-position:100% 100%;bottom:-1px;right:-1px}.my-area{background:#102231f2;border:1px solid #8abce047;border-radius:0;position:relative;box-shadow:inset 0 1px #d6e2e817,inset 0 -1px #36546b5c}.hand-card-wrapper{transition:transform .12s;position:relative;box-shadow:none!important;background:0 0!important;border-radius:0!important}.hand-card-wrapper.is-selected,.hand-card-wrapper.is-selected-move,.hand-card-wrapper.is-selected-discard,.hand-card-wrapper.is-selected-guard,.hand-card-wrapper.is-selected-plus{box-shadow:none!important;border-radius:0!important;outline:none!important;transform:translateY(-4px)!important}.hand-card-wrapper[class*=is-selected] .game-card{transform:none!important}.hand-card-wrapper[class*=is-selected] .game-card .card-frame{filter:none!important}.hand-card-wrapper.is-selected{--selection-mark:#e3c971}.hand-card-wrapper.is-selected-move{--selection-mark:#7fe5b5}.hand-card-wrapper.is-selected-discard{--selection-mark:#d65353}.hand-card-wrapper.is-selected-guard{--selection-mark:#54a7df}.hand-card-wrapper.is-selected-plus{--selection-mark:#e0b24c}.hand-card-wrapper[class*=is-selected]:after{content:"";z-index:35;pointer-events:none;background:var(--selection-mark,#d6e2e8);border:1px solid #ffffffb3;width:6px;height:6px;position:absolute;bottom:-5px;left:50%;transform:translate(-50%)rotate(45deg)}.hand-card-wrapper[class*=is-selected] .game-card .card-accent-art,.hand-card-wrapper[class*=is-selected] .game-card .card-accent-top,.hand-card-wrapper[class*=is-selected] .game-card .card-accent-name,.hand-card-wrapper[class*=is-selected] .game-card .card-accent-type,.hand-card-wrapper[class*=is-selected] .game-card .card-accent-value{filter:brightness(1.16)}:root{color:#eef5f8;background:#07111b;font-family:Yu Gothic UI,Yu Gothic,Meiryo,Inter,system-ui,sans-serif}body{background:#07111b}.game-board{--ui-deep:#0b1724;--ui-navy:#132b40;--ui-steel:#36546b;--ui-silver:#9cb4c4;--ui-pale:#d6e2e8;--ui-gold:#c6a34a;--ui-gold-light:#e3c971;background-color:#07111b;background-image:linear-gradient(#040d1621,#040d1645),url(/assets/game-background-pmUn626t.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;grid-template-rows:70px minmax(0,1fr) 244px;grid-template-columns:60px minmax(0,1fr) 326px;gap:4px;height:100svh;min-height:100svh;padding:4px;overflow:hidden}.game-board.log-open{grid-template-columns:246px minmax(0,1fr) 326px}.game-board.log-closed{grid-template-columns:60px minmax(0,1fr) 326px}.game-header{grid-template-columns:minmax(250px,.72fr) minmax(560px,1.95fr) minmax(250px,.72fr);align-items:stretch;gap:4px;min-height:0;padding:0}.game-brand-block{background:linear-gradient(90deg,#081521c2,#0815216b 72%,#0000);border:0;border-radius:0;align-items:center;gap:10px;min-width:0;padding:4px 10px 4px 12px;display:flex;position:relative;box-shadow:inset 0 -1px #9cb4c429}.game-brand-block:after{content:"";pointer-events:none;background:linear-gradient(90deg,#e3c971a8,#9cb4c457,#0000);height:1px;position:absolute;bottom:1px;left:8px;right:26px}.game-brand{flex:none;min-width:0;min-height:0;overflow:visible}.game-brand-logo{object-fit:contain;object-position:left center;width:clamp(188px,12.5vw,238px);height:auto;max-height:60px;image-rendering:pixelated;display:block}.game-header-meta{align-items:flex-end;gap:6px;min-width:0;margin:0 0 5px;display:flex}.public-quest-hud,.turn-banner{isolation:isolate;position:relative;overflow:hidden;box-shadow:inset 0 1px #d6e2e814,inset 0 -1px #36546b4d;background:#071420a8!important;border:0!important;border-radius:0!important}.public-quest-hud:before,.public-quest-hud:after,.turn-banner:before,.turn-banner:after{content:"";z-index:-1;pointer-events:none;image-rendering:pixelated;background-position:50%;background-repeat:no-repeat;background-size:contain;position:absolute;top:0;bottom:0}.public-quest-hud:before{background-image:url(/assets/quest-cap-left-CCTbKO6M.png);width:64px;left:-2px}.public-quest-hud:after{background-image:url(/assets/quest-cap-right-CFJSq4JK.png);width:72px;right:-2px}.public-quest-hud{grid-template-columns:auto minmax(0,1fr) auto;gap:8px;min-height:0;padding:7px 58px 6px 50px}.public-quest-hud>*{z-index:1;position:relative}.public-quest-hud::marker{content:""}.public-quest-title-row:after{content:"";pointer-events:none;background:linear-gradient(90deg,#e3c971a3,#9cb4c43d,#0000);height:1px;position:absolute;bottom:-7px;left:-18px;right:-10px}.public-quest-name{color:var(--ui-gold-light);letter-spacing:.04em}.public-quest-main>strong{color:#f3f7fa}.public-quest-condition{color:#d6e2e8d1;opacity:1}.public-quest-reward{color:var(--ui-gold-light)}.public-quest-progress{clip-path:polygon(4px 0,100% 0,100% calc(100% - 4px),calc(100% - 4px) 100%,0 100%,0 4px);background:#0d2231c7;border-radius:0;box-shadow:inset 0 0 0 1px #9cb4c440}.turn-banner:before{background-image:url(/assets/turn-cap-left-BVLTpSua.png);width:60px;left:-1px}.turn-banner:after{background-image:url(/assets/turn-cap-right-DDjRlOYp.png);width:62px;right:-1px}.turn-banner{padding:6px 54px 5px;box-shadow:inset 0 1px #e3c97142,inset 0 -1px #c6a34a5c}.turn-banner strong{color:#ffe59a;text-shadow:0 1px #07111a;letter-spacing:.03em}.turn-banner span{color:#eef5f8e0;opacity:1}.turn-banner small{color:#9cb4c4ad;opacity:1}.game-log-panel,.game-log-panel.is-closed{background:#06111b85;border:0;border-radius:0;box-shadow:inset -1px 0 #9cb4c429}.game-log-toggle{clip-path:polygon(0 0,calc(100% - 6px) 0,100% 6px,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%);box-shadow:inset -1px 0 #9cb4c447;background:#0d2231c2!important;border-radius:0!important}.center-area{gap:4px;overflow:hidden}.stage-zone,.battle-panel,.my-area,.player-panel{border-radius:0}.stage-zone{background:#08152166;border:0;min-height:0;padding:4px 5px 8px;position:relative;box-shadow:inset 0 1px #9cb4c42e,inset 0 -1px #36546b3d}.stage-zone:before,.stage-zone:after{content:"";pointer-events:none;z-index:8;width:56px;height:28px;image-rendering:pixelated;opacity:.82;background-position:bottom;background-repeat:no-repeat;background-size:contain;position:absolute;bottom:-1px}.stage-zone:before{background-image:url(/assets/stage-cap-left-BxzmRL44.png);left:0}.stage-zone:after{background-image:url(/assets/stage-cap-right-Ce8VGIdD.png);right:0}.stage-card,.stage-position-0,.stage-position-1,.stage-position-2{clip-path:polygon(5px 0,100% 0,100% calc(100% - 5px),calc(100% - 5px) 100%,0 100%,0 5px);background:#0a192699;border:1px solid #9cb4c457;border-radius:0;overflow:hidden;box-shadow:inset 0 0 0 1px #132b4061}.stage-card.is-current{border-color:#d6e2e8eb;box-shadow:inset 0 0 0 1px #9cb4c46b,inset 0 -2px #e3c971c7}.stage-card.is-move-target{border-color:#7fe5b5d6;box-shadow:inset 0 0 0 1px #7fe5b54d}.stage-image-wrap,.stage-image-wrap>img,.stage-card-footer{border-radius:0}.stage-card-footer{background:#0b1c2ac7;border-top:1px solid #9cb4c430;min-height:27px}.battle-panel{min-height:0;image-rendering:pixelated;background-color:#071420b8;background-image:url(/assets/battle-corner-tl-7W198Gj-.png),url(/assets/battle-corner-tr-BnGWWsHu.png),url(/assets/battle-corner-bl-NSI1u4xy.png),url(/assets/battle-corner-br-DOJ45vLn.png),url(/assets/battle-watermark-BvsxOSSg.png),linear-gradient(90deg,#d6e2e880,#36546b42,#e3c9714d,#36546b42,#d6e2e880),linear-gradient(90deg,#d6e2e861,#36546b38,#e3c9713d,#36546b38,#d6e2e861),linear-gradient(#122c3f38,#05101b2e);background-position:0 0,100% 0,0 100%,100% 100%,50% 44%,76px 8px,76px calc(100% - 8px),50%;background-repeat:no-repeat;background-size:62px,66px,62px,66px,min(255px,24vw),calc(100% - 152px) 1px,calc(100% - 152px) 1px,100% 100%;border:1px solid #9cb4c47a;border-radius:0;padding:10px 12px;position:relative;overflow:auto;box-shadow:inset 0 0 0 1px #132b408c,0 6px 18px #00000024}.ui-art-frame{display:none!important}.battle-panel.is-pending-attack,.battle-panel.is-targeting-action,.battle-panel.has-battle-result{background-color:#071420cc}.battle-notice{opacity:.78}.battle-notice strong{color:#d6e2e8db;text-shadow:0 1px 2px #000000a6}.battle-notice span{color:#9cb4c4b8;opacity:1}.battle-hover-detail,.battle-log-panel,.battle-detail-strip{background:#05111cb8!important;border-color:#9cb4c44d!important;border-radius:0!important}.player-roster{background:linear-gradient(90deg,#36546b1a,#0000 14px);gap:4px;padding:2px 0 2px 5px;position:relative}.player-roster:before{content:"";pointer-events:none;background:linear-gradient(#0000,#9cb4c47a 8%,#36546b38 92%,#0000);width:1px;position:absolute;top:8px;bottom:8px;left:2px}.player-panel{z-index:1;border:8px solid #0000;box-shadow:none;image-rendering:pixelated;background:#081724c2;border-image-source:url(/assets/player-frame-BqOgwD5b.png);border-image-slice:29 36;border-image-width:8px;border-image-repeat:stretch;padding:6px 7px;transition:background .12s,filter .12s,transform .12s;position:relative}.player-panel.is-turn{background:#0c2232e0;box-shadow:inset 0 0 0 1px #54a7df6b,0 0 10px #438ccb26}.player-panel.is-self{box-shadow:inset 0 0 0 1px #e3c9718f,0 0 10px #c6a34a1f}.player-panel.is-turn.is-self{box-shadow:inset 0 0 0 1px #e3c971bd,inset 0 0 0 2px #54a7df33,0 0 12px #c6a34a24}.player-panel-heading{margin-bottom:4px}.player-seat-badge,.player-self-label{clip-path:polygon(3px 0,100% 0,100% calc(100% - 3px),calc(100% - 3px) 100%,0 100%,0 3px);border-radius:0}.character-portrait{clip-path:polygon(5px 0,100% 0,100% calc(100% - 5px),calc(100% - 5px) 100%,0 100%,0 5px);background:#d6e2e8e0;border-radius:0;box-shadow:inset 0 0 0 1px #9cb4c47a}.player-core-stat{clip-path:polygon(4px 0,100% 0,100% calc(100% - 4px),calc(100% - 4px) 100%,0 100%,0 4px);background:#040f189e;border-color:#9cb4c433;border-radius:0;min-height:27px}.player-core-stat.life b{color:#f2ece5}.player-core-stat.tp b{color:#c9ecff}.player-panel .fate-gauge{height:7px}.player-panel .fate-gauge-segment,.player-exp-track,.player-exp-track>span,.player-resource-row>span{border-radius:0}.player-exp-track{background:#9cb4c41f;box-shadow:inset 0 0 0 1px #9cb4c41a}.player-exp-track>span{background:#6fabc8}.player-resource-row>span{background:#36546b33;box-shadow:inset 0 0 0 1px #9cb4c41a}.my-area{background:#07142078;border:0;border-radius:0;min-width:0;padding:7px 8px 6px;position:relative;box-shadow:inset 0 1px #9cb4c433,inset 0 -1px #36546b33}.my-area:before,.my-area:after{content:"";z-index:0;pointer-events:none;width:70px;height:32px;image-rendering:pixelated;opacity:.82;background-position:top;background-repeat:no-repeat;background-size:contain;position:absolute;top:-1px}.my-area:before{background-image:url(/assets/hand-cap-left-C5KAYsNC.png);left:0}.my-area:after{background-image:url(/assets/hand-cap-right-CKcSU0s9.png);right:0}.my-area>*{z-index:1;position:relative}.my-area-toolbar{border-bottom:1px solid #9cb4c424;min-height:28px;padding:0 8px 4px}.normal-action-summary b{color:#d7edf8;background:#36546b4d;border-radius:0;box-shadow:inset 0 0 0 1px #9cb4c41f}.my-play-row{grid-template-columns:minmax(0,1fr) 62px;gap:5px;margin-top:4px}.hand-zone,.hand-scroll-shell,.hand{background:0 0!important}.hand-zone-heading{margin:0 8px 3px}.hand-action-row{grid-template-columns:minmax(0,1fr) 132px;gap:6px}.hand-scroll-shell{padding-inline:21px}.hand{gap:7px;height:214px;min-height:214px;padding:1px 2px 2px}.game-board .hand-scroll-edge{opacity:.22;width:20px;font-size:28px;top:2px;bottom:4px;color:#d6e2e8b8!important;box-shadow:none!important;clip-path:none!important;background:0 0!important;border:0!important;border-radius:0!important}.game-board .hand-scroll-edge:hover{opacity:.78;background:linear-gradient(90deg,#36546b29,#0000)!important}.hand-scroll-edge.is-right:hover{background:linear-gradient(270deg,#36546b29,#0000)!important}.game-card{background:0 0!important}.hand-card-wrapper{box-shadow:none!important;background:0 0!important}.move-action-card{width:132px;min-width:132px;height:214px;image-rendering:pixelated;clip-path:none!important;box-shadow:none!important;color:#102b3e!important;background-color:#0000!important;background-image:url(/assets/move-frame-DShvNYEJ.png)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:100% 100%!important;border:0!important;border-radius:0!important;padding:18px 12px 12px!important}.move-action-card:before{color:#102b3ea8;border-bottom-color:#36546b3d}.move-action-card.is-selected{filter:brightness(1.05)drop-shadow(0 0 5px #7fe5b547);box-shadow:none!important}.move-action-card:disabled{filter:grayscale(.5)brightness(.8);opacity:.52}.game-board button:not(.game-log-toggle):not(.hand-scroll-edge):not(.move-action-card):not(.own-special-item){clip-path:polygon(5px 0,100% 0,100% calc(100% - 5px),calc(100% - 5px) 100%,0 100%,0 5px);transform:none;box-shadow:inset 0 1px #d6e2e81a,inset 0 -1px #36546b4d;color:#e8f1f5!important;background:linear-gradient(#1b3447f5,#0b1f2ef5)!important;border-color:#9cb4c466!important;border-radius:0!important}.game-board button:not(.game-log-toggle):not(.hand-scroll-edge):not(.move-action-card):not(.own-special-item):hover:not(:disabled){filter:brightness(1.1);transform:none}.turn-end-button{color:#d6e2e8db!important}.game-board .danger-button{background:linear-gradient(#572327f5,#30151bf5)!important;border-color:#d6535394!important}.public-quest-help-mark,.stage-help-mark,.info-trigger{clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%);border-radius:0!important}.center-area:after{content:"";pointer-events:none;opacity:.32;width:min(290px,32%);height:24px;image-rendering:pixelated;background-image:url(/assets/connection-rail-DFoCxGoH.png);background-position:50%;background-repeat:no-repeat;background-size:contain;position:absolute;bottom:-2px;left:50%;transform:translate(-50%)}.center-area{position:relative}.decision-panel,.guard-selection-confirm,.plus-attack-summary,.forced-discard-panel,.death-notice{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#071420ed!important;border-radius:0!important}@media (width<=1399px) and (width>=1181px){.game-board,.game-board.log-closed{grid-template-columns:54px minmax(0,1fr) 294px}.game-board.log-open{grid-template-columns:226px minmax(0,1fr) 294px}.game-header{grid-template-columns:minmax(210px,.68fr) minmax(470px,1.85fr) minmax(218px,.7fr)}.game-brand-logo{width:clamp(168px,12vw,205px)}.public-quest-hud{padding-left:45px;padding-right:52px}.turn-banner{padding-left:48px;padding-right:48px}.hand-action-row{grid-template-columns:minmax(0,1fr) 122px}.move-action-card{width:122px;min-width:122px}}@media (height<=900px) and (width>=1181px){.game-board{grid-template-rows:62px minmax(0,1fr) 218px}.game-brand-logo{max-height:53px}.hand,.move-action-card{height:190px;min-height:190px}.hand .game-card{transform-origin:0 0;margin-bottom:-30px;margin-right:-21px;transform:scale(.86)}}.game-board,.game-board.log-closed,.game-board.log-open{grid-template-rows:clamp(60px,6.3svh,68px) minmax(0,1fr) clamp(270px,28svh,300px)}.center-area{gap:3px}.stage-zone{padding-top:3px;padding-bottom:6px}.stage-network,.stage-network.stage-network-triangle{gap:5px}.stage-card-footer{min-height:25px;padding-top:3px;padding-bottom:3px}.battle-panel{background-color:#071420b3;background-image:url(/assets/battle-corner-tl-7W198Gj-.png),url(/assets/battle-corner-tr-BnGWWsHu.png),url(/assets/battle-corner-bl-clean-DnlXz8gL.png),url(/assets/battle-corner-br-clean-BL8RKbpk.png),linear-gradient(90deg,#d6e2e875,#36546b3d,#e3c97142,#36546b3d,#d6e2e875),linear-gradient(90deg,#d6e2e857,#36546b33,#e3c97133,#36546b33,#d6e2e857),linear-gradient(#122c3f2e,#05101b24);background-position:0 0,100% 0,0 100%,100% 100%,70px 7px,70px calc(100% - 7px),50%;background-repeat:no-repeat;background-size:58px,58px,58px,58px,calc(100% - 140px) 1px,calc(100% - 140px) 1px,100% 100%;padding:9px 11px;box-shadow:inset 0 0 0 1px #132b407a,0 4px 12px #0000001a}.battle-panel:after{content:"";aspect-ratio:292/245;z-index:0;pointer-events:none;opacity:.2;width:min(205px,17vw);image-rendering:pixelated;background:url(/assets/battle-watermark-BvsxOSSg.png) 50%/contain no-repeat;position:absolute;top:46%;left:50%;transform:translate(-50%,-50%)}.battle-panel>*{z-index:1;position:relative}.battle-panel.is-pending-attack:after,.battle-panel.is-targeting-action:after,.battle-panel.has-battle-result:after{opacity:.08}.battle-notice{min-height:170px}.public-quest-hud:before{width:48px;left:-1px}.public-quest-hud:after{width:52px;right:-1px}.public-quest-hud{padding-left:42px;padding-right:44px}.turn-banner:before{width:43px}.turn-banner:after{width:44px}.turn-banner{padding-left:38px;padding-right:38px}.stage-card-footer{clip-path:polygon(0 0,100% 0,100% calc(100% - 4px),calc(100% - 4px) 100%,4px 100%,0 calc(100% - 4px));border-top-color:#9cb4c438;box-shadow:inset 0 -1px #36546b6b}.stage-card.is-current .stage-card-footer{box-shadow:inset 0 -1px #e3c9719e,inset 0 1px #9cb4c42e}.player-roster{gap:3px}.player-panel{border-width:6px;border-image-width:6px;padding:5px 6px}.player-panel-heading{min-height:21px;margin-bottom:3px}.player-panel-main{grid-template-columns:58px minmax(0,1fr);gap:6px}.character-portrait{width:58px;height:60px}.player-panel.is-expanded .character-portrait{width:60px;height:64px}.player-panel.is-expanded .player-panel-main{grid-template-columns:60px minmax(0,1fr)}.player-hero-line{margin-bottom:3px}.player-core-stats{gap:3px;margin-bottom:4px}.player-core-stat{min-height:24px;padding:2px 5px}.player-core-stat b{font-size:16px}.player-panel .stat-fate{min-height:18px}.player-compact-statuses{min-height:18px;margin-top:3px;padding-top:3px}.player-expanded-details{gap:3px;margin-top:3px;padding-top:3px}.player-detail-row{min-height:18px}.player-resource-row{gap:3px}.player-resource-row>span{padding:1px 4px}.my-area{padding:6px 8px 8px;overflow:hidden}.my-area-toolbar{min-height:27px;padding-bottom:3px}.my-play-row{margin-top:3px}.hand-zone-heading{min-height:20px;margin-bottom:2px}.hand{box-sizing:border-box;height:214px;min-height:214px;padding-bottom:5px}.move-action-card{height:214px}@media (height<=900px) and (width>=1181px){.game-board,.game-board.log-closed,.game-board.log-open{grid-template-rows:60px minmax(0,1fr) 268px}.game-brand-logo{max-height:51px}.stage-image-wrap{height:clamp(102px,12.2svh,112px)}.battle-notice{min-height:155px}.hand,.move-action-card{height:190px;min-height:190px}.hand{padding-bottom:6px}.hand .game-card{transform-origin:0 0;margin-bottom:-29px;margin-right:-21px;transform:scale(.86)}.player-panel{padding-top:4px;padding-bottom:4px}.player-panel-heading{min-height:20px}.player-core-stat{min-height:23px}}.stage-zone:before,.stage-zone:after{display:none!important}.stage-zone{box-shadow:inset 0 1px #9cb4c42e,inset 0 -1px #9cb4c442}.public-quest-hud:after{display:none!important}.public-quest-hud{padding-right:24px}.public-quest-name{font-size:15px}.public-quest-main>strong{font-size:17px}.public-quest-condition,.public-quest-reward{font-size:13px}.public-quest-progress{font-size:11px}.public-quest-help-mark{width:20px;height:20px;font-size:11px}.turn-banner strong{font-size:19px}.turn-banner span{font-size:12px}.turn-banner small{font-size:9px}.stage-card-footer strong{font-size:13px}.stage-card-footer button,.stage-player-badge,.stage-help-mark{font-size:10px}.battle-notice strong{font-size:clamp(18px,1.45vw,23px)}.battle-notice span{font-size:12px}.player-panel-heading strong{font-size:14px}.player-seat-badge,.player-self-label,.player-hero-line{font-size:10.5px}.player-hero-line b{font-size:11px}.player-core-stat span{font-size:10px}.player-panel .fate-label{font-size:10.5px}.player-detail-row{font-size:10px}.player-detail-row .mini-label,.player-compact-statuses .mini-label,.player-exp-row>b{font-size:9px}.player-resource-row>span{font-size:9.5px}.normal-action-summary strong{font-size:12px}.normal-action-summary b,.turn-end-button{font-size:10.5px!important}.normal-action-summary span,.hand-action-note{font-size:9.5px}.hand-zone-heading .zone-label{font-size:13px}.game-card .card-tp-cost{clip-path:polygon(4px 0,100% 0,100% calc(100% - 4px),calc(100% - 4px) 100%,0 100%,0 4px);color:#f3f7fa;letter-spacing:.01em;background:linear-gradient(#132b40f7,#071420f7);border:1px solid #9cb4c4eb;border-radius:0;min-width:34px;height:16px;padding:0 5px;font-size:9px;top:15px;right:15px;box-shadow:inset 0 -1px #c6a34a85,inset 1px 0 #d6e2e81a}.game-card .card-name{font-size:11.5px}.game-card .card-name.is-name-long{font-size:10px}.game-card .card-name.is-name-very-long{font-size:8.5px}.game-card .card-description{height:29px;padding:2px 4px;font-size:7.4px;line-height:1.08}.game-card .card-type{font-size:7.5px}@media (height<=900px) and (width>=1181px){.game-board,.game-board.log-closed,.game-board.log-open{grid-template-rows:60px minmax(0,1fr) 284px}.hand,.move-action-card{height:198px;min-height:198px}.hand{padding-bottom:9px}.hand .game-card{transform-origin:0 0;margin-bottom:0;margin-right:0;transform:scale(.9)}.my-area{padding-bottom:10px}.battle-notice{min-height:145px}}.public-quest-hud{column-gap:10px;padding-right:18px}.public-quest-main{justify-content:flex-start;align-items:center;gap:8px;min-width:0;display:flex;overflow:hidden}.public-quest-main>strong{flex:none}.public-quest-condition{flex:0 auto;min-width:40px;max-width:38ch}.public-quest-reward{clip-path:polygon(4px 0,100% 0,100% calc(100% - 4px),calc(100% - 4px) 100%,0 100%,0 4px);background:linear-gradient(#352c14c7,#141b1dd1);border:1px solid #c6a34a94;flex:none;align-items:center;min-height:24px;padding:2px 8px 2px 7px;display:inline-flex;box-shadow:inset 0 1px #e3c9712e,inset 0 -1px #c6a34a2e}.public-quest-reward:before{content:"REWARD";color:#d6e2e8ad;letter-spacing:.08em;margin-right:6px;font-size:8px;font-weight:900}@media (height<=900px) and (width>=1181px){.game-board,.game-board.log-closed,.game-board.log-open{grid-template-rows:60px minmax(0,1fr) 298px}.my-area{padding-bottom:14px}.hand{box-sizing:border-box;height:204px;min-height:204px;padding-top:1px;padding-bottom:14px}.hand-card-wrapper{flex:0 0 135px;width:135px;min-width:135px;height:189px;min-height:189px}.hand .game-card{transform-origin:0 0;margin:0;transform:scale(.9)}.move-action-card{align-self:start;height:194px;min-height:194px}}@media (width<=1399px) and (width>=1181px){.public-quest-main{gap:6px}.public-quest-condition{max-width:28ch}.public-quest-reward{padding-left:6px;padding-right:6px}.public-quest-reward:before{display:none}}@media (height<=1020px) and (width>=1181px){.game-board,.game-board.log-closed,.game-board.log-open{grid-template-rows:60px minmax(0,1fr) clamp(298px,43svh,372px)}.my-area,.hand{padding-bottom:14px}}@media (width>=1181px){.battle-panel{overflow:hidden}.battle-log-box{box-sizing:border-box;background:#05111ca8;border:1px solid #9cb4c43d;border-radius:0;grid-template-columns:88px minmax(0,1fr);grid-auto-rows:minmax(0,auto);gap:1px 9px;width:100%;max-width:none;max-height:54px;margin:4px 0 0;padding:5px 8px;display:grid;overflow:hidden}.battle-log-title{color:#d6e2e899;letter-spacing:.05em;white-space:nowrap;border-right:1px solid #9cb4c433;grid-area:1/1/span 3;align-self:center;margin:0;padding-right:8px;font-size:9.5px;line-height:1.15}.battle-log-line{color:#d6e2e8d1;text-overflow:ellipsis;white-space:nowrap;grid-column:2;min-width:0;padding:0;font-size:11px;font-weight:700;line-height:1.25;overflow:hidden}.player-hero-line b{clip-path:polygon(3px 0,100% 0,100% calc(100% - 3px),calc(100% - 3px) 100%,0 100%,0 3px);color:#e3c971;white-space:nowrap;background:#2c251285;border:1px solid #c6a34a6b;flex:none;margin-left:auto;padding:2px 5px 3px;font-size:14px;font-weight:900;line-height:1}}.hand{overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:#9cb4c494 #05111c4d;overflow:auto hidden}.hand::-webkit-scrollbar-track{background:#05111c57;border-top:1px solid #36546b33;box-shadow:inset 0 1px #0b172480}.hand::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,#2a4558f5,#7091a4f5 48%,#2a4558f5);border-color:#d6e2e885}.hand::-webkit-scrollbar-corner{background:0 0}.hand{scrollbar-width:thin;scrollbar-color:#5c7c917a transparent}.hand::-webkit-scrollbar{height:4px}.hand::-webkit-scrollbar-track{box-shadow:none;background:0 0;border:0}.hand::-webkit-scrollbar-thumb{background:#5c7c917a;border:0;border-radius:0;min-width:32px;box-shadow:inset 0 1px #d6e2e81a}.hand::-webkit-scrollbar-thumb:hover{background:#7c99aba8;border:0}.game-board .hand-scroll-edge{opacity:0;pointer-events:none;width:16px;font-size:19px}.game-board .hand-scroll-shell:has(.hand-card-wrapper:nth-child(8)) .hand-scroll-edge{opacity:.2;pointer-events:auto}.game-board .hand-scroll-shell:has(.hand-card-wrapper:nth-child(8)) .hand-scroll-edge:hover{opacity:.72}.pregame-screen{--ui-deep:#0b1724;--ui-navy:#132b40;--ui-steel:#36546b;--ui-silver:#9cb4c4;--ui-pale:#d6e2e8;--ui-gold:#c6a34a;--ui-gold-light:#e3c971;box-sizing:border-box;color:#eef5f8;background-color:#07111b;background-image:radial-gradient(circle at 50% 38%,#36546b24,#0000 34%),linear-gradient(#040d1614,#040d1657),url(/assets/game-background-pmUn626t.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:100svh;padding:clamp(16px,3.2vw,44px);overflow:hidden auto}.pregame-screen:before{content:"";pointer-events:none;background:linear-gradient(90deg,#9cb4c414 1px,#0000 1px) 50% 0/320px 100%,linear-gradient(#9cb4c40a 1px,#0000 1px) 0/100% 180px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000,#000 16% 84%,#0000);mask-image:linear-gradient(90deg,#0000,#000 16% 84%,#0000)}.pregame-shell{z-index:1;flex-direction:column;justify-content:center;gap:18px;width:min(1180px,100%);min-height:calc(100svh - clamp(32px,6.4vw,88px));margin:0 auto;display:flex;position:relative}.pregame-shell-home{width:min(760px,100%)}.pregame-brand{justify-content:center;align-items:center;gap:18px;min-height:70px;display:flex}.pregame-logo{object-fit:contain;image-rendering:auto;filter:drop-shadow(0 8px 18px #00000057);width:clamp(220px,30vw,390px);max-height:96px;display:block}.pregame-brand-copy{text-align:left;border-left:1px solid #9cb4c44d;gap:4px;min-width:0;padding-left:14px;display:grid}.pregame-kicker,.pregame-section-kicker{color:#9cb4c4c2;letter-spacing:.18em;font-size:10px;font-weight:900}.pregame-brand-copy strong{color:#d6e2e8;letter-spacing:.04em;font-size:15px}.pregame-panel{box-sizing:border-box;clip-path:polygon(16px 0,calc(100% - 16px) 0,100% 16px,100% calc(100% - 16px),calc(100% - 16px) 100%,16px 100%,0 calc(100% - 16px),0 16px);background:linear-gradient(135deg,#e3c9710d,#0000 24%),linear-gradient(#0d2233f5,#06131ef5);border:1px solid #9cb4c457;border-radius:0;padding:clamp(20px,2.4vw,30px);position:relative;box-shadow:inset 0 1px #d6e2e814,inset 0 -1px #36546b5c,0 18px 54px #00000047}.pregame-panel:before,.pregame-panel:after{content:"";pointer-events:none;width:74px;height:1px;position:absolute;top:9px}.pregame-panel:before{background:linear-gradient(90deg,#e3c971b8,#0000);left:26px}.pregame-panel:after{background:linear-gradient(270deg,#9cb4c494,#0000);right:26px}.pregame-panel-heading{align-items:center;gap:12px;min-width:0;margin-bottom:22px;display:flex}.pregame-heading-mark{background:#c6a34a33;border:1px solid #e3c971d1;flex:none;width:11px;height:11px;transform:rotate(45deg);box-shadow:0 0 0 3px #c6a34a0d}.pregame-panel-heading>div:nth-child(2){min-width:0}.pregame-panel-heading h1{color:#eef5f8;letter-spacing:.02em;margin:2px 0 0;font-size:clamp(22px,2.1vw,30px);line-height:1.08}.pregame-count-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.pregame-count-button{clip-path:polygon(8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%,0 8px);color:#d6e2e8b8;cursor:pointer;background:#071724b8;border:1px solid #9cb4c43d;border-radius:0;align-content:center;place-items:center;gap:2px;min-height:96px;padding:12px 10px;transition:transform .12s,border-color .12s,background .12s;display:grid}.pregame-count-button:hover{border-color:#9cb4c485;transform:translateY(-1px)}.pregame-count-button.is-selected{color:#e3c971;background:linear-gradient(#3e331780,#0f1d28e0);border-color:#e3c971c7;box-shadow:inset 0 -2px #c6a34a7a}.pregame-count-number{font-size:34px;font-weight:1000;line-height:1}.pregame-count-unit{letter-spacing:.18em;color:#9cb4c4ad;font-size:9px;font-weight:900}.pregame-selection-summary{background:#04101a75;border-top:1px solid #9cb4c42e;border-bottom:1px solid #9cb4c42e;justify-content:space-between;align-items:center;gap:14px;margin-top:14px;padding:9px 12px;display:flex}.pregame-selection-summary span{color:#9cb4c49e;letter-spacing:.18em;font-size:9px;font-weight:900}.pregame-selection-summary strong{color:#e3c971;font-size:15px}.pregame-home-actions,.pregame-actions-row,.pregame-lobby-actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.pregame-button{clip-path:polygon(7px 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%,0 7px);color:#d6e2e8;cursor:pointer;background:#0d283ae0;border:1px solid #9cb4c466;border-radius:0;min-width:150px;min-height:42px;padding:10px 18px;font-weight:900;transition:filter .12s,transform .12s,border-color .12s}.pregame-button:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.pregame-button.is-primary{color:#f0d779;background:linear-gradient(#4a3a14f0,#21231ef5);border-color:#e3c971b3}.pregame-button.is-secondary{color:#d6e2e8c2}.pregame-button:disabled{cursor:not-allowed;opacity:.42;transform:none}.pregame-footnote{text-align:center;color:#9cb4c47a;letter-spacing:.04em;margin:-4px 0 0;font-size:10px}.pregame-shell-online{width:min(1220px,100%)}.pregame-online-panel{padding-bottom:20px}.pregame-online-heading{margin-bottom:16px}.pregame-room-chip{color:#e3c971;background:#362b125c;border:1px solid #c6a34a6b;flex:none;margin-left:auto;padding:5px 9px;font-size:11px;font-weight:900}.pregame-name-field{background:#04101a6b;border-top:1px solid #9cb4c429;border-bottom:1px solid #9cb4c429;grid-template-columns:126px minmax(0,1fr);align-items:center;gap:12px;margin-bottom:16px;padding:8px 10px;display:grid}.pregame-name-field>span{color:#9cb4c4ad;letter-spacing:.12em;font-size:9px;font-weight:900}.pregame-name-field input{color:#eef5f8;background:#081825eb;border:1px solid #9cb4c452;border-radius:0;outline:0;min-width:0;padding:9px 11px}.pregame-name-field input:focus{border-color:#e3c971ad;box-shadow:inset 2px 0 #c6a34a85}.pregame-name-field input::placeholder{color:#9cb4c46b}.pregame-hero-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.pregame-hero-card.hero-select-card{text-align:left;clip-path:polygon(8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%,0 8px);color:#d6e2e8;cursor:pointer;opacity:.78;min-height:136px;box-shadow:none;background:#071825c2;border:1px solid #9cb4c438;border-radius:0;grid-template-columns:82px minmax(0,1fr);align-items:center;gap:10px;padding:10px;transition:opacity .12s,border-color .12s,transform .12s,background .12s;display:grid;position:relative;overflow:hidden;transform:none}.pregame-hero-card.hero-select-card:hover{opacity:1;border-color:#9cb4c485;transform:translateY(-1px)}.pregame-hero-card.hero-select-card.is-selected{opacity:1;background:linear-gradient(90deg,#5e461240,#0000 42%),#081b29eb;border:1px solid #e3c971c7;transform:translateY(-1px);box-shadow:inset 3px 0 #c6a34abd,inset 0 -1px #e3c97129}.pregame-hero-portrait,.pregame-roster-portrait{background:linear-gradient(#203748c7,#081520e0);border:1px solid #9cb4c447;place-items:center;display:grid;position:relative;overflow:hidden}.pregame-hero-portrait{width:80px;height:104px}.pregame-hero-portrait img,.pregame-roster-portrait img{object-fit:contain;z-index:1;width:100%;height:100%;position:absolute;inset:0}.pregame-hero-fallback,.pregame-roster-portrait>span{color:#d6e2e847;font-size:26px;font-weight:1000}.pregame-hero-info{align-content:center;gap:5px;min-width:0;display:grid}.pregame-hero-name{color:#eef5f8;padding-right:54px;font-size:16px;font-weight:1000}.pregame-hero-description{color:#d6e2e8ad;min-height:30px;font-size:10.5px;line-height:1.4}.pregame-hero-stats{gap:6px;display:flex}.pregame-hero-stats>span,.pregame-roster-stats>span{background:#04101a7a;border:1px solid #9cb4c42e;align-items:baseline;gap:4px;padding:3px 6px;display:inline-flex}.pregame-hero-stats small,.pregame-roster-stats small{color:#9cb4c494;font-size:8px;font-weight:900}.pregame-hero-stats b,.pregame-roster-stats b{color:#d6e2e8;font-size:12px}.pregame-selected-badge.hero-selected-badge{color:#e3c971;letter-spacing:.08em;background:#382e12e0;border:1px solid #e3c9718a;border-radius:0;padding:3px 5px;font-size:8px;top:7px;right:7px}.pregame-selected-hero{background:#04101a75;border-left:2px solid #c6a34a94;align-items:center;gap:9px;min-height:34px;margin-top:10px;padding:6px 10px;display:flex}.pregame-selected-hero>span{color:#9cb4c494;letter-spacing:.16em;font-size:8px;font-weight:900}.pregame-selected-hero>strong{color:#e3c971;font-size:13px}.pregame-selected-hero>small{color:#d6e2e899;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:10px;overflow:hidden}.pregame-connection-line{color:#d6e2e899;border-top:1px solid #9cb4c424;align-items:center;gap:7px;min-height:30px;margin-top:10px;padding:5px 8px;font-size:10px;display:flex}.pregame-connection-line strong{color:#d6e2e8}.pregame-connection-line small{color:#e3c971b8;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin-left:auto;overflow:hidden}.pregame-status-dot{background:#9cb4c4;flex:none;width:6px;height:6px;transform:rotate(45deg);box-shadow:0 0 8px #9cb4c447}.pregame-shell-waiting{width:min(920px,100%)}.pregame-waiting-heading{align-items:center}.pregame-room-status{background:#04101a80;border:1px solid #9cb4c438;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;min-width:180px;margin-left:auto;padding:6px 8px;display:grid}.pregame-room-status span{color:#9cb4c48f;letter-spacing:.12em;font-size:8px;font-weight:900}.pregame-room-status strong{color:#d6e2e8;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:11px;overflow:hidden}.pregame-lobby-progress{background:#04101a6b;border-top:1px solid #9cb4c429;border-bottom:1px solid #9cb4c429;grid-template-columns:auto auto minmax(120px,1fr);align-items:center;gap:10px;margin-bottom:12px;padding:8px 10px;display:grid}.pregame-lobby-progress>span{color:#9cb4c494;letter-spacing:.14em;font-size:8px;font-weight:900}.pregame-lobby-progress>strong{color:#e3c971;font-size:14px}.pregame-lobby-pips{justify-content:flex-end;gap:4px;display:flex}.pregame-lobby-pips span{background:#0a1b28b8;border:1px solid #9cb4c43d;width:28px;height:5px}.pregame-lobby-pips span.is-filled{background:linear-gradient(90deg,#c6a34a,#e3c971);border-color:#e3c9719e}.pregame-roster{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.pregame-roster-card{clip-path:polygon(7px 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%,0 7px);background:#071825bd;border:1px solid #9cb4c438;grid-template-columns:32px 86px minmax(0,1fr);align-items:center;gap:10px;min-height:112px;padding:9px 10px 9px 7px;display:grid;position:relative}.pregame-roster-card.is-self{background:linear-gradient(90deg,#5e46122e,#071825d1 46%);border-color:#e3c97199;box-shadow:inset 2px 0 #c6a34aa3}.pregame-roster-card.is-empty{opacity:.48}.pregame-seat-badge{color:#d6e2e8a3;border-right:1px solid #9cb4c429;align-self:stretch;place-items:center;font-size:11px;font-weight:1000;display:grid}.pregame-roster-portrait{width:84px;height:92px}.pregame-roster-main{gap:6px;min-width:0;display:grid}.pregame-roster-name{align-items:center;gap:6px;display:flex}.pregame-roster-name strong{color:#eef5f8;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;overflow:hidden}.pregame-roster-name span{color:#e3c971;border:1px solid #c6a34a61;padding:2px 5px;font-size:8px;font-weight:900}.pregame-roster-hero{color:#d6e2e8a8;font-size:11px}.pregame-roster-stats{flex-wrap:wrap;gap:5px;display:flex}.pregame-empty-seat-mark{color:#9cb4c475;border:1px dashed #9cb4c44d;place-items:center;width:84px;height:92px;font-size:28px;display:grid}.pregame-roster-card.is-empty .pregame-roster-main>strong{color:#d6e2e8ad;font-size:13px}.pregame-roster-waiting{color:#9cb4c475;font-size:10px}.pregame-lobby-actions{align-items:center}.pregame-host-wait{color:#d6e2e8a3;border-left:1px solid #9cb4c43d;align-items:center;gap:8px;min-height:42px;margin-left:auto;padding:0 12px;font-size:11px;display:flex}.pregame-server-message{color:#e3c971d1;background:#3d2e0e2e;border-left:2px solid #c6a34a8a;margin-top:10px;padding:7px 9px;font-size:10.5px}@media (width<=960px){.pregame-hero-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pregame-roster{grid-template-columns:1fr}}@media (width<=680px){.pregame-screen{padding:12px}.pregame-shell{justify-content:flex-start;min-height:calc(100svh - 24px)}.pregame-brand{flex-direction:column;gap:8px;padding-top:6px}.pregame-brand-copy{text-align:center;border-left:0;padding-left:0}.pregame-panel{padding:18px 14px}.pregame-count-grid{grid-template-columns:1fr}.pregame-count-button{grid-template-columns:auto auto;justify-content:center;gap:10px;min-height:64px}.pregame-count-number{font-size:26px}.pregame-hero-grid{grid-template-columns:1fr}.pregame-name-field{grid-template-columns:1fr;gap:5px}.pregame-room-chip,.pregame-room-status{display:none}.pregame-home-actions,.pregame-actions-row,.pregame-lobby-actions{flex-direction:column-reverse}.pregame-button{width:100%}.pregame-selected-hero>small{display:none}}.player-panel.seat-1{--seat-color:#f1a31c}.player-panel.seat-2{--seat-color:#2ed7d3}.player-panel.seat-3{--seat-color:#e98a96}.player-panel.seat-4{--seat-color:#a887d9}.player-panel:before{content:"";z-index:2;background:var(--seat-color,#78828f);opacity:.82;pointer-events:none;width:2px;position:absolute;top:10px;bottom:10px;left:2px}.player-panel .player-seat-badge{border:1px solid var(--seat-color,#78828f);background:var(--seat-color,#78828f);color:#07121c;text-align:center;min-width:27px;padding-inline:6px;box-shadow:0 0 0 1px #050f18b8}.player-panel.is-turn .player-seat-badge{filter:brightness(1.08)}.battle-target-choice .target-buttons .battle-player-target{--seat-color:#78828f;clip-path:polygon(5px 0,100% 0,100% calc(100% - 5px),calc(100% - 5px) 100%,0 100%,0 5px);min-width:190px;min-height:48px;box-shadow:inset 3px 0 0 var(--seat-color);color:#eef5f8;text-align:left;background:#081926eb;border:1px solid #9cb4c457;border-radius:0;grid-template-columns:28px 36px minmax(0,1fr);align-items:center;gap:7px;padding:5px 9px 5px 7px;display:grid}.battle-target-choice .target-buttons .battle-player-target.seat-1{--seat-color:#f1a31c}.battle-target-choice .target-buttons .battle-player-target.seat-2{--seat-color:#2ed7d3}.battle-target-choice .target-buttons .battle-player-target.seat-3{--seat-color:#e98a96}.battle-target-choice .target-buttons .battle-player-target.seat-4{--seat-color:#a887d9}.battle-target-choice .target-buttons .battle-player-target:hover:not(:disabled),.battle-target-choice .target-buttons .battle-player-target:focus-visible:not(:disabled){border-color:var(--seat-color);box-shadow:inset 3px 0 0 var(--seat-color), inset 0 0 0 1px #d6e2e81a;background:#0d2536fa}.battle-target-seat{border:1px solid var(--seat-color);background:var(--seat-color);color:#07121c;clip-path:polygon(3px 0,100% 0,100% calc(100% - 3px),calc(100% - 3px) 100%,0 100%,0 3px);place-items:center;min-width:26px;height:23px;font-size:10px;font-weight:1000;line-height:1;display:grid}.battle-target-avatar{clip-path:polygon(4px 0,100% 0,100% calc(100% - 4px),calc(100% - 4px) 100%,0 100%,0 4px);background:#d6e2e8e6;border:1px solid #d6e2e88a;place-items:center;width:34px;height:34px;display:grid;overflow:hidden}.battle-target-avatar img{object-fit:contain;width:100%;height:100%;image-rendering:pixelated}.battle-target-avatar>span{color:#132b40;font-size:9px;font-weight:900}.battle-target-copy{gap:2px;min-width:0;display:grid}.battle-target-copy strong{color:#eef5f8;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;line-height:1.1;overflow:hidden}.battle-target-copy small{color:#d6e2e8c2;white-space:nowrap;font-size:10px;font-weight:800;line-height:1.1}.battle-player-target:disabled{opacity:.48;filter:saturate(.65)}@media (width<=1180px){.battle-target-choice .target-buttons .battle-player-target{grid-template-columns:26px 32px minmax(0,1fr);gap:6px;min-width:172px}.battle-target-avatar{width:30px;height:30px}}.public-quest-hud:before{box-shadow:none!important;background-color:#0000!important;border-radius:0!important}.public-quest-hud{clip-path:polygon(8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%,0 8px);background:linear-gradient(90deg,#c6a34a1f,#07142005 18%,#07142000 46%),#071420d1!important;box-shadow:inset 0 1px #9cb4c46b,inset 0 -1px #36546b9e,inset 2px 0 #c6a34a94,inset -1px 0 #36546b66!important}.public-quest-name{align-items:center;gap:8px;display:inline-flex}.public-quest-name:before{content:"";background:#c6a34a38;border:1px solid #e3c971e6;flex:none;width:7px;height:7px;transform:rotate(45deg);box-shadow:0 0 0 1px #0b1724b8}.public-quest-title-row:after{background:linear-gradient(90deg,#e3c971b8,#9cb4c457 42%,#0000 100%)}.game-card .card-tp-cost{clip-path:polygon(5px 0,100% 0,100% 100%,5px 100%,0 50%);color:#f3f7fa;text-shadow:0 1px 1px #000000e6;background:linear-gradient(#162f43fa 0%,#081724fa 100%);border:0;border-radius:0;justify-content:center;align-items:center;gap:2px;min-width:38px;height:18px;padding:0 6px 0 7px;display:inline-flex;top:12px;right:10px;box-shadow:inset 0 1px #d6e2e894,inset 0 -1px #c6a34ad1}.game-card .card-tp-cost:after{content:"";opacity:.9;background:#c6a34a;width:2px;position:absolute;top:3px;bottom:3px;right:0}.game-card .card-tp-label{letter-spacing:.06em;color:#9cb4c4;font-size:6.5px;font-weight:900;line-height:1}.game-card .card-tp-value{letter-spacing:-.02em;color:#fff;text-align:center;min-width:12px;font-size:10.5px;font-weight:950;line-height:1}.game-card .card-tp-cost.is-all-tp{min-width:43px;padding-left:7px}.game-card .card-tp-cost{clip-path:none;width:48px;min-width:48px;height:24px;box-shadow:none;color:#f5f8fa;text-shadow:none;pointer-events:none;background:0 0;border:0;border-radius:0;padding:0;display:block;top:3px;right:4px;overflow:visible}.game-card .card-tp-label{box-sizing:border-box;letter-spacing:.08em;color:#c7d5dd;text-shadow:-1px 0 #07131f,1px 0 #07131f,0 -1px #07131f,0 1px #07131f;justify-content:flex-end;align-items:center;width:23px;height:9px;padding-right:2px;font-size:5.5px;font-weight:950;line-height:1;display:flex;position:absolute;top:3px;right:20px}.game-card .card-tp-value{letter-spacing:-.035em;color:#fff;text-align:center;text-shadow:-1px 0 #07131f,1px 0 #07131f,0 -1px #07131f,0 1px #07131f,0 1px 2px #000000f2;place-items:center;width:19px;min-width:19px;height:18px;font-size:9.5px;font-weight:950;line-height:1;display:grid;position:absolute;top:4px;right:0}.game-card .card-tp-cost.is-all-tp{width:48px;min-width:48px;padding:0}.game-card .card-tp-cost.is-all-tp .card-tp-value{letter-spacing:.015em;color:#e3c971;font-size:5.8px}.game-card .card-tp-cost{clip-path:none;width:43px;min-width:43px;height:23px;box-shadow:none;pointer-events:none;z-index:24;background:0 0;border:0;border-radius:0;padding:0;display:block;top:5px;right:6px;overflow:visible}.game-card .card-tp-cost:before{content:"";box-sizing:border-box;clip-path:polygon(4px 0,100% 0,calc(100% - 4px) 100%,0 100%,0 4px);background:linear-gradient(#2a485ef5,#0b1d2bfa);width:27px;height:13px;position:absolute;top:6px;left:0;box-shadow:inset 0 1px #d6e2e8b8,inset 0 -1px #c6a34aad}.game-card .card-tp-cost:after{content:"";background:#091c2bbd;width:17px;height:17px;position:absolute;top:3px;right:1px;transform:rotate(45deg);box-shadow:inset 0 0 0 1px #d6e2e866,0 0 0 1px #060f1857}.game-card .card-tp-label{color:#d6e2e8;letter-spacing:.04em;text-shadow:0 1px 1px #07131f;z-index:2;place-items:center;width:19px;height:9px;padding:0;font-size:6.8px;font-weight:950;line-height:1;display:grid;position:absolute;top:8px;left:4px}.game-card .card-tp-value{color:#fff;letter-spacing:-.035em;text-align:center;text-shadow:-1px 0 #07131f,1px 0 #07131f,0 -1px #07131f,0 1px #07131f,0 1px 2px #000000e6;z-index:3;place-items:center;width:19px;min-width:19px;height:18px;font-size:10.5px;font-weight:950;line-height:1;display:grid;position:absolute;top:4px;right:0}.game-card .card-tp-cost.is-all-tp{width:48px;min-width:48px}.game-card .card-tp-cost.is-all-tp:before{width:27px}.game-card .card-tp-cost.is-all-tp:after{width:20px;height:20px;top:1.5px;right:0}.game-card .card-tp-cost.is-all-tp .card-tp-value{letter-spacing:.01em;color:#e3c971;width:22px;height:18px;font-size:6.2px;top:3px;right:-1px}.compact-card-tooltip-portal{z-index:32000;box-sizing:border-box;clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);color:#e8f1f5;pointer-events:none;text-align:left;background:#050e16fb;border:1px solid #9cb4c457;border-radius:0;flex-direction:column;gap:6px;width:min(300px,100vw - 24px);max-width:calc(100vw - 24px);max-height:min(260px,100vh - 24px);padding:10px 12px;display:flex;position:fixed;overflow:auto;box-shadow:inset 0 1px #d6e2e814,0 12px 34px #0000008c}.compact-card-tooltip-portal strong{color:#e3c971;font-size:12px;font-weight:950}.compact-card-tooltip-portal span{color:#d6e2e8;white-space:pre-line;overflow-wrap:anywhere;font-size:11px;line-height:1.45}.tp-substitute-panel{align-items:stretch;gap:7px 10px;border:1px solid #9cb4c442!important;border-left:2px solid #e3c971c2!important}.tp-substitute-heading{flex:100%;align-items:baseline;gap:8px;min-width:0;display:flex}.tp-substitute-heading strong{color:#e3c971;white-space:nowrap;font-size:12px}.tp-substitute-heading span{color:#c7d5dd;opacity:.78;font-size:10px;line-height:1.35}.tp-substitute-options{flex-wrap:wrap;flex:auto;align-items:stretch;gap:6px;display:flex}.tp-substitute-options button{text-align:left;flex-direction:column;justify-content:center;align-items:flex-start;gap:2px;min-width:122px;min-height:42px;display:flex;padding:6px 10px!important}.tp-substitute-options button b{font-size:11px;line-height:1.15}.tp-substitute-options button small{opacity:.62;font-size:8.5px;line-height:1.2}.tp-substitute-options button.is-selected{border-color:#e3c971c7!important;box-shadow:inset 0 0 0 1px #e3c9712e,0 0 8px #c6a34a29!important}.tp-substitute-ready{box-sizing:border-box;background:linear-gradient(#2d3025ad,#0c1c27eb);border:1px solid #e3c9717a;flex:none;grid-template-rows:auto auto;grid-template-columns:auto 1fr;align-items:center;column-gap:7px;min-width:164px;padding:5px 8px;display:grid}.tp-substitute-ready>span{color:#e3c971;letter-spacing:.08em;opacity:1;grid-row:1/3;font-size:8px;font-weight:950}.tp-substitute-ready>strong{color:#f2f6f8;font-size:10px;line-height:1.15}.tp-substitute-ready>b{color:#e3c971;font-size:10px;line-height:1.1}.effect-feedback-toast{z-index:80;box-sizing:border-box;clip-path:polygon(7px 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%,0 7px);background:linear-gradient(#122737fb,#06131efb);border:1px solid #e3c9719e;align-items:center;gap:9px;min-width:225px;max-width:min(330px,42%);min-height:44px;padding:6px 10px 6px 7px;animation:.16s ease-out effect-feedback-in;display:flex;position:absolute;top:12px;right:18px;box-shadow:0 8px 22px #00000061}.effect-feedback-code{color:#e3c971;letter-spacing:.02em;border-right:1px solid #9cb4c440;flex:none;align-self:stretch;place-items:center;min-width:58px;padding:0 6px;font-size:11px;font-weight:950;line-height:1;display:grid}.effect-feedback-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.effect-feedback-copy strong{color:#f2f7f9;white-space:nowrap;text-overflow:ellipsis;font-size:11px;line-height:1.15;overflow:hidden}.effect-feedback-copy small{color:#c7d5dd;opacity:.76;font-size:9px;line-height:1.2}@keyframes effect-feedback-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (width<=1180px){.effect-feedback-toast{max-width:min(330px,100% - 20px);top:8px;right:10px}.tp-substitute-ready{flex:100%}}.game-card .card-tp-cost{box-sizing:border-box;clip-path:polygon(4px 0,100% 0,100% calc(100% - 4px),calc(100% - 4px) 100%,0 100%,0 4px);z-index:24;background:linear-gradient(#132b40fa,#071420fa);border:1px solid #9cb4c4e0;border-radius:0;justify-content:center;align-items:center;gap:2px;width:auto;min-width:35px;height:17px;padding:0 5px 0 6px;display:inline-flex;top:15px;right:16px;overflow:hidden;box-shadow:inset 0 -1px #c6a34a99,inset 1px 0 #d6e2e81a,0 1px 2px #0000005c}.game-card .card-tp-label,.game-card .card-tp-value{text-align:center;text-shadow:0 1px 1px #07131f;width:auto;min-width:0;height:auto;padding:0;display:inline;position:static}.game-card .card-tp-label{color:#9cb4c4;letter-spacing:.03em;font-size:6px;font-weight:950;line-height:1}.game-card .card-tp-value{color:#f7fbfd;letter-spacing:-.025em;font-size:10px;font-weight:1000;line-height:1}.game-board .target-buttons .battle-player-target{--seat-color:#78828f;text-align:left;grid-template-columns:28px 36px minmax(0,1fr);align-items:center;gap:7px;min-width:190px;min-height:48px;display:grid;box-shadow:inset 3px 0 0 var(--seat-color)!important;color:#eef5f8!important;background:#081926eb!important;border:1px solid #9cb4c457!important;padding:5px 9px 5px 7px!important}.game-board .target-buttons .battle-player-target.seat-1{--seat-color:#f1a31c}.game-board .target-buttons .battle-player-target.seat-2{--seat-color:#2ed7d3}.game-board .target-buttons .battle-player-target.seat-3{--seat-color:#e98a96}.game-board .target-buttons .battle-player-target.seat-4{--seat-color:#a887d9}.game-board .target-buttons .battle-player-target:hover:not(:disabled),.game-board .target-buttons .battle-player-target:focus-visible:not(:disabled),.game-board .target-buttons .battle-player-target.is-selected{border-color:var(--seat-color)!important;box-shadow:inset 3px 0 0 var(--seat-color), inset 0 0 0 1px #d6e2e81f!important;background:#0d2536fa!important}.game-board .target-buttons .battle-player-target.is-selected:after{content:"SELECT";color:var(--seat-color);letter-spacing:.08em;justify-self:end;font-size:7px;font-weight:1000}.battle-action-card-preview{flex:none;align-self:flex-start}.guard-selection-hint{color:#d6e2e8b3;white-space:nowrap;border-left:2px solid #438ccb9e;align-items:center;min-height:32px;padding:0 9px;font-size:10px;font-weight:850;line-height:1.25;display:inline-flex}.guard-resolution-buttons .battle-resolve-button{text-align:left;grid-template-rows:auto auto;align-content:center;justify-items:start;gap:2px;min-width:176px;min-height:42px;display:grid;color:#f3f7fa!important;background:linear-gradient(#332e1ffa,#181f24fa)!important;border-color:#c6a34a94!important;padding:6px 11px!important;box-shadow:inset 3px 0 #c6a34a,inset 0 1px #e3c9711f!important}.guard-resolution-buttons .battle-resolve-button>span{color:#e3c971;letter-spacing:.04em;font-size:9px;font-weight:950;line-height:1}.guard-resolution-buttons .battle-resolve-button>strong{color:#f3f7fa;font-size:11px;font-weight:950;line-height:1.15}.guard-resolution-buttons .battle-resolve-button.is-zero{background:linear-gradient(#18372dfa,#0c2222fa)!important;border-color:#4b9a6a94!important;box-shadow:inset 3px 0 #4b9a6a!important}.guard-resolution-buttons .battle-resolve-button.is-zero>span{color:#9bd0ad}.guard-resolution-buttons .battle-resolve-button.is-lethal{background:linear-gradient(#572327fa,#30151bfa)!important;border-color:#c84e4eb8!important;box-shadow:inset 3px 0 #c84e4e!important}@media (width<=1180px){.game-board .target-buttons .battle-player-target{grid-template-columns:26px 32px minmax(0,1fr);gap:6px;min-width:172px}.guard-resolution-buttons .battle-resolve-button{min-width:150px}}.game-card .card-tp-cost{box-sizing:border-box;clip-path:polygon(5px 0,100% 0,100% calc(100% - 4px),calc(100% - 4px) 100%,0 100%,0 5px);pointer-events:none;z-index:28;background:linear-gradient(#234054fc,#081825fe);border:0;border-radius:0;justify-content:center;align-items:center;gap:2px;width:auto;min-width:38px;height:19px;padding:0 5px 0 6px;display:inline-flex;top:7px;right:8px;overflow:visible;box-shadow:inset 0 0 0 1px #9cb4c4eb,inset 0 -2px #c6a34ab8,inset 1px 1px #d6e2e81f,0 1px 2px #00000075}.game-card .card-tp-cost:before{clip-path:polygon(0 0,100% 50%,0 100%);width:7px;height:4px;box-shadow:none;background:linear-gradient(90deg,#9cb4c4,#c6a34a);position:absolute;top:7px;right:-6px;content:""!important;display:block!important}.game-card .card-tp-cost:after{height:1px;box-shadow:none;background:#d6e2e833;position:absolute;top:2px;left:3px;right:3px;transform:none;content:""!important;display:block!important}.game-card .card-tp-label,.game-card .card-tp-value{text-align:center;z-index:2;width:auto;min-width:0;height:auto;padding:0;line-height:1;display:inline;position:static}.game-card .card-tp-label{color:#b9cbd6;letter-spacing:.05em;text-shadow:0 1px 1px #07131f;font-size:5.8px;font-weight:950}.game-card .card-tp-value{color:#f7fbfd;letter-spacing:-.035em;text-shadow:-1px 0 #07131f,1px 0 #07131f,0 -1px #07131f,0 1px #07131f;font-size:9.4px;font-weight:1000}.effect-feedback-toast{border-color:#e3c971b8;box-shadow:inset 3px 0 #c6a34a,0 8px 22px #0000006b}.effect-feedback-code{color:#e3c971;min-width:62px}.effect-feedback-copy small{color:#d6e2e8;opacity:.9}.game-card .card-tp-cost{clip-path:none;width:43px;min-width:43px;height:18px;box-shadow:none;pointer-events:none;image-rendering:pixelated;z-index:28;background:url(/assets/tp-cost-plate-CDsd-y6o.png) 50%/100% 100% no-repeat;border:0;border-radius:0;justify-content:center;align-items:center;gap:2px;padding:0 6px 1px;display:inline-flex;top:6px;right:6px;overflow:visible}.game-card .card-tp-cost:before,.game-card .card-tp-cost:after{content:none!important;display:none!important}.game-card .card-tp-label,.game-card .card-tp-value{text-align:center;text-shadow:0 1px 1px #06121d;width:auto;min-width:0;height:auto;padding:0;line-height:1;display:inline;position:static}.game-card .card-tp-label{color:#b9cbd6;letter-spacing:.035em;font-size:5.7px;font-weight:950}.game-card .card-tp-value{color:#f6fbfd;letter-spacing:-.035em;font-size:9.2px;font-weight:1000}.game-card .card-tp-cost.is-all-tp{width:45px;min-width:45px;padding-inline:5px}.game-card .card-tp-cost.is-all-tp .card-tp-value{color:#e3c971;letter-spacing:.01em;font-size:6.4px}.battle-single-action-composer{justify-content:flex-start;align-items:flex-start;min-height:198px}.battle-single-action-composer .battle-draft-main-card{justify-items:center}@media (width>=1181px){.battle-target-choice>.battle-draft-composer{grid-area:1/1/span 60}.battle-target-choice>.battle-single-action-composer{box-sizing:border-box;width:100%;min-width:0;max-width:none;padding:3px 8px 3px 2px}}@media (width<=1180px){.battle-single-action-composer{justify-content:center;min-height:0}}.game-card .card-tp-cost.is-all-tp{gap:0;width:43px;min-width:43px;padding:0 5px 1px}.game-card .card-tp-cost.is-all-tp .card-tp-value{color:#f6fbfd;letter-spacing:.02em;text-shadow:0 1px 1px #06121d;place-items:center;width:100%;height:100%;font-size:8.6px;font-weight:1000;line-height:1;display:grid;transform:translateY(-.2px)}.game-over-winner{color:#f6fbfd;margin:8px 0 12px;font-size:22px;font-weight:1000;line-height:1.2}.game-over-losers{gap:5px;margin:0 0 14px;display:grid}.game-over-death-cause{flex-wrap:wrap;justify-content:center;gap:.35em;margin:0;line-height:1.45;display:flex}.game-over-death-cause strong{color:#ffd0d0}.game-over-death-cause span{color:#e6b7b7;font-size:.9em;font-weight:800}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}.game-board{font-synthesis:none;height:100vh;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Yu Gothic UI,Yu Gothic,Meiryo,system-ui,sans-serif}@supports (height:100dvh){.game-board{height:100dvh;min-height:100dvh}}.game-board button,.game-board input{font-family:inherit}.game-header,.public-quest-hud,.turn-banner,.player-panel,.my-area,.battle-panel{line-height:1.2}.game-header>*,.public-quest-main,.player-panel-main,.player-panel-info,.hand-zone,.hand-action-row,.hand-scroll-shell{min-width:0}.player-panel-heading{grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:5px;min-height:25px;line-height:1;display:grid}.player-panel-heading strong{width:auto;min-width:0;max-width:none;line-height:1.15}.player-seat-badge,.player-self-label{line-height:1}.player-detail-toggle{white-space:nowrap;place-items:center;min-height:25px;margin-left:0;padding-top:3px!important;padding-bottom:3px!important;line-height:1!important;display:grid!important}.player-hero-line{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:5px;min-height:22px;line-height:1.15;display:grid}.player-hero-line span,.player-hero-line b{line-height:1.05}.player-core-stats{align-items:stretch}.player-core-stat{height:27px;min-height:27px;padding-top:0;padding-bottom:0}.player-core-stat span,.player-core-stat b,.player-detail-row,.player-resource-row>span,.normal-action-summary,.hand-zone-heading,.hand-action-note,.turn-end-button{line-height:1.15}.player-exp-row{grid-template-columns:28px minmax(0,1fr) auto;align-items:center;column-gap:5px;display:grid}.player-exp-row .mini-label,.player-exp-row>b{flex:none}.player-resource-row{align-items:center}.my-play-row,.hand-action-row{align-items:start}.move-action-card{align-self:start}@media (width>=1181px) and (height<=1020px){.game-board,.game-board.log-closed,.game-board.log-open{grid-template-rows:60px minmax(0,1fr) clamp(298px,43vh,372px)}.stage-image-wrap{height:clamp(102px,12.2vh,118px)}}@media (width>=1181px) and (height<=900px){.player-panel-heading{min-height:23px}.player-hero-line{min-height:20px}}.battle-panel{background-image:url(/assets/battle-corner-tl-7W198Gj-.png),url(/assets/battle-corner-tr-BnGWWsHu.png),linear-gradient(90deg,#d6e2e875,#36546b3d,#e3c97142,#36546b3d,#d6e2e875),linear-gradient(90deg,#d6e2e847,#36546b2e,#e3c97129,#36546b2e,#d6e2e847),linear-gradient(#122c3f2e,#05101b24);background-position:0 0,100% 0,70px 7px,70px calc(100% - 7px),50%;background-repeat:no-repeat;background-size:58px,58px,calc(100% - 140px) 1px,calc(100% - 140px) 1px,100% 100%;background-image:url(/assets/battle-corner-tl-7W198Gj-.png),url(/assets/battle-corner-tr-BnGWWsHu.png),linear-gradient(90deg,#d6e2e875,#36546b3d,#e3c97142,#36546b3d,#d6e2e875),linear-gradient(90deg,#d6e2e847,#36546b2e,#e3c97129,#36546b2e,#d6e2e847),linear-gradient(#122c3f2e,#05101b24)!important;background-position:0 0,100% 0,70px 7px,70px calc(100% - 7px),50%!important;background-repeat:no-repeat!important;background-size:58px,58px,calc(100% - 140px) 1px,calc(100% - 140px) 1px,100% 100%!important}.battle-panel>.ui-art-frame{display:none!important}.battle-panel{background-image:url(/assets/battle-corner-tl-7W198Gj-.png),url(/assets/battle-corner-tr-BnGWWsHu.png),linear-gradient(90deg,#d6e2e875,#36546b3d,#e3c97142,#36546b3d,#d6e2e875),linear-gradient(#122c3f2e,#05101b24)!important;background-position:0 0,100% 0,70px 7px,50%!important;background-repeat:no-repeat!important;background-size:58px,58px,calc(100% - 140px) 1px,100% 100%!important}.my-area:before,.my-area:after{content:none!important;background-image:none!important;display:none!important}.center-area{grid-template-rows:max-content minmax(0,1fr)!important;gap:8px!important;overflow:hidden!important}.stage-zone{z-index:2;isolation:isolate;position:relative;margin:0!important;overflow:hidden!important}.stage-network,.stage-network.stage-network-triangle{overflow:hidden!important}.battle-panel{z-index:1;position:relative;background-color:#071420b8!important;background-image:linear-gradient(90deg,#d6e2e875,#36546b3d,#e3c9713d,#36546b3d,#d6e2e875),linear-gradient(#122c3f2e,#05101b24)!important;background-position:12px 7px,50%!important;background-repeat:no-repeat!important;background-size:calc(100% - 24px) 1px,100% 100%!important;margin:0!important}@media (width>=1181px) and (height<=900px){.center-area{gap:7px!important}}.battle-panel{flex-direction:column!important;min-height:0!important;display:flex!important;overflow:hidden!important}.battle-main-region{z-index:1;overscroll-behavior:contain;scrollbar-gutter:stable;flex:auto;min-height:0;position:relative;overflow:auto}.battle-info-strip{z-index:2;box-sizing:border-box;background:linear-gradient(#05101b2e,#05101b6b);border-top:1px solid #8abce038;flex:none;grid-template-columns:minmax(0,1fr) minmax(220px,.32fr);gap:6px;width:100%;min-width:0;max-height:92px;margin-top:6px;padding-top:5px;display:grid;position:relative;overflow:hidden}.battle-info-strip:empty{display:none}.battle-info-strip>.battle-hover-detail:only-child,.battle-info-strip>.battle-log-box:only-child{grid-column:1/-1}.battle-info-strip .battle-hover-detail,.battle-panel.is-pending-attack .battle-info-strip .battle-hover-detail,.battle-panel.is-targeting-action .battle-info-strip .battle-hover-detail{box-sizing:border-box;width:100%!important;min-width:0!important;min-height:0!important;max-height:86px!important;margin:0!important;padding:6px 9px!important;overflow:auto!important}.battle-info-strip .battle-hover-detail-heading{z-index:1;background:#121f2af5;padding-bottom:3px;position:sticky;top:0}.battle-info-strip .battle-hover-detail-description{overflow-wrap:anywhere;line-height:1.4}.battle-info-strip .battle-log-box,.battle-panel.is-pending-attack .battle-info-strip .battle-log-box{box-sizing:border-box;width:100%!important;min-width:0!important;max-height:86px!important;margin:0!important;padding:6px 8px!important;overflow:auto!important}@media (width>=1181px) and (height<=900px){.battle-info-strip{max-height:82px;margin-top:5px;padding-top:4px}.battle-info-strip .battle-hover-detail,.battle-info-strip .battle-log-box{max-height:76px!important}}.full-card-tooltip-portal{z-index:12000;box-sizing:border-box;pointer-events:none;color:#eef5f8;background:linear-gradient(#0d1c29fa,#040c14fa);border:1px solid #82b3d375;border-top-color:#e3c971b8;gap:6px;width:min(360px,100vw - 24px);max-height:min(180px,100vh - 24px);padding:10px 12px;font-size:12px;line-height:1.45;display:grid;position:fixed;overflow:auto;box-shadow:inset 0 1px #d6e2e814,0 8px 24px #00000075}.full-card-tooltip-portal>strong{color:#f2d878;font-size:14px;line-height:1.2}.full-card-tooltip-meta{color:#dce8eed1;letter-spacing:.01em;font-size:11px;font-weight:800}.battle-info-strip{grid-template-columns:minmax(0,1fr)!important;max-height:64px!important;margin-top:4px!important;padding-top:4px!important}.battle-info-strip .battle-log-box,.battle-panel.is-pending-attack .battle-info-strip .battle-log-box{max-height:58px!important}.battle-panel{background-color:#071420c2!important;background-image:linear-gradient(90deg,#d6e2e87a,#36546b40,#e3c97138,#36546b40,#d6e2e87a),linear-gradient(#122c3f30,#05101b24)!important;background-position:12px 7px,50%!important;background-repeat:no-repeat!important;background-size:calc(100% - 24px) 1px,100% 100%!important;border:1px solid #8abce057!important;box-shadow:inset 0 0 0 1px #23435b47,inset 0 1px #d6e2e814,0 2px 8px #0000001f!important}@media (width>=1181px) and (height<=900px){.full-card-tooltip-portal{max-height:156px;padding:8px 10px}}.public-quest-hud:before,.public-quest-hud:after,.turn-banner:before,.turn-banner:after{content:none!important;background-image:none!important;display:none!important}.game-header{height:100%;align-items:stretch!important}.public-quest-hud,.turn-banner{box-sizing:border-box;clip-path:polygon(7px 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%,0 7px);align-self:stretch;height:100%;min-height:0;max-height:100%;border-radius:0!important;overflow:hidden!important}.public-quest-hud{background:linear-gradient(90deg,#c6a34a1a,#07142005 18%,#0000 44%),#071420d6!important;border:1px solid #7ea8c457!important;column-gap:8px!important;padding:6px 12px 6px 14px!important;box-shadow:inset 3px 0 #c6a34a7a,inset 0 1px #d6e2e833,inset 0 -1px #36546b8a!important}.public-quest-title-row:after{bottom:-4px!important;left:0!important;right:0!important}.turn-banner{background:linear-gradient(#1c2a3247,#071420d1)!important;border:1px solid #c6a34a6b!important;padding:6px 12px 5px!important;box-shadow:inset 0 2px #c6a34a3d,inset 0 -1px #36546b7a!important}@media (width>=1181px){.battle-panel{--battle-card-width:90px;--battle-card-height:126px;--battle-card-scale:.6}.battle-active{grid-template-rows:auto minmax(142px,auto)!important;grid-template-columns:minmax(360px,.48fr) minmax(390px,.52fr)!important;gap:6px 12px!important;overflow:hidden!important}.battle-active>.battle-visual-flow{flex-wrap:nowrap!important;place-content:flex-start!important;align-items:flex-start!important;gap:8px!important;min-height:142px!important;max-height:142px!important;padding:2px 6px 4px 2px!important;display:flex!important;overflow:hidden!important}.battle-card-preview,.battle-guard-card-preview{width:var(--battle-card-width)!important;min-width:var(--battle-card-width)!important;height:var(--battle-card-height)!important;min-height:var(--battle-card-height)!important;flex:0 0 var(--battle-card-width)!important;position:relative!important;overflow:hidden!important}.battle-card-scale,.battle-guard-card-scale{transform:scale(var(--battle-card-scale))!important;transform-origin:0 0!important;position:absolute!important;inset:0 auto auto 0!important}.battle-active>.battle-visual-flow .battle-guard-card-list,.battle-draft-card-stack{flex-wrap:nowrap!important;justify-content:flex-start!important;align-items:flex-start!important;max-width:162px!important;padding:0 4px 0 0!important;display:flex!important;overflow:visible!important}.battle-active>.battle-visual-flow .battle-guard-card-preview+.battle-guard-card-preview,.battle-draft-card-stack .battle-guard-card-preview+.battle-guard-card-preview{margin-left:-40px!important}.battle-visual-label{white-space:nowrap;min-width:0}.battle-resolution-column{flex-direction:column!important;gap:5px!important;height:auto!important;min-height:142px!important;display:flex!important;overflow:hidden!important}.guard-resolution-head{flex:none;grid-template-columns:minmax(142px,.34fr) minmax(280px,.66fr);align-items:stretch;gap:7px;min-width:0;display:grid}.guard-resolution-head>.remaining-damage{box-sizing:border-box;justify-content:center!important;align-items:flex-start!important;width:auto!important;min-width:0!important;min-height:62px!important;margin:0!important;padding:7px 10px!important}.guard-resolution-head>.remaining-damage:only-child{grid-column:1/-1}.guard-resolution-head>.guard-resolution-bar{box-sizing:border-box;justify-content:space-between!important;align-items:center!important;gap:8px!important;min-width:0!important;min-height:62px!important;margin:0!important;padding:7px 8px!important;display:flex!important}.guard-resolution-summary{min-width:0;line-height:1.2;white-space:normal!important;font-size:10px!important}.guard-resolution-buttons{flex:none;flex-wrap:nowrap!important;justify-content:flex-end!important;align-items:center!important;gap:5px!important;display:flex!important}.guard-resolution-buttons .battle-resolve-button,.guard-resolution-buttons .battle-commit-button,.guard-resolution-buttons .battle-clear-button{text-align:center!important;white-space:nowrap!important;justify-content:center!important;align-items:center!important;min-width:0!important;min-height:34px!important;padding:6px 9px!important;font-size:11px!important;font-weight:950!important;line-height:1.15!important;display:inline-flex!important}.guard-resolution-buttons .battle-resolve-button{color:#f3f7fa!important;background:linear-gradient(#332e1ffa,#181f24fa)!important;border-color:#c6a34a94!important;box-shadow:inset 3px 0 #c6a34a!important}.guard-resolution-buttons .battle-resolve-button.is-zero{background:linear-gradient(#18372dfa,#0c2222fa)!important;border-color:#4b9a6a94!important;box-shadow:inset 3px 0 #4b9a6a!important}.guard-controls{flex-direction:column!important;flex:auto!important;gap:4px!important;min-height:0!important;display:flex!important;overflow:hidden!important}.guard-controls-intro{min-width:0;flex:none!important;padding:2px 5px!important}.guard-extra-settings{overscroll-behavior:contain;scrollbar-gutter:stable;padding-right:3px;flex:auto!important;min-height:0!important;max-height:none!important;overflow:hidden auto!important}.battle-draft-main-card,.battle-action-card-preview{min-width:0}}@media (width>=1181px) and (height<=900px){.battle-panel{--battle-card-width:82px;--battle-card-height:115px;--battle-card-scale:.546667}.battle-active{grid-template-rows:auto minmax(130px,auto)!important;grid-template-columns:minmax(330px,.48fr) minmax(360px,.52fr)!important}.battle-active>.battle-visual-flow{gap:6px!important;min-height:130px!important;max-height:130px!important}.battle-resolution-column{min-height:130px!important}.guard-resolution-head{grid-template-columns:minmax(132px,.34fr) minmax(248px,.66fr);gap:6px}.guard-resolution-head>.remaining-damage,.guard-resolution-head>.guard-resolution-bar{min-height:56px!important;padding-top:5px!important;padding-bottom:5px!important}.battle-active>.battle-visual-flow .battle-guard-card-preview+.battle-guard-card-preview,.battle-draft-card-stack .battle-guard-card-preview+.battle-guard-card-preview{margin-left:-36px!important}}@media (width>=1181px) and (height<=760px){.battle-panel{--battle-card-width:76px;--battle-card-height:107px;--battle-card-scale:.506667}.battle-active{grid-template-rows:auto minmax(120px,auto)!important;grid-template-columns:minmax(305px,.48fr) minmax(340px,.52fr)!important}.battle-active>.battle-visual-flow{min-height:120px!important;max-height:120px!important}.battle-resolution-column{min-height:120px!important}.guard-resolution-summary{display:none}}.own-special-zone{--own-sp-slot-w:64px;--own-sp-slot-h:58px;--own-sp-art-w:46px;--own-sp-art-h:34px;box-sizing:border-box;background:#07142042;border:0;border-radius:0;width:80px;min-width:80px;min-height:0;padding:3px 7px 6px;box-shadow:inset 1px 0 #9cb4c41a}.own-special-zone .zone-label{width:var(--own-sp-slot-w);color:#e8f0f4;letter-spacing:0;text-align:center;text-indent:0;height:19px;image-rendering:pixelated;background:url(/assets/sp-header-W9-r71cA.png) 50%/100% 100% no-repeat;justify-content:center;align-items:center;margin:0 auto 4px;padding:0;font-size:10.5px;font-weight:900;line-height:1;display:flex}.own-special-list{width:var(--own-sp-slot-w);grid-template-columns:var(--own-sp-slot-w);grid-auto-rows:var(--own-sp-slot-h);box-shadow:none;background:0 0;border:0;place-content:start center;justify-items:stretch;gap:5px 0;margin:0 auto;padding:0;display:grid}.own-special-slot-cell{width:var(--own-sp-slot-w);min-width:var(--own-sp-slot-w);height:var(--own-sp-slot-h);min-height:var(--own-sp-slot-h);place-items:stretch stretch;margin:0;padding:0;display:grid}.compact-card-tooltip-trigger{outline:none;flex:none;place-items:stretch stretch;width:100%;min-width:100%;height:100%;min-height:100%;margin:0;padding:0;display:grid}.own-special-item,.own-special-empty{isolation:isolate;box-sizing:border-box;color:#fff;place-items:center;width:100%;min-width:100%;height:100%;min-height:100%;margin:0;display:grid;position:relative;overflow:hidden;clip-path:none!important;box-shadow:none!important;background:radial-gradient(circle at 50% 44%,#2349627a,#0000 72%),#071827!important;border:0!important;border-radius:0!important;padding:0!important}.own-special-item:after,.own-special-empty:after{content:"";z-index:4;pointer-events:none;background:url(/assets/sp-icon-slot-frame-overlay-Dex77K-z.png) 50%/100% 100% no-repeat;display:block;position:absolute;inset:0}.own-special-item:before,.own-special-empty:before{content:none;display:none}.own-special-item .asset-icon{isolation:isolate;z-index:1;width:var(--own-sp-art-w);min-width:var(--own-sp-art-w);height:var(--own-sp-art-h);min-height:var(--own-sp-art-h);box-sizing:border-box;clip-path:polygon(4px 0,calc(100% - 4px) 0,100% 4px,100% calc(100% - 4px),calc(100% - 4px) 100%,4px 100%,0 calc(100% - 4px),0 4px);background:linear-gradient(#1a3a4efa,#05131ffa);border:1px solid #deb142b8;border-radius:0;margin:0;padding:2px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #6fa5c457,inset 0 0 9px #00000075,0 0 0 1px #020a12c7,0 0 7px #d7aa3e1f}.own-special-item .asset-icon:before,.own-special-item .asset-icon:after{content:"";pointer-events:none;display:block;position:absolute}.own-special-item .asset-icon:before{z-index:2;background:linear-gradient(#06141f47,#0000 34% 66%,#030c1457),linear-gradient(90deg,#030c1457,#0000 18% 82%,#030c1457);inset:1px;box-shadow:inset 0 0 8px #00000047}.own-special-item .asset-icon:after{z-index:3;border-top:1px solid #efc759d1;border-bottom:1px solid #9a701db8;inset:2px;box-shadow:inset 0 0 0 1px #74a8c52e,0 0 4px #e4b8471a}.own-special-item .asset-icon img{z-index:1;object-fit:contain;object-position:center center;mix-blend-mode:normal;filter:brightness(.93)contrast(1.1)saturate(1.08);width:calc(100% - 4px);height:calc(100% - 4px);position:absolute;inset:2px;transform:none}.own-special-empty-mark{z-index:1;width:var(--own-sp-art-w);height:var(--own-sp-art-h);color:#cedde6c2;text-align:center;text-shadow:0 1px #000000a6;place-items:center;font-size:22px;font-weight:800;line-height:1;display:grid;position:relative}.own-special-item:disabled{filter:saturate(.84)brightness(.92);opacity:1!important}.own-special-item:not(:disabled):hover,.own-special-item:not(:disabled):focus-visible,.own-special-item.is-selected,.own-special-item.is-selected-plus{filter:brightness(1.06);outline-offset:1px;outline:2px solid #efc759e0}.my-play-row.is-draw-locked .own-special-zone{opacity:.24;filter:grayscale(.9);pointer-events:none;-webkit-user-select:none;user-select:none}.my-play-row.is-operation-locked .own-special-zone{opacity:.38;filter:grayscale(.9);pointer-events:none;-webkit-user-select:none;user-select:none}.player-special-row{justify-content:flex-start;align-items:center;gap:8px;min-height:56px;display:flex}.player-special-row>.mini-label{flex:0 0 28px;align-self:center;width:28px;min-width:28px;margin:0}.public-special-icon-row{width:max-content;max-width:calc(100% - 36px);min-height:52px;box-shadow:none;background:0 0;border:0;justify-content:flex-start;align-items:center;gap:6px;margin:0;padding:0;display:inline-flex}.public-special-popover,.public-special-popover .info-trigger{box-sizing:border-box!important;clip-path:none!important;width:58px!important;min-width:58px!important;height:52px!important;min-height:52px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;place-items:center!important;margin:0!important;padding:0!important;display:grid!important;overflow:visible!important}.public-special-popover .info-trigger:before,.public-special-popover .info-trigger:after{content:none!important;display:none!important}.public-special-icon{isolation:isolate;box-sizing:border-box;background:radial-gradient(circle at 50% 44%,#1f455d4d,#0000 68%),#071827;border:0;place-items:center;width:58px;min-width:58px;height:52px;min-height:52px;margin:0;padding:0;display:grid;position:relative;overflow:hidden}.public-special-icon:after{content:"";z-index:3;pointer-events:none;background:url(/assets/sp-icon-slot-frame-overlay-Dex77K-z.png) 50%/100% 100% no-repeat;display:block;position:absolute;inset:0}.public-special-icon .asset-icon{z-index:1;box-sizing:border-box;clip-path:inset(0);contain:paint;place-items:center;margin:0;padding:0;display:grid;position:absolute;inset:32.5% 20.75% 25.75%;overflow:hidden;background:#071827!important;border:0!important;border-radius:0!important;width:auto!important;min-width:0!important;height:auto!important;min-height:0!important;box-shadow:inset 0 0 4px #00000042!important}.public-special-icon .asset-icon:before,.public-special-icon .asset-icon:after{content:none!important;display:none!important}.public-special-icon .asset-icon img{object-fit:contain;object-position:center center;mix-blend-mode:normal;filter:brightness(.93)contrast(1.1)saturate(1.08);width:100%;height:100%;position:absolute;inset:0;transform:none}.public-special-placeholder{isolation:isolate;box-sizing:border-box;width:58px;min-width:58px;height:52px;min-height:52px;box-shadow:none;color:#d6e2e8ad;background:#071827;border:0;border-radius:0;place-items:center;margin:0;padding:0;font-size:13px;font-weight:900;display:grid;position:relative;overflow:hidden}.public-special-placeholder:after{content:"";z-index:2;pointer-events:none;background:url(/assets/sp-icon-slot-frame-overlay-Dex77K-z.png) 50%/100% 100% no-repeat;display:block;position:absolute;inset:0}@media (width>=1181px) and (height<=900px){.own-special-zone{--own-sp-slot-w:60px;--own-sp-slot-h:54px;--own-sp-art-w:43px;--own-sp-art-h:32px;width:76px;min-width:76px;padding:3px 7px 5px}.player-special-row{min-height:52px}.public-special-icon-row{min-height:48px}.public-special-popover,.public-special-popover .info-trigger,.public-special-icon,.public-special-placeholder{width:54px!important;min-width:54px!important;height:48px!important;min-height:48px!important}}@media (width<=760px){.own-special-zone{--own-sp-slot-w:56px;--own-sp-slot-h:51px;--own-sp-art-w:40px;--own-sp-art-h:30px;width:70px;min-width:70px;padding-inline:7px}}.battle-decision-dock{flex:none;min-width:0;max-height:46%;overflow:auto}.battle-decision-dock .decision-panel{margin:4px 8px}.battle-decision-dock .target-buttons{flex-wrap:wrap;gap:6px;display:flex}.battle-decision-dock .forced-discard-panel,.battle-decision-dock .move-decision{flex-wrap:wrap;align-items:center;gap:6px 12px;display:flex}.turn-banner>strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.turn-banner.is-my-turn{box-shadow:inset 0 0 0 1px #d4bd76,0 0 9px #b99d4233}.turn-banner .decision-owner{color:#ead593;font-size:11px}.item-confirm-button{margin-top:8px}.pregame-roster-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.pregame-roster-stats>span{background:#131e30;border:1px solid #53667b;grid-template-columns:auto 1fr;align-items:center;gap:6px;padding:4px 7px;display:grid}.pregame-roster-stats b{font-variant-numeric:tabular-nums;justify-self:end}
