:root{color-scheme:dark;font-family:Segoe UI,system-ui,sans-serif;background:#0c1220;color:#eef0f4}*{box-sizing:border-box}body{margin:0}a{color:#d4af37;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer;background:#d4af37;color:#0c1220;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:600}button.secondary{background:#1e2a3d;color:#eef0f4}input,select,textarea{background:#151f30;border:1px solid #2a3a52;color:#eef0f4;border-radius:6px;padding:.5rem;width:100%}.layout{display:flex;min-height:100vh}nav{width:240px;background:#151f30;padding:1.5rem 1rem}nav a{display:block;padding:.45rem 0}main{flex:1;padding:1.5rem 2rem;max-width:960px}.card{background:#151f30;border-radius:8px;padding:1rem;margin-bottom:1rem;border:1px solid #2a3a52}.muted{color:#94a3b8;font-size:.9rem}.error{color:#f87171}.success{color:#4ade80}code,pre{font-family:ui-monospace,monospace;font-size:.85rem}pre{background:#0a0f18;padding:1rem;border-radius:8px;overflow:auto;max-height:480px}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:.5rem;border-bottom:1px solid #2a3a52}
