*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{background:#111621}.app-shell{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto;background:#111621;color:#e9eef9;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}.hud{display:grid;gap:.5rem;grid-template-columns:repeat(8,minmax(0,1fr));padding:.75rem;background:#1a2233;border-bottom:1px solid #27324c}.hud-item{background:#202b40;padding:.5rem;border-radius:.35rem;display:flex;flex-direction:column;font-size:.8rem}.hud-item span{color:#a7b4d4}.content{display:grid;grid-template-columns:1fr 320px;min-height:0}.game-pane{display:grid;place-items:center;background:#151c2c;padding:1rem}.game-canvas{border:1px solid #2d3955;box-shadow:0 0 0 1px #0f1420 inset}.sidebar{padding:1rem;border-left:1px solid #27324c;background:#151b2a;overflow-y:auto}.sidebar h2,.sidebar h3{margin:0 0 .6rem}.small{color:#9db0d6;font-size:.85rem;margin:.25rem 0 .75rem}.button-row{display:flex;gap:.5rem;margin-bottom:.6rem;flex-wrap:wrap}button{background:#2a3958;color:#eef2ff;border:1px solid #3c4e76;border-radius:.35rem;padding:.45rem .65rem;cursor:pointer}button:disabled{opacity:.45;cursor:not-allowed}.build-list{display:grid;gap:.4rem;margin-bottom:.8rem}.build-button{display:flex;justify-content:space-between}.selected-card{background:#202a40;border:1px solid #2d3e5f;padding:.75rem;border-radius:.35rem}.selected-card p{margin:0 0 .45rem}.breach-banner{margin-top:1rem;padding:.75rem;border-radius:.35rem;background:#3f1f2a;border:1px solid #6a3140}.log-panel{border-top:1px solid #27324c;padding:.75rem 1rem 1rem;background:#171f2f}.log-panel ul{list-style:none;margin:0;padding:0;display:grid;gap:.3rem;color:#c8d6f7;font-size:.9rem}@media (max-width: 1180px){.hud{grid-template-columns:repeat(4,minmax(0,1fr))}.content{grid-template-columns:1fr}.sidebar{border-left:0;border-top:1px solid #27324c}}
