*{margin:0;padding:0;box-sizing:border-box}:root{--background: #faf5f0;--foreground: #2d1b3d;--card: #ffffff;--card-foreground: #2d1b3d;--primary: #7c3aed;--primary-foreground: #faf5f0;--secondary: #f5e6d3;--secondary-foreground: #2d1b3d;--muted: #f5e6d3;--muted-foreground: #6b4c57;--accent: #e9c46a;--accent-foreground: #2d1b3d;--destructive: #ef4444;--destructive-foreground: #faf5f0;--border: #d4af94;--input: #d4af94;--ring: #7c3aed;--radius: .5rem}[data-theme=dark]{--background: #1a0f2e;--foreground: #f5e6d3;--card: #2d1b3d;--card-foreground: #f5e6d3;--primary: #a855f7;--primary-foreground: #1a0f2e;--secondary: #4c2a4a;--secondary-foreground: #f5e6d3;--muted: #3d2b52;--muted-foreground: #c4a484;--accent: #e9c46a;--accent-foreground: #1a0f2e;--destructive: #dc2626;--destructive-foreground: #f5e6d3;--border: #4c2a4a;--input: #4c2a4a;--ring: #a855f7}body{font-family:Inter,sans-serif;background-color:var(--background);color:var(--foreground);line-height:1.6;transition:background-color .3s,color .3s}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.header{position:sticky;top:0;z-index:50;width:100%;border-bottom:1px solid var(--border);background-color:var(--background);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.brand{display:flex;align-items:center;gap:.5rem}.brand-icon{color:var(--primary)}.brand-title{font-size:1.5rem;font-weight:700;color:var(--primary)}.brand-subtitle{font-size:.875rem;color:var(--muted-foreground)}.header-actions{display:flex;align-items:center;gap:1rem}.nav-menu{display:none}.nav-list{display:flex;list-style:none;gap:2rem;margin:0}.nav-link{text-decoration:none;color:var(--foreground);font-weight:500;transition:color .3s;position:relative}.nav-link:hover{color:var(--primary)}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background-color:var(--primary);transition:width .3s}.nav-link:hover:after{width:100%}.mobile-menu-btn{display:flex;flex-direction:column;justify-content:space-around;width:24px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10}.hamburger-line{width:24px;height:3px;background-color:var(--foreground);border-radius:2px;transition:all .3s linear;position:relative;transform-origin:1px}.mobile-menu-btn.active .hamburger-line:first-child{transform:rotate(45deg)}.mobile-menu-btn.active .hamburger-line:nth-child(2){opacity:0}.mobile-menu-btn.active .hamburger-line:nth-child(3){transform:rotate(-45deg)}.nav-menu.mobile-open{display:block;position:absolute;top:100%;left:0;right:0;background-color:var(--background);border-bottom:1px solid var(--border);box-shadow:0 4px 6px #0000001a;padding:1rem}.nav-menu.mobile-open .nav-list{flex-direction:column;gap:1rem}.nav-menu.mobile-open .nav-link{display:block;padding:.5rem 0}@media (min-width: 768px){.nav-menu{display:block}.mobile-menu-btn{display:none}}.theme-toggle{display:flex;align-items:center;gap:.5rem}.switch{position:relative;display:inline-block;width:44px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--muted);transition:.4s;border-radius:24px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:var(--background);transition:.4s;border-radius:50%}input:checked+.slider{background-color:var(--primary)}input:checked+.slider:before{transform:translate(20px)}.hero{padding:4rem 0;background-color:var(--primary);color:var(--primary-foreground)}.hero-content{text-align:center}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem}@media (max-width: 768px){.hero-title{font-size:2rem}}.hero-brand{color:var(--accent)}.hero-description{font-size:1.25rem;opacity:.9;margin-bottom:2rem;max-width:42rem;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:.75rem 1.5rem;border-radius:var(--radius);font-weight:500;cursor:pointer;transition:all .2s;border:none;font-size:1rem}.btn-primary{background-color:var(--accent);color:var(--accent-foreground)}.btn-primary:hover{opacity:.9;transform:translateY(-2px)}.btn-outline{background-color:transparent;color:var(--primary-foreground);border:1px solid var(--primary-foreground)}.btn-outline:hover{background-color:var(--primary-foreground);color:var(--primary);transform:translateY(-2px)}.carousel-section{padding:3rem 0;background-color:var(--muted)}.carousel-container{position:relative;max-width:1000px;margin:0 auto}.carousel-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:2rem;color:var(--primary)}.carousel{position:relative;overflow:hidden;border-radius:var(--radius)}.carousel-inner{display:flex;transform:translate(0);transition:transform .5s ease-in-out}.carousel-slide{min-width:100%;position:relative}.carousel-slide img{width:100%;height:400px;-o-object-fit:cover;object-fit:cover;display:block}.carousel-content{position:absolute;bottom:0;left:0;right:0;background:#2d1b3dcc;color:#fff;padding:2rem;text-align:center}.carousel-content h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.carousel-content p{opacity:.9}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background-color:var(--card);border:1px solid var(--border);border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;z-index:10}.carousel-nav:hover{background-color:var(--primary);color:var(--primary-foreground)}.carousel-prev{left:10px}.carousel-next{right:10px}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.carousel-dot{width:12px;height:12px;border-radius:50%;background-color:var(--border);cursor:pointer;transition:background-color .3s}.carousel-dot.active{background-color:var(--primary)}.products{padding:4rem 0}.section-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:3rem;color:var(--primary)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.product-card{background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:all .3s}.product-card:hover{box-shadow:0 10px 25px #7c3aed26;transform:translateY(-5px)}.product-image{aspect-ratio:1;overflow:hidden}.product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.product-card:hover .product-image img{transform:scale(1.05)}.product-content{padding:1.5rem}.product-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.product-category{background-color:var(--secondary);color:var(--secondary-foreground);padding:.25rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:600}.product-rating{display:flex;align-items:center;gap:.25rem}.star-icon{color:var(--accent);fill:var(--accent)}.rating-text{font-size:.875rem;color:var(--muted-foreground)}.product-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.product-description{color:var(--muted-foreground);margin-bottom:1rem}.product-price{font-size:1.5rem;font-weight:700;color:var(--primary);margin-bottom:1rem}.product-button{width:100%;background-color:var(--primary);color:var(--primary-foreground)}.product-button:hover{opacity:.9;transform:translateY(-2px)}.about{padding:4rem 0;background-color:var(--muted)}.about-content{max-width:64rem;margin:0 auto;text-align:center}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.feature{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;background-color:var(--card);border-radius:var(--radius);border:1px solid var(--border);transition:all .3s}.feature:hover{transform:translateY(-5px);box-shadow:0 10px 25px #7c3aed1a}.feature-icon{width:4rem;height:4rem;background-color:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.feature-title{font-size:1.25rem;font-weight:600;color:var(--primary)}.feature-description{color:var(--muted-foreground);text-align:center}.footer{padding:3rem 0;border-top:1px solid var(--border);background-color:var(--card)}.footer-content{text-align:center}.footer-brand{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem}.footer-title{font-size:1.25rem;font-weight:700;color:var(--primary)}.footer-description{color:var(--muted-foreground);margin-bottom:1rem}.footer-copyright{font-size:.875rem;color:var(--muted-foreground)}@media (max-width: 768px){.container{padding:0 .5rem}.hero-buttons{flex-direction:column;align-items:center}.hero-buttons .btn{width:100%;max-width:200px}.products-grid,.features-grid{grid-template-columns:1fr}.header-content{position:relative}.carousel-nav{width:40px;height:40px}.carousel-prev{left:5px}.carousel-next{right:5px}.carousel-slide img{height:250px}.carousel-content{padding:1rem}}html{scroll-behavior:smooth}
