@layer base{:root{--background:0 0% 100%;--foreground:222.2 84% 4.9%;--card:0 0% 100%;--card-foreground:222.2 84% 4.9%;--popover:0 0% 100%;--popover-foreground:222.2 84% 4.9%;--primary:212 100% 50%;--primary-foreground:0 0% 100%;--secondary:210 40% 96.1%;--secondary-foreground:222.2 47.4% 11.2%;--muted:210 40% 96.1%;--muted-foreground:215.4 16.3% 46.9%;--accent:34 78% 52%;--accent-foreground:0 0% 100%;--destructive:0 84.2% 60.2%;--destructive-foreground:0 0% 100%;--border:214.3 31.8% 91.4%;--input:214.3 31.8% 91.4%;--ring:212 100% 50%;--radius:.5rem}.dark{--background:224.3 10% 5%;--foreground:224.3 1% 90%;--card:224.3 1% 0%;--card-foreground:224.3 1% 90%;--popover:224.3 10% 5%;--popover-foreground:224.3 1% 90%;--primary:224.3 76.3% 48%;--primary-foreground:0 0% 100%;--secondary:224.3 10% 10%;--secondary-foreground:0 0% 100%;--muted:186.3 10% 15%;--muted-foreground:224.3 1% 60%;--accent:186.3 10% 15%;--accent-foreground:224.3 1% 90%;--destructive:0 50% 30%;--destructive-foreground:224.3 1% 90%;--border:224.3 20% 18%;--input:224.3 20% 18%;--ring:224.3 76.3% 48%;--radius:.8rem}body{background-color:hsl(var(--background));color:hsl(var(--foreground))}}@layer utilities{.bg-gradient-to-r.from-gold-400{background-image:linear-gradient(90deg,#fbbf24,#f59e0b)}.bg-gradient-to-r.from-gold-400.via-yellow-300.to-gold-500{background-image:linear-gradient(90deg,#fbbf24,#fde047,#d97706)}.text-transparent.bg-clip-text.bg-gradient-to-r.from-gold-400.via-yellow-300.to-gold-500{-webkit-text-fill-color:transparent;background-image:linear-gradient(90deg,#fbbf24,#fde047,#d97706);-webkit-background-clip:text;background-clip:text}}@keyframes wavy-bounce{0%,to{transform:translateY(0)rotate(0)}25%{transform:translateY(-8px)rotate(2deg)}50%{transform:translateY(-12px)rotate(0)}75%{transform:translateY(-8px)rotate(-2deg)}}.animate-wavy-bounce{animation:1.5s ease-in-out infinite wavy-bounce}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.animate-shimmer{background:linear-gradient(90deg,#0000,#ffffff1a,#0000) 0 0/200px 100%;animation:2s infinite shimmer}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.scrollbar-thumb{background-color:#888;border-radius:4px;width:8px}.scrollbar-thumb:hover{background-color:#555}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.animate-marquee{animation:15s linear infinite marquee}.animate-marquee:hover{animation-play-state:paused!important}.hero-section{height:100vh;position:relative;overflow:hidden}.hero-image{object-fit:cover;width:100%;height:100%}.hero-overlay{text-align:left;background:#00000080;border-radius:10px;padding:20px;position:absolute;bottom:20%;left:10%;right:10%}.hero-title{margin:0;font-size:3rem}.hero-subtitle{margin:10px 0 20px;font-size:1.5rem}.hero-link{color:#fff;background:#ff5722;border-radius:5px;padding:10px 20px;text-decoration:none;transition:background .3s;display:inline-block}.hero-link:hover{background:#e64a19}.hero-dots{gap:10px;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.hero-dot{cursor:pointer;background:#ffffff80;border-radius:50%;width:10px;height:10px;transition:background .3s}.hero-dot.active,.hero-dot:hover{background:#ff5722}body.light-theme .hero-section{color:#000}body.light-theme .carousel-overlay{background:#fffc}body.light-theme .carousel-link{background:#ff5722}body.light-theme .carousel-dot{background:#00000080}body.light-theme .carousel-dot.active,body.light-theme .carousel-dot:hover{background:#ff5722}input[type=range]::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#1d4ed8;border:2px solid #fff;border-radius:50%;width:20px;height:20px}input[type=range]::-moz-range-thumb{cursor:pointer;background:#1d4ed8;border:2px solid #fff;border-radius:50%;width:20px;height:20px}input[type=range]::-ms-thumb{cursor:pointer;background:#1d4ed8;border:2px solid #fff;border-radius:50%;width:20px;height:20px}
