@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--bg-color: #080a0f;--surface-dark: #121620;--surface-light: #1c2233;--text-color: #ffffff;--text-muted: #94a3b8;--primary-accent: #3b82f6;--primary-accent-hover: #2563eb;--gradient-brand: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);--border-color: rgba(255, 255, 255, .1)}*{box-sizing:border-box}body{margin:0;font-family:Inter,sans-serif;background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;line-height:1.5}.text-center{text-align:center}.full-width{width:100%}
