:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#e2e8f0;background:#0f172a;font-family:Inter,ui-sans-serif,system-ui,sans-serif}*{box-sizing:border-box}body{background:linear-gradient(#0f172a 0%,#111827 100%);min-height:100vh;margin:0}button,input,select{font:inherit}button{color:inherit;cursor:pointer;background:#1e293b;border:1px solid #334155;border-radius:.5rem;padding:.5rem .75rem}button:disabled{cursor:not-allowed;opacity:.5}input,select{width:100%;color:inherit;background:#0f172a;border:1px solid #334155;border-radius:.5rem;margin-top:.35rem;padding:.5rem .75rem}#root{min-height:100vh}.app-shell{grid-template-columns:minmax(20rem,28rem) 1fr;min-height:100vh;display:grid}.sidebar{border-right:1px solid #1e293b;padding:1rem;overflow:auto}.sidebar h1,.sidebar h2{margin:0 0 .75rem}.panel{background:#0f172ab8;border:1px solid #1e293b;border-radius:.75rem;margin-bottom:1rem;padding:1rem}.panel label{margin-bottom:.75rem;display:block}.button-row,.meta{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.panel .error{color:#fecaca;background:#7f1d1d40;border:1px solid #7f1d1d;border-radius:.5rem;margin:0 0 .75rem;padding:.5rem .6rem;font-size:.8rem;line-height:1.35}.panel .meta{color:#94a3b8;font-size:.8rem}.panel .thinking{color:#7dd3fc;margin:.5rem 0 0;font-size:.8rem}.panel .thinking:after{content:"";background:currentColor;border-radius:50%;width:.55rem;height:.55rem;margin-left:.4rem;animation:1s ease-in-out infinite thinking-pulse;display:inline-block}@keyframes thinking-pulse{0%,to{opacity:.25}50%{opacity:1}}.panel input[type=file]{width:100%;margin-top:.35rem;font-size:.8rem}.stats{grid-template-columns:auto 1fr;gap:.4rem .75rem;margin:0;display:grid}.stats dt{color:#94a3b8}.stats dd{text-align:right;margin:0}.actions,.log{flex-direction:column;gap:.4rem;max-height:18rem;display:flex;overflow:auto}.log-entry{text-align:left}.log-entry.active{background:#082f49;border-color:#38bdf8}.board-panel{padding:1rem;overflow:auto}.board{gap:.35rem;max-width:min(90vh,100%);margin:0 auto;display:grid}.tile{aspect-ratio:1;text-align:left;border:2px solid #0000;border-radius:.75rem;flex-direction:column;justify-content:space-between;padding:.4rem;display:flex}.tile.selected{border-color:#38bdf8}.tile-top{color:#cbd5e1;justify-content:space-between;font-size:.75rem;display:flex}.terrain-field{background:#166534}.terrain-forest{background:#14532d}.terrain-mountain{background:#475569}.terrain-water{background:#0f766e}.owner-badge{background:#0f172a80;border-radius:999px;align-self:flex-start;padding:.2rem .45rem;font-size:.75rem;display:inline-flex}.owner-badge.p1{background:#f59e0b4d}.owner-badge.p2{background:#a855f74d}.owner-badge.neutral{background:#94a3b833}.unit-card{flex-direction:column;gap:.15rem;font-size:.8rem;display:flex}@media (width<=1100px){.app-shell{grid-template-columns:1fr}.sidebar{border-bottom:1px solid #1e293b;border-right:0}}
