:root{--bg:#0b0d10;--fg:#f3f4f6;--muted:#9ca3af;--brand:#6e0e1b;--ok:#10b981;--warn:#f59e0b;--err:#ef4444}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--fg);font-family:Prompt,system-ui,-apple-system,sans-serif;height:100%;overflow:hidden}body{display:flex;flex-direction:column;height:100vh}button{font:inherit;cursor:pointer}@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@400;500;600;700&family=Poppins:wght@500;600;700&display=swap");