.GameEngine-module__bwfG4a__gameContainer{--panel-width:clamp(260px, 21vw, 410px);--panel-pad-y:clamp(.9rem, 1.2vw, 1.5rem);--panel-pad-x:clamp(.8rem, 1vw, 1.25rem);background:#1e293b;outline:none;flex-direction:column;width:100%;height:100%;font-family:inherit;display:flex;position:relative;overflow:hidden}.GameEngine-module__bwfG4a__gridContainer{transform-origin:0 0;width:max-content;height:max-content;position:relative}.GameEngine-module__bwfG4a__gridViewport{width:100%;height:100%;min-height:0;overflow:hidden}.GameEngine-module__bwfG4a__grid{background:#aed581;border:2px solid #0000001a;grid-template-rows:repeat(14,40px);grid-template-columns:repeat(14,40px);place-content:center;gap:0;padding:1rem;display:grid;box-shadow:0 10px 40px #0003}.GameEngine-module__bwfG4a__tile{outline:none;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.8rem;transition:all .2s;display:flex;position:relative;overflow:hidden}.GameEngine-module__bwfG4a__grass{background:#aed581}.GameEngine-module__bwfG4a__road{background:#aed581;position:relative}.GameEngine-module__bwfG4a__road:before{content:"";background:#8d6e63e0;border-radius:6px;position:absolute;inset:9px}.GameEngine-module__bwfG4a__roadVertical:before{border-radius:2px;inset:0 35%}.GameEngine-module__bwfG4a__roadHorizontal:before{border-radius:2px;inset:35% 0}.GameEngine-module__bwfG4a__roadCross:before{background:linear-gradient(90deg,#0000 0 35%,#8d6e63e6 35% 65%,#0000 65% 100%),linear-gradient(#0000 0 35%,#8d6e63e6 35% 65%,#0000 65% 100%);border-radius:0;inset:0}.GameEngine-module__bwfG4a__water{background:linear-gradient(#4fc3f7d9,#29b6f6bf),#aed581;position:relative;overflow:hidden}.GameEngine-module__bwfG4a__water:before{content:"~~";color:#fff6;text-align:center;width:100%;font-size:.8rem;position:absolute;top:50%;transform:translateY(-50%)}.GameEngine-module__bwfG4a__preDeploy{background:repeating-linear-gradient(45deg,#3b82f626,#3b82f626 10px,#3b82f64d 10px 20px),#aed581;box-shadow:inset 0 0 0 2px #3b82f699}.GameEngine-module__bwfG4a__forest{background:radial-gradient(circle at 22% 30%,#2e7d32 0 10px,#0000 11px),radial-gradient(circle at 62% 28%,#1b5e20 0 9px,#0000 10px),radial-gradient(circle at 42% 62%,#2e7d32 0 11px,#0000 12px),radial-gradient(circle at 76% 58%,#33691e 0 9px,#0000 10px),radial-gradient(circle at 30% 82%,#2e7d32 0 10px,#0000 11px),#aed581;position:relative}.GameEngine-module__bwfG4a__hills{background:radial-gradient(circle at 24% 68%,#8d6e63b3 0 10px,#0000 11px),radial-gradient(circle at 56% 40%,#a1887fb3 0 12px,#0000 13px),radial-gradient(circle at 78% 70%,#8d6e63a6 0 9px,#0000 10px),#aed581}.GameEngine-module__bwfG4a__mountain{background:#aed581;position:relative}.GameEngine-module__bwfG4a__mountain:before{content:"";clip-path:polygon(50% 0%,100% 100%,0% 100%);opacity:1;background:linear-gradient(140deg,#787878eb,#636363e6);position:absolute;inset:5px}.GameEngine-module__bwfG4a__mountain:after{content:"";clip-path:polygon(50% 0%,100% 100%,0% 100%);background:#fffffff5;width:18px;height:11px;position:absolute;top:7px;left:50%;transform:translate(-50%)}.GameEngine-module__bwfG4a__tallGrass{background:repeating-linear-gradient(75deg,#0000 0 6px,#43a04785 6px 9px,#0000 9px 13px),repeating-linear-gradient(105deg,#0000 0 7px,#388e3c80 7px 10px,#0000 10px 14px),#aed581;position:relative}.GameEngine-module__bwfG4a__tallGrass:after{content:"";opacity:.8;background:linear-gradient(#ffffff14,#0000 40%);position:absolute;inset:0}.GameEngine-module__bwfG4a__tileInspectorJournal{color:#495057;background:#fff;border:1px solid #dee2e6;border-radius:10px;padding:.6rem .75rem;font-size:.82rem;font-weight:700}.GameEngine-module__bwfG4a__entitiesLayer{pointer-events:none;width:1000px;height:1000px;position:absolute;top:calc(1rem + 2px);left:calc(1rem + 2px)}.GameEngine-module__bwfG4a__player{z-index:10;justify-content:center;align-items:center;width:40px;height:40px;font-size:2rem;transition:top .2s cubic-bezier(.4,0,.2,1),left .2s cubic-bezier(.4,0,.2,1);animation:.5s infinite alternate GameEngine-module__bwfG4a__bounce;display:flex;position:absolute}.GameEngine-module__bwfG4a__camp,.GameEngine-module__bwfG4a__enemy{z-index:5;justify-content:center;align-items:center;width:40px;height:40px;font-size:2rem;transition:all .2s;display:flex;position:absolute}.GameEngine-module__bwfG4a__enemy{animation:1.5s infinite GameEngine-module__bwfG4a__pulseRed}.GameEngine-module__bwfG4a__custom{z-index:5;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.8rem;transition:all .2s;display:flex;position:absolute}.GameEngine-module__bwfG4a__building{z-index:6;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.8rem;transition:all .2s;display:flex;position:absolute}.GameEngine-module__bwfG4a__unitEntityImage{object-fit:contain;filter:drop-shadow(0 2px 4px #0000004d);width:85%;height:85%}@keyframes GameEngine-module__bwfG4a__pulseRed{0%{opacity:1;transform:scale(1)}50%{opacity:.8;filter:drop-shadow(0 0 5px red);transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes GameEngine-module__bwfG4a__bounce{0%{transform:translateY(0)}to{transform:translateY(-4px)}}.GameEngine-module__bwfG4a__statsBar{z-index:100;background:#f8f9fa;border-bottom:2px solid #dee2e6;flex-wrap:wrap;justify-content:center;gap:clamp(1rem,2.8vw,3rem);width:100%;padding:clamp(.2rem,.35vw,.35rem) clamp(.8rem,1.8vw,2rem);display:flex;box-shadow:0 2px 10px #0000000d}.GameEngine-module__bwfG4a__statItem{color:#495057;align-items:center;gap:.75rem;font-weight:700;display:flex}.GameEngine-module__bwfG4a__statIcon{font-size:clamp(1rem,1.1vw,1.4rem)}.GameEngine-module__bwfG4a__statLabel{text-transform:uppercase;color:#6c757d;letter-spacing:.02em;font-size:clamp(.7rem,.7vw,.9rem)}.GameEngine-module__bwfG4a__statValue{color:#2b8a3e;font-size:clamp(.92rem,.92vw,1.1rem)}.GameEngine-module__bwfG4a__mapOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:400;background:#07111f73;border-radius:12px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.GameEngine-module__bwfG4a__mapModal{background:linear-gradient(#f8fafc,#eef2ff);border:1px solid #94a3b873;border-radius:14px;flex-direction:column;align-items:center;width:min(420px,92%);padding:1.5rem;display:flex;box-shadow:0 20px 50px #0f172a40}.GameEngine-module__bwfG4a__mapHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.GameEngine-module__bwfG4a__mapHeader h3{color:#1e293b;margin:0;font-size:1.5rem}.GameEngine-module__bwfG4a__closeMap{color:#334155;cursor:pointer;background:0 0;border:none;font-size:2rem}.GameEngine-module__bwfG4a__miniMap{grid-template-columns:repeat(var(--world-width,5), 1fr);grid-template-rows:repeat(var(--world-height,5), 1fr);background:#334155;border-radius:4px;gap:4px;width:auto;margin:0 auto;padding:4px;display:grid}.GameEngine-module__bwfG4a__miniTile{pointer-events:none;background:#ffffff1a;border:1px solid #0000001a;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;display:flex}.GameEngine-module__bwfG4a__activeTile{background:#fff;box-shadow:0 0 10px #fff}.GameEngine-module__bwfG4a__mapFooter{color:#334155;border-top:1px solid #0000001a;margin-top:1.5rem;padding-top:1rem}.GameEngine-module__bwfG4a__mapFooter p{margin:.25rem 0}.GameEngine-module__bwfG4a__embeddedMiniMap{background:#fdfdfd;border:2px solid #dee2e6;border-radius:12px;flex-direction:column;align-items:center;gap:.5rem;width:100%;margin-bottom:.5rem;padding:.75rem;display:flex}.GameEngine-module__bwfG4a__miniMapGrid{grid-template-columns:repeat(var(--world-width,5), 1fr);grid-template-rows:repeat(var(--world-height,5), 1fr);background:#f1f3f5;border:1px solid #e9ecef;border-radius:8px;gap:4px;padding:6px;display:grid}.GameEngine-module__bwfG4a__hudTile{background:#fff;border:1px solid #dee2e6;border-radius:3px;justify-content:center;align-items:center;width:20px;height:20px;font-size:.8rem;display:flex}.GameEngine-module__bwfG4a__hudActiveTile{background:#ffd54f;border-color:#f59f00;animation:2s infinite GameEngine-module__bwfG4a__pulseActive;box-shadow:0 0 8px #f59f0080}@keyframes GameEngine-module__bwfG4a__pulseActive{0%{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.GameEngine-module__bwfG4a__hudLegend{color:#212529;text-transform:uppercase;letter-spacing:.05em;opacity:1;font-size:.65rem;font-weight:900}.GameEngine-module__bwfG4a__chatArea{background:#fff;border:1px solid #dee2e6;border-radius:12px;flex-direction:column;flex:1;gap:clamp(.65rem,.9vw,1.25rem);max-height:clamp(300px,62vh,680px);padding:clamp(.75rem,1vw,1.4rem);display:flex;overflow-y:auto;box-shadow:inset 0 2px 10px #00000008}.GameEngine-module__bwfG4a__message{font-size:.9rem;line-height:1.4}.GameEngine-module__bwfG4a__message strong{text-transform:uppercase;color:#6c757d;margin-bottom:.2rem;font-size:.75rem;display:block}.GameEngine-module__bwfG4a__message.GameEngine-module__bwfG4a__user p{color:#212529;background:#f1f3f5;border-radius:8px 8px 0;padding:.5rem .75rem}.GameEngine-module__bwfG4a__message.GameEngine-module__bwfG4a__assistant p{color:#0b7285;background:#e7f5ff;border-left:3px solid #339af0;border-radius:8px 8px 8px 0;padding:.5rem .75rem}.GameEngine-module__bwfG4a__thinking{color:#adb5bd;font-size:.8rem;font-style:italic}.GameEngine-module__bwfG4a__chatInputForm{gap:.5rem;display:flex}.GameEngine-module__bwfG4a__chatInput{border:1px solid #dee2e6;border-radius:6px;outline:none;flex:1;padding:.6rem 1rem;font-size:.9rem}.GameEngine-module__bwfG4a__chatInput:focus{border-color:#339af0}.GameEngine-module__bwfG4a__chatSubmit{color:#fff;cursor:pointer;background:#339af0;border:none;border-radius:6px;padding:.6rem 1rem;font-weight:700;transition:background .2s}.GameEngine-module__bwfG4a__chatSubmit:hover{background:#228be6}.GameEngine-module__bwfG4a__gameLayout{flex:1;width:100%;position:relative;overflow:hidden}.GameEngine-module__bwfG4a__floatingPanel{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#f8fafc;pointer-events:auto;background:#1e293bd9;border:1px solid #ffffff26;border-radius:16px;flex-direction:column;gap:1rem;max-height:80vh;padding:1rem;display:flex;position:absolute;overflow-y:auto;box-shadow:0 10px 40px #0006}.GameEngine-module__bwfG4a__panelBottomLeft{width:clamp(260px,21vw,410px);transition:transform .3s cubic-bezier(.4,0,.2,1);bottom:2rem;left:0;transform:translate(calc(1.25rem - 100%))}.GameEngine-module__bwfG4a__panelBottomLeft:hover,.GameEngine-module__bwfG4a__forcedOpenGM{transform:translate(1rem)}.GameEngine-module__bwfG4a__panelTopRight{top:calc(7.5rem + var(--header-offset,0px));width:clamp(260px,21vw,410px);transition:top .3s cubic-bezier(.4,0,.2,1);right:2rem}.GameEngine-module__bwfG4a__panelTopLeft{top:calc(7.5rem + var(--header-offset,0px));width:clamp(260px,21vw,410px);transition:top .3s cubic-bezier(.4,0,.2,1);left:2rem}.GameEngine-module__bwfG4a__panelBottomRight{width:clamp(260px,21vw,410px);bottom:2rem;right:2rem}.GameEngine-module__bwfG4a__panelEndTurn{top:calc(6rem + var(--header-offset,0px));z-index:50;width:auto;transition:top .3s cubic-bezier(.4,0,.2,1);position:absolute;right:clamp(.5rem,1vw,1rem)}.GameEngine-module__bwfG4a__panelHeader{color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid #ffffff1a;margin-bottom:.25rem;padding-bottom:.5rem;font-size:clamp(.72rem,.75vw,.9rem);font-weight:800}.GameEngine-module__bwfG4a__floatingStatsBar{top:calc(1.5rem + var(--header-offset,0px));z-index:60;pointer-events:none;gap:.75rem;transition:top .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;left:50%;transform:translate(-50%)}.GameEngine-module__bwfG4a__statPill{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#f8fafc;pointer-events:auto;white-space:nowrap;background:#1e293bd9;border:1px solid #ffffff26;border-radius:100px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:700;display:flex;box-shadow:0 4px 12px #0000004d}.GameEngine-module__bwfG4a__playerTurnText{color:#4ade80}.GameEngine-module__bwfG4a__enemyTurnText{color:#f87171}.GameEngine-module__bwfG4a__dialogueBox{color:#e2e8f0;background:#0f172acc;border:1px solid #ffffff1a;border-radius:8px;padding:1.25rem;font-size:.95rem;line-height:1.6}.GameEngine-module__bwfG4a__gmIntro{color:#212529;margin-bottom:1rem;font-weight:700}.GameEngine-module__bwfG4a__gmHint{color:#6c757d;font-style:italic}.GameEngine-module__bwfG4a__gameStats{background:#fff;border:1px solid #dee2e6;border-radius:10px;flex-direction:column;gap:.75rem;margin-bottom:1rem;padding:1.25rem;display:flex;box-shadow:0 4px 15px #0000000d}.GameEngine-module__bwfG4a__statLine{justify-content:space-between;align-items:center;display:flex}.GameEngine-module__bwfG4a__dayValue{color:#2b8a3e;font-size:1.25rem;font-weight:800}.GameEngine-module__bwfG4a__cycleValue{color:#495057;font-size:1rem;font-weight:700}.GameEngine-module__bwfG4a__mainGameArea{z-index:1;flex-direction:column;justify-content:flex-start;align-items:center;min-height:0;padding:0;display:flex;position:absolute;inset:0;overflow:hidden}.GameEngine-module__bwfG4a__viewportControls{top:calc(1.5rem + var(--header-offset,0px));z-index:300;background:#ffffffe0;border:1px solid #94a3b866;border-radius:10px;flex-direction:column;gap:.5rem;min-width:190px;padding:.6rem .75rem;transition:top .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;right:clamp(.5rem,1vw,1rem);box-shadow:0 8px 18px #0f172a1f}.GameEngine-module__bwfG4a__zoomControlRow,.GameEngine-module__bwfG4a__sidebarControlRow{align-items:center;gap:.5rem;display:flex}.GameEngine-module__bwfG4a__controlLabel{letter-spacing:.08em;text-transform:uppercase;color:#64748b;font-size:.72rem;font-weight:700}.GameEngine-module__bwfG4a__zoomButton{cursor:pointer;color:#1e293b;background:#fff;border:1px solid #cbd5e1;border-radius:6px;width:28px;height:28px;font-weight:800}.GameEngine-module__bwfG4a__zoomPercent{text-align:center;color:#1e293b;min-width:52px;font-size:.85rem;font-weight:800}.GameEngine-module__bwfG4a__blockedStatus{color:#b91c1c;background:#ef444426;border:1px solid #ef444473;border-radius:999px;margin-top:.2rem;padding:.2rem .5rem;font-size:.72rem;font-weight:700;display:inline-block}.GameEngine-module__bwfG4a__sidebarSlider{width:100%}.GameEngine-module__bwfG4a__sidebarDivider{cursor:col-resize;z-index:260;width:12px;position:absolute;top:0;bottom:0;transform:translate(-50%)}.GameEngine-module__bwfG4a__sidebarDivider:before{content:"";background:#64748b4d;width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.GameEngine-module__bwfG4a__leftDivider{left:var(--sidebar-width,var(--panel-width))}.GameEngine-module__bwfG4a__rightDivider{left:calc(100% - var(--sidebar-width,var(--panel-width)))}.GameEngine-module__bwfG4a__inventorySection{width:100%;margin-top:1rem}.GameEngine-module__bwfG4a__inventoryGrid{grid-template-columns:repeat(5,clamp(30px,2vw,40px));justify-content:center;gap:6px;margin-bottom:1rem;display:grid}@media (max-width:1200px){.GameEngine-module__bwfG4a__gameContainer{--panel-width:clamp(220px, 27vw, 320px)}}.GameEngine-module__bwfG4a__inventorySlotShort{aspect-ratio:1;background:#fff;border:1px solid #dee2e6;border-radius:6px;justify-content:center;align-items:center;font-size:1.2rem;transition:all .2s;display:flex}.GameEngine-module__bwfG4a__inventorySlotShort:hover{background:#f1f3f5;border-color:#adb5bd}.GameEngine-module__bwfG4a__itemIconSmall{filter:drop-shadow(0 2px 4px #0000001a)}.GameEngine-module__bwfG4a__phaseOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;flex-direction:column;justify-content:center;align-items:center;animation:.3s GameEngine-module__bwfG4a__fadeIn;display:flex;position:absolute;inset:0}.GameEngine-module__bwfG4a__phaseTitle{color:#fff;text-transform:uppercase;letter-spacing:.2em;text-shadow:0 0 20px #ffffff80;margin-bottom:1rem;font-size:3rem;font-weight:900}.GameEngine-module__bwfG4a__phaseSubtitle{color:#fffc;font-size:1.25rem;font-weight:600}@keyframes GameEngine-module__bwfG4a__fadeIn{0%{opacity:0}to{opacity:1}}.GameEngine-module__bwfG4a__enemyPhase{background:#8b000066}.GameEngine-module__bwfG4a__dayPhaseTransition{background:#ffdf0033}.GameEngine-module__bwfG4a__nightPhaseTransition{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);pointer-events:none;background:#00008b4d}.GameEngine-module__bwfG4a__tutorialOverlay{z-index:200;width:90%;max-width:800px;animation:.3s cubic-bezier(.16,1,.3,1) GameEngine-module__bwfG4a__slideUpCentered;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.GameEngine-module__bwfG4a__tutorialBox{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--color-white);background:linear-gradient(#1e1e1ef2 0%,#0a0a0afa 100%);border:1px solid #ffffff1a;border-radius:4px;gap:1.5rem;padding:1.5rem;display:flex;box-shadow:0 -20px 40px #00000080,inset 0 2px 10px #ffffff0d}.GameEngine-module__bwfG4a__tutorialPortrait{border:1px solid var(--color-white);background:var(--color-gray-800);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:96px;height:96px;display:flex;overflow:hidden;box-shadow:0 4px 12px #0006}.GameEngine-module__bwfG4a__tutorialPortrait img{object-fit:cover;width:100%;height:100%}.GameEngine-module__bwfG4a__defaultPortrait{font-size:3rem;line-height:1}.GameEngine-module__bwfG4a__tutorialContent{flex-direction:column;flex:1;display:flex}.GameEngine-module__bwfG4a__tutorialSpeaker{color:var(--color-white);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem;font-size:1.1rem;font-weight:800}.GameEngine-module__bwfG4a__tutorialText{color:var(--color-white);flex:1;margin:0;font-size:1.15rem;line-height:1.5}.GameEngine-module__bwfG4a__tutorialActions{justify-content:flex-end;margin-top:1rem;display:flex}.GameEngine-module__bwfG4a__tutorialNextBtn{color:var(--color-white);cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:4px;padding:.4rem 1.2rem;font-weight:500;transition:all .2s}.GameEngine-module__bwfG4a__tutorialNextBtn:hover{color:var(--color-white);background:#fff3;box-shadow:0 0 12px #ffffff1a}@keyframes GameEngine-module__bwfG4a__slideUpCentered{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}.GameEngine-module__bwfG4a__selectedUnit{border-radius:4px;z-index:15!important;box-shadow:0 0 0 4px #ffd54f,0 0 20px #ffd54f99!important}.GameEngine-module__bwfG4a__friendlyHover{cursor:pointer;border-radius:4px;box-shadow:0 0 0 4px #4caf50,0 0 15px #4caf5080!important}.GameEngine-module__bwfG4a__enemyHover{cursor:crosshair;border-radius:4px;box-shadow:0 0 0 4px #ef5350,0 0 15px #ef535080!important}.GameEngine-module__bwfG4a__fogOfWar{filter:brightness(.55)saturate(.7);transition:filter .5s}.GameEngine-module__bwfG4a__unitStatsSection{background:#fff;border:1px solid #dee2e6;border-radius:10px;flex-direction:column;gap:1rem;padding:1.25rem;display:flex;box-shadow:0 4px 15px #0000000d}.GameEngine-module__bwfG4a__unitHeader{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.GameEngine-module__bwfG4a__unitIconLarge{font-size:2.5rem}.GameEngine-module__bwfG4a__unitTitleInfo{flex-direction:column;display:flex}.GameEngine-module__bwfG4a__unitName{color:#212529;font-size:1.1rem;font-weight:800}.GameEngine-module__bwfG4a__unitClass{text-transform:uppercase;color:#6c757d;letter-spacing:.05em;font-size:.75rem}.GameEngine-module__bwfG4a__statGrid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.GameEngine-module__bwfG4a__statCard{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:.6rem}.GameEngine-module__bwfG4a__statValueLarge{color:#2b8a3e;font-size:1.2rem;font-weight:800;display:block}.GameEngine-module__bwfG4a__statLabelSmall{text-transform:uppercase;color:#adb5bd;font-size:.65rem;font-weight:700}.GameEngine-module__bwfG4a__weaponDetail{border-top:1px solid #eee;margin-top:.25rem;padding-top:.75rem}.GameEngine-module__bwfG4a__weaponName{color:#495057;margin-bottom:.4rem;font-size:.85rem;font-weight:700;display:block}.GameEngine-module__bwfG4a__weaponStats{color:#6c757d;justify-content:space-between;font-size:.75rem;display:flex}.GameEngine-module__bwfG4a__weaponStat{flex-direction:column;display:flex}.GameEngine-module__bwfG4a__hpBar{background:#e9ecef;border-radius:3px;width:100%;height:6px;margin-top:.4rem;overflow:hidden}.GameEngine-module__bwfG4a__hpFill{background:#2b8a3e;height:100%;transition:width .3s}.GameEngine-module__bwfG4a__activeMovement{cursor:cell;background:#4caf5066!important;box-shadow:inset 0 0 10px #4caf50cc!important}.GameEngine-module__bwfG4a__activeMovement:hover{background:#4caf5099!important}.GameEngine-module__bwfG4a__activeAttack{cursor:crosshair;background:#e74c3c66!important;box-shadow:inset 0 0 10px #e74c3ccc!important}.GameEngine-module__bwfG4a__activeAttack:hover{background:#e74c3c99!important}.GameEngine-module__bwfG4a__reachableTile{position:relative}.GameEngine-module__bwfG4a__reachableTile:after{content:"";background:#fff6;border-radius:50%;position:absolute;inset:12px;box-shadow:0 0 5px #fffc}.GameEngine-module__bwfG4a__unitActionIndicators{z-index:10;pointer-events:none;justify-content:center;gap:2px;display:flex;position:absolute;top:-12px;left:0;right:0}.GameEngine-module__bwfG4a__actionIconMove,.GameEngine-module__bwfG4a__actionIconAttack{color:#fff;background:#0f172ad9;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:15px;height:15px;font-size:.5rem;display:flex;box-shadow:0 4px 6px #0000004d}.GameEngine-module__bwfG4a__actionIconMove{background:#3b82f6}.GameEngine-module__bwfG4a__actionIconAttack{background:#ef4444}.GameEngine-module__bwfG4a__unitStatusCaption{color:#fff;text-transform:uppercase;white-space:nowrap;z-index:1000;pointer-events:none;background:#c20e0e;border:1px solid #fff3;border-radius:3px;padding:1px 5px;font-size:.55rem;font-weight:900;animation:1.2s ease-out forwards GameEngine-module__bwfG4a__statusSlideUp;position:absolute;top:-24px;left:50%;transform:translate(-50%);box-shadow:0 1px 3px #0006}@keyframes GameEngine-module__bwfG4a__statusSlideUp{0%{opacity:0;transform:translate(-50%,5px)}15%{opacity:1;transform:translate(-50%)}85%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-10px)}}.GameEngine-module__bwfG4a__entitiesLayer{pointer-events:none;position:absolute;top:calc(1rem + 2px);left:calc(1rem + 2px)}.GameEngine-module__bwfG4a__player,.GameEngine-module__bwfG4a__camp,.GameEngine-module__bwfG4a__enemy,.GameEngine-module__bwfG4a__custom,.GameEngine-module__bwfG4a__building{cursor:pointer;pointer-events:auto;z-index:2;-webkit-user-select:none;user-select:none;border-radius:4px;justify-content:center;align-items:center;font-size:1.6rem;transition:transform .34s cubic-bezier(.2,.8,.2,1),box-shadow .2s,opacity .2s;display:flex;position:absolute;overflow:visible}.GameEngine-module__bwfG4a__building{z-index:3}.GameEngine-module__bwfG4a__unitEntityImage{object-fit:contain;pointer-events:none;width:70%;height:70%}.GameEngine-module__bwfG4a__attackHoverTile{box-shadow:inset 0 0 10px #dc262680!important}.GameEngine-module__bwfG4a__reachableOverlay{cursor:pointer;z-index:4;background:#ffffff47;border:1.5px solid #ffffff8c;border-radius:3px;transition:background .15s;position:absolute}.GameEngine-module__bwfG4a__reachableOverlay:hover{background:#ffffff7a;border-color:#ffffffd9}.GameEngine-module__bwfG4a__pathArrowSvg{position:absolute;inset:0}.GameEngine-module__bwfG4a__projectileShot{width:7px;height:7px;transform:translate(var(--shot-start-x), var(--shot-start-y)) translateZ(var(--shot-z,0px)) var(--shot-billboard, );pointer-events:none;z-index:12;background:#ffd43b;border-radius:50%;animation:.22s linear forwards GameEngine-module__bwfG4a__projectileTravel;position:absolute;box-shadow:0 0 8px #ffd43bd9}@keyframes GameEngine-module__bwfG4a__projectileTravel{0%{transform:translate(var(--shot-start-x), var(--shot-start-y)) translateZ(var(--shot-z,0px)) var(--shot-billboard, )}to{transform:translate(var(--shot-end-x), var(--shot-end-y)) translateZ(var(--shot-z,0px)) var(--shot-billboard, )}}.GameEngine-module__bwfG4a__weaponButton,.GameEngine-module__bwfG4a__weaponButtonDisabled{font-weight:600;font-family:var(--font-m-plus);border-radius:6px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.6rem 1rem;transition:all .2s;display:flex}.GameEngine-module__bwfG4a__weaponOnCooldown{filter:grayscale(.85);box-shadow:inset 0 0 0 999px #6b728038;background:linear-gradient(135deg,#6b7280a6,#4b5563bf)!important}.GameEngine-module__bwfG4a__weaponButton{color:#3b82f6;cursor:pointer;background:#eef2ff;border:1.5px solid #dbeafe}.GameEngine-module__bwfG4a__weaponButton:hover{background:#dbeafe;border-color:#bfdbfe;transform:translateY(-1px)}.GameEngine-module__bwfG4a__weaponButtonActive{color:#ef4444;background:#fee2e2;border-color:#fca5a5}.GameEngine-module__bwfG4a__weaponButtonActive:hover{background:#fecaca;border-color:#f87171}.GameEngine-module__bwfG4a__weaponButtonDisabled{color:#adb5bd;cursor:not-allowed;background:#f8f9fa;border:1.5px solid #e9ecef}.GameEngine-module__bwfG4a__healthBarContainer{background:#e9ecef;border-radius:4px;width:100%;height:12px;margin:.5rem 0 1rem;overflow:hidden}.GameEngine-module__bwfG4a__healthBarFill{border-radius:4px;height:100%;transition:width .3s,background-color .3s}.GameEngine-module__bwfG4a__endTurnButton{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:6px;padding:.4rem .8rem;font-weight:600;transition:background .2s,transform .1s}.GameEngine-module__bwfG4a__endTurnButton:hover{background:#4338ca;transform:scale(1.02)}.GameEngine-module__bwfG4a__endTurnButton:active{transform:scale(.98)}.GameEngine-module__bwfG4a__attackOverlay{box-sizing:border-box;cursor:crosshair;z-index:5;background:#ef444440;border:1.5px solid #ef444499;border-radius:3px;transition:background .15s;position:absolute}.GameEngine-module__bwfG4a__attackOverlay:hover{background:#ef444473;border-color:#ef4444d9}.GameEngine-module__bwfG4a__reachableOverlay{box-sizing:border-box}.GameEngine-module__bwfG4a__victoryOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#0009;justify-content:center;align-items:center;animation:.4s ease-out forwards GameEngine-module__bwfG4a__fadeIn;display:flex;position:fixed;inset:0}.GameEngine-module__bwfG4a__victoryModal{text-align:center;background:#fff;border-radius:12px;padding:2.5rem 3rem;animation:.4s ease-out forwards GameEngine-module__bwfG4a__slideUp;transform:translateY(20px);box-shadow:0 20px 40px #0003}.GameEngine-module__bwfG4a__victoryModal h2{color:#ffd43b;text-shadow:0 2px 4px #0003;font-size:2.5rem;font-family:var(--font-m-plus);margin-top:0;margin-bottom:.5rem}.GameEngine-module__bwfG4a__victoryModal p{color:#495057;margin-bottom:2rem;font-size:1.1rem}.GameEngine-module__bwfG4a__victoryButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:8px;padding:1rem 2rem;font-size:1.1rem;font-weight:700;transition:transform .2s,box-shadow .2s}.GameEngine-module__bwfG4a__victoryButton:hover{transform:translateY(-2px);box-shadow:0 8px 16px #10b9814d}.GameEngine-module__bwfG4a__victoryButton:active{transform:translateY(0)}.GameEngine-module__bwfG4a__damagePreviewTooltip{color:#fff;white-space:nowrap;pointer-events:none;background:#ef4444;border-radius:4px;padding:1px 5px;font-size:.65rem;font-weight:800;line-height:1.1;position:absolute;top:-12px;left:50%;transform:translate(-50%);box-shadow:0 2px 4px #0000004d}.GameEngine-module__bwfG4a__topLeftControls{top:calc(1.5rem + var(--header-offset,0px));z-index:300;flex-direction:column;gap:.5rem;transition:top .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;left:clamp(.5rem,1vw,1rem)}.GameEngine-module__bwfG4a__settingsToggleButton{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#f8fafc;cursor:pointer;background:#1e293bcc;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #0000004d}.GameEngine-module__bwfG4a__settingsToggleButton:hover{background:#334155e6;border-color:#ffffff40;transform:translateY(-2px);box-shadow:0 6px 16px #0006}.GameEngine-module__bwfG4a__settingsToggleButton:active{transform:translateY(0)}.GameEngine-module__bwfG4a__settingsPopupOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0f172a66;justify-content:center;align-items:center;animation:.2s ease-out GameEngine-module__bwfG4a__fadeIn;display:flex;position:absolute;inset:0}.GameEngine-module__bwfG4a__settingsPopup{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1e293bf2;border:1px solid #ffffff26;border-radius:20px;width:min(340px,90vw);animation:.3s cubic-bezier(.16,1,.3,1) GameEngine-module__bwfG4a__slideUp;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}@keyframes GameEngine-module__bwfG4a__slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.GameEngine-module__bwfG4a__settingsHeader{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.GameEngine-module__bwfG4a__settingsHeader h3{color:#f8fafc;letter-spacing:-.01em;margin:0;font-size:1.1rem;font-weight:700}.GameEngine-module__bwfG4a__closeSettings{color:#94a3b8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;font-size:1.5rem;line-height:1;transition:color .15s;display:flex}.GameEngine-module__bwfG4a__closeSettings:hover{color:#f8fafc}.GameEngine-module__bwfG4a__settingsContent{flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.GameEngine-module__bwfG4a__settingGroup{flex-direction:column;gap:.75rem;display:flex}.GameEngine-module__bwfG4a__settingLabel{color:#94a3b8;justify-content:space-between;align-items:center;font-size:.85rem;font-weight:600;display:flex}.GameEngine-module__bwfG4a__settingValue{color:#3b82f6;font-family:inherit;font-weight:700}.GameEngine-module__bwfG4a__volumeSlider{appearance:none;background:#ffffff1a;border-radius:3px;outline:none;width:100%;height:6px}.GameEngine-module__bwfG4a__volumeSlider::-webkit-slider-runnable-track{cursor:pointer;background:#ffffff1a;border-radius:3px;width:100%;height:6px}.GameEngine-module__bwfG4a__volumeSlider::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#3b82f6;border:2px solid #fff;border-radius:50%;width:18px;height:18px;margin-top:-6px;transition:transform .15s;box-shadow:0 0 10px #3b82f666}.GameEngine-module__bwfG4a__volumeSlider::-webkit-slider-thumb:hover{transform:scale(1.1)}.GameEngine-module__bwfG4a__nowPlayingSection{background:#0f172a66;border:1px solid #ffffff0d;border-radius:12px;padding:1rem}.GameEngine-module__bwfG4a__nowPlayingLabel{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;font-weight:800;display:block}.GameEngine-module__bwfG4a__trackInfo{align-items:center;gap:.75rem;display:flex}.GameEngine-module__bwfG4a__musicIcon{filter:drop-shadow(0 0 8px #3b82f64d);font-size:1.25rem}.GameEngine-module__bwfG4a__trackName{color:#e2e8f0;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.GameEngine-module__bwfG4a__settingsFooter{justify-content:flex-end;padding:1rem 1.5rem 1.5rem;display:flex}.GameEngine-module__bwfG4a__saveSettingsBtn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;padding:.6rem 2rem;font-weight:700;transition:all .2s}.GameEngine-module__bwfG4a__saveSettingsBtn:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.GameEngine-module__bwfG4a__deploymentTray{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#0f172ae6;border:1px solid #ffffff1a;border-radius:16px;gap:.75rem;max-width:90vw;padding:1rem;display:flex;position:fixed;bottom:2rem;left:50%;overflow-x:auto;transform:translate(-50%);box-shadow:0 10px 25px -5px #00000080}.GameEngine-module__bwfG4a__deployUnitCard{cursor:pointer;background:#1e293b80;border:2px solid #0000;border-radius:12px;flex-direction:column;flex-shrink:0;align-items:center;gap:.4rem;width:80px;padding:.5rem;transition:all .2s;display:flex}.GameEngine-module__bwfG4a__deployUnitCard:hover{background:#334155cc;transform:translateY(-4px)}.GameEngine-module__bwfG4a__deployUnitCardActive{background:#3b82f61a;border-color:#3b82f6;box-shadow:0 0 15px #3b82f64d}.GameEngine-module__bwfG4a__deployUnitImage{object-fit:contain;background:#1e293b;border-radius:6px;width:48px;height:48px}.GameEngine-module__bwfG4a__deployUnitName{color:#f1f5f9;text-align:center;white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:.7rem;font-weight:700;overflow:hidden}.GameEngine-module__bwfG4a__supplyHoverTile{background-color:#22c55e2e;box-shadow:inset 0 0 0 2px #22c55ef2,inset 0 0 18px #22c55e73}.GameEngine-module__bwfG4a__spawnHoverTile{background-color:#3b82f629;box-shadow:inset 0 0 0 2px #3b82f6f2,inset 0 0 16px #3b82f673}
.dashboard-module__Gx_nyq__page{background:radial-gradient(circle at 0 0,#6366f129,#0000 40%),radial-gradient(circle at 100% 10%,#10b9811f,#0000 35%),linear-gradient(#f8fbff 0%,#f7f9fc 48%,#f3f7ff 100%);flex-direction:column;min-height:100vh;display:flex}.dashboard-module__Gx_nyq__header{border-bottom:1px solid var(--color-gray-200);z-index:100;background:#fff;justify-content:space-between;align-items:center;height:72px;padding:0 2rem;display:flex;position:sticky;top:0}.dashboard-module__Gx_nyq__headerLeft{align-items:center;gap:2.5rem;display:flex}.dashboard-module__Gx_nyq__logo{color:var(--color-gray-900);align-items:center;gap:.75rem;font-size:1.25rem;font-weight:800;text-decoration:none;display:flex}.dashboard-module__Gx_nyq__nav{gap:1.5rem;display:flex}.dashboard-module__Gx_nyq__navItem{color:var(--color-gray-500);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.dashboard-module__Gx_nyq__navItem:hover{color:var(--color-primary);background:var(--color-gray-50)}.dashboard-module__Gx_nyq__navItemActive{color:var(--color-primary);background:var(--color-blue-50)}.dashboard-module__Gx_nyq__headerRight{align-items:center;gap:.75rem;display:flex;position:relative}.dashboard-module__Gx_nyq__currencyBadge{color:#92400e;background:#fffbeb;border:1px solid #fcd34d;border-radius:999px;align-items:center;gap:.45rem;padding:.45rem .85rem;font-size:.85rem;font-weight:700;display:inline-flex}.dashboard-module__Gx_nyq__currencyIcon{font-size:1rem}.dashboard-module__Gx_nyq__userTrigger{border:1px solid var(--color-gray-200);cursor:pointer;background:#fff;border-radius:100px;align-items:center;gap:.75rem;padding:.4rem 1rem .4rem .4rem;transition:all .2s;display:flex}.dashboard-module__Gx_nyq__userTrigger:hover{border-color:var(--color-primary);box-shadow:0 2px 8px #0000000d}.dashboard-module__Gx_nyq__avatar{background:var(--color-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;font-weight:700;display:flex}.dashboard-module__Gx_nyq__userName{color:var(--color-gray-700);font-size:.9rem;font-weight:600}.dashboard-module__Gx_nyq__userMenu{border:1px solid var(--color-gray-200);background:#fff;border-radius:12px;width:240px;animation:.2s ease-out dashboard-module__Gx_nyq__slideDown;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 10px 25px -5px #0000001a}@keyframes dashboard-module__Gx_nyq__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dashboard-module__Gx_nyq__menuHeader{background:var(--color-gray-50);border-bottom:1px solid var(--color-gray-100);padding:1rem}.dashboard-module__Gx_nyq__menuUserEmail{color:var(--color-gray-500);margin-top:.2rem;font-size:.8rem;display:block}.dashboard-module__Gx_nyq__menuActions{padding:.5rem}.dashboard-module__Gx_nyq__menuItem{width:100%;color:var(--color-gray-700);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.dashboard-module__Gx_nyq__menuItem:hover{background:var(--color-gray-50);color:var(--color-primary)}.dashboard-module__Gx_nyq__signOutBtn{color:var(--color-error)}.dashboard-module__Gx_nyq__signOutBtn:hover{color:#b91c1c;background:#fef2f2}.dashboard-module__Gx_nyq__main{flex-direction:column;flex:1;display:flex}.dashboard-module__Gx_nyq__content{width:100%;max-width:1200px;margin:0 auto;padding:2.5rem}.dashboard-module__Gx_nyq__contentWide{max-width:1540px}.dashboard-module__Gx_nyq__homeHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.dashboard-module__Gx_nyq__homeHeader h2{background:linear-gradient(90deg,#1d4ed8,#7c3aed);color:#0000;-webkit-background-clip:text;background-clip:text}.dashboard-module__Gx_nyq__gameGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.dashboard-module__Gx_nyq__gameCard{background:linear-gradient(#fff 0%,#f8fbff 100%);border:1px solid #dbe6f7;flex-direction:column;gap:1rem;display:flex;box-shadow:0 8px 20px #0f172a0f}.dashboard-module__Gx_nyq__gameCard:hover{border-color:#bfdbfe;box-shadow:0 14px 28px #1e40af24}.dashboard-module__Gx_nyq__gameCardHeader{justify-content:space-between;align-items:center;gap:1rem;display:flex}.dashboard-module__Gx_nyq__gameNameInput{color:var(--color-gray-900);background:0 0;border:1px solid #0000;border-radius:4px;flex:1;width:100%;padding:.25rem .5rem;font-size:1rem;font-weight:700;transition:all .2s}.dashboard-module__Gx_nyq__gameNameInput:hover{background:var(--color-gray-50);border-color:var(--color-gray-200)}.dashboard-module__Gx_nyq__gameNameInput:focus{border-color:var(--color-primary);background:#fff;outline:none;box-shadow:0 0 0 2px #1d4ed81a}.dashboard-module__Gx_nyq__deleteBtn{width:32px;height:32px;color:var(--color-gray-400);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.dashboard-module__Gx_nyq__deleteBtn:hover{color:#b91c1c;background:#fef2f2;border-color:#fee2e2}.dashboard-module__Gx_nyq__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0006;justify-content:center;align-items:center;animation:.3s dashboard-module__Gx_nyq__fadeIn;display:flex;position:fixed;inset:0}.dashboard-module__Gx_nyq__modal{width:90%;max-width:450px;box-shadow:var(--shadow-2xl);background:#fff;border-radius:20px;padding:2.5rem;animation:.3s cubic-bezier(.16,1,.3,1) dashboard-module__Gx_nyq__slideUp}.dashboard-module__Gx_nyq__levelSelectModal{max-width:min(980px,94vw);padding:2rem}.dashboard-module__Gx_nyq__modalHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.dashboard-module__Gx_nyq__modalHeader h3{color:var(--color-gray-900);margin:0;font-size:1.5rem;font-weight:800}.dashboard-module__Gx_nyq__closeBtn{color:var(--color-gray-400);cursor:pointer;background:0 0;border:none;font-size:2rem;line-height:1}.dashboard-module__Gx_nyq__modalBody{margin-bottom:2.5rem}.dashboard-module__Gx_nyq__modalBody p{color:var(--color-gray-600);margin:0;line-height:1.6}.dashboard-module__Gx_nyq__levelSelectGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.9rem;max-height:min(62vh,620px);margin-top:1rem;padding-right:.25rem;display:grid;overflow-y:auto}.dashboard-module__Gx_nyq__levelSelectCard{text-align:left;cursor:pointer;background:#fff;border:1px solid #dbe4f1;border-radius:12px;flex-direction:column;gap:.5rem;padding:.8rem .9rem;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.dashboard-module__Gx_nyq__levelSelectImage{object-fit:cover;border:1px solid #dbe4f1;border-radius:10px;width:100%;height:118px;margin-bottom:.3rem}.dashboard-module__Gx_nyq__levelSelectCard:hover{border-color:#93c5fd;transform:translateY(-1px);box-shadow:0 8px 18px #1e40af1f}.dashboard-module__Gx_nyq__levelSelectCardActive{border-color:var(--color-primary);background:#eff6ff;box-shadow:0 0 0 2px #2563eb2e}.dashboard-module__Gx_nyq__levelSelectCardTop{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.dashboard-module__Gx_nyq__levelSelectBadge{color:#1e3a8a;font-size:.72rem;font-weight:700}.dashboard-module__Gx_nyq__levelSelectCoords{color:#64748b;font-size:.72rem;font-weight:600}.dashboard-module__Gx_nyq__levelSelectName{color:#0f172a;font-size:1rem;font-weight:800}.dashboard-module__Gx_nyq__levelSelectMeta{color:#475569;justify-content:space-between;gap:.75rem;font-size:.78rem;font-weight:600;display:flex}.dashboard-module__Gx_nyq__levelSelectionText{margin-top:.9rem!important}.dashboard-module__Gx_nyq__levelImageEditor{background:#f8fbff;border:1px dashed #cbd5e1;border-radius:12px;align-items:center;gap:1rem;padding:.8rem;display:flex}.dashboard-module__Gx_nyq__levelImagePreview{object-fit:cover;border:1px solid #cbd5e1;border-radius:10px;width:144px;height:96px}.dashboard-module__Gx_nyq__levelImageControls{flex-direction:column;gap:.55rem;display:flex}.dashboard-module__Gx_nyq__unitMakerGrid{grid-template-columns:2fr 1fr;gap:1rem;display:grid}.dashboard-module__Gx_nyq__unitMakerForm{flex-direction:column;gap:.9rem;display:flex}.dashboard-module__Gx_nyq__unitMakerStats{grid-template-columns:repeat(3,minmax(120px,1fr));gap:.6rem;display:grid}.dashboard-module__Gx_nyq__unitMakerHelp{background:#f8fbff;border:1px solid #dbe4f1;border-radius:12px;padding:1rem}.dashboard-module__Gx_nyq__unitMakerHelp h3{margin:0 0 .5rem}.dashboard-module__Gx_nyq__unitAdminList{flex-direction:column;gap:.55rem;margin-top:.8rem;display:flex}.dashboard-module__Gx_nyq__unitAdminRow{background:#fff;border:1px solid #dbe4f1;border-radius:10px;justify-content:space-between;align-items:center;gap:.5rem;padding:.55rem .65rem;display:flex}.dashboard-module__Gx_nyq__unitAdminRow strong{font-size:.86rem;display:block}.dashboard-module__Gx_nyq__unitAdminRow span{color:#64748b;font-size:.74rem}.dashboard-module__Gx_nyq__unitAdminActions{gap:.35rem;display:flex}.dashboard-module__Gx_nyq__unitAdminActions button{cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;padding:.3rem .55rem;font-size:.72rem;font-weight:700}.dashboard-module__Gx_nyq__deleteInline{color:#b91c1c}.dashboard-module__Gx_nyq__modalActions{justify-content:flex-end;gap:1rem;display:flex}@keyframes dashboard-module__Gx_nyq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes dashboard-module__Gx_nyq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dashboard-module__Gx_nyq__gameId{color:var(--color-gray-400);font-family:monospace;font-size:.8rem;font-weight:700}.dashboard-module__Gx_nyq__gameDate{color:var(--color-gray-500);font-size:.8rem}.dashboard-module__Gx_nyq__gameCardBody{flex-direction:column;gap:1.5rem;display:flex}.dashboard-module__Gx_nyq__gameStats{color:var(--color-gray-600);gap:1rem;font-size:.9rem;font-weight:600;display:flex}.dashboard-module__Gx_nyq__emptyState{text-align:center;border:1px solid var(--color-gray-200);background:#fff;border-radius:24px;flex-direction:column;align-items:center;gap:1.5rem;padding:4rem 2rem;display:flex}.dashboard-module__Gx_nyq__emptyIcon{font-size:3rem}.dashboard-module__Gx_nyq__settingsPanel{flex-direction:column;gap:2rem;display:flex}.dashboard-module__Gx_nyq__researchPanel{flex-direction:column;gap:1.5rem;display:flex}.dashboard-module__Gx_nyq__researchCard{padding:2rem}.dashboard-module__Gx_nyq__researchHeader{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.dashboard-module__Gx_nyq__researchHeader h2{margin:0 0 .4rem}.dashboard-module__Gx_nyq__researchHeader p{color:var(--color-gray-600);margin:0}.dashboard-module__Gx_nyq__researchCurrency{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:12px;align-items:center;gap:.5rem;padding:.5rem .9rem;font-size:.95rem;display:inline-flex}.dashboard-module__Gx_nyq__techTreeWorkspace{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:1rem;margin-top:.8rem;display:grid}.dashboard-module__Gx_nyq__techTreeInteractive{background:linear-gradient(#fbfdff 0%,#f0f6ff 100%);border:1px solid #dbe4f1;border-radius:16px;min-height:580px;padding:1rem;position:relative}.dashboard-module__Gx_nyq__techTreeLines{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.dashboard-module__Gx_nyq__techTreeLine{stroke:#94a3b8;stroke-width:2px;stroke-dasharray:4 4;opacity:.5;transition:stroke .3s,opacity .3s}.dashboard-module__Gx_nyq__classGroupBox{background:#fffffff2;border:1px solid #cbd5e1;border-radius:16px;margin-bottom:2rem;padding:1.2rem;position:relative;box-shadow:0 4px 15px #0000000a}.dashboard-module__Gx_nyq__classGroupTiers{gap:3rem;padding:1rem 0;display:flex;overflow-x:auto}.dashboard-module__Gx_nyq__tierColumn{flex-direction:column;gap:1rem;min-width:140px;display:flex;position:relative}.dashboard-module__Gx_nyq__tierHeader{color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;text-align:center;margin-bottom:.5rem;font-size:.7rem;font-weight:800}.dashboard-module__Gx_nyq__tierNodes{flex-direction:column;align-items:center;gap:1.2rem;display:flex}.dashboard-module__Gx_nyq__treeNode{cursor:pointer;text-align:center;background:#fff;border:2px solid #e2e8f0;border-radius:14px;flex-direction:column;align-items:center;gap:.5rem;width:130px;padding:.6rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.dashboard-module__Gx_nyq__treeNode:hover{border-color:#60a5fa;transform:translateY(-1px);box-shadow:0 10px 20px #2563eb1f}.dashboard-module__Gx_nyq__treeNodeInfo{flex-direction:column;gap:.1rem;display:flex}.dashboard-module__Gx_nyq__treeNode strong{color:#1e293b;font-size:.75rem;font-weight:700;line-height:1.2}.dashboard-module__Gx_nyq__treeNodeImage{object-fit:cover;background:#f8fafc;border:2px solid #f1f5f9;border-radius:50%;width:60px;height:60px}.dashboard-module__Gx_nyq__treeNodeActive{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb38}.dashboard-module__Gx_nyq__treeNodeUnlocked{border-color:#22c55e}.dashboard-module__Gx_nyq__tileEditorPanel{flex-direction:column;gap:2rem;display:flex}.dashboard-module__Gx_nyq__tileEditorCard{padding:2.5rem}.dashboard-module__Gx_nyq__adminHeader{border-bottom:1px solid var(--color-gray-100);justify-content:space-between;align-items:flex-start;margin-bottom:3rem;padding-bottom:2rem;display:flex}.dashboard-module__Gx_nyq__adminHeader h2{margin:0 0 .5rem;font-size:1.8rem;font-weight:800}.dashboard-module__Gx_nyq__adminHeader p{color:var(--color-gray-500);margin:0}.dashboard-module__Gx_nyq__tileGrid{grid-template-columns:repeat(auto-fill,minmax(480px,1fr));gap:2rem;display:grid}.dashboard-module__Gx_nyq__tileEntry{background:#f8fbff;border:1px solid #e2e8f0;border-radius:16px;gap:1.5rem;padding:1.5rem;transition:all .2s;display:flex}.dashboard-module__Gx_nyq__tileEntry:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #00000008}.dashboard-module__Gx_nyq__tileIcon{flex-direction:column;align-items:center;gap:.75rem;width:100px;display:flex}.dashboard-module__Gx_nyq__tilePreview{border:2px solid #fff;border-radius:12px;width:64px;height:64px;box-shadow:0 4px 10px #0000001a}.dashboard-module__Gx_nyq__tileLabel{color:var(--color-gray-700);font-size:.85rem;font-weight:700}.dashboard-module__Gx_nyq__tileFields{flex:1;grid-template-columns:1fr 1fr;gap:1rem;display:grid}.dashboard-module__Gx_nyq__tileFields .dashboard-module__Gx_nyq__formGroup:first-child{grid-column:span 2}.dashboard-module__Gx_nyq__preDeploy{background:#6366f1}.dashboard-module__Gx_nyq__researchDetailPanel{background:#fff;border:1px solid #dbe4f1;border-radius:16px;padding:.9rem;position:sticky;top:90px;box-shadow:0 8px 22px #0f172a14}.dashboard-module__Gx_nyq__unitCard{background:#fff;border:1px solid #cbd5e1;border-radius:14px;flex-direction:column;padding:.9rem;display:flex;box-shadow:0 8px 20px #0f172a0f}.dashboard-module__Gx_nyq__unitCardUnlocked{border-color:#22c55e;box-shadow:0 0 0 1px #22c55e59,0 10px 22px #10b98126}.dashboard-module__Gx_nyq__unitHeaderRow{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.dashboard-module__Gx_nyq__unitHeaderRow h3{color:#0f172a;margin:0;font-size:1rem}.dashboard-module__Gx_nyq__unitDescription{color:#475569;margin:.5rem 0 .65rem;font-size:.9rem;line-height:1.35}.dashboard-module__Gx_nyq__unitRequirement{color:#64748b;margin-bottom:.65rem;font-size:.8rem}.dashboard-module__Gx_nyq__statGrid,.dashboard-module__Gx_nyq__weaponGrid{grid-template-columns:1fr 1fr;gap:.45rem;display:grid}.dashboard-module__Gx_nyq__statGrid div,.dashboard-module__Gx_nyq__weaponGrid div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:9px;flex-direction:column;padding:.45rem .55rem;display:flex}.dashboard-module__Gx_nyq__statGrid span,.dashboard-module__Gx_nyq__weaponGrid span{text-transform:uppercase;letter-spacing:.03em;color:#64748b;font-size:.68rem;font-weight:700}.dashboard-module__Gx_nyq__statGrid strong,.dashboard-module__Gx_nyq__weaponGrid strong{color:#0f172a;font-size:.86rem}.dashboard-module__Gx_nyq__unitPortrait{object-fit:cover;border:1px solid #dbe4f1;border-radius:10px;width:100%;height:140px;margin-bottom:.65rem}.dashboard-module__Gx_nyq__weaponBlock{margin-top:.75rem}.dashboard-module__Gx_nyq__weaponBlock h4{text-transform:uppercase;letter-spacing:.07em;color:#1e293b;margin:0 0 .45rem;font-size:.78rem}.dashboard-module__Gx_nyq__unitFooter{margin-top:.8rem}.dashboard-module__Gx_nyq__unitCost{color:#0f172a;white-space:nowrap;font-size:.83rem;font-weight:800}.dashboard-module__Gx_nyq__settingsCard{padding:2.5rem}.dashboard-module__Gx_nyq__settingsForm{flex-direction:column;gap:1.5rem;margin-top:2rem;display:flex}.dashboard-module__Gx_nyq__formGroup{flex-direction:column;gap:.5rem;display:flex}.dashboard-module__Gx_nyq__formGroup label{color:var(--color-gray-700);font-size:.9rem;font-weight:600}.dashboard-module__Gx_nyq__formGroup input{border:1px solid var(--color-gray-300);border-radius:10px;padding:.75rem 1rem;font-size:1rem;transition:all .2s}.dashboard-module__Gx_nyq__formGroup textarea{border:1px solid var(--color-gray-300);resize:vertical;border-radius:10px;min-height:92px;padding:.75rem 1rem;font-family:inherit;font-size:1rem}.dashboard-module__Gx_nyq__formGroup input:focus,.dashboard-module__Gx_nyq__formGroup textarea:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #1d4ed81a}.dashboard-module__Gx_nyq__inputHelp{color:var(--color-gray-500);font-size:.8rem}.dashboard-module__Gx_nyq__formActions{margin-top:1rem}.dashboard-module__Gx_nyq__message{border-radius:8px;margin-bottom:1rem;padding:1rem;font-size:.9rem}.dashboard-module__Gx_nyq__success{color:#15803d;background:#f0fdf4;border:1px solid #dcfce7}.dashboard-module__Gx_nyq__error{color:#b91c1c;background:#fef2f2;border:1px solid #fee2e2}.dashboard-module__Gx_nyq__loadingScreen{background:#fff;justify-content:center;align-items:center;height:100vh;display:flex}.dashboard-module__Gx_nyq__loadingSpinner{border:3px solid var(--color-gray-200);border-top-color:var(--color-primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite dashboard-module__Gx_nyq__spin}@keyframes dashboard-module__Gx_nyq__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.dashboard-module__Gx_nyq__header{padding:0 1rem}.dashboard-module__Gx_nyq__headerLeft{gap:1rem}.dashboard-module__Gx_nyq__nav,.dashboard-module__Gx_nyq__userName{display:none}.dashboard-module__Gx_nyq__content{padding:1.5rem}.dashboard-module__Gx_nyq__currencyBadge{display:none}.dashboard-module__Gx_nyq__researchHeader{flex-direction:column;align-items:flex-start}.dashboard-module__Gx_nyq__techTreeWorkspace{grid-template-columns:1fr}.dashboard-module__Gx_nyq__researchDetailPanel{position:static}.dashboard-module__Gx_nyq__levelImageEditor{flex-direction:column;align-items:flex-start}.dashboard-module__Gx_nyq__levelImagePreview{width:100%;max-width:260px;height:140px}.dashboard-module__Gx_nyq__unitMakerGrid{grid-template-columns:1fr}.dashboard-module__Gx_nyq__unitMakerStats{grid-template-columns:1fr 1fr}.dashboard-module__Gx_nyq__gameGrid{grid-template-columns:1fr}}.dashboard-module__Gx_nyq__levelList{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.dashboard-module__Gx_nyq__levelItem{text-align:left;background:var(--color-gray-50);width:100%;color:var(--color-gray-700);cursor:pointer;border:2px solid #0000;border-radius:12px;justify-content:space-between;align-items:center;padding:1rem;font-weight:700;transition:all .2s;display:flex}.dashboard-module__Gx_nyq__levelItem:hover{background:var(--color-gray-100);border-color:var(--color-gray-200)}.dashboard-module__Gx_nyq__levelItemActive{background:var(--color-blue-50);border-color:var(--color-primary);color:var(--color-primary)}.dashboard-module__Gx_nyq__levelItemLocked{opacity:.55;cursor:not-allowed}.dashboard-module__Gx_nyq__levelLockHint{font-size:.8rem;font-weight:700}.dashboard-module__Gx_nyq__mapMakerTools{grid-template-columns:repeat(3,minmax(120px,1fr));align-items:end;gap:.5rem;display:grid}.dashboard-module__Gx_nyq__worldTileEditorGrid{grid-template-columns:repeat(var(--world-width,5), 44px);grid-template-rows:repeat(var(--world-height,5), 44px);justify-content:start;gap:6px;display:grid}.dashboard-module__Gx_nyq__mapMakerViewport{border:1px solid var(--color-gray-200);cursor:grab;background:#f8fafc;border-radius:10px;width:100%;max-width:100%;height:75vh;min-height:75vh;max-height:900px;margin-top:.75rem;position:relative;overflow:hidden}.dashboard-module__Gx_nyq__mapMakerGrid{grid-template-columns:repeat(var(--map-width,25), 16px);width:max-content;padding:1rem;display:grid}.dashboard-module__Gx_nyq__mapMakerTile{width:16px;height:16px}.dashboard-module__Gx_nyq__mapMakerActions{gap:.4rem;display:flex}.dashboard-module__Gx_nyq__levelIslandMap{background:radial-gradient(circle at 22% 72%,#86efac 0 15%,#0000 16%),radial-gradient(circle at 54% 44%,#4ade80 0 22%,#0000 23%),radial-gradient(circle at 78% 62%,#34d399 0 18%,#0000 19%),linear-gradient(#bae6fd,#7dd3fc);border:2px solid #cbd5e1;border-radius:18px;min-height:320px;margin-top:1rem;position:relative;overflow:hidden}.dashboard-module__Gx_nyq__islandLevelPin{color:#0f172a;text-align:left;cursor:pointer;background:#ffffffeb;border:1px solid #0f172a33;border-radius:10px;flex-direction:column;gap:.1rem;min-width:120px;padding:.35rem .5rem;display:flex;position:absolute;transform:translate(-50%,-50%)}.dashboard-module__Gx_nyq__islandLevelPin span{opacity:.8;font-size:.66rem;font-weight:700}.dashboard-module__Gx_nyq__islandLevelPin strong{font-size:.75rem}.dashboard-module__Gx_nyq__islandLevelPinActive{border-color:var(--color-primary);box-shadow:0 0 0 2px #2563eb33}.dashboard-module__Gx_nyq__islandLevelPinCustom{background:#f0fdfaf2}.dashboard-module__Gx_nyq__grass{background:#aed581}.dashboard-module__Gx_nyq__road{background:#a1887f}.dashboard-module__Gx_nyq__forest{background:#4caf50}.dashboard-module__Gx_nyq__hills{background:#bcaaa4}.dashboard-module__Gx_nyq__mountain{background:#9e9e9e}.dashboard-module__Gx_nyq__tallGrass{background:#8bc34a}.dashboard-module__Gx_nyq__water{background:#4fc3f7}.dashboard-module__Gx_nyq__propertyGroup{border-top:1px solid var(--color-gray-200);flex-direction:column;gap:.8rem;margin-top:1rem;padding-top:1rem;display:flex}.dashboard-module__Gx_nyq__propertyGroup>label{color:var(--color-gray-800);font-size:.95rem;font-weight:700}.dashboard-module__Gx_nyq__dialogueEditor{border:1px solid var(--color-gray-200);background:#fff;border-radius:8px;flex-direction:column;gap:.5rem;margin-bottom:.5rem;padding:.75rem;display:flex}.dashboard-module__Gx_nyq__dialogueEditorHeader{color:var(--color-gray-500);justify-content:space-between;align-items:center;font-size:.8rem;font-weight:700;display:flex}.dashboard-module__Gx_nyq__deleteBtn{color:var(--color-gray-400);cursor:pointer;background:0 0;border:none;font-size:1.2rem;line-height:1}.dashboard-module__Gx_nyq__deleteBtn:hover{color:var(--color-error)}.dashboard-module__Gx_nyq__dialogueEditor input,.dashboard-module__Gx_nyq__dialogueEditor textarea{border:1px solid var(--color-gray-300);resize:vertical;border-radius:6px;width:100%;padding:.5rem;font-size:.85rem}.dashboard-module__Gx_nyq__dialogueEditor textarea{min-height:60px}.dashboard-module__Gx_nyq__portraitUpload{align-items:center;gap:1rem;margin-top:.5rem;display:flex}.dashboard-module__Gx_nyq__portraitPreview{object-fit:cover;border:1px solid var(--color-gray-300);border-radius:6px;width:48px;height:48px}.dashboard-module__Gx_nyq__portraitPlaceholder{background:var(--color-gray-100);width:48px;height:48px;color:var(--color-gray-400);border:1px dashed var(--color-gray-300);text-align:center;border-radius:6px;justify-content:center;align-items:center;font-size:.7rem;display:flex}.dashboard-module__Gx_nyq__portraitUpload input[type=file]{cursor:pointer;flex:1;font-size:.8rem}.dashboard-module__Gx_nyq__unitMarker{pointer-events:none;z-index:10;background:#fffffff2;border:1.5px solid #2563eb;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:10px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 2px 4px #0003}.dashboard-module__Gx_nyq__buildingMarker{pointer-events:none;z-index:11;background:#fffffff2;border:1.5px solid #10b981;border-radius:4px;justify-content:center;align-items:center;width:14px;height:14px;font-size:10px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 2px 4px #0003}.dashboard-module__Gx_nyq__mapMakerTile{cursor:crosshair;width:16px;height:16px;position:relative}.dashboard-module__Gx_nyq__musicEditor{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:.75rem;margin-top:1rem;padding:1rem;display:flex}.dashboard-module__Gx_nyq__musicTrackRow{background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:.5rem .75rem;font-size:.85rem;display:flex}.dashboard-module__Gx_nyq__musicTrackName{text-overflow:ellipsis;white-space:nowrap;color:#475569;flex:1;font-weight:500;overflow:hidden}.dashboard-module__Gx_nyq__musicUploadRow{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.dashboard-module__Gx_nyq__musicUploadRow label{color:#64748b;font-size:.85rem;font-weight:600}.dashboard-module__Gx_nyq__musicUploadRow input[type=file]{color:#475569;font-size:.8rem}.dashboard-module__Gx_nyq__uploadStatus{color:#2563eb;font-size:.75rem;font-weight:600;animation:1.5s infinite dashboard-module__Gx_nyq__pulse}@keyframes dashboard-module__Gx_nyq__pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.dashboard-module__Gx_nyq__musicLibraryPicker{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:.4rem;max-height:240px;padding:.5rem;display:flex;overflow-y:auto}.dashboard-module__Gx_nyq__libraryPickerRow{cursor:pointer;border-radius:6px;align-items:center;gap:.75rem;padding:.4rem .6rem;transition:background .2s;display:flex}.dashboard-module__Gx_nyq__libraryPickerRow:hover{background:#f8fafc}.dashboard-module__Gx_nyq__libraryPickerRow input[type=checkbox]{cursor:pointer;width:16px;height:16px}.dashboard-module__Gx_nyq__libraryPickerRow .dashboard-module__Gx_nyq__musicTrackName{color:#334155;font-size:.85rem;font-weight:500}.dashboard-module__Gx_nyq__elevationOverlay{pointer-events:none;z-index:1;position:absolute;inset:0}.dashboard-module__Gx_nyq__rampIndicator{color:#fffc;text-shadow:0 0 2px #00000080;z-index:2;pointer-events:none;font-size:10px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.Button-module__VMVMAW__button{cursor:pointer;white-space:nowrap;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.Button-module__VMVMAW__button:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.Button-module__VMVMAW__button:active{transform:scale(.98)}.Button-module__VMVMAW__primary{background:var(--color-primary);color:#fff}.Button-module__VMVMAW__primary:hover:not(:disabled){background:var(--color-blue-700);box-shadow:0 4px 12px #1d4ed833}.Button-module__VMVMAW__secondary{color:var(--color-primary);border:1px solid var(--color-gray-200);background:#fff}.Button-module__VMVMAW__secondary:hover:not(:disabled){background:var(--color-gray-50);border-color:var(--color-primary)}.Button-module__VMVMAW__outline{color:var(--color-gray-700);border:1.5px solid var(--color-gray-200);background:0 0}.Button-module__VMVMAW__outline:hover:not(:disabled){border-color:var(--color-primary);color:var(--color-primary);background:var(--color-blue-50)}.Button-module__VMVMAW__sm{border-radius:8px;padding:.5rem 1rem;font-size:.875rem}.Button-module__VMVMAW__md{padding:.75rem 1.5rem}.Button-module__VMVMAW__lg{border-radius:14px;padding:1rem 2rem;font-size:1.125rem}.Button-module__VMVMAW__fullWidth{width:100%;display:flex}
.about-module__-i9KWa__container{padding-top:80px}.about-module__-i9KWa__hero{background-color:var(--color-gray-50);text-align:center;padding:100px 0 60px}.about-module__-i9KWa__title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800}.about-module__-i9KWa__subtitle{color:var(--color-gray-600);max-width:800px;margin:0 auto;font-size:1.25rem;line-height:1.6}.about-module__-i9KWa__iconWrapper{background:var(--color-primary);color:#fff;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:flex;box-shadow:0 10px 15px -3px #1d4ed833}.about-module__-i9KWa__missionCard{background:var(--color-primary);color:#fff;border-radius:20px;flex-direction:column;justify-content:center;padding:2.5rem;display:flex}.about-module__-i9KWa__missionCard h3{color:#fff;margin-bottom:1rem}.about-module__-i9KWa__valueCard{text-align:center}.about-module__-i9KWa__valueCard h4{color:var(--color-primary);margin-bottom:1rem;font-size:1.25rem}.about-module__-i9KWa__storySection{background-color:var(--color-white);padding:100px 0}.about-module__-i9KWa__storyContent{text-align:center;max-width:800px;margin:0 auto}.about-module__-i9KWa__storyContent h2{margin-bottom:1.5rem;font-size:2.5rem}.about-module__-i9KWa__storyContent p{color:var(--color-gray-700);font-size:1.15rem;line-height:1.7}.about-module__-i9KWa__values{background-color:var(--color-gray-50);padding:100px 0}.about-module__-i9KWa__cta{background-color:var(--color-primary);color:#fff;padding:100px 0}.about-module__-i9KWa__cta h2{color:#fff;font-size:2.5rem}
.services-module__EimPha__container{padding-top:80px}.services-module__EimPha__hero{background-color:var(--color-white);text-align:center;padding:100px 0 60px}.services-module__EimPha__subtitle{color:var(--color-gray-600);max-width:800px;margin:0 auto;font-size:1.25rem;line-height:1.6}.services-module__EimPha__serviceCard{flex-direction:column;height:100%;display:flex}.services-module__EimPha__serviceIcon{background:var(--color-primary);color:#fff;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:flex;box-shadow:0 10px 15px -3px #1d4ed833}.services-module__EimPha__serviceDescription{color:var(--color-gray-600);flex-grow:1;margin-bottom:1.5rem;line-height:1.6}.services-module__EimPha__serviceFeatures{margin:0 0 2rem;padding:0;list-style:none}.services-module__EimPha__serviceFeatures li{color:var(--color-gray-700);margin-bottom:.5rem;padding-left:1.5rem;font-weight:500;position:relative}.services-module__EimPha__serviceFeatures li:before{content:"✓";color:var(--color-primary);font-weight:700;position:absolute;left:0}.services-module__EimPha__processSection{background-color:var(--color-gray-50);padding:100px 0}.services-module__EimPha__processStep{text-align:center;padding:0 1rem}.services-module__EimPha__processNumber{background-color:var(--color-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1.5rem;font-size:1.25rem;font-weight:800;display:flex;box-shadow:0 4px 6px -1px #1d4ed84d}.services-module__EimPha__cta{background-color:var(--color-primary);color:#fff;padding:100px 0}.services-module__EimPha__cta h2{color:#fff;margin-bottom:1rem;font-size:2.5rem}.services-module__EimPha__cta p{opacity:.9}
.solutions-module__a6ADLW__container{padding-top:80px}.solutions-module__a6ADLW__hero{background-color:var(--color-white);text-align:center;padding:100px 0 60px}.solutions-module__a6ADLW__subtitle{color:var(--color-gray-600);max-width:800px;margin:0 auto;font-size:1.25rem;line-height:1.6}.solutions-module__a6ADLW__solutionCard{flex-direction:column;height:100%;padding:2rem;display:flex}.solutions-module__a6ADLW__solutionIcon{background:var(--color-primary);color:#fff;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;display:flex;box-shadow:0 10px 15px -3px #1d4ed833}.solutions-module__a6ADLW__solutionCard h3{margin-bottom:1rem;font-size:1.5rem}.solutions-module__a6ADLW__solutionCard p{color:var(--color-gray-600);flex-grow:1;margin-bottom:1.5rem;line-height:1.6}.solutions-module__a6ADLW__benefitList{margin:0 0 2rem;padding:0;list-style:none}.solutions-module__a6ADLW__benefitList li{color:var(--color-gray-700);margin-bottom:.5rem;padding-left:1.5rem;font-size:.95rem;position:relative}.solutions-module__a6ADLW__benefitList li:before{content:"→";color:var(--color-primary);font-weight:700;position:absolute;left:0}.solutions-module__a6ADLW__roi{color:var(--color-primary);border:1px dashed var(--color-primary-light);background-color:#1d4ed80d;border-radius:12px;padding:1rem;font-size:.9rem}.solutions-module__a6ADLW__caseStudy{background-color:var(--color-primary);color:#fff;padding:100px 0}.solutions-module__a6ADLW__caseStudyContent{max-width:800px;margin:0 auto}.solutions-module__a6ADLW__caseStudyText h2{color:#fff;margin-bottom:1.5rem;font-size:2.5rem}.solutions-module__a6ADLW__results{margin:2rem 0;padding:0;list-style:none}.solutions-module__a6ADLW__results li{margin-bottom:1rem;padding-left:2rem;font-size:1.25rem;position:relative}.solutions-module__a6ADLW__results li:before{content:"★";color:var(--color-secondary-light);position:absolute;left:0}.solutions-module__a6ADLW__cta{background-color:var(--color-gray-50);padding:120px 0}.solutions-module__a6ADLW__cta h2{margin-bottom:1.5rem;font-size:2.5rem}
.game-module__AeapSq__page{--header-offset:0px;background-color:#1e293b;flex-direction:column;height:100vh;display:flex;overflow:hidden}:is(.game-module__AeapSq__page:has(.game-module__AeapSq__headerHoverZone:hover),.game-module__AeapSq__page:has(.game-module__AeapSq__forcedOpen)){--header-offset:72px}.game-module__AeapSq__headerHoverZone{z-index:1000;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;right:0;transform:translateY(-92%)}.game-module__AeapSq__headerHoverZone:hover,.game-module__AeapSq__forcedOpen{transform:translateY(0)}.game-module__AeapSq__headerHitArea{cursor:pointer;background:0 0;height:10px;position:absolute;bottom:-20px;left:0;right:0}.game-module__AeapSq__headerHoverZone:hover .game-module__AeapSq__headerHitArea,.game-module__AeapSq__forcedOpen .game-module__AeapSq__headerHitArea{height:80px;bottom:-30px}.game-module__AeapSq__header{border-bottom:1px solid var(--color-gray-200);z-index:100;background:#fff;justify-content:space-between;align-items:center;height:72px;padding:0 2rem;display:flex;position:sticky;top:0}.game-module__AeapSq__headerLeft{align-items:center;gap:2rem;display:flex}.game-module__AeapSq__backBtn{color:var(--color-gray-500);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .2s;display:flex}.game-module__AeapSq__backBtn:hover{color:var(--color-primary)}.game-module__AeapSq__title{color:var(--color-gray-900);font-size:1.25rem;font-weight:800}.game-module__AeapSq__gameInfo{align-items:center;display:flex}.game-module__AeapSq__statusBadge{color:#1a2f23;text-transform:uppercase;letter-spacing:.05em;background:#f0fdf4;border:1px solid #dcfce7;border-radius:100px;padding:.4rem .8rem;font-size:.75rem;font-weight:700}.game-module__AeapSq__main{flex-direction:column;flex:1;min-height:0;display:flex}.game-module__AeapSq__gameWrapper{flex:1;width:100%;min-height:0;display:flex;position:relative;overflow:hidden}.game-module__AeapSq__loadingScreen{background:#fff;justify-content:center;align-items:center;height:100vh;display:flex}.game-module__AeapSq__loadingSpinner{border:3px solid var(--color-gray-200);border-top-color:var(--color-primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite game-module__AeapSq__spin}@keyframes game-module__AeapSq__spin{to{transform:rotate(360deg)}}.game-module__AeapSq__transitionOverlay{z-index:1000;background:#ffffffe6;justify-content:center;align-items:center;animation:.3s ease-out game-module__AeapSq__fadeIn;display:flex;position:absolute;inset:0}.game-module__AeapSq__transitionContent{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.game-module__AeapSq__transitionContent p{color:var(--color-gray-800);letter-spacing:.05em;text-transform:uppercase;font-size:1.25rem;font-weight:700}.game-module__AeapSq__transitionSpinner{border:4px solid var(--color-gray-200);border-top-color:var(--color-primary);border-radius:50%;width:60px;height:60px;animation:1s linear infinite game-module__AeapSq__spin}@keyframes game-module__AeapSq__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.game-module__AeapSq__header{padding:0 1rem}.game-module__AeapSq__headerLeft{gap:1rem}.game-module__AeapSq__backBtn span{display:none}}
