:root{--bg-primary: #1c1a2e;--bg-surface: #252342;--bg-card: #2e2b4a;--accent: #e8a838;--accent-hover: #f0b84a;--accent-muted: rgba(232, 168, 56, .15);--text-primary: #f5f0e8;--text-secondary: #9d96b8;--text-muted: #6b6485;--online-green: #4ade80;--offline-grey: #4b5563;--error: #f87171;--success: #4ade80;--border: rgba(255, 255, 255, .08);--border-accent: rgba(232, 168, 56, .3);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--font-body: "Poppins", sans-serif;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px;--shadow-card: 0 4px 24px rgba(0, 0, 0, .3);--shadow-glow: 0 0 20px rgba(232, 168, 56, .2)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background:var(--bg-primary);color:var(--text-primary);line-height:1.6;min-height:100vh}button,input,select,textarea{font-family:inherit}
