:root { --bg:#0b0f14; --panel:#121826; --muted:#94a3b8; --text:#e5e7eb; --acc:#7dd3fc; --border:#1f2a37; }
*{box-sizing:border-box} html,body{height:100%}
body{margin:0;background:var(--bg);color:var(--text);font:16px/1.5 system-ui,Segoe UI,Roboto,Inter,Arial}
a{color:var(--acc);text-decoration:none}
button{cursor:pointer}
.badge{display:inline-block;padding:6px 10px;border-radius:999px;border:1px solid var(--border);font-size:12px;color:var(--muted)}
.center{display:flex;align-items:center;justify-content:center;min-height:86vh}
html, body { height: 100%; }
body {
  background: #0b1220;  /* jouw donkere achtergrond */
  margin: 0;
  color: #dbe1ea;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.center {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
