:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;font-family:system-ui,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}body{color:#f0f0f0;background:#14181f;justify-content:center;min-height:100vh;margin:0;display:flex}#app{width:100%;max-width:640px;padding:2rem 1rem}.auth{flex-direction:column;gap:1rem;display:flex}.auth form{flex-direction:column;gap:.75rem;display:flex}.auth label{flex-direction:column;gap:.25rem;font-size:.9rem;display:flex}input,button{font:inherit;border:1px solid #3a4150;border-radius:6px;padding:.5rem}button{cursor:pointer;color:#fff;background:#3a6ff0;border:none}button.link{color:#8fb2ff;background:0 0;padding:0;text-decoration:underline}.error{color:#ff8a8a}.dashboard header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.resources{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}.resource{background:#1e2430;border-radius:8px;padding:.5rem .75rem}.buildings{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.building{background:#1e2430;border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.maxed,.queued{color:#9aa4b5;font-size:.9rem}
