@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}body{min-width:320px;min-height:100vh;margin:0;overflow-x:hidden}#root{width:100%}@media (width<=768px){.auth-wrapper{min-height:calc(100vh - 60px)}}@media (width<=1024px){.brand-content h1{font-size:2.75rem}}@media (width<=900px){.auth-side-brand{display:none}.auth-side-form{background:#f1f5f9;padding:1.5rem}.form-container-inner{border-radius:16px;padding:2rem 1.5rem}}@media (width<=480px){.auth-side-form{padding:1rem}.form-container-inner{padding:2rem 1rem}.form-header h2{font-size:1.75rem}.brand-logo{height:2.5rem}}:root{--auth-bg:#0f172a;--auth-accent:#f97316;--auth-accent-glow:#f9731626;--auth-text-main:#1e293b;--auth-text-muted:#64748b;--auth-border:#e2e8f0;--font-outfit:"Outfit", sans-serif}.auth-wrapper{min-height:calc(100vh - 70px);font-family:var(--font-outfit);background:#fff;display:flex}@media (width<=768px){.auth-wrapper{min-height:calc(100vh - 60px)}}.auth-side-brand{background:var(--auth-bg);color:#fff;flex:1.2;justify-content:center;align-items:center;padding:4rem;display:flex;position:relative;overflow:hidden}.brand-bg-overlay{z-index:1;background-image:linear-gradient(135deg,#0f172ae6 0%,#0f172ab3 100%),url(/assets/auth-bg-CZyRIMnl.png);background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.brand-content{z-index:2;max-width:500px;position:relative}.brand-logo{filter:drop-shadow(0 0 10px #fff3);height:3.5rem;margin-bottom:2.5rem}.brand-content h1{background:linear-gradient(to bottom right,#fff,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3.5rem;font-weight:700;line-height:1.1}.brand-content p{color:#94a3b8;margin-bottom:3rem;font-size:1.125rem;line-height:1.6}.brand-features{flex-direction:column;gap:1.5rem;display:flex}.feature-item{align-items:center;gap:1rem;display:flex}.feature-icon{width:40px;height:40px;color:var(--auth-accent);background:#3b82f61a;border:1px solid #3b82f633;border-radius:10px;justify-content:center;align-items:center;display:flex}.auth-side-form{background:#f1f5f9;flex:1;justify-content:center;align-items:center;padding:3rem;display:flex}.form-container-inner{background:#fff;border:1px solid #f9731626;border-radius:24px;width:100%;max-width:440px;padding:3rem;box-shadow:0 10px 40px -10px #0000001a,0 20px 25px -5px #0000000d}.form-header{margin-bottom:2.5rem}.form-header h2{color:var(--auth-text-main);margin-bottom:.5rem;font-size:2rem;font-weight:700}.form-header p{color:var(--auth-text-muted);font-size:1rem}.auth-form{flex-direction:column;gap:1.5rem;display:flex}.input-group{flex-direction:column;gap:.5rem;display:flex}.label-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.input-group label{color:var(--auth-text-main);font-size:.875rem;font-weight:600}.forgot-link{color:var(--auth-accent);font-size:.8125rem;font-weight:600;text-decoration:none}.input-with-icon{align-items:center;display:flex;position:relative}.input-with-icon svg{color:var(--auth-text-muted);position:absolute;left:1rem}.input-with-icon input{border:1px solid var(--auth-border);width:100%;color:var(--auth-text-main);background:#fff;border-radius:12px;padding:.875rem 1rem .875rem 3rem;font-family:inherit;font-size:1rem;transition:all .2s}.input-with-icon input:focus{border-color:var(--auth-accent);outline:none;box-shadow:0 0 0 4px #f9731626}.remember-row{margin:.25rem 0}.checkbox-container{cursor:pointer;color:var(--auth-text-muted);-webkit-user-select:none;user-select:none;align-items:center;padding-left:28px;font-size:.875rem;display:flex;position:relative}.checkmark{border:1px solid var(--auth-border);background-color:#fff;border-radius:4px;width:18px;height:18px;position:absolute;top:0;left:0}.checkbox-container:hover input~.checkmark{border-color:var(--auth-accent)}.checkbox-container input:checked~.checkmark{background-color:var(--auth-accent);border-color:var(--auth-accent)}.checkmark:after{content:"";display:none;position:absolute}.checkbox-container input:checked~.checkmark:after{display:block}.checkbox-container .checkmark:after{border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:9px;top:2px;left:6px;transform:rotate(45deg)}.auth-submit-btn{background:var(--auth-accent,#f97316);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.auth-submit-btn:hover{background:#ea580c;transform:translateY(-2px);box-shadow:0 10px 15px -3px #f973164d}.social-auth{margin-top:.5rem}.google-btn{width:100%;color:var(--auth-text-main);border:1px solid var(--auth-border);cursor:pointer;background:#fff;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;padding:.875rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex}.google-btn:hover{background:#f8fafc;border-color:#cbd5e1}.auth-footer{text-align:center;margin-top:2.5rem}.auth-footer p{color:var(--auth-text-muted);font-size:.9375rem}.auth-footer a{color:var(--auth-accent);cursor:pointer;font-weight:700;text-decoration:none}.auth-footer a:hover{text-decoration:underline}@media (width<=1024px){.brand-content h1{font-size:2.75rem}}@media (width<=900px){.auth-side-brand{display:none}.auth-side-form{background:#f1f5f9;padding:1.5rem}.form-container-inner{border-radius:16px;padding:2rem 1.5rem}}@media (width<=480px){.auth-side-form{padding:1rem}.form-container-inner{padding:2rem 1rem}.form-header h2{font-size:1.75rem}.brand-logo{height:2.5rem}}.input-with-icon.password-input input{padding-right:3rem}.password-toggle-btn{cursor:pointer;color:var(--auth-text-muted);z-index:10;background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;transition:color .2s;display:flex;right:1rem;position:absolute!important;left:auto!important}.password-toggle-btn:hover{color:var(--auth-accent)}.password-toggle-btn svg{color:inherit!important;position:static!important}.success-message{border:1px solid #10b98133;font-weight:500;animation:.3s ease-in-out fadeIn}.error-message{border:1px solid #ef444433;font-weight:500;animation:.3s ease-in-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}:root{--primary-orange:#ff5722;--dark-blue:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--bg-light:#fff;--bg-soft:#f8fafc;--border-light:#e2e8f0;--max-width:1280px}.home-container{color:var(--text-main);background-color:var(--bg-light);font-family:Inter,sans-serif}@media (width<=768px){.navbar{height:60px;padding:.5rem 1rem}}.hero-section{max-width:var(--max-width);justify-content:space-between;align-items:center;gap:4rem;margin:0 auto;padding:5rem 2rem;display:flex}.hero-content{flex:1}.hero-tagline{color:#8c5a4b;letter-spacing:.05em;background:#fdf2f0;border-radius:4px;padding:.4rem .8rem;font-size:.75rem;font-weight:800}.hero-title{letter-spacing:-.02em;margin:1.5rem 0;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.hero-description{color:var(--text-muted);max-width:500px;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.hero-btns{gap:1rem;display:flex}.btn-primary{background:var(--primary-orange);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.875rem 1.75rem;font-weight:600;transition:transform .2s,opacity .2s}.btn-primary:hover{opacity:.9}.btn-outline{border:1px solid var(--border-light);cursor:pointer;background:0 0;border-radius:8px;align-items:center;padding:.875rem 1.75rem;font-weight:600;transition:background .2s;display:flex}.btn-outline:hover{background:var(--bg-soft)}.hero-image-container{flex:1.2;position:relative}.hero-main-img{border-radius:12px;width:100%;height:auto;animation:6s ease-in-out infinite floatMain}@keyframes floatMain{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.performance-card{border:1px solid var(--border-light);background:#fff;border-radius:12px;max-width:240px;padding:1.5rem;animation:5s ease-in-out infinite floatCard;position:absolute;bottom:-2rem;left:-2rem;box-shadow:0 10px 25px -5px #0000001a}@keyframes floatCard{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.perf-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;margin-right:8px;display:inline-block}.perf-label{color:var(--text-muted);letter-spacing:.05em;font-size:.65rem;font-weight:700}.perf-value{color:var(--primary-orange);margin:.25rem 0;font-size:2rem;font-weight:800}.perf-subtext{color:var(--text-muted);font-size:.75rem;line-height:1.4}.solutions-section{background:var(--bg-soft);text-align:center;padding:6rem 2rem}.section-title{margin-bottom:3rem;font-size:2.25rem;font-weight:800;display:inline-block;position:relative}.section-title:after{content:"";background:var(--primary-orange);width:60px;height:4px;position:absolute;bottom:-12px;left:0}.solutions-grid{max-width:var(--max-width);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:0 auto;display:grid}@keyframes menuAppear{0%{opacity:0;transform:translate(-50%)translateY(-16px)scale(.96)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}@media (width<=768px){.mobile-menu-overlay{width:calc(100% - 2rem);top:70px;right:1rem}}.user-avatar-blue{background:var(--primary-orange);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;font-weight:700;display:flex}.mobile-menu-overlay .mobile-nav-list a:hover,.mobile-menu-overlay .mobile-nav-list a:active{padding-left:.5rem;color:#ff5722!important}.premium-footer{color:#fff;background:linear-gradient(135deg,#4f46e5 0%,#6366f1 50%,#8b5cf6 100%);padding:1.5rem 2rem 1rem}@media (width<=900px){.footer-main{flex-direction:column;gap:3rem}}@media (width<=600px){.footer-bottom-bar{text-align:center;flex-direction:column;gap:1.5rem}.footer-legal-links{flex-wrap:wrap;justify-content:center;gap:1rem}}.main-footer{display:none}.solution-card{border:1px solid var(--border-light);text-align:left;background:#fff;border-radius:16px;padding:3rem 2rem;transition:transform .3s,box-shadow .3s;transform:translateY(-4px);box-shadow:0 10px 30px #0000000d}.solution-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.sol-icon{margin-bottom:1.5rem;font-size:2.5rem}.solution-card h3{margin-bottom:1rem;font-size:1.5rem;font-weight:700}.solution-card p{color:var(--text-muted);margin-bottom:2rem;line-height:1.6}.explore-link{color:var(--primary-orange);letter-spacing:.05em;font-size:.75rem;font-weight:700;text-decoration:none}.category-section{max-width:var(--max-width);margin:0 auto;padding:6rem 2rem}.category-header{justify-content:space-between;align-items:flex-end;margin-bottom:3rem;display:flex}.browse-all{color:var(--primary-orange);cursor:pointer;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .2s}.browse-all:hover{opacity:.8}.category-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));justify-content:center;gap:2rem;display:grid}.category-card{border:1px solid var(--border-light);text-align:center;cursor:pointer;background:#fff;border-radius:16px;flex-direction:column;align-items:center;padding:3rem 2rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;transform:translateY(-4px);box-shadow:0 10px 30px #0000000d}.category-card:hover{border-color:var(--primary-orange);transform:translateY(-10px);box-shadow:0 20px 40px #0000001f}.cat-icon-wrapper{width:64px;height:64px;color:var(--primary-orange);background:#ff572214;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:transform .3s;display:flex}.category-card:hover .cat-icon-wrapper{transform:rotate(10deg)}.category-card h3{color:var(--dark-blue);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.category-card p{color:var(--text-muted);margin-bottom:2rem;font-size:.9375rem;line-height:1.5}.cat-explore{color:var(--primary-orange);font-size:.9rem;font-weight:600;transition:gap .2s}.category-card:hover .cat-explore{gap:8px}.cta-section{max-width:var(--max-width);background:var(--dark-blue);color:#fff;border-radius:24px;gap:4rem;margin:4rem auto;padding:5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #0003}.cta-content{flex:1.5}.cta-content h2{margin-bottom:1.5rem;font-size:3rem;font-weight:800}.cta-content p{color:#94a3b8;max-width:500px;margin-bottom:3rem;font-size:1.125rem;line-height:1.6}.cta-btns{gap:1.5rem;display:flex}.btn-dark-outline{color:#fff;cursor:pointer;background:0 0;border:1px solid #334155;border-radius:8px;padding:.875rem 1.75rem;font-weight:600;transition:background .2s}.btn-dark-outline:hover{background:#ffffff0d}.cta-stats{flex:1;grid-template-columns:1fr 1fr;gap:2rem;display:grid}.stat-box{flex-direction:column;display:flex}.stat-val{color:var(--primary-orange);margin-bottom:.25rem;font-size:1.5rem;font-weight:800}.stat-label{color:#94a3b8;letter-spacing:.05em;font-size:.65rem;font-weight:700}.main-footer{max-width:var(--max-width);margin:0 auto;padding:4rem 2rem}.footer-top{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:2.5rem;display:flex}.footer-brand{align-items:center;gap:.75rem;font-size:1.125rem;font-weight:800;display:flex}.footer-logo-img{height:28px}.footer-links a{color:var(--text-muted);font-size:.875rem;text-decoration:none;transition:color .2s}.footer-bottom{color:var(--text-muted);justify-content:space-between;align-items:center;font-size:.8125rem;display:flex}@media (width<=991px){.navbar{height:60px;padding:0 1rem}.nav-left{gap:.75rem}.nav-brand{white-space:nowrap;font-size:.95rem}.nav-logo-img{height:22px}.nav-right{gap:.5rem}.hamburger-btn{display:flex}.hide-mobile{display:none}.hero-section{text-align:center;flex-direction:column;gap:2rem;padding:3rem 1.25rem}.hero-title{margin-bottom:1rem;font-size:2.25rem}.hero-description{margin:0 auto 2rem;font-size:1rem}.hero-btns{flex-direction:column;align-items:center;gap:1rem;width:100%}.btn-primary,.btn-outline{justify-content:center;width:100%;max-width:300px;padding:.875rem 1.5rem}.cta-section{text-align:center;flex-direction:column;gap:2.5rem;width:calc(100% - 2rem);margin:2rem auto;padding:3rem 1.5rem}.cta-content h2{margin-bottom:1rem;font-size:2rem;line-height:1.2}.cta-content p{margin:0 auto 2rem;font-size:1rem}.cta-btns{flex-direction:column;align-items:center;gap:1rem;width:100%}.btn-dark-outline{width:100%;max-width:300px;padding:.875rem 1.5rem}.cta-stats{grid-template-columns:1fr;gap:1.5rem}.stat-val{font-size:1.5rem}.performance-card{display:none}.category-section{flex-direction:column;align-items:center;padding:4rem 1.5rem;display:flex}.category-header{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;width:100%;margin-bottom:3rem;display:flex}.category-header-text{flex-direction:column;align-items:center;display:flex}.section-title{margin-bottom:1.5rem}.section-title:after{left:50%;transform:translate(-50%)}.section-subtitle{max-width:320px;margin-top:.5rem;font-size:.95rem}.category-grid{grid-template-columns:1fr;justify-content:center;gap:2.5rem;width:100%;max-width:500px;margin:0 auto;display:grid}.category-card{border-radius:20px;width:100%;min-height:auto;padding:3rem 2rem}.cat-icon-wrapper{width:70px;height:70px;margin-bottom:1.5rem}.cat-icon-wrapper svg{width:28px;height:28px}.category-card h3{margin-bottom:1rem;font-size:1.5rem;font-weight:800}.category-card p{margin-bottom:2rem;font-size:1.05rem;line-height:1.6;display:block;overflow:visible}.cat-explore{font-size:1rem;font-weight:800}}@media (width>=992px){.nav-links+.mobile-search-show{margin-left:auto}}@media (width<=768px){.nav-brand,.nav-links{display:none!important}.navbar-container{gap:1rem;padding:0 1rem;justify-content:space-between!important}.nav-left{flex:1;align-items:center;gap:.75rem;display:flex}.mobile-search-show{flex:1;max-width:250px;display:flex!important}.search-bar{width:100%;padding:.4rem .75rem}.search-bar input{width:100%;font-size:.8rem}.nav-right{align-items:center;gap:.75rem;display:flex}.nav-logo-img{height:24px}.hamburger-btn{display:flex!important}}@media (width<=768px){.hamburger-btn{display:flex!important}}@media (width<=768px){.mobile-menu-overlay{width:calc(100% - 2rem);top:70px;right:1rem}}.featured-projects-section{max-width:var(--max-width);margin:0 auto;padding:6rem 2rem}.projects-teaser-header{text-align:center;margin-bottom:4rem}.projects-teaser-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-bottom:4rem;display:grid}.teaser-card{border:1px solid var(--border-light);cursor:pointer;background:#fff;border-radius:16px;flex-direction:column;padding:2.5rem;transition:all .3s;display:flex;position:relative;box-shadow:0 10px 30px #0000000a}.teaser-card:hover{border-color:var(--primary-orange);transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.teaser-badge{color:var(--primary-orange);text-transform:uppercase;letter-spacing:.05em;background:#ff572214;border-radius:4px;align-self:flex-start;margin-bottom:1.25rem;padding:.35rem .75rem;font-size:.7rem;font-weight:800}.teaser-card h4{color:var(--dark-blue);margin:0 0 .75rem;font-size:1.25rem;font-weight:700}.teaser-card p{color:var(--text-muted);flex:1;margin:0 0 1.5rem;font-size:.9375rem;line-height:1.5}.teaser-link{color:var(--primary-orange);align-items:center;gap:4px;font-size:.875rem;font-weight:700;display:flex}.teaser-action-row{justify-content:center;display:flex}.products-container{color:var(--text-main);background-color:var(--bg-light);min-height:100vh;font-family:Inter,sans-serif}@media (width<=768px){.navbar{height:60px;padding:.5rem 1rem}}.nav-brand{letter-spacing:-.02em;color:var(--dark-blue);font-size:1.25rem;font-weight:800}.nav-links a{color:var(--text-muted);cursor:pointer;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.search-bar{background:var(--bg-soft);border:1px solid var(--border-light);border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}.products-content{max-width:var(--max-width);margin:0 auto;padding:4rem 2rem}.products-header{text-align:left;margin-bottom:4rem}.products-header h1{letter-spacing:-.03em;color:var(--dark-blue);margin:0 0 .75rem;font-size:2.75rem;font-weight:800}.products-header p{color:var(--text-muted);margin:0;font-size:1.1rem}.products-layout{align-items:flex-start;gap:3rem;display:flex}.products-sidebar{flex-shrink:0;width:280px;position:sticky;top:100px}.category-card-sidebar{border:1.5px solid var(--border-light);background:#fff;border-radius:20px;padding:2rem 1.5rem;box-shadow:0 4px 20px -2px #0f172a0a}.category-card-sidebar h3{border-bottom:1.5px solid var(--border-light);color:var(--dark-blue);margin:0 0 1.5rem;padding-bottom:1rem;font-size:1.25rem;font-weight:700}.category-list{flex-direction:column;gap:.5rem;display:flex}.category-item{cursor:pointer;color:#475569;border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.category-item:hover{color:var(--primary-orange);background:#fff7ed}.category-item.active{background:var(--primary-orange);color:#fff;box-shadow:0 4px 12px #f9731640}.cat-item-left{align-items:center;gap:.75rem;font-size:.95rem;font-weight:600;display:flex}.cat-count{opacity:.9;background:#00000014;border-radius:999px;padding:2px 8px;font-size:.85rem;font-weight:700}.category-item.active .cat-count{background:#fff3}.products-grid{flex-grow:1;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2.5rem;display:grid}.no-products{text-align:center;border:1.5px dashed var(--border-light);color:var(--text-muted);background:#f8fafc;border-radius:20px;grid-column:1/-1;padding:4rem;font-size:1.1rem}.product-card{border:1.5px solid var(--border-light);background:#fff;border-radius:20px;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #00000005}.product-card:hover{border-color:var(--primary-orange);transform:translateY(-6px);box-shadow:0 20px 25px -5px #f973160f,0 10px 10px -5px #f9731605}.product-img-wrapper{background:#f8fafc;border-bottom:1.5px solid #f1f5f9;justify-content:center;align-items:center;height:250px;padding:2rem;display:flex;position:relative}.product-img-wrapper img{object-fit:contain;max-width:100%;max-height:100%;transition:transform .5s}.product-card:hover .product-img-wrapper img{transform:scale(1.05)}.prod-fav-btn{cursor:pointer;color:#94a3b8;z-index:10;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem;box-shadow:0 4px 10px #0000000d}.prod-fav-btn:hover{color:var(--primary-orange);transform:scale(1.1);box-shadow:0 4px 14px #f9731626}.prod-fav-btn.active{color:var(--primary-orange)}.product-info{flex-direction:column;flex-grow:1;padding:1.75rem;display:flex}.prod-name-row{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.prod-name-row h4{color:var(--dark-blue);margin:0;font-size:1.15rem;font-weight:700;line-height:1.35}.prod-price{color:var(--primary-orange);white-space:nowrap;margin-top:2px;font-size:1.2rem;font-weight:700}.prod-subtext{color:var(--text-muted);flex-grow:1;margin-bottom:1.75rem;font-size:.9rem;line-height:1.5}.prod-actions{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:auto;display:grid}.add-to-cart-card{cursor:pointer;color:#374151;letter-spacing:.02em;background:#fff;border:1.5px solid #d1d5db;border-radius:8px;padding:.875rem .5rem;font-size:.75rem;font-weight:700;transition:all .2s}.add-to-cart-card:hover{background:var(--bg-soft);border-color:#9ca3af}.buy-now-card{background:var(--primary-orange);color:#fff;cursor:pointer;letter-spacing:.02em;border:none;border-radius:8px;padding:.875rem .5rem;font-size:.75rem;font-weight:700;transition:all .2s;box-shadow:0 4px 10px #f9731626}.buy-now-card:hover{background:var(--primary-orange-hover);transform:translateY(-1px);box-shadow:0 6px 14px #ea580c40}@media (width<=1024px){.products-layout{flex-direction:column;gap:2rem}.products-sidebar{width:100%;position:relative;top:0}.navbar{height:60px;padding:0 1rem}.nav-left{gap:.75rem}.nav-brand{white-space:nowrap;font-size:.95rem}.nav-logo-img{height:22px}.nav-right{gap:.5rem}.products-content{padding:2rem 1.25rem}.products-header{text-align:left;margin-bottom:2rem}.products-header h1{letter-spacing:-.03em;font-size:2.25rem}.products-header p{font-size:1rem;line-height:1.4}.category-list{scrollbar-width:none;flex-direction:row;gap:.75rem;padding-bottom:1rem;overflow-x:auto}.category-list::-webkit-scrollbar{display:none}.category-item{white-space:nowrap;background:#f1f5f9;padding:.6rem 1rem}.category-item.active{background:var(--primary-orange);color:#fff}.cat-item-left span{font-size:.875rem}}@media (width<=768px){.hamburger-btn{display:flex}.hide-mobile,.nav-links,.search-bar{display:none}.products-content{padding:2rem 1rem}.products-header{text-align:center;margin-bottom:2.5rem}.products-header h1{font-size:2rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}.footer-main{flex-direction:column;gap:3rem}.footer-bottom-bar{text-align:center;flex-direction:column;gap:1.5rem}.footer-legal-links{flex-wrap:wrap;justify-content:center;gap:1rem}}@media (width<=480px){.products-grid{grid-template-columns:1fr}.category-card-sidebar{padding:1rem}}@media (width>=992px){.nav-links+.mobile-search-show{margin-left:auto}}@media (width<=768px){.nav-brand,.nav-links{display:none!important}.navbar-container{gap:1rem;padding:0 1rem;justify-content:space-between!important}.nav-left{flex:1;align-items:center;gap:.75rem;display:flex}.mobile-search-show{flex:1;max-width:250px;display:flex!important}.search-bar{width:100%;padding:.4rem .75rem}.search-bar input{width:100%;font-size:.8rem}.nav-right{align-items:center;gap:.75rem;display:flex}.nav-logo-img{height:24px}.hamburger-btn{display:flex!important}}@media (width<=768px){.hamburger-btn{display:flex!important}}@media (width<=768px){.mobile-menu-overlay{width:calc(100% - 2rem);top:70px;right:1rem}}.out-of-stock-badge{color:#fff;letter-spacing:.05em;z-index:10;background:#dc2626;border-radius:6px;padding:.35rem .75rem;font-size:.75rem;font-weight:800;position:absolute;top:1.25rem;left:1.25rem;box-shadow:0 4px 10px #dc262640}.out-of-stock-btn-card{color:#94a3b8;text-align:center;cursor:not-allowed;letter-spacing:.05em;background:#e2e8f0;border:none;border-radius:8px;grid-column:span 2;width:100%;padding:.875rem .5rem;font-size:.75rem;font-weight:700}:root{--primary-orange:#f97316;--primary-orange-hover:#ea580c;--dark-blue:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--bg-light:#fff;--bg-soft:#f8fafc;--border-light:#e2e8f0;--max-width:1200px}.product-detail-container{background-color:var(--bg-light);width:100%;color:var(--text-main);box-sizing:border-box;min-height:100vh;padding:2rem 0;font-family:Inter,sans-serif;overflow-x:hidden}.prod-navigation-bar,.prod-main-showcase,.related-products-section{max-width:var(--max-width);box-sizing:border-box;width:100%;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}.prod-navigation-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.prod-nav-breadcrumbs{color:var(--text-muted);font-size:.85rem;font-weight:500}.prod-nav-breadcrumbs span{cursor:pointer;transition:color .2s}.prod-nav-breadcrumbs span:hover{color:var(--primary-orange)}.prod-nav-breadcrumbs span.active{color:var(--dark-blue);cursor:default;font-weight:700}.prod-nav-breadcrumbs span.active:hover{color:var(--dark-blue)}.prod-main-showcase{grid-template-columns:1.1fr 1fr;align-items:start;gap:4rem;margin-bottom:5rem;display:grid}.prod-image-wrapper{background-color:var(--bg-soft);border:1.5px solid var(--border-light);border-radius:24px;justify-content:center;align-items:center;height:500px;padding:2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000005}.prod-main-img{object-fit:contain;max-width:100%;max-height:100%;transition:transform .3s}.prod-image-wrapper:hover .prod-main-img{transform:scale(1.04)}.prod-badge-category{background:var(--dark-blue);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:6px;padding:.4rem .8rem;font-size:.75rem;font-weight:700;position:absolute;top:1.5rem;left:1.5rem}.prod-fav-toggle{border:1px solid var(--border-light);color:var(--text-muted);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;transition:all .2s ease-out;display:flex;position:absolute;top:1.5rem;right:1.5rem;box-shadow:0 4px 12px #0000000d}.prod-fav-toggle:hover{color:#f43f5e;border-color:#f43f5e;transform:scale(1.1)}.prod-fav-toggle.active{color:#f43f5e;background:#fff1f2;border-color:#f43f5e}.prod-buying-details{flex-direction:column;display:flex}.prod-buying-header{border-bottom:1.5px solid var(--border-light);margin-bottom:1.5rem;padding-bottom:1.5rem}.stock-badge{color:#16a34a;background:#f0fdf4;border-radius:6px;margin-bottom:.75rem;padding:.35rem .75rem;font-size:.85rem;font-weight:700;display:inline-block}.prod-buying-header h1{color:var(--dark-blue);margin:0 0 1rem;font-size:2.25rem;font-weight:800;line-height:1.25}.rating-row{align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.star-rating{gap:2px;display:flex}.rating-val{color:var(--dark-blue);font-size:.95rem;font-weight:700}.reviews-count{color:var(--text-muted);font-size:.85rem}.price-tag-big{color:var(--primary-orange);letter-spacing:-.02em;font-size:2.5rem;font-weight:800}.prod-intro-sub{color:var(--text-main);margin:0 0 2rem;font-size:1.05rem;line-height:1.6}.installation-promo-box{background:#fff7ed;border:1px solid #ffedd5;border-radius:16px;gap:1rem;margin-bottom:2.5rem;padding:1.25rem;display:flex}.promo-icon{color:var(--primary-orange,#f97316);background:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 2px 8px #f973160d}.installation-promo-box h4{color:var(--dark-blue);margin:0 0 .25rem;font-size:.95rem;font-weight:700}.installation-promo-box p{color:#1e3a8a;margin:0;font-size:.85rem;line-height:1.4}.quantity-selection-row{align-items:center;gap:1.5rem;margin-bottom:2.5rem;display:flex}.quantity-label{color:var(--dark-blue);font-size:.95rem;font-weight:700}.quantity-counter{background:var(--bg-soft);border:1px solid var(--border-light);border-radius:30px;align-items:center;padding:4px;display:flex}.counter-btn{border:1px solid var(--border-light);color:var(--dark-blue);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.25rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 6px #00000005}.counter-btn:hover:not(:disabled){background:var(--border-light)}.counter-btn:disabled{opacity:.5;cursor:not-allowed}.counter-val{text-align:center;width:48px;color:var(--dark-blue);font-size:1.05rem;font-weight:700}.purchase-actions-grid{grid-template-columns:1.2fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.btn-add-cart{color:#374151;cursor:pointer;background:#fff;border:1.5px solid #d1d5db;border-radius:12px;justify-content:center;align-items:center;padding:1.1rem;font-size:.95rem;font-weight:700;transition:all .2s;display:flex}.btn-add-cart:hover{background:var(--bg-soft);border-color:#9ca3af}.btn-buy-now{background:var(--primary-orange);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:1.1rem;font-size:.95rem;font-weight:700;transition:all .2s;box-shadow:0 4px 14px #f9731626}.btn-buy-now:hover{background:var(--primary-orange-hover);transform:translateY(-2px);box-shadow:0 6px 18px #ea580c40}.added-success-toast{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;align-items:center;gap:.5rem;padding:1rem;font-size:.875rem;font-weight:600;animation:.3s cubic-bezier(.16,1,.3,1) slideIn;display:flex}.product-details-tabs-section{max-width:var(--max-width);border:1.5px solid var(--border-light);box-sizing:border-box;border-radius:20px;width:calc(100% - 4rem);margin-bottom:5rem;margin-left:auto;margin-right:auto;overflow:hidden;box-shadow:0 10px 30px #00000005}.tabs-header-bar{background:var(--bg-soft);border-bottom:1.5px solid var(--border-light);display:flex}.tab-link{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;flex:1;padding:1.5rem;font-size:.95rem;font-weight:700;transition:all .2s}.tab-link:hover{color:var(--dark-blue);background:#00000003}.tab-link.active{color:var(--primary-orange);border-bottom-color:var(--primary-orange);background:#fff}.tab-content-body{background:#fff;padding:3rem}.tab-pane-content h3{color:var(--dark-blue);margin:0 0 1.25rem;font-size:1.5rem;font-weight:800}.tab-description-para{color:var(--text-main);margin:0;font-size:1.05rem;line-height:1.75}.tab-features-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.tab-features-list li{color:var(--text-main);align-items:center;font-size:.95rem;font-weight:500;display:flex}.specs-table-grid{border:1px solid var(--border-light);border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.specs-table-row{border-bottom:1px solid var(--border-light);grid-template-columns:1fr 2fr;padding:1.1rem 1.5rem;display:grid}.specs-table-row:last-child{border-bottom:none}.specs-table-row:nth-child(2n){background-color:var(--bg-soft)}.spec-table-key{color:var(--dark-blue);font-size:.9rem;font-weight:700}.spec-table-val{color:var(--text-main);font-size:.9rem;line-height:1.4}.shipping-info-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.ship-card{background:var(--bg-soft);border:1px solid var(--border-light);text-align:center;border-radius:16px;padding:2rem}.ship-icon{margin-bottom:1rem;font-size:2.25rem}.ship-card h4{color:var(--dark-blue);margin:0 0 .5rem;font-size:1.05rem;font-weight:700}.ship-card p{color:var(--text-muted);margin:0;font-size:.875rem;line-height:1.5}.related-products-section{border-top:1.5px solid var(--border-light);margin-bottom:6rem;padding-top:5rem}.related-products-section h2{color:var(--dark-blue);text-align:center;margin:0 0 .5rem;font-size:1.75rem;font-weight:800}.related-sub{color:var(--text-muted);text-align:center;margin-bottom:3.5rem;font-size:1rem}.related-products-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2.5rem;display:grid}.related-product-card{border:1.5px solid var(--border-light);background:#fff;border-radius:18px;flex-direction:column;padding:1.25rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 12px #00000005}.related-product-card:hover{border-color:var(--primary-orange);transform:translateY(-5px);box-shadow:0 15px 30px #f973160d}.related-img-box{background-color:var(--bg-soft);border-bottom:1.5px solid #f1f5f9;border-radius:12px;justify-content:center;align-items:center;height:200px;margin-bottom:1.25rem;padding:1rem;display:flex}.related-img-box img{object-fit:contain;max-width:100%;max-height:100%}.related-product-card h4{color:var(--dark-blue);flex:1;margin:0 0 .75rem;font-size:1.05rem;font-weight:700;line-height:1.4}.related-price-row{border-top:1.5px solid var(--border-light);justify-content:space-between;align-items:center;margin-top:auto;padding-top:.75rem;display:flex}.related-price-row .price{color:var(--primary-orange);font-size:1rem;font-weight:800}.related-price-row .category{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;background:var(--bg-soft);border-radius:4px;padding:.25rem .5rem;font-size:.7rem;font-weight:800}.premium-footer{color:#fff;box-sizing:border-box;background-color:#5850ec;width:100%;padding:1.25rem 2rem}.footer-content{max-width:var(--max-width);flex-direction:column;gap:3.5rem;margin:0 auto;display:flex}.footer-main{justify-content:space-between;align-items:flex-start;gap:4rem;display:flex}.footer-brand-side{flex-direction:column;gap:1.25rem;display:flex}.footer-brand-side h3{letter-spacing:-.02em;margin:0;font-size:1.6rem;font-weight:800}.footer-brand-side p{color:#ffffffd9;max-width:320px;margin:0;font-size:.95rem;line-height:1.55}.footer-contact-side{flex-direction:column;gap:1.25rem;display:flex}.footer-contact-side h4{letter-spacing:.1em;color:#ffffffb3;text-transform:uppercase;margin:0;font-size:.8rem;font-weight:800}.contact-item-row{align-items:flex-start;gap:12px;display:flex}.contact-item-row svg{color:#fffc;flex-shrink:0;margin-top:2px}.contact-item-row p{color:#ffffffe6;max-width:360px;margin:0;font-size:.925rem;line-height:1.5}.footer-bottom-bar{color:#fffc;border-top:1px solid #ffffff26;justify-content:space-between;align-items:center;padding-top:2rem;font-size:.85rem;display:flex}.footer-bottom-bar p{margin:0}.footer-legal-links a{color:#ffffffd9;text-decoration:none;transition:color .2s}.footer-legal-links a:hover{color:#fff;text-decoration:underline}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@media (width<=1024px){.prod-main-showcase{grid-template-columns:1fr;gap:3rem}.prod-image-wrapper{height:420px}}@media (width<=768px){.product-detail-container{padding:1.5rem 0}.prod-navigation-bar,.prod-main-showcase,.related-products-section{padding-left:1rem;padding-right:1rem}.product-details-tabs-section{width:calc(100% - 2rem);margin-left:1rem;margin-right:1rem}.prod-image-wrapper{height:320px}.prod-buying-header h1{font-size:1.75rem}.price-tag-big{font-size:2rem}.purchase-actions-grid{grid-template-columns:1fr;gap:1rem}.tab-desktop-text{display:none!important}.tabs-header-bar{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;display:flex;overflow-x:auto}.tabs-header-bar::-webkit-scrollbar{display:none}.tab-link{text-align:center;white-space:nowrap;flex:1 0 auto;padding:1rem .75rem;font-size:.875rem}.tab-content-body{padding:1.5rem}.specs-table-grid{border:none;grid-template-columns:1fr;gap:.875rem;display:grid}.specs-table-row{border:1px solid var(--border-light);background:#f8fafc;border-radius:12px;grid-template-columns:1fr;gap:.4rem;padding:1.1rem 1.25rem;box-shadow:0 2px 6px #00000003}.specs-table-row:nth-child(2n){background-color:#f8fafc}.spec-table-key{text-transform:uppercase;letter-spacing:.05em;color:var(--primary-orange);font-size:.75rem}.spec-table-val{color:var(--dark-blue);font-size:.9375rem;font-weight:600}.footer-main{flex-direction:column;gap:3rem}.footer-bottom-bar{text-align:center;flex-direction:column;gap:1.5rem}.footer-legal-links{flex-wrap:wrap;justify-content:center;gap:1rem}}.prod-image-wrapper-container{flex-direction:column;gap:1.25rem;width:100%;display:flex}.prod-thumbnails-gallery{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:1rem;width:100%;display:flex}.prod-thumbnail-item{border:2px solid var(--border-light);background:var(--bg-soft);cursor:pointer;box-sizing:border-box;border-radius:12px;justify-content:center;align-items:center;width:76px;height:76px;padding:.25rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #00000005}.prod-thumbnail-item:hover{border-color:var(--primary-orange);transform:translateY(-2px);box-shadow:0 10px 15px -3px #f973161a}.prod-thumbnail-item.active{border-color:var(--primary-orange);background:#fffaf7;box-shadow:0 10px 15px -3px #f9731626}.prod-thumbnail-item img{object-fit:contain;max-width:100%;max-height:100%;transition:transform .2s}.prod-thumbnail-item:hover img{transform:scale(1.05)}.stock-badge.out-of-stock{color:#dc2626;background:#fef2f2}.btn-out-of-stock-detail{color:#64748b;text-align:center;cursor:not-allowed;text-transform:uppercase;letter-spacing:.05em;background:#cbd5e1;border:none;border-radius:30px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1.25rem;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#fffffff2;border-bottom:1px solid #e2e8f0;width:100%;height:70px;position:sticky;top:0}.nav-left,.nav-right{align-items:center;gap:2rem;display:flex}.nav-logo-img{height:32px}.nav-brand{color:#1e293b;font-size:1.25rem;font-weight:800}.search-bar{color:#64748b;background:#f1f5f9;border-radius:8px;align-items:center;gap:.75rem;padding:.5rem 1rem;display:flex}.search-bar input{background:0 0;border:none;outline:none;width:150px;font-size:.875rem}@media (width<=768px){.navbar{height:60px;padding:0 1rem}}.about-container{background:#f8fafc;min-height:100vh}.about-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);padding:8rem 2rem 10rem}.about-hero-content{max-width:900px;margin:0 auto}.about-tag{text-transform:uppercase;letter-spacing:.1em;opacity:.9;margin-bottom:1.5rem;font-size:.875rem;font-weight:600;display:block}.about-hero h1{margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.1}.about-hero p{opacity:.9;font-size:1.25rem;line-height:1.6}.about-content-section{flex-direction:column;gap:4rem;max-width:1200px;margin:-5rem auto 0;padding:0 2rem 8rem;display:flex}.about-card-large{background:#fff;border:1px solid #00000008;border-radius:24px;padding:3rem;transition:all .4s cubic-bezier(.16,1,.3,1);animation:6s ease-in-out infinite floatBoxLarge;box-shadow:0 15px 40px #00000014}.about-card-large:nth-child(2n){animation-delay:1.5s}.about-card-large:hover{border-color:#f973164d;animation-play-state:paused;transform:translateY(-15px)scale(1.02);box-shadow:0 25px 50px #0000001f}.about-card-large h2{color:#1e293b;margin-bottom:1.5rem;font-size:1.75rem;font-weight:800}.about-card-large p{color:#64748b;font-size:1.1rem;line-height:1.7}.values-section h2,.features-section h2{color:#1e293b;margin-bottom:2rem;font-size:1.75rem;font-weight:800}.values-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.value-card{background:#fff;border:1px solid #0000000d;border-radius:16px;gap:1rem;padding:1.15rem 1.25rem;transition:all .4s cubic-bezier(.16,1,.3,1);animation:5s ease-in-out infinite floatValueCard;display:flex;box-shadow:0 10px 25px #0000000a}.value-card:hover{border-color:#f973164d;animation-play-state:paused;transform:translateY(-12px)scale(1.03);box-shadow:0 20px 40px #00000014}.value-card:first-child{animation-delay:0s}.value-card:nth-child(2){animation-delay:.4s}.value-card:nth-child(3){animation-delay:.8s}.value-card:nth-child(4){animation-delay:1.2s}.value-icon-box{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.blue-bg{background:#fff3e0}.value-info h3{color:#1e293b;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.value-info p{color:#64748b;font-size:.9rem;line-height:1.5}.features-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.feature-item{text-align:center;background:#fff;border:1px solid #00000008;border-radius:20px;flex-direction:column;align-items:center;gap:1.25rem;padding:2.5rem 1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);animation:5.5s ease-in-out infinite floatFeatureItem;display:flex;box-shadow:0 4px 6px #00000005}.feature-item:hover{border-color:#f973164d;animation-play-state:paused;transform:translateY(-12px)scale(1.04);box-shadow:0 15px 35px #00000014}.feature-item:first-child{animation-delay:.2s}.feature-item:nth-child(2){animation-delay:.6s}.feature-item:nth-child(3){animation-delay:1s}.feature-item:nth-child(4){animation-delay:1.4s}.feature-icon-circle{background:#fff3e0;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.feature-item span{color:#1e293b;font-size:1rem;font-weight:700}.cta-banner-dark{color:#fff;background:#0f172a;border-radius:24px;justify-content:space-between;align-items:center;gap:2rem;padding:4rem 3rem;display:flex}.cta-banner-text h2{margin-bottom:.75rem;font-size:1.75rem;font-weight:800}.cta-banner-text p{opacity:.8;font-size:1.1rem}.cta-banner-btns{gap:1rem;display:flex}.btn-blue{background:var(--primary-orange,#f97316);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:.875rem 1.5rem;font-weight:700;transition:background .2s}.btn-blue:hover{background:#ea580c}.btn-white{color:#0f172a;cursor:pointer;background:#fff;border:none;border-radius:10px;padding:.875rem 1.5rem;font-weight:700}@media (width<=1024px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=900px){.cta-banner-dark{text-align:center;flex-direction:column}.footer-main{flex-direction:column;gap:3rem}}@media (width<=768px){.about-hero{padding:6rem 1.25rem 8rem}.about-content-section{gap:2.5rem;margin:-3rem auto 0;padding:0 1rem 4rem}.about-card-large{border-radius:16px;padding:2rem 1.5rem}.about-card-large h2{margin-bottom:1rem;font-size:1.5rem}.about-card-large p{font-size:1rem;line-height:1.6}}@media (width<=640px){.values-grid{grid-template-columns:1fr}}@media (width<=600px){.footer-bottom-bar{text-align:center;flex-direction:column;gap:1.5rem}.footer-legal-links{flex-wrap:wrap;justify-content:center;gap:1rem}}.mobile-search-show{display:flex}@media (width>=992px){.nav-links+.mobile-search-show{margin-left:auto}}@media (width<=768px){.nav-brand,.nav-links{display:none!important}.navbar-container{gap:1rem;padding:0 1rem;justify-content:space-between!important}.nav-left{flex:1;align-items:center;gap:.75rem;display:flex}.mobile-search-show{flex:1;max-width:250px;display:flex!important}.search-bar{width:100%;padding:.4rem .75rem}.search-bar input{width:100%;font-size:.8rem}.nav-right{align-items:center;gap:.75rem;display:flex}.nav-logo-img{height:24px}.hamburger-btn{display:flex!important}}@media (width<=768px){.hamburger-btn{display:flex!important}}@media (width<=768px){.mobile-menu-overlay{width:calc(100% - 2rem);top:70px;right:1rem}}@keyframes floatBoxLarge{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes floatValueCard{0%,to{transform:translateY(-4px)}50%{transform:translateY(-10px)}}@keyframes floatFeatureItem{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.services-container{background:#f8fafc;min-height:100vh}.services-hero{text-align:center;background:#fff;padding:5rem 2rem 2.5rem}.services-hero-content{max-width:800px;margin:0 auto}.services-hero h1{color:#0f172a;margin-bottom:.75rem;font-size:clamp(2rem,5vw,3rem);font-weight:800}.services-subtitle{color:#64748b;font-size:1.125rem;font-weight:500;line-height:1.5}.services-grid-section{max-width:1200px;margin:0 auto;padding:0 2rem 5rem}.services-cards-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.service-main-card{text-align:center;background:#fff;border:1px solid #0000000a;border-radius:24px;flex-direction:column;align-items:center;padding:3rem 2rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 10px 30px #00000008}.service-main-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000014}.service-icon-wrapper{background:#fff3e0;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:1.5rem;transition:background .3s;display:flex}.service-main-card:hover .service-icon-wrapper{background:#ffe0b2}.service-main-card h3{color:#1e293b;margin-bottom:1rem;font-size:1.35rem;font-weight:800}.service-desc{color:#64748b;min-height:72px;margin-bottom:1.75rem;font-size:.9375rem;line-height:1.6}.starting-badge{color:#f97316;letter-spacing:.05em;background:#fff3e0;border-radius:100px;margin-bottom:.75rem;padding:.35rem .85rem;font-size:.75rem;font-weight:700}.service-price{color:#f97316;margin-bottom:1.75rem;font-size:2rem;font-weight:800}.get-service-btn{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.9rem 1.75rem;font-size:1rem;font-weight:700;transition:background .2s,transform .2s;display:flex}.get-service-btn:hover{background:#ea580c}.get-service-btn:active{transform:scale(.98)}.btn-arrow{transition:transform .2s}.get-service-btn:hover .btn-arrow{transform:translate(4px)}.service-process-section{max-width:1200px;margin:0 auto 6rem;padding:0 2rem}.process-container-card{text-align:center;background:#f1f5f9;border-radius:32px;padding:4rem 3rem}.process-container-card h2{color:#0f172a;margin-bottom:.5rem;font-size:2rem;font-weight:800}.process-subtitle{color:#64748b;margin-bottom:3.5rem;font-size:1.05rem}.process-steps-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.process-step-card{text-align:center;background:#fff;border:1px solid #00000005;border-radius:20px;flex-direction:column;align-items:center;padding:2.25rem 1.5rem;display:flex;box-shadow:0 4px 15px #00000004}.step-badge{color:#f97316;letter-spacing:.05em;background:#fff3e0;border-radius:100px;margin-bottom:1.25rem;padding:.35rem .75rem;font-size:.7rem;font-weight:800}.process-icon-box{background:#fff3e0;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1.25rem;display:flex}.process-step-card h4{color:#1e293b;margin-bottom:.75rem;font-size:1.125rem;font-weight:800}.process-step-card p{color:#64748b;font-size:.875rem;line-height:1.5}.contact-item-row p{opacity:.9;max-width:400px;font-size:.9rem;line-height:1.5}@media (width<=1024px){.services-cards-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.process-steps-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (width<=768px){.services-hero{padding:3.5rem 1.25rem 2rem}.services-grid-section{padding:0 1.25rem 3.5rem}.service-process-section{margin-bottom:4rem;padding:0 1.25rem}.process-container-card{border-radius:24px;padding:3rem 1.5rem}.process-subtitle{margin-bottom:2.5rem}.footer-main{flex-direction:column;gap:3rem}}@media (width<=640px){.services-cards-grid{grid-template-columns:1fr;gap:1.5rem}.process-steps-grid{grid-template-columns:1fr;gap:1rem}.footer-bottom-bar{text-align:center;flex-direction:column;gap:1.5rem}.footer-legal-links{flex-wrap:wrap;justify-content:center;gap:1rem}}.modal-overlay{z-index:11000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073;justify-content:center;align-items:center;padding:1rem;animation:.25s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal-content{scrollbar-width:none;background:#fff;border-radius:24px;width:100%;max-width:540px;max-height:calc(100vh - 2rem);padding:2.25rem 2rem;animation:.3s cubic-bezier(.34,1.56,.64,1) slideUp;position:relative;overflow-y:auto;box-shadow:0 20px 50px #0000001f,0 1px 3px #0000000a}.modal-content::-webkit-scrollbar{display:none}.modal-header h2{color:#0f172a;font-size:1.35rem;font-weight:800}.modal-close-btn{color:#64748b;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:color .2s;display:flex}.modal-close-btn:hover{color:#0f172a}.modal-description-block{text-align:left;margin-bottom:1.5rem}.modal-description-block h3{color:#1e293b;margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.modal-description-block p{color:#64748b;font-size:.9rem;line-height:1.55}.modal-input,.modal-textarea{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;margin-bottom:1rem;padding:.85rem 1.15rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.modal-input:focus,.modal-textarea:focus{border-color:#f97316;box-shadow:0 0 0 3px #f973161f}.disabled-input{color:#64748b;cursor:not-allowed;background:#f8fafc;border-color:#e2e8f0}.modal-textarea{resize:vertical;min-height:85px}.modal-submit-btn{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:12px;width:100%;padding:.95rem;font-size:1rem;font-weight:700;transition:background .2s,transform .1s}.modal-submit-btn:hover{background:#ea580c}.modal-submit-btn:active{transform:scale(.98)}.modal-quick-contact-grid{grid-template-columns:1fr 1.2fr;gap:.75rem;margin-top:1rem;display:grid}.contact-btn{color:#fff;border-radius:12px;justify-content:center;align-items:center;padding:.85rem .5rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:background .2s,transform .1s;display:flex}.contact-btn:active{transform:scale(.98)}.call-btn{background:#0f9f59}.call-btn:hover{background:#0b8043}.whatsapp-btn{background:#25d366}.whatsapp-btn:hover{background:#1eb855}.modal-success-state{text-align:center;padding:2.5rem 1rem}.success-icon-wrapper{background:#ecfdf5;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.25rem;display:flex}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=576px){.modal-quick-contact-grid{grid-template-columns:1fr;gap:.75rem}}.custom-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background-color:#0f172a99;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.custom-modal-content{background:#fff;border-radius:12px;width:90%;max-width:400px;animation:.3s cubic-bezier(.16,1,.3,1) slideUp;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.custom-modal-header{align-items:center;gap:12px;padding:20px 24px 16px;display:flex}.custom-modal-icon{color:#ef4444;width:24px;height:24px}.custom-modal-title{color:#0f172a;margin:0;font-size:1.1rem;font-weight:600}.custom-modal-body{padding:0 24px 24px}.custom-modal-body p{color:#475569;margin:0;font-size:.95rem;line-height:1.5}.custom-modal-footer{background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}.custom-modal-btn{cursor:pointer;border:none;border-radius:6px;padding:8px 16px;font-size:.9rem;font-weight:500;transition:all .2s}.cancel-btn{color:#64748b;background:0 0;border:1px solid #cbd5e1}.cancel-btn:hover{color:#334155;background:#f1f5f9}.confirm-btn{color:#fff;background:#3b82f6}.confirm-btn:hover{background:#2563eb}.cart-container{background:#f8fafc;min-height:100vh;font-family:Inter,sans-serif}.cart-content{max-width:1280px;margin:0 auto;padding:4rem 2rem}.cart-header{flex-direction:column;gap:1.5rem;margin-bottom:3rem;display:flex}.cart-header h1{color:#0f172a;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.cart-header p{color:#64748b;font-size:1.1rem}.cart-layout{grid-template-columns:1fr 380px;align-items:flex-start;gap:3rem;display:grid}.cart-items-section{flex-direction:column;gap:1.5rem;display:flex}.cart-item-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;gap:2rem;padding:1.5rem;transition:transform .2s;display:flex}.cart-item-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000000d}.cart-item-img{background:#f1f5f9;border-radius:12px;flex-shrink:0;width:140px;height:140px;overflow:hidden}.cart-item-img img{object-fit:cover;width:100%;height:100%}.cart-item-info{flex-direction:column;flex-grow:1;justify-content:space-between;display:flex}.cart-item-info h3{color:#1e293b;font-size:1.25rem;font-weight:700}.item-price{color:#f97316;font-size:1.125rem;font-weight:700}.item-controls{justify-content:space-between;align-items:center;margin-top:1rem;display:flex}.qty-selector{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:1rem;padding:.5rem 1rem;display:flex}.qty-selector button{color:#64748b;cursor:pointer;background:0 0;border:none;padding:0 .5rem;font-size:1.25rem;font-weight:600}.remove-item{color:#ef4444;cursor:pointer;background:0 0;border:none;font-size:.9rem;font-weight:600}.cart-summary{position:sticky;top:100px}.summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:2.5rem;box-shadow:0 20px 40px #00000008}.summary-card h3{border-bottom:1px solid #f1f5f9;margin-bottom:2rem;padding-bottom:1rem;font-size:1.5rem;font-weight:800}.summary-row{color:#64748b;justify-content:space-between;margin-bottom:1.25rem;font-weight:500;display:flex}.free-shipping{color:#22c55e;font-weight:700}.summary-total{color:#0f172a;border-top:2px solid #f1f5f9;justify-content:space-between;margin-top:2rem;margin-bottom:2.5rem;padding-top:1.5rem;font-size:1.5rem;font-weight:800;display:flex}.checkout-btn{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:12px;width:100%;margin-bottom:1rem;padding:1.25rem;font-size:1rem;font-weight:700;transition:all .2s}.checkout-btn:hover{background:#e64a19;transform:translateY(-2px)}.continue-shopping{color:#64748b;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:12px;width:100%;padding:1rem;font-weight:600;transition:all .2s}.continue-shopping:hover{color:#0f172a;background:#f8fafc}@media (width<=1024px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media (width<=640px){.cart-item-card{flex-direction:column;gap:1.5rem}.cart-item-img{width:100%;height:200px}}@media (width<=768px){.hamburger-btn{display:flex!important}}@media (width<=768px){.mobile-menu-overlay{width:calc(100% - 2rem);top:70px;right:1rem}}.checkout-address-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:2.5rem}.checkout-address-header{border-bottom:1px solid #f1f5f9;align-items:center;gap:.75rem;margin-bottom:2rem;padding-bottom:1rem;display:flex}.checkout-address-header svg{color:#f97316}.checkout-address-header h2{color:#0f172a;margin:0;font-size:1.5rem;font-weight:800}.checkout-address-form{flex-direction:column;gap:1.5rem;display:flex}.checkout-form-group{flex-direction:column;gap:.5rem;display:flex}.checkout-form-group.full-width{width:100%}.checkout-form-row{gap:1.5rem;display:flex}.checkout-form-row .checkout-form-group{flex:1}.checkout-label{color:#475569;font-size:.85rem;font-weight:600}.checkout-input-wrapper{align-items:center;display:flex;position:relative}.checkout-input-icon{color:#94a3b8;pointer-events:none;align-items:center;display:flex;position:absolute;left:1rem}.checkout-input{color:#1e293b;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:10px;outline:none;width:100%;padding:.85rem 1rem .85rem 2.75rem;font-family:inherit;font-size:.95rem;transition:all .2s}.checkout-input:focus{border-color:#f97316;box-shadow:0 0 0 3px #f9731626}.btn-save-address{color:#f97316;cursor:pointer;background:#fff;border:1.5px solid #f97316;border-radius:8px;width:fit-content;margin-top:.5rem;padding:.75rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .2s}.btn-save-address:hover{background:#f9731614;transform:translateY(-1px)}.checkout-back-link{color:#64748b;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;margin-top:1rem;padding:0;font-size:.9rem;font-weight:600;transition:color .2s;display:flex}.checkout-back-link:hover{color:#0f172a}@media (width<=640px){.cart-content{padding:2rem 1rem}.checkout-address-card{border-radius:16px;padding:1.5rem 1.25rem}.checkout-form-row{flex-direction:column;gap:1.5rem}}.favorites-container{background:#f8fafc;min-height:100vh;font-family:Inter,sans-serif}.favorites-content{max-width:1280px;margin:0 auto;padding:4rem 2rem}.favorites-header{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:3rem;display:flex}.back-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:.5rem;width:fit-content;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.back-btn:hover{color:#0f172a;background:#fff;border-color:#cbd5e1;transform:translate(-4px)}.favorites-header h1{color:#0f172a;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.favorites-header p{color:#64748b;font-size:1.1rem}.favorites-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2.5rem;display:grid}.favorite-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;transition:all .3s;overflow:hidden}.favorite-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000000f}.fav-img-wrapper{background:#f1f5f9;height:240px;position:relative}.fav-img-wrapper img{object-fit:cover;width:100%;height:100%}.remove-fav{cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .2s;display:flex;position:absolute;top:1rem;right:1rem;box-shadow:0 4px 10px #0000001a}.remove-fav:hover{transform:scale(1.1)}.fav-info{padding:1.5rem}.fav-info h3{color:#1e293b;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.fav-sub{color:#64748b;margin-bottom:1.5rem;font-size:.9rem;line-height:1.4}.fav-footer{justify-content:space-between;align-items:center;display:flex}.fav-price{color:#f97316;font-size:1.125rem;font-weight:700}.add-to-cart-btn{color:#fff;cursor:pointer;letter-spacing:.02em;background:#f97316;border:none;border-radius:8px;padding:.875rem 1.5rem;font-size:.8rem;font-weight:700;transition:all .2s;box-shadow:0 4px 10px #f9731626}.add-to-cart-btn:hover{background:#ea580c;transform:translateY(-1px);box-shadow:0 6px 14px #ea580c40}.active-nav-icon{color:#f97316!important}@media (width<=640px){.favorites-grid{grid-template-columns:1fr}}@media (width<=768px){.hamburger-btn{display:flex!important}}@media (width<=768px){.mobile-menu-overlay{width:calc(100% - 2rem);top:70px;right:1rem}}:root{--primary-orange:#f97316;--dark-blue:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--bg-light:#fff;--bg-soft:#f8fafc;--border-light:#e2e8f0}.contact-page-container{color:var(--text-main);background-color:var(--bg-soft);min-height:100vh;font-family:Inter,sans-serif}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid var(--border-light);background:#fffffff2;width:100%;height:70px;position:sticky;top:0}.navbar-container{box-sizing:border-box;justify-content:space-between;align-items:center;max-width:1280px;height:100%;margin:0 auto;padding:0 2rem;display:flex}.nav-left{align-items:center;gap:3rem;display:flex}.nav-logo-container{align-items:center;gap:.75rem;display:flex}.nav-brand{letter-spacing:-.02em;font-size:1.25rem;font-weight:800}.nav-links{gap:1.5rem;display:flex}.nav-links a{color:var(--text-muted);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a.active,.nav-links a:hover{color:var(--primary-orange)}.nav-icon-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.25rem;transition:color .2s}.nav-icon-btn:hover{color:var(--text-main)}.contact-main{max-width:1200px;margin:0 auto;padding:4rem 2rem}.contact-header{text-align:center;margin-bottom:4rem}.contact-header h1{color:var(--dark-blue);margin-bottom:1rem;font-size:3rem;font-weight:800}.contact-header p{color:var(--text-muted);font-size:1.125rem}.contact-grid{grid-template-columns:1.2fr .8fr;align-items:start;gap:2.5rem;display:grid}.contact-card{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 20px #0000000d}.contact-card h2{color:var(--dark-blue);margin-bottom:2rem;font-size:1.5rem;font-weight:700}.contact-form{flex-direction:column;gap:1.25rem;display:flex}.form-group input,.form-group textarea{border:1px solid var(--border-light);box-sizing:border-box;background:#fdfdfd;border-radius:8px;outline:none;width:100%;padding:1rem 1.25rem;font-size:1rem;transition:all .2s}.send-btn{background:var(--primary-orange,#f97316);color:#fff;cursor:pointer;border:none;border-radius:8px;margin-top:1rem;padding:1.125rem;font-size:1rem;font-weight:700;transition:background .2s}.send-btn:hover{background:#ea580c}.detail-item{gap:1.25rem;margin-bottom:2rem;display:flex}.blue-text{color:var(--primary-orange,#f97316)}.detail-label{letter-spacing:.1em;color:var(--dark-blue);margin-bottom:.5rem;font-size:.75rem;font-weight:800;display:block}.detail-value{color:#1e293b;font-size:1.125rem;font-weight:700}.detail-address-text{color:var(--text-muted);margin-top:.5rem;font-size:.9375rem;line-height:1.6}.hours-card{margin-top:1.5rem}.hours-header{color:var(--primary-orange,#f97316);align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.hours-header h3{color:var(--dark-blue);font-size:1.25rem;font-weight:700}.hours-list{flex-direction:column;gap:.875rem;display:flex}.hours-row{color:var(--text-muted);justify-content:space-between;font-size:1rem;display:flex}.hours-row.sunday{color:#ef4444;font-weight:700}.premium-footer{color:#fff;background-color:#5850ec;padding:1.25rem 2rem}.footer-content{max-width:1200px;margin:0 auto}.footer-main{justify-content:space-between;gap:4rem;margin-bottom:2rem;display:flex}.footer-brand-side h3{margin-bottom:1rem;font-size:1.5rem;font-weight:800}.footer-brand-side p{opacity:.8;max-width:300px;margin-bottom:1.5rem;font-size:.9375rem}.footer-socials{gap:1rem;display:flex}.footer-socials a{color:#ffffffb3;background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.footer-socials a:hover{color:#fff;background:#fff3;border-color:#fffc;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.footer-socials svg{transition:transform .2s}.footer-socials a:hover svg{transform:scale(1.1)}.footer-contact-side h4{letter-spacing:.1em;opacity:.9;margin-bottom:1.25rem;font-size:.875rem;font-weight:800}.contact-item-row{gap:1rem;margin-bottom:.75rem;display:flex}.contact-item-row p{opacity:.9;font-size:.9375rem;line-height:1.6}.footer-bottom-bar{opacity:.8;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:1.5rem;font-size:.875rem;display:flex}.footer-legal-links{gap:2rem;display:flex}.footer-legal-links a{color:#fff;text-decoration:none}@media (width<=1024px){.contact-grid{gap:2rem}}@media (width<=768px){.navbar{height:60px}.nav-links,.nav-brand,.hide-mobile{display:none}.navbar-container{padding:0 1rem}.hamburger-btn{display:flex}.contact-main{padding:2rem 1rem}.contact-header{margin-bottom:2.5rem}.contact-header h1{font-size:2.25rem}.contact-header p{font-size:1rem}.contact-grid{grid-template-columns:1fr;gap:1.5rem}.contact-card{padding:1.5rem}.footer-main{flex-direction:column;gap:3rem}.footer-bottom-bar{text-align:center;flex-direction:column;gap:1.5rem}.footer-legal-links{flex-wrap:wrap;justify-content:center;gap:1rem}}@media (width<=480px){.contact-header h1{font-size:1.75rem}.detail-item{flex-direction:column;gap:.5rem}.detail-icon{margin-bottom:.25rem}}.hamburger-btn{color:#1e293b;cursor:pointer;z-index:10001;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:none}@media (width<=768px){.hamburger-btn{display:flex!important}}.mobile-menu-overlay{z-index:10000;transform-origin:100% 0;background:#fff;border:1px solid #00000014;border-radius:20px;flex-direction:column;width:calc(100% - 3rem);max-width:320px;height:auto;max-height:calc(100vh - 100px);padding:0;animation:.4s cubic-bezier(.16,1,.3,1) menuAppear;display:flex;position:fixed;top:80px;right:1.5rem;overflow-y:auto;box-shadow:0 20px 40px #0000001f,0 1px 3px #0000000a}@media (width<=768px){.mobile-menu-overlay{width:calc(100% - 2rem);top:70px;right:1rem}}.mobile-menu-header-row .nav-logo-container{display:none}.mobile-nav-list a{color:#1e293b!important;cursor:pointer!important;padding:.4rem 0!important;font-size:1.1rem!important;font-weight:600!important;text-decoration:none!important;transition:all .2s!important;display:block!important}.mobile-nav-list a:hover,.mobile-nav-list a:active,.mobile-nav-list a:focus{color:var(--primary-orange)!important;padding-left:.5rem!important}:root{--nav-accent:#ff5722;--nav-accent-hover:#e64a19;--dark-blue:#0f172a;--text-main:#1e293b;--text-muted:#64748b;--bg-light:#fff;--bg-soft:#f8fafc;--border-light:#e2e8f0;--max-width:1280px}.navbar{-webkit-backdrop-filter:blur(12px);z-index:1000;border-bottom:1px solid var(--border-light);background:#fffffff7;width:100%;height:64px;position:sticky;top:0;box-shadow:0 1px 8px #0000000d}.navbar-container{max-width:var(--max-width);box-sizing:border-box;justify-content:space-between;align-items:center;height:100%;margin:0 auto;padding:0 2rem;display:flex}.nav-left{align-items:center;display:flex}.nav-center{flex:1;justify-content:center;align-items:center;display:flex}.nav-logo-container{cursor:pointer;align-items:center;gap:.6rem;display:flex}.nav-logo-img{width:auto;height:30px}.nav-brand{letter-spacing:-.02em;color:var(--dark-blue);font-family:Inter,sans-serif;font-size:1.15rem;font-weight:800}.nav-links{align-items:center;gap:.25rem;display:flex}.nav-links a{color:var(--text-main);border-radius:6px;padding:.45rem .85rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.nav-links a:after{content:"";background-color:var(--nav-accent);width:0;height:2px;transition:width .3s,left .3s;position:absolute;bottom:0;left:50%}.nav-links a:hover:after{width:60%;left:20%}.nav-links a.active{color:var(--nav-accent);font-weight:600}.nav-links a:hover{color:var(--nav-accent)}.nav-right{align-items:center;gap:.75rem;display:flex}.nav-icon-btn{color:var(--text-main);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.45rem;transition:background .2s,color .2s;display:flex;position:relative}.nav-icon-btn:hover{background:var(--bg-soft);color:var(--nav-accent)}.icon-badge{background:var(--nav-accent);color:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;min-width:16px;height:16px;padding:2px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:0;right:0}.nav-cta-btn{background:var(--nav-accent);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:7px;padding:.55rem 1.25rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:700;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 2px 8px #1a9e7a38}.nav-cta-btn:hover{background:var(--nav-accent-hover);transform:translateY(-1px);box-shadow:0 4px 14px #1a9e7a4d}.hamburger-btn{color:var(--text-main);cursor:pointer;z-index:10001;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;display:none}.hamburger-btn:hover{background:var(--bg-soft)}@media (width<=1024px){.nav-links,.nav-center{display:none}}@media (width<=768px){.navbar{height:58px}.navbar-container{padding:0 1.25rem}.nav-right{gap:.5rem}.hamburger-btn{display:flex!important}.nav-cta-btn{display:none}}.mobile-menu-overlay{-webkit-backdrop-filter:blur(24px)saturate(200%);z-index:10000;transform-origin:top;background:#fffffffa;border:1px solid #fff6;border-radius:20px;flex-direction:column;width:calc(100% - 2rem);max-width:340px;height:auto;max-height:calc(100vh - 80px);padding:0;animation:.35s cubic-bezier(.16,1,.3,1) menuAppear;display:flex;position:fixed;top:68px;left:50%;overflow-y:auto;transform:translate(-50%);box-shadow:0 20px 60px #0000002e}@media (width<=768px){.mobile-menu-overlay{width:calc(100% - 2rem);top:66px}}.mobile-menu-header-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.mobile-header-actions{color:#1e293b;align-items:center;gap:1rem;display:flex}.mobile-search-toggle{cursor:pointer;color:#1e293b;background:0 0;border:none;align-items:center;padding:.25rem;transition:color .2s;display:flex}.mobile-search-toggle:hover{color:var(--nav-accent)}.close-menu-btn{cursor:pointer;color:#1e293b;background:0 0;border:none;align-items:center;padding:0;display:flex}.mobile-menu-content{flex-direction:column;gap:.75rem;padding:1rem 1rem 1.25rem;display:flex}.mobile-search-bar-container.popup{animation:.3s cubic-bezier(.34,1.56,.64,1) searchPop}@keyframes searchPop{0%{opacity:0;transform:translateY(-10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.mobile-search-bar-container{width:100%}.mobile-search-bar{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:.75rem;padding:.7rem 1rem;display:flex}.mobile-search-bar input{color:#1e293b;background:0 0;border:none;outline:none;width:100%;font-size:.95rem}.mobile-nav-list{flex-direction:column;gap:.25rem;display:flex}.mobile-nav-list a{opacity:0;font-family:Inter,sans-serif;animation:.4s forwards itemSlideIn;color:var(--text-main)!important;cursor:pointer!important;border-radius:10px!important;align-items:center!important;gap:.85rem!important;padding:.75rem 1rem!important;font-size:.95rem!important;font-weight:600!important;text-decoration:none!important;transition:all .2s!important;display:flex!important}.mobile-nav-list a:first-child{animation-delay:50ms}.mobile-nav-list a:nth-child(2){animation-delay:.1s}.mobile-nav-list a:nth-child(3){animation-delay:.15s}.mobile-nav-list a:nth-child(4){animation-delay:.2s}.mobile-nav-list a:nth-child(5){animation-delay:.25s}.mobile-nav-list a:nth-child(6){animation-delay:.3s}.mobile-nav-list a:nth-child(7){animation-delay:.35s}.mobile-nav-list a:nth-child(8){animation-delay:.4s}.mobile-nav-list a:nth-child(9){animation-delay:.45s}.mobile-nav-list a:nth-child(10){animation-delay:.5s}@keyframes itemSlideIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.mobile-nav-list a svg{color:var(--text-muted);flex-shrink:0;transition:color .2s}.mobile-nav-list a:hover,.mobile-nav-list a.active{color:var(--nav-accent)!important;background:#ff572214!important}.mobile-nav-list a:hover svg,.mobile-nav-list a.active svg{color:var(--nav-accent)}.mobile-menu-cta{margin-top:.5rem}.mobile-menu-cta button{background:var(--nav-accent);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;padding:.85rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:700;transition:background .2s}.mobile-menu-cta button:hover{background:var(--nav-accent-hover)}.profile-dropdown-container{position:relative}.profile-trigger{cursor:pointer;border-radius:20px;align-items:center;gap:.5rem;padding:.25rem .5rem;transition:background .2s;display:flex}.profile-trigger:hover{background:var(--bg-soft)}.profile-avatar{background-color:var(--nav-accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;display:flex}.profile-name{color:var(--text-main);font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;display:none}@media (width>=768px){.profile-name{display:block}}.profile-dropdown-menu{border:1px solid var(--border-light);z-index:1000;background:#fff;border-radius:12px;flex-direction:column;min-width:220px;padding:.5rem 0;display:flex;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 10px 25px #0000001a}.profile-dropdown-menu:before{content:"";border-left:1px solid var(--border-light);border-top:1px solid var(--border-light);background:#fff;width:12px;height:12px;position:absolute;top:-6px;right:20px;transform:rotate(45deg)}.dropdown-header{flex-direction:column;gap:.25rem;padding:.75rem 1.25rem;display:flex}.dropdown-name{color:var(--text-main);font-family:Inter,sans-serif;font-size:.95rem;font-weight:700}.dropdown-email{color:var(--text-muted);font-family:Inter,sans-serif;font-size:.8rem}.dropdown-divider{background:var(--border-light);height:1px;margin:.25rem 0}.profile-dropdown-menu a{color:var(--text-main);cursor:pointer;padding:.6rem 1.25rem;font-family:Inter,sans-serif;font-size:.9rem;text-decoration:none;transition:background .2s}.profile-dropdown-menu a:hover{background:var(--bg-soft);color:var(--nav-accent)}.profile-dropdown-menu a.logout-text{color:#ef4444}.profile-dropdown-menu a.logout-text:hover{background:#fef2f2}.mobile-divider{background:#e2e8f0;height:1px;margin:.5rem 0}.nav-login-btn{background:var(--nav-accent);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;transition:background .2s,transform .15s}.nav-login-btn:hover{background:var(--nav-accent-hover);transform:translateY(-1px)}.sg-admin-portal{color:#1e293b;box-sizing:border-box;background-color:#f8fafc;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.sg-sidebar{z-index:100;box-sizing:border-box;background-color:#f1f5f9;border-right:1px solid #e2e8f0;flex-direction:column;width:260px;padding:2rem 0;display:flex;position:fixed;top:0;bottom:0;left:0}.sg-logo-area{border-bottom:1px solid #e2e8f0;align-items:center;gap:.75rem;padding:0 1.5rem 2rem;display:flex}.sg-logo-icon{background:#ea580c1a;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;display:flex}.sg-logo-text h2{color:#0f172a;letter-spacing:-.01em;margin:0;font-size:1.15rem;font-weight:800}.sg-logo-text span{color:#64748b;letter-spacing:.15em;margin-top:.125rem;font-size:.55rem;font-weight:800;display:block}.sg-nav-menu{flex-direction:column;flex:1;gap:.25rem;padding:1.5rem .75rem;display:flex}.sg-nav-item{color:#475569;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.875rem;width:100%;padding:.75rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.sg-nav-item:hover{color:#0f172a;background-color:#e2e8f0}.sg-nav-item.active{color:#ea580c;background-color:#fff;box-shadow:0 1px 3px #0000000d}.nav-svg{opacity:.8;flex-shrink:0}.sg-nav-item.active .nav-svg{color:#ea580c}.sg-sidebar-footer{background:#f8fafc;border-top:1px solid #e2e8f0;flex-direction:column;gap:.5rem;margin-top:auto;padding:1rem .75rem;display:flex}.sg-sidebar-footer img{object-fit:cover;border:1.5px solid #cbd5e1;border-radius:50%;width:40px;height:40px}.sg-profile-meta h4{color:#0f172a;margin:0;font-size:.875rem;font-weight:700}.sg-profile-meta span{color:#64748b;font-size:.75rem;font-weight:500}.sg-main-content{flex-direction:column;flex:1;min-width:0;margin-left:260px;display:flex}.sg-top-header{z-index:99;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:70px;padding:0 3rem;display:flex;position:sticky;top:0}.sg-search-area{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:.75rem;width:320px;padding:.5rem 1rem;display:flex}.sg-search-area input{color:#0f172a;background:0 0;border:none;outline:none;width:100%;font-size:.875rem}.sg-header-widgets{align-items:center;gap:1.5rem;display:flex}.sg-widget-bell,.sg-widget-help{color:#64748b;cursor:pointer;border-radius:50%;padding:.35rem;transition:background .2s;position:relative}.sg-widget-bell:hover,.sg-widget-help:hover{color:#0f172a;background:#f1f5f9}.bell-badge{background:#dc2626;border:1.5px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:4px;right:4px}.sg-header-user{border-left:1px solid #e2e8f0;align-items:center;gap:.75rem;padding-left:1.5rem;display:flex}.sg-header-user span{color:#475569;font-size:.8125rem;font-weight:700}.sg-header-user img{object-fit:cover;border-radius:50%;width:34px;height:34px}.btn-shop-escape{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:.5rem 1rem;font-size:.8125rem;font-weight:700;transition:all .2s}.btn-shop-escape:hover{color:#ea580c;background:#f8fafc;border-color:#ea580c}.sg-workspace-container{box-sizing:border-box;padding:3rem}.sg-tab-pane{flex-direction:column;gap:2rem;animation:.3s ease-out fadeIn;display:flex}.tab-pane-title h1{color:#0f172a;letter-spacing:-.02em;margin:0 0 .5rem;font-size:2rem;font-weight:800}.tab-pane-title p{color:#64748b;margin:0;font-size:.9375rem;line-height:1.5}.admin-workspace-card,.sg-workspace-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2.25rem;box-shadow:0 4px 6px -1px #00000005}.admin-workspace-card h2,.sg-workspace-card h2{color:#0f172a;letter-spacing:-.01em;margin:0 0 1.5rem;font-size:1.25rem;font-weight:800}.sg-customer-header-row{justify-content:space-between;align-items:flex-end;gap:1.5rem;display:flex}.customer-actions-box{gap:1rem;display:flex}.btn-export-list{color:#475569;cursor:pointer;background:#fff;border:1.5px solid #cbd5e1;border-radius:8px;align-items:center;padding:.625rem 1.25rem;font-size:.875rem;font-weight:700;transition:background .2s;display:flex}.btn-export-list:hover{background:#f8fafc}.btn-add-customer{color:#fff;cursor:pointer;background:#ea580c;border:none;border-radius:8px;align-items:center;padding:.625rem 1.25rem;font-size:.875rem;font-weight:700;transition:background .2s;display:flex}.btn-add-customer:hover{background:#c2410c}.sg-stats-cards-row{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.sg-small-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:.5rem;padding:1.5rem;display:flex;box-shadow:0 1px 3px #00000005}.card-label{color:#64748b;letter-spacing:.05em;text-transform:uppercase;font-size:.75rem;font-weight:700}.card-numeric-line{justify-content:space-between;align-items:center;margin-top:.25rem;display:flex}.numeric-val{color:#0f172a;letter-spacing:-.02em;font-size:1.75rem;font-weight:800}.percent-pill{border-radius:6px;padding:.25rem .5rem;font-size:.75rem;font-weight:700}.percent-pill.success{color:#137333;background:#e6f4ea}.percent-pill.danger{color:#c5221f;background:#fce8e6}.stat-pill{border-radius:6px;align-self:flex-start;padding:.25rem .5rem;font-size:.75rem;font-weight:700}.stat-pill.success{color:#137333;background:#e6f4ea}.stat-pill.info{color:#1a73e8;background:#e8f0fe}.stat-pill.danger{color:#c5221f;background:#fce8e6}.table-card-pane{padding:2rem}.table-filter-bar{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.segmented-controls{background:#f1f5f9;border-radius:8px;padding:.25rem;display:flex}.segment-btn{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.8125rem;font-weight:700;transition:all .2s}.segment-btn.active{color:#0f172a;background:#fff;box-shadow:0 1px 3px #0000000d}.btn-filter-icon{color:#64748b;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.btn-filter-icon:hover{color:#0f172a;background:#f8fafc}.table-responsive-wrapper{width:100%;overflow-x:auto}.sg-data-table{border-collapse:collapse;text-align:left;width:100%}.sg-data-table th{text-transform:uppercase;color:#64748b;letter-spacing:.05em;background:#f8fafc;border-bottom:1.5px solid #cbd5e1;padding:1rem 1.5rem;font-size:.75rem;font-weight:700}.sg-data-table td{color:#0f172a;border-bottom:1px solid #e2e8f0;padding:1.25rem 1.5rem;font-size:.875rem}.sg-data-table tbody tr:hover{background-color:#f8fafc}.table-customer-profile{align-items:center;gap:1rem;display:flex}.table-customer-profile img{object-fit:cover;border:1.5px solid #e2e8f0;border-radius:50%;width:44px;height:44px}.profile-details-cell{flex-direction:column;gap:.25rem;display:flex}.profile-name-text{color:#0f172a;font-size:.9375rem;font-weight:700}.profile-badge-tag{border-radius:4px;width:fit-content;padding:.125rem .375rem;font-size:.6875rem;font-weight:700}.profile-badge-tag.residential{color:#475569;background:#f1f5f9;border:1px solid #cbd5e1}.profile-badge-tag.enterprise{color:#dc2626;background:#fef2f2;border:1px solid #fca5a5}.table-contact-cell{flex-direction:column;gap:.125rem;display:flex}.contact-email{color:#1e293b;font-weight:600}.contact-phone{color:#64748b;font-size:.8125rem}.table-orders-count{color:#0f172a;font-size:.9375rem;font-weight:700}.status-toggle-wrapper{align-items:center;gap:.75rem;display:flex}.switch-toggle-label{width:44px;height:22px;display:inline-block;position:relative}.switch-toggle-label input{opacity:0;width:0;height:0}.switch-slider{cursor:pointer;background-color:#cbd5e1;border-radius:34px;transition:all .3s;position:absolute;inset:0}.switch-slider:before{content:"";background-color:#fff;border-radius:50%;width:16px;height:16px;transition:all .3s;position:absolute;bottom:3px;left:3px}input:checked+.switch-slider{background-color:#ea580c}input:checked+.switch-slider:before{transform:translate(22px)}.status-toggle-text{font-size:.8125rem;font-weight:700}.status-toggle-text.active{color:#ea580c}.status-toggle-text.suspended,.status-toggle-text.blocked{color:#dc2626}.table-actions-row{gap:.5rem;display:flex}.btn-table-action-icon{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.4rem;transition:all .2s;display:flex}.btn-table-action-icon.view:hover{color:#ea580c;background:#f1f5f9}.btn-table-action-icon.delete:hover{color:#dc2626;background:#fef2f2}.table-pagination-footer{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1.25rem;display:flex}.pagination-text{color:#64748b;font-size:.8125rem;font-weight:600}.pagination-buttons{align-items:center;gap:.25rem;display:flex}.pag-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;justify-content:center;align-items:center;min-width:32px;height:32px;padding:0 .25rem;font-size:.8125rem;font-weight:700;transition:all .2s;display:flex}.pag-btn:hover{color:#0f172a;background:#f8fafc}.pag-btn.active{color:#fff;background:#ea580c;border-color:#ea580c}.pag-btn:disabled{opacity:.5;cursor:not-allowed}.pag-ellipse{color:#64748b;padding:0 .5rem;font-size:.875rem;font-weight:700}.products-tab-split-grid{grid-template-columns:1.2fr 1fr;align-items:start;gap:2.5rem;display:grid}.admin-product-form{flex-direction:column;gap:1.5rem;margin-top:1.5rem;display:flex}.form-group-row{gap:1.25rem;display:flex}.form-input-box{flex-direction:column;flex:1;gap:.5rem;min-width:0;display:flex}.form-input-box label{color:#475569;letter-spacing:.02em;font-size:.8125rem;font-weight:700}.form-input-box input,.form-input-box select,.form-input-box textarea{color:#0f172a;box-sizing:border-box;background:#fff;border:1.5px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.875rem;transition:all .2s}.form-input-box input:focus,.form-input-box select:focus,.form-input-box textarea:focus{background:#fff;border-color:#ea580c;box-shadow:0 0 0 3px #ea580c1f}.image-toggle-row{background:#f8fafc;border:1.5px solid #cbd5e1;border-radius:8px;width:fit-content;padding:.2rem;display:flex}.img-toggle-btn{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.4rem 1rem;font-size:.8125rem;font-weight:700;transition:all .2s}.img-toggle-btn.active{color:#fff;background:#ea580c}.image-presets-selector{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;padding:1.25rem}.presets-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.preset-card-option{cursor:pointer;box-sizing:border-box;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem .5rem;transition:all .2s;display:flex}.preset-card-option img{object-fit:contain;width:48px;height:48px}.preset-card-option span{color:#475569;font-size:.6875rem;font-weight:700}.preset-card-option.active{background:#ea580c0a;border-color:#ea580c}.preset-card-option.active span{color:#ea580c}.form-action-row{gap:1rem;margin-top:.5rem;display:flex}.btn-submit-form{color:#fff;cursor:pointer;background:#ea580c;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:700;transition:background .2s}.btn-submit-form:hover{background:#c2410c}.btn-cancel-form{color:#475569;cursor:pointer;background:0 0;border:1.5px solid #cbd5e1;border-radius:8px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:700;transition:all .2s}.btn-cancel-form:hover{background:#f1f5f9}.products-table-container{min-width:0}.listings-header-row{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.admin-listings-container{flex-direction:column;gap:1rem;max-height:520px;padding-right:.5rem;display:flex;overflow-y:auto}.admin-listings-container::-webkit-scrollbar{width:6px}.admin-listings-container::-webkit-scrollbar-thumb{background:#ea580c33;border-radius:3px}.admin-listing-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:1rem;padding:1rem;transition:all .2s;display:flex}.admin-listing-card:hover{background:#f8fafc;border-color:#ea580c}.listing-img-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;padding:.25rem;display:flex}.listing-img-box img{object-fit:contain;max-width:100%;max-height:100%}.listing-details{flex:1;min-width:0}.listing-details h4{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;margin:0 0 .25rem;font-size:.875rem;font-weight:700;overflow:hidden}.listing-cat{text-transform:uppercase;color:#ea580c;letter-spacing:.05em;margin-bottom:.125rem;font-size:.625rem;font-weight:800;display:block}.listing-meta{align-items:center;gap:.75rem;display:flex}.listing-price{color:#ea580c;font-size:.875rem;font-weight:800}.listing-id{color:#64748b;font-size:.6875rem;font-weight:600}.listing-actions{gap:.5rem;display:flex}.btn-listing-action{cursor:pointer;border:none;border-radius:6px;padding:.4rem .75rem;font-size:.75rem;font-weight:700;transition:all .2s}.btn-listing-action.edit{color:#475569;background:#f1f5f9;border:1px solid #cbd5e1}.btn-listing-action.edit:hover{color:#fff;background:#ea580c;border-color:#ea580c}.btn-listing-action.delete{color:#dc2626;background:#fee2e2}.btn-listing-action.delete:hover{color:#fff;background:#dc2626}.sg-dashboard-widgets-grid{grid-template-columns:1.5fr 1fr;gap:2rem;margin-top:1rem;display:grid}.sg-widget-box{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;box-shadow:0 1px 3px #00000005}.widget-box-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.widget-box-header h3{color:#0f172a;margin:0;font-size:1.125rem;font-weight:800}.widget-box-header span{color:#64748b;font-size:.75rem;font-weight:700}.widget-box-note{color:#64748b;margin:-.75rem 0 1.5rem;font-size:.8125rem;line-height:1.4}.heatmap-grid-layout{flex-wrap:wrap;gap:.5rem;display:flex}.heatmap-cell{cursor:pointer;border-radius:8px;width:48px;height:48px;transition:transform .1s}.heatmap-cell:hover{transform:scale(1.08)}.alerts-feed-container{flex-direction:column;gap:1rem;display:flex}.alert-feed-item{background:#f8fafc;border-left:4px solid #0000;border-radius:10px;align-items:center;gap:1rem;padding:1rem;display:flex}.alert-feed-item.critical{border-left-color:#dc2626}.alert-feed-item.success{border-left-color:#16a34a}.alert-feed-item.info{border-left-color:#ea580c}.alert-icon-box{background:#fff;border-radius:8px;justify-content:center;align-items:center;padding:.5rem;display:flex;box-shadow:0 1px 3px #0000000d}.alert-meta h4{color:#0f172a;margin:0;font-size:.875rem;font-weight:700}.alert-meta span{color:#64748b;font-size:.75rem;font-weight:500}.btn-logs-link{color:#ea580c;cursor:pointer;background:0 0;border:none;align-self:center;margin-top:1.5rem;font-size:.8125rem;font-weight:700}.btn-logs-link:hover{text-decoration:underline}.badge-danger{color:#ef4444;background:#fee2e2;border-radius:6px;padding:.25rem .5rem;font-size:.75rem;font-weight:700}.inventory-stock-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.inventory-stock-item-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:1rem;padding:1.25rem;transition:all .2s;display:flex}.inventory-stock-item-card:hover{transform:translateY(-2px);box-shadow:0 6px 15px #00000005}.inventory-stock-item-card.low{background:#fff5f5;border-color:#fca5a5}.item-img-box{background:#f8fafc;border-radius:8px;justify-content:center;align-items:center;height:100px;padding:.5rem;display:flex}.item-img-box img{object-fit:contain;max-width:100%;max-height:100%}.item-meta h4{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;margin:0 0 .25rem;font-size:.875rem;font-weight:700;overflow:hidden}.item-category{text-transform:uppercase;color:#64748b;letter-spacing:.05em;font-size:.6875rem;font-weight:700}.stock-level-indicator{border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding-top:.75rem;display:flex}.stock-label-count{color:#1e293b;font-size:.8125rem;font-weight:700}.stock-status-pill{border-radius:4px;padding:.2rem .5rem;font-size:.6875rem;font-weight:700}.stock-status-pill.success{color:#137333;background:#e6f4ea}.stock-status-pill.danger{color:#c5221f;background:#fce8e6}.analytics-progress-wrapper{flex-direction:column;gap:1.5rem;margin-top:1rem;display:flex}.progress-bar-card{flex-direction:column;gap:.5rem;display:flex}.bar-labels{color:#475569;justify-content:space-between;font-size:.875rem;font-weight:700;display:flex}.bar-outer{background:#e2e8f0;border-radius:4px;height:8px;overflow:hidden}.bar-inner{background:#ea580c;border-radius:4px;height:100%}.analytics-target-radial-box{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:1.5rem 0;display:flex}.target-radial-circle{border:10px solid #f1f5f9;border-top-color:#ea580c;border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;animation:3s linear infinite spinSlow;display:flex}@keyframes spinSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.target-radial-text{text-align:center;transform:rotate(0)}.target-radial-text h3{color:#0f172a;margin:0;font-size:1.75rem;font-weight:800}.target-radial-text span{color:#64748b;font-size:.75rem;font-weight:600}.coupon-listings-grid{flex-direction:column;gap:1rem;display:flex}.coupon-card-item{background:#f8fafc;border:1.5px solid #cbd5e1;border-left-width:4px;border-radius:10px;flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.coupon-card-item.active{border-left-color:#10b981}.coupon-card-item.expired{opacity:.65;border-left-color:#dc2626}.coupon-badge-top{justify-content:space-between;align-items:center;display:flex}.coupon-badge-top h3{color:#0f172a;margin:0;font-family:monospace;font-size:1rem;font-weight:800}.coupon-status{border-radius:4px;padding:.125rem .375rem;font-size:.6875rem;font-weight:700}.coupon-status.active{color:#065f46;background:#d1fae5}.coupon-status.expired{color:#991b1b;background:#fee2e2}.coupon-meta-line{color:#475569;justify-content:space-between;font-size:.8125rem;display:flex}.settings-options-stack{flex-direction:column;gap:2rem;display:flex}.setting-toggle-row{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:2rem;padding-bottom:1.5rem;display:flex}.setting-meta-text h4{color:#0f172a;margin:0 0 .25rem;font-size:.9375rem;font-weight:700}.setting-meta-text span{color:#64748b;font-size:.8125rem;line-height:1.4;display:block}.setting-group-box{flex-direction:column;gap:.5rem;display:flex}.setting-group-box label{color:#475569;font-size:.8125rem;font-weight:700}.setting-group-box select{color:#0f172a;background:#fff;border:1.5px solid #cbd5e1;border-radius:8px;outline:none;padding:.75rem 1rem}.order-status-badge{border-radius:6px;padding:.25rem .5rem;font-size:.75rem;font-weight:700}.order-status-badge.delivered{color:#137333;background:#e6f4ea}.order-status-badge.processing{color:#1a73e8;background:#e8f0fe}.order-status-badge.pending{color:#b06000;background:#fef7e0}.order-status-badge.cancelled{color:#c5221f;background:#fce8e6}.order-status-selector{color:#475569;background:#fff;border:1px solid #cbd5e1;border-radius:6px;outline:none;padding:.35rem .75rem;font-size:.8125rem;font-weight:600}.sg-modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0f172a66;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.sg-modal-content{background:#fff;border-radius:16px;width:440px;padding:2rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.modal-header h3{color:#0f172a;margin:0;font-size:1.25rem;font-weight:800}.btn-close-modal{color:#64748b;cursor:pointer;background:0 0;border:none;font-size:1.15rem}.modal-form{flex-direction:column;gap:1.25rem;display:flex}.modal-form-actions{gap:1rem;margin-top:1rem;display:flex}.btn-modal-submit{color:#fff;cursor:pointer;background:#ea580c;border:none;border-radius:8px;flex:1.5;padding:.75rem;font-weight:700;transition:background .2s}.btn-modal-submit:hover{background:#c2410c}.btn-modal-cancel{color:#475569;cursor:pointer;background:0 0;border:1.5px solid #cbd5e1;border-radius:8px;flex:1;padding:.75rem;font-weight:700;transition:background .2s}.local-file-uploader{box-sizing:border-box;background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;padding:1.5rem;transition:all .2s;display:flex}.local-file-uploader:hover{background:#ea580c05;border-color:#ea580c}.file-upload-input{display:none!important}.btn-file-upload-trigger{color:#475569;cursor:pointer;background:#fff;border:1.5px solid #cbd5e1;border-radius:8px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.875rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 1px 3px #00000005}.btn-file-upload-trigger:hover{color:#ea580c;background:#fff7ed;border-color:#ea580c}.uploaded-preview-box{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:1rem;width:100%;padding:.75rem;display:flex}.uploaded-preview-box img{object-fit:contain;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;width:60px;height:60px}.uploaded-preview-box.url-mode{justify-content:center}.uploaded-preview-box.url-mode img{width:120px;height:120px}.preview-label{color:#ea580c;font-size:.8125rem;font-weight:700}@media (width<=1100px){.sg-stats-cards-row{grid-template-columns:repeat(2,1fr)}.sg-dashboard-widgets-grid,.products-tab-split-grid{grid-template-columns:1fr}}@media (width<=768px){.sg-sidebar{width:70px;padding:1.5rem 0}.sg-logo-text,.sg-profile-meta,.sg-sidebar-footer span,.sg-nav-item span{display:none}.sg-main-content{margin-left:70px}.sg-top-header{padding:0 1.5rem}.sg-search-area{width:200px}.sg-workspace-container{padding:1.5rem}.sg-customer-header-row{flex-direction:column;align-items:flex-start}}.sg-sidebar-profile-item{color:#475569;cursor:pointer;text-align:left;box-sizing:border-box;background:0 0;border:none;border-radius:8px;align-items:center;gap:.875rem;width:100%;padding:.75rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.sg-sidebar-profile-item.active .profile-svg{color:#ea580c}.admin-profile-pane{box-sizing:border-box;flex-direction:column;gap:2rem;padding:0;animation:.3s ease-out fadeIn;display:flex}.admin-profile-grid{grid-template-columns:300px 1fr;align-items:start;gap:2rem;display:grid}.profile-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:2rem;overflow:hidden;box-shadow:0 1px 3px #00000005}.profile-card .card-header{background:#fff;align-items:center;padding:1.25rem 1.5rem;display:flex}.profile-card .card-header h3{color:#0f172a;margin:0;font-size:1.05rem;font-weight:700}.profile-card .card-header.border-bottom{border-bottom:1px solid #f1f5f9}.profile-card .card-header .header-left{flex:1;align-items:center;display:flex}.profile-card .header-svg-icon{color:#ea580c;flex-shrink:0}.profile-card .card-body{flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.photo-card{text-align:center;padding-bottom:1.75rem}.photo-card-banner{background:linear-gradient(135deg,#ffedd5 0%,#fed7aa 100%);height:80px}.photo-card-avatar-wrapper{justify-content:center;margin-top:-50px;margin-bottom:1rem;display:flex}.photo-card-avatar{display:inline-block;position:relative}.photo-card-avatar img{object-fit:cover;background:#f8fafc;border:4px solid #fff;border-radius:50%;width:100px;height:100px;box-shadow:0 4px 6px -1px #00000014}.avatar-edit-btn{color:#fff;cursor:pointer;background-color:#ea580c;border:2.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:background .2s;display:flex;position:absolute;bottom:2px;right:2px;box-shadow:0 2px 4px #00000026}.avatar-edit-btn:hover{background-color:#c2410c}.photo-card-info h2{color:#0f172a;margin:0 0 4px;font-size:1.2rem;font-weight:700}.photo-card-info span{color:#64748b;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.25rem;font-size:.75rem;font-weight:700;display:block}.btn-upload-photo{color:#fff;cursor:pointer;background-color:#ea580c;border:none;border-radius:8px;justify-content:center;align-items:center;padding:10px 16px;font-size:.85rem;font-weight:600;transition:background .2s;display:inline-flex;box-shadow:0 1px 2px #ea580c1a}.btn-upload-photo:hover{background-color:#c2410c}.preferences-card select{color:#0f172a;box-sizing:border-box;background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-size:.9rem;transition:all .2s}.preferences-card select:focus{border-color:#ea580c;box-shadow:0 0 0 3px #ea580c26}.checkbox-group-section{flex-direction:column;display:flex;gap:10px!important}.checkbox-stack{flex-direction:column;gap:12px;margin-top:4px;display:flex}.checkbox-row-label{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;display:flex;position:relative}.checkbox-row-label input{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.checkbox-custom{box-sizing:border-box;background-color:#fff;border:1px solid #cbd5e1;border-radius:4px;flex-shrink:0;width:18px;height:18px;margin-right:10px;transition:all .2s;display:inline-block;position:relative}.checkbox-row-label:hover input~.checkbox-custom{border-color:#ea580c}.checkbox-row-label input:checked~.checkbox-custom{background-color:#ea580c;border-color:#ea580c}.checkbox-custom:after{content:"";display:none;position:absolute}.checkbox-row-label input:checked~.checkbox-custom:after{display:block}.checkbox-row-label .checkbox-custom:after{border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:8px;top:1.5px;left:5px;transform:rotate(45deg)}.checkbox-row-label .label-text{color:#475569;font-size:.875rem;font-weight:500}.form-group{flex-direction:column;gap:6px;display:flex}.form-group label{color:#475569;font-size:.85rem;font-weight:600}.form-group input,.form-group textarea{color:#0f172a;box-sizing:border-box;background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:10px 14px;font-family:inherit;font-size:.9rem;transition:all .2s}.form-group input:focus,.form-group textarea:focus{border-color:#ea580c;box-shadow:0 0 0 3px #ea580c26}.form-group textarea{resize:vertical}.form-grid-2{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.form-grid-3{grid-template-columns:1fr 1fr 1fr;gap:1.25rem;display:grid}.divider-line{background-color:#e2e8f0;height:1px;margin:1.5rem 0}.tfa-row{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.tfa-meta h4{color:#0f172a;margin:0 0 4px;font-size:.95rem;font-weight:700}.tfa-meta p{color:#64748b;margin:0;font-size:.8rem;line-height:1.4}.btn-edit-link{color:#ea580c;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:.85rem;font-weight:600;transition:background .2s}.btn-edit-link:hover{background:#fff7ed}.card-footer-action{background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:flex-end;padding:1.25rem 1.5rem;display:flex}.card-footer-action-split{background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.pass-change-note{color:#64748b;font-size:.8rem;font-weight:500}.btn-save-changes{color:#fff;cursor:pointer;background-color:#ea580c;border:none;border-radius:8px;padding:10px 20px;font-size:.875rem;font-weight:600;transition:background .2s}.btn-save-changes:hover{background-color:#c2410c}.btn-update-security{color:#ea580c;cursor:pointer;background:0 0;border:1.5px solid #ea580c;border-radius:8px;padding:9px 18px;font-size:.875rem;font-weight:600;transition:all .2s}.btn-update-security:hover{color:#c2410c;background:#fff7ed;border-color:#c2410c}.profile-view-footer{color:#64748b;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-top:2rem;padding:1.5rem 0;font-size:.8rem;display:flex}.profile-view-footer .footer-right{gap:1.5rem;display:flex}.profile-view-footer a{color:#64748b;text-decoration:none;transition:color .2s}.profile-view-footer a:hover{color:#ea580c}@media (width<=900px){.admin-profile-grid{grid-template-columns:1fr}.form-grid-3{grid-template-columns:1fr;gap:1rem}}@media (width<=550px){.form-grid-2{grid-template-columns:1fr;gap:1rem}.profile-view-footer{text-align:center;flex-direction:column;gap:12px}.profile-view-footer .footer-right{justify-content:center;gap:1rem}}.admin-images-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:1.25rem;width:100%;margin-top:.5rem;display:grid}.admin-image-card-preview{background:#fff;border:1px solid #cbd5e1;border-radius:12px;justify-content:center;align-items:center;width:130px;height:130px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.admin-image-card-preview:hover{border-color:#ea580c;transform:translateY(-2px);box-shadow:0 10px 15px -3px #ea580c1a}.admin-image-card-preview img{object-fit:contain;background:#f8fafc;width:100%;height:100%;padding:.25rem}.image-index-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;letter-spacing:.02em;background:#0f172acc;border-radius:6px;padding:.25rem .5rem;font-size:.6875rem;font-weight:700;position:absolute;bottom:8px;left:8px;box-shadow:0 1px 2px #0000001a}.admin-image-card-preview:first-child .image-index-badge{color:#fff;background:#ea580c}.btn-delete-preview-img{color:#fff;cursor:pointer;opacity:0;background:#ef4444;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:1rem;font-weight:700;line-height:1;transition:all .2s ease-in-out;display:flex;position:absolute;top:8px;right:8px;transform:scale(.8);box-shadow:0 2px 4px #0000001a}.admin-image-card-preview:hover .btn-delete-preview-img{opacity:1;transform:scale(1)}.btn-delete-preview-img:hover{background:#dc2626;transform:scale(1.1)!important}.admin-image-card-add{box-sizing:border-box;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;flex-direction:column;justify-content:space-between;align-items:center;width:130px;height:130px;padding:.75rem;transition:all .25s;display:flex}.admin-image-card-add:hover{background:#ea580c05;border-color:#ea580c}.add-image-toggle{background:#e2e8f0;border-radius:6px;width:100%;padding:2px;display:flex}.toggle-sub-btn{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:4px;flex:1;padding:.25rem 0;font-size:.6875rem;font-weight:700;transition:all .2s}.toggle-sub-btn.active{color:#ea580c;background:#fff;box-shadow:0 1px 2px #0000000d}.add-file-trigger-box{flex:1;justify-content:center;align-items:center;width:100%;display:flex}.btn-file-upload-trigger.small{border-radius:6px;width:100%;padding:.4rem .75rem;font-size:.75rem}.add-url-input-box{flex-direction:column;flex:1;justify-content:center;gap:.35rem;width:100%;display:flex}.slot-url-input-field{box-sizing:border-box;border:1px solid #cbd5e1;border-radius:6px;outline:none;width:100%;height:auto!important;padding:.35rem .5rem!important;font-size:.6875rem!important}.slot-url-input-field:focus{border-color:#ea580c}.btn-add-url-img{color:#fff;cursor:pointer;background:#ea580c;border:none;border-radius:6px;width:100%;padding:.35rem 0;font-size:.6875rem;font-weight:700;transition:background .2s}.btn-add-url-img:hover{background:#c2410c}.admin-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172ab3;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.admin-modal-card{text-align:center;background:#fff;border-radius:12px;width:90%;max-width:400px;padding:2rem;animation:.3s modalFadeIn;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.admin-modal-card h3{color:#0f172a;margin:0 0 1rem;font-size:1.25rem}.admin-modal-card p{color:#64748b;margin-bottom:2rem;font-size:.95rem;line-height:1.5}.admin-modal-actions{justify-content:center;gap:1rem;display:flex}.btn-modal-cancel{color:#475569;cursor:pointer;background:#e2e8f0;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:background .2s}.btn-modal-cancel:hover{background:#cbd5e1}.btn-modal-confirm{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:background .2s}.btn-modal-confirm:hover{background:#dc2626}.sg-hamburger-btn{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:.5rem;transition:background .2s;display:none}.sg-hamburger-btn:hover{color:#ea580c;background:#f1f5f9}.sg-sidebar-profile-item{color:#475569;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.sg-sidebar-profile-item:hover{color:#0f172a;background-color:#e2e8f0}.sg-sidebar-profile-item.active{color:#ea580c;background-color:#fff;box-shadow:0 1px 3px #0000000d}.sg-sidebar-profile-item.logout-btn{color:#dc2626}.sg-sidebar-profile-item.logout-btn:hover{color:#b91c1c;background-color:#fee2e2}@media (width<=900px){.sg-hamburger-btn{margin-right:1rem;display:flex}.sg-sidebar{height:100vh;transition:left .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;bottom:0;left:-260px;box-shadow:10px 0 30px #0000001a}.sg-sidebar.open{left:0}.sg-main-content{width:100%;margin-left:0}.sg-top-header{justify-content:flex-start;padding:0 1.5rem}.sg-search-area{width:100%;max-width:240px}.sg-workspace-container{padding:1.5rem 1rem}.sg-stats-cards-row{grid-template-columns:repeat(2,1fr);gap:1rem}.products-tab-split-grid,.admin-profile-grid{grid-template-columns:1fr;gap:1.5rem}}@media (width<=600px){.sg-stats-cards-row{grid-template-columns:1fr}.sg-top-header{gap:.5rem}.sg-search-area{display:none}.sg-customer-header-row{flex-direction:column;align-items:stretch;gap:1rem}.customer-actions-box{flex-direction:column;gap:.5rem}.customer-actions-box button{justify-content:center;width:100%}.form-group-row{flex-direction:column;gap:1rem}.table-pagination-footer{flex-direction:column;align-items:center;gap:1rem}}.admin-login-wrapper{box-sizing:border-box;background-color:#f8fafc;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:40px 20px 100px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;position:relative}.admin-login-card{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;max-width:480px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.admin-login-header{text-align:center;border-bottom:1px solid #f1f5f9;padding:32px 32px 24px}.admin-logo-container{justify-content:center;align-items:center;margin-bottom:14px;display:inline-flex}.admin-brand-logo{object-fit:contain;max-width:200px;height:52px}.admin-login-header h2{color:#0f172a;letter-spacing:-.5px;margin:0 0 8px;font-size:1.6rem;font-weight:700}.admin-login-header .subtitle{color:#475569;margin:0;font-size:.95rem;font-weight:400}.admin-login-form{box-sizing:border-box;flex-direction:column;gap:20px;padding:32px;display:flex}.admin-error-banner{color:#991b1b;background:#fef2f2;border:1px solid #fca5a5;border-radius:6px;align-items:center;padding:12px 16px;font-size:.85rem;font-weight:500;display:flex}.admin-input-group{flex-direction:column;gap:6px;display:flex}.admin-input-group label{color:#1e293b;font-size:.85rem;font-weight:500}.admin-input-group .label-row{justify-content:space-between;align-items:center;display:flex}.admin-input-group .forgot-link{color:#ea580c;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s}.admin-input-group .forgot-link:hover{color:#c2410c;text-decoration:underline}.admin-input-group input{color:#0f172a;box-sizing:border-box;background:#fff;border:1px solid #cbd5e1;border-radius:6px;outline:none;width:100%;padding:12px 14px;font-size:.95rem;transition:all .2s}.admin-input-group input::placeholder{color:#94a3b8}.admin-input-group input:focus{border-color:#ea580c;box-shadow:0 0 0 3px #ea580c26}.password-input-wrapper{align-items:center;display:flex;position:relative}.password-input-wrapper input{padding-right:46px}.admin-password-toggle{color:#64748b;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex;position:absolute;right:14px}.admin-password-toggle:hover{color:#ea580c}.remember-me-row{margin-top:2px}.checkbox-container{cursor:pointer;-webkit-user-select:none;user-select:none;color:#475569;align-items:center;font-size:.85rem;font-weight:400;display:flex;position:relative}.checkbox-container input{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.checkbox-checkmark{box-sizing:border-box;background-color:#fff;border:1px solid #cbd5e1;border-radius:4px;flex-shrink:0;width:18px;height:18px;margin-right:10px;transition:all .2s;position:relative}.checkbox-container:hover input~.checkbox-checkmark{border-color:#ea580c}.checkbox-container input:checked~.checkbox-checkmark{background-color:#ea580c;border-color:#ea580c}.checkbox-checkmark:after{content:"";display:none;position:absolute}.checkbox-container input:checked~.checkbox-checkmark:after{display:block}.checkbox-container .checkbox-checkmark:after{border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:9px;top:2px;left:5px;transform:rotate(45deg)}.checkbox-label{line-height:18px}.admin-submit-btn{color:#fff;cursor:pointer;background-color:#ea580c;border:none;border-radius:6px;justify-content:center;align-items:center;width:100%;padding:14px;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.admin-submit-btn:hover:not(:disabled){background-color:#c2410c}.admin-submit-btn:disabled{opacity:.75;cursor:not-allowed}.admin-divider{background-color:#e2e8f0;height:1px;margin:10px 0}.admin-bottom-text{text-align:center;color:#475569;margin-bottom:10px;font-size:.85rem;line-height:1.6}.admin-contact-link{color:#ea580c;margin-top:4px;font-weight:600;text-decoration:none;transition:color .2s;display:block}.admin-contact-link:hover{color:#c2410c;text-decoration:underline}.admin-abort-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #cbd5e1;border-radius:6px;padding:10px;font-size:.8rem;font-weight:500;transition:all .2s}.admin-abort-btn:hover{color:#1e293b;background:#f1f5f9;border-color:#94a3b8}.admin-viewport-footer{box-sizing:border-box;z-index:100;background-color:#fff;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;width:100%;height:60px;padding:0 40px;font-size:.8rem;display:flex;position:fixed;bottom:0;left:0}.footer-brand{color:#0f172a;letter-spacing:-.2px;font-weight:700}.footer-links{gap:24px;display:flex}.footer-links a{color:#475569;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#ea580c}.footer-copyright{color:#ea580c;font-weight:500}@media (width<=768px){.admin-viewport-footer{text-align:center;border-top:1px solid #e2e8f0;flex-direction:column;gap:12px;height:auto;margin-top:40px;padding:20px;position:relative}.footer-links{justify-content:center}.admin-login-wrapper{padding-bottom:20px}}@media (width<=480px){.admin-login-header,.admin-login-form{padding:24px}}.pp-wrapper{background-color:#f8fafc;justify-content:center;align-items:flex-start;min-height:calc(100vh - 64px);padding:3rem 1.5rem;font-family:Inter,sans-serif;display:flex}.pp-not-logged{text-align:center;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:3rem;font-size:1.1rem;font-weight:600;box-shadow:0 4px 20px #00000008}.pp-container{align-items:flex-start;gap:1.75rem;width:100%;max-width:1200px;display:flex}.pp-sidebar{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-shrink:0;width:280px;overflow:hidden;box-shadow:0 10px 25px #00000008,0 1px 3px #00000005}.pp-sidebar-user{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-bottom:1px solid #e2e8f0;align-items:center;gap:1rem;padding:1.5rem 1.25rem;display:flex}.pp-avatar{color:#fff;background:linear-gradient(135deg,#f97316 0%,#ea580c 100%);border:2px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.25rem;font-weight:700;display:flex;box-shadow:0 4px 10px #f9731633}.pp-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.pp-avatar-upload-btn{color:#fff;cursor:pointer;background:#f97316;border:1.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex;position:absolute;bottom:-2px;right:-2px;box-shadow:0 2px 6px #00000026}.pp-avatar-upload-btn:hover{background:#ea580c;transform:scale(1.1)}.pp-sidebar-user-info{flex-direction:column;min-width:0;display:flex}.pp-username{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:700;overflow:hidden}.pp-sidebar-email{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;overflow:hidden}.pp-nav{padding:1rem .75rem}.pp-nav-list{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.pp-nav-item{color:#475569;cursor:pointer;border-radius:10px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.925rem;font-weight:600;transition:all .2s;display:flex}.pp-nav-item svg{color:#94a3b8;flex-shrink:0;transition:color .2s}.pp-nav-item:hover{color:#0f172a;background:#f1f5f9}.pp-nav-item:hover svg{color:#475569}.pp-nav-item.active{color:#f97316;background:#fff7ed}.pp-nav-item.active svg{color:#f97316}.pp-nav-divider{background:#e2e8f0;height:1px;margin:.5rem .75rem}.pp-logout-item,.pp-logout-item svg{color:#ef4444}.pp-logout-item:hover{color:#dc2626;background:#fef2f2}.pp-logout-item:hover svg{color:#dc2626}.pp-main{flex-direction:column;flex:1;gap:1.5rem;min-width:0;display:flex}.pp-main-header-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.75rem 2rem;display:flex;box-shadow:0 10px 25px #00000008}.pp-main-header-left h2{color:#0f172a;letter-spacing:-.02em;margin:0 0 .35rem;font-size:1.5rem;font-weight:800}.pp-main-header-email{color:#64748b;align-items:center;font-size:.9rem;display:flex}.pp-main-header-email svg{color:#94a3b8}.pp-edit-profile-btn{color:#475569;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #cbd5e1;border-radius:10px;align-items:center;padding:.6rem 1.15rem;font-size:.85rem;font-weight:700;transition:all .2s;display:flex}.pp-edit-profile-btn:hover{color:#f97316;background:#f8fafc;border-color:#f97316}.pp-dashboard-pane,.pp-orders-pane,.pp-addresses-pane,.pp-personal-pane,.pp-wishlist-pane{flex-direction:column;gap:1.5rem;animation:.3s ease-out ppFadeIn;display:flex}@keyframes ppFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.pp-pane-header{margin-bottom:.5rem}.pp-pane-header h3{color:#0f172a;letter-spacing:-.01em;margin:0 0 .25rem;font-size:1.25rem;font-weight:800}.pp-pane-header p{color:#64748b;margin:0;font-size:.9rem}.pp-stats-row{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.pp-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:.35rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 6px -1px #00000003}.pp-stat-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #00000008}.pp-stat-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.pp-stat-card h3{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:1.85rem;font-weight:800}.pp-stat-card.delivered{background:#f0fdf4;border-color:#dcfce7}.pp-stat-card.delivered h3{color:#15803d}.pp-stat-card.delivered .pp-stat-label{color:#166534}.pp-stat-card.pending{background:#fff7ed;border-color:#ffedd5}.pp-stat-card.pending h3{color:#c2410c}.pp-stat-card.pending .pp-stat-label{color:#9a3412}.pp-stat-card.cancelled{background:#fef2f2;border-color:#fee2e2}.pp-stat-card.cancelled h3{color:#b91c1c}.pp-stat-card.cancelled .pp-stat-label{color:#991b1b}.pp-widgets-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.pp-widget-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;padding:1.5rem;display:flex;box-shadow:0 10px 25px #00000008}.pp-widget-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;display:flex}.pp-widget-header h4{color:#0f172a;letter-spacing:-.01em;margin:0;font-size:1.05rem;font-weight:800}.pp-widget-header button{color:#f97316;cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem;font-weight:700}.pp-widget-header button:hover{color:#ea580c;text-decoration:underline}.pp-widget-body{flex-direction:column;flex-grow:1;justify-content:center;display:flex}.pp-detail-row{border-bottom:1px solid #f8fafc;justify-content:space-between;padding:.6rem 0;font-size:.925rem;display:flex}.pp-detail-row:last-child{border-bottom:none}.pp-detail-label{color:#64748b;font-weight:500}.pp-detail-value{color:#0f172a;text-align:right;word-break:break-all;font-weight:600}.pp-detail-value.email{font-size:.875rem}.pp-address-widget-block{flex-direction:column;gap:.25rem;display:flex}.pp-address-widget-block strong{color:#0f172a;font-size:.95rem}.pp-address-phone{color:#64748b;margin:0;font-size:.875rem}.pp-address-text{color:#334155;margin:.25rem 0 0;font-size:.9rem;line-height:1.5}.pp-no-address-text{color:#94a3b8;text-align:center;margin:1.5rem 0;font-size:.9rem;font-style:italic}.pp-recent-orders-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;box-shadow:0 10px 25px #00000008}.pp-recent-orders-list{flex-direction:column;gap:.75rem;display:flex}.pp-recent-order-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;gap:1.5rem;padding:1rem;transition:all .2s;display:flex}.pp-recent-order-item:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translate(3px)}.pp-recent-order-info{flex-direction:column;gap:.15rem;display:flex}.pp-recent-order-id{color:#0f172a;font-size:.925rem;font-weight:700}.pp-recent-order-date{color:#64748b;font-size:.8rem}.pp-recent-order-summary{flex-direction:column;align-items:flex-end;gap:.15rem;display:flex}.pp-recent-order-summary span{color:#64748b;font-size:.8rem}.pp-recent-order-summary strong{color:#f97316;font-size:.95rem}.order-status-badge{text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;border-radius:100px;padding:.35rem .75rem;font-size:.72rem;font-weight:800}.order-status-badge.pending,.order-status-badge.processing{color:#c2410c;background:#fff7ed;border:1px solid #ffedd5}.order-status-badge.delivered{color:#15803d;background:#f0fdf4;border:1px solid #dcfce7}.order-status-badge.cancelled{color:#b91c1c;background:#fef2f2;border:1px solid #fee2e2}.pp-no-orders-dashboard{color:#94a3b8;text-align:center;margin:2rem 0;font-size:.9rem}.pp-orders-list-wrapper{flex-direction:column;gap:1.5rem;display:flex}.pp-order-block-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 10px 25px #00000008}.pp-order-block-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.pp-order-meta-info{flex-direction:column;gap:.2rem;display:flex}.pp-order-block-id{color:#0f172a;font-size:1.05rem;font-weight:800}.pp-order-block-date{color:#64748b;font-size:.85rem}.pp-order-block-total{color:#64748b;text-align:right;font-size:.9rem;font-weight:500}.pp-order-block-total span{color:#f97316;margin-left:.25rem;font-size:1.25rem;font-weight:800}.pp-order-timeline-box{background:#fff;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:2.25rem 2rem;display:flex;position:relative}.pp-timeline-bar-line{z-index:1;background:#e2e8f0;height:4px;position:absolute;top:50%;left:10%;right:10%;transform:translateY(-50%)}.pp-timeline-progress{height:100%;transition:width .4s}.pp-timeline-step-point{z-index:2;flex-direction:column;align-items:center;width:80px;display:flex;position:relative}.pp-timeline-step-circle{color:#cbd5e1;background:#fff;border:2px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:800;transition:all .3s;display:flex}.pp-timeline-step-circle.active{color:#fff;background:#f97316;border-color:#f97316;box-shadow:0 0 0 4px #f9731626}.pp-timeline-step-circle.active.cancelled{color:#fff;background:#ef4444;border-color:#ef4444;box-shadow:0 0 0 4px #ef444426}.pp-timeline-step-label{color:#94a3b8;white-space:nowrap;margin-top:.5rem;font-size:.8rem;font-weight:600}.pp-timeline-step-label.active{color:#0f172a}.pp-order-cancel-row{background:#fffbfa;border-bottom:1px solid #f1f5f9;justify-content:flex-end;padding:1rem 1.5rem;display:flex}.pp-order-cancel-row button{color:#ef4444;cursor:pointer;background:#fff;border:1px solid #fca5a5;border-radius:8px;padding:.5rem 1.15rem;font-size:.85rem;font-weight:700;transition:all .2s}.pp-order-cancel-row button:hover{background:#fef2f2;border-color:#ef4444}.pp-order-block-items{padding:.5rem 1.5rem}.pp-order-block-item{border-bottom:1px solid #f1f5f9;align-items:center;gap:1.25rem;padding:1.25rem 0;display:flex}.pp-order-block-item:last-child{border-bottom:none}.pp-order-block-item img{object-fit:cover;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;width:64px;height:64px}.pp-order-block-item-info h5{color:#1e293b;margin:0 0 .25rem;font-size:.95rem;font-weight:700}.pp-order-block-item-info p{color:#f97316;margin:0;font-size:.9rem;font-weight:700}.pp-empty-orders-view,.pp-empty-wishlist-view{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:4rem 2rem;box-shadow:0 10px 25px #00000008}.pp-empty-icon{animation:2s infinite ppBounce}@keyframes ppBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.pp-empty-orders-view h4,.pp-empty-wishlist-view h4{color:#0f172a;margin:0 0 .5rem;font-size:1.25rem;font-weight:800}.pp-empty-orders-view p,.pp-empty-wishlist-view p{color:#64748b;margin:0 0 1.75rem;font-size:.95rem}.pp-shop-btn{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:10px;padding:.75rem 1.75rem;font-size:.95rem;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #f9731626}.pp-shop-btn:hover{background:#ea580c;transform:translateY(-1px)}.pp-form-widget{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:1.25rem;padding:2rem;display:flex;box-shadow:0 10px 25px #00000008}.pp-form-row{gap:1.25rem;display:flex}.pp-form-field{flex-direction:column;flex:1;gap:.4rem;display:flex}.pp-form-field.full-width{width:100%}.pp-form-field label{color:#475569;text-transform:uppercase;letter-spacing:.03em;font-size:.8rem;font-weight:700}.pp-form-input{color:#0f172a;box-sizing:border-box;background:#fff;border:1px solid #cbd5e1;border-radius:10px;outline:none;width:100%;padding:.8rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.pp-form-input:focus{border-color:#f97316;box-shadow:0 0 0 3.5px #f973161f}.pp-form-input.textarea{resize:vertical;min-height:80px;line-height:1.5}.pp-submit-form-btn{color:#fff;cursor:pointer;background:#f97316;border:none;border-radius:10px;align-self:flex-start;padding:.9rem 1.75rem;font-size:.95rem;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #f9731626}.pp-submit-form-btn:hover{background:#ea580c;transform:translateY(-1px);box-shadow:0 6px 16px #f9731640}.pp-submit-form-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none!important;transform:none!important}.pp-submit-form-btn.secondary{background:#475569;box-shadow:0 4px 12px #47556926}.pp-submit-form-btn.secondary:hover{background:#334155;box-shadow:0 6px 16px #47556940}.pp-pane-divider{background:#cbd5e1;height:1px;margin:1.5rem 0}.pp-feedback-msg{border-radius:10px;padding:.85rem 1.25rem;font-size:.9rem;font-weight:600;animation:.3s cubic-bezier(.16,1,.3,1) ppSlideIn}@keyframes ppSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.pp-feedback-msg.success{color:#065f46;background:#ecfdf5;border:1.5px solid #a7f3d0}.pp-feedback-msg.error{color:#991b1b;background:#fef2f2;border:1.5px solid #fca5a5}.pp-wishlist-list{flex-direction:column;gap:1rem;display:flex}.pp-wishlist-item-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:1.75rem;padding:1.25rem 1.5rem;transition:all .25s;display:flex;box-shadow:0 4px 12px #00000005}.pp-wishlist-item-card:hover{border-color:#cbd5e1;box-shadow:0 10px 25px #0000000a}.pp-wishlist-img-box{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:90px;height:90px;display:flex;overflow:hidden}.pp-wishlist-img-box img{object-fit:contain;max-width:100%;max-height:100%}.pp-wishlist-item-meta{flex-direction:column;flex-grow:1;gap:.25rem;min-width:0;display:flex}.pp-wishlist-item-meta h4{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:1.1rem;font-weight:700;overflow:hidden}.pp-wishlist-item-price{color:#f97316;font-size:1.15rem;font-weight:800}.pp-wishlist-item-meta p{color:#64748b;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.85rem;overflow:hidden}.pp-wishlist-actions-box{flex-direction:column;flex-shrink:0;gap:.6rem;display:flex}.pp-wishlist-cart-btn{color:#fff;cursor:pointer;text-align:center;background:#f97316;border:none;border-radius:8px;padding:.65rem 1.25rem;font-size:.85rem;font-weight:700;transition:all .2s;box-shadow:0 4px 10px #f9731626}.pp-wishlist-cart-btn:hover{background:#ea580c}.pp-wishlist-remove-btn{color:#64748b;cursor:pointer;text-align:center;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .2s}.pp-wishlist-remove-btn:hover{color:#0f172a;background:#f8fafc;border-color:#94a3b8}@media (width<=1024px){.pp-container{flex-direction:column;gap:1.5rem}.pp-sidebar{width:100%}.pp-nav-list{flex-flow:wrap;gap:.5rem}.pp-nav-item{flex:1;justify-content:center;min-width:140px;padding:.65rem .75rem;font-size:.875rem}.pp-nav-divider{display:none}.pp-logout-item{min-width:100%;margin-top:.5rem}}@media (width<=768px){.pp-wrapper{padding:1.5rem 1rem}.pp-main-header-card{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.25rem}.pp-edit-profile-btn{justify-content:center;width:100%}.pp-stats-row{grid-template-columns:repeat(2,1fr);gap:1rem}.pp-widgets-grid{grid-template-columns:1fr;gap:1rem}.pp-timeline-bar-line{display:none}.pp-order-timeline-box{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem 1.25rem}.pp-timeline-step-point{flex-direction:row;align-items:center;gap:1rem;width:100%}.pp-timeline-step-label{margin-top:0}.pp-order-block-header{flex-direction:column;align-items:flex-start;gap:.5rem;padding:1rem}.pp-order-block-total{text-align:left}.pp-recent-order-item{flex-direction:column;align-items:flex-start;gap:.75rem}.pp-recent-order-summary{align-items:flex-start}.pp-form-row{flex-direction:column;gap:1.25rem}.pp-form-widget{padding:1.25rem}.pp-submit-form-btn{justify-content:center;width:100%}.pp-wishlist-item-card{flex-direction:column;align-items:stretch;gap:1rem}.pp-wishlist-img-box{width:100%;height:120px}.pp-wishlist-actions-box{flex-direction:row}.pp-wishlist-cart-btn,.pp-wishlist-remove-btn{flex:1}}.orders-page-container{background-color:var(--bg-soft);justify-content:center;min-height:calc(100vh - 64px);padding:4rem 2rem;font-family:Inter,sans-serif;display:flex}.orders-content{width:100%;max-width:800px}.orders-header{text-align:center;margin-bottom:2rem}.orders-header h1{color:var(--dark-blue);margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.orders-header p{color:var(--text-muted);font-size:1.1rem}.empty-orders{text-align:center;background:#fff;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;margin-top:2rem;padding:4rem 2rem;display:flex;box-shadow:0 4px 20px #0000000d}.empty-orders-icon{color:#cbd5e1;margin-bottom:1.5rem}.empty-orders h2{color:var(--dark-blue);margin-bottom:.5rem;font-size:1.5rem}.empty-orders p{color:var(--text-muted)}.orders-list{flex-direction:column;gap:1.5rem;display:flex}.order-card{border:1px solid var(--border-light);background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #0000000d}.order-card-header{border-bottom:1px solid var(--border-light);background:#f8fafc;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.order-meta{flex-direction:column;gap:.25rem;display:flex}.order-id{color:var(--dark-blue);font-size:1.1rem;font-weight:700}.order-date{color:var(--text-muted);font-size:.9rem}.order-total{color:var(--text-muted);font-size:.9rem;font-weight:600}.order-total span{color:var(--nav-accent);margin-left:.25rem;font-size:1.2rem;font-weight:800}.order-items{flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.order-item{border-bottom:1px solid #f1f5f9;align-items:center;gap:1.5rem;padding-bottom:1.25rem;display:flex}.order-item:last-child{border-bottom:none;padding-bottom:0}.order-item-image{object-fit:cover;background:#f1f5f9;border-radius:8px;width:80px;height:80px}.order-item-details h4{color:var(--dark-blue);margin:0 0 .25rem;font-size:1rem;font-weight:600}.order-item-details p{color:var(--nav-accent);margin:0;font-size:.95rem;font-weight:700}button{transition:all .2s ease-out;position:relative;overflow:hidden}button:active{transform:scale(.98)}.app-layout{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}.notification-toast{z-index:9999;border-left:4px solid var(--primary-orange);background:#fff;border-radius:12px;align-items:center;gap:12px;padding:1rem 1.5rem;animation:.3s ease-out forwards slideIn;display:flex;position:fixed;top:20px;right:20px;box-shadow:0 10px 30px #00000026}.notification-toast.info{border-left-color:#3b82f6}.notification-content{color:var(--text-main);align-items:center;gap:12px;font-weight:600;display:flex}.notification-content svg{color:var(--primary-orange)}.notification-toast.info svg{color:#3b82f6}
