@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--bg-color:#0b0b0f;--bg-color-light:#16161a;--text-primary:#fff;--text-secondary:#a0a0a5;--accent-color:#e50914;--accent-hover:#f40612;--overlay:#0b0b0fd9;--hero-gradient:linear-gradient(0deg, var(--bg-color) 0%, #0b0b0f66 50%, #0b0b0f00 100%);--card-gradient:linear-gradient(180deg, #0000 0%, #000c 100%);--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--transition-fast:.2s cubic-bezier(.4, 0, .2, 1);--transition-smooth:.3s cubic-bezier(.25, .46, .45, .94)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}h1{letter-spacing:-.02em;font-size:3rem;font-weight:800}h2{margin-bottom:1rem;font-size:2rem;font-weight:700}h3{font-size:1.5rem}.container{width:100%;max-width:1800px;margin:0 auto;padding:0 4%}.btn{border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1.1rem;font-weight:600;display:inline-flex}.btn-primary{background-color:var(--text-primary);color:#000}.btn-primary:hover{background-color:#ffffffb3}.btn-secondary{color:var(--text-primary);background-color:#6d6d6eb3}.btn-secondary:hover{background-color:#6d6d6e66}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{border-radius:var(--radius-sm);background:#333}::-webkit-scrollbar-thumb:hover{background:#555}#root{flex-direction:column;min-height:100vh;display:flex}.hide-scroll::-webkit-scrollbar{display:none}.hide-scroll{-ms-overflow-style:none;scrollbar-width:none}
