#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50}:root{--vc-clr-primary:#000;--vc-clr-secondary:#090f207f;--vc-clr-white:#fff;--vc-icn-width:1.2em;--vc-nav-width:30px;--vc-nav-height:30px;--vc-nav-border-radius:0;--vc-nav-color:var(--vc-clr-primary);--vc-nav-color-hover:var(--vc-clr-secondary);--vc-nav-background:transparent;--vc-pgn-width:12px;--vc-pgn-height:4px;--vc-pgn-margin:4px;--vc-pgn-border-radius:0;--vc-pgn-background-color:var(--vc-clr-secondary);--vc-pgn-active-color:var(--vc-clr-primary)}.carousel{position:relative;text-align:center;box-sizing:border-box;touch-action:pan-y;overscroll-behavior:none}.carousel.is-dragging{touch-action:none}.carousel *{box-sizing:border-box}.carousel__track{display:flex;padding:0!important;position:relative}.carousel__viewport{overflow:hidden}.carousel__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.carousel__icon{width:var(--vc-icn-width);height:var(--vc-icn-width);fill:currentColor}.carousel__next,.carousel__prev{box-sizing:content-box;background:var(--vc-nav-background);border-radius:var(--vc-nav-border-radius);width:var(--vc-nav-width);height:var(--vc-nav-height);text-align:center;font-size:var(--vc-nav-height);padding:0;color:var(--vc-nav-color);display:flex;justify-content:center;align-items:center;position:absolute;border:0;cursor:pointer;margin:0 10px;top:50%;transform:translateY(-50%)}.carousel__next--disabled,.carousel__prev--disabled{cursor:not-allowed;opacity:.5}.carousel__prev{left:0}.carousel__next{right:0}.carousel--rtl .carousel__prev{left:auto;right:0}.carousel--rtl .carousel__next{right:auto;left:0}@media (hover:hover){.carousel__next:hover,.carousel__prev:hover{color:var(--vc-nav-color-hover)}}.carousel__pagination{display:flex;justify-content:center;list-style:none;line-height:0;margin:10px 0 0;padding:0}.carousel__pagination-button{display:block;border:0;margin:0;cursor:pointer;padding:var(--vc-pgn-margin);background:transparent}.carousel__pagination-button:after{display:block;content:"";width:var(--vc-pgn-width);height:var(--vc-pgn-height);border-radius:var(--vc-pgn-border-radius);background-color:var(--vc-pgn-background-color)}.carousel__pagination-button--active:after{background-color:var(--vc-pgn-active-color)}@media(hover:hover){.carousel__pagination-button:hover:after{background-color:var(--vc-pgn-active-color)}}.carousel__slide{scroll-snap-stop:auto;flex-shrink:0;margin:0;position:relative;display:flex;justify-content:center;align-items:center;transform:translateZ(0)}.home-page[data-v-5fa95f06]{width:100%;height:100%;overflow-x:hidden;font-family:Arial,sans-serif;color:#333;background-color:#f4f7ff}.home-page .content-wrapper[data-v-5fa95f06]{max-width:1200px;margin:0 auto;padding:0 20px;box-sizing:border-box}.home-page header[data-v-5fa95f06]{background-color:#f4f7ff;box-shadow:0 4px 6px rgba(0,0,0,.1);padding:10px 0;position:sticky;top:0;z-index:1000;transition:all .3s ease}.home-page header .content-wrapper[data-v-5fa95f06]{display:flex;justify-content:space-between;align-items:center}.home-page header h1[data-v-5fa95f06]{font-size:2.5em;margin:0;color:#000;text-transform:uppercase;letter-spacing:2px;font-weight:700}.home-page header nav a[data-v-5fa95f06]{color:#2c3e50;text-decoration:none;margin-left:30px;font-weight:700;font-size:1.1em;transition:color .3s ease;position:relative}.home-page header nav a[data-v-5fa95f06]:hover{color:#3498db}.home-page header nav a[data-v-5fa95f06]:after{content:"";position:absolute;width:0;height:2px;bottom:-5px;left:0;background-color:#3498db;transition:width .3s ease}.home-page header nav a[data-v-5fa95f06]:hover:after{width:100%}.home-page header nav a[data-v-5fa95f06]:first-child{margin-left:0}.home-page .projects[data-v-5fa95f06]{margin-bottom:0;width:100%;background-color:#f4f7ff;padding:80px 0;overflow:hidden}.home-page .projects .carousel-container[data-v-5fa95f06]{width:100%;max-width:1200px;margin:0 auto;overflow:visible}@media(min-width:769px){.home-page .projects[data-v-5fa95f06] .carousel__viewport{overflow:visible!important}.home-page .projects[data-v-5fa95f06] .carousel__track{display:flex;align-items:center}.home-page .projects[data-v-5fa95f06] .carousel__slide{display:flex;justify-content:center;align-items:center;transition:all .5s ease}.home-page .projects[data-v-5fa95f06] .carousel__item{width:33.3333333333%;padding:0 15px;box-sizing:border-box}.home-page .projects[data-v-5fa95f06] .carousel__slide--active{z-index:20}.home-page .projects[data-v-5fa95f06] .carousel__slide--active .project-card{transform:scale(1.1);box-shadow:0 15px 30px rgba(0,0,0,.2)}.home-page .projects[data-v-5fa95f06] .carousel__slide:not(.carousel__slide--active){opacity:.7;z-index:10}.home-page .projects .project-card[data-v-5fa95f06]{background-color:#fff;border-radius:15px;padding:5px;width:100%;height:400px;display:flex;align-items:center;justify-content:center;transition:all .5s ease;box-shadow:0 10px 20px rgba(0,0,0,.1)}.home-page .projects .project-card img[data-v-5fa95f06]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:10px}}@media(max-width:768px){.home-page .projects[data-v-5fa95f06]{padding:0 0;background-color:#e8f0fe}.home-page .projects .carousel-container[data-v-5fa95f06],.home-page .projects[data-v-5fa95f06] .carousel__viewport{overflow:hidden}.home-page .projects[data-v-5fa95f06] .carousel__track{display:flex}.home-page .projects[data-v-5fa95f06] .carousel__slide{flex:0 0 100%;max-width:100%;opacity:1!important;z-index:1}.home-page .projects .project-card[data-v-5fa95f06]{height:auto;padding:0;box-shadow:0 5px 15px rgba(0,0,0,.1);transform:none!important}.home-page .projects .project-card img[data-v-5fa95f06]{width:100%;height:auto;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover}}.home-page .products h2[data-v-5fa95f06]{text-align:center;margin-top:20px!important;margin-bottom:40px;font-size:2em;color:#2c3e50;position:relative}.home-page .products h2[data-v-5fa95f06]:after{content:"";position:absolute;width:60px;height:3px;background-color:#3498db;bottom:-10px;left:50%;transform:translateX(-50%)}.home-page .products .product-categories[data-v-5fa95f06]{display:flex;justify-content:space-around;margin-bottom:30px}.home-page .products .product-categories button[data-v-5fa95f06]{background-color:#fff;border:2px solid #000;padding:12px 24px;margin:0 40px;cursor:pointer;transition:all .3s ease;font-size:1em;color:#000;font-weight:700;width:35%}.home-page .products .product-categories button.active[data-v-5fa95f06],.home-page .products .product-categories button[data-v-5fa95f06]:hover{background-color:#000;color:#fff}.home-page .products .category-nav-card[data-v-5fa95f06]{text-align:center;display:flex;align-items:center;justify-content:space-around;margin-bottom:20px}.home-page .products .category-nav-card h3[data-v-5fa95f06],.home-page .products .category-nav-card p[data-v-5fa95f06]{color:#000!important}.home-page .products .category-nav-card .category-image-container[data-v-5fa95f06]{width:50%;position:relative;overflow:hidden;border:1px solid #fff}.home-page .products .category-nav-card .category-image-container img[data-v-5fa95f06]{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:8px;filter:drop-shadow(0 5px 10px rgba(0,0,0,.1))}.home-page .products .category-nav-card .category-image-container .banner[data-v-5fa95f06]{position:absolute;bottom:0;left:0;right:0;background-color:#000;color:#fff;letter-spacing:20px;padding:5px 0;text-align:center;font-size:1.2em;font-weight:100;transition:all .3s ease;border:1px #fff;cursor:pointer}.home-page .products .category-nav-card .category-info[data-v-5fa95f06]{width:45%;text-align:left;margin-left:5%;font-size:large}.home-page .products .category-nav-card .category-info h3[data-v-5fa95f06]{margin-bottom:15px;color:#fff;font-size:1.8em;text-shadow:1px 1px 2px rgba(0,0,0,.1);text-align:center!important}.home-page .products .category-nav-card .category-info p[data-v-5fa95f06]{margin-bottom:20px;color:#3f5363!important;text-indent:2em;font-size:1.1em;line-height:1.8;margin-top:40px}.home-page .products .product-grid[data-v-5fa95f06]{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:30px;margin-bottom:40px}.home-page .products .product-item[data-v-5fa95f06]{background-color:#fff;border-radius:15px;padding:25px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 10px 20px rgba(0,0,0,.05);transition:all .3s ease;position:relative;overflow:hidden;text-decoration:none;color:inherit}.home-page .products .product-item[data-v-5fa95f06]:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,0,0,.1)}.home-page .products .product-item .product-image[data-v-5fa95f06]{width:100px;height:100px;-o-object-fit:contain;object-fit:contain;border-radius:50%;margin-bottom:20px;background-color:#f0f4f8;padding:15px;transition:all .3s ease}.home-page .products .product-item:hover .product-image[data-v-5fa95f06]{transform:scale(1.1)}.home-page .products .product-item .product-name[data-v-5fa95f06]{font-size:20px;font-weight:700;margin-bottom:15px;color:#2c3e50}.home-page .products .product-item .product-sales[data-v-5fa95f06],.home-page .products .product-item .product-time[data-v-5fa95f06]{font-size:14px;color:#7f8c8d;margin-bottom:8px}.home-page .products .product-item .product-features[data-v-5fa95f06]{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:15px}.home-page .products .product-item .product-features .feature-tag[data-v-5fa95f06]{background-color:#e8f0fe;color:#3498db;padding:6px 12px;border-radius:15px;font-size:12px;font-weight:700;transition:all .3s ease}.home-page .products .product-item .product-features .feature-tag[data-v-5fa95f06]:hover{background-color:#3498db;color:#fff}.home-page .products .product-item .product-price[data-v-5fa95f06]{margin-top:auto;display:flex;flex-direction:column;align-items:center;gap:4px}.home-page .products .product-item .product-price .original-price[data-v-5fa95f06]{font-size:14px;color:#999;text-decoration:line-through}.home-page .products .product-item .product-price .current-price[data-v-5fa95f06]{font-size:18px;font-weight:700;color:#e74c3c}@media(max-width:768px){.home-page header[data-v-5fa95f06]{padding:15px 0}.home-page header .content-wrapper[data-v-5fa95f06]{flex-direction:column;align-items:center}.home-page header h1[data-v-5fa95f06]{font-size:2em;margin-bottom:15px}.home-page header nav a[data-v-5fa95f06]{margin:0 10px;font-size:1em}.home-page .products .product-categories[data-v-5fa95f06]{flex-wrap:wrap}.home-page .products .product-categories button[data-v-5fa95f06]{margin:5px;font-size:14px;padding:10px 20px;width:45%}.home-page .products .category-nav-card[data-v-5fa95f06]{flex-direction:column;align-items:center;padding:0}.home-page .products .category-nav-card .category-image-container[data-v-5fa95f06]{width:100%;margin-bottom:20px}.home-page .products .category-nav-card .category-info[data-v-5fa95f06]{display:none}.home-page .products .product-grid[data-v-5fa95f06]{grid-template-columns:repeat(2,1fr);gap:15px}.home-page .products .product-item[data-v-5fa95f06]{padding:15px}.home-page .products .product-item .product-image[data-v-5fa95f06]{width:80px;height:80px}.home-page .products .product-item .product-name[data-v-5fa95f06]{font-size:16px}.home-page .products .product-item .product-sales[data-v-5fa95f06],.home-page .products .product-item .product-time[data-v-5fa95f06]{font-size:12px}.home-page .products .product-item .product-features .feature-tag[data-v-5fa95f06]{font-size:10px;padding:4px 8px}.home-page .products .product-item .product-price .original-price[data-v-5fa95f06]{font-size:12px}.home-page .products .product-item .product-price .current-price[data-v-5fa95f06]{font-size:16px}}.admin-dashboard[data-v-048e757f]{padding:20px}nav[data-v-048e757f]{margin-bottom:20px}.project-management[data-v-224d9a0a]{max-width:800px;margin:0 auto;padding:20px}.project-management form[data-v-224d9a0a]{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.project-management form button[data-v-224d9a0a],.project-management form input[data-v-224d9a0a]{padding:10px}.project-management .project-list[data-v-224d9a0a]{list-style-type:none;padding:0}.project-management .project-list .project-item[data-v-224d9a0a]{background-color:#f0f0f0;border-radius:8px;padding:20px;margin-bottom:10px}.project-management .project-list .project-item button[data-v-224d9a0a]{margin-right:10px}.product-management[data-v-82b28550]{max-width:1200px;margin:0 auto;padding:20px}.product-management form[data-v-82b28550]{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.product-management form button[data-v-82b28550],.product-management form input[data-v-82b28550]{padding:10px}.product-management .product-grid[data-v-82b28550]{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.product-management .product-grid .product-item[data-v-82b28550]{text-align:center;background-color:#f0f0f0;border-radius:8px;padding:20px}.product-management .product-grid .product-item img[data-v-82b28550]{max-width:100%;height:auto;border-radius:50%;margin-bottom:10px}.product-management .product-grid .product-item button[data-v-82b28550]{margin-top:10px;margin-right:5px}