:root{--bg: #0f0f12;--surface: #1a1a20;--surface-elevated: #222228;--text: #e8e6e3;--text-muted: #8b8685;--accent: #c41e3a;--accent-hover: #e02545;--accent-muted: rgba(196, 30, 58, .25);--border: rgba(255, 255, 255, .08)}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:Outfit,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;line-height:1.6;display:flex;flex-direction:column}app-root{display:flex;flex-direction:column;min-height:100vh}
