.game-shell{height:100vh;height:100dvh;display:grid;grid-template-columns:200px 1fr;grid-template-rows:auto 1fr auto;grid-gap:.5rem;gap:.5rem;padding:.5rem;overflow:hidden;background:var(--bg-deep)}.game-topbar{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;padding:.35rem .75rem;background:var(--bg-panel);border-radius:8px;border:1px solid rgba(255,255,255,.06)}.game-topbar h1{font-size:.95rem;font-weight:600}.game-phase{color:var(--accent);font-size:.85rem}.game-left{gap:.45rem;overflow-y:auto}.game-board-pane,.game-left{grid-row:2;display:flex;flex-direction:column;min-height:0}.game-board-pane{align-items:stretch}.game-hint{font-size:.8rem;color:var(--accent);padding:.35rem .5rem;background:rgba(34,211,238,.08);border-radius:6px;margin-bottom:.35rem;flex-shrink:0}.hex-board-svg{flex:1 1;width:100%;min-height:0;max-height:100%}.game-footer{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;gap:.5rem;max-height:130px;min-height:100px}.panel{background:var(--bg-panel);border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:.5rem .65rem}.panel h2{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.35rem}.player-row{display:flex;justify-content:space-between;font-size:.85rem;padding:.2rem 0}.btn-stack{display:flex;flex-direction:column;gap:.35rem}.btn{padding:.45rem .6rem;border-radius:6px;border:1px solid rgba(255,255,255,.1);background:var(--bg-panel-hover);color:var(--text);font-size:.8rem;cursor:pointer;text-align:left}.btn.active{border-color:var(--accent);box-shadow:0 0 12px rgba(34,211,238,.25)}.btn-primary{background:linear-gradient(135deg,var(--accent-dim),var(--accent));color:#0a0e17;font-weight:700;border:none;text-align:center}.btn:disabled{opacity:.45;cursor:not-allowed}.log-panel{flex:1 1;min-height:60px;max-height:100px;overflow-y:auto;font-size:.72rem;color:var(--text-muted)}.log-panel p{margin-bottom:.2rem}.bar-label{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.35rem}.resource-bar-items{display:flex;gap:.5rem;flex-wrap:wrap}.resource-chip{display:flex;flex-direction:column;align-items:center;gap:.15rem}.resource-chip-img-wrap{position:relative;width:52px;height:68px}.resource-chip img{width:100%;height:100%;object-fit:cover;border-radius:4px;border:1px solid rgba(255,255,255,.15)}.resource-count{position:absolute;bottom:-4px;right:-4px;min-width:22px;height:22px;padding:0 5px;border-radius:11px;background:var(--accent);color:#0a0e17;font-weight:800;font-size:.8rem;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.4)}.resource-name{font-size:.65rem;color:var(--text-muted)}.dev-card-row{display:flex;gap:.4rem;overflow-x:auto;padding-bottom:.25rem}.dev-card-tile{position:relative;width:72px;height:96px;flex-shrink:0;border-radius:6px;overflow:hidden;border:1px solid rgba(255,255,255,.12)}.dev-card-bg{width:100%;height:100%;object-fit:cover}.dev-card-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.88) 0,rgba(0,0,0,.35) 55%,transparent);display:flex;flex-direction:column;justify-content:flex-end;padding:.35rem;text-align:center}.dev-card-overlay strong{font-size:.7rem;display:block}.dev-card-overlay small{font-size:.55rem;color:#cbd5e1;line-height:1.2}.dev-empty{font-size:.75rem;color:var(--text-muted)}.costs-compact{font-size:.68rem;color:var(--text-muted);line-height:1.45}.costs-compact strong{color:var(--text)}@keyframes pulse-vertex{0%,to{opacity:.85}50%{opacity:1}}.pulse-vertex{animation:pulse-vertex 1.2s ease-in-out infinite}.pulse-edge{animation:pulse-vertex 1s ease-in-out infinite}@media (max-width:900px){.game-shell{grid-template-columns:1fr;grid-template-rows:auto auto 1fr auto auto}.game-left{grid-row:2;flex-direction:row;flex-wrap:wrap}.game-board-pane{grid-row:3}.game-footer{grid-template-columns:1fr}}