*{margin:0;padding:0;box-sizing:border-box}:root{color-scheme:light;--primary:#c41e3a;--primary-dark:#8b1529;--primary-light:#e63950;--gold:#d4af37;--gold-light:#f4e4bc;--dark:#0a0a0a;--dark-light:#1a1a1a;--gray:#2d2d2d;--gray-light:#f8f9fa}html{scroll-behavior:smooth}body,html{height:100%;overflow-x:hidden}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--gray-light)}::-webkit-scrollbar-thumb{background:linear-gradient(var(--primary),var(--primary-dark));border-radius:5px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.animate-float{animation:float 6s ease-in-out infinite}