@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600&display=swap";:root{--color-orange:#ff6b00;--color-orange-dark:#e55a00;--color-orange-light:#ff8c33;--color-orange-pale:#fff0e6;--color-orange-dim:#ff6b001f;--orange-gradient:linear-gradient(135deg, #e55a00 0%, #ff6b00 50%, #ff8c33 100%);--orange-gradient-hover:linear-gradient(135deg, #cc4f00 0%, #e55a00 50%, #ff6b00 100%);--color-bg:#fff;--color-bg-secondary:#fff5ef;--color-bg-card:#fff;--color-bg-panel:#fff5ef;--color-bg-hover:#fff0e6;--color-bg-dark:#1a1a1a;--color-bg-dark-secondary:#252525;--color-footer:#111;--color-text:#1a1a1a;--color-text-secondary:#333;--color-text-muted:#888;--color-text-dim:#aaa;--color-text-on-orange:#fff;--color-text-on-dark:#fff;--color-border:#ff6b0026;--color-border-light:#00000014;--color-border-hover:#ff6b0066;--color-accent:#ff6b00;--color-accent-hover:#ff8c33;--color-accent-light:#ff6b001a;--color-accent-glow:#ff6b0014;--color-accent-glow-hover:#ff6b0026;--color-primary:#ff6b00;--color-primary-dark:#e55a00;--color-primary-hover:#e55a00;--color-primary-light:#ff8c33;--font-heading:"Outfit", system-ui, sans-serif;--font-sans:"Inter", system-ui, sans-serif;--font-serif:"Outfit", serif;--shadow-sm:0 2px 8px #00000014;--shadow-md:0 6px 24px #0000001f;--shadow-lg:0 12px 48px #0000002e;--shadow-orange:0 4px 20px #ff6b004d;--shadow-orange-sm:0 2px 12px #ff6b0033;--shadow-card:0 2px 12px #00000014;--transition-fast:.15s ease;--transition-smooth:.3s ease;--transition-slow:.5s cubic-bezier(.16, 1, .3, 1);--color-gold:#ff6b00;--color-gold-light:#ff8c33;--color-gold-dark:#e55a00;--color-gold-dim:#ff6b0080;--gold-gradient:var(--orange-gradient);--gold-gradient-hover:var(--orange-gradient-hover);--gold-text-gradient:linear-gradient(135deg, #e55a00, #ff6b00, #ff8c33, #ff6b00, #e55a00);--shadow-gold:var(--shadow-orange);--shadow-gold-sm:var(--shadow-orange-sm)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-sans);background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-text);font-weight:700;line-height:1.2}h1{font-size:3.5rem}h2{font-size:2.25rem}h3{font-size:1.6rem}h4{font-size:1.2rem}h5{font-size:1rem}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{font-family:var(--font-sans);cursor:pointer;background:0 0;border:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-bg-secondary)}::-webkit-scrollbar-thumb{background:var(--color-orange-light);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-orange)}.container{max-width:1400px;margin:0 auto;padding:0 4rem}.app-container{flex-direction:column;min-height:100vh;display:flex}.app-container main{flex:1;padding-top:70px}@media (width<=768px){.app-container main{padding-top:0;padding-bottom:70px}}.orange-text,.gold-text{background:var(--gold-text-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn-primary{background:var(--orange-gradient);color:#fff;font-family:var(--font-sans);cursor:pointer;transition:all var(--transition-smooth);white-space:nowrap;letter-spacing:.3px;border:none;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:13px 30px;font-size:.95rem;font-weight:700;display:inline-flex}.btn-primary:hover{background:var(--orange-gradient-hover);box-shadow:var(--shadow-orange);transform:translateY(-2px)}.btn-secondary{color:var(--color-orange);font-family:var(--font-sans);border:1.5px solid var(--color-orange);cursor:pointer;transition:all var(--transition-smooth);white-space:nowrap;background:#ff6b0014;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:13px 30px;font-size:.95rem;font-weight:600;display:inline-flex}.btn-secondary:hover{border-color:var(--color-orange-dark);background:#ff6b0026}.btn-outline{color:var(--color-orange);font-family:var(--font-sans);border:1.5px solid var(--color-orange);cursor:pointer;transition:all var(--transition-smooth);white-space:nowrap;background:0 0;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:12px 30px;font-size:.95rem;font-weight:600;display:inline-flex}.btn-outline:hover{background:var(--color-accent-glow-hover);border-color:var(--color-orange-dark);color:var(--color-orange-dark);box-shadow:var(--shadow-orange-sm);transform:translateY(-2px)}.btn-icon{color:var(--color-text-secondary);cursor:pointer;transition:color var(--transition-fast), transform var(--transition-fast);justify-content:center;align-items:center;display:flex}.btn-icon:hover{color:var(--color-orange);transform:scale(1.1)}.section-label{font-family:var(--font-sans);letter-spacing:3px;text-transform:uppercase;color:var(--color-orange);margin-bottom:.5rem;font-size:.72rem;font-weight:600;display:block}.section-heading{font-family:var(--font-heading);color:var(--color-text);margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.section-desc{color:var(--color-text-muted);max-width:580px;margin:0 auto;font-size:1rem;line-height:1.7}.section-divider{background:var(--orange-gradient);border-radius:2px;width:50px;height:3px;margin:1.25rem auto}.section-divider.left{margin-left:0}.section-header{margin-bottom:2.5rem}.section-header.center{text-align:center}.state-message{color:var(--color-text-muted);text-align:center;padding:3rem;font-size:.95rem}.page-state{text-align:center;min-height:60vh;color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-center{justify-content:center;align-items:center;display:flex}@media (width<=1200px){.container{padding:0 2.5rem}h1{font-size:2.75rem}h2,.section-heading{font-size:2rem}}@media (width<=768px){.container{padding:0 1rem}h1{font-size:2.2rem}h2{font-size:1.75rem}h3{font-size:1.4rem}.section-heading{font-size:1.6rem}.section-desc{font-size:.9rem}.btn-primary,.btn-outline,.btn-secondary{padding:11px 22px;font-size:.88rem}}@media (width<=480px){.container{padding:0 .75rem}h1{font-size:1.9rem}h2{font-size:1.5rem}.section-heading{font-size:1.4rem}}.app-container{min-height:100vh}.search-backdrop{z-index:1200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;position:fixed;inset:0}.search-modal{z-index:1201;background:#fff;border-radius:16px;flex-direction:column;width:680px;max-width:calc(100vw - 2rem);max-height:calc(100vh - 120px);display:flex;position:fixed;top:80px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 20px 60px #0003,0 0 0 1px #ff6b001a}.search-input-row{background:var(--color-bg-secondary);border-bottom:1px solid #ff6b001a;align-items:center;gap:8px;padding:1rem 1.25rem;display:flex}.search-icon-lead{color:var(--color-orange);flex-shrink:0}.search-input{font-size:1rem;font-family:var(--font-sans);color:var(--color-text);background:0 0;border:none;outline:none;flex:1}.search-input::placeholder{color:var(--color-text-dim)}.search-clear-btn,.search-close-btn{width:32px;height:32px;color:var(--color-text-muted);transition:all var(--transition-fast);border-radius:6px;justify-content:center;align-items:center;display:flex}.search-clear-btn:hover,.search-close-btn:hover{color:var(--color-orange);background:#ff6b0014}.search-results-area{flex:1;overflow-y:auto}.search-placeholder,.search-loading,.search-no-results{text-align:center;color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:3rem 2rem;display:flex}.search-placeholder-icon{color:#ff6b0026;margin-bottom:.5rem}.search-placeholder p{color:var(--color-text-secondary);font-size:.95rem;font-weight:600}.search-placeholder span,.search-no-results span{font-size:.82rem}.search-spinner{border:3px solid #ff6b0026;border-top-color:var(--color-orange);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.search-results-count{color:var(--color-text-muted);border-bottom:1px solid #0000000f;padding:.75rem 1.25rem;font-size:.82rem}.search-results-count strong{color:var(--color-orange)}.search-result-item{cursor:pointer;transition:background var(--transition-fast);border-bottom:1px solid #0000000a;align-items:center;gap:.875rem;padding:.875rem 1.25rem;display:flex}.search-result-item:hover{background:var(--color-bg-secondary)}.search-result-img{object-fit:cover;border:1px solid #ff6b001a;border-radius:8px;flex-shrink:0;width:52px;height:52px}.search-result-info{flex:1;min-width:0}.search-result-category{text-transform:uppercase;letter-spacing:.5px;color:var(--color-orange);margin-bottom:2px;font-size:.7rem;font-weight:600;display:block}.search-result-name{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.search-result-price{color:var(--color-orange);font-size:.88rem;font-weight:700}.search-result-cart-btn{background:var(--color-orange-pale);width:36px;height:36px;color:var(--color-orange);transition:all var(--transition-fast);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.search-result-cart-btn:hover{background:var(--color-orange);color:#fff}@media (width<=768px){.search-modal{border-radius:0 0 16px 16px;width:100%;max-height:70vh;top:0;left:0;right:0;transform:none}}.navbar{z-index:1000;transition:box-shadow var(--transition-smooth), background var(--transition-smooth);background:#fff;border-bottom:1px solid #ff6b001f;position:fixed;top:0;left:0;right:0}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;box-shadow:0 2px 20px #ff6b001f}.nav-container{justify-content:space-between;align-items:center;max-width:1400px;height:70px;margin:0 auto;padding:0 2.5rem;display:flex}.nav-links{align-items:center;gap:.25rem;display:flex}.nav-link{color:var(--color-text-secondary);transition:all var(--transition-fast);border-radius:6px;padding:8px 14px;font-size:.9rem;font-weight:500;position:relative}.nav-link:after{content:"";background:var(--orange-gradient);width:0;height:2px;transition:width var(--transition-smooth);border-radius:1px;position:absolute;bottom:4px;left:50%;transform:translate(-50%)}.nav-link:hover,.nav-link.active{color:var(--color-orange)}.nav-link.active:after,.nav-link:hover:after{width:60%}.nav-brand{align-items:center;gap:8px;text-decoration:none;display:flex;position:absolute;left:50%;transform:translate(-50%)}.brand-icon{color:var(--color-orange);font-size:1.3rem}.brand-name{font-family:var(--font-heading);color:var(--color-text);letter-spacing:-.3px;background:var(--orange-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.35rem;font-weight:800}.nav-actions{align-items:center;gap:4px;display:flex}.nav-icon-btn{width:40px;height:40px;color:var(--color-text-secondary);transition:all var(--transition-fast);border-radius:8px;justify-content:center;align-items:center;text-decoration:none;display:flex;position:relative}.nav-icon-btn:hover{background:var(--color-orange-pale);color:var(--color-orange)}.cart-badge{background:var(--color-orange);color:#fff;border:2px solid #fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:4px;right:4px}@media (width<=768px){.navbar{display:none}}.footer{background:var(--color-footer);color:#fffc;margin-top:5rem}@media (width<=768px){.footer{display:none}}.footer-top{border-bottom:1px solid #ff6b0026;padding:4rem 0 3rem}.footer-grid{grid-template-columns:1.8fr 1fr 1fr 1.2fr;gap:3rem;display:grid}.footer-brand-link{align-items:center;gap:8px;margin-bottom:1rem;text-decoration:none;display:inline-flex}.footer-brand-icon{color:var(--color-orange);font-size:1.5rem}.footer-brand-name{font-family:var(--font-heading);background:var(--orange-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.3rem;font-weight:800}.footer-brand-desc{color:#ffffff8c;margin-bottom:1.5rem;font-size:.875rem;line-height:1.7}.footer-social{gap:.75rem;display:flex}.social-link{color:#ffffffb3;width:36px;height:36px;transition:all var(--transition-fast);background:#ff6b001f;border-radius:8px;justify-content:center;align-items:center;display:flex}.social-link:hover{background:var(--color-orange);color:#fff;transform:translateY(-2px)}.footer-col-title{font-family:var(--font-heading);color:#fff;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.25rem;font-size:.9rem;font-weight:700}.footer-links-list{flex-direction:column;gap:.625rem;list-style:none;display:flex}.footer-links-list li a{color:#ffffff8c;transition:color var(--transition-fast);font-size:.875rem;text-decoration:none}.footer-links-list li a:hover{color:var(--color-orange)}.footer-contact-list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.footer-contact-list li{color:#ffffff8c;align-items:center;gap:.625rem;font-size:.875rem;display:flex}.contact-icon{color:var(--color-orange);flex-shrink:0}.footer-bottom{padding:1.25rem 0}.footer-bottom-inner{justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-bottom-inner p{color:#fff6;font-size:.82rem}.footer-brand-inline{color:var(--color-orange);font-weight:600}.footer-bottom-links{gap:1.5rem;display:flex}.footer-bottom-links a{color:#fff6;transition:color var(--transition-fast);font-size:.8rem;text-decoration:none}.footer-bottom-links a:hover{color:var(--color-orange)}@media (width<=1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}.mobile-bottom-nav{display:none}@media (width<=768px){.mobile-bottom-nav{z-index:1000;background:#fff;border-top:1.5px solid #ff6b0026;align-items:stretch;height:62px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #00000014}.mob-nav-item{color:#999;transition:color var(--transition-fast), background var(--transition-fast);border-top:2px solid #0000;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding:6px 0;font-size:.68rem;font-weight:500;transition:all .2s;display:flex}.mob-nav-item:hover{color:var(--color-orange);background:#ff6b000a}.mob-nav-item.active{color:var(--color-orange);border-top-color:var(--color-orange)}.mob-nav-item.active svg{stroke:var(--color-orange)}.mob-nav-cart .mob-cart-icon-wrap{justify-content:center;align-items:center;display:flex;position:relative}.mob-cart-badge{background:var(--color-orange);color:#fff;border:1.5px solid #fff;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 3px;font-size:.6rem;font-weight:700;display:flex;position:absolute;top:-6px;right:-8px}}.cart-drawer-overlay{z-index:1100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000059;position:fixed;inset:0}.cart-drawer{z-index:1101;background:#fff;flex-direction:column;width:420px;max-width:95vw;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-8px 0 40px #00000026}.cart-header{background:linear-gradient(135deg,#ff6b000a,#fff);border-bottom:1.5px solid #ff6b001f;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.cart-title-row{align-items:center;gap:10px;display:flex}.cart-title-row h2{font-family:var(--font-heading);color:var(--color-text);font-size:1.2rem;font-weight:700}.cart-header-icon{color:var(--color-orange)}.cart-count-chip{background:var(--color-orange);color:#fff;border-radius:10px;padding:2px 8px;font-size:.72rem;font-weight:700}.cart-close{width:36px;height:36px;color:var(--color-text-muted);transition:all var(--transition-fast);border-radius:8px;justify-content:center;align-items:center;display:flex}.cart-close:hover{color:var(--color-orange);background:#ff6b0014}.cart-items{flex-direction:column;flex:1;gap:1rem;padding:1rem 1.5rem;display:flex;overflow-y:auto}.cart-empty{text-align:center;height:100%;color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;display:flex}.cart-empty-icon{color:#ff6b0033}.cart-empty p{color:var(--color-text-secondary);font-weight:600}.cart-empty span{font-size:.85rem}.cart-item{background:var(--color-bg-secondary);border:1px solid #ff6b0014;border-radius:10px;gap:.875rem;padding:.875rem;display:flex}.cart-item-img{object-fit:cover;border-radius:8px;flex-shrink:0;width:68px;height:68px}.cart-item-details{flex:1;min-width:0}.cart-item-title{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:.88rem;font-weight:600;overflow:hidden}.cart-item-var{color:var(--color-orange);margin-bottom:4px;font-size:.75rem}.cart-item-price{color:var(--color-orange);margin-bottom:8px;font-size:.9rem;font-weight:700}.cart-item-actions{justify-content:space-between;align-items:center;display:flex}.qty-selector{background:#fff;border:1px solid #ff6b0033;border-radius:6px;align-items:center;gap:8px;padding:2px;display:flex;overflow:hidden}.qty-btn{width:26px;height:26px;color:var(--color-orange);transition:background var(--transition-fast);border-radius:4px;justify-content:center;align-items:center;display:flex}.qty-btn:hover{background:#ff6b001a}.qty-display{text-align:center;min-width:24px;color:var(--color-text);font-size:.875rem;font-weight:600}.remove-btn{color:#ff4d4f;transition:background var(--transition-fast);border-radius:4px;padding:4px 8px;font-size:.75rem;font-weight:500}.remove-btn:hover{background:#ff4d4f14}.cart-footer{background:var(--color-bg-secondary);border-top:1.5px solid #ff6b001f;flex-direction:column;gap:1rem;padding:1.25rem 1.5rem;display:flex}.cart-subtotal{color:var(--color-text);justify-content:space-between;align-items:center;font-size:.95rem;font-weight:600;display:flex}.cart-total-amount{color:var(--color-orange);font-size:1.1rem;font-weight:700}.checkout-btn{width:100%;padding:14px;font-size:1rem}.pc-only{display:block}@media (width<=768px){.pc-only{display:none!important}}.mobile-search-section,.mobile-flash-section,.mobile-categories-section{display:none}@media (width<=768px){.mobile-search-section,.mobile-flash-section,.mobile-categories-section{display:block}}.mobile-search-section{z-index:100;background:#fff;border-bottom:1px solid #ff6b001a;padding:12px 1rem 10px;position:sticky;top:0;box-shadow:0 2px 8px #0000000f}.mobile-search-bar{transition:border-color var(--transition-fast);background:#fff;border:2px solid #ff6b0040;border-radius:50px;align-items:center;gap:8px;padding:8px 6px 8px 14px;display:flex}.mobile-search-bar:focus-within{border-color:var(--color-orange)}.mob-search-icon{color:var(--color-text-muted);flex-shrink:0}.mob-search-input{font-size:.9rem;font-family:var(--font-sans);color:var(--color-text);background:0 0;border:none;outline:none;flex:1}.mob-search-input::placeholder{color:var(--color-text-muted)}.mob-search-btn{background:var(--orange-gradient);color:#fff;white-space:nowrap;transition:background var(--transition-fast);border-radius:50px;padding:7px 16px;font-size:.82rem;font-weight:700}.mob-search-btn:hover{background:var(--orange-gradient-hover)}.mobile-flash-section{background:#fff;margin-top:8px;padding:1rem 1rem .5rem}.flash-header{justify-content:space-between;align-items:center;margin-bottom:.875rem;display:flex}.flash-title{align-items:center;gap:6px;display:flex}.flash-title h2{font-family:var(--font-heading);color:var(--color-text);letter-spacing:-.3px;font-size:1.1rem;font-weight:800}.flash-title h2 span,.flash-icon{color:var(--color-orange)}.flash-more-btn{color:var(--color-orange);align-items:center;gap:2px;font-size:.78rem;font-weight:600;display:flex}.flash-products-row{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.flash-card{cursor:pointer;background:var(--color-bg-secondary);transition:transform var(--transition-fast);border:1px solid #ff6b0014;border-radius:10px;overflow:hidden}.flash-card:active{transform:scale(.97)}.flash-card-img-wrap{aspect-ratio:1;background:var(--color-bg-secondary);position:relative}.flash-card-img-wrap img{object-fit:cover;width:100%;height:100%}.flash-save-badge{background:var(--color-orange);color:#fff;z-index:1;border-radius:4px;padding:2px 6px;font-size:.58rem;font-weight:800;position:absolute;top:6px;left:6px}.flash-card-info{padding:6px 8px 8px}.flash-card-price{color:var(--color-orange);font-size:.88rem;font-weight:700}.flash-card-name{color:var(--color-text-muted);-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-top:2px;font-size:.72rem;display:-webkit-box;overflow:hidden}.flash-card-skeleton{aspect-ratio:1;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:10px;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.mobile-categories-section{background:#fff;margin-top:8px;padding:1rem 1rem .5rem}.mob-section-header{justify-content:space-between;align-items:center;margin-bottom:.875rem;display:flex}.mob-section-title{align-items:center;gap:6px;display:flex}.mob-section-title h2{color:var(--color-text);font-size:1.05rem;font-weight:800}.mob-section-title svg{color:var(--color-orange)}.mob-scroll-more{color:var(--color-orange);align-items:center;gap:2px;font-size:.78rem;font-weight:600;display:flex}.mob-categories-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.mob-category-card{cursor:pointer;flex-direction:column;align-items:center;gap:6px;display:flex}.mob-cat-img-wrap{aspect-ratio:1;background:var(--color-bg-secondary);border:1px solid #ff6b001a;border-radius:10px;width:100%;overflow:hidden}.mob-cat-img-wrap img{object-fit:cover;width:100%;height:100%}.mob-cat-name{color:var(--color-text);text-align:center;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.72rem;font-weight:600;display:-webkit-box;overflow:hidden}.mob-cat-skeleton{aspect-ratio:1;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:10px;animation:1.5s infinite shimmer}.hero-banner{background:linear-gradient(135deg,#fff5ef 0%,#fff 60%);padding:6rem 0 5rem;position:relative;overflow:hidden}.hero-bg-decoration{pointer-events:none;background:radial-gradient(#ff6b000f 0%,#0000 70%);width:60%;height:140%;position:absolute;top:-20%;right:-5%}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-label{letter-spacing:3px;text-transform:uppercase;color:var(--color-orange);background:#ff6b0014;border:1px solid #ff6b0033;border-radius:50px;margin-bottom:1rem;padding:6px 14px;font-size:.75rem;font-weight:700;display:inline-block}.hero-title{color:var(--color-text);letter-spacing:-1px;margin-bottom:1.25rem;font-size:3.8rem;font-weight:800;line-height:1.1}.hero-title-orange{background:var(--orange-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-desc{color:var(--color-text-muted);max-width:420px;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:1rem;display:flex}.hero-visual{position:relative}.hero-img-container{border-radius:20px;position:relative;overflow:hidden;box-shadow:0 20px 60px #ff6b0026}.hero-glow{z-index:1;background:radial-gradient(circle at 30% 30%,#ff6b001f,#0000 60%);position:absolute;inset:0}.hero-main-img{object-fit:cover;border-radius:20px;width:100%;height:480px;display:block}.hero-badge-1,.hero-badge-2{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2;background:#fffffff2;border-radius:12px;align-items:center;gap:8px;padding:10px 14px;display:flex;position:absolute;box-shadow:0 4px 20px #0000001a}.hero-badge-1{bottom:24px;left:20px}.hero-badge-2{text-align:center;flex-direction:column;top:20px;right:20px}.badge-icon{color:var(--color-orange);font-size:1.2rem}.badge-title{color:var(--color-text);font-size:.85rem;font-weight:700}.badge-sub{color:var(--color-text-muted);font-size:.72rem}.hero-tags{flex-wrap:wrap;gap:.5rem;margin-top:1.25rem;display:flex}.hero-tag-pill{color:var(--color-orange);background:#ff6b0014;border:1px solid #ff6b0033;border-radius:50px;padding:6px 14px;font-size:.8rem;font-weight:600}.category-section{background:var(--color-bg-secondary);padding:5rem 0}.category-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.category-card{cursor:pointer;aspect-ratio:3/4;box-shadow:var(--shadow-sm);transition:all var(--transition-smooth);border-radius:14px;position:relative;overflow:hidden}.category-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #ff6b0026}.category-img-wrap{position:absolute;inset:0}.category-img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.category-card:hover .category-img{transform:scale(1.06)}.category-overlay{color:#fff;background:linear-gradient(#0000,#000000b3);padding:2rem 1rem 1rem;position:absolute;bottom:0;left:0;right:0}.category-name{color:#fff;margin-bottom:6px;font-size:1rem;font-weight:700}.category-meta{justify-content:space-between;align-items:center;display:flex}.category-count{color:#fffc;font-size:.78rem}.category-arrow{color:var(--color-orange)}.catalogue-section{padding:4rem 0 5rem}@media (width<=768px){.catalogue-section{background:#fff;margin-top:8px;padding:1rem 0}.catalogue-section .container{padding:0 1rem}.catalogue-section .section-header{margin-bottom:1rem}.catalogue-section .section-heading{font-size:1.1rem}}.catalogue-filters{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}@media (width<=768px){.catalogue-filters{scrollbar-width:none;flex-wrap:nowrap;gap:6px;margin-bottom:1rem;padding-bottom:4px;overflow-x:auto}.catalogue-filters::-webkit-scrollbar{display:none}}.filter-tab{color:var(--color-text-muted);transition:all var(--transition-fast);white-space:nowrap;background:#fff;border:1.5px solid #0000001a;border-radius:50px;padding:8px 16px;font-size:.85rem;font-weight:600}.filter-tab:hover,.filter-tab.active{background:var(--orange-gradient);color:#fff;border-color:#0000}.catalogue-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}@media (width<=1024px){.catalogue-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=640px){.catalogue-grid{grid-template-columns:repeat(2,1fr);gap:8px}}.catalogue-more{text-align:center;margin-top:2.5rem}.load-more-btn{gap:.5rem}@media (width<=1200px){.category-grid{grid-template-columns:repeat(3,1fr)}.hero-title{font-size:3rem}}@media (width<=900px){.hero-container{grid-template-columns:1fr}.hero-visual{display:none}.category-grid{grid-template-columns:repeat(2,1fr)}}.product-card{cursor:pointer;transition:all var(--transition-smooth);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #0000000f;border-radius:12px;overflow:hidden}.product-card:hover{border-color:#ff6b0033;transform:translateY(-4px);box-shadow:0 8px 30px #ff6b001f}.product-image-wrap{aspect-ratio:1;background:var(--color-bg-secondary);position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:transform .4s}.product-card:hover .product-image{transform:scale(1.05)}.product-badge{background:var(--orange-gradient);color:#fff;letter-spacing:.5px;z-index:1;border-radius:4px;padding:3px 8px;font-size:.65rem;font-weight:700;position:absolute;top:8px;left:8px}.mobile-cart-badge{background:var(--color-orange);color:#fff;width:32px;height:32px;transition:transform var(--transition-fast);opacity:0;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:8px;right:8px;box-shadow:0 2px 8px #ff6b0066}.product-card:hover .mobile-cart-badge{opacity:1}@media (width<=768px){.mobile-cart-badge{opacity:1}}.product-info{padding:.875rem}.product-category-label{text-transform:uppercase;letter-spacing:.5px;color:var(--color-orange);margin-bottom:4px;font-size:.68rem;font-weight:600;display:block}.product-name{font-family:var(--font-heading);color:var(--color-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.625rem;font-size:.9rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.product-bottom-row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.product-price{color:var(--color-orange);font-size:1rem;font-weight:700}.product-add-btn{background:var(--orange-gradient);color:#fff;transition:all var(--transition-fast);white-space:nowrap;border-radius:6px;padding:6px 12px;font-size:.75rem;font-weight:600}.product-add-btn:hover{background:var(--orange-gradient-hover);transform:translateY(-1px);box-shadow:0 2px 8px #ff6b004d}.pdp-loading{color:#888;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:60vh;display:flex}.pdp-spinner{border:3px solid #f0f0f0;border-top-color:var(--color-primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite pdp-spin}@keyframes pdp-spin{to{transform:rotate(360deg)}}.pdp-error{text-align:center;padding:8rem 0}.pdp-error h2{margin-bottom:.5rem;font-size:1.8rem}.pdp-error p{color:#666;margin-bottom:1.5rem}.pdp-back-btn{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;display:inline-flex}.pdp-page{padding:2rem 0 5rem}.pdp-grid{background:#fff;border:1px solid #f0f0f0;border-radius:16px;grid-template-columns:1fr 1fr;gap:3rem;padding:2rem;display:grid;box-shadow:0 2px 12px #0000000f}@media (width<=768px){.pdp-grid{grid-template-columns:1fr;gap:1.5rem;padding:1rem}.pdp-page{padding:0 0 6rem}}.pdp-gallery{flex-direction:column;gap:.75rem;display:flex}.pdp-main-image{aspect-ratio:1;background:#f8f8f8;border-radius:12px;width:100%;overflow:hidden}.pdp-main-image img{object-fit:cover;width:100%;height:100%}.pdp-thumbnails{flex-wrap:wrap;gap:.5rem;display:flex}.pdp-thumb{object-fit:cover;cursor:pointer;border:2px solid #0000;border-radius:8px;width:68px;height:68px;transition:border-color .2s}.pdp-thumb.active,.pdp-thumb:hover{border-color:var(--color-primary)}.pdp-info{flex-direction:column;display:flex}.pdp-category{text-transform:uppercase;letter-spacing:1px;color:var(--color-primary);background:#ff6b0014;border-radius:20px;margin-bottom:.75rem;padding:3px 10px;font-size:.75rem;font-weight:700;display:inline-block}.pdp-title{color:#111;margin-bottom:.75rem;font-size:1.75rem;font-weight:800;line-height:1.3}@media (width<=768px){.pdp-title{font-size:1.35rem}}.pdp-price{margin-bottom:1rem}.pdp-price-value{color:var(--color-primary);font-size:2rem;font-weight:800}@media (width<=768px){.pdp-price-value{font-size:1.6rem}}.pdp-description{color:#555;border-bottom:1px dashed #eee;margin-bottom:1.5rem;padding-bottom:1.5rem;font-size:.95rem;line-height:1.7}.pdp-variations{margin-bottom:2rem}.pdp-variation-group{margin-bottom:1.25rem}.pdp-variation-label{color:#333;margin-bottom:.5rem;font-size:.9rem;font-weight:700}.pdp-variation-options{flex-wrap:wrap;gap:.5rem;display:flex}.pdp-variation-btn{cursor:pointer;color:#333;background:#fff;border:1.5px solid #ddd;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.pdp-variation-btn:hover{border-color:var(--color-primary);color:var(--color-primary)}.pdp-variation-btn.active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.pdp-variation-img{object-fit:cover;border-radius:4px;width:28px;height:28px}.pdp-price-adj{opacity:.8;font-size:.75rem}.pdp-actions{gap:1rem;margin-top:auto;display:flex}.pdp-buy-now,.pdp-add-cart{cursor:pointer;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.pdp-buy-now{background:var(--color-primary);color:#fff}.pdp-buy-now:hover{background:var(--color-primary-hover);transform:translateY(-1px)}.pdp-add-cart{color:#fff;background:#111}.pdp-add-cart:hover{background:#333;transform:translateY(-1px)}@media (width<=768px){.pdp-actions{flex-direction:column}}.pdp-similar{margin-top:3.5rem}.pdp-similar-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.pdp-similar-header h2{color:#111;font-size:1.4rem;font-weight:800}.pdp-see-all{border:1px solid var(--color-primary);color:var(--color-primary);cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:.3rem;padding:.4rem .9rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.pdp-see-all:hover{background:var(--color-primary);color:#fff}.pdp-similar-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}@media (width<=768px){.pdp-similar-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.checkout-page{padding:2rem 0 5rem}.checkout-heading{color:#111;margin-bottom:2rem;font-size:2rem;font-weight:800}.checkout-layout{grid-template-columns:1fr 1.2fr;align-items:start;gap:2rem;display:grid}@media (width<=768px){.checkout-layout{grid-template-columns:1fr}.checkout-heading{font-size:1.5rem}.checkout-page{padding:1rem 0 6rem}}.checkout-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;padding:1.75rem;box-shadow:0 2px 12px #0000000f}.checkout-card-title{color:#111;border-bottom:2px solid var(--color-primary);margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1.15rem;font-weight:800}.checkout-items{flex-direction:column;gap:1rem;max-height:350px;margin-bottom:1.5rem;padding-right:.25rem;display:flex;overflow-y:auto}.checkout-totals{border-top:1px dashed #e5e5e5;padding-top:1rem}.checkout-total-row{color:#555;justify-content:space-between;margin-bottom:.6rem;font-size:.95rem;display:flex}.free-tag{color:#16a34a;font-weight:700}.checkout-total-row.grand-total{color:var(--color-primary);border-top:1px solid #f0f0f0;margin-top:.5rem;padding-top:.75rem;font-size:1.25rem;font-weight:800}.checkout-form{flex-direction:column;gap:1.25rem;display:flex}.cf-group{flex-direction:column;gap:.4rem;display:flex}.cf-group label{color:#444;font-size:.85rem;font-weight:700}.cf-group input,.cf-group textarea{background:#fafafa;border:1.5px solid #e4e4e7;border-radius:10px;outline:none;padding:.85rem 1rem;font-size:.95rem;transition:border-color .2s}.cf-group input:focus,.cf-group textarea:focus{border-color:var(--color-primary);background:#fff}.cf-group textarea{resize:vertical;min-height:80px}.cf-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.75rem 1rem;font-size:.9rem;font-weight:600}.cf-submit{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;min-height:52px;padding:1rem;font-size:1.05rem;font-weight:800;transition:background .2s,transform .15s;display:flex}.cf-submit:hover:not(:disabled){background:var(--color-primary-hover);transform:translateY(-1px)}.cf-submit:disabled{opacity:.65;cursor:not-allowed}.cf-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:22px;height:22px;animation:.7s linear infinite cf-spin}@keyframes cf-spin{to{transform:rotate(360deg)}}.cf-note{text-align:center;color:#888;font-size:.8rem}.checkout-empty{text-align:center;color:#999;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:70vh;padding:2rem;display:flex}.checkout-empty h2{color:#333;font-size:1.5rem}.checkout-empty p{font-size:.95rem}.checkout-empty button{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;margin-top:.5rem;padding:.75rem 2rem;font-size:1rem;font-weight:700}.checkout-success{justify-content:center;align-items:center;min-height:80vh;padding:2rem;display:flex}.checkout-success-card{text-align:center;background:#fff;border-radius:20px;max-width:420px;padding:3rem 2.5rem;box-shadow:0 8px 40px #00000014}.checkout-success-icon{background:var(--color-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.5rem;font-size:2rem;font-weight:800;display:flex}.checkout-success-card h2{color:#111;margin-bottom:.75rem;font-size:1.5rem;font-weight:800}.checkout-success-card p{color:#555;line-height:1.6}.checkout-redirect{margin-top:1rem;font-size:.85rem;color:#999!important}.ad-shell{background:#f4f4f5;min-height:100vh;font-family:Inter,Outfit,sans-serif;display:flex}.ad-sidebar{background:#111;flex-direction:column;flex-shrink:0;width:240px;min-height:100vh;padding:0;display:flex}.ad-brand{color:#fff;border-bottom:1px solid #ffffff14;padding:1.5rem 1.5rem 1rem;font-size:1.1rem;font-weight:800}.ad-brand-cf{color:#ff6b00}.ad-nav{flex-direction:column;flex:1;padding:1rem 0;display:flex}.ad-nav-btn{text-align:left;color:#fff9;cursor:pointer;background:0 0;border:none;border-left:3px solid #0000;padding:.85rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .15s}.ad-nav-btn:hover{color:#ff6b00;background:#ff6b0014;border-left-color:#ff6b0066}.ad-nav-btn.active{color:#ff6b00;background:#ff6b001f;border-left-color:#ff6b00}.ad-logout{color:#ef4444;cursor:pointer;background:#ef444414;border:1px solid #ef444433;border-radius:8px;margin:auto 1rem 1rem;padding:.6rem 1rem;font-size:.85rem;font-weight:600;transition:all .15s}.ad-logout:hover{background:#ef444426}.ad-main{flex:1;padding:2rem;overflow-x:auto}.ad-topbar{border-bottom:1px solid #e4e4e7;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.ad-page-title{color:#111;font-size:1.75rem;font-weight:800}.ad-refresh-btn{cursor:pointer;color:#333;background:#fff;border:1px solid #e4e4e7;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .15s}.ad-refresh-btn:hover{color:#ff6b00;border-color:#ff6b00}.ad-flash{border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem;font-weight:600}.ad-flash-ok{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0}.ad-flash-err{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.ad-loading{color:#888;text-align:center;padding:2rem 0}.ad-table-wrap{background:#fff;border:1px solid #e4e4e7;border-radius:12px;overflow:hidden;box-shadow:0 1px 6px #0000000a}.ad-table{border-collapse:collapse;width:100%}.ad-table th{text-align:left;text-transform:uppercase;letter-spacing:.5px;color:#555;background:#fafafa;border-bottom:1px solid #f0f0f0;padding:.85rem 1rem;font-size:.78rem;font-weight:700}.ad-table td{color:#333;vertical-align:middle;border-bottom:1px solid #f9f9f9;padding:.85rem 1rem;font-size:.875rem}.ad-table tr:last-child td{border-bottom:none}.ad-table tr:hover td{background:#fafafa}.ad-thumb{object-fit:cover;border:1px solid #f0f0f0;border-radius:8px;width:48px;height:48px}.ad-prod-name{color:#111;font-weight:600}.ad-amount{color:#ff6b00;font-weight:700}.ad-muted{color:#aaa;font-size:.8rem}.ad-customer-name{font-weight:600}.ad-customer-phone{color:#888;font-size:.8rem}.ad-order-id{color:#555;margin-left:.5rem;font-family:monospace;font-size:.8rem}.ad-actions-cell{gap:.5rem;display:flex}.ad-empty-row{text-align:center;color:#999;padding:3rem!important}.ad-badge{border-radius:20px;padding:3px 10px;font-size:.75rem;font-weight:700;display:inline-block}.ad-badge-pending{color:#c2410c;background:#fff7ed}.ad-badge-approved{color:#15803d;background:#f0fdf4}.ad-badge-delivered{color:#1d4ed8;background:#eff6ff}.ad-badge-cancelled{color:#71717a;background:#f4f4f5}.ad-expand-btn{cursor:pointer;vertical-align:middle;background:#f4f4f5;border:1px solid #e4e4e7;border-radius:6px;width:28px;height:28px;font-size:1rem;font-weight:700}.ad-expand-row td{background:#fafafa;padding:1rem 1.5rem}.ad-order-detail p{margin-bottom:.75rem;font-size:.875rem}.ad-inner-table{border-collapse:collapse;width:100%}.ad-inner-table th,.ad-inner-table td{border-bottom:1px solid #f0f0f0;padding:.5rem .75rem;font-size:.85rem}.ad-inner-table th{color:#888;font-weight:600}.ad-prod-cell{align-items:center;gap:.5rem;display:flex}.ad-prod-cell img{object-fit:cover;border-radius:6px;width:36px;height:36px}.ad-status-row{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.ad-stat-box{cursor:pointer;background:#fff;border:1.5px solid #e4e4e7;border-radius:12px;padding:1.25rem;transition:all .15s}.ad-stat-box:hover,.ad-stat-box.active{border-color:#ff6b00}.ad-stat-count{color:#111;margin-bottom:.25rem;font-size:2rem;font-weight:800;line-height:1}.ad-stat-label{text-transform:uppercase;letter-spacing:.5px;color:#888;font-size:.78rem;font-weight:700}.ad-stat-pending .ad-stat-count{color:#f59e0b}.ad-stat-approved .ad-stat-count{color:#16a34a}.ad-stat-delivered .ad-stat-count{color:#2563eb}.ad-stat-cancelled .ad-stat-count{color:#9ca3af}.ad-select{cursor:pointer;background:#fff;border:1px solid #e4e4e7;border-radius:6px;padding:6px 10px;font-size:.8rem}.ad-form-card{background:#fff;border:1px solid #e4e4e7;border-radius:12px;margin-bottom:2rem;padding:1.75rem;box-shadow:0 1px 6px #0000000a}.ad-form-card h3{color:#111;margin-bottom:1.25rem;font-size:1.1rem;font-weight:800}.ad-form-row{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:0;display:grid}@media (width<=768px){.ad-form-row{grid-template-columns:1fr}}.ad-fg{flex-direction:column;gap:.35rem;margin-bottom:1rem;display:flex}.ad-fg label{color:#444;text-transform:uppercase;letter-spacing:.3px;font-size:.8rem;font-weight:700}.ad-fg input,.ad-fg select,.ad-fg textarea{background:#fafafa;border:1.5px solid #e4e4e7;border-radius:8px;outline:none;padding:.7rem .9rem;font-size:.9rem;transition:border-color .15s}.ad-fg input:focus,.ad-fg select:focus,.ad-fg textarea:focus{background:#fff;border-color:#ff6b00}.ad-fg textarea{resize:vertical;min-height:80px}.ad-variations-section{background:#fafafa;border:1px dashed #e4e4e7;border-radius:10px;margin-bottom:1.5rem;padding:1.25rem}.ad-var-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.ad-var-header label{color:#444;text-transform:uppercase;font-size:.8rem;font-weight:700}.ad-var-group{background:#fff;border:1px solid #e4e4e7;border-radius:10px;margin-bottom:1rem;padding:1rem}.ad-var-option-row{background:#fafafa;border-radius:8px;grid-template-columns:1fr 1fr 1fr auto;align-items:end;gap:.75rem;margin-bottom:.5rem;padding:.75rem;display:grid}@media (width<=900px){.ad-var-option-row{grid-template-columns:1fr 1fr}}.ad-current-img{align-items:center;gap:.5rem;margin-bottom:.4rem;display:flex}.ad-current-img img{object-fit:cover;border:1px solid #e4e4e7;border-radius:6px;width:44px;height:44px}.ad-current-img span{color:#888;font-size:.8rem}.ad-form-actions{gap:.75rem;margin-top:.5rem;display:flex}.ad-btn-primary{color:#fff;cursor:pointer;background:#ff6b00;border:none;border-radius:8px;padding:.75rem 1.75rem;font-size:.95rem;font-weight:700;transition:background .15s}.ad-btn-primary:hover{background:#e55a00}.ad-btn-cancel{color:#333;cursor:pointer;background:#f4f4f5;border:1px solid #e4e4e7;border-radius:8px;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600}.ad-btn-sm{color:#ff6b00;cursor:pointer;background:#ff6b0014;border:1px solid #ff6b0033;border-radius:6px;padding:6px 12px;font-size:.8rem;font-weight:600}.ad-btn-sm:hover{background:#ff6b0026}.ad-btn-edit{color:#333;cursor:pointer;background:#fff;border:1px solid #e4e4e7;border-radius:6px;padding:5px 12px;font-size:.8rem;font-weight:600}.ad-btn-edit:hover{color:#ff6b00;border-color:#ff6b00}.ad-btn-del{color:#dc2626;cursor:pointer;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:5px 12px;font-size:.8rem;font-weight:600}.ad-btn-del:hover{background:#fee2e2}.ad-btn-danger-sm{color:#dc2626;cursor:pointer;white-space:nowrap;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:5px 10px;font-size:.8rem;font-weight:700}.al-wrapper{background:#111;justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.al-bg{background:radial-gradient(at 50% 0,#ff6b001f 0%,#0000 70%);position:absolute;inset:0}.al-card{z-index:2;background:#fff;border-radius:20px;width:100%;max-width:400px;padding:2.5rem 2.25rem;position:relative;box-shadow:0 24px 60px #0006}.al-logo{justify-content:center;margin-bottom:1rem;display:flex}.al-logo-ring{color:#ff6b00;background:#ff6b001a;border:2px solid #ff6b004d;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.al-brand{text-align:center;color:#111;margin:0 0 .25rem;font-size:1.5rem;font-weight:800}.al-subtitle{text-align:center;color:#888;margin-bottom:2rem;font-size:.85rem}.al-form{flex-direction:column;gap:1.25rem;display:flex}.al-field label{text-transform:uppercase;letter-spacing:.5px;color:#444;margin-bottom:.4rem;font-size:.78rem;font-weight:700;display:block}.al-input-wrap{align-items:center;display:flex;position:relative}.al-icon{color:#aaa;pointer-events:none;position:absolute;left:12px}.al-input-wrap input{background:#fafafa;border:1.5px solid #e4e4e7;border-radius:10px;outline:none;width:100%;padding:.85rem 2.5rem;font-size:.95rem;transition:border-color .15s}.al-input-wrap input:focus{background:#fff;border-color:#ff6b00}.al-eye{color:#aaa;cursor:pointer;background:0 0;border:none;padding:0;position:absolute;right:12px}.al-eye:hover{color:#ff6b00}.al-error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.7rem 1rem;font-size:.85rem;font-weight:600}.al-submit{color:#fff;cursor:pointer;background:#ff6b00;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;min-height:50px;padding:.9rem;font-size:1rem;font-weight:800;transition:background .15s;display:flex}.al-submit:hover:not(:disabled){background:#e55a00}.al-submit:disabled{opacity:.6;cursor:not-allowed}.al-spinner{border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:22px;height:22px;animation:.7s linear infinite al-spin}@keyframes al-spin{to{transform:rotate(360deg)}}.al-shake{animation:.4s ease-in-out al-shake}@keyframes al-shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-6px)}40%,80%{transform:translate(6px)}}.as-wrap{flex-direction:column;gap:1.75rem;display:flex}.as-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.as-header h3{color:#111;font-size:1.3rem;font-weight:800}.as-select{cursor:pointer;background:#fff;border:1.5px solid #e4e4e7;border-radius:8px;padding:8px 14px;font-size:.875rem}.as-kpi-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}@media (width<=900px){.as-kpi-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){.as-kpi-grid{grid-template-columns:1fr 1fr}}.as-kpi{background:var(--kpi-bg,#f9f9f9);border:1px solid #0000000d;border-radius:12px;padding:1.25rem}.as-kpi-label{text-transform:uppercase;letter-spacing:.5px;color:#888;margin-bottom:.5rem;font-size:.75rem;font-weight:700}.as-kpi-value{color:var(--kpi-color,#111);font-size:1.6rem;font-weight:800}.as-chart-card{background:#fff;border:1px solid #e4e4e7;border-radius:12px;padding:1.5rem}.as-chart-card h4{color:#111;margin-bottom:1.25rem;font-size:1rem;font-weight:700}@media (width<=768px){.ad-shell{flex-direction:column}.ad-sidebar{width:100%;min-height:auto}.ad-nav{flex-direction:row;padding:.5rem;overflow-x:auto}.ad-nav-btn{white-space:nowrap;border-bottom:3px solid #0000;border-left:none}.ad-nav-btn.active{border-bottom-color:#ff6b00;border-left:none}.ad-status-row{grid-template-columns:repeat(2,1fr)}.ad-main{padding:1rem}}.cat-page{min-height:80vh;padding-bottom:5rem}.cat-header{z-index:100;background:#fff;border-bottom:1px solid #f0f0f0;margin-bottom:2rem;padding:1.25rem 0;position:sticky;top:72px}@media (width<=768px){.cat-header{top:0}.cat-page{padding-bottom:6rem}}.cat-header-inner{align-items:center;gap:1.25rem;display:flex}.cat-back-btn{color:#333;cursor:pointer;white-space:nowrap;background:#f4f4f5;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:background .2s;display:inline-flex}.cat-back-btn:hover{background:#e4e4e7}.cat-label{text-transform:uppercase;letter-spacing:1px;color:var(--color-primary);margin:0;font-size:.75rem;font-weight:700}.cat-title{color:#111;margin:0;font-size:1.5rem;font-weight:800;line-height:1.2}@media (width<=768px){.cat-title{font-size:1.2rem}}.cat-count{color:var(--color-primary);white-space:nowrap;background:#ff6b0014;border-radius:20px;margin-left:auto;padding:4px 12px;font-size:.8rem;font-weight:700}.cat-body{min-height:400px}.cat-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}@media (width<=1024px){.cat-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.cat-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.cat-state{color:#999;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:300px;padding:4rem 1rem;display:flex}.cat-state p{font-size:1rem}.cat-state button{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.5rem;font-weight:700}.cat-error p{color:#dc2626}.cat-spinner{border:3px solid #f0f0f0;border-top-color:var(--color-primary);border-radius:50%;width:36px;height:36px;animation:.7s linear infinite cat-spin}@keyframes cat-spin{to{transform:rotate(360deg)}}
