:root { --color-bg: #0b0d10; --color-bg-soft: #111419; --color-surface: #15181d; --color-surface-hover: #1a1e24; --color-text: #f2f4f7; --color-text-muted: #9ba3ad; --color-text-subtle: #69717c; --color-border: #252a31; --color-border-light: #303640; --color-accent: #b7f34a; --color-accent-dark: #8fca2d; --color-danger: #ff6b6b; --color-warning: #f5c451; --color-success: #83d46b; --font-body: "DM Sans", sans-serif; --font-display: "Space Grotesk", sans-serif; --container-width: 1160px; --header-height: 72px; --radius-sm: 6px; --radius-md: 10px; --radius-lg: 16px;}*,*::before,*::after { box-sizing: border-box;}html { scroll-behavior: smooth;}body { margin: 0; background: var(--color-bg); color: var(--color-text); font-family: var(--font-body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased;}img { display: block; max-width: 100%;}button,a { font: inherit;}a { color: inherit; text-decoration: none;}button { border: 0;}