*{box-sizing:border-box}html,body,#root{margin:0;height:100%;width:100%}body{overflow:hidden;font-family:VT323,Courier New,monospace;-webkit-font-smoothing:none;-moz-osx-font-smoothing:grayscale;letter-spacing:.02em}.game-container{display:flex;flex-direction:column;height:100vh;height:100dvh;width:100vw;overflow:hidden}.side-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:14;cursor:pointer}.side-menu{position:fixed;top:0;left:0;height:100%;width:250px;max-width:85vw;background-color:#0d0f13f0;color:var(--ink-050);display:flex;flex-direction:column;gap:16px;padding:calc(var(--topbar-height, 64px) + 16px) 16px 16px;z-index:15;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#2a2a2e #141417;transform:translate(-100%);transition:transform .25s ease-in-out;border-right:2px solid #000;box-shadow:inset -3px 0 0 var(--ink-600)}.side-menu::-webkit-scrollbar{width:10px;height:10px}.side-menu::-webkit-scrollbar-track{background:#141417;border:1px solid #000}.side-menu::-webkit-scrollbar-thumb{background:#2a2a2e;border:1px solid #000;box-shadow:inset 0 0 0 1px #3a3a40;border-radius:0}.side-menu::-webkit-scrollbar-thumb:hover{background:#3a3a40}.side-menu::-webkit-scrollbar-corner{background:#141417}.side-menu.open{transform:translate(0)}.side-menu button{background-color:#14171deb;border:2px solid #000;padding:7px 10px;color:var(--ink-050);cursor:pointer;text-align:left;font-size:15px;font-family:inherit;transition:background-color .12s ease,color .12s ease}.side-menu button:hover{background-color:var(--ink-600)}.side-menu__exit{border-color:var(--accent-danger)!important;color:var(--accent-danger)!important}.side-menu__exit:hover{background-color:var(--accent-danger)!important;color:#06101c!important}.side-menu__turn{flex:0 0 auto;font-size:26px;letter-spacing:.06em;line-height:1;color:var(--ink-300);border-bottom:2px solid #000;padding-bottom:12px;-webkit-user-select:none;user-select:none}.side-menu__turn-value{color:var(--ink-050)}.menu-section{display:flex;flex-direction:column;gap:6px}.menu-section__title{font-size:13px;text-transform:uppercase;letter-spacing:.1em;color:var(--ink-300)}.side-menu__toggle--active{background-color:#2f6f4feb!important;outline:1px solid #4caf7d}.map-option{display:flex;flex-direction:column;gap:2px}.map-option__name{font-size:19px}.map-option__desc{font-size:15px;color:var(--ink-300)}.map-option--active{background-color:#2f6f4feb!important;outline:1px solid #4caf7d}.game-content{flex:1 1 auto;position:relative;min-height:0;background:radial-gradient(circle at 50% 40%,#3a4552,#1c222b)}.top-bar{--topbar-h: 56px;--topbar-font: 20px;--topbar-icon: 18px;--topbar-chip: 34px;--topbar-btn-h: 32px;flex:0 0 auto;height:var(--topbar-h);background-color:var(--ink-900);color:var(--ink-050);display:flex;align-items:center;gap:16px;padding:0 12px;position:relative;border-bottom:2px solid #000;box-shadow:inset 0 -3px 0 var(--ink-600);z-index:16}.top-bar img{image-rendering:pixelated;display:block}.burger-menu{flex:0 0 auto;width:calc(var(--topbar-font) * 1.4);height:calc(var(--topbar-font) * 1.4);display:grid;place-items:center;padding:0;font-size:calc(var(--topbar-font) * .95);line-height:1;color:var(--ink-300);background:none;border:none;cursor:pointer;-webkit-user-select:none;user-select:none;font-family:inherit;transition:color .12s ease}.burger-menu:hover,.burger-menu--open{color:var(--ink-050)}.turn-counter{flex:0 0 auto;display:inline-flex;align-items:center;font-size:var(--topbar-font);letter-spacing:.06em;color:var(--ink-300);white-space:nowrap;-webkit-user-select:none;user-select:none}.turn-timer{color:var(--accent-gold)}.turn-timer--low{color:var(--accent-danger);animation:timer-blink .6s steps(2,start) infinite}@keyframes timer-blink{50%{opacity:.45}}.spectator-tag{flex:0 0 auto;display:inline-flex;align-items:center;gap:5px;height:var(--topbar-btn-h);box-sizing:border-box;font-size:calc(var(--topbar-font) * .8);letter-spacing:.08em;color:var(--ink-300);background:var(--ink-800);border:2px dashed var(--ink-600);padding:0 8px;white-space:nowrap;-webkit-user-select:none;user-select:none}.spectator-tag:before{content:"";width:7px;height:7px;background:var(--ink-300);flex:0 0 auto}.players-info{display:flex;flex:1;align-items:stretch;justify-content:center;gap:clamp(10px,2vw,20px);min-width:0;padding:4px;overflow-x:auto;scrollbar-width:none;--name-ch: max(9, 24 - var(--player-count, 2) * 3)}.players-info::-webkit-scrollbar{display:none}.player-profile{display:flex;align-items:center;gap:7px;flex:0 0 auto;box-sizing:border-box;padding:3px 8px;font-size:calc(var(--topbar-font) * .95);line-height:1;color:var(--ink-300);background:var(--ink-800);border:2px solid #000;-webkit-user-select:none;user-select:none;transition:color .12s ease,background .12s ease}.player-profile--active{color:var(--ink-050);background:#1b1f27}.player-profile--eliminated{background:#0a0c10;border-color:#000;color:#5a6270}.player-profile--eliminated .player-profile__name{text-decoration:line-through;text-decoration-thickness:2px}.player-profile--eliminated .player-profile__chip:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0c10b8}.player-profile__chip{position:relative;flex:0 0 auto;width:var(--topbar-chip);height:var(--topbar-chip);display:grid;place-items:center;border:1px solid #000}.player-profile__ai{font-size:calc(var(--topbar-chip) * .5);line-height:1;letter-spacing:0;color:#fff;text-shadow:1px 0 0 #000,-1px 0 0 #000,0 1px 0 #000,0 -1px 0 #000}.player-profile__badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.player-profile__crown{flex:0 0 auto;width:var(--topbar-icon);height:var(--topbar-icon)}.player-profile__badge--dead{width:calc(var(--topbar-chip) * .85);height:calc(var(--topbar-chip) * .85);z-index:1}.player-profile__col{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;min-width:0}.player-profile__name{min-width:0;max-width:calc(var(--name-ch, 15) * 1ch);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-stats{display:flex;align-items:center;gap:6px;flex:0 0 auto;font-size:calc(var(--topbar-font) * .8)}.coin-icon{width:14px;height:14px;vertical-align:-2px;image-rendering:pixelated}.stat{display:flex;align-items:center;gap:4px;white-space:nowrap;color:inherit}.stat__coin{width:1em;height:1em;filter:grayscale(1) brightness(.85)}.player-profile--active .stat--gold{color:var(--accent-gold)}.player-profile--active .stat__coin{filter:none}.player-profile--active .stat--positive{color:var(--accent-life)}.player-profile--active .stat--negative{color:var(--accent-danger)}.end-turn-button{flex:0 0 auto;margin-left:auto;height:calc(var(--topbar-btn-h) * 1.3);box-sizing:border-box;display:flex;align-items:center;gap:0;background-color:var(--accent-danger);color:#06101c;border:2px solid #000;padding:0 10px;font-family:inherit;font-size:calc(var(--topbar-font) * .95);letter-spacing:.06em;line-height:1;cursor:pointer;box-shadow:2px 2px #000,inset 0 2px #ffffff59,inset 0 -2px #00000047;margin-right:2px}.end-turn-button:hover:not(:disabled){filter:brightness(1.12)}.end-turn-button:active:not(:disabled){transform:translate(2px,2px);box-shadow:0 0 #000,inset 0 2px #00000047}.end-turn-button:disabled{opacity:.35;cursor:default;filter:none;box-shadow:none}.end-turn-button__icon{width:var(--topbar-icon);height:var(--topbar-icon)}.end-turn-button__icon--soldier{flex:0 0 auto;width:calc(var(--topbar-icon) * 1.55);height:calc(var(--topbar-icon) * 1.55);margin-right:1px}.end-turn-button__arrow{flex:0 0 auto;width:calc(var(--topbar-icon) * 1.75);height:calc(var(--topbar-icon) * 1.75);margin-left:7px;color:#e6e9ef}.end-turn-button__count{flex:0 0 auto;font-size:calc(var(--topbar-font) * 1.05);padding-right:7px;border-right:2px solid rgba(0,0,0,.4)}@media (max-width: 900px){.top-bar{--topbar-h: 50px;--topbar-font: 18px;--topbar-icon: 16px;--topbar-chip: 30px;--topbar-btn-h: 28px;gap:12px;padding:0 8px}.players-info{--name-ch: max(8, 23 - var(--player-count, 2) * 3)}.player-profile{gap:6px;padding:0 6px}.player-stats{gap:6px}}@media (max-width: 600px){.top-bar{--topbar-h: 36px;--topbar-font: 17px;--topbar-icon: 14px;--topbar-chip: 28px;--topbar-btn-h: 26px;height:auto;flex-wrap:wrap;row-gap:0;gap:10px;padding:4px 8px 2px}.turn-counter__sep{margin:0 6px}.players-info{order:10;flex-basis:100%;justify-content:flex-start;gap:14px;-webkit-overflow-scrolling:touch;--name-ch: max(10, 17 - var(--player-count, 2))}.player-profile{padding:0 5px}}.game-over{position:absolute;top:0;right:0;bottom:0;left:0;z-index:30;display:flex;align-items:center;justify-content:center;background:#080a0ec7}.game-over__panel{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px 36px;color:#fff;background:#0d0d0f;border:3px solid #000;box-shadow:0 0 0 3px #2a2a2e;text-align:center}.game-over__label{font-size:18px;text-transform:uppercase;letter-spacing:.14em;color:#a9a9a9}.game-over__avatar{width:56px;height:56px;border-radius:50%;border:3px solid rgba(255,255,255,.7)}.game-over__winner{margin:0;font-size:40px;letter-spacing:.04em;color:#d9ae4a}.game-over__reason{font-size:20px;color:#bdbdbd}.game-over__actions{display:flex;gap:16px;margin-top:8px}.game-over__btn{font-family:VT323,Courier New,monospace;font-size:22px;color:#fff;background:#2c313a;border:3px solid #000;box-shadow:3px 3px #000;padding:8px 20px;cursor:pointer}.game-over__btn:hover{background:#363c46}.game-over__btn:active{transform:translate(3px,3px);box-shadow:0 0 #000}.game-over__btn--primary{background:#234a34}.game-over__btn--primary:hover{background:#2b5b40}.shop-drawer{position:absolute;left:50%;bottom:0;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;max-width:min(100% - 16px,600px);z-index:12;opacity:.9;-webkit-user-select:none;user-select:none}.shop-drawer img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none;pointer-events:none}.shop-drawer__handle{display:flex;align-items:center;gap:10px;padding:4px 16px;border:3px solid #000;background:#0d0d0f;color:#fff;font-family:inherit;font-size:16px;letter-spacing:.04em;cursor:pointer;box-shadow:0 0 0 3px #2a2a2e;position:relative;z-index:1}.shop-drawer__handle:hover{background:#17171a}.shop-drawer__arrow{font-size:12px;color:#d9ae4a}.shop-drawer__label{color:#cfcfcf}.shop-drawer__gold{display:flex;align-items:center;gap:3px;color:#d9ae4a}.shop-drawer__body{max-width:100%;max-height:0;overflow:hidden;opacity:0;background:#0d0d0f;transition:max-height .22s ease,opacity .18s ease}.shop-drawer__close{position:absolute;top:4px;right:5px;width:22px;height:22px;padding:0;border:2px solid #000;background:#1a1a1d;cursor:pointer;z-index:3;display:grid;place-items:center}.shop-drawer__close:hover{background:#2a2a2e}.shop-drawer__close img{width:14px;height:14px;image-rendering:pixelated}.shop-drawer--open .shop-drawer__body{max-height:380px;opacity:1;padding-top:24px;border:3px solid #000;border-bottom:none;box-shadow:0 0 0 3px #2a2a2e}.shop-drawer__hint{position:absolute;top:3px;left:3px;right:32px;height:24px;display:flex;align-items:center;justify-content:center;padding:0 8px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#d9ae4a;font-size:13px}.shop-page{display:flex;align-items:center;gap:4px;max-width:100%;min-width:0}.shop-page__arrow{flex:0 0 auto;width:26px;height:26px;display:grid;place-items:center;padding:0;margin:0 2px;border:2px solid #000;background:#1a1a1d;color:#d9ae4a;font-size:13px;cursor:pointer}.shop-page__arrow:hover:not(:disabled){background:#2a2a2e}.shop-page__arrow:disabled{opacity:.3;cursor:default}.shop{display:flex;align-items:stretch;gap:6px;padding:4px 6px 8px;max-width:100%;min-width:0;flex:1 1 auto;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#2a2a2e #141417}.shop::-webkit-scrollbar{width:10px;height:10px}.shop::-webkit-scrollbar-track{background:#141417;border:1px solid #000}.shop::-webkit-scrollbar-thumb{background:#2a2a2e;border:1px solid #000;box-shadow:inset 0 0 0 1px #3a3a40;border-radius:0}.shop::-webkit-scrollbar-thumb:hover{background:#3a3a40}.shop::-webkit-scrollbar-corner{background:#141417}.shop-card{flex:0 0 auto;width:88px;display:flex;flex-direction:column;align-items:center;gap:3px;padding:5px 4px;border:2px solid #2a2a2e;background:#141417;color:#e0e0e0;cursor:pointer;transition:background .12s ease,transform .1s ease}.shop-card:hover:not(.shop-card--locked){background:#1f1f24}.shop-card:active:not(.shop-card--locked){transform:scale(.97)}.shop-card:focus-visible{outline:2px solid #ffd766;outline-offset:1px}.shop-card--active{background:#24242a}.shop-card--poor{opacity:.5}.shop-card--locked{cursor:not-allowed}.shop-card--placemode{border-color:transparent;background-image:linear-gradient(90deg,#fff 50%,transparent 50%),linear-gradient(90deg,#fff 50%,transparent 50%),linear-gradient(0deg,#fff 50%,transparent 50%),linear-gradient(0deg,#fff 50%,transparent 50%);background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;background-size:8px 2px,8px 2px,2px 8px,2px 8px;background-position:0 0,0 100%,0 0,100% 0;background-origin:border-box;animation:shop-card-march .6s linear infinite}.shop-card__icon{width:52px;height:52px;object-fit:contain;image-rendering:pixelated}.shop-card__level{display:flex;align-items:center;justify-content:center;gap:6px;min-height:22px}.shop-card__level--stats{gap:0}.shop-card__step{width:22px;height:22px;display:grid;place-items:center;padding:0;border:2px solid #000;background:#1a1a1d;color:#d9ae4a;font-size:12px;cursor:pointer}.shop-card__step:hover:not(:disabled){background:#2a2a2e}.shop-card__step:disabled{opacity:.35;cursor:not-allowed}.shop-card__level-label{display:flex;align-items:center;justify-content:center;gap:3px;font-size:17px;color:#d9ae4a}.shop-card__level-label--hp{color:#d33b3b}.shop-card__level-star{width:17px;height:17px;image-rendering:pixelated}.shop-card__level-star--soldier{width:15px;height:15px}.shop-card__perturn{display:flex;align-items:center;justify-content:center;min-height:15px}.shop-card__affinity-note{flex:1;display:flex;align-items:center;margin:0;padding:2px 1px;text-align:center;color:#a9a9a9;font-size:11px;line-height:1.25}.shop-card__price{margin-top:auto;align-self:stretch;display:flex;align-items:center;justify-content:center;gap:3px;padding:2px 4px;border:2px solid #000;background:#c9a13f;color:#0d0d0f;font-size:15px}.shop-stat{display:flex;align-items:center;gap:2px;font-size:13px;color:#cfcfcf}.shop-stat__icon{width:13px;height:13px;image-rendering:pixelated}.shop-stat--upkeep{color:#d97a7a}.shop-stat--income{color:#6bbf78}@keyframes shop-card-march{to{background-position:8px 0,-8px 100%,0 -8px,100% 8px}}.soldier-panel{position:absolute;left:50%;bottom:12px;transform:translate(-50%);display:flex;align-items:center;gap:12px;padding:10px 34px 10px 14px;max-width:calc(100% - 24px);color:#fff;background:#0d0d0f;border:3px solid #000;box-shadow:0 0 0 3px #2a2a2e;z-index:12;opacity:.9}.soldier-panel__close{position:absolute;top:4px;right:4px;width:22px;height:22px;padding:0;display:grid;place-items:center;border:2px solid #000;background:#1a1a1d;color:#fff;cursor:pointer;z-index:20}.soldier-panel__close:hover{background:#2a2a2e}.soldier-panel__close img{width:14px;height:14px;image-rendering:pixelated}.soldier-panel__portrait-col{display:flex;flex-direction:column;align-items:center;gap:4px}.soldier-panel__level-stars{display:flex;gap:2px}.soldier-panel__level-star{width:20px;height:20px;image-rendering:pixelated}.soldier-panel__portrait{position:relative;flex:0 0 auto;width:78px;height:78px;display:flex;align-items:center;justify-content:center;padding:0;border:2px solid #2a2a2e;background:#141417;image-rendering:pixelated;cursor:pointer;transition:background .12s ease}.soldier-panel__portrait:hover{background:#1f1f24}.soldier-panel__portrait--active{background:#24242a}.soldier-panel__portrait img{width:64px;height:64px;object-fit:contain;image-rendering:pixelated}.soldier-panel__level{position:absolute;bottom:-2px;right:-2px;padding:1px 4px;font-size:11px;line-height:1;white-space:nowrap;color:#fff;background:#000;border:1px solid #2a2a2e}.soldier-panel__portrait .soldier-panel__notif{position:absolute;top:-6px;left:-6px;width:22px;height:22px;image-rendering:pixelated;filter:drop-shadow(0 0 2px #000)}.soldier-panel__stats{display:flex;flex-direction:column;gap:6px;min-width:190px}.soldier-panel__atk-rank{align-self:flex-start;width:100%;margin-bottom:6px;padding-bottom:6px;border-bottom:1px solid #2a2a2e;font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#cfcfcf;text-shadow:0 1px 0 #000}.soldier-panel__atk-race{color:#eed222}.soldier-panel__specs{display:flex;flex-direction:column;gap:4px;font-size:16px;min-width:150px}.bonus-panel{position:absolute;left:0;right:0;bottom:calc(100% + 10px);box-sizing:border-box;min-height:clamp(150px,30vh,240px);max-height:min(55vh,460px);padding:34px clamp(10px,3vw,16px) clamp(8px,2vw,12px);color:#fff;background:#0d0d0f;border:3px solid #000;box-shadow:0 0 0 3px #2a2a2e;display:flex;flex-direction:column;overflow:hidden;z-index:13}.bonus-panel__close{position:absolute;top:4px;right:4px;width:22px;height:22px;padding:0;display:grid;place-items:center;border:2px solid #000;background:#1a1a1d;color:#fff;cursor:pointer;z-index:5}.bonus-panel__close:hover{background:#2a2a2e}.bonus-panel__close img{width:14px;height:14px;image-rendering:pixelated}.bonus-panel__nav{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:clamp(6px,1.5vw,10px);padding-top:clamp(6px,1.5vw,10px);border-top:2px solid #000}.bonus-panel__nav-label{flex:1;text-align:center;font-size:14px;color:#d0d0d0;text-transform:uppercase;letter-spacing:.05em}.bonus-panel__nav-btn{flex:0 0 auto;width:26px;height:26px;font-size:13px;padding:0;display:grid;place-items:center;border:2px solid #000;background:#1a1a1d;color:#d9ae4a;cursor:pointer}.bonus-panel__nav-btn:hover:not(:disabled){background:#2a2a2e}.bonus-panel__nav-btn:disabled{opacity:.35;cursor:default}.bonus-list{flex:1 1 auto;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:clamp(6px,1.5vw,10px);scrollbar-width:thin;scrollbar-color:#2a2a2e #141417}.bonus-list::-webkit-scrollbar{width:10px;height:10px}.bonus-list::-webkit-scrollbar-track{background:#141417;border:1px solid #000}.bonus-list::-webkit-scrollbar-thumb{background:#2a2a2e;border:1px solid #000;box-shadow:inset 0 0 0 1px #3a3a40;border-radius:0}.bonus-list::-webkit-scrollbar-thumb:hover{background:#3a3a40}.bonus-list::-webkit-scrollbar-corner{background:#141417}.bonus-card{display:flex;gap:clamp(8px,2vw,10px);width:100%;box-sizing:border-box;padding:clamp(6px,1.5vw,8px);background:#141417;border:2px solid #2a2a2e}.bonus-card__portrait{position:relative;flex:0 0 auto;width:52px;height:52px;display:flex;align-items:center;justify-content:center;border:2px solid #2a2a2e;background:#1a1a1d;image-rendering:pixelated}.bonus-card__portrait img{width:42px;height:42px;object-fit:contain;image-rendering:pixelated}.bonus-card__placeholder{font-size:26px;font-weight:700;color:#6a6a6a;line-height:1}.bonus-card__level{position:absolute;bottom:-2px;right:-2px;padding:1px 3px;font-size:11px;line-height:1;color:#fff;background:#000;border:1px solid #2a2a2e}.bonus-card__body{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.bonus-card__header{display:flex;justify-content:space-between;align-items:baseline;gap:8px;flex-wrap:wrap}.bonus-card__name{font-size:16px;color:#fff}.bonus-card__cost{display:flex;flex-direction:column;align-items:flex-end;gap:1px}.bonus-card__price{font-size:15px;color:#d9ae4a;white-space:nowrap}.bonus-card__price--free{color:#5bd35b}.bonus-card__upkeep{font-size:12px;color:#ff6b6b;white-space:nowrap}.bonus-card__challenge{margin:0;font-size:13px;color:#a9a9a9;line-height:1.2;display:flex;align-items:flex-start;gap:5px}.bonus-card__challenge--done .bonus-card__line-text{text-decoration:line-through}.bonus-card__effect{margin:0;font-size:13px;color:#8fd0ff;line-height:1.2;display:flex;align-items:flex-start;gap:5px}.bonus-card__stats{margin:0;font-size:13px;line-height:1.2;display:flex;align-items:center;gap:4px}.bonus-card__stat{margin-right:6px;font-weight:700}.bonus-card__stat--up{color:#5bd35b}.bonus-card__stat--down{color:#ff6b6b}.bonus-card__stat--same{color:#d8d8d8}.bonus-card__line-icon{flex:0 0 auto;width:15px;height:15px;margin-top:1px;image-rendering:pixelated}.bonus-card__portrait .bonus-card__lock,.bonus-card__portrait .bonus-card__notif{position:absolute;image-rendering:pixelated;filter:drop-shadow(0 0 2px #000)}.bonus-card__portrait .bonus-card__lock{top:50%;left:50%;transform:translate(-50%,-50%);width:26px;height:26px}.bonus-card__portrait .bonus-card__notif{top:-6px;left:-6px;width:20px;height:20px}.bonus-card--unlocked{border-color:#5bd35b;animation:bonus-card-pulse 1.1s ease-in-out infinite}.bonus-card--unlocked .bonus-card__challenge{color:#5bd35b}.bonus-card--equipped{border-color:#ffd766;box-shadow:inset 0 0 0 1px #ffd766;animation:none}.bonus-card--blocked{opacity:.5;animation:none}.bonus-card--preview{opacity:.6;filter:grayscale(.65);animation:none}.bonus-card__buy{align-self:flex-start;margin-top:4px;padding:3px 8px;font-size:13px;color:#1c1c1c;background:#5bd35b;border:2px solid #000;cursor:pointer}.bonus-card__buy:hover:not(:disabled){background:#6fe06f}.bonus-card__buy:disabled{background:#4a4a4a;color:#9a9a9a;cursor:not-allowed}.bonus-card__equipped{align-self:flex-start;margin-top:4px;font-size:13px;color:#ffd766;letter-spacing:.04em}@keyframes bonus-card-pulse{0%,to{box-shadow:inset 0 0 0 1px #5bd35b,0 0 3px #5bd35b66}50%{box-shadow:inset 0 0 0 1px #5bd35b,0 0 12px #5bd35bd9}}.soldier-stat-badge{width:52px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;font-family:VT323,Courier New,monospace;font-size:26px;line-height:1;border:2px solid #000000;box-shadow:3px 3px #0006;padding:4px 2px;box-sizing:border-box}.soldier-stat-badge--atk{background:#e08a2c;color:#3d2000}.soldier-stat-badge--hp{background:#b81f1f;color:#fff}.soldier-stat-badge--wide{width:auto;min-width:92px}.soldier-stat-badge--sm{width:36px;font-size:17px;box-shadow:2px 2px #0006}.soldier-spec{display:flex;justify-content:space-between;gap:12px}.soldier-spec__label{color:#a9a9a9}.soldier-spec__value{color:#ffd766}.soldier-spec__affinity{display:block;width:20px;height:20px;image-rendering:pixelated}.soldier-spec__value--cost{color:#ff6b6b}.soldier-spec__value--gain{color:#ffd766}.soldier-spec__behaviors{display:flex;gap:4px;flex-wrap:wrap;justify-content:flex-end}.behavior-btn{padding:2px 6px;font:inherit;font-size:11px;color:#d5d5d5;background:#ffffff14;border:1px solid #555;border-radius:3px;cursor:pointer}.behavior-btn:hover{border-color:#ffd766;color:#ffd766}.behavior-btn--active{color:#1c1c1c;background:#ffd766;border-color:#ffd766;font-weight:700}.merge-preview{position:absolute;left:50%;bottom:12px;transform:translate(-50%);display:flex;align-items:center;gap:12px;padding:10px 14px;max-width:calc(100% - 24px);color:#fff;background:#0d0d0f;border:3px solid #000;box-shadow:0 0 0 3px #2a2a2e;z-index:14;pointer-events:none}.merge-preview__op{font-size:52px;font-weight:800;line-height:1;color:#ffd766}.merge-preview--combat,.merge-preview--fusion{flex-direction:column;gap:8px}.merge-preview--combat .merge-preview__row,.merge-preview--fusion .merge-preview__row{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;max-width:100%}.merge-preview--win{border-color:#5bd35b;background:#131b13}.merge-preview--lose{border-color:#ff6b6b;background:#221415}.merge-preview--draw{border-color:#ffd766;background:#211c10}.merge-preview--double-ko{border-color:#ff9d4d;background:#221a10}.merge-preview--fusion{border-color:#6bc8ff;background:#101b23}.merge-preview{opacity:.9}.merge-preview__outcome{align-self:center;font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;text-shadow:0 1px 0 #000}.merge-preview__outcome--win{color:#5bd35b}.merge-preview__outcome--lose{color:#ff6b6b}.merge-preview__outcome--draw{color:#ffd766}.merge-preview__outcome--double-ko{color:#ff9d4d}.merge-preview__outcome--fusion{color:#6bc8ff}.merge-card{display:flex;flex-direction:column;align-items:center;gap:6px}.merge-card__label{font-size:14px;color:#a9a9a9;text-transform:uppercase;letter-spacing:.06em}.merge-card__rank{margin-top:-4px;font-size:12px;font-weight:700;color:#ffd766;text-transform:uppercase;letter-spacing:.06em}.merge-card__level-stars{display:flex;gap:2px}.merge-card__level-star{width:14px;height:14px;image-rendering:pixelated}.merge-card__portrait{position:relative;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border:2px solid #2a2a2e;background:#141417;image-rendering:pixelated}.merge-card__portrait img{width:38px;height:38px;object-fit:contain;image-rendering:pixelated}.merge-card__stats{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}.merge-card__hp{position:relative}.merge-card__hp-icon-wrap{position:relative;display:inline-block}.merge-card__atk-note-value{position:absolute;top:-8px;right:-8px;font-size:12px;color:#ff6b6b;letter-spacing:.04em;white-space:nowrap}.merge-card__level{position:absolute;bottom:-2px;right:-2px;padding:1px 4px;font-size:10px;line-height:1;white-space:nowrap;color:#fff;background:#000;border:1px solid #2a2a2e}.merge-card__skull{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:28px;height:28px;opacity:.85;image-rendering:pixelated}.merge-card--dead{opacity:.55;filter:grayscale(.7)}.merge-preview--combat .merge-preview__vs{font-size:26px;font-weight:800;color:#fff;text-shadow:0 2px 0 #000;letter-spacing:.02em}.toasts{position:absolute;top:12px;right:12px;display:flex;flex-direction:column;gap:8px;align-items:flex-end;max-width:min(360px,100vw - 24px);z-index:13;pointer-events:none}.toast{pointer-events:auto;display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;font-family:VT323,Courier New,monospace;font-size:18px;line-height:1.15;text-align:left;color:#fff;background:#0d0d0f;border:3px solid #000;box-shadow:0 0 0 3px #2a2a2e;opacity:.9;cursor:pointer;border-left-width:6px;animation:toast-in .18s ease-out}.toast:hover{opacity:1}.toast__dot{flex:0 0 auto;width:12px;height:12px;border:2px solid #000;box-shadow:0 0 0 1px #fff6}.toast__text{flex:1 1 auto}.toast--buy{border-left-color:#d9ae4a}.toast--merge{border-left-color:#6bc8ff}.toast--combat{border-left-color:#ff9d4d}.toast--death{border-left-color:#ff6b6b}.toast--base{border-left-color:#ff3b3b;background:#331717}.toast--bonus{border-left-color:#b98bff}@keyframes toast-in{0%{transform:translate(12px);opacity:0}to{transform:translate(0);opacity:.9}}.stats-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#0000008c;z-index:16}.stats-overlay__loading{color:#fff;font-size:18px;text-shadow:0 1px 0 #000}.stats-panel{position:relative;display:flex;flex-direction:column;gap:10px;width:min(860px,94vw);height:min(560px,88vh);padding:14px 16px 10px;box-sizing:border-box;color:#fff;background:#0d0d0f;border:3px solid #000;box-shadow:0 0 0 3px #2a2a2e}.stats-panel__close{position:absolute;top:4px;right:4px;width:22px;height:22px;padding:0;display:grid;place-items:center;border:2px solid #000;background:#1a1a1d;color:#fff;cursor:pointer;font-size:14px;line-height:1;z-index:2}.stats-panel__close:hover{background:#2a2a2e}.stats-panel__close img{width:14px;height:14px;image-rendering:pixelated}.stats-panel__tabs{display:flex;flex-wrap:wrap;gap:6px;padding-right:34px}.stats-panel__tab{padding:6px 10px;font-size:14px;color:#fff;background:#1a1a1d;border:2px solid #000;box-shadow:inset 0 0 0 1px #2a2a2e;cursor:pointer}.stats-panel__tab:hover{background:#2a2a2e}.stats-panel__tab--active{background:#2f6f4f!important;box-shadow:inset 0 0 0 1px #4caf7d}.stats-panel__toggle{display:flex;gap:6px}.stats-panel__toggle button{padding:4px 8px;font-size:13px;color:#d0d0d0;background:#1a1a1d;border:2px solid #000;box-shadow:inset 0 0 0 1px #2a2a2e;cursor:pointer}.stats-panel__toggle button:hover{background:#2a2a2e}.stats-panel__chart{flex:1 1 auto;min-height:0}@media (max-width: 600px){.side-menu{width:220px;max-width:80vw;gap:12px}.side-menu button{padding:6px 9px;font-size:13px}.menu-section{gap:5px}.menu-section__title{font-size:12px}.toasts{top:8px;right:8px;gap:6px;max-width:min(240px,62vw)}.toast{gap:6px;padding:5px 8px;font-size:13px;border-width:2px;border-left-width:5px;box-shadow:0 0 0 2px #2a2a2e}.toast__dot{width:9px;height:9px}.toast__text{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.soldier-panel{flex-wrap:wrap;gap:8px 12px;padding:10px 34px 10px 12px;width:calc(100% - 12px);max-width:calc(100% - 12px)}.soldier-panel__portrait{width:60px;height:60px}.soldier-panel__portrait img{width:48px;height:48px}.soldier-panel__level-star{width:15px;height:15px}.soldier-panel__stats{flex:1 1 auto;min-width:0}.soldier-panel__specs{flex-basis:100%;min-width:0;font-size:15px}.soldier-panel__atk-rank{font-size:13px;margin-bottom:4px;padding-bottom:4px}.soldier-stat-badge{width:40px;font-size:18px}.soldier-stat-badge--wide{width:auto;min-width:0;font-size:18px;padding:0 4px}.soldier-stat-badge--sm{width:32px;font-size:16px}.merge-preview{gap:8px;padding:10px 12px;max-width:calc(100% - 12px)}.merge-preview__op{font-size:40px}.merge-preview__vs{font-size:20px}.merge-preview__row{gap:8px}.merge-card__portrait{width:42px;height:42px}.merge-card__portrait img{width:34px;height:34px}.merge-card__stats{gap:4px}.merge-card__label{font-size:12px}.shop-drawer__handle{padding:3px 12px;gap:8px}.shop-drawer--open .shop-drawer__body{padding-top:20px}.shop-drawer__close{top:3px;right:3px;width:18px;height:18px}.shop-drawer__close img{width:11px;height:11px}.shop-drawer__hint{top:3px;left:3px;right:24px;height:20px;padding:0 6px;font-size:12px}.shop-page{gap:2px}.shop-page__arrow{width:20px;height:20px;margin:0 1px;font-size:11px}.shop{gap:4px;padding:3px 4px 6px}.shop-card{width:82px;gap:2px;padding:4px 3px}.shop-card__level{min-height:20px}.shop-card__perturn{min-height:14px}.shop-card__price{padding:1px 3px}.shop-card__affinity-note{padding:1px 0}.bonus-card__portrait{width:44px;height:44px}.bonus-card__portrait img{width:34px;height:34px}.bonus-card__name{font-size:14px}.bonus-card__price{font-size:13px}.bonus-card__challenge,.bonus-card__effect{font-size:12px}}.home-screen,.setup-screen{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;font-family:VT323,Courier New,monospace;color:#f2f2f2;background-color:#14171c;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:24px 24px;letter-spacing:.02em;overflow:hidden}.menu-btn{font-family:VT323,Courier New,monospace;font-size:22px;color:#f2f2f2;background:#23262d;border:3px solid #000;box-shadow:4px 4px #000;padding:8px 18px;cursor:pointer;letter-spacing:.04em;transition:transform .06s ease,box-shadow .06s ease,background .12s ease}.menu-btn:hover{background:#2c313a}.menu-btn:active{transform:translate(4px,4px);box-shadow:0 0 #000}.menu-btn--ghost{font-size:20px;background:transparent;box-shadow:none;border-color:#4a4a4a;padding:6px 14px}.menu-btn--ghost:hover{background:#ffffff14}.menu-btn--ghost:active{transform:none}.menu-btn--play{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:240px;padding:20px 24px}.menu-btn--offline{background:#234a34}.menu-btn--offline:hover{background:#2b5b40}.menu-btn--online{background:#223b57}.menu-btn--online:hover{background:#294869}.menu-btn .menu-btn__label{font-size:34px;line-height:1}.menu-btn .menu-btn__sub{font-size:16px;color:#a9a9a9;letter-spacing:.06em}.menu-btn:disabled{opacity:.5;cursor:not-allowed}.menu-btn:disabled:active{transform:none;box-shadow:4px 4px #000}.home-topbar{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:14px 20px}.home-topbar__brand{font-size:26px;letter-spacing:.16em;color:#a9a9a9}.home-hero{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:20px}.home-hero__title{margin:0;font-size:clamp(56px,12vw,120px);line-height:.9;letter-spacing:.08em;color:#ffd766;text-shadow:4px 4px 0 #000,8px 8px 0 rgba(0,0,0,.35)}.home-hero__tagline{margin:0 0 40px;font-size:24px;color:#a9a9a9}.home-hero__actions{display:flex;gap:28px;flex-wrap:wrap;justify-content:center}.setup-topbar{flex:0 0 auto;display:flex;align-items:center;gap:16px;padding:12px 20px;background:#1c1c1c;border-bottom:3px solid #000;box-shadow:0 3px #4a4a4a;z-index:5}.setup-topbar__title{flex:1;margin:0;text-align:center;font-size:30px;letter-spacing:.08em;color:#f2f2f2}.setup-topbar__spacer{width:96px}.setup-body{flex:1 1 auto;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:24px;max-width:980px;width:100%;margin:0 auto}.setup-section{display:flex;flex-direction:column;gap:12px}.setup-section__title{display:flex;align-items:center;gap:10px;margin:0;font-size:22px;text-transform:uppercase;letter-spacing:.12em;color:#a9a9a9;border-bottom:2px solid #4a4a4a;padding-bottom:6px}.setup-section__count{font-size:18px;color:#ffd766;letter-spacing:.04em}.setup-section__toggle{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:0 0 6px;font-family:VT323,Courier New,monospace;letter-spacing:inherit;text-align:left;background:transparent;border:none;border-bottom:2px solid #4a4a4a;cursor:pointer}.setup-section__toggle .setup-section__title{border-bottom:none;padding-bottom:0}.setup-section__toggle:hover .setup-section__title{color:#f2f2f2}.setup-section__chevron{flex:0 0 auto;font-size:15px;color:#a9a9a9}.map-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.map-card{display:flex;flex-direction:column;gap:4px;text-align:left;padding:12px 14px;color:#f2f2f2;background:#1c1c1c;font-family:VT323,Courier New,monospace;border:3px solid #000;box-shadow:0 0 0 3px #4a4a4a;cursor:pointer;transition:background .12s ease,transform .06s ease}.map-card:hover{background:#262a31}.map-card:active{transform:translateY(1px)}.map-card__name{font-size:24px;color:#f2f2f2}.map-card__desc{font-size:16px;color:#a9a9a9}.map-card__cap{font-size:15px;color:#3f7fd8;letter-spacing:.04em}.map-card--active{background:#2f6f4f;box-shadow:0 0 0 3px #5bd35b}.map-card--active .map-card__cap{color:#cfefd8}.player-list{display:flex;flex-direction:column;gap:10px}.player-row{display:flex;align-items:center;gap:12px;padding:8px 12px;background:#1c1c1c;border:3px solid #000;box-shadow:0 0 0 3px #4a4a4a;flex-wrap:wrap}.player-row__num{flex:0 0 auto;width:26px;height:26px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#000;background:#ffd766;border:2px solid #000}.player-row__name{flex:1 1 160px;min-width:120px;font-family:VT323,Courier New,monospace;font-size:20px;color:#f2f2f2;background:#000;border:2px solid #4a4a4a;padding:5px 10px}.player-row__name:focus{outline:none;border-color:#ffd766}.player-row__name::placeholder{color:#6a6a6a}.player-row__remove{flex:0 0 auto;margin-left:auto;width:30px;height:30px;font-family:VT323,Courier New,monospace;font-size:24px;line-height:1;color:#f2f2f2;background:#3a2020;border:2px solid #000;box-shadow:inset 0 0 0 1px #4a4a4a;cursor:pointer}.player-row__remove:hover:not(:disabled){background:#f04e4e}.player-row__remove:disabled{opacity:.35;cursor:not-allowed}.add-player-btn{align-self:flex-start;font-family:VT323,Courier New,monospace;font-size:20px;color:#5bd35b;background:transparent;border:2px dashed #4a4a4a;padding:8px 16px;cursor:pointer;transition:background .12s ease,color .12s ease}.add-player-btn:hover:not(:disabled){background:#5bd35b1a}.add-player-btn:disabled{color:#a9a9a9;cursor:not-allowed;border-style:solid}.load-game-action{display:flex}.menu-btn--load{flex:1 1 auto;justify-content:center;color:#ffd766;border-color:#ffd766}.save-slots{display:flex;flex-direction:column;gap:10px}.save-slots__hint{margin:0 0 12px;font-size:16px;color:#a9a9a9}.save-slot{display:flex;align-items:center;gap:12px;padding:8px 12px;min-height:58px}.save-slot__num{flex:0 0 auto;width:26px;height:26px;display:flex;align-items:center;justify-content:center;font-size:18px;border:2px solid #000}.save-slot--filled{background:#1c1c1c;border:3px solid #000;box-shadow:0 0 0 3px #4a4a4a}.save-slot--filled .save-slot__num{color:#000;background:#ffd766}.save-slot--empty{background:transparent;border:2px dashed #4a4a4a;color:#a9a9a9}.save-slot--empty .save-slot__num{color:#a9a9a9;background:transparent;border-color:#4a4a4a}.save-slot__placeholder{font-size:18px;color:#a9a9a9}.save-slot__info{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px}.save-slot__map{font-size:20px;color:#f2f2f2}.save-slot__meta{font-size:15px;color:#a9a9a9}.save-slot__date{font-size:15px;color:#ffd766}.save-slot__load{flex:0 0 auto;font-family:VT323,Courier New,monospace;font-size:18px;color:#5bd35b;background:transparent;border:2px solid #4a4a4a;padding:6px 14px;cursor:pointer;transition:background .12s ease}.save-slot__load:hover{background:#5bd35b1f}.save-slot__delete{flex:0 0 auto;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-family:VT323,Courier New,monospace;font-size:22px;line-height:1;color:#f04e4e;background:transparent;border:2px solid #4a4a4a;cursor:pointer;transition:background .12s ease}.save-slot__delete:hover{background:#f04e4e26}.segmented{display:inline-flex;border:2px solid #000;box-shadow:inset 0 0 0 1px #4a4a4a;background:#000}.segmented__opt{font-family:VT323,Courier New,monospace;font-size:18px;color:#a9a9a9;background:#23262d;border:none;padding:5px 14px;cursor:pointer;border-right:2px solid #000;transition:background .1s ease,color .1s ease}.segmented__opt:last-child{border-right:none}.segmented__opt:hover{color:#f2f2f2}.segmented__opt--active{color:#000;background:#d2d2d2}.segmented--sm .segmented__opt{font-size:16px;padding:4px 10px}.segmented--disabled{opacity:.55}.segmented--disabled .segmented__opt{cursor:not-allowed}.color-picker{position:relative;flex:0 0 auto}.color-picker__swatch{width:34px;height:34px;border:3px solid #000;box-shadow:inset 0 0 0 1px #fff6;cursor:pointer;padding:0}.color-picker__scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30}.color-picker__menu{position:absolute;top:calc(100% + 6px);left:0;z-index:31;display:grid;grid-template-columns:repeat(4,28px);gap:6px;padding:8px;background:#1c1c1c;border:3px solid #000;box-shadow:0 0 0 3px #4a4a4a}.color-picker__chip{width:28px;height:28px;border:2px solid #000;cursor:pointer;padding:0}.color-picker__chip--active{box-shadow:0 0 0 2px #ffd766}.color-picker__chip--taken{cursor:not-allowed;position:relative}.color-picker__taken-icon{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;padding:3px;pointer-events:none}.setting-group{margin-bottom:10px}.setting-group__title{margin:0 0 6px;font-size:16px;text-transform:uppercase;color:#3f7fd8;letter-spacing:.08em}.setting-group__list{display:flex;flex-direction:column;gap:4px}.setting.setting--group{display:block;padding:0}.setting__grouphead{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:6px 10px;font-family:VT323,Courier New,monospace;text-align:left;color:#f2f2f2;background:transparent;border:none;cursor:pointer}.setting__grouphead:hover{background:#ffffff0a}.setting__chevron{flex:0 0 auto;font-size:13px;color:#a9a9a9}.setting__grouplist{display:grid;grid-template-columns:1fr 1fr;column-gap:0;row-gap:4px;padding:8px 10px 10px;border-top:2px solid #4a4a4a;background:#00000047}.setting__grouprow{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:3px 0}.setting__grouprow:nth-child(odd){border-right:2px solid #4a4a4a;padding-right:16px}.setting__grouprow:nth-child(2n){padding-left:16px}.setting__grouplabel{font-size:16px;color:#d0d0d0;min-width:0}.setting{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 10px;background:#1c1c1c;border:2px solid #000;box-shadow:inset 0 0 0 1px #4a4a4a}.setting__text{display:flex;flex-direction:column;gap:1px;min-width:0}.setting__label{font-size:17px;color:#f2f2f2}.setting__help{font-size:13px;color:#a9a9a9;line-height:1.12}.setting__control{flex:0 0 auto}.setting__select{font-family:VT323,Courier New,monospace;font-size:18px;color:#f2f2f2;background:#000;border:2px solid #4a4a4a;padding:5px 8px;cursor:pointer}.setting__select:focus{outline:none;border-color:#ffd766}.setting__number{display:inline-flex;align-items:center;gap:4px}.setting__step{width:28px;height:28px;font-family:VT323,Courier New,monospace;font-size:20px;line-height:1;color:#f2f2f2;background:#23262d;border:2px solid #000;cursor:pointer}.setting__step:hover:not(:disabled){background:#2c313a}.setting__step:disabled{opacity:.35;cursor:not-allowed}.setting__input{width:58px;font-family:VT323,Courier New,monospace;font-size:19px;text-align:center;color:#ffd766;background:#000;border:2px solid #4a4a4a;padding:4px 2px;-moz-appearance:textfield}.setting__input:focus{outline:none;border-color:#ffd766}.setting__input::-webkit-outer-spin-button,.setting__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.setting__unit{font-size:16px;color:#a9a9a9;min-width:20px}.lobby-error{padding:10px 14px;font-size:18px;color:#f2f2f2;background:#f04e4e21;border:2px solid #f04e4e}.lobby-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.lobby-join{display:flex;align-items:center;gap:10px}.lobby-join__code{width:8rem;font-family:VT323,Courier New,monospace;font-size:22px;text-align:center;text-transform:uppercase;letter-spacing:.2em;color:#ffd766;background:#000;border:2px solid #4a4a4a;padding:7px 10px}.lobby-join__code:focus{outline:none;border-color:#ffd766}.lobby-join__code::placeholder{color:#6a6a6a;letter-spacing:.1em}.lobby-secthead{display:flex;align-items:center;gap:10px;width:100%;padding:6px 0;border-bottom:2px solid #4a4a4a}.lobby-toggle{display:flex;align-items:center;gap:10px;margin:0;padding:0;font-family:VT323,Courier New,monospace;text-align:left;background:transparent;border:none;cursor:pointer}.lobby-toggle__chevron{font-size:18px;color:#a9a9a9}.lobby-toggle__title{font-size:22px;text-transform:uppercase;letter-spacing:.12em;color:#a9a9a9}.lobby-toggle__count{margin-left:auto;font-size:18px;color:#ffd766}.lobby-toggle:hover .lobby-toggle__title{color:#f2f2f2}.lobby-refresh{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;font-family:VT323,Courier New,monospace;font-size:20px;line-height:1;color:#f2f2f2;background:#23262d;border:2px solid #000;box-shadow:inset 0 0 0 1px #4a4a4a;cursor:pointer;transition:background .12s ease,color .12s ease}.lobby-refresh:hover{background:#2c313a;color:#ffd766}.lobby-refresh:active{transform:translateY(1px)}.lobby-list{display:flex;flex-direction:column;gap:10px;margin-top:12px}.lobby-empty{margin:0;font-size:18px;color:#a9a9a9}.lobby-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 14px;background:#1c1c1c;border:3px solid #000;box-shadow:0 0 0 3px #4a4a4a}.lobby-row__info{display:flex;align-items:baseline;gap:14px;flex-wrap:wrap;min-width:0}.lobby-row__code{font-size:24px;letter-spacing:.14em;color:#f2f2f2}.lobby-row__map{font-size:18px;color:#3f7fd8}.lobby-row__seats,.lobby-row__saved{font-size:17px;color:#a9a9a9}.lobby-saved__join{flex:0 0 auto;display:flex;align-items:center;gap:10px}.lobby-saved__pw{width:10rem;letter-spacing:.1em}@media (max-width: 600px){.lobby-actions{flex-direction:column;align-items:stretch}.lobby-join{justify-content:space-between}}.lobby-codechip{width:96px;text-align:right;font-size:26px;font-weight:700;letter-spacing:.18em;color:#ffd766}.lobby-hint{margin:0;font-size:16px;color:#a9a9a9}.seatpick-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;background:#000000b8;padding:20px}.seatpick{width:100%;max-width:440px;padding:22px 24px 20px;background:#1c1c1c;font-family:VT323,Courier New,monospace;border:3px solid #000;box-shadow:0 0 0 3px #4a4a4a}.seatpick__title{margin:0 0 4px;font-size:28px;letter-spacing:.06em;color:#ffd766}.seatpick__hint{margin:0 0 16px;font-size:17px;color:#a9a9a9}.seatpick__empty{margin:0 0 16px;font-size:18px;color:#f2f2f2}.seatpick__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;margin-bottom:18px}.seatpick__opt{display:flex;align-items:center;gap:10px;padding:10px 12px;font-family:VT323,Courier New,monospace;text-align:left;color:#f2f2f2;background:#23262d;border:2px solid #000;box-shadow:inset 0 0 0 1px #4a4a4a;cursor:pointer;transition:background .12s ease,box-shadow .12s ease}.seatpick__opt:hover{background:#2c313a;box-shadow:inset 0 0 0 1px #ffd766}.seatpick__opt:active{transform:translateY(1px)}.seatpick__swatch{flex:0 0 auto;width:26px;height:26px;border:3px solid #000;box-shadow:inset 0 0 0 1px #fff6}.seatpick__name{font-size:18px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.seatpick__spectate{width:100%}.map-carousel{display:flex;align-items:stretch;gap:14px}.map-carousel__arrow{flex:0 0 auto;width:56px;font-family:VT323,Courier New,monospace;font-size:44px;line-height:1;color:#f2f2f2;background:#23262d;border:3px solid #000;box-shadow:4px 4px #000;cursor:pointer}.map-carousel__arrow:hover:not(:disabled){background:#2c313a}.map-carousel__arrow:active:not(:disabled){transform:translate(4px,4px);box-shadow:0 0 #000}.map-carousel__arrow:disabled{opacity:.3;cursor:not-allowed}.map-carousel__stage{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;gap:10px;min-width:0}.map-carousel__caption{display:flex;flex-direction:column;align-items:center;gap:2px}.map-carousel__name{font-size:30px;letter-spacing:.06em;color:#ffd766}.map-carousel__desc{font-size:18px;color:#a9a9a9}.map-carousel__dots{display:flex;gap:8px}.map-carousel__dot{width:12px;height:12px;background:#23262d;border:2px solid #000;box-shadow:inset 0 0 0 1px #4a4a4a}.map-carousel__dot--active{background:#ffd766}.map-preview{width:100%;max-width:620px;aspect-ratio:4/3;background:#0e1116;border:3px solid #000;box-shadow:0 0 0 3px #4a4a4a;padding:8px}.map-preview__svg{width:100%;height:100%;display:block}.player-row--seat{flex-wrap:nowrap}.seat__swatch{flex:0 0 auto;width:34px;height:34px;border:3px solid #000;box-shadow:inset 0 0 0 1px #fff6}.seat__swatch--free{background:transparent;border:3px dashed #555;box-shadow:none}.seat__slotctrl{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:10px}.seat__waiting{font-size:17px;color:#a9a9a9;font-style:italic}.seat__host-crown{flex:0 0 auto;width:22px;height:22px;object-fit:contain;image-rendering:pixelated}.seat__name{flex:1 1 auto;min-width:0;font-size:22px;color:#f2f2f2}.seat__input{flex:0 0 auto;width:10rem;max-width:45%;font-family:VT323,Courier New,monospace;font-size:20px;color:#f2f2f2;background:#000;border:2px solid #4a4a4a;padding:5px 10px}.seat__input:focus{outline:none;border-color:#ffd766}.seat__input::placeholder{color:#6a6a6a}.seat__you{flex:0 0 auto;font-size:17px;color:#a9a9a9}.seat__host{flex:0 0 auto;font-size:17px;color:#ffd766}.seat__ctrls{flex:0 0 auto;margin-left:auto;display:flex;align-items:center;gap:10px}.seat__status{flex:0 0 auto;font-size:17px;color:#a9a9a9;letter-spacing:.04em}.seat__status--on{color:#5bd35b}.seat__reorder{flex:0 0 auto;display:inline-flex;gap:4px}.seat__arrow{width:30px;height:30px;font-family:VT323,Courier New,monospace;font-size:20px;line-height:1;color:#f2f2f2;background:#23262d;border:2px solid #000;box-shadow:inset 0 0 0 1px #4a4a4a;cursor:pointer}.seat__arrow:hover:not(:disabled){background:#2c313a}.seat__arrow:disabled{opacity:.3;cursor:not-allowed}.setup-launchbar{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 20px;background:#1c1c1c;border-top:3px solid #000;box-shadow:0 -3px #4a4a4a}.setup-launchbar__summary{font-size:20px;color:#a9a9a9}.menu-btn--launch{flex-direction:row;min-width:0;padding:12px 28px;font-size:26px;background:#234a34}.menu-btn--launch:hover{background:#2b5b40}@media (max-width: 600px){.home-hero__actions{flex-direction:column;width:100%;max-width:320px}.menu-btn--play{width:100%}.setup-topbar__title{font-size:22px}.setup-topbar__spacer{display:none}.setting__grouplist{grid-template-columns:1fr}.setting__grouprow:nth-child(odd){border-right:none;padding-right:0}.setting__grouprow:nth-child(2n){padding-left:0}.player-row{gap:8px}}:root{--ink-900: #0d0f13;--ink-800: #14171d;--ink-600: #2a2f3a;--ink-300: #7d8695;--ink-050: #e6e9ef;--accent-gold: #e8b44a;--accent-danger: #d4574e;--accent-life: #6fbf73}.hex-board{position:relative;width:100%;height:100%;overflow:hidden}.hex-board__svg{width:100%;height:100%;display:block;touch-action:none;-webkit-tap-highlight-color:transparent;cursor:grab}.hex-board__svg:active{cursor:grabbing}.hex-board__content{transform-box:view-box;transform-origin:0 0}.hex-board__fill>polygon{stroke:none}.hex-board__pulse>polygon{fill:none}.hex-board__pulse{will-change:opacity;animation:hex-pulse-layer 1s ease-in-out infinite}.hex-board__pulse--fast{animation-duration:.8s}.hex-board__pulse--mid{animation-duration:.9s}.hex-board__pulse--slow{animation-duration:1s}.hex-board__pulse--calm{animation-duration:1.2s}.hex-board__controls{position:absolute;right:12px;bottom:104px;display:flex;flex-direction:column;gap:10px}.hex-board__controls button{width:42px;height:42px;border:2px solid #000;border-radius:0;background:var(--ink-800, #14171d);color:var(--ink-050, #e6e9ef);font-family:VT323,Courier New,monospace;font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.92;box-shadow:inset 1px 1px #ffffff2e,inset -2px -2px #0000008c,2px 2px #000}.hex-board__controls button:hover{background:#1e222b}.hex-board__controls button:active{transform:translate(2px,2px);box-shadow:inset -1px -1px #ffffff1f,inset 2px 2px #0000008c}.hex-board__controls-btn--active{background:var(--accent-gold, #e8b44a);color:#1c1c1c}.hex-board__controls-btn--active:hover{background:#f0c264}.hex__tile{stroke:#0000004d;stroke-width:1.5}.hex__placeable{fill:#fff;fill-opacity:.18;stroke:#fff;stroke-width:3;stroke-linejoin:round;pointer-events:none}.hex__reachable,.hex__conquerable{fill:#fff;fill-opacity:.14;stroke:#fff;stroke-width:3;stroke-linejoin:round;pointer-events:none}.hex__conquer-plus{stroke:#fff;stroke-linecap:round;pointer-events:none;animation:hex-pulse 1s ease-in-out infinite}.hex__mergeable{fill:#fff;fill-opacity:.14;stroke:#fff;stroke-width:3;stroke-linejoin:round;pointer-events:none}.hex__attackable{fill-opacity:.3;stroke-width:3;stroke-linejoin:round;pointer-events:none}.hex__attackable--win{fill:#4dd25b;stroke:#4dd25b}.hex__attackable--lose{fill:#ff4d4d;stroke:#ff4d4d}.hex__attackable--draw{fill:#e8d24d;stroke:#e8d24d}.hex__attackable--doubleKo{fill:#ff9d4d;stroke:#ff9d4d}.hex__choppable{fill:#4dd25b;fill-opacity:.3;stroke:#4dd25b;stroke-width:3;stroke-linejoin:round;pointer-events:none}.hex__dimmed{fill:#05070a;fill-opacity:.2;stroke:none}.hex__actionable{fill:#7cf76a;fill-opacity:.16;stroke:#7cf76a;stroke-width:5;stroke-linejoin:round;pointer-events:none}.hex__selected-glow{fill:none;stroke:#fff;stroke-width:5;stroke-linejoin:round;opacity:.5;filter:drop-shadow(0 0 6px rgba(255,255,255,.9))}.hex__selected-ring{fill:none;stroke:#fff;stroke-width:5;stroke-linejoin:round;stroke-dasharray:4 5;animation:hex-selected-march .6s linear infinite}.hex__selected--neutral{stroke:#fff}.stat-banner{pointer-events:none;-webkit-user-select:none;user-select:none}.stat-banner__cell{stroke:none;shape-rendering:crispEdges}.stat-banner__cell--atk{fill:#e08a2c}.stat-banner__cell--hp{fill:#b81f1f}.stat-banner__frame,.stat-banner__divider{fill:none;stroke:#000;stroke-width:2px;shape-rendering:crispEdges}.stat-banner__shadow{fill:#000;fill-opacity:.4;shape-rendering:crispEdges}.stat-banner__value{font-family:VT323,Courier New,monospace;shape-rendering:crispEdges}.stat-banner__value--atk{fill:#3d2000}.stat-banner__value--hp{fill:#fff}.stat-bar__track,.stat-bar__fill{pointer-events:none;shape-rendering:crispEdges}.stat-bar__track{fill:#14110f;stroke:#000;stroke-width:2px}.stat-bar__fill{stroke:none}.stat-bar__fill--hp{fill:#4fc03a}.stat-bar__fill--atk{fill:#e08a2c}@keyframes hex-pulse-layer{0%,to{opacity:.45}50%{opacity:1}}@keyframes hex-pulse{0%,to{stroke-opacity:.45}50%{stroke-opacity:1}}@keyframes hex-selected-march{to{stroke-dashoffset:-18}}@media (prefers-reduced-motion: reduce){.hex__selected-ring{animation:none}}
