@import"https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&family=Open+Sans:wght@400;500;600&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #1a1a2e;--secondary: #16213e;--accent: #e94560;--accent-orange: #ff6b35;--text-light: #ffffff;--text-gray: #a0a0a0;--bg-dark: #0f0f1a;--bg-card: #1a1a2e;--gradient-1: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);--gradient-accent: linear-gradient(135deg, #e94560 0%, #ff6b35 100%)}html{scroll-behavior:smooth}body{font-family:Open Sans,sans-serif;background-color:var(--bg-dark);color:var(--text-light);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Rajdhani,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:1px}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:var(--accent);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-orange)}::selection{background:var(--accent);color:var(--text-light)}
