.generalwars-navbar .navbar-content{justify-content:center;align-items:center;width:100%;max-width:850px;display:flex;position:relative}#btnResign{width:36px;height:36px;color:var(--text-light);cursor:pointer;box-shadow:none;place-items:center;padding:0;font-size:20px;line-height:1;display:grid;position:absolute;top:50%;right:16px;transform:translateY(-50%);background:0 0!important;border:none!important}#btnResign:hover{color:var(--danger)}#btnResign:active{transform:translateY(-50%)scale(.96)}#btnResign:focus{outline:none}#btnResign:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.move-log,.move-log-row{white-space:nowrap}.move-log{color:#fff;scrollbar-width:thin;scrollbar-color:#444 #232323;background:#2b2b2b;border-radius:7px;gap:10px;width:96%;max-width:100%;min-height:28px;margin:0 auto 10px;font-family:monospace;font-size:1.03em;transition:box-shadow .2s;display:flex;overflow:auto hidden}.move-log-row{white-space:nowrap;background:#292929;border-radius:5px;align-items:center;padding:6px 12px;display:flex;box-shadow:0 1px 4px #1112}.move-log-row span{color:#78f58e;margin-right:7px;font-weight:700}@media (width<=700px){.move-log{scrollbar-width:none;gap:7px;max-width:100%;font-size:.95em}.move-log-row{padding:4px 8px;font-size:.95em}.generalwars-captured{height:calc(var(--cap-piece) + var(--cap-vpad) * 2);max-height:calc(var(--cap-piece) + var(--cap-vpad) * 2);overflow-y:hidden}.captured-side{height:var(--cap-piece)}.captured-piece{width:var(--cap-piece);height:var(--cap-piece);min-width:var(--cap-piece);min-height:var(--cap-piece);max-width:var(--cap-piece);max-height:var(--cap-piece)}.captured-piece img.piece{width:90%;max-width:90%;height:90%;max-height:90%}.move-log::-webkit-scrollbar{display:none}}@media (width>=900px){.move-log{max-width:540px;font-size:1.08em}}.generalwars-player{background-color:#1a1a1a;border-radius:9px;flex-direction:row;justify-content:flex-start;align-items:center;gap:18px;width:95%;max-width:530px;min-height:62px;margin-bottom:9px;padding:11px 12px;font-size:1.13rem;display:flex;box-shadow:0 2px 8px #0004}.generalwars-avatar{align-items:center;margin-right:9px;display:flex}.generalwars-avatar img{border-radius:50%;width:38px;height:38px;margin-right:7px}.generalwars-username{white-space:nowrap;flex-shrink:0;margin-right:10px;font-size:1.1rem;font-weight:700}.generalwars-clock{text-align:right;background:#191919;border-radius:7px;min-width:48px;margin-left:auto;padding:4px 14px;font-family:monospace;font-size:1.2rem}.clock-tool-row{align-items:center;gap:7px;margin-left:auto;display:flex}.clock-tool-row .generalwars-clock{margin-left:0}.arrow-mode-btn{color:#ffffffb8;cursor:pointer;background:#191919;border:1px solid #ffffff24;border-radius:7px;flex:none;place-items:center;width:34px;height:34px;transition:background .15s,border-color .15s,color .15s,box-shadow .15s,transform .15s;display:grid}.arrow-mode-btn svg{fill:none;stroke:currentColor;stroke-width:2.7px;stroke-linecap:round;stroke-linejoin:round}.arrow-mode-btn:hover{color:#fff;border-color:#ffd65a6b}.arrow-mode-btn:disabled{opacity:.42;cursor:default;box-shadow:none}.arrow-mode-btn.active{color:#ffd65a;background:#ffd65a2e;border-color:#ffd65ad1;box-shadow:0 0 12px #ffd65a61,inset 0 0 12px #ffd65a1a}.arrow-mode-btn.active:active{transform:scale(.97)}.generalwars-clock.low{color:var(--danger);background:#2d1313;font-weight:700}.generalwars-clock.warning-yellow{color:gold;background:#2d2a13;border:1px solid #ffd70059;font-weight:700;animation:1.15s ease-in-out infinite clock-yellow-alert}.generalwars-clock.warning-red{color:var(--danger);background:#2d1313;border:1px solid #f578788c;font-weight:700;animation:.55s ease-in-out infinite clock-red-alert}@keyframes clock-yellow-alert{0%,to{transform:scale(1);box-shadow:0 0 #ffd70000}50%{transform:scale(1.025);box-shadow:0 0 14px #ffd70047}}@keyframes clock-red-alert{0%,to{transform:scale(1);box-shadow:0 0 #f5787800}50%{transform:scale(1.045);box-shadow:0 0 18px #f578786b}}@media (width<=700px){.generalwars-player{gap:6px;min-height:44px;padding:6px 4px;font-size:.98rem}.generalwars-avatar img{width:24px;height:24px;margin-right:4px}.generalwars-username{margin-right:5px;font-size:.95rem}.generalwars-clock{min-width:36px;padding:2px 6px;font-size:.93rem}}.generalwars-captured{--cap-piece:28px;--cap-vpad:8px;padding:var(--cap-vpad) 0;min-height:calc(var(--cap-piece) + var(--cap-vpad) * 2);box-sizing:border-box;background:0 0;border-radius:6px;flex-wrap:nowrap;flex:none;justify-content:center;align-items:center;gap:10px;width:92%;max-width:500px;margin:0 0 10px;display:flex;position:relative;overflow:visible}.generalwars-captured:before{content:"";z-index:0;pointer-events:none;border-radius:inherit;background:#252525;position:absolute;inset:0}.captured-side{min-height:var(--cap-piece);z-index:1000;flex-wrap:nowrap;align-items:center;gap:7px;display:flex;position:relative}.captured-piece{color:var(--text-light);cursor:pointer;z-index:1001;flex:0 0 var(--cap-piece);background:#353b35;border:2px solid #0000;border-radius:6px;justify-content:center;align-items:center;width:28px;min-width:24px;max-width:34px;height:28px;min-height:24px;max-height:34px;font-size:1rem;transition:border .15s,box-shadow .15s;display:flex;position:relative}.captured-piece.selected{border:2px solid var(--accent);box-shadow:0 0 7px var(--accent-light);z-index:1002;background:#204e27}.captured-piece.reserve-ghost{opacity:.82;pointer-events:none;filter:saturate(.85);background:#ffffff06;border-style:dashed}.review-source-ghost{opacity:.42;pointer-events:none;filter:saturate(.85);background:#ffffff09;border:1px dashed #ffffff57}.captured-count{color:#fff;pointer-events:none;z-index:2;text-align:center;background:#232;border:1px solid #444;border-radius:5px;min-width:14px;min-height:11px;padding:1px 4px 0;font-size:.7em;font-weight:700;line-height:1;position:absolute;bottom:0;right:0}.generalwars-board-area{flex-direction:row;flex:none;justify-content:center;align-items:center;gap:8px;width:100%;margin:10px 0;padding:0;display:flex;position:relative}.eval-bar-wrapper{box-sizing:border-box;flex-shrink:0;justify-content:center;align-items:stretch;width:16px;height:min(98vw,65vh,500px);padding:4px 0;display:flex}.eval-bar-container{--eval-top-color:#9f3030;--eval-bottom-color:#4f7a38;background:var(--eval-top-color);border-radius:4px;flex-direction:column;justify-content:flex-end;width:12px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 2px 4px #0000004d}.eval-bar-top,.eval-bar-player2{flex:1}.eval-bar-bottom,.eval-bar-player1{background:var(--eval-bottom-color);width:100%;transition:height .3s}.eval-bar-middle-line{z-index:2;background:#ffffff80;height:1px;position:absolute;top:50%;left:0;right:0}.generalwars-board{aspect-ratio:1;box-sizing:border-box;background:#333;border:none;flex-shrink:1;justify-content:center;align-items:center;width:min(98vw,65dvh,500px);min-width:180px;max-width:500px;height:min(98vw,65dvh,500px);min-height:180px;max-height:500px;margin:0;display:flex;position:relative}.generalwars-board-area:has(.eval-bar-wrapper) .generalwars-board{aspect-ratio:1;width:min(98vw - 24px,65dvh,500px);height:min(98vw - 24px,65dvh,500px)}.generalwars-board-area:has(.eval-bar-wrapper) .eval-bar-wrapper{height:min(98vw - 24px,65dvh,500px)}.review-player-eval{letter-spacing:0;color:#fff;border-radius:5px;justify-content:center;align-items:center;min-width:46px;height:22px;padding:0 7px;font-size:.78rem;font-weight:900;line-height:1;display:inline-flex;box-shadow:inset 0 0 0 1px #ffffff1f,0 4px 10px #0000003d}.review-player-eval.player1{background:#4f7a38}.review-player-eval.player2{background:#9f3030}#board{aspect-ratio:1;-webkit-user-select:none;user-select:none;touch-action:none;isolation:isolate;background:#1c1c1c;grid-template-rows:repeat(9,1fr);grid-template-columns:repeat(9,1fr);gap:1px;width:100%;max-width:100%;height:100%;max-height:100%;display:grid;position:relative;overflow:visible}.board-theme-dark_blue #board,.board-theme-dark_game #board,.board-theme-green #board,.board-theme-white #board,.board-theme-purple #board{background:#1c1c1c;gap:1px;overflow:visible}.board-theme-dark_blue #board:before,.board-theme-dark_game #board:before{content:"";pointer-events:none;z-index:0;background-image:url(/scenarios/dark_game.webp);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;position:absolute;inset:1px}.board-theme-green #board:before{content:"";pointer-events:none;z-index:0;background-image:url(/scenarios/green.webp);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;position:absolute;inset:1px}.board-theme-white #board:before{content:"";pointer-events:none;z-index:0;background-image:url(/scenarios/white.webp);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;position:absolute;inset:1px}.board-theme-purple #board:before{content:"";pointer-events:none;z-index:0;background-image:url(/scenarios/purple.webp);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;position:absolute;inset:1px}.annotation-arrow-layer{pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.annotation-arrow-line-layer{z-index:8}.annotation-arrow-head-layer{z-index:9}.annotation-arrow-path{fill:none;stroke-width:.12px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 .08px #000000a6);opacity:.94}.annotation-arrow-start{fill:#0000003d;stroke-width:.08px;filter:drop-shadow(0 0 .08px #000000b3)}.annotation-arrow-head{filter:drop-shadow(0 0 .08px #000000bf);opacity:.98}.cell{aspect-ratio:1;cursor:pointer;background:#000;justify-content:center;align-items:center;width:100%;height:100%;font-size:clamp(.8rem,1.5vw,1.18rem);display:flex;position:relative}.board-theme-dark_blue .cell,.board-theme-dark_game .cell,.board-theme-green .cell,.board-theme-white .cell,.board-theme-purple .cell{background:0 0}.board-theme-dark_blue .coord-top-left,.board-theme-dark_blue .coord-bottom-right,.board-theme-dark_game .coord-top-left,.board-theme-dark_game .coord-bottom-right,.board-theme-green .coord-top-left,.board-theme-green .coord-bottom-right,.board-theme-purple .coord-top-left,.board-theme-purple .coord-bottom-right,.board-theme-white .coord-top-left,.board-theme-white .coord-bottom-right{opacity:.95;color:#fffffff2!important;text-shadow:0 1px 3px #000,0 0 4px #000c!important}.match-theme-dark_blue .generalwars-captured,.match-theme-dark_game .generalwars-captured{background:#06122ae0;border:1px solid #4e8fff29;box-shadow:inset 0 0 18px #3780ff14}.match-theme-green .generalwars-captured{background:#062a12e0;border:1px solid #4eff8f29;box-shadow:inset 0 0 18px #37ff8014}.match-theme-white .generalwars-captured{background:#ffffffd9;border:1px solid #00000029;box-shadow:inset 0 0 18px #0000000a}.match-theme-purple .generalwars-captured{background:#1e062ae0;border:1px solid #e14eff29;box-shadow:inset 0 0 18px #dc37ff14}.match-theme-green .generalwars-captured:before,.match-theme-white .generalwars-captured:before,.match-theme-purple .generalwars-captured:before{display:none}.match-theme-dark_blue .captured-piece,.match-theme-dark_game .captured-piece{background:#0d2041eb;border-color:#4e8fff14}.match-theme-green .captured-piece{background:#0d4120eb;border-color:#4eff8f14}.match-theme-white .captured-piece{color:#111;background:#f0f0f0eb;border-color:#00000014}.match-theme-purple .captured-piece{background:#2d0d41eb;border-color:#e14eff14}.match-theme-dark_blue .captured-piece.selected,.match-theme-dark_blue .piece-wrapper.selected,.match-theme-dark_game .captured-piece.selected,.match-theme-dark_game .piece-wrapper.selected{background:#1c4c9494;border-color:#5f9dff;box-shadow:0 0 9px #5f9dff8a}.match-theme-green .captured-piece.selected,.match-theme-green .piece-wrapper.selected{background:#1c944c94;border-color:#5fff9d;box-shadow:0 0 9px #5fff9d8a}.match-theme-white .captured-piece.selected,.match-theme-white .piece-wrapper.selected{background:#c8c8c894;border-color:#000;box-shadow:0 0 9px #0000003d}.match-theme-purple .captured-piece.selected,.match-theme-purple .piece-wrapper.selected{background:#6e1c9494;border-color:#e55fff;box-shadow:0 0 9px #e55fff8a}.match-theme-dark_blue .captured-count,.match-theme-dark_game .captured-count{background:#0c1f3d;border-color:#5f9dff6b}.match-theme-green .captured-count{background:#0c3d1f;border-color:#5fff9d6b}.match-theme-white .captured-count{color:#000;background:#e0e0e0;border-color:#0000003d}.match-theme-purple .captured-count{background:#2b0c3d;border-color:#e55fff6b}.match-theme-dark_blue .move-log-row>span:first-child,.match-theme-dark_blue .history-controls .move-log-row .turn-number,.match-theme-dark_game .move-log-row>span:first-child,.match-theme-dark_game .history-controls .move-log-row .turn-number{color:#78b2ff!important}.match-theme-green .move-log-row>span:first-child,.match-theme-green .history-controls .move-log-row .turn-number{color:#78ffb2!important}.match-theme-white .move-log-row>span:first-child,.match-theme-white .history-controls .move-log-row .turn-number{color:#333!important}.match-theme-purple .move-log-row>span:first-child,.match-theme-purple .history-controls .move-log-row .turn-number{color:#e578ff!important}.match-theme-dark_blue .move-item:hover,.match-theme-dark_game .move-item:hover{color:#9fc7ff;background:#4e8fff24}.match-theme-green .move-item:hover{color:#9fffbb;background:#4eff8f24}.match-theme-white .move-item:hover{color:#000;background:#00000014}.match-theme-purple .move-item:hover{color:#f79fff;background:#e14eff24}.match-theme-dark_blue .move-item.active,.match-theme-dark_game .move-item.active{color:#9fc7ff;background:#4e8fff3d;box-shadow:0 0 5px #4e8fff75}.match-theme-green .move-item.active{color:#9fffbb;background:#4eff8f3d;box-shadow:0 0 5px #4eff8f75}.match-theme-white .move-item.active{color:#000;background:#00000029;box-shadow:0 0 5px #0003}.match-theme-purple .move-item.active{color:#f79fff;background:#e14eff3d;box-shadow:0 0 5px #e14eff75}.coord-top-left,.coord-bottom-right{color:#333;opacity:.7;pointer-events:none;z-index:10;font-size:12px;font-weight:700;position:absolute}.coord-top-left{top:2px;left:3px}.coord-bottom-right{bottom:2px;right:3px}img.piece{filter:none;z-index:2;object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none;width:90%;height:90%;box-shadow:none!important;background:0 0!important}.piece-wrapper{z-index:12;border-radius:6px;justify-content:center;align-items:center;width:90%;height:90%;transition:transform .12s,filter .12s,box-shadow .12s,background-color .12s,border-color .12s;display:flex;position:relative}.piece-wrapper.animating-hidden{visibility:hidden!important;opacity:0!important;transition:none!important}.piece-wrapper.selected{border:2px solid var(--accent);box-shadow:0 0 7px var(--accent-light);background:#204e27}.piece-wrapper.selected-enemy{border:2px solid var(--danger);background:#4e2020;box-shadow:0 0 7px #e7484899}.board-piece-selected{border:2px solid var(--accent);box-shadow:0 0 7px var(--accent-light);z-index:1000;background:#204e27;border-radius:4px}.move-dot{pointer-events:none;z-index:10;background:#fff3;border-radius:50%;width:20%;height:20%;position:absolute;top:40%;left:40%}.piece-player1{color:red;font-weight:700}.piece-player2{color:green;font-weight:700}.cell:after{content:"";pointer-events:none;z-index:1;opacity:0;background:#ffc80040;transition:opacity .4s ease-out;position:absolute;inset:0}.cell.last-move:after{opacity:1}.end-game-badge{z-index:100;pointer-events:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:flex;position:absolute;top:4px;right:4px;box-shadow:0 2px 6px #00000073}.end-game-badge.loser{color:#fff;background-color:#ff3b30}.end-game-badge.winner{color:#fff;background-color:#34c759}.end-game-badge.bounce-in{animation:1.8s cubic-bezier(.25,1,.5,1) both endGameBadgeBounce}@keyframes endGameBadgeBounce{0%{opacity:0;border-radius:4px;width:100%;height:100%;font-size:32px;top:0;right:0;transform:scale(.6)}25%{opacity:.95;border-radius:4px;width:100%;height:100%;font-size:32px;top:0;right:0;transform:scale(1)}55%{opacity:.95;border-radius:4px;width:100%;height:100%;font-size:32px;top:0;right:0;transform:scale(1)}to{opacity:1;border-radius:50%;width:20px;height:20px;font-size:11px;top:4px;right:4px;transform:scale(1)}}.css-flag{justify-content:center;align-items:flex-start;width:.85em;height:.85em;display:flex;position:relative}.css-flag-pole{background-color:#fff;border-radius:.04em;width:.08em;height:.76em}.css-flag-cloth{transform-origin:0;background-color:#fff;border-radius:.05em;width:.5em;height:.36em;margin-top:.04em;margin-left:.03em;animation:1.1s ease-in-out infinite alternate cssFlagWaving}@keyframes cssFlagWaving{0%{transform:skewY(-6deg)scaleY(.95)}to{transform:skewY(6deg)scaleY(1.05)}}.css-hourglass{flex-direction:column;justify-content:space-between;align-items:center;width:.85em;height:.85em;animation:3.5s ease-in-out infinite cssHourglassFlip;display:flex;position:relative}.css-hourglass-top,.css-hourglass-bottom{content:"";border-left:.35em solid #0000;border-right:.35em solid #0000;width:0;height:0}.css-hourglass-top{border-top:.38em solid #fff;margin-bottom:-.05em}.css-hourglass-bottom{border-bottom:.38em solid #fff;margin-top:-.05em}@keyframes cssHourglassFlip{0%,85%{transform:rotate(0)}to{transform:rotate(180deg)}}.selected{background:#f8e71c}.invalid-move{border:2px solid red}.valid-move{border:2px solid green}.cell.jaque-warning{animation:1s linear 2 blink-cell-bg}@keyframes blink-cell-bg{0%,to{background:#000}40%,50%{background:#881616}}img.piece.rotate-180{transform:rotate(180deg)}img.piece.floating{pointer-events:none;z-index:1000;transition:transform .5s ease-in-out}.game-animating-piece{will-change:transform, opacity, filter;backface-visibility:hidden;contain:layout paint style}#promocion-popup{z-index:2222;text-align:center;background:#242926;border:2px solid #61e071;border-radius:12px;min-width:210px;max-width:96vw;min-height:90px;max-height:85dvh;padding:20px 18px 16px;display:none;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%);box-shadow:0 7px 28px #151c}.promocion-opciones{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;margin-top:7px;margin-bottom:3px;display:flex}.promocion-btn{border:2px solid var(--accent);cursor:pointer;background:#282e29;border-radius:8px;outline:none;flex-direction:column;align-items:center;min-width:45px;padding:5px 8px 3px;font-weight:700;transition:box-shadow .16s,border .18s;display:flex;box-shadow:0 0 8px #6e6}.promocion-btn.selected,.promocion-btn:hover{background:#2f4037;border:2.5px solid #78f58e;box-shadow:0 0 12px #8af9}.promocion-btn img{background:#0002;border-radius:6px;width:30px;max-width:100%;height:30px;margin-bottom:2px}.promocion-txt{color:var(--accent);letter-spacing:.2px;margin-bottom:1px;font-size:.9em;font-weight:500}html.theme-dark-game #promocion-popup{border-color:var(--theme-accent-light);box-shadow:0 7px 28px rgba(var(--theme-accent-rgb), .22), 0 12px 36px #0000008c;background:#101a2b}html.theme-dark-game .promocion-btn{border-color:rgba(var(--theme-accent-rgb), .72);box-shadow:0 0 8px rgba(var(--theme-accent-rgb), .28);background:#132139}html.theme-dark-game .promocion-btn.selected,html.theme-dark-game .promocion-btn:hover{border-color:var(--theme-accent-light);background:rgba(var(--theme-accent-rgb), .18);box-shadow:0 0 12px rgba(var(--theme-accent-rgb), .42)}html.theme-dark-game .promocion-txt{color:var(--theme-accent-light)}html.theme-bw #promocion-popup{border-color:var(--theme-accent-light);box-shadow:0 7px 28px rgba(var(--theme-accent-rgb), .15), 0 12px 36px #0000008c;background:#1c1c1c}html.theme-bw .promocion-btn{border-color:rgba(var(--theme-accent-rgb), .5);box-shadow:0 0 8px rgba(var(--theme-accent-rgb), .15);background:#121212}html.theme-bw .promocion-btn.selected,html.theme-bw .promocion-btn:hover{border-color:var(--theme-accent-light);background:rgba(var(--theme-accent-rgb), .12);box-shadow:0 0 12px rgba(var(--theme-accent-rgb), .25)}html.theme-bw .promocion-txt{color:var(--theme-accent-light)}html.theme-purple #promocion-popup{border-color:var(--theme-accent-light);box-shadow:0 7px 28px rgba(var(--theme-accent-rgb), .22), 0 12px 36px #0000008c;background:#1e1026}html.theme-purple .promocion-btn{border-color:rgba(var(--theme-accent-rgb), .72);box-shadow:0 0 8px rgba(var(--theme-accent-rgb), .28);background:#14081c}html.theme-purple .promocion-btn.selected,html.theme-purple .promocion-btn:hover{border-color:var(--theme-accent-light);background:rgba(var(--theme-accent-rgb), .18);box-shadow:0 0 12px rgba(var(--theme-accent-rgb), .42)}html.theme-purple .promocion-txt{color:var(--theme-accent-light)}@media (width<=600px){#promocion-popup{min-width:140px;max-width:97vw;padding:10px 5px;font-size:.98em}.promocion-btn img{width:30px;height:30px}}@media (width>=900px){#promocion-popup{min-width:260px;max-width:400px;font-size:1.08em}.promocion-btn img{width:46px;height:46px}}@media (width<=360px){nav.generalwars-navbar{padding:8px 10px;padding-top:calc(8px + env(safe-area-inset-top))}.generalwars-container{padding-top:calc(10px + env(safe-area-inset-top));padding-bottom:calc(10px + env(safe-area-inset-bottom))}.generalwars-player{gap:6px;width:98%;min-height:42px;padding:6px;font-size:.9rem}.move-log{gap:6px;width:98%;font-size:.9em}}@media (width>=350px) and (height>=700px) and (width<=600px){.generalwars-container{max-width:640px}.generalwars-board{width:min(98vw,75dvh,560px);max-width:560px;height:min(98vw,75dvh,560px);max-height:560px}}@media (height<=800px){.generalwars-container{--container-padding:8px}.generalwars-player{min-height:45px;margin-bottom:6px;padding:6px 8px}.generalwars-captured{--cap-vpad:4px;margin-bottom:6px}.generalwars-board-area{margin:6px 0}.history-controls{margin:2px auto 8px}}.move-log .move-icon{vertical-align:-3px;-webkit-user-select:none;user-select:none;pointer-events:none;width:18px;height:18px;margin-right:4px;display:inline-block}.move-log .capture{opacity:.9;margin:0 4px}.move-log .drop-arrow{opacity:.9;margin:0 2px}.move-log .promo{opacity:.95;margin-left:2px;font-weight:700}@media (width<=700px){.move-log .move-icon{vertical-align:-2px;width:16px;height:16px}}.move-log-row span{color:inherit}.move-log-row>span:first-child{color:#78f58e}.move-item{cursor:pointer;border-radius:4px;padding:2px 6px;transition:all .2s}.move-item:hover{color:#78f58e;background:#78f58e1a}.move-item.active{color:#78f58e;background:#78f58e33;font-weight:700;box-shadow:0 0 4px #78f58e66}.history-controls{justify-content:center;align-items:center;gap:8px;width:96%;max-width:580px;margin:10px auto 4px;display:flex}.history-controls .move-log{flex:1;width:auto;max-width:none;margin:0}.history-btn{color:#eee;cursor:pointer;background:#232323;border:none;border-radius:7px;justify-content:center;align-items:center;min-width:45px;height:38px;padding:8px 14px;font-size:1.1em;font-weight:700;transition:all .18s cubic-bezier(.25,1,.5,1);display:flex;box-shadow:inset 0 0 0 1px #ffffff14}.history-btn:hover:not(:disabled){color:#78f58e;background:#2d2d2d;transform:translateY(-1px);box-shadow:inset 0 0 0 1px #78f58e}.history-btn:active:not(:disabled){transform:translateY(1px)}.history-btn:disabled{opacity:.3;cursor:not-allowed}.history-btn.live-indicator{color:#78f58e;background:#78f58e14;min-width:80px;padding:0 12px;font-family:inherit;font-size:.85em;box-shadow:inset 0 0 0 1px #78f58e}.history-btn.live-indicator.inactive{color:#aaa;background:#ffffff05;box-shadow:inset 0 0 0 1px #ffffff1f}.history-btn.live-indicator.inactive:hover{color:#78f58e;--review-summary-accent:#78f58e;--review-summary-accent-rgb:120, 245, 142;background:linear-gradient(180deg, rgba(var(--review-summary-accent-rgb), .08), #151719fa 34%);border:1px solid rgba(var(--review-summary-accent-rgb), .32);box-shadow:inset 0 0 0 1px #78f58e}.analysis-badge-container{justify-content:center;width:100%;display:flex}.analysis-badge{color:#f5d178;background:#f5d1781f;border:1px dashed #f5d17899;border-radius:20px;align-items:center;gap:6px;margin:0 auto 10px;padding:5px 12px;font-size:.85em;font-weight:600;animation:2s ease-in-out infinite analysis-pulse;display:inline-flex}@keyframes analysis-pulse{0%,to{opacity:.9;box-shadow:0 0 2px #f5d1781a}50%{opacity:1;box-shadow:0 0 8px #f5d17859}}.matchmaking-search-container{flex-direction:column;justify-content:center;align-items:center;display:flex}.matchmaking-radar{justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:24px;display:flex;position:relative}.radar-circle{opacity:0;border:2px solid #78f58e;border-radius:50%;width:100%;height:100%;position:absolute}.radar-circle.pulse-1{animation:2.4s cubic-bezier(.215,.61,.355,1) infinite radarPulse}.radar-circle.pulse-2{animation:2.4s cubic-bezier(.215,.61,.355,1) .8s infinite radarPulse}.radar-circle.pulse-3{animation:2.4s cubic-bezier(.215,.61,.355,1) 1.6s infinite radarPulse}@keyframes radarPulse{0%{opacity:0;transform:scale(.4)}10%{opacity:.65}to{opacity:0;border-color:#78f58e0d;transform:scale(1.4);box-shadow:0 0 15px #78f58e1a}}.radar-core{z-index:2;background:#1e1e1e;border:2px solid #78f58e;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;animation:2s ease-in-out infinite alternate corePulse;display:flex;position:relative;box-shadow:0 0 15px #78f58e66}@keyframes corePulse{0%{transform:scale(.96);box-shadow:0 0 8px #78f58e40}to{transform:scale(1.04);box-shadow:0 0 20px #78f58e99}}.radar-logo-img{object-fit:contain;filter:drop-shadow(0 2px 4px #00000080);width:28px;height:28px}.radar-piece-img{object-fit:contain;filter:drop-shadow(0 2px 4px #0000008c);width:34px;height:34px;animation:1.2s linear infinite radarPieceSpin}@keyframes radarPieceSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.matchmaking-title{color:#fff;letter-spacing:.5px;margin:0 0 8px;font-size:1.25rem;font-weight:800;animation:1.5s ease-in-out infinite alternate textGlow}@keyframes textGlow{0%{text-shadow:0 0 2px #ffffff1a;opacity:.85}to{text-shadow:0 0 10px #78f58e4d;opacity:1}}.matchmaking-subtitle{color:#888;margin:0;font-size:.9rem;font-weight:500}.review-analysis-overlay{z-index:3000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#05080ae0;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.review-analysis-loader{background:#0c1012eb;border:1px solid #78f58e2e;border-radius:12px;width:min(92vw,360px);min-height:300px;padding:34px 24px;box-shadow:0 22px 60px #0000006b}.review-analysis-progress{background:#ffffff1a;border:1px solid #ffffff14;border-radius:999px;width:min(260px,72vw);height:8px;margin-top:18px;overflow:hidden}.review-analysis-progress-fill{border-radius:inherit;background:linear-gradient(90deg,#78f58e,#26c2fb);height:100%;transition:width .18s;box-shadow:0 0 12px #78f58e73}.review-summary-backdrop{z-index:3100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000ad;position:fixed;inset:0}.review-summary-popup-new{color:#fff;--review-summary-accent:#78f58e;--review-summary-accent-rgb:120, 245, 142;background:linear-gradient(180deg, rgba(var(--review-summary-accent-rgb), .08), #151719fa 34%);border:1px solid rgba(var(--review-summary-accent-rgb), .32);z-index:3101;width:min(96vw,640px);max-height:92vh;box-shadow:0 18px 54px #00000094, 0 0 24px rgba(var(--review-summary-accent-rgb), .12);border-radius:12px;padding:18px 20px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;animation:.18s ease-out reviewSummaryPopupIn;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.review-summary-close{color:#888;cursor:pointer;background:0 0;border:none;font-size:1.2rem;position:absolute;top:12px;right:12px}.review-summary-close:hover{color:#fff}.review-summary-grid-row{grid-template-columns:minmax(80px,1fr) 70px 30px 70px;align-items:center;gap:12px;display:grid}.review-summary-header{justify-content:space-between;margin-bottom:20px;display:flex}.review-summary-player-col{flex-direction:column;align-items:center;width:100%;display:flex}.review-summary-player-name{margin-bottom:8px;font-size:.9rem;font-weight:700}.review-summary-avatar{background:#444;border-radius:8px;width:48px;height:48px;overflow:hidden}.review-summary-avatar img{object-fit:cover;width:100%;height:100%}.review-summary-legend-title{color:var(--review-summary-accent);text-transform:uppercase;text-align:center;letter-spacing:.04em;margin-bottom:8px;font-size:.78rem;font-weight:850}.review-summary-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.review-summary-row{background:#ffffff0b;border:1px solid #ffffff0f;border-radius:8px;grid-template-columns:28px minmax(120px,1fr) auto;align-items:center;gap:9px;min-height:34px;padding:6px 9px;display:grid}.review-summary-icon{flex:none;width:24px;height:24px;font-size:.76rem;position:static}.review-summary-name{white-space:nowrap;min-width:0;font-size:clamp(.76rem,1.8vw,.9rem);font-weight:750}.review-summary-count{text-align:right;color:#f2f5f7;min-width:22px;font-size:.86rem;font-weight:850}@media (width<=520px){.review-summary-popup{width:min(96vw,430px);padding:14px}.review-summary-list{gap:5px}.review-summary-row{grid-template-columns:24px minmax(0,1fr) auto;gap:6px;min-height:30px;padding:5px 7px}.review-summary-icon{width:21px;height:21px;font-size:.68rem}.review-summary-name{font-size:clamp(.64rem,2.9vw,.78rem)}}@keyframes scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes reviewSummaryPopupIn{0%{opacity:0;transform:translate(-50%,-50%)scale(.96)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 0 10px #78f58e33}50%{transform:scale(1.03);box-shadow:0 0 16px #78f58e66}}.help-btn{animation:2s ease-in-out infinite pulse}@keyframes holdZoom{0%{transform:scale(1)}to{transform:scale(1.18)}}.piece-wrapper.holding,.captured-piece.holding{opacity:0;z-index:1000;animation:.12s ease-out forwards holdZoom;box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important}@keyframes dropBounce{0%{transform:scale(1.25)}50%{transform:scale(.9)}to{transform:scale(1)}}.piece-wrapper.just-dropped{animation:.25s cubic-bezier(.175,.885,.32,1.275) forwards dropBounce}@keyframes cancelWobble{0%{transform:translate(3px)}20%{transform:translate(-3px)}40%{transform:translate(2px)}60%{transform:translate(-2px)}80%{transform:translate(1px)}to{transform:translate(0)}}.piece-wrapper.drag-canceled{animation:.25s ease-out forwards cancelWobble}.cell.premove:after{opacity:1!important;background:#007aff59!important;transition:none!important}.cell.own-capture-highlight{box-shadow:inset 0 0 0 3px var(--accent)!important}.cell.enemy-capture-highlight{box-shadow:inset 0 0 0 3px var(--danger)!important}@keyframes piece-placement-entry{0%{opacity:0;transform:scale(.3)translateY(20px)}60%{transform:scale(1.1)translateY(-5px)}to{opacity:1;transform:scale(1)translateY(0)}}.piece-placement-animate{animation:.5s cubic-bezier(.34,1.56,.64,1) both piece-placement-entry}.btn-gear svg{transition:transform .3s cubic-bezier(.4,0,.2,1)}.btn-gear:hover svg{transform:rotate(90deg)}.military-tutorial{color:#f4fff6;background:linear-gradient(#78f58e0b 1px,#0000 1px) 0 0/28px 28px,linear-gradient(90deg,#78f58e0a 1px,#0000 1px) 0 0/28px 28px,radial-gradient(circle at 50% 18%,#78f58e1f,#0000 32%) 0 0/100% 100%,#050706 0 0/100% 100%;min-height:100dvh;overflow:hidden}.military-tutorial-nav{border-bottom:1px solid #78f58e2e;box-shadow:0 12px 28px #00000059}.military-icon-button{color:#d9ffe0;cursor:pointer;background:#08120cd1;border:1px solid #78f58e3d;place-items:center;width:38px;height:38px;display:grid}.military-back-arrow{border-bottom:2px solid;border-left:2px solid;width:14px;height:14px;transform:rotate(45deg)}.military-tutorial-title{flex-direction:column;align-items:center;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;line-height:1.05;display:flex}.military-tutorial-title span{color:#78f58ec7;font-size:.72rem;font-weight:900}.military-tutorial-title strong{color:#fff;letter-spacing:0;font-size:1rem}.military-timecode{color:#78f58e;text-align:right;min-width:42px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-weight:900}.military-tutorial-stage{grid-template-columns:minmax(300px,560px) minmax(280px,1fr);align-items:center;gap:22px;width:min(1180px,100vw - 24px);min-height:calc(100dvh - 76px);margin:0 auto;padding:14px 0 18px;display:grid}.military-visual-panel{flex-direction:column;align-items:center;gap:10px;display:flex;position:relative}.military-radar-sweep{pointer-events:none;background:conic-gradient(from 0deg, transparent 0 62%, #78f58e29, transparent 72%);opacity:.45;border:1px solid #78f58e2e;animation:7s linear infinite militaryRadarSweep;position:absolute;inset:-12px}.military-board-shell{aspect-ratio:1;background:#00000052;border:1px solid #78f58e33;place-items:center;width:min(98vw,65dvh,520px);display:grid;position:relative;box-shadow:0 24px 60px #0000008c,inset 0 0 36px #78f58e12}.military-board-effects{place-items:center;width:100%;height:100%;display:grid;position:relative}.military-board-effects>.generalwars-board{width:100%;max-width:none;height:100%;max-height:none}.military-board-effects .move-dot{background:#78f58e47;border:1px solid #78f58ecc;width:52%;height:52%;top:24%;left:24%;box-shadow:0 0 16px #78f58e8c}.military-board-effects .piece-wrapper.selected{border-color:#78f58e;box-shadow:0 0 16px #78f58eb8}.military-zone-overlay,.military-column-warning,.military-column-success{z-index:4;pointer-events:none;position:absolute;inset:0}.military-zone-row{background:#ffd7481f;border-top:1px solid #ffd74880;border-bottom:1px solid #ffd7482e;width:100%;height:11.1111%;position:absolute;left:0}.military-zone-overlay span{color:#ffdf6a;background:#000000a6;border:1px solid #ffd74880;padding:4px 8px;font:900 .68rem ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;position:absolute;top:4px;right:8px}.military-column-warning{background:#ff3b303d;border-left:2px solid #ff3b30e6;border-right:2px solid #ff3b30e6;width:11.1111%;animation:.42s steps(2,end) infinite militaryColumnAlert;right:auto}.military-column-warning span{color:#ff6b61;background:#000000bf;border:2px solid #ff3b30;place-items:center;width:54px;height:54px;font:950 1.5rem ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.military-column-success{background:#78f58e2e;border-left:2px solid #78f58ee6;border-right:2px solid #78f58ee6;width:11.1111%;right:auto;box-shadow:0 0 24px #78f58e8c}.military-final-fade:after{content:"";z-index:40;pointer-events:none;background:linear-gradient(#0000 0%,#00000026 42%,#000000d9 100%);animation:5.2s ease-in forwards militaryShutdown;position:absolute;inset:0}.military-reserve-strip{background:#050a07d1;border:1px solid #78f58e29;align-items:center;gap:12px;width:min(92vw,520px);min-height:58px;padding:8px 12px;display:flex;position:relative}.military-reserve-strip>span{color:#78f58ec7;font:900 .74rem ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.military-reserve-pieces{align-items:center;gap:8px;min-height:40px;display:flex}.military-reserve-pieces em{color:#ffffff4d;font:800 .75rem ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.military-reserve-piece{background:#78f58e14;border:1px solid #78f58e52;place-items:center;width:42px;height:42px;animation:.5s both militaryReservePop;display:grid}.military-reserve-piece img{object-fit:contain;width:86%;height:86%}.military-virtual-hand{background:#ffffff14;border:2px solid #ffffffb8;border-radius:50% 50% 44% 44%;width:34px;height:34px;animation:2.4s ease-in-out infinite militaryHandMove;position:absolute;top:-18px;right:20px;box-shadow:0 0 16px #ffffff40}.military-briefing-panel{background:#020604bd;border:1px solid #78f58e38;flex-direction:column;justify-content:center;gap:16px;min-height:520px;padding:22px;display:flex;box-shadow:inset 0 0 40px #78f58e0d,0 24px 60px #0000006b}.military-section-label{color:#78f58e;border:1px solid #78f58e5c;width:max-content;padding:4px 8px;font:900 .75rem ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.military-briefing-panel h1{color:#fff;letter-spacing:0;margin:0;font-size:clamp(1.4rem,3vw,2.4rem);line-height:1.02}.military-briefing-panel p{color:#e9ffecc2;max-width:54ch;margin:0;font-size:.98rem;line-height:1.55}.military-flavor-stack{flex-direction:column;gap:10px;display:flex}.military-flavor-text{color:#cfffda;background:linear-gradient(90deg,#78f58e29,#78f58e09);border-left:4px solid #78f58e;padding:10px 12px;font:900 .86rem ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;animation:.42s both militaryFlavorIn}.military-progress{grid-template-columns:repeat(13,1fr);gap:5px;display:grid}.military-progress button{cursor:pointer;background:#ffffff24;border:0;height:8px}.military-progress button.complete{background:#78f58e6b}.military-progress button.active{background:#78f58e;box-shadow:0 0 12px #78f58eb8}.military-controls{grid-template-columns:1fr 1.2fr 1fr;gap:10px;display:grid}.military-control-button{color:#dfffe5;cursor:pointer;background:#ffffff0b;border:1px solid #78f58e3d;height:42px;font:900 .78rem ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.military-control-button:disabled{opacity:.35;cursor:not-allowed}.military-control-button.primary,.military-control-button.confirm{color:#061006;background:#78f58e;border-color:#78f58e}@keyframes militaryRadarSweep{to{transform:rotate(360deg)}}@keyframes militaryColumnAlert{50%{opacity:.42}}@keyframes militaryShutdown{0%,62%{opacity:0}to{opacity:1}}@keyframes militaryReservePop{0%{opacity:0;transform:translateY(-8px)scale(.86)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes militaryHandMove{0%,to{transform:translate(0)}50%{transform:translate(-42px,-10px)}}@keyframes militaryFlavorIn{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@media (width<=860px){.military-tutorial{overflow:auto}.military-tutorial-stage{grid-template-columns:1fr;align-items:start;min-height:auto;padding-bottom:22px}.military-board-shell,.military-reserve-strip{width:min(94vw,440px)}.military-briefing-panel{min-height:auto;padding:16px}.military-progress{grid-template-columns:repeat(13,1fr)}.military-controls{grid-template-columns:1fr}}.military-match-nav{justify-content:space-between;align-items:center;width:100%;padding:0 16px;display:flex;position:relative}.military-match-back{color:#fff;cursor:pointer;background:0 0;border:0;place-items:center;width:34px;height:34px;display:grid}.military-match-back:hover{color:#78f58e}.military-match-title{text-transform:uppercase;flex-direction:column;align-items:center;gap:2px;line-height:1;display:flex}.military-match-title span{color:#78f58eb8;letter-spacing:0;font-size:.68rem;font-weight:900}.military-match-title strong{color:#fff;letter-spacing:0;font-size:.95rem;font-weight:950}.military-match-count{color:#78f58e;text-align:right;min-width:34px;font-size:.82rem;font-weight:900}.military-match-tutorial{--tutorial-board-size:min(92vw, calc(100dvh - 286px), 500px);justify-content:flex-start;gap:5px;height:calc(100dvh - 58px);min-height:0;margin-top:0;padding-top:6px;padding-bottom:6px;overflow:hidden}.military-match-tutorial .generalwars-player{width:min(92vw,540px);min-height:34px;margin-bottom:0;padding:4px 8px;font-size:.82rem}.military-match-tutorial .generalwars-avatar img{width:28px;height:28px}.military-match-tutorial .generalwars-username{font-size:.86rem}.military-match-tutorial .generalwars-board-area{z-index:6;margin:0;position:relative}.military-board-frame{border-radius:8px;width:fit-content;max-width:100%;position:relative;box-shadow:0 0 0 1px #78f58e29,0 18px 50px #0000006b}.military-board-frame #board{isolation:auto!important;overflow:visible!important}.military-board-frame>.generalwars-board{flex:none;min-width:190px;min-height:190px;width:var(--tutorial-board-size)!important;height:var(--tutorial-board-size)!important}.military-board-tap-layer{z-index:24;color:#0000;cursor:pointer;background:0 0;border:0;padding:0;display:none;position:absolute;inset:0}.military-board-tap-layer span{color:#dfffe5;text-transform:uppercase;white-space:nowrap;background:#050806c7;border:1px solid #78f58e42;border-radius:8px;max-width:calc(100% - 22px);padding:8px 12px;font-size:.72rem;font-weight:950;position:absolute;bottom:10px;left:50%;transform:translate(-50%);box-shadow:0 8px 20px #0000005c}.military-board-tap-layer:disabled{cursor:wait}.military-tutorial-reserve{background:#ffffff06;border:1px solid #ffffff0f;border-radius:8px;align-items:center;gap:6px;width:min(92vw,540px);min-height:36px;padding:4px 8px;display:flex}.military-tutorial-reserve .captured-piece{z-index:30;background:#151515;border:1px solid #78f58e2e;border-radius:6px;width:32px;height:32px;position:relative}.military-tutorial-reserve .piece{width:82%;height:82%}.military-reserve-label{color:#78f58ebd;text-transform:uppercase;font-size:.62rem;font-weight:900}.military-tutorial-reserve em{color:#ffffff47;font-size:.72rem}.military-step-briefing{color:#fff;background:#0d0d0deb;border:1px solid #78f58e2e;border-radius:8px;gap:6px;width:min(92vw,540px);margin-top:0;padding:9px 10px;display:grid;box-shadow:0 18px 44px #00000057}.military-step-briefing span{color:#78f58ec7;text-transform:uppercase;font-size:.58rem;font-weight:950;display:block}.military-step-briefing h1{letter-spacing:0;margin:1px 0 0;font-size:clamp(.88rem,2.4vw,1.08rem);line-height:1.05}.military-step-briefing p{color:#ffffffc7;margin:0;font-size:.74rem;line-height:1.25}.military-objective{color:#dfffe5;background:#78f58e12;border-left:4px solid #78f58e;border-radius:0 8px 8px 0;padding:10px 12px;font-size:.88rem;font-weight:800;line-height:1.4}.military-step-briefing button{color:#061006;cursor:pointer;background:#78f58e;border:0;border-radius:8px;width:100%;height:32px;font-size:.72rem;font-weight:950}.military-step-briefing button:hover:not(:disabled),.military-victory-card button:hover{filter:brightness(1.08);box-shadow:0 0 14px #78f58e5c}.military-step-briefing button:disabled{opacity:.65;cursor:wait}.military-victory-overlay{z-index:40000;background:#000000e6;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.military-victory-card{color:#fff;text-align:center;background:#0d0d0d;border:2px solid #78f58e;border-radius:12px;width:min(92vw,440px);padding:28px;box-shadow:0 0 52px #78f58e38}.military-victory-card h2{color:#78f58e;text-transform:uppercase;letter-spacing:0;margin:0 0 10px}.military-victory-card p{color:#ffffffc7;margin:0 0 22px;line-height:1.5}.military-victory-card button{color:#061006;cursor:pointer;background:#78f58e;border:0;border-radius:8px;width:100%;height:46px;font-weight:950}@media (width<=620px){.military-match-tutorial{--tutorial-board-size:min(94vw, calc(100dvh - 258px), 480px);gap:4px;height:calc(100dvh - 50px);padding-top:4px;padding-bottom:4px}.military-tutorial-reserve,.military-step-briefing{width:min(94vw,480px)}.military-step-briefing{padding:8px 9px}.military-step-briefing p{font-size:.7rem;line-height:1.2}.military-step-briefing button{height:30px;font-size:.68rem}.military-board-tap-layer span{white-space:normal;width:max-content;max-width:calc(100% - 20px);font-size:.64rem}}@media (height<=720px){.military-match-tutorial{--tutorial-board-size:min(88vw, calc(100dvh - 238px), 440px)}.military-match-tutorial .generalwars-player{min-height:30px;padding:3px 7px}.military-match-tutorial .generalwars-avatar img{width:24px;height:24px}.military-tutorial-reserve{min-height:32px;padding:3px 7px}.military-tutorial-reserve .captured-piece{width:28px;height:28px}.military-step-briefing{gap:5px;padding:7px 8px}.military-step-briefing h1{font-size:.9rem}.military-step-briefing p{font-size:.66rem;line-height:1.16}.military-step-briefing button{height:28px;font-size:.64rem}}@media (height<=620px){.military-match-tutorial{--tutorial-board-size:min(82vw, calc(100dvh - 214px), 380px);gap:3px}.military-match-tutorial .generalwars-player{min-height:28px}.military-step-briefing span{font-size:.52rem}.military-step-briefing h1{font-size:.82rem}.military-step-briefing p{font-size:.62rem;line-height:1.12}}.generalwars-right-sidebar-group{display:contents}@media (width>=1025px){.generalwars-desktop-layout{box-sizing:border-box;background:var(--bg-dark);grid-template:"opponent-card top-reserve history-area""opponent-card board-area history-area"1fr"opponent-card board-area history-area""opponent-card bottom-reserve player-card"/minmax(300px,360px) minmax(auto,740px) minmax(300px,360px);justify-content:center;align-items:center;gap:8px 32px;width:100vw;height:calc(100vh - 56px);max-height:calc(100vh - 56px);padding:16px 24px;display:grid;overflow:hidden}.generalwars-desktop-layout .generalwars-right-sidebar-group{flex-direction:column;gap:14px;width:100%;max-width:360px;display:flex;grid-area:history-area!important;place-self:start!important}.generalwars-desktop-layout .generalwars-player{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1e1e1ebf;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px #0006;box-sizing:border-box!important;border:1px solid #ffffff14!important;border-radius:10px!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;width:100%!important;max-width:360px!important;min-height:52px!important;margin:0 auto!important;padding:8px 16px!important;display:flex!important}.generalwars-desktop-layout .generalwars-player .generalwars-avatar{align-items:center;gap:10px;display:flex}.generalwars-desktop-layout .generalwars-player .generalwars-avatar img{border:1px solid #ffffff1a;border-radius:50%;width:34px!important;height:34px!important}.generalwars-desktop-layout .generalwars-player .generalwars-username{color:#e5e5e5;font-weight:700;font-size:1.05rem!important}.generalwars-desktop-layout .generalwars-player .clock-tool-row{align-items:center;gap:8px!important;margin:0!important;display:flex!important}.generalwars-desktop-layout .generalwars-player .generalwars-clock{color:#fff;background:#111;border:1px solid #ffffff0d;font-family:Outfit,monospace;font-weight:700;box-shadow:inset 0 2px 5px #000c,0 0 10px #78f58e1a;text-align:center!important;border-radius:6px!important;width:auto!important;min-width:80px!important;margin:0!important;padding:4px 12px!important;font-size:1.25rem!important}.generalwars-desktop-layout .generalwars-player .generalwars-clock.warning-yellow{color:gold!important;box-shadow:none!important;background:#2d2a13!important;border:1px solid #ffd70059!important;animation:1.15s ease-in-out infinite clock-yellow-alert!important}.generalwars-desktop-layout .generalwars-player .generalwars-clock.warning-red{color:var(--danger)!important;box-shadow:none!important;background:#2d1313!important;border:1px solid #f578788c!important;animation:.55s ease-in-out infinite clock-red-alert!important}.generalwars-desktop-layout .generalwars-player .generalwars-clock.low{color:var(--danger)!important;box-shadow:none!important;background:#2d1313!important}.generalwars-desktop-layout #player-top{grid-area:opponent-card!important;place-self:start end!important}.generalwars-desktop-layout #player-bottom{grid-area:player-card!important;place-self:end start!important}.generalwars-desktop-layout #player-top+.generalwars-captured{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box;border:1px solid #ffffff0f;border-radius:6px;height:56px;min-height:56px;padding:6px 12px;background:0 0!important;grid-area:top-reserve!important;width:100%!important;max-width:min(740px,100vh - 280px)!important;margin:0 auto!important;overflow:visible!important}.generalwars-desktop-layout .generalwars-board-area{flex-direction:row;justify-content:center;align-items:center;gap:8px;width:100%;margin:0;display:flex;grid-area:board-area!important}.generalwars-desktop-layout .eval-bar-wrapper{height:min(740px,100vh - 280px)!important}.generalwars-desktop-layout .generalwars-board{border-radius:8px;overflow:visible;box-shadow:0 16px 48px #0009;width:min(740px,100vh - 280px)!important;max-width:100%!important;height:min(740px,100vh - 280px)!important;max-height:100%!important}.generalwars-desktop-layout .generalwars-board-area+.generalwars-captured{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box;border:1px solid #ffffff0f;border-radius:6px;height:56px;min-height:56px;padding:6px 12px;background:0 0!important;grid-area:bottom-reserve!important;width:100%!important;max-width:min(740px,100vh - 280px)!important;margin:0 auto!important;overflow:visible!important}.generalwars-desktop-layout #player-top+.generalwars-captured:before,.generalwars-desktop-layout .generalwars-board-area+.generalwars-captured:before{box-sizing:border-box;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#16161699;border:1px solid #ffffff0f}.generalwars-desktop-layout .captured-piece{background:#ffffff08;border:1px solid #ffffff14;border-radius:6px;transition:all .15s;width:44px!important;min-width:44px!important;height:44px!important;min-height:44px!important}.generalwars-desktop-layout .captured-piece:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-1px)}.generalwars-desktop-layout .captured-piece img{width:85%;height:85%}.generalwars-desktop-layout .history-controls{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-sizing:border-box;background:#1e1e1ebf;border:1px solid #ffffff14;border-radius:12px;grid-template-rows:440px 38px;grid-template-columns:repeat(4,1fr);gap:10px;width:100%;max-width:360px;height:auto;margin:0;padding:16px;display:grid;box-shadow:0 12px 40px #00000080}.generalwars-desktop-layout .history-controls .move-log{scrollbar-width:thin;scrollbar-color:#ffffff1a transparent;background:#0f0f0fcc;border:1px solid #ffffff0a;border-radius:8px;flex-direction:column;grid-area:1/1/auto/span 4;gap:6px;height:440px;margin:0;padding:10px;display:flex;overflow:hidden auto}.generalwars-desktop-layout .history-controls .move-log-row{box-sizing:border-box;width:100%;box-shadow:none;background:#ffffff05;border:1px solid #ffffff0a;border-radius:4px;padding:4px 8px;transition:background .1s;grid-template-columns:36px 1fr 1fr!important;justify-content:stretch!important;align-items:center!important;column-gap:16px!important;font-size:.85rem!important;display:grid!important}.generalwars-desktop-layout .history-controls .move-log-row>span[style*="width: 14px"]{display:none!important}.generalwars-desktop-layout .history-controls .move-log-row .move-item{box-sizing:border-box;justify-content:flex-start;align-items:center;gap:6px;width:100%;display:inline-flex!important}.generalwars-desktop-layout .history-controls .move-log-row .turn-number{font-weight:700;color:#78f58e!important;margin:0!important}.generalwars-desktop-layout .history-controls .move-log-row:hover{background:#ffffff0d}.generalwars-desktop-layout .history-controls .history-btn{color:#fff;cursor:pointer;background:#ffffff08;border:1px solid #ffffff0f;border-radius:6px;grid-row:2;min-width:auto;height:38px;font-size:1.1rem;transition:all .15s}.generalwars-desktop-layout .history-controls .history-btn:hover:not(:disabled){background:#ffffff14;border-color:#ffffff26}.generalwars-desktop-layout .history-controls .history-btn:disabled{opacity:.3;cursor:not-allowed}.generalwars-desktop-layout .history-controls .history-btn:first-child{grid-column:1}.generalwars-desktop-layout .history-controls .history-btn:nth-child(2){grid-column:2}.generalwars-desktop-layout .history-controls .history-btn:nth-child(4){grid-column:3}.generalwars-desktop-layout .history-controls .history-btn:nth-child(5){grid-column:4}.generalwars-desktop-layout .analysis-badge-container{width:100%;max-width:360px;margin:0}.generalwars-desktop-layout .analysis-badge{text-align:center;box-sizing:border-box;width:100%;color:#78f58e!important;background:#78f58e14!important;border:1px solid #78f58e33!important;border-radius:6px!important;padding:6px 12px!important;font-size:.85rem!important;font-weight:600!important}.generalwars-container:not(:has(.history-controls)){border-radius:12px;flex-direction:column;align-items:center;height:calc(100vh - 100px);margin:10px auto;padding:24px;display:flex;max-width:750px!important}.generalwars-container:not(:has(.history-controls)) .generalwars-board{width:min(80vw,70vh,650px)!important;height:min(80vw,70vh,650px)!important}}.analysis-indicator-badge{color:#fff;z-index:15;pointer-events:none;-webkit-user-select:none;user-select:none;border-radius:50%;justify-content:center;align-items:center;width:clamp(14px,2.5vw,20px);height:clamp(14px,2.5vw,20px);font-size:clamp(9px,1.6vw,13px);font-weight:700;line-height:1;animation:.2s cubic-bezier(.175,.885,.32,1.275) both badge-pop-in;display:flex;position:absolute;top:3px;right:3px;box-shadow:0 2px 6px #0006}.analysis-indicator-badge.floating{animation:1.5s ease-out forwards badge-float-away}.indicator-brilliant{color:#fff;background:#1da491;border:1.5px solid #fff}.indicator-great{color:#fff;background:#5c8bb0;border:1.5px solid #fff}.indicator-best-move{background:#7ba739;border:1.5px solid #fff}.indicator-excellent{background:#8bb952;border:1.5px solid #fff}.indicator-good{background:#95bc5f;border:1.5px solid #fff}.indicator-book{background:#c9966b;border:1.5px solid #fff;font-size:clamp(8px,1.45vw,12px)}.indicator-inaccuracy{color:#332000;background:#facd41;border:1.5px solid #fff}.indicator-mistake{background:#ef9628;border:1.5px solid #fff}.indicator-blunder{background:#f81c15;border:1.5px solid #fff;font-size:clamp(8px,1.35vw,11px)}.indicator-miss{color:#fff;background:#f1645f;border:1.5px solid #fff}.review-summary-popup-new .review-summary-icon.analysis-indicator-badge{z-index:auto;justify-content:center;align-items:center;width:24px;min-width:24px;height:24px;font-size:.76rem;animation:none;display:flex;position:static;top:auto;right:auto}@media (width<=520px){.review-summary-popup-new .review-summary-icon.analysis-indicator-badge{width:21px;min-width:21px;height:21px;font-size:.68rem}}@keyframes badge-pop-in{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes badge-float-away{0%{opacity:0;transform:translateY(4px)scale(.75)}14%{opacity:1;transform:translateY(0)scale(1)}72%{opacity:1;transform:translateY(-7px)scale(1)}to{opacity:0;transform:translateY(-14px)scale(.96)}}@media (width>=601px) and (width<=1024px){.generalwars-container{box-shadow:none;background:0 0;border:none;max-width:100vw;margin:0;padding:0;overflow-y:visible}.generalwars-board{width:600px;height:600px}.generalwars-player{width:600px}.captured-piece{width:45px;height:48px;font-size:1.1rem}}html.theme-dark-game .generalwars-desktop-layout .history-controls .move-log-row .turn-number,html.theme-dark-game .generalwars-desktop-layout .history-controls .move-log-row>span:first-child{color:var(--theme-accent-light)!important}html.theme-dark-game .generalwars-desktop-layout .analysis-badge{background:rgba(var(--theme-accent-rgb), .08)!important;border-color:rgba(var(--theme-accent-rgb), .2)!important;color:var(--theme-accent-light)!important}.versus-container{z-index:100;-webkit-user-select:none;user-select:none;background:#090909;border-radius:8px;justify-content:center;align-items:center;animation:.18s ease-out .3s both screenShake,.3s cubic-bezier(.15,.85,.35,1) 1.4s forwards versusContainerSmash;display:flex;position:absolute;inset:0;overflow:hidden}.versus-flash{opacity:0;pointer-events:none;z-index:10;background:#fff;animation:.25s ease-out forwards versusFlashAnim;position:absolute;inset:0}@keyframes versusFlashAnim{0%{opacity:1}to{opacity:0}}.versus-split-left{clip-path:polygon(0 0,67.8% 0,31.8% 100%,0 100%);width:100%;height:100%;box-shadow:0 0 25px rgba(var(--theme-accent-rgb,120, 245, 142), .18);background:linear-gradient(135deg,#0c0c0cf2 0%,#141414fa 100%);justify-content:flex-start;align-items:center;padding-left:6%;animation:.35s cubic-bezier(.1,.9,.2,1) forwards slideInLeft;display:flex;position:absolute;top:0;left:0}.versus-split-right{clip-path:polygon(68.2% 0,100% 0,100% 100%,32.2% 100%);background:linear-gradient(135deg,#0a0a0af2 0%,#0f0f0ffa 100%);justify-content:flex-end;align-items:center;width:100%;height:100%;padding-right:6%;animation:.35s cubic-bezier(.1,.9,.2,1) forwards slideInRight;display:flex;position:absolute;top:0;right:0;box-shadow:0 0 25px #ff5c5c2e}.versus-divider-line{background:linear-gradient(180deg, var(--accent-light) 0%, #ff5c5c 100%);clip-path:polygon(67.5% 0,68.5% 0,32.5% 100%,31.5% 100%);z-index:4;opacity:.95;width:100%;height:100%;position:absolute;top:0;left:0;box-shadow:0 0 15px #fff6}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.versus-player-card{flex-direction:column;justify-content:center;align-items:center;max-width:42%;display:flex}.versus-player-card.left{animation:.35s cubic-bezier(.15,.85,.35,1) forwards cardEnterLeft}.versus-player-card.right{animation:.35s cubic-bezier(.15,.85,.35,1) forwards cardEnterRight}@keyframes cardEnterLeft{0%{opacity:0;transform:translate(-100px)scale(.8)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes cardEnterRight{0%{opacity:0;transform:translate(100px)scale(.8)}to{opacity:1;transform:translate(0)scale(1)}}.versus-avatar-wrapper{box-sizing:border-box;border-radius:50%;justify-content:center;align-items:center;width:min(15vw,68px);height:min(15vw,68px);margin-bottom:8px;display:flex;position:relative}.versus-split-left .versus-avatar-wrapper{border:2px solid var(--accent-light);background:rgba(var(--theme-accent-rgb,120, 245, 142), .1);box-shadow:0 0 15px rgba(var(--theme-accent-rgb,120, 245, 142), .35)}.versus-split-right .versus-avatar-wrapper{background:#ff5c5c1a;border:2px solid #ff5c5c;box-shadow:0 0 15px #ff5c5c59}.versus-avatar-img{object-fit:contain;border-radius:50%;width:90%;height:90%}.versus-flag-badge{background:#111;border:1.5px solid #333;border-radius:50%;justify-content:center;align-items:center;width:min(5.5vw,22px);height:min(5.5vw,22px);padding:2px;font-size:min(3.5vw,1.1rem);line-height:1;display:flex;position:absolute;bottom:-2px;right:-2px;box-shadow:0 2px 5px #00000080}.versus-player-name{text-transform:uppercase;letter-spacing:1.5px;white-space:nowrap;font-family:Outfit,Inter,sans-serif;font-size:min(4vw,1.25rem);font-weight:900}.versus-split-left .versus-player-name{color:var(--accent-light);text-shadow:0 0 12px rgba(var(--theme-accent-rgb,120, 245, 142), .5);animation:2s ease-in-out infinite alternate textGlowLeft}.versus-split-right .versus-player-name{color:#ff8e8e;text-shadow:0 0 12px #ff5c5c80;animation:2s ease-in-out infinite alternate textGlowRight}@keyframes textGlowLeft{0%{text-shadow:0 0 8px rgba(var(--theme-accent-rgb,120, 245, 142), .4)}to{text-shadow:0 0 16px rgba(var(--theme-accent-rgb,120, 245, 142), .7)}}@keyframes textGlowRight{0%{text-shadow:0 0 8px #ff5c5c66}to{text-shadow:0 0 16px #ff5c5cb3}}.versus-vs-logo{color:#fff;z-index:5;text-shadow:0 0 15px #fffc,0 0 30px gold;opacity:0;font-family:Outfit,Inter,sans-serif;font-size:min(12vw,3.8rem);font-style:italic;font-weight:900;animation:.15s cubic-bezier(.15,.85,.35,1) .3s forwards vsImpact,1.5s ease-in-out .45s infinite alternate vsPulse;position:absolute;transform:scale(3.5)}@keyframes vsImpact{0%{opacity:0;transform:scale(4.5)}75%{opacity:1;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes vsPulse{0%{text-shadow:0 0 15px #fffc,0 0 30px gold;transform:scale(1)}to{text-shadow:0 0 25px #fffffff2,0 0 45px #fa0;transform:scale(1.08)}}@keyframes screenShake{0%,to{transform:translate(0)scale(1)}15%,85%{transform:translate(-6px,4px)scale(1.01)}35%,65%{transform:translate(6px,-4px)scale(1.01)}50%{transform:translate(-4px,-6px)scale(1.02)}}@keyframes versusContainerSmash{0%{opacity:1;filter:brightness();transform:scale(1)}45%{opacity:1;filter:brightness(3);transform:scale(1.2)}to{opacity:0;filter:brightness(10);visibility:hidden;transform:scale(1.6)}}.versus-particles{pointer-events:none;z-index:2;width:10px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.versus-particle{opacity:0;border-radius:50%;width:4px;height:4px;animation:1s cubic-bezier(.1,.8,.3,1) .3s forwards particleExplode;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes particleExplode{0%{opacity:0;transform:translate(-50%,-50%)scale(.5)}15%{opacity:.9}to{transform:translate(calc(-50% + var(--x)), calc(-50% + var(--y))) scale(1.2);opacity:0}}.versus-particle:nth-child(2n){background:var(--accent-light);box-shadow:0 0 8px var(--accent-light)}.versus-particle:nth-child(odd){background:#ff5c5c;box-shadow:0 0 8px #ff5c5c}.versus-particle.p-0{--x:-50px;--y:-50px;animation-duration:.9s}.versus-particle.p-1{--x:50px;--y:-50px;animation-duration:.8s}.versus-particle.p-2{--x:-50px;--y:50px;animation-duration:1.1s}.versus-particle.p-3{--x:50px;--y:50px;animation-duration:.85s}.versus-particle.p-4{--x:-70px;--y:0px;animation-duration:1s}.versus-particle.p-5{--x:70px;--y:0px;animation-duration:.9s}.versus-particle.p-6{--x:0px;--y:-70px;animation-duration:.95s}.versus-particle.p-7{--x:0px;--y:70px;animation-duration:1.05s}.versus-particle.p-8{--x:-40px;--y:-80px;animation-duration:1.1s}.versus-particle.p-9{--x:40px;--y:-80px;animation-duration:.9s}.versus-particle.p-10{--x:-40px;--y:80px;animation-duration:.8s}.versus-particle.p-11{--x:40px;--y:80px;animation-duration:1s}.versus-particle.p-12{--x:-80px;--y:-40px;animation-duration:.85s}.versus-particle.p-13{--x:80px;--y:-40px;animation-duration:.9s}.versus-particle.p-14{--x:-80px;--y:40px;animation-duration:.95s}.versus-particle.p-15{--x:80px;--y:40px;animation-duration:1s}.versus-particle.p-16{--x:-30px;--y:-30px;animation-duration:.75s}.versus-particle.p-17{--x:30px;--y:-30px;animation-duration:.8s}.versus-particle.p-18{--x:-30px;--y:30px;animation-duration:.85s}.versus-particle.p-19{--x:30px;--y:30px;animation-duration:.9s}.clock-entrance-animate{opacity:0;pointer-events:none;transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1);transform:scale(.85)}.clock-entrance-animate.visible{opacity:1;pointer-events:auto;transform:scale(1)}.review-summary-accuracy-label{color:#fff;font-size:.9rem;font-weight:700}.review-summary-accuracy-box{color:#333;text-align:center;background:#fff;border-radius:8px;width:100%;padding:8px 0;font-size:1.1rem;font-weight:700}.review-summary-accuracy-box.opp-acc{color:#fff;background:#555}.review-summary-divider{background:#444;height:1px;margin:16px 0 20px}.review-summary-list-new{flex-direction:column;gap:12px;display:flex}.review-summary-count{text-align:center;color:#fff;font-size:1.1rem;font-weight:700}.review-summary-name-new{color:#fff;text-align:left;font-size:.9rem;font-weight:700}.review-summary-icon-container .text-great{color:#5c8bb0}.review-summary-icon-container .text-best-move{color:#7ba739}.review-summary-icon-container .text-excellent{color:#8bb952}.review-summary-icon-container .text-good{color:#95bc5f}.review-summary-icon-container .text-book{color:#c9966b}.review-summary-icon-container .text-inaccuracy{color:#facd41}.review-summary-icon-container .text-mistake{color:#ef9628}.review-summary-icon-container .text-blunder{color:#f81c15}.review-summary-icon-container .text-miss{color:#f1645f}.review-summary-icon-container .review-summary-grid-row{grid-template-columns:minmax(80px,1fr) 50px 30px 50px;align-items:center;gap:12px;display:grid}.review-summary-icon-container .review-summary-accuracy-label{color:#fff;text-align:left;font-size:.9rem;font-weight:700}.review-summary-icon-container .review-summary-popup-new.theme-blue{--review-summary-accent:#5ca6ff;--review-summary-accent-rgb:92, 166, 255}.review-summary-icon-container .review-summary-popup-new.theme-green{--review-summary-accent:#78f58e;--review-summary-accent-rgb:120, 245, 142}.review-summary-popup-new.theme-default,.review-summary-popup-new.theme-green{--review-summary-accent:#78f58e;--review-summary-accent-rgb:120, 245, 142;--review-summary-panel-rgb:16, 23, 18}.review-summary-popup-new.theme-dark_blue,.review-summary-popup-new.theme-blue{--review-summary-accent:#5ca6ff;--review-summary-accent-rgb:92, 166, 255;--review-summary-panel-rgb:12, 22, 38}.review-summary-popup-new{background:radial-gradient(circle at 50% 0%, rgba(var(--review-summary-accent-rgb), .18), transparent 34%), linear-gradient(180deg, rgba(var(--review-summary-accent-rgb), .08), rgba(var(--review-summary-panel-rgb), .98) 36%);border-color:rgba(var(--review-summary-accent-rgb), .34)}.review-summary-popup-new .review-summary-avatar{background:rgba(var(--review-summary-accent-rgb), .1);border:1px solid rgba(var(--review-summary-accent-rgb), .26)}.analysis-badge-container{flex-direction:column;align-items:center;display:flex}.analysis-badge{flex-direction:column;justify-content:center;align-items:center;gap:8px;max-width:min(100%,360px);display:inline-flex}.analysis-badge-label{min-width:0}.review-best-move-btn,.review-summary-toggle-btn{color:#78f58e;cursor:pointer;white-space:nowrap;background:#78f58e24;border:none;border-radius:6px;justify-content:center;align-items:center;gap:4px;width:28px;height:28px;padding:0;font-size:.9rem;font-weight:850;line-height:1.1;transition:transform .15s,filter .15s,opacity .15s;display:inline-flex;box-shadow:0 2px 8px #00000057,inset 0 0 0 1px #78f58e57}.review-best-move-btn:hover:not(:disabled),.review-summary-toggle-btn:hover:not(:disabled){filter:brightness(1.06);background:#78f58e33;transform:translateY(-1px)}.review-best-move-btn:disabled,.review-summary-toggle-btn:disabled{opacity:.62;cursor:wait}.review-summary-toggle-btn{--summary-toggle-accent:#78f58e;--summary-toggle-accent-rgb:120, 245, 142;background:rgba(var(--summary-toggle-accent-rgb), .14);width:auto;min-width:74px;color:var(--summary-toggle-accent);box-shadow:0 2px 8px #00000057, 0 0 0 1px rgba(var(--summary-toggle-accent-rgb), .34) inset;padding:0 10px;font-size:.78rem}.review-summary-toggle-btn:hover:not(:disabled){background:rgba(var(--summary-toggle-accent-rgb), .2)}.review-summary-toggle-btn.theme-dark_blue,.review-summary-toggle-btn.theme-blue{--summary-toggle-accent:#8fc1ff;--summary-toggle-accent-rgb:92, 166, 255}.review-best-move-btn.mobile-player-action,.review-summary-toggle-btn.mobile-player-action{display:none}.analysis-panel-actions{justify-content:center;align-items:center;gap:8px;display:inline-flex}.review-best-move-btn.analysis-panel-action,.review-summary-toggle-btn.analysis-panel-action{flex:none;align-self:center}.analysis-indicator-badge.indicator-best-move{animation:.9s ease-out reviewBestMovePulse}@keyframes reviewBestMovePulse{0%{transform:scale(.82);box-shadow:0 0 #81b64cb8}55%{transform:scale(1.12);box-shadow:0 0 0 10px #81b64c00}to{box-shadow:none;transform:scale(1)}}@media (width<=900px){#player-bottom .generalwars-avatar{flex:1;width:100%;min-width:0}#player-bottom .generalwars-username{flex-wrap:nowrap;flex:1;min-width:0;max-width:100%;display:flex!important}#player-bottom .generalwars-username>span:first-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.mobile-review-actions{flex:none;justify-content:flex-end;align-items:center;gap:6px;min-width:0;margin-left:auto;display:inline-flex}.review-best-move-btn.mobile-player-action,.review-summary-toggle-btn.mobile-player-action{text-overflow:ellipsis;flex:none;width:28px;max-width:28px;height:28px;display:inline-flex;overflow:hidden}.review-summary-toggle-btn.mobile-player-action{width:auto;min-width:68px;max-width:82px;padding:0 8px;font-size:.72rem}.review-best-move-btn.analysis-panel-action,.review-summary-toggle-btn.analysis-panel-action,.analysis-panel-actions{display:none}.analysis-badge{max-width:min(96vw,360px)}.analysis-badge-label{font-size:.78rem}}html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .generalwars-player.active-turn{background:radial-gradient(circle at 50% 0,#78f58e38,#0000 38%),linear-gradient(#78f58e1f,#101712fa 36%)!important;border-color:#78f58ebf!important;box-shadow:0 0 16px #78f58e4d,inset 0 0 20px #78f58e59!important}html.theme-dark-game .generalwars-player.active-turn{background:radial-gradient(circle at 50% 0,#3780ff38,#0000 38%),linear-gradient(#3780ff1f,#06122afa 36%)!important;border-color:#5ca6ffbf!important;box-shadow:0 0 16px #3780ff4d,inset 0 0 20px #3780ff59!important}html.theme-bw .generalwars-player.active-turn{background:radial-gradient(circle at 50% 0,#ffffff26,#0000 38%),linear-gradient(#ffffff14,#121212fa 36%)!important;border-color:#ffffffbf!important;box-shadow:0 0 16px #fff3,inset 0 0 20px #fff3!important}html.theme-purple .generalwars-player.active-turn{background:radial-gradient(circle at 50% 0,#ab47bc38,#0000 38%),linear-gradient(#ab47bc1f,#18101cfa 36%)!important;border-color:#ab47bcbf!important;box-shadow:0 0 16px #ab47bc4d,inset 0 0 20px #ab47bc59!important}html.theme-bw .lobby-card,html.theme-bw .generalwars-player,html.theme-bw .matchmaking-search-container,html.theme-bw .military-victory-card,html.theme-bw .review-analysis-overlay,html.theme-bw .user-profile-modal-card,html.theme-bw .tutorial-modal-card,html.theme-bw .options-popup-card,html.theme-bw .modal-crystal-theme{background:radial-gradient(circle at 50% 0,#ffffff1a,#0000 34%),linear-gradient(#ffffff0a,#121212fa 36%)!important;border:1px solid #ffffff40!important;box-shadow:0 8px 32px #00000080,inset 0 0 18px #ffffff05!important}html.theme-purple .lobby-card,html.theme-purple .generalwars-player,html.theme-purple .matchmaking-search-container,html.theme-purple .military-victory-card,html.theme-purple .review-analysis-overlay,html.theme-purple .user-profile-modal-card,html.theme-purple .tutorial-modal-card,html.theme-purple .options-popup-card,html.theme-purple .modal-crystal-theme{background:radial-gradient(circle at 50% 0,#ab47bc2e,#0000 34%),linear-gradient(#ab47bc14,#18101cfa 36%)!important;border:1px solid #ab47bc57!important;box-shadow:0 8px 32px #00000080,inset 0 0 18px #ab47bc0a!important}html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .generalwars-desktop-layout .history-controls{background:#082212d1!important;border-color:#78f58e29!important;box-shadow:0 12px 40px #0000008c,inset 0 0 24px #78f58e0d!important}html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .generalwars-desktop-layout .history-controls .move-log{background:#05180ce0!important;border-color:#78f58e1f!important}html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .move-log{background:#082212d1!important;border:1px solid #78f58e29!important}html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .generalwars-desktop-layout .history-controls .move-log-row .turn-number,html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .generalwars-desktop-layout .history-controls .move-log-row>span:first-child{color:#78ffb2!important}html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .generalwars-desktop-layout .analysis-badge{color:#78ffb2!important;background:#78f58e14!important;border-color:#78f58e33!important}html.theme-bw .generalwars-desktop-layout .history-controls{background:#121212d1!important;border-color:#ffffff29!important;box-shadow:0 12px 40px #0000008c,inset 0 0 24px #ffffff05!important}html.theme-bw .generalwars-desktop-layout .history-controls .move-log{background:#0c0c0ce0!important;border-color:#ffffff1f!important}html.theme-bw .move-log{background:#121212d1!important;border:1px solid #ffffff29!important}html.theme-bw .generalwars-desktop-layout .history-controls .move-log-row .turn-number,html.theme-bw .generalwars-desktop-layout .history-controls .move-log-row>span:first-child{color:#fff!important}html.theme-bw .generalwars-desktop-layout .analysis-badge{color:#fff!important;background:#ffffff14!important;border-color:#fff3!important}html.theme-purple .generalwars-desktop-layout .history-controls{background:#18101cd1!important;border-color:#ab47bc29!important;box-shadow:0 12px 40px #0000008c,inset 0 0 24px #ab47bc0d!important}html.theme-purple .generalwars-desktop-layout .history-controls .move-log{background:#0f0a12e0!important;border-color:#ab47bc1f!important}html.theme-purple .move-log{background:#18101cd1!important;border:1px solid #ab47bc29!important}html.theme-purple .generalwars-desktop-layout .history-controls .move-log-row .turn-number,html.theme-purple .generalwars-desktop-layout .history-controls .move-log-row>span:first-child{color:#df78ff!important}html.theme-purple .generalwars-desktop-layout .analysis-badge{color:#df78ff!important;background:#ab47bc14!important;border-color:#ab47bc33!important}html.theme-bw .move-log .move-log-row>span:first-child,html.theme-bw .move-log .turn-number{color:#fff!important}html.theme-purple .move-log .move-log-row>span:first-child,html.theme-purple .move-log .turn-number{color:#df78ff!important}:root{--bg-dark:#1e1e1e;--bg-panel:#2b2b2b;--text-light:#f5f5f5;--border-dark:#444;--danger:#e74848;--accent:#61e071;--accent-light:#78f58e;--container-max-width:570px;--container-padding:18px;--avatar-size:54px}*{box-sizing:border-box}#player,#turn{display:none!important}html,body{width:100%;min-height:100vh;background:var(--bg-dark);min-height:100dvh;color:var(--text-light);-webkit-text-size-adjust:100%;margin:0;padding:0;font-family:Segoe UI,sans-serif;overflow:hidden}body{width:100%;min-height:100vh;flex-direction:column;min-height:100dvh;display:flex}nav.generalwars-navbar{width:100%;padding:12px 16px;padding-top:calc(12px + constant(safe-area-inset-top));padding-top:calc(12px + env(safe-area-inset-top));z-index:100;background:#121212;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:sticky;top:0;box-shadow:0 2px 8px #0009}.generalwars-navbar .navbar-content{justify-content:center;align-items:center;width:100%;max-width:850px;display:flex}.generalwars-navbar .logo{align-items:center;gap:10px;display:flex}.generalwars-navbar img{width:100px;max-width:100%;height:32px}main{width:100%;min-height:0;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);scroll-padding-bottom:constant(safe-area-inset-bottom);scroll-padding-bottom:env(safe-area-inset-bottom);flex:auto;justify-content:center;align-items:center;display:flex;overflow:auto}.generalwars-container{width:100%;max-width:var(--container-max-width);background:var(--bg-panel);border:1px solid var(--border-dark);height:auto;min-height:100%;padding-top:calc(var(--container-padding) + constant(safe-area-inset-top));padding-top:calc(var(--container-padding) + env(safe-area-inset-top));padding-bottom:calc(var(--container-padding) + constant(safe-area-inset-bottom));padding-bottom:calc(var(--container-padding) + env(safe-area-inset-bottom));border-radius:0;flex-direction:column;justify-content:flex-start;align-items:center;margin:0 auto;display:flex;position:relative;overflow-y:auto;box-shadow:0 4px 10px #00000080}.lobby-view{width:100%}.lobby-inner{flex-direction:column;align-items:center;gap:14px;width:100%;display:flex}.lobby-main-column,.lobby-side-column{flex-direction:column;gap:14px;width:95%;max-width:530px;display:flex}.lobby-header{flex-direction:column;gap:4px;width:95%;max-width:530px;margin-top:2px;display:flex}.lobby-title{margin:0;font-size:1.25rem;font-weight:700}.lobby-subtitle{color:#cfcfcf;opacity:.9;margin:0;font-size:.98rem}.lobby-card{border:1px solid var(--border-dark);background-color:#1a1a1a;border-radius:9px;flex-direction:column;gap:14px;width:95%;max-width:530px;padding:14px 12px;display:flex;box-shadow:0 2px 8px #0004}.lobby-primary-card{min-height:210px}.lobby-profile{align-items:center;gap:14px;display:flex}.lobby-avatar{justify-content:center;align-items:center;display:flex}.avatar-img{width:calc(var(--avatar-size) * 1.2);height:calc(var(--avatar-size) * 1.2);object-fit:cover;border:2px solid #2a2a2a;border-radius:50%;box-shadow:0 2px 8px #0006}.avatar-circle{width:calc(var(--avatar-size) * 1.2);height:calc(var(--avatar-size) * 1.2);color:var(--accent-light);border:2px solid var(--accent);letter-spacing:.5px;text-transform:uppercase;-webkit-user-select:none;user-select:none;background:linear-gradient(145deg,#253226,#1c231e);border-radius:50%;justify-content:center;align-items:center;font-weight:800;display:flex;box-shadow:0 2px 10px #0007,inset 0 0 12px #2a3}.lobby-identity{flex-direction:column;gap:2px;display:flex}.lobby-username{white-space:nowrap;font-size:1.18rem;font-weight:800}.lobby-meta{color:#c2c2c2;opacity:.9;font-size:.92rem}.lobby-actions{align-items:center;gap:10px;margin-top:6px;display:flex}.btn{appearance:none;cursor:pointer;color:#111;-webkit-user-select:none;user-select:none;text-align:center;background:#e0e0e0;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;padding:10px 14px;font-size:1rem;font-weight:700;transition:transform 60ms,box-shadow .16s,border-color .16s,background .16s;display:inline-flex;box-shadow:0 2px 8px #0005}.btn:active{transform:translateY(1px)}.btn[disabled]{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--accent);color:#0f2815;border-color:#2f7946}.btn-primary:hover{background:var(--accent-light)}.btn-ghost{color:var(--text-light);background:0 0;border-color:#3a3a3a}.btn-ghost:hover{border-color:var(--accent);color:var(--accent-light)}.queue-status{background:#161616;border:1px solid #2a2a2a;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;display:flex}.status-badge{color:#fc6;font-size:.92rem;font-weight:700}.queue-detail{color:#e9e9e9;opacity:.9;font-size:.98rem}.lobby-discord-banner{left:50%;bottom:calc(14px + env(safe-area-inset-bottom));z-index:30;color:#d9e4f8;background:#101a2bf5;border:1px solid #78b2ff47;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:min(420px,100vw - 28px);padding:10px 14px;font-size:.88rem;font-weight:800;animation:.28s ease-out both lobby-banner-slide-up;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 14px 34px #00000061}.lobby-discord-banner a{color:#fff;text-decoration:underline;-webkit-text-decoration-color:var(--accent-light);text-decoration-color:var(--accent-light);text-underline-offset:3px;background:rgba(var(--theme-accent-rgb), .22);border:1px solid rgba(var(--theme-accent-rgb), .5);text-shadow:0 0 8px rgba(var(--theme-accent-rgb), .65);box-shadow:0 0 14px rgba(var(--theme-accent-rgb), .2);border-radius:5px;align-items:center;gap:5px;padding:2px 7px;font-weight:900;text-decoration-thickness:2px;display:inline-flex}.lobby-discord-banner a svg{width:18px;height:18px;filter:drop-shadow(0 0 5px rgba(var(--theme-accent-rgb), .65));flex:0 0 18px;display:block}.lobby-discord-banner a svg path{fill:currentColor}.lobby-discord-banner a:hover{color:#fff;background:rgba(var(--theme-accent-rgb), .34);border-color:rgba(var(--theme-accent-rgb), .78);text-decoration-color:#fff}@keyframes lobby-banner-slide-up{0%{opacity:0;transform:translate(-50%,18px)}to{opacity:1;transform:translate(-50%)}}.hidden{display:none!important}@media (width<=700px){.lobby-title{font-size:1.12rem}.lobby-username{font-size:1.05rem}.avatar-img,.avatar-circle{width:calc(var(--avatar-size) * 1);height:calc(var(--avatar-size) * 1)}.btn{padding:9px 12px;font-size:.98rem}}@media (width<=360px){nav.generalwars-navbar{padding:8px 10px;padding-top:calc(8px + env(safe-area-inset-top))}.generalwars-container{padding-top:calc(10px + env(safe-area-inset-top));padding-bottom:calc(10px + env(safe-area-inset-bottom))}.lobby-card{padding:12px 10px}}@media (width>=400px) and (height>=780px){.generalwars-container{max-width:640px}}@media (width>=1025px){.generalwars-container.lobby-view{border-radius:12px;align-items:stretch;width:min(1280px,96vw);height:auto;min-height:calc(100vh - 110px);margin:20px auto;padding:24px;overflow:visible;max-width:min(1280px,96vw)!important}.generalwars-container.lobby-view .lobby-inner{grid-template-columns:minmax(420px,1fr) minmax(420px,1fr);align-items:start;gap:24px;width:100%;display:grid}.generalwars-container.lobby-view .lobby-card,.generalwars-container.lobby-view .lobby-main-column,.generalwars-container.lobby-view .lobby-side-column{box-sizing:border-box;width:100%;max-width:100%;margin:0}.generalwars-container.lobby-view .lobby-main-column,.generalwars-container.lobby-view .lobby-side-column{align-content:start;gap:16px;display:grid}.generalwars-container.lobby-view .lobby-primary-card{justify-content:center}.generalwars-container.lobby-view .lobby-card{min-height:0;padding:16px}.generalwars-container.lobby-view .lobby-primary-card,.generalwars-container.lobby-view .lobby-room-card{min-height:210px}.lobby-header{width:100%;max-width:100%;margin-bottom:10px}}html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple){--bg-dark:#051408;--bg-panel:#0a1f0f;--border-dark:#1b3a22;--accent:#61e071;--accent-light:#78f58e;--theme-accent:#61e071;--theme-accent-light:#78f58e;--theme-accent-rgb:120, 245, 142;--theme-accent-panel:#06240fe0;--theme-accent-surface:#0c3216eb}html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple),html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) body{background:radial-gradient(circle at 50% 0%, rgba(var(--theme-accent-rgb), .16), transparent 34%), linear-gradient(180deg, #051408 0%, #030a05 100%)!important}html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) nav.generalwars-navbar{box-shadow:0 2px 12px rgba(var(--theme-accent-rgb), .1), 0 2px 8px #000000b3!important;background:#041006!important}html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .generalwars-container{-webkit-backdrop-filter:blur(12px)!important;border-color:rgba(var(--theme-accent-rgb), .18)!important;box-shadow:0 8px 32px 0 #0000005e, inset 0 0 18px rgba(var(--theme-accent-rgb), .04)!important;background:#0a1f0fd9!important}html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .btn-primary{color:#fff!important;background:linear-gradient(135deg,#228b22d9 0%,#094014f2 100%)!important;border:1px solid #61e07180!important;box-shadow:0 4px 14px #61e0711f!important}html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .btn-primary:hover{background:linear-gradient(135deg,#2eb22ee6 0%,#0c551bfa 100%)!important;border-color:#78f58eb3!important;box-shadow:0 6px 18px #61e07140!important}html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) [style*="background: #78f58e"],html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) [style*="background:#78f58e"],html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) [style*="background: rgb(120, 245, 142)"],html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) [style*="background:rgb(120, 245, 142)"],html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) [style*="background-color: rgb(120, 245, 142)"]{color:#fff!important;background:linear-gradient(135deg,#228b22d9 0%,#094014f2 100%)!important;border:1px solid #61e07180!important;box-shadow:0 3px 10px #61e0711f!important}html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .btn-history-action{color:#78ffb2!important;background:#61e0711a!important;border:1px solid #61e07166!important;transition:all .2s!important}html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .btn-history-action:hover{color:#fff!important;background:linear-gradient(135deg,#228b22d9 0%,#094014f2 100%)!important;border-color:#61e07199!important}html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .result-search-next-btn{color:#fff!important;background:linear-gradient(135deg,#d4af37d9 0%,#66500af2 100%)!important;border:1px solid #ffd70080!important;box-shadow:0 4px 14px #ffd7001f!important}html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .result-search-next-btn:hover{background:linear-gradient(135deg,#ebc34be6 0%,#846914fa 100%)!important;border-color:#ffe664b3!important;box-shadow:0 6px 18px #ffd70040!important}html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .avatar-circle{background:var(--theme-accent)!important;color:#041407!important;border-color:var(--theme-accent)!important;box-shadow:0 2px 10px #0007, inset 0 0 12px rgba(var(--theme-accent-rgb), .28)!important}html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .lobby-card,html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .generalwars-player,html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .matchmaking-search-container,html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .military-victory-card,html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .review-analysis-overlay,html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .user-profile-modal-card,html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .tutorial-modal-card,html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .options-popup-card,html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .modal-crystal-theme{-webkit-backdrop-filter:blur(12px)!important;background:radial-gradient(circle at 50% 0,#78f58e2e,#0000 34%),linear-gradient(#78f58e14,#101712fa 36%)!important;border:1px solid #78f58e57!important;box-shadow:0 8px 32px #00000080,inset 0 0 18px #78f58e0a!important}html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .modal-crystal-theme div[style*=background\:]{-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;background:#10171280!important;border-color:#78f58e38!important}html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .generalwars-captured{background:var(--theme-accent-panel)!important;border:1px solid rgba(var(--theme-accent-rgb), .16)!important;box-shadow:inset 0 0 18px rgba(var(--theme-accent-rgb), .08)!important}html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .generalwars-captured:before{background:0 0!important}html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .captured-piece{background:var(--theme-accent-surface)!important;border-color:rgba(var(--theme-accent-rgb), .08)!important}html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .captured-piece.selected,html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .piece-wrapper.selected,html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .board-piece-selected{border-color:var(--theme-accent-light)!important;box-shadow:0 0 9px rgba(var(--theme-accent-rgb), .54)!important;background:#1c943a61!important}html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .military-tutorial,html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .military-briefing-panel,html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .military-step-briefing{border-color:rgba(var(--theme-accent-rgb), .22)!important;background-color:#06180b!important}html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .radar-circle{border-color:var(--theme-accent-light)!important}html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .radar-circle.pulse-1,html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .radar-circle.pulse-2,html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .radar-circle.pulse-3{animation-name:radarPulseGreen!important}html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .radar-core{border-color:var(--theme-accent-light)!important;box-shadow:0 0 15px rgba(var(--theme-accent-rgb), .4)!important;background:#06140a!important;animation-name:corePulseGreen!important}html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .matchmaking-title{animation-name:textGlowGreen!important}@keyframes radarPulseGreen{0%{opacity:0;transform:scale(.4)}10%{opacity:.65}to{opacity:0;border-color:rgba(var(--theme-accent-rgb), .05);box-shadow:0 0 15px rgba(var(--theme-accent-rgb), .1);transform:scale(1.4)}}@keyframes corePulseGreen{0%{box-shadow:0 0 8px rgba(var(--theme-accent-rgb), .25);transform:scale(.96)}to{box-shadow:0 0 20px rgba(var(--theme-accent-rgb), .6);transform:scale(1.04)}}@keyframes textGlowGreen{0%{text-shadow:0 0 2px #ffffff1a;opacity:.85}to{text-shadow:0 0 10px rgba(var(--theme-accent-rgb), .3);opacity:1}}html.theme-dark-game{--bg-dark:#07111f;--bg-panel:#101a2b;--border-dark:#263853;--accent:#4e8fff;--accent-light:#78b2ff;--theme-accent:#4e8fff;--theme-accent-light:#78b2ff;--theme-accent-rgb:78, 143, 255;--theme-accent-panel:#06122ae0;--theme-accent-surface:#0d2041eb}html.theme-dark-game,html.theme-dark-game body{background:radial-gradient(circle at 50% 0%, rgba(var(--theme-accent-rgb), .16), transparent 34%), linear-gradient(180deg, #07111f 0%, #040b14 100%)!important}html.theme-dark-game nav.generalwars-navbar{box-shadow:0 2px 12px rgba(var(--theme-accent-rgb), .1), 0 2px 8px #000000b3!important;background:#07101d!important}html.theme-dark-game .generalwars-container{border-color:rgba(var(--theme-accent-rgb), .18)!important;background:#101a2b!important}html.theme-dark-game .btn-primary{color:#fff!important;background:linear-gradient(135deg,#1c4c94d9 0%,#081c3cf2 100%)!important;border:1px solid #4e8fff80!important;box-shadow:0 4px 14px #4e8fff1f!important}html.theme-dark-game .btn-primary:hover{background:linear-gradient(135deg,#296bc9e6 0%,#0c264efa 100%)!important;border-color:#78b2ffb3!important;box-shadow:0 6px 18px #4e8fff40!important}html.theme-dark-game .avatar-circle{background:var(--theme-accent)!important;color:#061226!important;border-color:var(--theme-accent)!important;box-shadow:0 2px 10px #0007, inset 0 0 12px rgba(var(--theme-accent-rgb), .28)!important}html.theme-dark-game .btn-history-action{color:#5ca6ff!important;background:#4e8fff1a!important;border:1px solid #4e8fff66!important;transition:all .2s!important}html.theme-dark-game .btn-history-action:hover{color:#fff!important;background:linear-gradient(135deg,#1c4c94d9 0%,#081c3cf2 100%)!important;border-color:#4e8fff99!important}html.theme-dark-game .result-search-next-btn{color:#fff!important;background:linear-gradient(135deg,#d4af37d9 0%,#66500af2 100%)!important;border:1px solid #ffd70080!important;box-shadow:0 4px 14px #ffd7001f!important}html.theme-dark-game .result-search-next-btn:hover{background:linear-gradient(135deg,#ebc34be6 0%,#846914fa 100%)!important;border-color:#ffe664b3!important;box-shadow:0 6px 18px #ffd70040!important}html.theme-dark-game .lobby-card,html.theme-dark-game .generalwars-player{box-shadow:0 2px 8px #0004, inset 0 0 18px rgba(var(--theme-accent-rgb), .04)}html.theme-dark-game [style*=\#78f58e],html.theme-dark-game [style*=\#61e071],html.theme-dark-game [style*="rgb(120, 245, 142)"],html.theme-dark-game [style*="rgb(97, 224, 113)"]{color:var(--theme-accent-light)!important;border-color:var(--theme-accent-light)!important}html.theme-dark-game [style*="rgba(120, 245, 142"],html.theme-dark-game [style*="rgba(120,245,142"]{border-color:rgba(var(--theme-accent-rgb), .34)!important;box-shadow:0 0 12px rgba(var(--theme-accent-rgb), .16)!important}html.theme-dark-game [style*="background: #78f58e"],html.theme-dark-game [style*="background:#78f58e"],html.theme-dark-game [style*="background: rgb(120, 245, 142)"],html.theme-dark-game [style*="background:rgb(120, 245, 142)"],html.theme-dark-game [style*="background-color: rgb(120, 245, 142)"]{color:#fff!important;background:linear-gradient(135deg,#1c4c94d9 0%,#081c3cf2 100%)!important;border:1px solid #4e8fff80!important;box-shadow:0 3px 10px #4e8fff1f!important}html.theme-dark-game [style*="background: rgba(120, 245, 142"],html.theme-dark-game [style*="background:rgba(120, 245, 142"],html.theme-dark-game [style*="background: rgba(120,245,142"],html.theme-dark-game [style*="background:rgba(120,245,142"]{background:rgba(var(--theme-accent-rgb), .12)!important}html.theme-dark-game [style*="border: 1px solid #78f58e"],html.theme-dark-game [style*="border: 2px solid #78f58e"],html.theme-dark-game [style*="border: 1px solid rgb(120, 245, 142)"],html.theme-dark-game [style*="border: 2px solid rgb(120, 245, 142)"]{border-color:var(--theme-accent-light)!important}html.theme-dark-game [style*="borderColor: rgba(120, 245, 142"],html.theme-dark-game [style*="border-color: rgba(120, 245, 142"],html.theme-dark-game [style*="border-color:rgba(120,245,142"]{border-color:rgba(var(--theme-accent-rgb), .34)!important}html.theme-dark-game .move-log-row>span:first-child,html.theme-dark-game .turn-number,html.theme-dark-game .lobby-meta,html.theme-dark-game .move-item .coord{color:var(--theme-accent-light)!important}html.theme-dark-game .move-item:hover{background:rgba(var(--theme-accent-rgb), .14)!important;color:var(--theme-accent-light)!important}html.theme-dark-game .move-item.active{background:rgba(var(--theme-accent-rgb), .24)!important;color:var(--theme-accent-light)!important;box-shadow:0 0 5px rgba(var(--theme-accent-rgb), .46)!important}html.theme-dark-game .history-btn:hover:not(:disabled),html.theme-dark-game .history-btn.live-indicator{box-shadow:0 0 0 1px var(--theme-accent-light) inset!important;color:var(--theme-accent-light)!important}html.theme-dark-game .history-btn{border-color:rgba(var(--theme-accent-rgb), .18)!important;background:#132139!important}html.theme-dark-game .arrow-mode-btn:hover{border-color:rgba(var(--theme-accent-rgb), .42)!important}html.theme-dark-game .arrow-mode-btn.active{background:rgba(var(--theme-accent-rgb), .18)!important;border-color:rgba(var(--theme-accent-rgb), .82)!important;color:var(--theme-accent-light)!important;box-shadow:0 0 12px rgba(var(--theme-accent-rgb), .38), inset 0 0 12px rgba(var(--theme-accent-rgb), .1)!important}html.theme-dark-game .generalwars-captured{background:var(--theme-accent-panel)!important;border:1px solid rgba(var(--theme-accent-rgb), .16)!important;box-shadow:inset 0 0 18px rgba(var(--theme-accent-rgb), .08)!important}html.theme-dark-game .captured-piece{background:var(--theme-accent-surface)!important;border-color:rgba(var(--theme-accent-rgb), .08)!important}html.theme-dark-game .captured-piece.selected,html.theme-dark-game .piece-wrapper.selected,html.theme-dark-game .board-piece-selected{border-color:var(--theme-accent-light)!important;box-shadow:0 0 9px rgba(var(--theme-accent-rgb), .54)!important;background:#1c4c9494!important}html.theme-dark-game .captured-count{border-color:rgba(var(--theme-accent-rgb), .42)!important;background:#0c1f3d!important}html.theme-dark-game .military-match-title strong,html.theme-dark-game .military-match-count,html.theme-dark-game .military-board-tap-layer span,html.theme-dark-game .military-reserve-label,html.theme-dark-game .military-tutorial-reserve em,html.theme-dark-game .military-progress button.active,html.theme-dark-game .military-step-title,html.theme-dark-game .military-section-label,html.theme-dark-game .military-step-briefing span,html.theme-dark-game .military-tutorial-title span,html.theme-dark-game .military-timecode,html.theme-dark-game .military-victory-card h2,html.theme-dark-game .military-match-back:hover{color:var(--theme-accent-light)!important}html.theme-dark-game .military-board-frame,html.theme-dark-game .military-tutorial-reserve,html.theme-dark-game .military-reserve-strip,html.theme-dark-game .military-progress button.active,html.theme-dark-game .military-step-briefing,html.theme-dark-game .military-victory-card,html.theme-dark-game .military-icon-button,html.theme-dark-game .military-control-button,html.theme-dark-game .military-section-label{border-color:rgba(var(--theme-accent-rgb), .32)!important;box-shadow:0 0 18px rgba(var(--theme-accent-rgb), .16)!important}html.theme-dark-game .military-board-tap-layer span,html.theme-dark-game .military-progress button.active,html.theme-dark-game .military-control-button.primary,html.theme-dark-game .military-control-button.confirm,html.theme-dark-game .military-step-briefing button,html.theme-dark-game .military-victory-card button{background:rgba(var(--theme-accent-rgb), .16)!important}html.theme-dark-game .military-control-button.primary,html.theme-dark-game .military-control-button.confirm,html.theme-dark-game .military-step-briefing button,html.theme-dark-game .military-victory-card button{background:var(--theme-accent-light)!important;border-color:var(--theme-accent-light)!important;color:#04111f!important}html.theme-dark-game .military-step-briefing button:hover:not(:disabled),html.theme-dark-game .military-victory-card button:hover,html.theme-dark-game .military-control-button:hover:not(:disabled),html.theme-dark-game .military-icon-button:hover{border-color:var(--theme-accent-light)!important;box-shadow:0 0 16px rgba(var(--theme-accent-rgb), .38)!important}html.theme-dark-game .military-match-title span,html.theme-dark-game .military-reserve-strip>span{color:rgba(var(--theme-accent-rgb), .76)!important}html.theme-dark-game .military-tutorial,html.theme-dark-game .military-briefing-panel,html.theme-dark-game .military-step-briefing,html.theme-dark-game .military-victory-card{background-color:#081426!important}html.theme-dark-game .military-tutorial-reserve .captured-piece,html.theme-dark-game .military-reserve-piece{border-color:rgba(var(--theme-accent-rgb), .32)!important;background:rgba(var(--theme-accent-rgb), .1)!important}html.theme-dark-game .military-objective,html.theme-dark-game .military-flavor-text{border-left-color:var(--theme-accent-light)!important;background:linear-gradient(90deg, rgba(var(--theme-accent-rgb), .16), rgba(var(--theme-accent-rgb), .035))!important;color:#d8ecff!important}html.theme-dark-game .military-progress button.complete{background:rgba(var(--theme-accent-rgb), .42)!important}html.theme-dark-game .military-tutorial-nav,html.theme-dark-game .military-board-shell,html.theme-dark-game .military-reserve-strip,html.theme-dark-game .military-briefing-panel{border-color:rgba(var(--theme-accent-rgb), .22)!important}html.theme-dark-game .military-zone-overlay span,html.theme-dark-game .military-column-success,html.theme-dark-game .military-success-flash,html.theme-dark-game .cell.premove:after{background:rgba(var(--theme-accent-rgb), .28)!important;border-color:rgba(var(--theme-accent-rgb), .8)!important;box-shadow:0 0 16px rgba(var(--theme-accent-rgb), .55)!important}html.theme-dark-game .generalwars-desktop-layout .history-controls{border-color:rgba(var(--theme-accent-rgb), .16)!important;box-shadow:0 12px 40px #0000008c, inset 0 0 24px rgba(var(--theme-accent-rgb), .05)!important;background:#081222d1!important}html.theme-dark-game .generalwars-desktop-layout .history-controls .move-log{border-color:rgba(var(--theme-accent-rgb), .12)!important;background:#050c18e0!important}html.theme-dark-game .generalwars-desktop-layout .history-controls .move-log-row:hover{background:rgba(var(--theme-accent-rgb), .08)!important}html.theme-dark-game .radar-circle{border-color:var(--theme-accent-light)!important}html.theme-dark-game .radar-circle.pulse-1,html.theme-dark-game .radar-circle.pulse-2,html.theme-dark-game .radar-circle.pulse-3{animation-name:radarPulseBlue!important}html.theme-dark-game .radar-core{border-color:var(--theme-accent-light)!important;box-shadow:0 0 15px rgba(var(--theme-accent-rgb), .4)!important;background:#0d1a2c!important;animation-name:corePulseBlue!important}html.theme-dark-game .matchmaking-title{animation-name:textGlowBlue!important}@keyframes radarPulseBlue{0%{opacity:0;transform:scale(.4)}10%{opacity:.65}to{opacity:0;border-color:rgba(var(--theme-accent-rgb), .05);box-shadow:0 0 15px rgba(var(--theme-accent-rgb), .1);transform:scale(1.4)}}@keyframes corePulseBlue{0%{box-shadow:0 0 8px rgba(var(--theme-accent-rgb), .25);transform:scale(.96)}to{box-shadow:0 0 20px rgba(var(--theme-accent-rgb), .6);transform:scale(1.04)}}@keyframes textGlowBlue{0%{text-shadow:0 0 2px #ffffff1a;opacity:.85}to{text-shadow:0 0 10px rgba(var(--theme-accent-rgb), .3);opacity:1}}html.theme-bw{--bg-dark:#121212;--bg-panel:#1c1c1c;--border-dark:#333;--accent:#fff;--accent-light:#e0e0e0;--theme-accent:#fff;--theme-accent-light:#e0e0e0;--theme-accent-rgb:255, 255, 255;--theme-accent-panel:#191919e0;--theme-accent-surface:#202020eb}html.theme-bw,html.theme-bw body{background:radial-gradient(circle at 50% 0%, rgba(var(--theme-accent-rgb), .1), transparent 34%), linear-gradient(180deg, #121212 0%, #0a0a0a 100%)!important}html.theme-bw nav.generalwars-navbar{box-shadow:0 2px 12px rgba(var(--theme-accent-rgb), .1), 0 2px 8px #000000b3!important;background:#121212!important}html.theme-bw .generalwars-container{border-color:rgba(var(--theme-accent-rgb), .18)!important;background:#1c1c1c!important}html.theme-bw .btn-primary{color:#fff!important;background:linear-gradient(135deg,#404040d9 0%,#141414f2 100%)!important;border:1px solid #fff6!important;box-shadow:0 4px 14px #ffffff14!important}html.theme-bw .btn-primary:hover{background:linear-gradient(135deg,#5a5a5ae6 0%,#1e1e1efa 100%)!important;border-color:#ffffffb3!important;box-shadow:0 6px 18px #ffffff26!important}html.theme-bw .avatar-circle{background:var(--theme-accent)!important;color:#121212!important;box-shadow:0 2px 10px #0007, inset 0 0 12px rgba(var(--theme-accent-rgb), .15)!important;border-color:#fff!important}html.theme-bw .lobby-card,html.theme-bw .generalwars-player{box-shadow:0 2px 8px #0004, inset 0 0 18px rgba(var(--theme-accent-rgb), .04)}html.theme-bw [style*=\#78f58e],html.theme-bw [style*=\#61e071],html.theme-bw [style*="rgb(120, 245, 142)"],html.theme-bw [style*="rgb(97, 224, 113)"]{color:var(--theme-accent-light)!important;border-color:var(--theme-accent-light)!important}html.theme-bw [style*="rgba(120, 245, 142"],html.theme-bw [style*="rgba(120,245,142"]{border-color:rgba(var(--theme-accent-rgb), .34)!important;box-shadow:0 0 12px rgba(var(--theme-accent-rgb), .16)!important}html.theme-bw [style*="background: #78f58e"],html.theme-bw [style*="background:#78f58e"],html.theme-bw [style*="background: rgb(120, 245, 142)"],html.theme-bw [style*="background:rgb(120, 245, 142)"],html.theme-bw [style*="background-color: rgb(120, 245, 142)"]{color:#fff!important;background:linear-gradient(135deg,#404040d9 0%,#141414f2 100%)!important;border:1px solid #fff6!important;box-shadow:0 3px 10px #ffffff14!important}html.theme-bw [style*="background: rgba(120, 245, 142"],html.theme-bw [style*="background:rgba(120, 245, 142"],html.theme-bw [style*="background: rgba(120,245,142"],html.theme-bw [style*="background:rgba(120,245,142"]{background:rgba(var(--theme-accent-rgb), .12)!important}html.theme-bw [style*="border: 1px solid #78f58e"],html.theme-bw [style*="border: 2px solid #78f58e"],html.theme-bw [style*="border: 1px solid rgb(120, 245, 142)"],html.theme-bw [style*="border: 2px solid rgb(120, 245, 142)"]{border-color:var(--theme-accent-light)!important}html.theme-bw [style*="borderColor: rgba(120, 245, 142"],html.theme-bw [style*="border-color: rgba(120, 245, 142"],html.theme-bw [style*="border-color:rgba(120,245,142"]{border-color:rgba(var(--theme-accent-rgb), .34)!important}html.theme-bw .move-log-row>span:first-child,html.theme-bw .turn-number,html.theme-bw .lobby-meta,html.theme-bw .move-item .coord{color:var(--theme-accent-light)!important}html.theme-bw .move-item:hover{background:rgba(var(--theme-accent-rgb), .14)!important;color:var(--theme-accent-light)!important}html.theme-bw .move-item.active{background:rgba(var(--theme-accent-rgb), .24)!important;color:var(--theme-accent-light)!important;box-shadow:0 0 5px rgba(var(--theme-accent-rgb), .46)!important}html.theme-bw .history-btn:hover:not(:disabled),html.theme-bw .history-btn.live-indicator{box-shadow:0 0 0 1px var(--theme-accent-light) inset!important;color:var(--theme-accent-light)!important}html.theme-bw .history-btn{border-color:rgba(var(--theme-accent-rgb), .18)!important;background:#1c1c1c!important}html.theme-bw .arrow-mode-btn:hover{border-color:rgba(var(--theme-accent-rgb), .42)!important}html.theme-bw .arrow-mode-btn.active{background:rgba(var(--theme-accent-rgb), .18)!important;border-color:rgba(var(--theme-accent-rgb), .82)!important;color:var(--theme-accent-light)!important;box-shadow:0 0 12px rgba(var(--theme-accent-rgb), .38), inset 0 0 12px rgba(var(--theme-accent-rgb), .1)!important}html.theme-bw .generalwars-captured{background:var(--theme-accent-panel)!important;border:1px solid rgba(var(--theme-accent-rgb), .16)!important;box-shadow:inset 0 0 18px rgba(var(--theme-accent-rgb), .08)!important}html.theme-bw .captured-piece{background:var(--theme-accent-surface)!important;border-color:rgba(var(--theme-accent-rgb), .08)!important}html.theme-bw .captured-piece.selected,html.theme-bw .piece-wrapper.selected,html.theme-bw .board-piece-selected{border-color:var(--theme-accent-light)!important;box-shadow:0 0 9px rgba(var(--theme-accent-rgb), .24)!important;background:#80808061!important}html.theme-bw .captured-count{border-color:rgba(var(--theme-accent-rgb), .42)!important;background:#1c1c1c!important}html.theme-bw .military-match-title strong,html.theme-bw .military-match-count,html.theme-bw .military-board-tap-layer span,html.theme-bw .military-reserve-label,html.theme-bw .military-tutorial-reserve em,html.theme-bw .military-progress button.active,html.theme-bw .military-step-title,html.theme-bw .military-section-label,html.theme-bw .military-step-briefing span,html.theme-bw .military-tutorial-title span,html.theme-bw .military-timecode,html.theme-bw .military-victory-card h2,html.theme-bw .military-match-back:hover{color:var(--theme-accent-light)!important}html.theme-bw .military-board-frame,html.theme-bw .military-tutorial-reserve,html.theme-bw .military-reserve-strip,html.theme-bw .military-progress button.active,html.theme-bw .military-step-briefing,html.theme-bw .military-victory-card,html.theme-bw .military-icon-button,html.theme-bw .military-control-button,html.theme-bw .military-section-label{border-color:rgba(var(--theme-accent-rgb), .32)!important;box-shadow:0 0 18px rgba(var(--theme-accent-rgb), .16)!important}html.theme-bw .military-board-tap-layer span,html.theme-bw .military-progress button.active,html.theme-bw .military-control-button.primary,html.theme-bw .military-control-button.confirm,html.theme-bw .military-step-briefing button,html.theme-bw .military-victory-card button{background:rgba(var(--theme-accent-rgb), .16)!important}html.theme-bw .military-control-button.primary,html.theme-bw .military-control-button.confirm,html.theme-bw .military-step-briefing button,html.theme-bw .military-victory-card button{background:var(--theme-accent-light)!important;border-color:var(--theme-accent-light)!important;color:#121212!important}html.theme-bw .military-step-briefing button:hover:not(:disabled),html.theme-bw .military-victory-card button:hover,html.theme-bw .military-control-button:hover:not(:disabled),html.theme-bw .military-icon-button:hover{border-color:var(--theme-accent-light)!important;box-shadow:0 0 16px rgba(var(--theme-accent-rgb), .38)!important}html.theme-bw .military-match-title span,html.theme-bw .military-reserve-strip>span{color:rgba(var(--theme-accent-rgb), .76)!important}html.theme-bw .military-tutorial,html.theme-bw .military-briefing-panel,html.theme-bw .military-step-briefing,html.theme-bw .military-victory-card{background-color:#121212!important}html.theme-bw .military-tutorial-reserve .captured-piece,html.theme-bw .military-reserve-piece{border-color:rgba(var(--theme-accent-rgb), .32)!important;background:rgba(var(--theme-accent-rgb), .1)!important}html.theme-bw .military-objective,html.theme-bw .military-flavor-text{border-left-color:var(--theme-accent-light)!important;background:linear-gradient(90deg, rgba(var(--theme-accent-rgb), .16), rgba(var(--theme-accent-rgb), .035))!important;color:#eee!important}html.theme-bw .military-progress button.complete{background:rgba(var(--theme-accent-rgb), .42)!important}html.theme-bw .military-tutorial-nav,html.theme-bw .military-board-shell,html.theme-bw .military-reserve-strip,html.theme-bw .military-briefing-panel{border-color:rgba(var(--theme-accent-rgb), .22)!important}html.theme-bw .military-zone-overlay span,html.theme-bw .military-column-success,html.theme-bw .military-success-flash,html.theme-bw .cell.premove:after{background:rgba(var(--theme-accent-rgb), .28)!important;border-color:rgba(var(--theme-accent-rgb), .8)!important;box-shadow:0 0 16px rgba(var(--theme-accent-rgb), .55)!important}html.theme-bw .btn-history-action{color:#fff!important;background:#ffffff0d!important;border:1px solid #ffffff4d!important;transition:all .2s!important}html.theme-bw .btn-history-action:hover{color:#fff!important;background:linear-gradient(135deg,#404040d9 0%,#141414f2 100%)!important;border-color:#fff9!important}html.theme-bw .result-search-next-btn{color:#121212!important;background:linear-gradient(135deg,#ffffffd9 0%,#b4b4b4f2 100%)!important;border:1px solid #fffc!important;box-shadow:0 4px 14px #ffffff26!important}html.theme-bw .result-search-next-btn:hover{background:linear-gradient(135deg,#fff 0%,#e0e0e0 100%)!important;border-color:#fff!important;box-shadow:0 6px 18px #ffffff40!important}html.theme-bw .generalwars-desktop-layout .history-controls .move-log-row:hover{background:rgba(var(--theme-accent-rgb), .08)!important}html.theme-bw .radar-circle{border-color:var(--theme-accent-light)!important}html.theme-bw .radar-circle.pulse-1,html.theme-bw .radar-circle.pulse-2,html.theme-bw .radar-circle.pulse-3{animation-name:radarPulseBW!important}html.theme-bw .radar-core{border-color:var(--theme-accent-light)!important;box-shadow:0 0 15px rgba(var(--theme-accent-rgb), .4)!important;background:#121212!important;animation-name:corePulseBW!important}html.theme-bw .matchmaking-title{animation-name:textGlowBW!important}@keyframes radarPulseBW{0%{opacity:0;transform:scale(.4)}10%{opacity:.65}to{opacity:0;border-color:rgba(var(--theme-accent-rgb), .05);box-shadow:0 0 15px rgba(var(--theme-accent-rgb), .1);transform:scale(1.4)}}@keyframes corePulseBW{0%{box-shadow:0 0 8px rgba(var(--theme-accent-rgb), .25);transform:scale(.96)}to{box-shadow:0 0 20px rgba(var(--theme-accent-rgb), .6);transform:scale(1.04)}}@keyframes textGlowBW{0%{text-shadow:0 0 2px #ffffff1a;opacity:.85}to{text-shadow:0 0 10px rgba(var(--theme-accent-rgb), .3);opacity:1}}html.theme-purple{--bg-dark:#14081c;--bg-panel:#1e1026;--border-dark:#3d1c53;--accent:#ab47bc;--accent-light:#df78ff;--theme-accent:#ab47bc;--theme-accent-light:#df78ff;--theme-accent-rgb:171, 71, 188;--theme-accent-panel:#1e062ae0;--theme-accent-surface:#2d0d41eb}html.theme-purple,html.theme-purple body{background:radial-gradient(circle at 50% 0%, rgba(var(--theme-accent-rgb), .16), transparent 34%), linear-gradient(180deg, #14081c 0%, #0d0512 100%)!important}html.theme-purple nav.generalwars-navbar{box-shadow:0 2px 12px rgba(var(--theme-accent-rgb), .1), 0 2px 8px #000000b3!important;background:#14081c!important}html.theme-purple .generalwars-container{border-color:rgba(var(--theme-accent-rgb), .18)!important;background:#1e1026!important}html.theme-purple .btn-primary{color:#fff!important;background:linear-gradient(135deg,#7b1fa2d9 0%,#290a38f2 100%)!important;border:1px solid #ab47bc80!important;box-shadow:0 4px 14px #ab47bc1f!important}html.theme-purple .btn-primary:hover{background:linear-gradient(135deg,#9c27b0e6 0%,#380e4cfa 100%)!important;border-color:#df78ffb3!important;box-shadow:0 6px 18px #ab47bc40!important}html.theme-purple .avatar-circle{background:var(--theme-accent)!important;color:#14081c!important;border-color:var(--theme-accent)!important;box-shadow:0 2px 10px #0007, inset 0 0 12px rgba(var(--theme-accent-rgb), .28)!important}html.theme-purple .lobby-card,html.theme-purple .generalwars-player{box-shadow:0 2px 8px #0004, inset 0 0 18px rgba(var(--theme-accent-rgb), .04)}html.theme-purple [style*=\#78f58e],html.theme-purple [style*=\#61e071],html.theme-purple [style*="rgb(120, 245, 142)"],html.theme-purple [style*="rgb(97, 224, 113)"]{color:var(--theme-accent-light)!important;border-color:var(--theme-accent-light)!important}html.theme-purple [style*="rgba(120, 245, 142"],html.theme-purple [style*="rgba(120,245,142"]{border-color:rgba(var(--theme-accent-rgb), .34)!important;box-shadow:0 0 12px rgba(var(--theme-accent-rgb), .16)!important}html.theme-purple [style*="background: #78f58e"],html.theme-purple [style*="background:#78f58e"],html.theme-purple [style*="background: rgb(120, 245, 142)"],html.theme-purple [style*="background:rgb(120, 245, 142)"],html.theme-purple [style*="background-color: rgb(120, 245, 142)"]{color:#fff!important;background:linear-gradient(135deg,#7b1fa2d9 0%,#290a38f2 100%)!important;border:1px solid #ab47bc80!important;box-shadow:0 3px 10px #ab47bc1f!important}html.theme-purple [style*="background: rgba(120, 245, 142"],html.theme-purple [style*="background:rgba(120, 245, 142"],html.theme-purple [style*="background: rgba(120,245,142"],html.theme-purple [style*="background:rgba(120,245,142"]{background:rgba(var(--theme-accent-rgb), .12)!important}html.theme-purple [style*="border: 1px solid #78f58e"],html.theme-purple [style*="border: 2px solid #78f58e"],html.theme-purple [style*="border: 1px solid rgb(120, 245, 142)"],html.theme-purple [style*="border: 2px solid rgb(120, 245, 142)"]{border-color:var(--theme-accent-light)!important}html.theme-purple [style*="borderColor: rgba(120, 245, 142"],html.theme-purple [style*="border-color: rgba(120, 245, 142"],html.theme-purple [style*="border-color:rgba(120,245,142"]{border-color:rgba(var(--theme-accent-rgb), .34)!important}html.theme-purple .move-log-row>span:first-child,html.theme-purple .turn-number,html.theme-purple .lobby-meta,html.theme-purple .move-item .coord{color:var(--theme-accent-light)!important}html.theme-purple .move-item:hover{background:rgba(var(--theme-accent-rgb), .14)!important;color:var(--theme-accent-light)!important}html.theme-purple .move-item.active{background:rgba(var(--theme-accent-rgb), .24)!important;color:var(--theme-accent-light)!important;box-shadow:0 0 5px rgba(var(--theme-accent-rgb), .46)!important}html.theme-purple .history-btn:hover:not(:disabled),html.theme-purple .history-btn.live-indicator{box-shadow:0 0 0 1px var(--theme-accent-light) inset!important;color:var(--theme-accent-light)!important}html.theme-purple .history-btn{border-color:rgba(var(--theme-accent-rgb), .18)!important;background:#1e1026!important}html.theme-purple .arrow-mode-btn:hover{border-color:rgba(var(--theme-accent-rgb), .42)!important}html.theme-purple .arrow-mode-btn.active{background:rgba(var(--theme-accent-rgb), .18)!important;border-color:rgba(var(--theme-accent-rgb), .82)!important;color:var(--theme-accent-light)!important;box-shadow:0 0 12px rgba(var(--theme-accent-rgb), .38), inset 0 0 12px rgba(var(--theme-accent-rgb), .1)!important}html.theme-purple .generalwars-captured{background:var(--theme-accent-panel)!important;border:1px solid rgba(var(--theme-accent-rgb), .16)!important;box-shadow:inset 0 0 18px rgba(var(--theme-accent-rgb), .08)!important}html.theme-purple .captured-piece{background:var(--theme-accent-surface)!important;border-color:rgba(var(--theme-accent-rgb), .08)!important}html.theme-purple .captured-piece.selected,html.theme-purple .piece-wrapper.selected,html.theme-purple .board-piece-selected{border-color:var(--theme-accent-light)!important;box-shadow:0 0 9px rgba(var(--theme-accent-rgb), .54)!important;background:#6e1c9494!important}html.theme-purple .captured-count{border-color:rgba(var(--theme-accent-rgb), .42)!important;background:#1e1026!important}html.theme-purple .military-match-title strong,html.theme-purple .military-match-count,html.theme-purple .military-board-tap-layer span,html.theme-purple .military-reserve-label,html.theme-purple .military-tutorial-reserve em,html.theme-purple .military-progress button.active,html.theme-purple .military-step-title,html.theme-purple .military-section-label,html.theme-purple .military-step-briefing span,html.theme-purple .military-tutorial-title span,html.theme-purple .military-timecode,html.theme-purple .military-victory-card h2,html.theme-purple .military-match-back:hover{color:var(--theme-accent-light)!important}html.theme-purple .military-board-frame,html.theme-purple .military-tutorial-reserve,html.theme-purple .military-reserve-strip,html.theme-purple .military-progress button.active,html.theme-purple .military-step-briefing,html.theme-purple .military-victory-card,html.theme-purple .military-icon-button,html.theme-purple .military-control-button,html.theme-purple .military-section-label{border-color:rgba(var(--theme-accent-rgb), .32)!important;box-shadow:0 0 18px rgba(var(--theme-accent-rgb), .16)!important}html.theme-purple .military-board-tap-layer span,html.theme-purple .military-progress button.active,html.theme-purple .military-control-button.primary,html.theme-purple .military-control-button.confirm,html.theme-purple .military-step-briefing button,html.theme-purple .military-victory-card button{background:rgba(var(--theme-accent-rgb), .16)!important}html.theme-purple .military-control-button.primary,html.theme-purple .military-control-button.confirm,html.theme-purple .military-step-briefing button,html.theme-purple .military-victory-card button{background:var(--theme-accent-light)!important;border-color:var(--theme-accent-light)!important;color:#14081c!important}html.theme-purple .military-step-briefing button:hover:not(:disabled),html.theme-purple .military-victory-card button:hover,html.theme-purple .military-control-button:hover:not(:disabled),html.theme-purple .military-icon-button:hover{border-color:var(--theme-accent-light)!important;box-shadow:0 0 16px rgba(var(--theme-accent-rgb), .38)!important}html.theme-purple .military-match-title span,html.theme-purple .military-reserve-strip>span{color:rgba(var(--theme-accent-rgb), .76)!important}html.theme-purple .military-tutorial,html.theme-purple .military-briefing-panel,html.theme-purple .military-step-briefing,html.theme-purple .military-victory-card{background-color:#14081c!important}html.theme-purple .military-tutorial-reserve .captured-piece,html.theme-purple .military-reserve-piece{border-color:rgba(var(--theme-accent-rgb), .32)!important;background:rgba(var(--theme-accent-rgb), .1)!important}html.theme-purple .military-objective,html.theme-purple .military-flavor-text{border-left-color:var(--theme-accent-light)!important;background:linear-gradient(90deg, rgba(var(--theme-accent-rgb), .16), rgba(var(--theme-accent-rgb), .035))!important;color:#f6e5ff!important}html.theme-purple .military-progress button.complete{background:rgba(var(--theme-accent-rgb), .42)!important}html.theme-purple .military-tutorial-nav,html.theme-purple .military-board-shell,html.theme-purple .military-reserve-strip,html.theme-purple .military-briefing-panel{border-color:rgba(var(--theme-accent-rgb), .22)!important}html.theme-purple .military-zone-overlay span,html.theme-purple .military-column-success,html.theme-purple .military-success-flash,html.theme-purple .cell.premove:after{background:rgba(var(--theme-accent-rgb), .28)!important;border-color:rgba(var(--theme-accent-rgb), .8)!important;box-shadow:0 0 16px rgba(var(--theme-accent-rgb), .55)!important}html.theme-purple .btn-history-action{color:#df78ff!important;background:#ab47bc1a!important;border:1px solid #ab47bc66!important;transition:all .2s!important}html.theme-purple .btn-history-action:hover{color:#fff!important;background:linear-gradient(135deg,#7b1fa2d9 0%,#290a38f2 100%)!important;border-color:#ab47bc99!important}html.theme-purple .result-search-next-btn{color:#fff!important;background:linear-gradient(135deg,#ab47bcd9 0%,#4a148cf2 100%)!important;border:1px solid #df78ff80!important;box-shadow:0 4px 14px #df78ff26!important}html.theme-purple .result-search-next-btn:hover{background:linear-gradient(135deg,#ba68c8e6 0%,#5e1ea0fa 100%)!important;border-color:#df78ffb3!important;box-shadow:0 6px 18px #df78ff40!important}html.theme-purple .generalwars-desktop-layout .history-controls .move-log-row:hover{background:rgba(var(--theme-accent-rgb), .08)!important}html.theme-purple .radar-circle{border-color:var(--theme-accent-light)!important}html.theme-purple .radar-circle.pulse-1,html.theme-purple .radar-circle.pulse-2,html.theme-purple .radar-circle.pulse-3{animation-name:radarPulsePurple!important}html.theme-purple .radar-core{border-color:var(--theme-accent-light)!important;box-shadow:0 0 15px rgba(var(--theme-accent-rgb), .4)!important;background:#14081c!important;animation-name:corePulsePurple!important}html.theme-purple .matchmaking-title{animation-name:textGlowPurple!important}@keyframes radarPulsePurple{0%{opacity:0;transform:scale(.4)}10%{opacity:.65}to{opacity:0;border-color:rgba(var(--theme-accent-rgb), .05);box-shadow:0 0 15px rgba(var(--theme-accent-rgb), .1);transform:scale(1.4)}}@keyframes corePulsePurple{0%{box-shadow:0 0 8px rgba(var(--theme-accent-rgb), .25);transform:scale(.96)}to{box-shadow:0 0 20px rgba(var(--theme-accent-rgb), .6);transform:scale(1.04)}}@keyframes textGlowPurple{0%{text-shadow:0 0 2px #ffffff1a;opacity:.85}to{text-shadow:0 0 10px rgba(var(--theme-accent-rgb), .3);opacity:1}}:root{--scrollbar-thumb:#78f58e59;--scrollbar-track:#05180cf2}html.theme-dark-game{--scrollbar-thumb:#4e8fff59;--scrollbar-track:#081c3cf2}html.theme-bw{--scrollbar-thumb:#ffffff40;--scrollbar-track:#141414f2}html.theme-purple{--scrollbar-thumb:#ab47bc59;--scrollbar-track:#18101cf2}html,body,*{scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track);scrollbar-width:thin}@supports not (scrollbar-color:auto){::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{border-radius:4px;background:var(--scrollbar-thumb)!important}::-webkit-scrollbar-track{background:var(--scrollbar-track)!important}}.captured-count,html.theme-dark-game .captured-count,html.theme-bw .captured-count,html.theme-purple .captured-count,html:not(.theme-dark-game):not(.theme-bw):not(.theme-purple) .captured-count,.match-theme-dark_blue .captured-count,.match-theme-dark_game .captured-count,.match-theme-green .captured-count,.match-theme-white .captured-count,.match-theme-purple .captured-count{text-shadow:0 1px 3px #000000f2,0 0 2px #000000e6;color:#fff!important;background:0 0!important;border-color:#0000!important}
