:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#10141c;--panel:#1a2130;--panel-border:#2c364a;--panel-built:#223018;--accent:#3a6ff0;--accent-hover:#5b87f5;--text:#f0f0f0;--text-dim:#9aa4b5;font-family:system-ui,sans-serif}*{box-sizing:border-box}html,body{height:100%}body{background:radial-gradient(ellipse at top, #1b2333 0%, var(--bg) 60%);min-height:100vh;color:var(--text);margin:0}#app{min-height:100vh;display:flex}input,button{font:inherit;border:1px solid var(--panel-border);border-radius:6px;padding:.5rem}button{cursor:pointer;background:var(--accent);color:#fff;border:none;transition:background .15s}button:hover:not(:disabled){background:var(--accent-hover)}button:disabled{opacity:.6;cursor:default}button.link{color:#8fb2ff;background:0 0;padding:0;text-decoration:underline}.error{color:#ff8a8a}.auth{background:var(--panel);border:1px solid var(--panel-border);border-radius:12px;flex-direction:column;gap:1rem;width:100%;max-width:420px;margin:auto;padding:2rem 1.5rem;display:flex}.auth h1{text-align:center;letter-spacing:.05em;margin:0}.auth form{flex-direction:column;gap:.75rem;display:flex}.auth label{flex-direction:column;gap:.25rem;font-size:.9rem;display:flex}.world-select{background:var(--panel);border:1px solid var(--panel-border);border-radius:12px;flex-direction:column;gap:1rem;width:100%;max-width:520px;margin:auto;padding:2rem 1.5rem;display:flex}.world-select h1{text-align:center;letter-spacing:.05em;margin:0}.world-select-sub{text-align:center;color:var(--text-dim);margin:0;font-size:.9rem}.world-select-empty,.world-select-limit{color:var(--text-dim);text-align:center;margin:0;font-size:.9rem}.worlds{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.world-card{border:1px solid var(--panel-border);background:#10141c;border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.world-name{font-weight:600}.create-world{border-top:1px solid var(--panel-border);flex-direction:column;gap:.5rem;padding-top:.5rem;display:flex}.create-world label{flex-direction:column;gap:.25rem;font-size:.9rem;display:flex}.dashboard{flex-direction:column;width:100%;min-height:100vh;display:flex}.hud-bar{border-bottom:2px solid var(--panel-border);z-index:10;background:linear-gradient(#1e2637 0%,#161c29 100%);flex-wrap:wrap;align-items:center;gap:1.5rem;padding:.6rem 1.25rem;display:flex;position:sticky;top:0}.hud-title{flex-shrink:0;align-items:baseline;gap:.6rem;display:flex}.hud-title h1{letter-spacing:.05em;margin:0;font-size:1.25rem}.hud-player{color:var(--text-dim);font-size:.85rem}.resources{flex-wrap:wrap;flex:1;gap:.5rem;padding:.15rem 0;display:flex;overflow-x:auto}.resource-bar-empty{color:var(--text-dim);font-size:.85rem;font-style:italic}.resource-chip{border:1px solid var(--panel-border);background:#10141c;border-radius:999px;flex-shrink:0;align-items:center;gap:.4rem;padding:.2rem .6rem .2rem .2rem;display:flex}.resource-icon{flex-shrink:0;justify-content:center;align-items:center;width:1.4rem;height:1.4rem;display:inline-flex}.resource-icon svg{width:100%;height:100%}.resource-name{color:var(--text-dim);white-space:nowrap;font-size:.8rem}.resource-amount{font-variant-numeric:tabular-nums;font-size:.9rem}.board{flex-direction:column;flex:1;gap:1.5rem;width:100%;max-width:1600px;margin:0 auto;padding:1.25rem;display:flex}.category-section{flex-direction:column;gap:.6rem;display:flex}.category-title{letter-spacing:.04em;text-transform:uppercase;color:var(--text-dim);border-bottom:1px solid var(--panel-border);margin:0;padding-bottom:.35rem;font-size:.95rem;font-weight:700}.buildings{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:.85rem;margin:0;padding:0;list-style:none;display:grid}.building-card{background:var(--panel);border:1px solid var(--panel-border);border-radius:10px;flex-direction:column;gap:.6rem;padding:.85rem 1rem;transition:border-color .15s;display:flex}.building-card:hover{border-color:var(--accent)}.building-card.built{background:var(--panel-built);border-color:#3a5228}.building-card-header{flex-direction:column;gap:.15rem;display:flex}.building-name{font-weight:600}.building-level{color:var(--text-dim);font-size:.8rem}.building-action button{width:100%;font-size:.85rem}.maxed,.queued{color:var(--text-dim);font-size:.85rem}@media (width<=720px){.hud-bar{flex-direction:column;align-items:stretch}.resources{order:3}}
