:root {
      --bg: #0d0d11;
    }

    body {
      background: var(--bg);
      color: #e2e8f0;
      font-family: 'Inter', sans-serif;
    }

    .glass {
      background: rgba(255, 255, 255, 0.03);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, 0.05);
    }