*{
    box-sizing:border-box;
}

:root{
  --bg:#0b1220;
  --panel:#111827;
  --panel2:#1f2937;
  --line:#2b3648;
  --text:#f3f6ff;
  --muted:rgba(243,246,255,.7);
  --accent:#4f8cff;
  --accent2:#2563eb;
  --danger:#ff5c70;
  --r:16px;
  --r2:14px;
  --shadow:0 12px 46px rgba(0,0,0,.45);
}

body{
    margin:0;
    font-family:system-ui,Arial,sans-serif;
    color:var(--text);
    background:
        radial-gradient(1000px 700px at 12% 10%,rgba(79,140,255,.22),transparent 55%),
        linear-gradient(180deg,var(--bg),#070b12);
    min-height:100vh;
}
