.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#f0f2f5}.auth-card{background:#fff;padding:2rem;border-radius:28px;box-shadow:0 8px 20px #0000001a;width:320px;text-align:center}.auth-card input{width:100%;padding:12px;margin:10px 0;border:1px solid #ddd;border-radius:40px}.auth-card button{width:100%;padding:12px;background:#ff8c42;color:#fff;border:none;border-radius:40px;cursor:pointer}.error{color:red;margin-top:10px}.plan-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.plan-modal-container{background:#fff;max-width:1200px;width:100%;max-height:90vh;overflow-y:auto;border-radius:32px;padding:2rem;position:relative;box-shadow:0 20px 40px #0003}.plan-modal-close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;font-size:1.8rem;cursor:pointer;color:#888;transition:color .2s}.plan-modal-close:hover{color:#ff8c42}.plan-modal-container h2{font-size:1.8rem;font-weight:700;text-align:center;margin-bottom:.5rem;background:linear-gradient(135deg,#ff8c42,#e06e1a);-webkit-background-clip:text;background-clip:text;color:transparent}.plan-modal-subtitle{text-align:center;color:#4a5568;margin-bottom:2rem}.plans-modern-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:2rem}.modern-plan-card{background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 10px 25px #0000000d;transition:transform .2s,box-shadow .2s;position:relative;border-top:4px solid}.modern-plan-card:hover{transform:translateY(-5px);box-shadow:0 20px 35px #0000001a}.modern-plan-card.popular{transform:scale(1.02);box-shadow:0 15px 30px #0000001a}.modern-plan-card.current{border:2px solid #ff8c42;box-shadow:0 0 0 2px #ff8c424d}.modern-popular-badge{position:absolute;top:12px;right:12px;background:#ff8c42;color:#fff;padding:4px 12px;border-radius:20px;font-size:.7rem;font-weight:700;z-index:2}.current-plan-badge{position:absolute;top:12px;left:12px;background:#2c7da0;color:#fff;padding:4px 12px;border-radius:20px;font-size:.7rem;font-weight:700;z-index:2}.modern-plan-header{padding:1.5rem;text-align:center;color:#fff}.modern-plan-icon{font-size:2.5rem;margin-bottom:.5rem}.modern-plan-header h3{font-size:1.6rem;font-weight:700;margin-bottom:.25rem}.modern-plan-price{font-size:1.5rem;font-weight:800}.modern-plan-features{padding:1.5rem;background:#fefaf5}.feature-limit{display:flex;align-items:center;gap:.5rem;font-weight:700;color:#2d3748;padding-bottom:.75rem;margin-bottom:.75rem;border-bottom:1px solid #e2e8f0;font-size:.95rem}.feature-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.85rem;color:#4a5568}.feature-check{flex-shrink:0;font-size:.8rem}.modern-upgrade-btn{display:block;width:calc(100% - 2rem);margin:0 1rem 1.5rem;padding:.8rem;border:none;border-radius:40px;font-weight:600;font-size:1rem;cursor:pointer;color:#fff;transition:transform .2s,opacity .2s}.modern-upgrade-btn:hover{transform:translateY(-2px);opacity:.9}.modern-renew-info{text-align:center;padding:.8rem;font-size:.8rem;color:#2c7da0;background:#e6f7ff;margin:0 1rem 1.5rem;border-radius:40px;display:flex;align-items:center;justify-content:center;gap:.5rem}.plan-modal-footer{text-align:center;padding-top:1.5rem;border-top:1px solid #e2e8f0;margin-top:1rem}.contact-sales-btn{background:transparent;border:2px solid #ff8c42;padding:.6rem 1.5rem;border-radius:40px;font-weight:600;color:#ff8c42;cursor:pointer;transition:all .2s;margin-top:.5rem}.contact-sales-btn:hover{background:#ff8c42;color:#fff}@media (max-width: 768px){.plan-modal-container{padding:1.5rem}.plans-modern-grid{grid-template-columns:1fr}.modern-plan-card.popular{transform:none}.plan-modal-container h2{font-size:1.5rem}}.admin-dashboard{padding:24px;max-width:1400px;margin:0 auto;font-family:Inter,sans-serif;background:#f8fafc;min-height:100vh}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:16px;border-bottom:2px solid var(--primary, #ff8c42);flex-wrap:wrap;gap:16px}.admin-header h1{font-size:1.8rem;font-weight:700;background:linear-gradient(135deg,var(--primary, #ff8c42),var(--secondary, #e06e1a));-webkit-background-clip:text;background-clip:text;color:transparent;margin:0}.admin-header>div{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.admin-header button{background:#1e1e2a;color:#fff;border:none;padding:10px 20px;border-radius:40px;cursor:pointer;font-weight:500;transition:all .2s;font-size:.9rem}.admin-tabs{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:32px;border-bottom:1px solid #e2e8f0;padding-bottom:12px}.admin-tabs button{background:transparent;border:none;padding:10px 24px;font-size:.95rem;font-weight:600;border-radius:40px;cursor:pointer;color:#4a5568;transition:all .2s}@media (max-width: 768px){.admin-tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;gap:8px;padding-bottom:8px;margin-bottom:20px}.admin-tabs button{flex-shrink:0;white-space:nowrap;padding:8px 16px;font-size:.85rem}}.admin-tabs button:hover{background:#edf2f7;color:var(--primary, #ff8c42)}.admin-tabs button.active{background:var(--primary, #ff8c42);color:#fff;box-shadow:0 4px 12px #0000001a}.admin-content{background:#fff;border-radius:32px;padding:28px;box-shadow:0 8px 30px #0000000d;border:1px solid #edf2f7;overflow-x:auto}.add-product-btn{position:fixed;bottom:30px;right:30px;background:var(--primary, #ff8c42);color:#fff;border:none;width:56px;height:56px;border-radius:28px;font-size:24px;cursor:pointer;box-shadow:0 8px 20px #00000026;transition:all .2s;display:flex;align-items:center;justify-content:center;z-index:100}.add-product-btn:hover{transform:scale(1.05);background:var(--secondary, #e06e1a)}.search-filter-bar{display:flex;gap:16px;margin-bottom:28px;flex-wrap:wrap}.search-filter-bar input,.search-filter-bar select{flex:1;min-width:200px;padding:12px 18px;border:1px solid #e2e8f0;border-radius:40px;font-size:.9rem;background:#fff;transition:all .2s}@media (max-width: 640px){.search-filter-bar{flex-direction:column}.search-filter-bar input,.search-filter-bar select{width:100%}}.products-grid,.slides-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-top:20px}@media (max-width: 640px){.products-grid,.slides-grid{grid-template-columns:1fr}}.product-card,.slide-card{background:#fff;border-radius:24px;border:1px solid #e2e8f0;overflow:hidden;transition:all .25s;box-shadow:0 2px 8px #00000005}.product-card:hover,.slide-card:hover{transform:translateY(-6px);box-shadow:0 20px 30px -12px #0000001a;border-color:var(--primary, #ff8c42)}.product-image-preview,.slide-image-preview{height:180px;background:#f7fafc;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image-preview img,.slide-image-preview img{width:100%;height:100%;object-fit:cover}.product-info,.slide-info{padding:20px}.product-info h3,.slide-info h3{font-size:1.2rem;font-weight:700;margin:0 0 6px;color:#1a202c;word-break:break-word}.product-category,.slide-title{font-size:.75rem;color:var(--primary, #ff8c42);background:#fff5ee;display:inline-block;padding:4px 12px;border-radius:20px;margin-bottom:12px;font-weight:500}.product-price{font-weight:700;color:var(--primary, #ff8c42);font-size:1.3rem;margin:12px 0}.product-actions,.slide-actions{display:flex;gap:12px;margin-top:16px}.product-actions button,.slide-actions button{flex:1;padding:10px;border-radius:40px;border:none;font-weight:600;cursor:pointer;transition:.2s;font-size:.85rem}.btn-edit{background:#edf2f7;color:#2d3748}.btn-edit:hover{background:#e2e8f0;transform:translateY(-2px)}.btn-delete{background:#fff5f5;color:#e53e3e}.btn-delete:hover{background:#fed7d7;transform:translateY(-2px)}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:1rem}.modal-content{background:#fff;border-radius:32px;max-width:650px;width:100%;max-height:90vh;overflow-y:auto;padding:28px;box-shadow:0 20px 40px #0003}@media (max-width: 640px){.modal-content{padding:20px;max-width:95%}}.admin-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;font-size:.9rem;color:#2d3748}.form-group input,.form-group textarea,.form-group select{padding:12px 16px;border:1px solid #e2e8f0;border-radius:20px;font-size:.95rem;transition:all .2s;font-family:inherit;background:#fff;width:100%;box-sizing:border-box}.form-group input[type=checkbox]{width:20px;height:20px;margin:0;flex-shrink:0}@media (max-width: 640px){.form-group label{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.form-group:has(input[name=backupExchangeRate]),.form-group:has(input[name=backupEurRate]){margin-top:12px;padding-top:8px;border-top:1px dashed #e2e8f0}}textarea{resize:vertical;min-height:80px}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:20px;flex-wrap:wrap}@media (max-width: 480px){.form-actions{flex-direction:column}.form-actions button{width:100%}}.btn-secondary,.btn-primary{padding:12px 24px;border-radius:40px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.btn-secondary{background:#edf2f7;color:#4a5568}.btn-primary{background:var(--primary, #ff8c42);color:#fff}.toast{position:fixed;bottom:30px;left:50%;transform:translate(-50%);background:#2d3748;color:#fff;padding:12px 24px;border-radius:40px;z-index:1100;font-size:.9rem;white-space:nowrap}@media (max-width: 640px){.toast{white-space:normal;text-align:center;width:90%;font-size:.8rem}}.plan-info{display:flex;gap:12px;align-items:center;flex-wrap:wrap}@media (max-width: 640px){.admin-header>div{justify-content:center;width:100%}.plan-info{justify-content:center}}.modern-upload-btn{display:inline-block;background:var(--primary, #ff8c42);color:#fff;padding:10px 20px;border-radius:40px;cursor:pointer;font-weight:600;transition:.2s;border:none;font-size:.9rem}.modern-upload-btn:hover{background:var(--secondary, #e06e1a)}.upload-preview{margin-top:10px;position:relative;display:inline-block}.upload-preview img{width:100px;border-radius:12px;border:1px solid #ddd}.upload-preview button{position:absolute;top:-8px;right:-8px;background:#e53e3e;color:#fff;border:none;border-radius:50%;width:24px;height:24px;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center}.categories-horizontal-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;margin:0 -20px;padding:0 20px}@media (max-width: 768px){.categories-grid{display:flex;gap:1rem;width:max-content}.categories-grid .product-card{width:240px;flex-shrink:0}}@media (max-width: 480px){.admin-dashboard,.admin-content{padding:16px}.product-info h3{font-size:1rem}.product-price{font-size:1.1rem}}.header-fixed{position:fixed;top:0;left:0;width:100%;background:var(--header-bg, white);box-shadow:0 8px 24px #0000000d;z-index:1000;border-bottom:2px solid var(--primary, #ff8c42)}.header-container{max-width:1400px;margin:0 auto;padding:.8rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.logo h1{font-size:1.8rem;font-weight:800;background:linear-gradient(135deg,var(--primary, #ff8c42),var(--secondary, #e06e1a));-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:-.5px}.search-bar{flex:1;max-width:400px}.search-bar input{width:100%;padding:10px 16px;border-radius:60px;border:1px solid #ffd9bf;background:#fffaf5;font-size:.9rem;outline:none;transition:all .2s}.search-bar input:focus{border-color:var(--primary, #ff8c42);box-shadow:0 0 0 3px #ff8c4233}.header-actions{display:flex;align-items:center;gap:.8rem}.currency-menu{position:relative}.hamburger-currency{background:#f5ede6;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:40px;cursor:pointer;transition:.2s;font-size:1.2rem;border:1px solid #ffdec9;color:var(--primary, #ff8c42)}.hamburger-currency:hover{background:#ffede1;transform:scale(.97)}.cart-icon{position:relative;cursor:pointer;background:#f5ede6;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:40px;font-size:1.2rem;border:1px solid #ffdec9;background:none;color:var(--primary, #ff8c42)}.cart-count{position:absolute;top:-5px;right:-5px;background-color:var(--primary, #ff8c42);color:#fff;border-radius:30px;font-size:.65rem;font-weight:700;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;padding:0 4px}.currency-dropdown{position:absolute;top:48px;right:0;background:#fff;border-radius:20px;box-shadow:0 12px 28px #0000001f;width:170px;padding:.5rem 0;z-index:200;border:1px solid #ffe0cc}.currency-dropdown div{padding:8px 16px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:.9rem}.currency-dropdown div:hover{background:#fff1e6}@media (max-width: 768px){.header-container{padding:.6rem 1rem;gap:.8rem}.logo h1{font-size:1.4rem}.search-bar{max-width:none;flex:2}.search-bar input{padding:8px 12px;font-size:.85rem}.hamburger-currency,.cart-icon{width:36px;height:36px;font-size:1rem}.currency-dropdown{width:150px;top:42px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.hero-slider-full{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;margin-top:0;padding-top:0}.hero-swiper-full{width:100%;height:auto}.hero-slide-full{height:350px;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:flex-start;padding:2rem 4rem}.hero-content-full{color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.5);max-width:600px}.hero-content-full h2{font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.hero-content-full p{font-size:1.2rem;font-weight:500}@media (max-width: 768px){.hero-slide-full{height:280px;padding:1rem 1.5rem}.hero-content-full h2{font-size:1.6rem}.hero-content-full p{font-size:1rem}}@media (min-width: 1024px){.hero-slide-full{height:400px}}.full-categories-section{margin:3rem 0}.full-categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}@media (max-width: 768px){.full-categories-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;padding-bottom:.5rem;scrollbar-width:thin}.full-category-card{flex:0 0 240px;scroll-snap-align:start}}.full-category-card{background:#fff;border-radius:24px;padding:1rem;display:flex;align-items:center;gap:1rem;transition:all .25s ease;border:1px solid #ffebdd;cursor:pointer;position:relative;overflow:hidden;background-size:cover;background-position:center}.full-category-card:hover{transform:translate(8px);border-color:var(--primary, #ff8c42);box-shadow:0 8px 20px #ff8c421a}.full-category-card.active{border-color:var(--primary, #ff8c42);background:#fff8f2;box-shadow:0 8px 20px #ff8c4226}.full-category-icon{font-size:2rem;background:#fff3ea;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--primary, #ff8c42);position:relative;z-index:1}.full-category-info{flex:1;position:relative;z-index:1}.full-category-info h3{font-size:1rem;font-weight:700;margin-bottom:.2rem;color:var(--section-title, #1e1e2a)}.full-category-info p{font-size:.75rem;color:var(--product-text, #2d3748)}@media (max-width: 768px){.full-categories-grid{grid-template-columns:1fr}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;justify-content:center;align-items:center;z-index:2000;padding:1rem}.modal-container{background:#fff;max-width:700px;width:100%;max-height:90vh;border-radius:32px;overflow-y:auto;position:relative;animation:modalFadeIn .3s ease}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-close{position:absolute;top:15px;right:20px;background:#fff;border:none;font-size:2rem;cursor:pointer;z-index:10;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a;color:var(--primary, #ff8c42)}.modal-images{padding:1rem;background:#faf3ec;border-radius:32px 32px 0 0}.product-swiper{border-radius:24px;overflow:hidden;max-width:100%;margin:0 auto}.product-swiper img{width:100%;height:auto;max-height:400px;object-fit:contain;background:#faf3ec}@media (min-width: 768px){.product-swiper img{max-height:450px}}.product-swiper-placeholder{height:250px;display:flex;align-items:center;justify-content:center;background:#faf3ec;color:#aaa;border-radius:24px}.modal-details{padding:1.5rem}.modal-details h2{font-size:1.5rem;margin-bottom:.5rem}.modal-price{font-size:1.5rem;font-weight:700;margin:.5rem 0;color:var(--price-color, var(--primary, #ff8c42))}.modal-stock{margin:.5rem 0}.in-stock{color:#2e7d32;font-weight:500}.out-stock{color:#c62828;font-weight:500}.modal-description,.modal-specs{margin:1rem 0}.modal-description h4,.modal-specs h4{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#333}.specs-table{width:100%;border-collapse:collapse;background:#f9f9f9;border-radius:16px;overflow:hidden}.specs-table tr{border-bottom:1px solid #eee}.specs-table td{padding:.5rem .75rem;font-size:.85rem}.spec-key{font-weight:600;width:40%;background:#fff5ee}.spec-value{color:#555}.modal-quantity{margin:1rem 0;display:flex;align-items:center;gap:1rem}.modal-quantity label{font-weight:600;font-size:.9rem}.quantity-selector{display:flex;align-items:center;gap:.8rem;background:#f5ede6;padding:.3rem .8rem;border-radius:40px}.quantity-selector button{background:#fff;border:none;width:28px;height:28px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--primary, #ff8c42);transition:.2s}.quantity-selector button:disabled{opacity:.5;cursor:not-allowed}.quantity-selector span{font-weight:600;min-width:30px;text-align:center}.modal-buttons{display:flex;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}.btn-whatsapp,.btn-add-cart{flex:1;padding:10px;border-radius:40px;border:none;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.85rem;transition:all .2s}.btn-add-cart{background:var(--button-primary-bg, var(--primary, #ff8c42));color:var(--button-primary-text, white)}.btn-add-cart:hover:not(:disabled){background:var(--secondary, #e06e1a);transform:translateY(-2px)}.btn-add-cart:disabled{background:#ccc;cursor:not-allowed}@media (max-width: 640px){.modal-container{max-width:95%}.product-swiper img{max-height:250px}.modal-details h2,.modal-price{font-size:1.2rem}.modal-buttons{flex-direction:column}}.cart-sidebar{position:fixed;top:0;right:-450px;width:400px;max-width:90vw;height:100%;background:#fff;z-index:1500;box-shadow:-5px 0 30px #0003;transition:right .3s ease;display:flex;flex-direction:column;padding:1.5rem}.cart-sidebar.open{right:0}.cart-header{display:flex;justify-content:space-between;align-items:center;font-weight:700;border-bottom:2px solid #ffdec9;padding-bottom:1rem;font-size:1.1rem}.close-icon{cursor:pointer;font-size:1.2rem;color:var(--primary, #ff8c42)}.cart-items{flex:1;overflow-y:auto;margin:1rem 0}.empty-cart{text-align:center;padding:2rem;color:#888}.cart-item{display:flex;justify-content:space-between;margin-bottom:1rem;border-bottom:1px solid #ffe4d4;padding-bottom:.8rem}.cart-item-info{flex:1}.cart-item-title{font-weight:600;margin-bottom:.3rem}.cart-item-price{font-size:.85rem;color:var(--primary, #ff8c42)}.cart-item-quantity{display:flex;align-items:center;gap:8px;margin-top:.5rem}.cart-item-quantity button{width:28px;height:28px;border-radius:50%;border:1px solid #ffdec9;background:#fff;cursor:pointer;color:var(--primary, #ff8c42)}.cart-item-subtotal{text-align:right;font-weight:600;min-width:90px}.remove-btn{background:none;border:none;color:#ff5e00;cursor:pointer;margin-left:8px}.cart-total{font-weight:800;font-size:1.2rem;border-top:2px solid #ffdec9;padding-top:1rem;display:flex;justify-content:space-between;color:var(--primary, #ff8c42)}.checkout-btn{width:100%;padding:12px;border-radius:60px;border:none;font-weight:600;cursor:pointer;margin-top:.8rem;background:#eee;color:#333}.checkout-btn.primary{background:var(--primary, #ff8c42);color:#fff}.public-store{font-family:Inter,sans-serif;background:#fefaf5;min-height:100vh}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;margin:2rem 0}@media (max-width: 768px){.products-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:1rem;padding-bottom:.5rem;scrollbar-width:thin}.product-card{flex:0 0 180px;scroll-snap-align:start}}.product-card{background:#fff;border-radius:16px;overflow:hidden;transition:all .2s ease;border:1px solid #e2e8f0;box-shadow:0 2px 4px #00000005;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000014;border-color:var(--primary, #ff8c42)}.product-image{aspect-ratio:1 / 1;overflow:hidden;background:#f7fafc;cursor:pointer}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.02)}.product-info{padding:.75rem;text-align:left;display:flex;flex-direction:column;gap:.4rem}.product-info h3{font-size:.85rem;font-weight:600;margin:0;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-info h3:hover{text-decoration:underline;color:var(--primary, #ff8c42)}.product-price{font-size:.95rem;font-weight:700;margin:0;color:var(--price-color, var(--primary, #ff8c42))}.product-buttons{display:flex;gap:.5rem;margin-top:.25rem}.btn-add-to-cart,.btn-whatsapp{flex:1;padding:6px 8px;border-radius:40px;font-size:.7rem;font-weight:600;cursor:pointer;transition:all .2s;text-align:center;border:none}.btn-add-to-cart{background:#2c7da0;color:#fff}.btn-add-to-cart:hover{background:#1f5e7a;transform:translateY(-2px)}.btn-whatsapp{background:#25d366;color:#fff}.btn-whatsapp:hover{background:#128c7e;transform:translateY(-2px)}.store-loading,.store-error{text-align:center;padding:4rem;font-size:1.2rem;color:#666}.store-error{color:#e53e3e}.hidden-products-banner{background:#fff3cd;color:#856404;padding:10px 15px;border-radius:8px;margin:1rem 0;text-align:center;font-size:.9rem}.hidden-products-banner a{color:#ff8c42;font-weight:700;text-decoration:underline}@media (max-width: 640px){.product-info h3{font-size:.75rem}.product-price{font-size:.85rem}.btn-add-to-cart,.btn-whatsapp{font-size:.65rem;padding:4px 6px}}.landing{font-family:Inter,sans-serif;background:#fefaf5;min-height:100vh}.landing-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#fff;box-shadow:0 2px 10px #0000000d;position:sticky;top:0;z-index:100}.landing-header .logo h1{font-size:1.8rem;font-weight:800;background:linear-gradient(135deg,#ff8c42,#e06e1a);-webkit-background-clip:text;background-clip:text;color:transparent}.header-buttons{display:flex;gap:1rem}.btn-outline{background:transparent;border:2px solid #ff8c42;padding:.5rem 1.2rem;border-radius:40px;font-weight:600;color:#ff8c42;cursor:pointer;transition:all .2s}.btn-outline:hover{background:#ff8c42;color:#fff;transform:translateY(-2px)}.btn-primary{background:#ff8c42;border:none;padding:.5rem 1.2rem;border-radius:40px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s}.btn-primary:hover{background:#e06e1a;transform:translateY(-2px)}.btn-large{padding:.8rem 2rem;font-size:1rem}.hero{margin-bottom:3rem}.hero-swiper{width:100%;height:500px}.hero-slide{height:500px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center}.hero-content{background:#00000080;padding:2rem;border-radius:24px;color:#fff;max-width:80%}.hero-content h2{font-size:2.5rem;margin-bottom:1rem}.hero-content p{font-size:1.2rem;margin-bottom:1.5rem}.plans{padding:3rem 2rem;background:#fff}.container{max-width:1200px;margin:0 auto}.section-title{text-align:center;font-size:2rem;font-weight:700;margin-bottom:2rem;color:#1e1e2a}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.plan-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 10px 30px #0000000d;transition:transform .2s,box-shadow .2s;position:relative;border:1px solid #e2e8f0}.plan-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001a}.plan-card.popular{border:2px solid #ff8c42;transform:scale(1.02)}.popular-badge{position:absolute;top:12px;right:12px;background:#ff8c42;color:#fff;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:700}.plan-header{padding:1.5rem;text-align:center;color:#fff}.plan-header h3{font-size:1.6rem;font-weight:700;letter-spacing:-.5px;margin-bottom:.5rem}.price{font-size:1.8rem;font-weight:800;letter-spacing:-.5px}.plan-features{list-style:none;padding:1.5rem;margin:0}.plan-features li{padding:.5rem 0;font-size:.9rem;color:#2d3748;border-bottom:1px solid #edf2f7;font-weight:500}.btn-plan{display:block;width:calc(100% - 2rem);margin:0 1rem 1.5rem;padding:.8rem;background:#ff8c42;color:#fff;border:none;border-radius:40px;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s}.btn-plan:hover{background:#e06e1a}.plans-note{text-align:center;font-size:.9rem;color:#4a5568;margin-top:1rem}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-container{background:#fff;max-width:500px;width:90%;border-radius:32px;padding:2rem;position:relative;max-height:80vh;overflow-y:auto}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#888}.modal-content-text{margin-top:1rem}.modal-content-text ul{margin:1rem 0;padding-left:1.5rem}.modal-content-text li{margin:.5rem 0}.landing-footer{background:#1e1e2a;color:#ddd;text-align:center;padding:2rem}.footer-links{margin-top:1rem;display:flex;justify-content:center;gap:1.5rem;align-items:center}.footer-link-btn{background:none;border:none;color:#ff8c42;cursor:pointer;font-size:1rem;font-family:inherit}.footer-link-btn:hover{text-decoration:underline}.footer-links a{color:#ff8c42;text-decoration:none}.footer-links a:hover{text-decoration:underline}@media (max-width: 768px){.landing-header{flex-direction:column;gap:1rem;text-align:center}.hero-swiper,.hero-slide{height:350px}.hero-content h2{font-size:1.5rem}.hero-content p{font-size:1rem}.plans-grid{grid-template-columns:1fr}.plan-card.popular{transform:none}.footer-links{flex-wrap:wrap;gap:1rem}}.superadmin-dashboard{padding:2rem;font-family:Inter,sans-serif;background:#f0f2f5;min-height:100vh}.superadmin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #ff8c42}.users-table-container{overflow-x:auto}.users-table{width:100%;border-collapse:collapse;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0000000d}.users-table th,.users-table td{padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0}.users-table th{background:#f7fafc;font-weight:600}.users-table select{padding:.5rem;border-radius:8px;border:1px solid #cbd5e0}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;margin-top:90px}.footer{background:var(--footer-bg, #1e1e2a);color:var(--footer-text, #ddd);padding:2.5rem 0;margin-top:3rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-bottom:2rem}.footer-grid h3,.footer-grid h4{margin-bottom:1rem;color:var(--primary, #ff8c42)}.footer-grid a{text-decoration:none;color:var(--primary, #ff8c42)}.social-icons{margin-top:1rem}.social-icons a{margin-right:15px;font-size:1.4rem;display:inline-block;color:var(--primary, #ff8c42)}.map-placeholder iframe{width:100%;height:180px;border-radius:20px;border:none}.footer-bottom{text-align:center;padding-top:1.5rem;border-top:1px solid #333;font-size:.9rem}.full-catalog-btn-container{display:flex;justify-content:center;margin:2rem 0 1rem}.btn-full-catalog{background:var(--button-primary-bg, var(--primary, #ff8c42));padding:12px 28px;font-size:1rem;border-radius:40px;box-shadow:0 4px 12px #0000001a;transition:transform .2s,box-shadow .2s;border:none;cursor:pointer;font-weight:600;color:var(--button-primary-text, white)}.btn-full-catalog:hover{background:var(--secondary, #e06e1a);transform:translateY(-3px);box-shadow:0 8px 20px #00000026}.demo-modal .modal-container{max-width:500px;text-align:center}.demo-container h2{color:var(--primary, #ff8c42)}@media (max-width: 768px){.main-content{margin-top:130px}.full-catalog-btn-container{margin:1.5rem 0 .5rem}.btn-full-catalog{padding:10px 20px;font-size:.9rem}.demo-modal .modal-container{max-width:90%;margin:1rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:#fefaf5;color:#1e1e2a;scroll-behavior:smooth}img{max-width:100%;display:block}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f5ede6;border-radius:10px}::-webkit-scrollbar-thumb{background:var(--primary, #ff8c42);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--secondary, #e06e1a)}*{scrollbar-color:var(--primary, #ff8c42) #f5ede6;scrollbar-width:thin}.container{max-width:1300px;margin:0 auto;padding:0 2rem}.section-title{font-size:1.8rem;font-weight:700;margin-bottom:2rem;border-left:6px solid var(--primary, #ff8c42);padding-left:1rem;color:var(--section-title, #1e1e2a)}.btn-outline-orange{background:transparent;border:2px solid var(--button-primary-bg, var(--primary, #ff8c42));padding:12px 28px;border-radius:40px;font-weight:600;color:var(--button-primary-bg, var(--primary, #ff8c42));cursor:pointer;transition:all .2s ease;font-size:.9rem}.btn-outline-orange:hover{background:var(--button-primary-bg, var(--primary, #ff8c42));color:var(--button-primary-text, white);transform:translateY(-2px)}.btn-primary{background:var(--button-primary-bg, var(--primary, #ff8c42));border:none;padding:12px 24px;border-radius:40px;font-weight:600;color:var(--button-primary-text, white);cursor:pointer;transition:all .2s ease}.btn-primary:hover{background:var(--secondary, #e06e1a);transform:translateY(-2px)}@media (max-width: 768px){.container{padding:0 1rem}.section-title{font-size:1.5rem}}
