@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap);@media (min-width:640px){.container{padding:0 30px}}@media (min-width:1024px){.container{max-width:1400px;padding:0 40px}}@media (min-width:1440px){.container{max-width:1600px}}.navbar{background:linear-gradient(90deg,#2563eb,#0891b2);box-shadow:0 4px 6px -1px #0000001a;color:#fff;height:64px}.navbar-container{align-items:center;display:flex;height:100%;justify-content:space-between;margin:0 auto;max-width:1280px;padding:0 1rem}@media (min-width:640px){.navbar-container{padding:0 1.5rem}}@media (min-width:1024px){.navbar-container{padding:0 2rem}}.navbar-logo{align-items:center;display:flex;gap:.5rem;text-decoration:none}.logo-text{color:#fff;font-size:1.5rem;font-weight:700}.logo-icon{color:#a5f3fc;display:none;font-size:.875rem}@media (min-width:640px){.logo-icon{display:inline}}.nav-links{align-items:center;display:none;gap:2rem}@media (min-width:768px){.nav-links{display:flex}}.nav-link{color:#fff;font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover{color:#a5f3fc}.nav-icons{align-items:center;display:flex;gap:1rem}.cart-link{border-radius:9999px;padding:.5rem;position:relative;transition:background-color .2s}.cart-link:hover{background-color:#1d4ed8}.cart-icon{color:#fff;height:1.5rem;width:1.5rem}.cart-badge{align-items:center;animation:pulse 2s infinite;background-color:#ef4444;border-radius:9999px;color:#fff;display:flex;font-size:.75rem;height:1.25rem;justify-content:center;position:absolute;right:-.25rem;top:-.25rem;width:1.25rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.user-menu{position:relative}.user-menu-button{align-items:center;background:none;border:none;border-radius:9999px;color:#fff;cursor:pointer;display:flex;gap:.5rem;padding:.5rem;transition:background-color .2s}.user-menu-button:hover{background-color:#1d4ed8}.user-icon{color:#fff;height:1.5rem;width:1.5rem}.username{display:none}@media (min-width:1024px){.username{display:inline}}.dropdown-menu{background-color:#fff;border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:none;margin-top:.5rem;padding:.5rem 0;position:absolute;right:0;width:12rem;z-index:50}.user-menu:hover .dropdown-menu{display:block}.dropdown-link{color:#1f2937;display:block;padding:.5rem 1rem;text-decoration:none;transition:background-color .2s}.dropdown-link:hover{background-color:#eff6ff}.dropdown-divider{background-color:#e5e7eb;height:1px;margin:.5rem 0}.dropdown-button{background:none;border:none;color:#ef4444;cursor:pointer;display:block;padding:.5rem 1rem;text-align:left;transition:background-color .2s;width:100%}.dropdown-button:hover{background-color:#fee2e2}.auth-buttons{align-items:center;display:flex;gap:.5rem}.login-link{border-radius:.5rem;color:#fff;padding:.5rem 1rem;text-decoration:none;transition:background-color .2s}.login-link:hover{background-color:#1d4ed8}.register-link{background-color:#fff;border-radius:.5rem;color:#2563eb;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:background-color .2s}.register-link:hover{background-color:#f3f4f6}.hero-section{height:500px;position:relative}@media (min-width:768px){.hero-section{height:600px}}.hero-slide{height:100%;position:relative}.hero-image{height:100%;object-fit:cover;width:100%}.hero-overlay{align-items:center;background-color:#0006;display:flex;inset:0;justify-content:center;position:absolute}.hero-content{color:#fff;max-width:48rem;padding:0 1rem;text-align:center}.hero-title{animation:fadeIn .8s ease-out forwards;font-size:1.875rem;font-weight:700;margin-bottom:1rem}@media (min-width:768px){.hero-title{font-size:3rem}}@media (min-width:1024px){.hero-title{font-size:3.75rem}}.hero-subtitle{animation:fadeIn .8s ease-out .3s forwards;font-size:1.125rem;margin-bottom:2rem;opacity:0}@media (min-width:768px){.hero-subtitle{font-size:1.25rem}}@media (min-width:1024px){.hero-subtitle{font-size:1.5rem}}.hero-button{background:linear-gradient(90deg,#06b6d4,#2563eb);border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a;color:#fff;display:inline-block;font-size:.875rem;font-weight:600;padding:.5rem 1.5rem;text-decoration:none;transition:all .2s}@media (min-width:768px){.hero-button{font-size:1rem;padding:.75rem 2rem}}.hero-button:hover{background:linear-gradient(90deg,#0891b2,#1d4ed8);transform:scale(1.05)}.categories-section{margin:0 auto;max-width:1280px;padding:3rem 1rem}@media (min-width:768px){.categories-section{padding:4rem 1rem}}.section-title{color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:2rem;text-align:center}@media (min-width:768px){.section-title{font-size:1.875rem;margin-bottom:3rem}}@media (min-width:1024px){.section-title{font-size:2.25rem}}.categories-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:640px){.categories-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.categories-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1280px){.categories-grid{grid-template-columns:repeat(4,1fr)}}.category-card{border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a;color:#fff;display:block;padding:1.5rem;text-decoration:none;transition:all .3s}.category-card:hover{box-shadow:0 20px 25px -5px #0003;transform:translateY(-.25rem)}.category-content{align-items:center;display:flex;flex-direction:column;text-align:center}.category-icon{font-size:3rem;margin-bottom:.75rem;transition:transform .3s}.category-card:hover .category-icon{transform:scale(1.1)}.category-name{font-size:1.125rem;font-weight:600}.category-shop-link{font-size:.875rem;margin-top:.5rem;opacity:.75;transition:opacity .3s}.category-card:hover .category-shop-link{opacity:1}.bg-fish-medicines{background:linear-gradient(to bottom right,#f87171,#ec4899)}.bg-aquarium-tanks{background:linear-gradient(to bottom right,#60a5fa,#06b6d4)}.bg-filters{background:linear-gradient(to bottom right,#9ca3af,#64748b)}.bg-heaters{background:linear-gradient(to bottom right,#fb923c,#ef4444)}.bg-fish-foods{background:linear-gradient(to bottom right,#fbbf24,#f59e0b)}.bg-aquarium-lights{background:linear-gradient(to bottom right,#fcd34d,#fbbf24)}.bg-planted-lights{background:linear-gradient(to bottom right,#4ade80,#10b981)}.bg-live-fishes{background:linear-gradient(to bottom right,#c084fc,#ec4899)}.bg-aquarium-accessories{background:linear-gradient(to bottom right,#2dd4bf,#0891b2)}.bg-aquarium-stones{background:linear-gradient(to bottom right,#a8a29e,#d97706)}.reveal{opacity:0;transform:translateY(32px);transition:opacity .55s ease,transform .55s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transform:translateX(-40px);transition:opacity .55s ease,transform .55s ease}.reveal-left.visible{opacity:1;transform:translateX(0)}.reveal-right{opacity:0;transform:translateX(40px);transition:opacity .55s ease,transform .55s ease}.reveal-right.visible{opacity:1;transform:translateX(0)}.reveal-delay-1{transition-delay:.08s}.reveal-delay-2{transition-delay:.16s}.reveal-delay-3{transition-delay:.24s}.reveal-delay-4{transition-delay:.32s}@keyframes shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.img-skeleton{animation:shimmer 1.4s linear infinite;background:linear-gradient(90deg,#e8e8e8 25%,#f5f5f5 50%,#e8e8e8 75%);background-size:600px 100%;border-radius:4px;inset:0;position:absolute;z-index:1}.img-hidden{opacity:0}.img-fade-in,.img-hidden{position:relative;z-index:2}.img-fade-in{animation:imgReveal .45s ease forwards;opacity:1}@keyframes imgReveal{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.featured-section{background:linear-gradient(90deg,#eff6ff,#ecfeff);padding:3rem 1rem}@media (min-width:768px){.featured-section{padding:4rem 1rem}}.products-grid{grid-gap:1rem;gap:1rem;grid-template-columns:1fr;margin-top:2rem}@media (min-width:640px){.products-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}.product-card{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a;color:inherit;display:block;text-decoration:none;transition:box-shadow .3s}.product-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.product-image-container{height:12rem}@media (min-width:768px){.product-image-container{height:14rem}}.product-details{padding:1rem}.product-name{color:#1f2937;font-size:1.125rem;margin-bottom:.5rem}.product-category{color:#6b7280;font-size:.875rem;margin-bottom:.5rem}.product-footer{align-items:center;display:flex;justify-content:space-between}.product-price{color:#2563eb;font-size:1.25rem}.product-rating{gap:.25rem}.star-icon{color:#fbbf24}.rating-value{color:#6b7280;font-size:.875rem;margin-left:.25rem}.view-all-container{margin-top:3rem;text-align:center}.view-all-button{background:linear-gradient(90deg,#2563eb,#0891b2);border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a;color:#fff;display:inline-block;font-size:.875rem;font-weight:600;padding:.5rem 1.5rem;text-decoration:none;transition:all .2s}@media (min-width:768px){.view-all-button{font-size:1rem;padding:.75rem 2rem}}.view-all-button:hover{background:linear-gradient(90deg,#1d4ed8,#0891b2)}.features-section{margin:0 auto;max-width:1280px;padding:3rem 1rem}@media (min-width:768px){.features-section{padding:4rem 1rem}}.features-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.features-grid{gap:2rem;grid-template-columns:repeat(3,1fr)}}.feature-card{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a;padding:1.5rem;text-align:center;transition:box-shadow .3s}.feature-card:hover{box-shadow:0 20px 25px -5px #0000001a}.feature-icon{font-size:3rem;margin-bottom:1rem}@media (min-width:768px){.feature-icon{font-size:3.75rem;margin-bottom:1.5rem}}.feature-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}@media (min-width:768px){.feature-title{font-size:1.25rem}}.feature-description{color:#6b7280;font-size:.875rem}@media (min-width:768px){.feature-description{font-size:1rem}}.newsletter-section{background:linear-gradient(90deg,#2563eb,#0891b2);padding:3rem 1rem}@media (min-width:768px){.newsletter-section{padding:4rem 1rem}}.newsletter-container{color:#fff;margin:0 auto;max-width:48rem;text-align:center}.newsletter-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}@media (min-width:768px){.newsletter-title{font-size:1.875rem;margin-bottom:1rem}}.newsletter-subtitle{color:#dbeafe;font-size:.875rem;margin-bottom:1.5rem}@media (min-width:768px){.newsletter-subtitle{font-size:1rem;margin-bottom:2rem}}.newsletter-form{display:flex;flex-direction:column;gap:.75rem;justify-content:center;padding:0 1rem}@media (min-width:640px){.newsletter-form{flex-direction:row;gap:1rem}}.newsletter-input{border:none;border-radius:.5rem;flex:1 1;font-size:.875rem;max-width:28rem;outline:none;padding:.5rem 1rem}@media (min-width:768px){.newsletter-input{font-size:1rem;padding:.75rem 1rem}}.newsletter-input:focus{box-shadow:0 0 0 2px #fff}.newsletter-button{background-color:#fff;border:none;border-radius:.5rem;color:#2563eb;cursor:pointer;font-size:.875rem;font-weight:600;padding:.5rem 1.5rem;transition:background-color .2s}@media (min-width:768px){.newsletter-button{font-size:1rem;padding:.75rem 2rem}}.newsletter-button:hover{background-color:#f3f4f6}.footer{background-color:#1f2937;color:#fff;margin-top:auto}.footer-container{margin:0 auto;max-width:1280px;padding:3rem 1rem}.footer-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.footer-grid{gap:2rem;grid-template-columns:repeat(4,1fr)}}.footer-logo{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.footer-description{color:#d1d5db}.footer-heading{font-weight:600;margin-bottom:1rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-link{color:#d1d5db;text-decoration:none;transition:color .2s}.footer-link:hover{color:#fff}.footer-contact{color:#d1d5db}.footer-bottom{border-top:1px solid #374151;color:#d1d5db;margin-top:2rem;padding-top:2rem}.footer-bottom,.text-center{text-align:center}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.py-8{padding-bottom:2rem;padding-top:2rem}.px-4{padding-left:1rem;padding-right:1rem}.loading-spinner{align-items:center;display:flex;justify-content:center;padding:3rem 0}.spinner{border:3px solid #f3f4f6;border-top-color:#2563eb;height:3rem;width:3rem}.cart-page{margin:0 auto;max-width:1280px;padding:2rem 1rem}.cart-title{color:#1f2937;font-size:1.875rem;font-weight:700;margin-bottom:2rem}.cart-empty{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px 0 #0000001a;padding:3rem;text-align:center}.cart-empty p{color:#6b7280;margin-bottom:1rem}.continue-shopping{background-color:#2563eb;border-radius:.5rem;color:#fff;display:inline-block;padding:.5rem 1.5rem;text-decoration:none;transition:background-color .2s}.continue-shopping:hover{background-color:#1d4ed8}.cart-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:1024px){.cart-container{grid-template-columns:2fr 1fr}}.cart-items{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px 0 #0000001a;overflow:hidden}.cart-item{grid-gap:1rem;border-bottom:1px solid #e5e7eb;display:grid;gap:1rem;grid-template-columns:auto 1fr auto;padding:1rem}.cart-item:last-child{border-bottom:none}.cart-item-image{border-radius:.5rem;height:6rem;object-fit:cover;width:6rem}.cart-item-details{display:flex;flex-direction:column}.cart-item-name{color:#1f2937;font-weight:600;margin-bottom:.25rem;text-decoration:none}.cart-item-name:hover{color:#2563eb}.cart-item-price{color:#2563eb;font-weight:600}.cart-item-quantity{align-items:center;display:flex;gap:.5rem;margin-top:.5rem}.quantity-button{background-color:#fff;border:1px solid #e5e7eb;border-radius:.375rem;cursor:pointer;height:2rem;transition:background-color .2s;width:2rem}.quantity-button:hover{background-color:#f3f4f6}.quantity-value{font-weight:500}.cart-item-remove{background:none;border:none;color:#ef4444;cursor:pointer;font-size:.875rem;transition:color .2s}.cart-item-remove:hover{color:#dc2626}.cart-summary{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px 0 #0000001a;height:-webkit-fit-content;height:fit-content;padding:1.5rem}.summary-title{border-bottom:1px solid #e5e7eb;font-size:1.25rem;font-weight:600;margin-bottom:1rem;padding-bottom:1rem}.summary-row{color:#6b7280;margin-bottom:.75rem}.summary-row,.summary-total{display:flex;justify-content:space-between}.summary-total{border-top:2px solid #e5e7eb;color:#1f2937;font-size:1.125rem;font-weight:700;margin-top:1rem;padding-top:1rem}.checkout-button{background:linear-gradient(90deg,#2563eb,#0891b2);border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:block;font-weight:600;margin-top:1.5rem;padding:.75rem;text-align:center;text-decoration:none;transition:all .2s;width:100%}.checkout-button:hover{background:linear-gradient(90deg,#1d4ed8,#0891b2)}.category-section{padding:60px 0}.category-section:nth-child(2n){background:linear-gradient(90deg,#f8fafc,#f1f5f9)}.category-header{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:30px}.section-title-left{color:#1f2937;font-size:28px;font-weight:700;margin-bottom:8px}@media (min-width:768px){.section-title-left{font-size:32px}}.category-description{color:#6b7280;font-size:16px}.view-all-link{border:2px solid #2563eb;border-radius:8px;color:#2563eb;display:inline-block;font-weight:600;padding:10px 20px;text-decoration:none;transition:all .3s}.view-all-link:hover{background-color:#2563eb;color:#fff}.no-products{background-color:#fff;border-radius:8px;color:#6b7280;font-size:16px;grid-column:1/-1;padding:40px;text-align:center}.bg-gradient-purple{background:linear-gradient(90deg,#faf5ff,#fdf2f8)}.bg-gradient-red{background:linear-gradient(90deg,#fef2f2,#fdf2f8)}.bg-gradient-orange{background:linear-gradient(90deg,#fff7ed,#fef2f2)}.bg-gradient-yellow{background:linear-gradient(90deg,#fefce8,#fffbeb)}.bg-gradient-green{background:linear-gradient(90deg,#f0fdf4,#ecfdf5)}.products-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(1,1fr)}@media (min-width:640px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr)}}.container{max-width:1280px}.features-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(1,1fr)}@media (min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.features-grid{grid-template-columns:repeat(4,1fr)}}.product-card-link{color:inherit;text-decoration:none}.product-card{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:transform .3s,box-shadow .3s}.product-card:hover{box-shadow:0 5px 20px #00000026;transform:translateY(-5px)}.product-image-container{background:#f5f5f5;height:200px;overflow:hidden}.product-image{height:100%;object-fit:cover;transition:transform .3s;width:100%}.product-card:hover .product-image{transform:scale(1.05)}.product-info{display:flex;flex:1 1;flex-direction:column;padding:15px}.product-name{color:#333;font-size:16px;font-weight:600;line-height:1.4;margin-bottom:5px}.product-category{color:#666;font-size:13px;margin-bottom:10px}.product-price-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.product-price{color:#667eea;font-size:18px;font-weight:700}.product-rating{align-items:center;display:flex;gap:4px}.rating-star{color:#ffc107;font-size:14px}.rating-value{color:#666;font-size:13px}.product-stock{font-size:13px;margin-top:auto}.in-stock{color:#28a745}.out-of-stock{color:#dc3545}body,html{height:100%;margin:0;padding:0}#root,.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 0 auto;width:100%}footer{flex-shrink:0}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;overflow:clip;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f5f5f5;color:#333;font-family:Raleway,sans-serif;font-weight:300;line-height:1.6}.container{margin:0 auto;max-width:100%;padding:0 20px}@layer components{.btn-primary,.btn-secondary,.card,.container-custom,.input-field{@apply w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .8s ease-out forwards}.animate-fade-in-delay{animation:fadeIn .8s ease-out .3s forwards;opacity:0}.swiper-button-next,.swiper-button-next:after,.swiper-button-prev,.swiper-button-prev:after,.swiper-pagination-bullet,.swiper-pagination-bullet-active{@apply bg-blue-500 opacity-100}.spinner{animation:spin 1s linear infinite;border:3px solid #0000001a;border-radius:50%;border-top-color:#3b82f6;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@layer utilities{.text-balance{text-wrap:balance}}
/*# sourceMappingURL=main.e78fefd9.css.map*/