:root{--background:255 255% 100%;--foreground:0 0% 0%;--card:255 255% 100%;--card-foreground:0 0% 0%;--primary:59 82% 96%;--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:210 40% 96.1%;--accent-foreground:222.2 47.4% 11.2%;--destructive:0 84.2% 60.2%;--destructive-foreground:210 40% 98%;--border:214.3 31.8% 91.4%;--input:214.3 31.8% 91.4%;--ring:221.2 83.2% 53.3%}.dark{--background:222.2 84% 4.9%;--foreground:210 40% 98%;--card:30 30% 15%;--card-foreground:210 40% 98%;--primary:217.2 91.2% 59.8%;--primary-foreground:222.2 47.4% 11.2%;--secondary:217.2 32.6% 17.5%;--secondary-foreground:210 40% 98%;--muted:217.2 32.6% 17.5%;--muted-foreground:215 20.2% 65.1%;--accent:217.2 32.6% 17.5%;--accent-foreground:210 40% 98%;--destructive:0 62.8% 30.6%;--destructive-foreground:210 40% 98%;--border:217.2 32.6% 17.5%;--input:217.2 32.6% 17.5%;--ring:224.3 76.3% 48%}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth}body{background-color:hsl(var(--background));color:hsl(var(--foreground))}h1,h2,h3,h4,h5,h6{font-weight:600;letter-spacing:-.025em;line-height:1.2}h1{font-weight:700;letter-spacing:-.04em}p{line-height:1.6;font-weight:400}.rounded-default{border-radius:1rem}.rounded-card{border-radius:1.5rem}.rounded-button{border-radius:2rem}*{transition:all .25s ease-out}.animate-fade-in{animation:fadeIn .6s cubic-bezier(.25,.8,.25,1)}.animate-slide-up{animation:slideUp .8s cubic-bezier(.25,.8,.25,1)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.btn-apple{font-weight:500;letter-spacing:-.01em;cursor:pointer}.btn-apple:hover{box-shadow:0 10px 25px rgba(0,0,0,.1);transform:translateY(-1px)}.btn-apple:active{transform:scale(.95)}.card-hover{transition:all .3s ease-out}.card-hover:hover{box-shadow:0 25px 50px rgba(0,0,0,.1);transform:translateY(-4px)}.swiper-slide:not(.swiper-slide-active){opacity:.6;transform:scale(.85);transition:all .3s ease}.swiper-slide.swiper-slide-active{opacity:1;transform:scale(1);transition:all .3s ease}.swiper-pagination{position:relative!important;bottom:10px!important;text-align:center;width:100%;margin-top:1rem;z-index:10}.swiper-pagination-bullet{background-color:#3b82f6;opacity:.5;width:12px;height:12px;margin:0 6px!important;display:inline-block;border-radius:50%;transition:opacity .3s;cursor:pointer}.swiper-pagination-bullet-active{background-color:#2563eb;opacity:1}