:root{--primary-color: #ff6600;--primary-color-hover: #ff8533;--secondary-color: #0a0a0a;--background-color: #121212;--text-color: #e0e0e0;--text-color-muted: #888888;--card-background: #1e1e1e;--border-color: #333333;--font-family-headings: "Orbitron", sans-serif;--font-family-body: "Roboto", sans-serif}html,body{height:100%;margin:0;padding:0;background-color:var(--background-color);color:var(--text-color);font-family:var(--font-family-body)}body{display:flex;flex-direction:column;min-height:100vh}app-root{display:block;flex:1}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-headings);color:var(--primary-color);margin-top:0}a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:var(--primary-color-hover)}
