@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap");:root{--bg:#0a0a0b;--surface:#111113;--surface-2:hsla(0,0%,100%,.03);--border:hsla(0,0%,100%,.06);--border-hover:hsla(0,0%,100%,.12);--text:#e8e8ec;--text-dim:#666;--text-muted:#444;--accent:#f0f0f0;--success:#5c6;--warning:rgba(255,200,50,.08);--warning-border:rgba(255,200,50,.15);--warning-text:#b8a040;--radius:12px;--radius-lg:16px}*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button,input,textarea{font-family:inherit}::placeholder{color:var(--text-muted)}