:root{color-scheme:dark}*{box-sizing:border-box}body{margin:0;font-family:DM Sans,system-ui,sans-serif;background:#0b0c0f;color:#e7e7ea}.centered{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem}.card{width:100%;max-width:400px;background:#15171c;border:1px solid #26262b;border-radius:14px;padding:1.5rem;display:flex;flex-direction:column;gap:.8rem}h1{font-size:1.3rem;margin:0}.muted{color:#9a9aa3;font-size:.9rem;margin:0}.error{color:#ff6b6b;font-size:.95rem;margin:0}.metric{font-size:1.5rem;font-weight:600;margin:.4rem 0 0}label{display:flex;flex-direction:column;gap:.3rem;font-size:.85rem;color:#c7c7cf}input{padding:.6rem .7rem;border-radius:8px;border:1px solid #26262b;background:#0f1115;color:#e7e7ea;font-size:1rem}button{padding:.6rem .9rem;border-radius:8px;border:none;background:#4f8cff;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer}button:disabled{opacity:.6;cursor:default}button.ghost{background:transparent;border:1px solid #26262b;color:#c7c7cf}.cockpit-head{display:flex;align-items:center;justify-content:space-between;gap:1rem}
