*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#f8f9fa;color:#333}a{color:inherit;text-decoration:none}button:focus{outline:none}.app{display:flex;flex-direction:column;min-height:100vh;background:#f8f9fa}.navbar{background:#fff;box-shadow:0 2px 10px #00000014;position:sticky;top:0;z-index:1000}.navbar .navbar-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}@media (max-width: 768px){.navbar .navbar-container{padding:1rem}}.navbar .navbar-brand{flex-shrink:0}.navbar .navbar-brand .logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#333;font-size:1.5rem;font-weight:800;transition:color .3s ease}.navbar .navbar-brand .logo .logo-icon{font-size:2rem;display:flex;align-items:center}.navbar .navbar-brand .logo .logo-text{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.navbar .navbar-brand .logo .logo-text{display:none}}.navbar .navbar-brand .logo:hover{opacity:.8}.navbar .menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;gap:5px}@media (max-width: 768px){.navbar .menu-toggle{display:flex}}.navbar .menu-toggle span{width:25px;height:3px;background:#333;border-radius:2px;transition:all .3s ease}.navbar .menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.navbar .menu-toggle.active span:nth-child(2){opacity:0}.navbar .menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.navbar .navbar-menu{display:flex;gap:1.5rem;align-items:center}@media (max-width: 768px){.navbar .navbar-menu{position:absolute;top:100%;left:0;right:0;flex-direction:column;gap:0;background:#fff;box-shadow:0 5px 20px #0000001a;max-height:0;overflow:hidden;transition:max-height .3s ease}.navbar .navbar-menu.active{max-height:500px}}.navbar .navbar-menu .nav-link{text-decoration:none;color:#333;font-weight:600;padding:.5rem 1.25rem;border-radius:6px;transition:all .3s ease;position:relative}@media (max-width: 768px){.navbar .navbar-menu .nav-link{width:100%;padding:1rem;border-radius:0;border-bottom:1px solid #f0f0f0}.navbar .navbar-menu .nav-link:last-child{border-bottom:none}}.navbar .navbar-menu .nav-link:hover,.navbar .navbar-menu .nav-link.router-link-active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}@media (max-width: 768px){.navbar .navbar-menu .nav-link:hover,.navbar .navbar-menu .nav-link.router-link-active{background:#f0f0f0;color:#667eea}}.navbar .navbar-menu .nav-link.cart-link{display:flex;align-items:center;gap:.5rem;position:relative}.navbar .navbar-menu .nav-link.cart-link .cart-badge{min-width:24px;height:24px;background:#ff4757;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.navbar .navbar-menu .nav-link.login-link{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}@media (max-width: 768px){.navbar .navbar-menu .nav-link.login-link{background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem}}.navbar .navbar-menu .nav-dropdown{position:relative}.navbar .navbar-menu .nav-dropdown .dropdown-toggle{background:none;border:none;cursor:pointer;padding:.5rem 1.25rem;display:flex;align-items:center;gap:.5rem;font-weight:600;color:#333;font-size:1rem;font-family:inherit;transition:all .3s ease}.navbar .navbar-menu .nav-dropdown .dropdown-toggle .dropdown-arrow{font-size:.7rem;transition:transform .3s ease}.navbar .navbar-menu .nav-dropdown .dropdown-toggle .dropdown-arrow.open{transform:rotate(180deg)}.navbar .navbar-menu .nav-dropdown .dropdown-toggle:hover{color:#667eea}@media (max-width: 768px){.navbar .navbar-menu .nav-dropdown .dropdown-toggle{width:100%;padding:1rem;border-radius:0}}.navbar .navbar-menu .nav-dropdown .dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border-radius:8px;box-shadow:0 5px 20px #0000001a;min-width:180px;padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1001}.navbar .navbar-menu .nav-dropdown .dropdown-menu.open{opacity:1;visibility:visible;transform:translateY(0)}@media (max-width: 768px){.navbar .navbar-menu .nav-dropdown .dropdown-menu{position:static;background:#f0f0f0;box-shadow:none;opacity:1;visibility:visible;transform:none;max-height:0;overflow:hidden;transition:max-height .3s ease}.navbar .navbar-menu .nav-dropdown .dropdown-menu.open{max-height:300px}}.navbar .navbar-menu .nav-dropdown .dropdown-menu .dropdown-item{display:block;padding:.75rem 1.5rem;color:#333;text-decoration:none;transition:all .3s ease;font-weight:500;width:100%;text-align:left}.navbar .navbar-menu .nav-dropdown .dropdown-menu .dropdown-item:hover{background:#f0f0f0;color:#667eea}@media (max-width: 768px){.navbar .navbar-menu .nav-dropdown .dropdown-menu .dropdown-item{padding:1rem;border-bottom:1px solid #ddd}.navbar .navbar-menu .nav-dropdown .dropdown-menu .dropdown-item:last-child{border-bottom:none}}.main-content{flex:1;max-width:100%}.footer{background:#2c3e50;color:#ecf0f1;margin-top:4rem;border-top:3px solid #667eea}.footer .footer-container{max-width:1200px;margin:0 auto;padding:3rem 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}@media (max-width: 768px){.footer .footer-container{padding:2rem;gap:1.5rem}}.footer .footer-container .footer-section h3,.footer .footer-container .footer-section h4{color:#fff;margin-bottom:1rem;font-weight:700}.footer .footer-container .footer-section p{line-height:1.8;font-size:.9rem;opacity:.9}.footer .footer-container .footer-section ul{list-style:none}.footer .footer-container .footer-section ul li{margin-bottom:.75rem}.footer .footer-container .footer-section ul li a{color:#ecf0f1;transition:color .3s ease;font-size:.9rem}.footer .footer-container .footer-section ul li a:hover{color:#667eea}.footer .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 2rem;text-align:center;opacity:.8;font-size:.9rem}@media (max-width: 768px){.footer .footer-bottom{padding:1rem}}@media (max-width: 768px){.navbar .menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.navbar .menu-toggle.active span:nth-child(2){opacity:0}.navbar .menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}}.home-page[data-v-1660f972]{background:#f8f9fa}.hero[data-v-1660f972]{position:relative;height:600px;overflow:hidden;color:#fff;background-color:#333}.hero .hero-slide[data-v-1660f972]{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;display:flex;align-items:center;justify-content:flex-start;opacity:0;transition:opacity .8s ease-in-out}.hero .hero-slide.active[data-v-1660f972]{opacity:1}.hero .hero-slide .hero-content[data-v-1660f972]{position:relative;z-index:2;text-align:left;max-width:600px;padding:2rem;margin-left:3rem;animation:fadeInUp-1660f972 1s ease-out}.hero .hero-slide .hero-content .hero-title[data-v-1660f972]{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2;letter-spacing:-1px}@media (max-width: 768px){.hero .hero-slide .hero-content .hero-title[data-v-1660f972]{font-size:2.5rem;margin-left:0}}@media (max-width: 480px){.hero .hero-slide .hero-content .hero-title[data-v-1660f972]{font-size:2rem}}.hero .hero-slide .hero-content .hero-subtitle[data-v-1660f972]{font-size:1.3rem;margin-bottom:2rem;opacity:.95}@media (max-width: 768px){.hero .hero-slide .hero-content .hero-subtitle[data-v-1660f972]{font-size:1.1rem}}.hero .hero-slide .hero-content .btn-hero[data-v-1660f972]{padding:1rem 2.5rem;font-size:1.1rem;background:#fff;color:#667eea;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.hero .hero-slide .hero-content .btn-hero[data-v-1660f972]:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0003}.hero .hero-slide .hero-content .btn-hero:hover .arrow[data-v-1660f972]{transform:translate(5px)}.hero .hero-slide .hero-content .btn-hero .arrow[data-v-1660f972]{transition:transform .3s ease}@media (max-width: 768px){.hero .hero-slide[data-v-1660f972]{background-attachment:scroll}.hero .hero-slide .hero-content[data-v-1660f972]{margin-left:1rem}}@media (max-width: 480px){.hero .hero-slide .hero-content[data-v-1660f972]{margin-left:0;padding:1rem}}.hero .slider-controls[data-v-1660f972]{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:10;display:flex;align-items:center;gap:2rem}.hero .slider-controls .slider-btn[data-v-1660f972]{background:#ffffff4d;color:#fff;border:2px solid white;width:45px;height:45px;border-radius:50%;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.hero .slider-controls .slider-btn[data-v-1660f972]:hover{background:#ffffff80;transform:scale(1.1)}.hero .slider-controls .slider-btn.prev[data-v-1660f972]:hover{transform:scale(1.1) translate(-3px)}.hero .slider-controls .slider-btn.next[data-v-1660f972]:hover{transform:scale(1.1) translate(3px)}.hero .slider-controls .slider-dots[data-v-1660f972]{display:flex;gap:.75rem}.hero .slider-controls .slider-dots .dot[data-v-1660f972]{width:12px;height:12px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:all .3s ease}.hero .slider-controls .slider-dots .dot[data-v-1660f972]:hover{background:#fffc}.hero .slider-controls .slider-dots .dot.active[data-v-1660f972]{background:#fff;transform:scale(1.3)}@media (max-width: 768px){.hero[data-v-1660f972]{height:400px}.hero .slider-controls[data-v-1660f972]{bottom:1rem;gap:1rem}.hero .slider-controls .slider-btn[data-v-1660f972]{width:40px;height:40px;font-size:1rem}}@media (max-width: 480px){.hero[data-v-1660f972]{height:350px}.hero .slider-controls[data-v-1660f972]{bottom:.5rem;gap:.5rem}.hero .slider-controls .slider-btn[data-v-1660f972]{width:35px;height:35px;font-size:.9rem}.hero .slider-controls .slider-dots[data-v-1660f972]{gap:.5rem}.hero .slider-controls .slider-dots .dot[data-v-1660f972]{width:10px;height:10px}}@keyframes fadeInUp-1660f972{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.featured-categories[data-v-1660f972]{padding:4rem 2rem;background:#fff}.featured-categories .section-header[data-v-1660f972]{text-align:center;margin-bottom:3rem}.featured-categories .section-header h2[data-v-1660f972]{font-size:2.2rem;color:#333;margin-bottom:.5rem;font-weight:700}.featured-categories .section-header p[data-v-1660f972]{font-size:1.1rem;color:#666}.featured-categories .categories-grid[data-v-1660f972]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.featured-categories .categories-grid .category-card[data-v-1660f972]{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2.5rem;border-radius:12px;text-align:center;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.featured-categories .categories-grid .category-card[data-v-1660f972]:hover{transform:translateY(-8px);border-color:#667eea;box-shadow:0 15px 40px #667eea33}.featured-categories .categories-grid .category-card .category-icon[data-v-1660f972]{font-size:3.5rem;margin-bottom:1rem;display:block}.featured-categories .categories-grid .category-card h3[data-v-1660f972]{font-size:1.3rem;color:#333;margin-bottom:.5rem;font-weight:700}.featured-categories .categories-grid .category-card p[data-v-1660f972]{color:#666;font-size:.95rem}@media (max-width: 768px){.featured-categories[data-v-1660f972]{padding:2rem}.featured-categories .section-header h2[data-v-1660f972]{font-size:1.8rem}.featured-categories .categories-grid[data-v-1660f972]{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}}.features[data-v-1660f972]{padding:4rem 2rem;background:#f8f9fa}.features .features-header[data-v-1660f972]{text-align:center;margin-bottom:3rem}.features .features-header h2[data-v-1660f972]{font-size:2.2rem;color:#333;font-weight:700}.features .features-grid[data-v-1660f972]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.features .features-grid .feature-card[data-v-1660f972]{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 4px 15px #00000014;transition:all .3s ease;position:relative;overflow:hidden}.features .features-grid .feature-card[data-v-1660f972]:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.features .features-grid .feature-card[data-v-1660f972]:hover{transform:translateY(-8px);box-shadow:0 12px 30px #00000026}.features .features-grid .feature-card[data-v-1660f972]:hover:before{transform:scaleX(1)}.features .features-grid .feature-card .feature-number[data-v-1660f972]{font-size:2.5rem;font-weight:700;color:#e0e0e0;margin-bottom:.5rem}.features .features-grid .feature-card .feature-icon[data-v-1660f972]{font-size:3rem;display:block;margin-bottom:1rem}.features .features-grid .feature-card h3[data-v-1660f972]{font-size:1.2rem;color:#333;margin-bottom:.75rem;font-weight:700}.features .features-grid .feature-card p[data-v-1660f972]{color:#666;font-size:.95rem;line-height:1.6}@media (max-width: 768px){.features[data-v-1660f972]{padding:2rem}.features .features-header h2[data-v-1660f972]{font-size:1.8rem}.features .features-grid[data-v-1660f972]{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}.cta-section[data-v-1660f972]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 2rem;text-align:center;margin-top:2rem}.cta-section h2[data-v-1660f972]{font-size:2.2rem;margin-bottom:1rem;font-weight:700}@media (max-width: 768px){.cta-section h2[data-v-1660f972]{font-size:1.8rem}}.cta-section p[data-v-1660f972]{font-size:1.1rem;margin-bottom:2rem;opacity:.95}@media (max-width: 768px){.cta-section p[data-v-1660f972]{font-size:1rem}}.cta-section .btn-secondary[data-v-1660f972]{padding:1rem 2.5rem;background:#fff;color:#667eea;border:none;border-radius:8px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease}.cta-section .btn-secondary[data-v-1660f972]:hover{transform:translateY(-3px);box-shadow:0 12px 30px #0003}@media (max-width: 768px){.cta-section[data-v-1660f972]{padding:2.5rem}}.btn[data-v-1660f972]{outline:none;font-family:inherit}.featured-products[data-v-1660f972]{padding:4rem 2rem;background:#fff}.featured-products .section-header[data-v-1660f972]{text-align:center;margin-bottom:3rem}.featured-products .section-header h2[data-v-1660f972]{font-size:2.2rem;color:#333;margin-bottom:.5rem;font-weight:700}.featured-products .section-header p[data-v-1660f972]{font-size:1.1rem;color:#666}.featured-products .loading-spinner[data-v-1660f972]{text-align:center;padding:3rem}.featured-products .loading-spinner .spinner[data-v-1660f972]{width:50px;height:50px;border:4px solid rgba(102,126,234,.1);border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.featured-products .loading-spinner p[data-v-1660f972]{color:#666}.featured-products .products-carousel[data-v-1660f972]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.featured-products .products-carousel .featured-product-card[data-v-1660f972]{background:#f8f9fa;border-radius:12px;overflow:hidden;transition:all .3s ease;position:relative}.featured-products .products-carousel .featured-product-card[data-v-1660f972]:hover{transform:translateY(-8px);box-shadow:0 12px 30px #00000026}.featured-products .products-carousel .featured-product-card .product-image-wrapper[data-v-1660f972]{position:relative;height:250px;overflow:hidden;background:#f0f0f0}.featured-products .products-carousel .featured-product-card .product-image-wrapper .product-image[data-v-1660f972]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.featured-products .products-carousel .featured-product-card .product-image-wrapper .product-badge[data-v-1660f972]{position:absolute;top:10px;right:10px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase}.featured-products .products-carousel .featured-product-card .product-image-wrapper:hover .product-image[data-v-1660f972]{transform:scale(1.05)}.featured-products .products-carousel .featured-product-card .product-info[data-v-1660f972]{padding:1.5rem}.featured-products .products-carousel .featured-product-card .product-info .product-name[data-v-1660f972]{font-size:1.1rem;font-weight:600;color:#333;margin:0 0 .3rem;line-height:1.3}.featured-products .products-carousel .featured-product-card .product-info .product-brand[data-v-1660f972]{color:#667eea;font-size:.85rem;font-weight:600;text-transform:uppercase;margin:0 0 .8rem;letter-spacing:.5px}.featured-products .products-carousel .featured-product-card .product-info .price-info[data-v-1660f972]{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.featured-products .products-carousel .featured-product-card .product-info .price-info .price[data-v-1660f972]{font-size:1.4rem;font-weight:700;color:#667eea}.featured-products .products-carousel .featured-product-card .product-info .price-info .stock[data-v-1660f972]{background:#e8f5e9;color:#2e7d32;padding:.3rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}.featured-products .products-carousel .featured-product-card .product-info .btn-view-product[data-v-1660f972]{width:100%;padding:.875rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease}.featured-products .products-carousel .featured-product-card .product-info .btn-view-product[data-v-1660f972]:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}@media (max-width: 768px){.featured-products[data-v-1660f972]{padding:2rem}.featured-products .section-header h2[data-v-1660f972]{font-size:1.8rem}.featured-products .products-carousel[data-v-1660f972]{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}}.products-page[data-v-2116cd5b]{background:#f8f9fa;min-height:100vh;padding:0}.page-header[data-v-2116cd5b]{text-align:center;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.page-header h1[data-v-2116cd5b]{font-size:2.5rem;margin:0 0 .5rem;font-weight:700}.page-header .subtitle[data-v-2116cd5b]{font-size:1.1rem;opacity:.95;margin:0}@media (max-width: 768px){.page-header h1[data-v-2116cd5b]{font-size:2rem}.page-header .subtitle[data-v-2116cd5b]{font-size:1rem}}.products-container[data-v-2116cd5b]{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:280px 1fr;gap:2rem;padding:2rem}@media (max-width: 1024px){.products-container[data-v-2116cd5b]{grid-template-columns:250px 1fr;gap:1.5rem;padding:1.5rem}}@media (max-width: 768px){.products-container[data-v-2116cd5b]{grid-template-columns:1fr;gap:1rem;padding:1rem}}.filters-sidebar[data-v-2116cd5b]{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 10px #0000000d;height:fit-content;position:sticky;top:100px}@media (max-width: 768px){.filters-sidebar[data-v-2116cd5b]{position:static;height:auto}}.filters-sidebar .filters-title[data-v-2116cd5b]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.filters-sidebar .filters-title h3[data-v-2116cd5b]{font-size:1.1rem;margin:0;color:#333;font-weight:700}.filters-sidebar .filters-title .reset-btn[data-v-2116cd5b]{background:none;border:none;color:#667eea;cursor:pointer;font-weight:600;font-size:.9rem;transition:color .3s ease}.filters-sidebar .filters-title .reset-btn[data-v-2116cd5b]:hover{color:#764ba2}.filters-sidebar .filter-group[data-v-2116cd5b]{margin-bottom:1.5rem}.filters-sidebar .filter-group .filter-label[data-v-2116cd5b]{display:block;font-weight:600;color:#333;margin-bottom:.5rem;font-size:.95rem}.filters-sidebar .filter-group .search-input[data-v-2116cd5b],.filters-sidebar .filter-group .filter-select[data-v-2116cd5b]{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:.95rem;transition:all .3s ease}.filters-sidebar .filter-group .search-input[data-v-2116cd5b]:hover,.filters-sidebar .filter-group .filter-select[data-v-2116cd5b]:hover{border-color:#667eea}.filters-sidebar .filter-group .search-input[data-v-2116cd5b]:focus,.filters-sidebar .filter-group .filter-select[data-v-2116cd5b]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.filters-sidebar .filter-group .search-input[data-v-2116cd5b]::placeholder{color:#999}.products-section[data-v-2116cd5b]{background:#fff;padding:0;min-height:400px}.loading-container[data-v-2116cd5b]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.loading-container .spinner[data-v-2116cd5b]{width:40px;height:40px;border:4px solid #f0f0f0;border-top-color:#667eea;border-radius:50%;animation:spin-2116cd5b 1s linear infinite;margin-bottom:1rem}@keyframes spin-2116cd5b{to{transform:rotate(360deg)}}.loading-container p[data-v-2116cd5b]{color:#666;font-size:1.1rem}.products-content[data-v-2116cd5b]{padding:0}.results-info[data-v-2116cd5b]{padding:1.5rem;border-bottom:1px solid #f0f0f0;color:#666;font-size:.95rem}.products-grid[data-v-2116cd5b]{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;padding:1.5rem}@media (max-width: 768px){.products-grid[data-v-2116cd5b]{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;padding:1rem}}@media (max-width: 480px){.products-grid[data-v-2116cd5b]{grid-template-columns:1fr}}.product-card[data-v-2116cd5b]{background:#fff;border:1px solid #f0f0f0;border-radius:8px;overflow:hidden;transition:all .3s ease}.product-card[data-v-2116cd5b]:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.product-card .product-image-wrapper[data-v-2116cd5b]{position:relative;overflow:hidden;background:#f5f5f5;aspect-ratio:1/1}.product-card .product-image-wrapper .product-image[data-v-2116cd5b]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card .product-image-wrapper .product-overlay[data-v-2116cd5b]{position:absolute;top:0;left:0;right:0;bottom:0;background:#667eeae6;display:flex;align-items:flex-end;justify-content:center;padding:1rem;opacity:0;transition:opacity .3s ease}.product-card .product-image-wrapper .product-overlay .btn-details[data-v-2116cd5b]{background:#fff;color:#667eea;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease}.product-card .product-image-wrapper .product-overlay .btn-details[data-v-2116cd5b]:hover,.product-card .product-image-wrapper:hover .product-image[data-v-2116cd5b]{transform:scale(1.05)}.product-card .product-image-wrapper:hover .product-overlay[data-v-2116cd5b]{opacity:1}.product-card .product-details[data-v-2116cd5b]{padding:1rem}.product-card .product-details .product-name[data-v-2116cd5b]{font-size:1rem;font-weight:700;margin:0 0 .25rem;color:#333;line-height:1.3;min-height:2.6rem}.product-card .product-details .product-brand[data-v-2116cd5b]{font-size:.85rem;color:#999;margin:0 0 .5rem;font-weight:500}.product-card .product-details .product-description[data-v-2116cd5b]{font-size:.85rem;color:#666;margin:0 0 1rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card .product-details .price-section[data-v-2116cd5b]{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.product-card .product-details .price-section .price[data-v-2116cd5b]{font-size:1.3rem;font-weight:700;color:#667eea}.product-card .product-details .price-section .stock-badge[data-v-2116cd5b]{font-size:.75rem;padding:.4rem .8rem;border-radius:4px;font-weight:600}.product-card .product-details .price-section .stock-badge.in-stock[data-v-2116cd5b]{background:#d4edda;color:#155724}.product-card .product-details .price-section .stock-badge.out-of-stock[data-v-2116cd5b]{background:#f8d7da;color:#721c24}.product-card .product-details .btn-add-cart[data-v-2116cd5b]{width:100%;padding:.75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease}.product-card .product-details .btn-add-cart[data-v-2116cd5b]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea4d}.product-card .product-details .btn-add-cart[data-v-2116cd5b]:disabled{opacity:.5;cursor:not-allowed}.no-products[data-v-2116cd5b]{display:flex;align-items:center;justify-content:center;padding:4rem 2rem;min-height:400px}.no-products .empty-state[data-v-2116cd5b]{text-align:center}.no-products .empty-state .empty-icon[data-v-2116cd5b]{font-size:3rem;margin-bottom:1rem;display:block}.no-products .empty-state h3[data-v-2116cd5b]{font-size:1.5rem;color:#333;margin-bottom:.5rem}.no-products .empty-state p[data-v-2116cd5b]{color:#999;font-size:1rem}.category-page[data-v-dd27e38a]{background:#f8f9fa;min-height:100vh;padding:0}.page-header[data-v-dd27e38a]{text-align:center;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.page-header h1[data-v-dd27e38a]{font-size:2.5rem;margin:0 0 .5rem;font-weight:700}.page-header .subtitle[data-v-dd27e38a]{font-size:1.1rem;opacity:.95;margin:0}@media (max-width: 768px){.page-header h1[data-v-dd27e38a]{font-size:2rem}.page-header .subtitle[data-v-dd27e38a]{font-size:1rem}}.category-container[data-v-dd27e38a]{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:280px 1fr;gap:2rem;padding:2rem}@media (max-width: 1024px){.category-container[data-v-dd27e38a]{grid-template-columns:250px 1fr;gap:1.5rem;padding:1.5rem}}@media (max-width: 768px){.category-container[data-v-dd27e38a]{grid-template-columns:1fr;gap:1rem;padding:1rem}}.filters-sidebar[data-v-dd27e38a]{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 10px #0000000d;height:fit-content;position:sticky;top:100px}@media (max-width: 768px){.filters-sidebar[data-v-dd27e38a]{position:static;height:auto}}.filters-sidebar .filters-title[data-v-dd27e38a]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.filters-sidebar .filters-title h3[data-v-dd27e38a]{font-size:1.1rem;margin:0;color:#333;font-weight:700}.filters-sidebar .filters-title .reset-btn[data-v-dd27e38a]{background:none;border:none;color:#667eea;cursor:pointer;font-weight:600;font-size:.9rem;transition:color .3s ease}.filters-sidebar .filters-title .reset-btn[data-v-dd27e38a]:hover{color:#764ba2}.filters-sidebar .filter-group[data-v-dd27e38a]{margin-bottom:1.5rem}.filters-sidebar .filter-group .filter-label[data-v-dd27e38a]{display:block;font-weight:600;color:#333;margin-bottom:.5rem;font-size:.95rem}.filters-sidebar .filter-group .search-input[data-v-dd27e38a],.filters-sidebar .filter-group .filter-select[data-v-dd27e38a]{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:.95rem;transition:all .3s ease}.filters-sidebar .filter-group .search-input[data-v-dd27e38a]:hover,.filters-sidebar .filter-group .filter-select[data-v-dd27e38a]:hover{border-color:#667eea}.filters-sidebar .filter-group .search-input[data-v-dd27e38a]:focus,.filters-sidebar .filter-group .filter-select[data-v-dd27e38a]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.filters-sidebar .filter-group .search-input[data-v-dd27e38a]::placeholder{color:#999}.products-section[data-v-dd27e38a]{background:#fff;padding:0;min-height:400px}.loading-container[data-v-dd27e38a]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.loading-container .spinner[data-v-dd27e38a]{width:40px;height:40px;border:4px solid #f0f0f0;border-top-color:#667eea;border-radius:50%;animation:spin-dd27e38a 1s linear infinite;margin-bottom:1rem}@keyframes spin-dd27e38a{to{transform:rotate(360deg)}}.loading-container p[data-v-dd27e38a]{color:#666;font-size:1.1rem}.products-content[data-v-dd27e38a]{padding:0}.results-info[data-v-dd27e38a]{padding:1.5rem;border-bottom:1px solid #f0f0f0;color:#666;font-size:.95rem}.products-grid[data-v-dd27e38a]{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;padding:1.5rem}@media (max-width: 768px){.products-grid[data-v-dd27e38a]{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;padding:1rem}}@media (max-width: 480px){.products-grid[data-v-dd27e38a]{grid-template-columns:1fr}}.product-card[data-v-dd27e38a]{background:#fff;border:1px solid #f0f0f0;border-radius:8px;overflow:hidden;transition:all .3s ease}.product-card[data-v-dd27e38a]:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.product-card .product-image-wrapper[data-v-dd27e38a]{position:relative;overflow:hidden;background:#f5f5f5;aspect-ratio:1/1}.product-card .product-image-wrapper .product-image[data-v-dd27e38a]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card .product-image-wrapper .product-overlay[data-v-dd27e38a]{position:absolute;top:0;left:0;right:0;bottom:0;background:#667eeae6;display:flex;align-items:flex-end;justify-content:center;padding:1rem;opacity:0;transition:opacity .3s ease}.product-card .product-image-wrapper .product-overlay .btn-details[data-v-dd27e38a]{background:#fff;color:#667eea;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease}.product-card .product-image-wrapper .product-overlay .btn-details[data-v-dd27e38a]:hover,.product-card .product-image-wrapper:hover .product-image[data-v-dd27e38a]{transform:scale(1.05)}.product-card .product-image-wrapper:hover .product-overlay[data-v-dd27e38a]{opacity:1}.product-card .product-details[data-v-dd27e38a]{padding:1rem}.product-card .product-details .product-name[data-v-dd27e38a]{font-size:1rem;font-weight:700;margin:0 0 .25rem;color:#333;line-height:1.3;min-height:2.6rem}.product-card .product-details .product-brand[data-v-dd27e38a]{font-size:.85rem;color:#999;margin:0 0 .5rem;font-weight:500}.product-card .product-details .product-description[data-v-dd27e38a]{font-size:.85rem;color:#666;margin:0 0 1rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card .product-details .price-section[data-v-dd27e38a]{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.product-card .product-details .price-section .price[data-v-dd27e38a]{font-size:1.3rem;font-weight:700;color:#667eea}.product-card .product-details .price-section .stock-badge[data-v-dd27e38a]{font-size:.75rem;padding:.4rem .8rem;border-radius:4px;font-weight:600}.product-card .product-details .price-section .stock-badge.in-stock[data-v-dd27e38a]{background:#d4edda;color:#155724}.product-card .product-details .price-section .stock-badge.out-of-stock[data-v-dd27e38a]{background:#f8d7da;color:#721c24}.product-card .product-details .btn-add-cart[data-v-dd27e38a]{width:100%;padding:.75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease}.product-card .product-details .btn-add-cart[data-v-dd27e38a]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea4d}.product-card .product-details .btn-add-cart[data-v-dd27e38a]:disabled{opacity:.5;cursor:not-allowed}.no-products[data-v-dd27e38a]{display:flex;align-items:center;justify-content:center;padding:4rem 2rem;min-height:400px}.no-products .empty-state[data-v-dd27e38a]{text-align:center}.no-products .empty-state .empty-icon[data-v-dd27e38a]{font-size:3rem;margin-bottom:1rem;display:block}.no-products .empty-state h3[data-v-dd27e38a]{font-size:1.5rem;color:#333;margin-bottom:.5rem}.no-products .empty-state p[data-v-dd27e38a]{color:#999;font-size:1rem}.category-page[data-v-001e22dc]{background:#f8f9fa;min-height:100vh;padding:0}.page-header[data-v-001e22dc]{text-align:center;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.page-header h1[data-v-001e22dc]{font-size:2.5rem;margin:0 0 .5rem;font-weight:700}.page-header .subtitle[data-v-001e22dc]{font-size:1.1rem;opacity:.95;margin:0}@media (max-width: 768px){.page-header h1[data-v-001e22dc]{font-size:2rem}.page-header .subtitle[data-v-001e22dc]{font-size:1rem}}.category-container[data-v-001e22dc]{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:280px 1fr;gap:2rem;padding:2rem}@media (max-width: 1024px){.category-container[data-v-001e22dc]{grid-template-columns:250px 1fr;gap:1.5rem;padding:1.5rem}}@media (max-width: 768px){.category-container[data-v-001e22dc]{grid-template-columns:1fr;gap:1rem;padding:1rem}}.filters-sidebar[data-v-001e22dc]{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 10px #0000000d;height:fit-content;position:sticky;top:100px}@media (max-width: 768px){.filters-sidebar[data-v-001e22dc]{position:static;height:auto}}.filters-sidebar .filters-title[data-v-001e22dc]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.filters-sidebar .filters-title h3[data-v-001e22dc]{font-size:1.1rem;margin:0;color:#333;font-weight:700}.filters-sidebar .filters-title .reset-btn[data-v-001e22dc]{background:none;border:none;color:#667eea;cursor:pointer;font-weight:600;font-size:.9rem;transition:color .3s ease}.filters-sidebar .filters-title .reset-btn[data-v-001e22dc]:hover{color:#764ba2}.filters-sidebar .filter-group[data-v-001e22dc]{margin-bottom:1.5rem}.filters-sidebar .filter-group .filter-label[data-v-001e22dc]{display:block;font-weight:600;color:#333;margin-bottom:.5rem;font-size:.95rem}.filters-sidebar .filter-group .search-input[data-v-001e22dc],.filters-sidebar .filter-group .filter-select[data-v-001e22dc]{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:.95rem;transition:all .3s ease}.filters-sidebar .filter-group .search-input[data-v-001e22dc]:hover,.filters-sidebar .filter-group .filter-select[data-v-001e22dc]:hover{border-color:#667eea}.filters-sidebar .filter-group .search-input[data-v-001e22dc]:focus,.filters-sidebar .filter-group .filter-select[data-v-001e22dc]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.filters-sidebar .filter-group .search-input[data-v-001e22dc]::placeholder{color:#999}.products-section[data-v-001e22dc]{background:#fff;padding:0;min-height:400px}.loading-container[data-v-001e22dc]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.loading-container .spinner[data-v-001e22dc]{width:40px;height:40px;border:4px solid #f0f0f0;border-top-color:#667eea;border-radius:50%;animation:spin-001e22dc 1s linear infinite;margin-bottom:1rem}@keyframes spin-001e22dc{to{transform:rotate(360deg)}}.loading-container p[data-v-001e22dc]{color:#666;font-size:1.1rem}.products-content[data-v-001e22dc]{padding:0}.results-info[data-v-001e22dc]{padding:1.5rem;border-bottom:1px solid #f0f0f0;color:#666;font-size:.95rem}.products-grid[data-v-001e22dc]{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;padding:1.5rem}@media (max-width: 768px){.products-grid[data-v-001e22dc]{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;padding:1rem}}@media (max-width: 480px){.products-grid[data-v-001e22dc]{grid-template-columns:1fr}}.product-card[data-v-001e22dc]{background:#fff;border:1px solid #f0f0f0;border-radius:8px;overflow:hidden;transition:all .3s ease}.product-card[data-v-001e22dc]:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.product-card .product-image-wrapper[data-v-001e22dc]{position:relative;overflow:hidden;background:#f5f5f5;aspect-ratio:1/1}.product-card .product-image-wrapper .product-image[data-v-001e22dc]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card .product-image-wrapper .product-overlay[data-v-001e22dc]{position:absolute;top:0;left:0;right:0;bottom:0;background:#667eeae6;display:flex;align-items:flex-end;justify-content:center;padding:1rem;opacity:0;transition:opacity .3s ease}.product-card .product-image-wrapper .product-overlay .btn-details[data-v-001e22dc]{background:#fff;color:#667eea;padding:.75rem 1.5rem;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s ease}.product-card .product-image-wrapper .product-overlay .btn-details[data-v-001e22dc]:hover,.product-card .product-image-wrapper:hover .product-image[data-v-001e22dc]{transform:scale(1.05)}.product-card .product-image-wrapper:hover .product-overlay[data-v-001e22dc]{opacity:1}.product-card .product-details[data-v-001e22dc]{padding:1rem}.product-card .product-details .product-name[data-v-001e22dc]{font-size:1rem;font-weight:700;margin:0 0 .25rem;color:#333;line-height:1.3;min-height:2.6rem}.product-card .product-details .product-brand[data-v-001e22dc]{font-size:.85rem;color:#999;margin:0 0 .5rem;font-weight:500}.product-card .product-details .product-description[data-v-001e22dc]{font-size:.85rem;color:#666;margin:0 0 1rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card .product-details .price-section[data-v-001e22dc]{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.product-card .product-details .price-section .price[data-v-001e22dc]{font-size:1.3rem;font-weight:700;color:#667eea}.product-card .product-details .price-section .stock-badge[data-v-001e22dc]{font-size:.75rem;padding:.4rem .8rem;border-radius:4px;font-weight:600}.product-card .product-details .price-section .stock-badge.in-stock[data-v-001e22dc]{background:#d4edda;color:#155724}.product-card .product-details .price-section .stock-badge.out-of-stock[data-v-001e22dc]{background:#f8d7da;color:#721c24}.product-card .product-details .btn-add-cart[data-v-001e22dc]{width:100%;padding:.75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease}.product-card .product-details .btn-add-cart[data-v-001e22dc]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea4d}.product-card .product-details .btn-add-cart[data-v-001e22dc]:disabled{opacity:.5;cursor:not-allowed}.product-card .product-details .btn-customize[data-v-001e22dc]{width:100%;padding:.75rem;background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.95rem}.product-card .product-details .btn-customize[data-v-001e22dc]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #06b6d44d}.product-card .product-details .btn-customize[data-v-001e22dc]:disabled{opacity:.5;cursor:not-allowed}.no-products[data-v-001e22dc]{display:flex;align-items:center;justify-content:center;padding:4rem 2rem;min-height:400px}.no-products .empty-state[data-v-001e22dc]{text-align:center}.no-products .empty-state .empty-icon[data-v-001e22dc]{font-size:3rem;margin-bottom:1rem;display:block}.no-products .empty-state h3[data-v-001e22dc]{font-size:1.5rem;color:#333;margin-bottom:.5rem}.no-products .empty-state p[data-v-001e22dc]{color:#999;font-size:1rem}.product-detail[data-v-9132db2a]{max-width:1400px;margin:0 auto;padding:2rem}@media (max-width: 768px){.product-detail[data-v-9132db2a]{padding:1rem}}.loading-container[data-v-9132db2a],.error-container[data-v-9132db2a]{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:1rem;color:#666}.loading-container .spinner[data-v-9132db2a],.error-container .spinner[data-v-9132db2a]{border:4px solid #f0f0f0;border-top-color:#667eea;border-radius:50%;width:40px;height:40px;animation:spin-9132db2a 1s linear infinite}@keyframes spin-9132db2a{to{transform:rotate(360deg)}}.error-container[data-v-9132db2a]{color:#dc3545;text-align:center}.error-container p[data-v-9132db2a]{font-size:1.1rem;margin-bottom:1rem}.header[data-v-9132db2a]{margin-bottom:2rem}.header .back-link[data-v-9132db2a]{display:inline-flex;align-items:center;gap:.5rem;color:#667eea;text-decoration:none;font-weight:500}.header .back-link[data-v-9132db2a]:hover{color:#764ba2}.product-wrapper[data-v-9132db2a]{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}@media (max-width: 1024px){.product-wrapper[data-v-9132db2a]{grid-template-columns:1fr;gap:2rem}}.product-image-section[data-v-9132db2a]{display:flex;flex-direction:column;gap:1.5rem}.product-image-section .product-image[data-v-9132db2a]{width:100%;max-width:500px;height:auto;border-radius:8px;box-shadow:0 4px 20px #0000001a;object-fit:cover}.product-meta h1[data-v-9132db2a]{margin:0 0 .5rem;font-size:2rem;color:#333}.product-meta .brand[data-v-9132db2a]{margin:0 0 .5rem;color:#666;font-size:1.1rem}.product-meta .rating[data-v-9132db2a]{color:#ffc107;font-weight:500}.product-details-section[data-v-9132db2a]{display:flex;flex-direction:column;gap:1.5rem}.info-box[data-v-9132db2a]{background:#f9f9f9;padding:1.5rem;border-radius:8px}.info-box .price-display[data-v-9132db2a]{display:flex;align-items:baseline;gap:1rem;margin-bottom:1rem}.info-box .price-display .price[data-v-9132db2a]{font-size:1.8rem;font-weight:700;color:#667eea}.info-box .price-display .addon-price[data-v-9132db2a]{font-size:.95rem;color:#666}.info-box .description[data-v-9132db2a]{margin:0;color:#555;line-height:1.6}.customization-form[data-v-9132db2a]{display:flex;flex-direction:column;gap:1.5rem}.customize-header[data-v-9132db2a]{text-align:center;padding:2rem 1.5rem;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:8px;border:2px solid #667eea}.customize-header h2[data-v-9132db2a]{margin:0 0 .5rem;color:#333;font-size:1.5rem}.customize-header p[data-v-9132db2a]{margin:0;color:#666;font-size:.95rem}.customization-step[data-v-9132db2a]{display:flex;flex-direction:column;gap:1rem}.step-indicator[data-v-9132db2a]{display:flex;align-items:center;gap:1rem}.step-indicator .step-number[data-v-9132db2a]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;font-weight:700;font-size:1.1rem}.step-indicator .step-label[data-v-9132db2a]{font-weight:600;color:#333;font-size:1rem}.customization-section[data-v-9132db2a],.addons-section[data-v-9132db2a]{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem}.customization-section h3[data-v-9132db2a],.addons-section h3[data-v-9132db2a]{margin:0 0 1rem;color:#333;font-size:1.1rem}.customization-section .section-note[data-v-9132db2a],.addons-section .section-note[data-v-9132db2a]{margin:0 0 1rem;font-size:.9rem;color:#666}.customization-section.prescription-section[data-v-9132db2a],.addons-section.prescription-section[data-v-9132db2a]{background:#f9f9f9;border-color:#d0e4ff}.customization-section.compact[data-v-9132db2a],.addons-section.compact[data-v-9132db2a]{padding:1rem;background:#f5f5f5;border-color:#ddd}.form-row[data-v-9132db2a]{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1rem}.form-group[data-v-9132db2a]{display:flex;flex-direction:column;gap:.5rem}.form-group label[data-v-9132db2a]{font-weight:600;font-size:.95rem;color:#333}.form-group small[data-v-9132db2a]{font-size:.8rem;color:#999;margin-top:.25rem}.form-group input[data-v-9132db2a],.form-group select[data-v-9132db2a]{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:.95rem;font-family:inherit}.form-group input[data-v-9132db2a]:focus,.form-group select[data-v-9132db2a]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.addon-group[data-v-9132db2a]{margin-bottom:1rem;padding:1rem;background:#f9f9f9;border-radius:4px}.addon-group .addon-group-name[data-v-9132db2a]{font-weight:600;margin:0 0 .8rem;color:#333}.addon-group .addon-options[data-v-9132db2a]{display:flex;flex-direction:column;gap:.5rem}.addon-group .addon-option[data-v-9132db2a]{display:flex;align-items:center;gap:.5rem;cursor:pointer}.addon-group .addon-option input[type=radio][data-v-9132db2a]{margin:0}.addon-group .addon-option .option-label[data-v-9132db2a]{color:#555}.addon-group .addon-option:hover .option-label[data-v-9132db2a]{color:#333}.btn-add-cart[data-v-9132db2a]{padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.btn-add-cart[data-v-9132db2a]:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.btn-add-cart[data-v-9132db2a]:active{transform:translateY(0)}.btn-add-cart.btn-customize[data-v-9132db2a]{background:linear-gradient(135deg,#667eea,#764ba2)}.btn-add-cart.btn-customize .button-text[data-v-9132db2a]{display:flex;align-items:center;justify-content:center;gap:.5rem}.summary-box[data-v-9132db2a]{background:#f0f0f0;padding:1.5rem;border-radius:8px}.summary-box h4[data-v-9132db2a]{margin:0 0 1rem;color:#333}.summary-box .summary-row[data-v-9132db2a]{display:flex;justify-content:space-between;margin-bottom:.5rem;color:#666}.summary-box .summary-total[data-v-9132db2a]{display:flex;justify-content:space-between;margin-top:1rem;padding-top:1rem;border-top:2px solid #ddd;font-size:1.1rem;font-weight:700;color:#333}.description-section[data-v-9132db2a]{background:#fff;padding:2rem;border-radius:8px;border:1px solid #e0e0e0}.description-section h3[data-v-9132db2a]{margin:0 0 1rem;color:#333}.description-section p[data-v-9132db2a]{margin:0 0 1.5rem;color:#555;line-height:1.6}.description-section .specs[data-v-9132db2a]{margin-top:1.5rem}.description-section .specs h4[data-v-9132db2a]{margin:0 0 1rem;color:#333}.description-section .specs ul[data-v-9132db2a]{list-style:none;padding:0;margin:0}.description-section .specs ul li[data-v-9132db2a]{padding:.5rem 0;color:#666;border-bottom:1px solid #f0f0f0}.description-section .specs ul li strong[data-v-9132db2a]{color:#333}.btn[data-v-9132db2a]{padding:.75rem 1.5rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block}.btn.btn-primary[data-v-9132db2a]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.cart[data-v-58cc7883]{max-width:1200px;margin:0 auto;padding:2rem}@media (max-width: 768px){.cart[data-v-58cc7883]{padding:1rem}}.cart h1[data-v-58cc7883]{color:#333;margin-bottom:2rem;font-size:2rem}@media (max-width: 768px){.cart h1[data-v-58cc7883]{font-size:1.5rem}}.cart .cart-container[data-v-58cc7883]{display:grid;grid-template-columns:1fr 380px;gap:2rem}@media (max-width: 1024px){.cart .cart-container[data-v-58cc7883]{grid-template-columns:1fr 320px;gap:1.5rem}}@media (max-width: 768px){.cart .cart-container[data-v-58cc7883]{grid-template-columns:1fr;gap:2rem}}.cart .cart-container .cart-items[data-v-58cc7883]{display:flex;flex-direction:column;gap:1rem}.cart .cart-container .cart-items .cart-item[data-v-58cc7883]{display:grid;grid-template-columns:100px 1fr auto auto auto;gap:1rem;align-items:flex-start;padding:1.5rem;border:1px solid #e0e0e0;border-radius:8px;background:#fff;transition:box-shadow .3s ease}@media (max-width: 1024px){.cart .cart-container .cart-items .cart-item[data-v-58cc7883]{grid-template-columns:80px 1fr auto;gap:.75rem;padding:1rem}}@media (max-width: 768px){.cart .cart-container .cart-items .cart-item[data-v-58cc7883]{grid-template-columns:1fr;gap:1rem;padding:1.5rem}}.cart .cart-container .cart-items .cart-item[data-v-58cc7883]:hover{box-shadow:0 4px 12px #00000014}.cart .cart-container .cart-items .cart-item .item-image[data-v-58cc7883]{width:100px;height:100px;object-fit:cover;border-radius:6px;background:#f5f5f5}@media (max-width: 1024px){.cart .cart-container .cart-items .cart-item .item-image[data-v-58cc7883]{width:80px;height:80px}}@media (max-width: 768px){.cart .cart-container .cart-items .cart-item .item-image[data-v-58cc7883]{width:100%;height:auto;max-width:200px}}.cart .cart-container .cart-items .cart-item .item-details[data-v-58cc7883]{display:flex;flex-direction:column;gap:.5rem;min-width:0}.cart .cart-container .cart-items .cart-item .item-details h3[data-v-58cc7883]{margin:0;color:#333;font-size:1rem;font-weight:600;word-break:break-word}.cart .cart-container .cart-items .cart-item .item-details .price[data-v-58cc7883]{color:#007bff;font-weight:600;font-size:.95rem}.cart .cart-container .cart-items .cart-item .item-details .addon-charges[data-v-58cc7883]{color:#28a745;font-size:.85rem;margin:0;font-weight:500}.cart .cart-container .cart-items .cart-item .item-details .options[data-v-58cc7883]{color:#999;font-size:.85rem;margin:0}.cart .cart-container .cart-items .cart-item .item-details .customization-details[data-v-58cc7883]{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e0e0e0;font-size:.85rem}.cart .cart-container .cart-items .cart-item .item-details .customization-details .detail-label[data-v-58cc7883]{font-weight:600;color:#333;margin:.5rem 0 .25rem;font-size:.85rem}.cart .cart-container .cart-items .cart-item .item-details .customization-details .detail-list[data-v-58cc7883]{list-style:none;margin:0;padding:0 0 0 .75rem}.cart .cart-container .cart-items .cart-item .item-details .customization-details .detail-list li[data-v-58cc7883]{color:#666;font-size:.8rem;margin:.25rem 0;line-height:1.4}.cart .cart-container .cart-items .cart-item .item-details .customization-details .detail-list .addon-item[data-v-58cc7883]{color:#28a745}.cart .cart-container .cart-items .cart-item .item-details .customization-details .prescription-info[data-v-58cc7883]{margin-bottom:.5rem;padding:.5rem;background:#f0f4ff;border-left:3px solid #007bff;border-radius:2px}.cart .cart-container .cart-items .cart-item .item-details .customization-details .addons-info[data-v-58cc7883]{padding:.5rem;background:#f0fff4;border-left:3px solid #28a745;border-radius:2px}.cart .cart-container .cart-items .cart-item .quantity-control[data-v-58cc7883]{display:flex;align-items:center;gap:.5rem;white-space:nowrap}@media (max-width: 768px){.cart .cart-container .cart-items .cart-item .quantity-control[data-v-58cc7883]{grid-column:auto}}.cart .cart-container .cart-items .cart-item .quantity-control .btn-qty[data-v-58cc7883]{width:32px;height:32px;border:1px solid #ddd;background:#fff;cursor:pointer;border-radius:4px;font-weight:600;color:#333;transition:all .2s ease}.cart .cart-container .cart-items .cart-item .quantity-control .btn-qty[data-v-58cc7883]:hover{background:#667eea;color:#fff;border-color:#667eea}.cart .cart-container .cart-items .cart-item .quantity-control span[data-v-58cc7883]{min-width:30px;text-align:center;font-weight:500}.cart .cart-container .cart-items .cart-item .subtotal[data-v-58cc7883]{font-weight:600;color:#333;text-align:right;white-space:nowrap;font-size:.95rem}@media (max-width: 1024px){.cart .cart-container .cart-items .cart-item .subtotal[data-v-58cc7883]{text-align:right}}@media (max-width: 768px){.cart .cart-container .cart-items .cart-item .subtotal[data-v-58cc7883]{text-align:left;padding-top:.5rem;border-top:1px solid #e0e0e0}}.cart .cart-container .cart-items .cart-item .btn-remove[data-v-58cc7883]{background:#dc3545;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .2s ease;white-space:nowrap}@media (max-width: 1024px){.cart .cart-container .cart-items .cart-item .btn-remove[data-v-58cc7883]{padding:.4rem .75rem;font-size:.8rem}}@media (max-width: 768px){.cart .cart-container .cart-items .cart-item .btn-remove[data-v-58cc7883]{width:100%;padding:.75rem;font-size:.9rem}}.cart .cart-container .cart-items .cart-item .btn-remove[data-v-58cc7883]:hover{background:#c82333;transform:translateY(-2px);box-shadow:0 2px 8px #dc35454d}.cart .cart-container .cart-summary[data-v-58cc7883]{background:#fff;padding:1.5rem;border-radius:8px;height:fit-content;border:1px solid #e0e0e0;position:sticky;top:100px}@media (max-width: 768px){.cart .cart-container .cart-summary[data-v-58cc7883]{position:static;top:auto}}.cart .cart-container .cart-summary h3[data-v-58cc7883]{margin-top:0;margin-bottom:1.5rem;color:#333;font-size:1.1rem;border-bottom:2px solid #f0f0f0;padding-bottom:.75rem}.cart .cart-container .cart-summary .summary-row[data-v-58cc7883]{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.75rem;color:#666;font-size:.95rem}.cart .cart-container .cart-summary .summary-row span[data-v-58cc7883]:last-child{font-weight:500;text-align:right}.cart .cart-container .cart-summary .summary-row.total[data-v-58cc7883]{border-top:2px solid #e0e0e0;border-bottom:2px solid #e0e0e0;padding:1rem 0;margin:1rem 0;font-size:1.1rem;font-weight:700;color:#333}.cart .cart-container .cart-summary .summary-row.total span[data-v-58cc7883]:last-child{color:#007bff;font-size:1.25rem}.cart .cart-container .cart-summary .btn[data-v-58cc7883]{width:100%;margin-top:1.5rem;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.cart .cart-container .cart-summary .btn[data-v-58cc7883]:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.cart .cart-container .cart-summary .btn[data-v-58cc7883]:active{transform:translateY(0)}.cart .empty-cart[data-v-58cc7883]{text-align:center;padding:4rem 2rem;color:#666;background:#fff;border-radius:8px;border:2px dashed #e0e0e0}.cart .empty-cart p[data-v-58cc7883]{font-size:1.25rem;margin-bottom:2rem;color:#999}.cart .empty-cart .btn[data-v-58cc7883]{display:inline-block;padding:.75rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:6px;cursor:pointer;font-weight:600;transition:all .3s ease}.cart .empty-cart .btn[data-v-58cc7883]:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.login[data-v-b3c45716]{display:flex;justify-content:center;align-items:center;min-height:60vh}.login .login-container[data-v-b3c45716]{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;width:100%;max-width:400px}.login .login-container h1[data-v-b3c45716]{color:#333;text-align:center;margin-bottom:2rem}.login .login-container .form-group[data-v-b3c45716]{margin-bottom:1rem}.login .login-container .form-group label[data-v-b3c45716]{display:block;color:#333;margin-bottom:.5rem;font-weight:500}.login .login-container .form-group input[data-v-b3c45716]{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.login .login-container .form-group input[data-v-b3c45716]:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff40}.login .login-container .btn[data-v-b3c45716]{width:100%;padding:.75rem;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer}.login .login-container .btn[data-v-b3c45716]:hover{background-color:#0056b3}.login .login-container .signup-link[data-v-b3c45716]{text-align:center;margin-top:1rem;color:#666}.login .login-container .signup-link a[data-v-b3c45716]{color:#007bff;text-decoration:none}.login .login-container .signup-link a[data-v-b3c45716]:hover{text-decoration:underline}.admin-layout[data-v-e4a8d4fe]{display:flex;min-height:100vh;background:#f5f5f5}.admin-sidebar[data-v-e4a8d4fe]{width:250px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;flex-direction:column;transition:all .3s ease;box-shadow:2px 0 10px #0000001a}.admin-sidebar.collapsed[data-v-e4a8d4fe]{width:70px}.admin-sidebar.collapsed .sidebar-header h2[data-v-e4a8d4fe],.admin-sidebar.collapsed .nav-item .label[data-v-e4a8d4fe],.admin-sidebar.collapsed .sidebar-footer .label[data-v-e4a8d4fe]{display:none}.admin-sidebar.collapsed .collapse-btn[data-v-e4a8d4fe]{transform:scaleX(-1)}.admin-sidebar .sidebar-header[data-v-e4a8d4fe]{padding:1.5rem 1rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.admin-sidebar .sidebar-header h2[data-v-e4a8d4fe]{margin:0;font-size:1.2rem;font-weight:700}.admin-sidebar .sidebar-header .collapse-btn[data-v-e4a8d4fe]{background:none;border:none;color:#fff;font-size:1.2rem;cursor:pointer;transition:transform .3s ease}.admin-sidebar .sidebar-nav[data-v-e4a8d4fe]{flex:1;padding:1rem 0;overflow-y:auto}.admin-sidebar .sidebar-nav .nav-item[data-v-e4a8d4fe]{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;color:#fffc;text-decoration:none;transition:all .3s ease}.admin-sidebar .sidebar-nav .nav-item .icon[data-v-e4a8d4fe]{font-size:1.3rem;min-width:30px;text-align:center}.admin-sidebar .sidebar-nav .nav-item .label[data-v-e4a8d4fe]{font-weight:500}.admin-sidebar .sidebar-nav .nav-item[data-v-e4a8d4fe]:hover{background:#ffffff1a;color:#fff;padding-left:1.5rem}.admin-sidebar .sidebar-nav .nav-item.active[data-v-e4a8d4fe]{background:#fff3;color:#fff;border-left:3px solid white}.admin-sidebar .sidebar-footer[data-v-e4a8d4fe]{padding:1rem;border-top:1px solid rgba(255,255,255,.1)}.admin-sidebar .sidebar-footer .logout-btn[data-v-e4a8d4fe]{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:6px;cursor:pointer;transition:all .3s ease;font-weight:500}.admin-sidebar .sidebar-footer .logout-btn[data-v-e4a8d4fe]:hover{background:#fff3;border-color:#fff}.admin-sidebar .sidebar-footer .logout-btn .icon[data-v-e4a8d4fe]{font-size:1.2rem}.admin-main[data-v-e4a8d4fe]{flex:1;display:flex;flex-direction:column}.admin-topbar[data-v-e4a8d4fe]{background:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px #0000000d}.admin-topbar .topbar-left[data-v-e4a8d4fe]{display:flex;align-items:center;gap:1rem}.admin-topbar .topbar-left .menu-toggle[data-v-e4a8d4fe]{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#333}@media (max-width: 768px){.admin-topbar .topbar-left .menu-toggle[data-v-e4a8d4fe]{display:block}}.admin-topbar .topbar-left .page-title[data-v-e4a8d4fe]{margin:0;font-size:1.8rem;color:#333;font-weight:700}.admin-topbar .topbar-right .user-menu[data-v-e4a8d4fe]{display:flex;align-items:center;gap:.75rem}.admin-topbar .topbar-right .user-menu .user-name[data-v-e4a8d4fe]{font-weight:600;color:#333}.admin-topbar .topbar-right .user-menu .user-avatar[data-v-e4a8d4fe]{font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f0f0f0;border-radius:50%}.admin-content[data-v-e4a8d4fe]{flex:1;padding:2rem;overflow-y:auto}@media (max-width: 768px){.admin-sidebar[data-v-e4a8d4fe]{position:fixed;left:0;top:0;height:100vh;z-index:999;transition:transform .3s ease;transform:translate(-100%)}.admin-sidebar[data-v-e4a8d4fe]:not(.collapsed){transform:translate(0)}.admin-main[data-v-e4a8d4fe]{margin-left:0}}.admin-dashboard[data-v-cec31051]{display:flex;flex-direction:column;gap:2rem}.dashboard-grid[data-v-cec31051]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.dashboard-grid .stat-card[data-v-cec31051]{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 10px #0000000d;display:flex;align-items:center;gap:1.5rem;transition:all .3s ease}.dashboard-grid .stat-card[data-v-cec31051]:hover{transform:translateY(-5px);box-shadow:0 5px 20px #0000001a}.dashboard-grid .stat-card .stat-icon[data-v-cec31051]{font-size:2.5rem;width:70px;height:70px;display:flex;align-items:center;justify-content:center;border-radius:8px}.dashboard-grid .stat-card .stat-icon.products[data-v-cec31051]{background:#e3f2fd}.dashboard-grid .stat-card .stat-icon.orders[data-v-cec31051]{background:#fff3e0}.dashboard-grid .stat-card .stat-icon.customers[data-v-cec31051]{background:#e8f5e9}.dashboard-grid .stat-card .stat-icon.revenue[data-v-cec31051]{background:#f3e5f5}.dashboard-grid .stat-card .stat-content h3[data-v-cec31051]{margin:0 0 .5rem;color:#666;font-size:.95rem;font-weight:600}.dashboard-grid .stat-card .stat-content .stat-number[data-v-cec31051]{margin:0;font-size:2rem;font-weight:700;color:#333}.dashboard-content[data-v-cec31051]{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 1024px){.dashboard-content[data-v-cec31051]{grid-template-columns:1fr}}.dashboard-content h2[data-v-cec31051]{margin:0 0 1.5rem;font-size:1.3rem;color:#333}.recent-orders[data-v-cec31051],.quick-actions[data-v-cec31051]{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 10px #0000000d}.empty-state[data-v-cec31051]{padding:3rem 1rem;text-align:center;color:#999}.empty-state p[data-v-cec31051]{margin:0;font-size:1.1rem}.actions-grid[data-v-cec31051]{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.actions-grid .action-btn[data-v-cec31051]{padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;display:flex;flex-direction:column;align-items:center;gap:.75rem;transition:all .3s ease;font-weight:600;text-align:center}.actions-grid .action-btn .icon[data-v-cec31051]{font-size:1.8rem}.actions-grid .action-btn[data-v-cec31051]:hover{transform:translateY(-3px);box-shadow:0 5px 15px #667eea4d}.admin-products[data-v-8f366e9d]{display:flex;flex-direction:column;gap:1.5rem}.page-header[data-v-8f366e9d]{display:flex;justify-content:space-between;align-items:center}.page-header h1[data-v-8f366e9d]{margin:0;color:#333;font-size:1.8rem}.filters-bar[data-v-8f366e9d]{display:flex;gap:1rem}.filters-bar .search-input[data-v-8f366e9d],.filters-bar .filter-select[data-v-8f366e9d]{padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:.95rem}.filters-bar .search-input[data-v-8f366e9d]{flex:1;max-width:400px}.products-table[data-v-8f366e9d]{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;overflow:auto}.products-table table[data-v-8f366e9d]{width:100%;border-collapse:collapse}.products-table table thead[data-v-8f366e9d]{background:#f5f5f5}.products-table table thead th[data-v-8f366e9d]{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e0e0e0}.products-table table tbody tr[data-v-8f366e9d]{border-bottom:1px solid #e0e0e0}.products-table table tbody tr[data-v-8f366e9d]:hover{background:#f9f9f9}.products-table table tbody tr td[data-v-8f366e9d]{padding:1rem;color:#666}.products-table table tbody tr td.actions[data-v-8f366e9d]{display:flex;gap:.5rem}.products-table table tbody tr td .low-stock[data-v-8f366e9d]{color:#ff6b6b;font-weight:600}.products-table table tbody tr td .status-badge[data-v-8f366e9d]{padding:.3rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600}.products-table table tbody tr td .status-badge.active[data-v-8f366e9d]{background:#d4edda;color:#155724}.products-table table tbody tr td .status-badge.inactive[data-v-8f366e9d]{background:#f8d7da;color:#721c24}.no-data[data-v-8f366e9d]{background:#fff;padding:3rem;text-align:center;border-radius:8px;color:#999}.offer-badge[data-v-8f366e9d]{background:#fff3cd;color:#856404;padding:.35rem .6rem;border-radius:4px;font-weight:600;font-size:.9rem}.no-offer[data-v-8f366e9d]{color:#ccc}.editor-toolbar[data-v-8f366e9d]{display:flex;gap:.5rem;padding:.5rem;background:#f9f9f9;border:1px solid #ddd;border-radius:6px 6px 0 0;margin-bottom:0}.editor-toolbar .toolbar-btn[data-v-8f366e9d]{padding:.4rem .7rem;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;font-weight:600;transition:all .2s ease;font-size:.85rem}.editor-toolbar .toolbar-btn[data-v-8f366e9d]:hover{background:#667eea;color:#fff;border-color:#667eea}.description-editor[data-v-8f366e9d]{width:100%;min-height:200px;padding:1rem;border:1px solid #ddd;border-top:none;border-radius:0 0 6px 6px;font-family:inherit;font-size:.95rem;resize:vertical}.description-editor[data-v-8f366e9d]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.image-upload-area[data-v-8f366e9d]{position:relative;border:2px dashed #667eea;border-radius:6px;padding:2rem;text-align:center;background:#f9f9f9;cursor:pointer;transition:all .3s ease}.image-upload-area[data-v-8f366e9d]:hover{background:#f0f0f0;border-color:#764ba2}.image-upload-area .file-input[data-v-8f366e9d]{display:none}.image-upload-area .upload-hint[data-v-8f366e9d]{color:#666;font-size:.95rem;margin:0}.images-preview[data-v-8f366e9d]{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem;margin-top:1rem}.images-preview .image-item[data-v-8f366e9d]{position:relative;border-radius:6px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.images-preview .image-item img[data-v-8f366e9d]{width:100%;height:100px;object-fit:cover}.images-preview .image-item .remove-btn[data-v-8f366e9d]{position:absolute;top:.5rem;right:.5rem;background:#f00c;color:#fff;border:none;border-radius:50%;width:28px;height:28px;cursor:pointer;font-weight:700;transition:all .2s ease}.images-preview .image-item .remove-btn[data-v-8f366e9d]:hover{background:red;transform:scale(1.1)}.loading-spinner[data-v-8f366e9d]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem}.loading-spinner .spinner[data-v-8f366e9d]{width:40px;height:40px;border:4px solid #f0f0f0;border-top-color:#667eea;border-radius:50%;animation:spin-8f366e9d 1s linear infinite;margin-bottom:1rem}@keyframes spin-8f366e9d{to{transform:rotate(360deg)}}.btn[data-v-8f366e9d]{padding:.75rem 1.5rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn.btn-primary[data-v-8f366e9d]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn.btn-primary[data-v-8f366e9d]:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea4d}.btn.btn-secondary[data-v-8f366e9d]{background:#f0f0f0;color:#333}.btn.btn-secondary[data-v-8f366e9d]:hover{background:#e0e0e0}.btn-icon[data-v-8f366e9d]{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.5rem;transition:all .3s ease}.btn-icon.edit[data-v-8f366e9d]:hover{transform:scale(1.2);color:#667eea}.btn-icon.delete[data-v-8f366e9d]:hover{transform:scale(1.2);color:#ff6b6b}.modal-overlay[data-v-8f366e9d]{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-overlay .modal[data-v-8f366e9d]{background:#fff;border-radius:8px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto}.modal-overlay .modal.modal-large[data-v-8f366e9d]{max-width:650px}.modal-overlay .modal .modal-header[data-v-8f366e9d]{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}.modal-overlay .modal .modal-header h2[data-v-8f366e9d]{margin:0;font-size:1.3rem}.modal-overlay .modal .modal-header .close-btn[data-v-8f366e9d]{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#999}.modal-overlay .modal .modal-header .close-btn[data-v-8f366e9d]:hover{color:#333}.modal-overlay .modal .modal-body[data-v-8f366e9d]{padding:1.5rem}.form-group[data-v-8f366e9d]{margin-bottom:1.5rem}.form-group label[data-v-8f366e9d]{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-group input[data-v-8f366e9d],.form-group textarea[data-v-8f366e9d],.form-group select[data-v-8f366e9d]{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-family:inherit;font-size:.95rem}.form-group input[data-v-8f366e9d]:focus,.form-group textarea[data-v-8f366e9d]:focus,.form-group select[data-v-8f366e9d]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea[data-v-8f366e9d]{resize:vertical;min-height:100px}.form-group[data-v-8f366e9d] .vue-quill-editor{width:100%}.form-row[data-v-8f366e9d]{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.modal-actions[data-v-8f366e9d]{display:flex;gap:1rem;margin-top:2rem}.modal-actions button[data-v-8f366e9d]{flex:1}.admin-categories[data-v-f1ccccbe]{display:flex;flex-direction:column;gap:1.5rem}.page-header[data-v-f1ccccbe]{display:flex;justify-content:space-between;align-items:center}.page-header h1[data-v-f1ccccbe]{margin:0;color:#333;font-size:1.8rem}.categories-grid[data-v-f1ccccbe]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.categories-grid .category-card[data-v-f1ccccbe]{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 10px #0000000d;transition:all .3s ease}.categories-grid .category-card[data-v-f1ccccbe]:hover{transform:translateY(-5px);box-shadow:0 5px 20px #0000001a}.categories-grid .category-card h3[data-v-f1ccccbe]{margin:0 0 .5rem;color:#333}.categories-grid .category-card p[data-v-f1ccccbe]{margin:0 0 1rem;color:#666;font-size:.9rem}.categories-grid .category-card .card-actions[data-v-f1ccccbe]{display:flex;gap:.5rem}.no-data[data-v-f1ccccbe]{background:#fff;padding:3rem;text-align:center;border-radius:8px;color:#999}.btn[data-v-f1ccccbe]{padding:.75rem 1.5rem;border:none;border-radius:6px;font-weight:600;cursor:pointer}.btn.btn-primary[data-v-f1ccccbe]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn.btn-secondary[data-v-f1ccccbe]{background:#f0f0f0;color:#333}.btn-icon[data-v-f1ccccbe]{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.5rem}.modal-overlay[data-v-f1ccccbe]{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-overlay .modal[data-v-f1ccccbe]{background:#fff;border-radius:8px;max-width:500px;width:90%}.modal-overlay .modal.modal-large[data-v-f1ccccbe]{max-width:650px}.modal-header[data-v-f1ccccbe]{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}.modal-header h2[data-v-f1ccccbe]{margin:0}.modal-header .close-btn[data-v-f1ccccbe]{background:none;border:none;font-size:1.5rem;cursor:pointer}.modal-body[data-v-f1ccccbe]{padding:1.5rem}.form-group[data-v-f1ccccbe]{margin-bottom:1.5rem}.form-group label[data-v-f1ccccbe]{display:block;margin-bottom:.5rem;font-weight:600}.form-group input[data-v-f1ccccbe],.form-group textarea[data-v-f1ccccbe]{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px}.form-group input[data-v-f1ccccbe]:focus,.form-group textarea[data-v-f1ccccbe]:focus{outline:none;border-color:#667eea}.form-group[data-v-f1ccccbe] .vue-quill-editor{width:100%}.modal-actions[data-v-f1ccccbe]{display:flex;gap:1rem;margin-top:2rem}.modal-actions button[data-v-f1ccccbe]{flex:1}.loading-spinner[data-v-f1ccccbe]{display:flex;align-items:center;justify-content:center;padding:3rem}.loading-spinner .spinner[data-v-f1ccccbe]{width:40px;height:40px;border:4px solid #f0f0f0;border-top-color:#667eea;border-radius:50%;animation:spin-f1ccccbe 1s linear infinite}@keyframes spin-f1ccccbe{to{transform:rotate(360deg)}}.editor-toolbar[data-v-f1ccccbe]{display:flex;gap:.5rem;padding:.5rem;background:#f9f9f9;border:1px solid #ddd;border-radius:6px 6px 0 0;margin-bottom:0}.editor-toolbar .toolbar-btn[data-v-f1ccccbe]{padding:.4rem .7rem;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;font-weight:600;transition:all .2s ease;font-size:.85rem}.editor-toolbar .toolbar-btn[data-v-f1ccccbe]:hover{background:#667eea;color:#fff;border-color:#667eea}.description-editor[data-v-f1ccccbe]{width:100%;min-height:150px;padding:1rem;border:1px solid #ddd;border-top:none;border-radius:0 0 6px 6px;font-family:inherit;font-size:.95rem;resize:vertical}.description-editor[data-v-f1ccccbe]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.addons-container[data-v-5d828a27]{display:flex;flex-direction:column;gap:1rem}.addon-card[data-v-5d828a27]{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;overflow:hidden}.addon-header[data-v-5d828a27]{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;background:linear-gradient(135deg,#f5f7fa,#f9fafb);border-bottom:1px solid #e0e0e0;cursor:pointer;-webkit-user-select:none;user-select:none}.addon-header[data-v-5d828a27]:hover{background:linear-gradient(135deg,#f0f3f7,#f4f6f9)}.addon-title[data-v-5d828a27]{display:flex;align-items:center;gap:1rem;flex:1}.addon-title h3[data-v-5d828a27]{margin:0;font-size:1.1rem;color:#333}.addon-title .expand-icon[data-v-5d828a27]{font-size:.8rem;color:#999;transition:color .2s}.addon-type-badge[data-v-5d828a27]{background:#e3f2fd;color:#1976d2;padding:.3rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600}.addon-stats[data-v-5d828a27]{display:flex;align-items:center;gap:1rem;margin:0 1.5rem}.stat-badge[data-v-5d828a27]{background:#f5f5f5;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;color:#666}.status-badge[data-v-5d828a27]{padding:.3rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600}.addon-actions[data-v-5d828a27]{display:flex;gap:.5rem}.btn-icon[data-v-5d828a27]:hover{opacity:.7}.addon-details[data-v-5d828a27]{padding:1.5rem;background:#fafafa;border-top:1px solid #e0e0e0}.addon-options h4[data-v-5d828a27]{margin:0 0 1rem;color:#333}.addon-options table[data-v-5d828a27]{width:100%;border-collapse:collapse}.addon-options table thead[data-v-5d828a27]{background:#f0f0f0}.addon-options table thead th[data-v-5d828a27]{padding:.8rem;text-align:left;font-weight:600;font-size:.9rem;border-bottom:1px solid #ddd}.addon-options table tbody tr[data-v-5d828a27]{border-bottom:1px solid #e0e0e0}.addon-options table tbody tr[data-v-5d828a27]:hover{background:#f9f9f9}.addon-options table tbody tr td[data-v-5d828a27]{padding:.8rem;font-size:.95rem}.status-small[data-v-5d828a27]{font-size:1.2rem;font-weight:700}.status-small.active[data-v-5d828a27]{color:#28a745}.status-small.inactive[data-v-5d828a27]{color:#dc3545}.no-options[data-v-5d828a27]{padding:1rem;text-align:center;color:#999;font-style:italic;background:#fff}.no-options p[data-v-5d828a27]{margin:0 0 1rem}.btn-icon-small[data-v-5d828a27]{background:none;border:none;font-size:1rem;cursor:pointer;padding:.25rem;opacity:.7;transition:opacity .2s}.btn-icon-small[data-v-5d828a27]:hover{opacity:1}.add-option-form[data-v-5d828a27]{margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0}.add-option-form h5[data-v-5d828a27]{margin:0 0 .8rem;color:#333;font-size:.95rem}.add-option-form .form-row-inline[data-v-5d828a27]{display:flex;gap:.5rem;align-items:flex-end}@media (max-width: 768px){.add-option-form .form-row-inline[data-v-5d828a27]{flex-wrap:wrap}}.add-option-form .input-small[data-v-5d828a27]{flex:1;min-width:120px;padding:.6rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem;font-family:inherit}.add-option-form .input-small[data-v-5d828a27]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea1a}@media (max-width: 768px){.add-option-form .input-small[data-v-5d828a27]{flex:1 1 calc(50% - .25rem)}}.add-option-form .btn-add-option[data-v-5d828a27]{padding:.6rem 1rem;background:#667eea;color:#fff;border:none;border-radius:4px;font-weight:600;cursor:pointer;font-size:.9rem;white-space:nowrap;transition:background .2s}.add-option-form .btn-add-option[data-v-5d828a27]:hover{background:#5568d3}@media (max-width: 768px){.add-option-form .btn-add-option[data-v-5d828a27]{flex:1 0 100%}}.no-data[data-v-5d828a27]{text-align:center;padding:2rem;color:#999;font-size:1.1rem}.form-group[data-v-5d828a27]{margin-bottom:1.2rem}.form-group label[data-v-5d828a27]{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-group input[type=text][data-v-5d828a27],.form-group input[type=email][data-v-5d828a27],.form-group input[type=number][data-v-5d828a27],.form-group textarea[data-v-5d828a27],.form-group select[data-v-5d828a27]{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem}.form-group input[type=text][data-v-5d828a27]:focus,.form-group input[type=email][data-v-5d828a27]:focus,.form-group input[type=number][data-v-5d828a27]:focus,.form-group textarea[data-v-5d828a27]:focus,.form-group select[data-v-5d828a27]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea[data-v-5d828a27]{resize:vertical;min-height:80px}.form-group input[type=checkbox][data-v-5d828a27]{margin-right:.5rem}.form-row .form-group[data-v-5d828a27]{margin-bottom:0}.modal-actions[data-v-5d828a27]{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.initial-options-section[data-v-5d828a27]{margin-top:1.5rem;padding:1rem;background:#f0f7ff;border:1px solid #b3d9ff;border-radius:6px}.initial-options-section h4[data-v-5d828a27]{margin:0 0 .5rem;color:#333;font-size:.95rem}.initial-options-section .section-note[data-v-5d828a27]{margin:0 0 1rem;color:#666;font-size:.85rem;font-style:italic}.option-input-row[data-v-5d828a27]{display:flex;gap:.5rem;align-items:flex-end;margin-bottom:.8rem}.option-input-row .input-small[data-v-5d828a27]{flex:1;min-width:120px;padding:.6rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem;font-family:inherit}.option-input-row .input-small[data-v-5d828a27]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea1a}.option-input-row .btn-remove-option[data-v-5d828a27]{padding:.6rem .8rem;background:#f5f5f5;color:#dc3545;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-weight:600;transition:all .2s}.option-input-row .btn-remove-option[data-v-5d828a27]:hover{background:#f0f0f0;border-color:#dc3545}.btn-add-initial-option[data-v-5d828a27]{width:100%;padding:.8rem;background:#e3f2fd;color:#1976d2;border:1px dashed #1976d2;border-radius:4px;font-weight:600;cursor:pointer;font-size:.9rem;transition:all .2s}.btn-add-initial-option[data-v-5d828a27]:hover{background:#bbdefb;border-color:#1565c0}.admin-addons[data-v-5d828a27]{display:flex;flex-direction:column;gap:1.5rem}.page-header[data-v-5d828a27]{display:flex;justify-content:space-between;align-items:center}.page-header h1[data-v-5d828a27]{margin:0;color:#333;font-size:1.8rem}.addons-table[data-v-5d828a27]{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;overflow:auto}.addons-table table[data-v-5d828a27]{width:100%;border-collapse:collapse}.addons-table table thead[data-v-5d828a27]{background:#f5f5f5}.addons-table table thead th[data-v-5d828a27]{padding:1rem;text-align:left;font-weight:600;border-bottom:2px solid #e0e0e0}.addons-table table tbody tr[data-v-5d828a27]{border-bottom:1px solid #e0e0e0}.addons-table table tbody tr[data-v-5d828a27]:hover{background:#f9f9f9}.addons-table table tbody tr td[data-v-5d828a27]{padding:1rem}.addons-table table tbody tr td.actions[data-v-5d828a27]{display:flex;gap:.5rem}.status-badge[data-v-5d828a27]{padding:.3rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600}.status-badge.active[data-v-5d828a27]{background:#d4edda;color:#155724}.status-badge.inactive[data-v-5d828a27]{background:#f8d7da;color:#721c24}.btn[data-v-5d828a27]{padding:.75rem 1.5rem;border:none;border-radius:6px;font-weight:600;cursor:pointer}.btn.btn-primary[data-v-5d828a27]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn.btn-secondary[data-v-5d828a27]{background:#f0f0f0;color:#333}.btn-icon[data-v-5d828a27]{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.5rem}.modal-overlay[data-v-5d828a27]{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-overlay .modal[data-v-5d828a27]{background:#fff;border-radius:8px;max-width:500px;width:90%}.modal-overlay .modal.modal-large[data-v-5d828a27]{max-width:650px}.modal-header[data-v-5d828a27]{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}.modal-header h2[data-v-5d828a27]{margin:0}.modal-header .close-btn[data-v-5d828a27]{background:none;border:none;font-size:1.5rem;cursor:pointer}.modal-body[data-v-5d828a27]{padding:1.5rem}.form-group[data-v-5d828a27]{margin-bottom:1.5rem}.form-group label[data-v-5d828a27]{display:block;margin-bottom:.5rem;font-weight:600}.form-group input[data-v-5d828a27],.form-group textarea[data-v-5d828a27]{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px}.form-group input[data-v-5d828a27]:focus,.form-group textarea[data-v-5d828a27]:focus{outline:none;border-color:#667eea}.form-group[data-v-5d828a27] .vue-quill-editor{width:100%}.modal-actions[data-v-5d828a27]{display:flex;gap:1rem;margin-top:2rem}.modal-actions button[data-v-5d828a27]{flex:1}.no-data[data-v-5d828a27]{background:#fff;padding:3rem;text-align:center;border-radius:8px;color:#999}.offer-badge[data-v-5d828a27]{background:#fff3cd;color:#856404;padding:.35rem .6rem;border-radius:4px;font-weight:600;font-size:.9rem}.no-offer[data-v-5d828a27]{color:#ccc}.form-row[data-v-5d828a27]{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.editor-toolbar[data-v-5d828a27]{display:flex;gap:.5rem;padding:.5rem;background:#f9f9f9;border:1px solid #ddd;border-radius:6px 6px 0 0;margin-bottom:0}.editor-toolbar .toolbar-btn[data-v-5d828a27]{padding:.4rem .7rem;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;font-weight:600;transition:all .2s ease;font-size:.85rem}.editor-toolbar .toolbar-btn[data-v-5d828a27]:hover{background:#667eea;color:#fff;border-color:#667eea}.description-editor[data-v-5d828a27]{width:100%;min-height:150px;padding:1rem;border:1px solid #ddd;border-top:none;border-radius:0 0 6px 6px;font-family:inherit;font-size:.95rem;resize:vertical}.description-editor[data-v-5d828a27]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.admin-orders[data-v-adf063ac]{display:flex;flex-direction:column;gap:1.5rem}.page-header h1[data-v-adf063ac]{margin:0;color:#333;font-size:1.8rem}.filters-bar[data-v-adf063ac]{display:flex;gap:1rem}.filters-bar .search-input[data-v-adf063ac],.filters-bar .filter-select[data-v-adf063ac]{padding:.75rem;border:1px solid #ddd;border-radius:6px}.filters-bar .search-input[data-v-adf063ac]{flex:1;max-width:300px}.orders-table[data-v-adf063ac]{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;overflow:auto}.orders-table table[data-v-adf063ac]{width:100%;border-collapse:collapse}.orders-table table thead[data-v-adf063ac]{background:#f5f5f5}.orders-table table thead th[data-v-adf063ac]{padding:1rem;text-align:left;font-weight:600;border-bottom:2px solid #e0e0e0}.orders-table table tbody tr[data-v-adf063ac]{border-bottom:1px solid #e0e0e0}.orders-table table tbody tr[data-v-adf063ac]:hover{background:#f9f9f9}.orders-table table tbody tr td[data-v-adf063ac]{padding:1rem}.orders-table table tbody tr td.actions[data-v-adf063ac]{display:flex;gap:.5rem}.status-badge[data-v-adf063ac]{padding:.3rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600}.status-badge.pending[data-v-adf063ac]{background:#fff3cd;color:#856404}.status-badge.processing[data-v-adf063ac]{background:#d1ecf1;color:#0c5460}.status-badge.completed[data-v-adf063ac]{background:#d4edda;color:#155724}.status-badge.cancelled[data-v-adf063ac]{background:#f8d7da;color:#721c24}.btn-icon[data-v-adf063ac]{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.5rem}.no-data[data-v-adf063ac]{background:#fff;padding:3rem;text-align:center;border-radius:8px;color:#999}.admin-customers[data-v-543b6312]{display:flex;flex-direction:column;gap:1.5rem}.page-header h1[data-v-543b6312]{margin:0;color:#333;font-size:1.8rem}.filters-bar .search-input[data-v-543b6312]{padding:.75rem;border:1px solid #ddd;border-radius:6px;max-width:300px}.customers-table[data-v-543b6312]{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;overflow:auto}.customers-table table[data-v-543b6312]{width:100%;border-collapse:collapse}.customers-table table thead[data-v-543b6312]{background:#f5f5f5}.customers-table table thead th[data-v-543b6312]{padding:1rem;text-align:left;font-weight:600;border-bottom:2px solid #e0e0e0}.customers-table table tbody tr[data-v-543b6312]{border-bottom:1px solid #e0e0e0}.customers-table table tbody tr[data-v-543b6312]:hover{background:#f9f9f9}.customers-table table tbody tr td[data-v-543b6312]{padding:1rem}.customers-table table tbody tr td.actions[data-v-543b6312]{display:flex;gap:.5rem}.btn-icon[data-v-543b6312]{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.5rem}.no-data[data-v-543b6312]{background:#fff;padding:3rem;text-align:center;border-radius:8px;color:#999}.admin-discounts[data-v-225609d9]{display:flex;flex-direction:column;gap:1.5rem}.page-header[data-v-225609d9]{display:flex;justify-content:space-between;align-items:center}.page-header h1[data-v-225609d9]{margin:0;color:#333;font-size:1.8rem}.filters[data-v-225609d9]{display:flex;gap:1rem}.filters .search-input[data-v-225609d9],.filters .filter-select[data-v-225609d9]{padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem}.filters .search-input[data-v-225609d9]{flex:1}.filters .filter-select[data-v-225609d9]{min-width:150px}.discounts-table[data-v-225609d9]{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;overflow:auto}.discounts-table table[data-v-225609d9]{width:100%;border-collapse:collapse}.discounts-table table thead[data-v-225609d9]{background:#f5f5f5}.discounts-table table thead th[data-v-225609d9]{padding:1rem;text-align:left;font-weight:600;border-bottom:2px solid #e0e0e0}.discounts-table table tbody tr[data-v-225609d9]{border-bottom:1px solid #e0e0e0}.discounts-table table tbody tr[data-v-225609d9]:hover{background:#f9f9f9}.discounts-table table tbody tr td[data-v-225609d9]{padding:1rem}.discounts-table table tbody tr td.actions[data-v-225609d9]{display:flex;gap:.5rem}.status-badge[data-v-225609d9]{padding:.3rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600}.status-badge.active[data-v-225609d9]{background:#d4edda;color:#155724}.status-badge.inactive[data-v-225609d9]{background:#f8d7da;color:#721c24}.btn[data-v-225609d9]{padding:.75rem 1.5rem;border:none;border-radius:6px;font-weight:600;cursor:pointer}.btn.btn-primary[data-v-225609d9]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn.btn-secondary[data-v-225609d9]{background:#f0f0f0;color:#333}.btn-icon[data-v-225609d9]{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.5rem}.modal-overlay[data-v-225609d9]{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-overlay .modal[data-v-225609d9]{background:#fff;border-radius:8px;max-width:500px;width:90%}.modal-overlay .modal.modal-large[data-v-225609d9]{max-width:650px}.modal-header[data-v-225609d9]{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}.modal-header h2[data-v-225609d9]{margin:0}.modal-header .close-btn[data-v-225609d9]{background:none;border:none;font-size:1.5rem;cursor:pointer}.modal-body[data-v-225609d9]{padding:1.5rem}.form-group[data-v-225609d9]{margin-bottom:1.5rem}.form-group label[data-v-225609d9]{display:block;margin-bottom:.5rem;font-weight:600}.form-group input[data-v-225609d9],.form-group select[data-v-225609d9]{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px}.form-group input[data-v-225609d9]:focus,.form-group select[data-v-225609d9]:focus{outline:none;border-color:#667eea}.form-group[data-v-225609d9] .vue-quill-editor{width:100%}.form-row[data-v-225609d9]{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.modal-actions[data-v-225609d9]{display:flex;gap:1rem;margin-top:2rem}.modal-actions button[data-v-225609d9]{flex:1}.no-data[data-v-225609d9]{background:#fff;padding:3rem;text-align:center;border-radius:8px;color:#999}.editor-toolbar[data-v-225609d9]{display:flex;gap:.5rem;padding:.5rem;background:#f9f9f9;border:1px solid #ddd;border-radius:6px 6px 0 0;margin-bottom:0}.editor-toolbar .toolbar-btn[data-v-225609d9]{padding:.4rem .7rem;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;font-weight:600;transition:all .2s ease;font-size:.85rem}.editor-toolbar .toolbar-btn[data-v-225609d9]:hover{background:#667eea;color:#fff;border-color:#667eea}.description-editor[data-v-225609d9]{width:100%;min-height:150px;padding:1rem;border:1px solid #ddd;border-top:none;border-radius:0 0 6px 6px;font-family:inherit;font-size:.95rem;resize:vertical}.description-editor[data-v-225609d9]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.admin-settings[data-v-33c776ac]{display:flex;flex-direction:column;gap:2rem}.admin-settings h1[data-v-33c776ac]{margin:0;color:#333;font-size:1.8rem}.settings-section[data-v-33c776ac]{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d;overflow:hidden}.section-header[data-v-33c776ac]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem}.section-header h2[data-v-33c776ac]{margin:0;font-size:1.3rem}.settings-form[data-v-33c776ac]{padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.form-group[data-v-33c776ac]{display:flex;flex-direction:column}.form-group label[data-v-33c776ac]{font-weight:600;margin-bottom:.5rem;color:#333}.form-group input[data-v-33c776ac],.form-group select[data-v-33c776ac],.form-group textarea[data-v-33c776ac]{padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;font-family:inherit}.form-group input[data-v-33c776ac]:focus,.form-group select[data-v-33c776ac]:focus,.form-group textarea[data-v-33c776ac]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea[data-v-33c776ac]{resize:vertical;min-height:100px}.button-group[data-v-33c776ac]{display:flex;gap:1rem;margin-top:1rem}.btn[data-v-33c776ac]{padding:.75rem 1.5rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;font-size:1rem}.btn.btn-primary[data-v-33c776ac]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn.btn-primary[data-v-33c776ac]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn.btn-secondary[data-v-33c776ac]{background:#f0f0f0;color:#333}.btn.btn-secondary[data-v-33c776ac]:hover{background:#e0e0e0}@media (max-width: 768px){.button-group[data-v-33c776ac]{flex-direction:column}.admin-settings[data-v-33c776ac]{gap:1.5rem}}.admin-reports[data-v-ef6d624a]{display:flex;flex-direction:column;gap:2rem}.page-header[data-v-ef6d624a]{display:flex;justify-content:space-between;align-items:center}.page-header h1[data-v-ef6d624a]{margin:0;color:#333;font-size:1.8rem}.page-header .date-range[data-v-ef6d624a]{display:flex;align-items:center;gap:.75rem}.page-header .date-range .date-input[data-v-ef6d624a]{padding:.5rem;border:1px solid #ddd;border-radius:6px;font-size:.95rem}.page-header .date-range .separator[data-v-ef6d624a]{color:#999;font-weight:500}.summary-cards[data-v-ef6d624a]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.summary-cards .card[data-v-ef6d624a]{background:#fff;border-radius:8px;padding:1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 2px 10px #0000000d}.summary-cards .card .card-icon[data-v-ef6d624a]{font-size:2.5rem}.summary-cards .card .card-content[data-v-ef6d624a]{flex:1}.summary-cards .card .card-label[data-v-ef6d624a]{font-size:.9rem;color:#999;margin-bottom:.5rem}.summary-cards .card .card-value[data-v-ef6d624a]{font-size:1.5rem;font-weight:700;color:#333}.charts-grid[data-v-ef6d624a]{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.chart-section[data-v-ef6d624a]{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 10px #0000000d}.chart-section h2[data-v-ef6d624a]{margin:0 0 1.5rem;color:#333;font-size:1.2rem}.chart-placeholder[data-v-ef6d624a]{height:250px;display:flex;align-items:flex-end;justify-content:space-around}.chart-placeholder .chart-bars[data-v-ef6d624a]{display:flex;gap:.5rem;width:100%;height:100%;align-items:flex-end;justify-content:space-around}.chart-placeholder .chart-bars .bar-item[data-v-ef6d624a]{flex:1;display:flex;flex-direction:column;align-items:center;height:100%}.chart-placeholder .chart-bars .bar-item .bar[data-v-ef6d624a]{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px 4px 0 0}.chart-placeholder .chart-bars .bar-item .bar-label[data-v-ef6d624a]{margin-top:.5rem;font-size:.8rem;color:#999}.top-products[data-v-ef6d624a]{display:flex;flex-direction:column;gap:1rem}.top-products .product-row[data-v-ef6d624a]{display:flex;align-items:center;gap:1rem}.top-products .product-row .product-info[data-v-ef6d624a]{min-width:150px}.top-products .product-row .product-info .product-name[data-v-ef6d624a]{font-weight:600;color:#333}.top-products .product-row .product-info .product-sales[data-v-ef6d624a]{font-size:.85rem;color:#999}.top-products .product-row .product-bar[data-v-ef6d624a]{flex:1;height:30px;background:#f0f0f0;border-radius:4px;overflow:hidden}.top-products .product-row .product-bar .bar-fill[data-v-ef6d624a]{height:100%;background:linear-gradient(90deg,#667eea,#764ba2)}.category-stats[data-v-ef6d624a]{display:flex;flex-direction:column;gap:1.5rem}.category-stats .category-item .category-header[data-v-ef6d624a]{display:flex;justify-content:space-between;margin-bottom:.5rem}.category-stats .category-item .category-header .category-name[data-v-ef6d624a]{font-weight:600;color:#333}.category-stats .category-item .category-header .category-percentage[data-v-ef6d624a]{color:#667eea;font-weight:600}.category-stats .category-item .progress-bar[data-v-ef6d624a]{height:20px;background:#f0f0f0;border-radius:10px;overflow:hidden}.category-stats .category-item .progress-bar .progress-fill[data-v-ef6d624a]{height:100%;transition:width .3s ease}.customer-stats[data-v-ef6d624a]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.customer-stats .stat-item[data-v-ef6d624a]{background:#f9f9f9;padding:1rem;border-radius:6px;text-align:center}.customer-stats .stat-item .stat-label[data-v-ef6d624a]{font-size:.85rem;color:#999;margin-bottom:.5rem}.customer-stats .stat-item .stat-value[data-v-ef6d624a]{font-size:1.5rem;font-weight:700;color:#667eea}.export-section[data-v-ef6d624a]{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 2px 10px #0000000d}.export-section h2[data-v-ef6d624a]{margin:0 0 1.5rem;color:#333}.export-section .export-buttons[data-v-ef6d624a]{display:flex;gap:1rem}.export-section .export-buttons .btn[data-v-ef6d624a]{padding:.75rem 1.5rem;border:none;border-radius:6px;font-weight:600;cursor:pointer}.export-section .export-buttons .btn.btn-secondary[data-v-ef6d624a]{background:#f0f0f0;color:#333}.export-section .export-buttons .btn.btn-secondary[data-v-ef6d624a]:hover{background:#e0e0e0}@media (max-width: 768px){.page-header[data-v-ef6d624a]{flex-direction:column;align-items:flex-start;gap:1rem}.page-header .date-range[data-v-ef6d624a]{width:100%;flex-wrap:wrap}.charts-grid[data-v-ef6d624a],.customer-stats[data-v-ef6d624a]{grid-template-columns:1fr}.export-buttons[data-v-ef6d624a]{flex-direction:column}.export-buttons .btn[data-v-ef6d624a]{width:100%}}@media print{.page-header .date-range[data-v-ef6d624a],.export-section[data-v-ef6d624a]{display:none}}
