*{margin:0;padding:0;box-sizing:border-box}:root{--font-family-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--font-family-heading: var(--font-family-body);--font-family-mono: "Courier New", "Courier", monospace;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 800;--line-height-body: 1.6;--line-height-heading: 1.2;--letter-spacing-h1: -.03em;--letter-spacing-h2: -.02em;--letter-spacing-h3-h6: -.01em}body{font-family:var(--font-family-body);line-height:var(--line-height-body);color:#343434;background:#fff;margin:0;padding:0;width:100%;font-weight:var(--font-weight-normal);overflow-x:hidden}p,span,div,a,li,td,th,label,input,textarea,select,button{font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-heading);font-weight:var(--font-weight-semibold);line-height:var(--line-height-heading);letter-spacing:var(--letter-spacing-h2)}h1{font-weight:var(--font-weight-bold);letter-spacing:var(--letter-spacing-h1)}h2{font-weight:var(--font-weight-semibold);letter-spacing:var(--letter-spacing-h2)}h3,h4,h5,h6{font-weight:var(--font-weight-semibold);letter-spacing:var(--letter-spacing-h3-h6)}code,pre,.monospace,.code{font-family:var(--font-family-mono);font-weight:var(--font-weight-normal)}.app{min-height:100vh;display:flex;flex-direction:column;width:100%;position:relative}.container{max-width:100%;margin:0 auto;padding:0 80px;position:relative;z-index:2}.header{background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(230,165,126,.1);padding:20px 0;position:sticky;top:0;z-index:100}.header .container{display:flex;justify-content:space-between;align-items:center;position:relative}.nav-brand h1{font-size:clamp(20px,2.5vw,24px);font-weight:700;color:#e6a57e;letter-spacing:2px;text-shadow:0 0 20px rgba(230,165,126,.3);z-index:101}.nav-brand .homepage-logo-image{max-width:140px;height:auto;display:block;object-fit:contain}.nav-brand .homepage-logo-text{font-size:clamp(20px,2.5vw,24px);font-weight:700;color:#e6a57e;letter-spacing:2px;text-shadow:0 0 20px rgba(230,165,126,.3);z-index:101;margin:0}.nav-links{display:flex;gap:32px;align-items:center}.desktop-nav{display:flex}.nav-links a{text-decoration:none;color:#343434;font-weight:400;font-size:17px;letter-spacing:0px;transition:all .3s ease;position:relative}.nav-links a:hover{color:#e6a57e}.nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#e6a57e;transition:width .3s ease}.nav-links a:hover:after{width:100%}.nav-links .download-btn{background:#e6a57e;color:#fff!important;padding:10px 18px;border-radius:20px;font-size:14px;font-weight:500;transition:all .3s ease;border:none;cursor:pointer;margin-left:8px;display:inline-flex;align-items:center;text-decoration:none;font-family:inherit;line-height:1}.nav-links .download-btn:hover{background:#d4956b;color:#fff!important;transform:translateY(-1px)}.nav-links .download-btn:after{display:none}.login-btn{background:#e6a57e;color:#fff;border:none;padding:10px 18px;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;margin-left:0;display:inline-flex;align-items:center;text-decoration:none;font-family:inherit;line-height:1}.login-btn:hover{background:#d4956b;transform:translateY(-1px)}.explore-marketplace-btn{background:#e6a57e;color:#fff;border:none;padding:10px 18px;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;margin-left:0;display:inline-flex;align-items:center;text-decoration:none;font-family:inherit;line-height:1}.explore-marketplace-btn:hover{background:#d4956b;transform:translateY(-1px)}.explore-marketplace-btn+.login-btn{margin-left:-12px}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-between;width:30px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:101;position:relative}.mobile-menu-toggle:focus{outline:2px solid #e6a57e;outline-offset:2px;border-radius:4px}.hamburger-line{width:100%;height:3px;background:#343434;border-radius:2px;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);transform-origin:center;position:relative}.mobile-menu-toggle:hover .hamburger-line{background:#e6a57e}.hamburger-line.active:nth-child(1){transform:translateY(10.5px) rotate(45deg)}.hamburger-line.active:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger-line.active:nth-child(3){transform:translateY(-10.5px) rotate(-45deg)}.mobile-nav{position:absolute;top:100%;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(230,165,126,.1);max-height:0;overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;opacity:0;visibility:hidden;z-index:100}.mobile-nav.open{max-height:500px;opacity:1;visibility:visible}.mobile-nav-content{display:flex;flex-direction:column;padding:20px 0;gap:0}.mobile-nav-content a,.mobile-nav-content button{padding:16px clamp(20px,5vw,80px);text-decoration:none;color:#343434;font-size:17px;font-weight:500;transition:all .3s ease;border:none;background:transparent;text-align:left;cursor:pointer;font-family:inherit;border-bottom:1px solid rgba(230,165,126,.1);min-height:44px;display:flex;align-items:center}.mobile-nav-content a:last-of-type,.mobile-nav-content button:last-of-type{border-bottom:none}.mobile-nav-content a:hover,.mobile-nav-content button:hover{background:#e6a57e1a;color:#e6a57e;padding-left:clamp(28px,6vw,88px)}.mobile-download-btn{background:#e6a57e!important;color:#fff!important;border-radius:0!important;margin:8px clamp(20px,5vw,80px)!important;border:none!important;text-align:center!important;justify-content:center!important}.mobile-download-btn:hover{background:#d4956b!important;padding-left:clamp(20px,5vw,80px)!important}.mobile-login-btn{background:#e6a57e!important;color:#fff!important;border-radius:0!important;margin:0 clamp(20px,5vw,80px) 8px!important;border:none!important;text-align:center!important;justify-content:center!important}.mobile-login-btn:hover{background:#d4956b!important;padding-left:clamp(20px,5vw,80px)!important}.mobile-explore-marketplace-btn{background:#e6a57e!important;color:#fff!important;border-radius:0!important;margin:0 clamp(20px,5vw,80px) 8px!important;border:none!important;text-align:center!important;justify-content:center!important;font-size:16px!important;padding:14px clamp(20px,5vw,80px)!important;cursor:pointer!important;transition:all .3s ease!important}.mobile-explore-marketplace-btn:hover{background:#d4956b!important;padding-left:clamp(20px,5vw,80px)!important}@media(max-width:1024px){.nav-links{gap:24px}.nav-links a{font-size:16px}}@media(max-width:768px){.header{padding:16px 0}.nav-brand h1,.nav-brand .homepage-logo-text{font-size:22px}.nav-brand .homepage-logo-image{max-width:120px}.desktop-nav{display:none}.mobile-menu-toggle{display:flex}.nav-links{gap:20px}.nav-links a{font-size:14px}.nav-links .download-btn,.login-btn,.explore-marketplace-btn{padding:8px 16px;font-size:13px}}@media(max-width:480px){.header{padding:14px 0}.nav-brand h1,.nav-brand .homepage-logo-text{font-size:20px;letter-spacing:1.5px}.nav-brand .homepage-logo-image{max-width:100px}.mobile-menu-toggle{width:28px;height:28px}.mobile-nav-content a,.mobile-nav-content button{font-size:16px;padding:14px clamp(20px,5vw,40px)}.mobile-download-btn,.mobile-explore-marketplace-btn,.mobile-login-btn{margin-left:clamp(20px,5vw,40px)!important;margin-right:clamp(20px,5vw,40px)!important}}.login-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.login-modal-content{background:#fff;border-radius:20px;padding:0;max-width:480px;width:90%;max-height:85vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #00000026}.auth-modal-content{padding:40px}.auth-modal-title{font-size:32px;font-weight:700;color:#343434;margin:0 0 30px;text-align:center;letter-spacing:-.5px}.auth-status-message{padding:12px 16px;border-radius:12px;margin-bottom:24px;font-size:14px;font-weight:500;text-align:center}.auth-status-message.success{background:#f0f9f4;color:#16a34a;border:1px solid #bbf7d0}.auth-status-message.error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.auth-form{display:flex;flex-direction:column;gap:20px}.auth-input-group{display:flex;flex-direction:column;gap:8px}.auth-label{font-size:14px;font-weight:500;color:#343434;margin:0}.auth-input{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:12px;font-size:15px;font-family:inherit;color:#343434;background:#fff;transition:all .3s ease;box-sizing:border-box}.auth-input:focus{outline:none;border-color:#e6a57e;box-shadow:0 0 0 3px #e6a57e1a}.auth-input::placeholder{color:#9ca3af}.auth-btn{width:100%;padding:12px 24px;border:none;border-radius:12px;font-size:15px;font-weight:500;font-family:inherit;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;text-decoration:none}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-btn-primary{background:#e6a57e;color:#fff}.auth-btn-primary:hover:not(:disabled){background:#d4956b;transform:translateY(-1px);box-shadow:0 4px 12px #e6a57e4d}.auth-btn-secondary{background:#f3f4f6;color:#343434}.auth-btn-secondary:hover:not(:disabled){background:#e5e7eb;transform:translateY(-1px)}.auth-btn-outline{background:transparent;color:#e6a57e;border:2px solid #e6a57e}.auth-btn-outline:hover:not(:disabled){background:#e6a57e;color:#fff;transform:translateY(-1px)}.auth-btn-submit{margin-top:8px}.auth-divider{display:flex;align-items:center;text-align:center;margin:8px 0;color:#9ca3af;font-size:14px}.auth-divider:before,.auth-divider:after{content:"";flex:1;border-bottom:1px solid #e5e7eb}.auth-divider span{padding:0 16px}.auth-user-info{text-align:center}.auth-user-title{font-size:24px;font-weight:600;color:#343434;margin:0 0 20px}.auth-user-details{background:#f9fafb;border-radius:12px;padding:20px;margin-bottom:24px;text-align:left}.auth-user-details p{margin:0 0 12px;font-size:14px;color:#6b7280}.auth-user-details p:last-child{margin-bottom:0}.auth-user-details strong{color:#343434;font-weight:600}.auth-actions{display:flex;gap:12px}.auth-actions .auth-btn{flex:1}@media(max-width:768px){.login-modal-content{max-width:95%;border-radius:16px}.auth-modal-content{padding:32px 24px}.auth-modal-title{font-size:28px;margin-bottom:24px}.auth-actions{flex-direction:column}.auth-actions .auth-btn{width:100%}}@media(max-width:480px){.login-modal-content{max-width:100%;border-radius:0;max-height:100vh;height:100vh}.auth-modal-content{padding:28px 20px}.auth-modal-title{font-size:24px;margin-bottom:20px}.auth-input{padding:14px 16px;font-size:16px}.auth-btn{padding:14px 24px;font-size:16px}}.close-btn{position:absolute;top:20px;right:20px;background:none;border:none;font-size:28px;cursor:pointer;color:#9ca3af;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;z-index:10;line-height:1}.close-btn:hover{background:#f3f4f6;color:#343434;transform:rotate(90deg)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;background:#fff;overflow:hidden;padding:clamp(80px,12vh,160px) 0}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:linear-gradient(135deg,#f8f9fa,#fff)}.tech-grid{display:none}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,5vw,80px);align-items:center;width:100%;position:relative;z-index:2}.hero-text h1{font-size:clamp(48px,8vw,96px);font-weight:600;line-height:1.1;margin:0 0 clamp(20px,2vh,30px) 0;color:#343434;letter-spacing:clamp(-1px,-.1vw,-2px);animation:fadeInUp 1s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-subtitle{font-size:clamp(18px,3vw,32px);color:#e6a57e;margin:0 0 clamp(12px,1.5vh,20px) 0;font-weight:500;letter-spacing:0px;animation:fadeInUp 1s ease-out .2s both}.hero-description{font-size:clamp(16px,2.5vw,24px);color:#86868b;margin:0 0 clamp(24px,3vh,40px) 0;line-height:1.5;max-width:100%;animation:fadeInUp 1s ease-out .4s both}.hero-description-break{display:block}.hero-buttons{display:flex;gap:clamp(12px,1.5vw,16px);margin:clamp(24px,3vh,40px) 0;animation:fadeInUp 1s ease-out .6s both;flex-wrap:wrap}.cta-primary{background:#e6a57e;color:#fff;border:none;padding:clamp(12px,1.5vw,14px) clamp(20px,3vw,28px);font-size:clamp(14px,1.8vw,16px);font-weight:500;letter-spacing:0px;cursor:pointer;transition:all .3s ease;border-radius:8px;text-decoration:none;display:inline-flex;align-items:center;gap:clamp(6px,.8vw,8px);white-space:nowrap}.cta-primary:hover{background:#d4956b;transform:scale(1.05)}.cta-primary:active{transform:scale(.98)}.cta-secondary{background:#fff;color:#e6a57e;border:2px solid #e6a57e;padding:clamp(10px,1.3vw,12px) clamp(18px,2.5vw,24px);font-size:clamp(14px,1.8vw,16px);font-weight:500;letter-spacing:0px;cursor:pointer;transition:all .3s ease;border-radius:8px;text-decoration:none;display:inline-flex;align-items:center;white-space:nowrap;font-family:inherit}.cta-secondary:hover{background:#e6a57e;color:#fff;transform:scale(1.05)}.cta-secondary:active{transform:scale(.98)}.hero-features{display:flex;gap:clamp(16px,2vw,32px);margin-top:clamp(24px,3vh,40px);animation:fadeInUp 1s ease-out .8s both;flex-wrap:wrap}.feature-item{display:flex;align-items:center;gap:clamp(6px,.8vw,8px);font-size:clamp(14px,1.8vw,16px);color:#666;font-weight:500}.feature-item svg{color:#28a745;flex-shrink:0}.cta-glow{display:none}.hero-visual{position:relative;height:clamp(400px,50vh,600px);display:flex;align-items:center;justify-content:center}.hero-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.placeholder-image{width:100%;height:clamp(300px,40vh,400px);background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:1px solid #e6a57e;border-radius:20px;display:flex;align-items:center;justify-content:center;color:#86868b;font-size:clamp(14px,2vw,18px);font-weight:500;animation:fadeInUp 1s ease-out .8s both}.hero-image-real,.section-image-real{width:100%;height:100%;max-height:clamp(400px,50vh,600px);object-fit:cover;border-radius:20px;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease;animation:fadeInRight 1s ease-out .4s both}.hero-image-real:hover,.section-image-real:hover{transform:scale(1.02)}.hero-image{display:flex;justify-content:center;align-items:center;height:100%}.placeholder-image.vertical{height:500px;aspect-ratio:3/4;max-width:350px}.section{padding:120px 0;background:#fff;position:relative}.section-alt{background:#f5f5f7}.purpose-section{background:#faf9f7}.purpose-content{display:grid;grid-template-columns:1.6fr 1fr;gap:120px;align-items:center;width:100%;padding:80px 0;max-width:1400px;margin:0 auto}.purpose-subheader{font-size:28px;color:#e6a57e;margin:0 0 20px;font-weight:500;letter-spacing:0px;text-transform:uppercase;animation:fadeInUp 1s ease-out}.purpose-title{font-size:48px;font-weight:600;margin:0 0 30px;color:#333;letter-spacing:-1px;line-height:1.2;animation:fadeInUp 1s ease-out .2s both}.purpose-description{font-size:21px;color:#333;margin:0 0 24px;line-height:1.5;font-weight:400;max-width:100%;animation:fadeInUp 1s ease-out .4s both}.purpose-description strong{font-weight:600}.purpose-promises{display:flex;gap:60px;margin-top:50px;animation:fadeInUp 1s ease-out .6s both}.promise-item{display:flex;flex-direction:column;align-items:flex-start}.promise-number{font-size:48px;font-weight:700;color:#e6a57e;line-height:1;margin-bottom:8px}.promise-text{font-size:16px;color:#333;font-weight:500;line-height:1.3}.purpose-cards{display:flex;flex-direction:column;gap:32px;animation:fadeInUp 1s ease-out .8s both;max-width:480px;width:100%;justify-content:center;height:100%}.purpose-card{background:#f5f4ef;border-radius:16px;padding:32px;box-shadow:0 2px 8px #0000000f;border:1px solid #e8e8e8;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden;flex:1;min-height:180px;display:flex;flex-direction:column;justify-content:center}.purpose-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#e6a47e0d,#e6a47e05);opacity:0;transition:opacity .4s ease;z-index:1}.purpose-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 8px 32px #0000001f;border-color:#e6a57e}.purpose-card:hover:before{opacity:1}.purpose-card .card-icon{margin-bottom:20px;color:#e6a57e;transition:color .3s ease;position:relative;z-index:2;display:flex;align-items:center;justify-content:flex-start}.purpose-card:hover .card-icon{color:#d4956b}.purpose-card .card-title{font-size:22px;font-weight:600;color:#464b4b;margin:0 0 16px;line-height:1.2;position:relative;z-index:2;transition:color .3s ease}.purpose-card:hover .card-title{color:#343434}.purpose-card .card-description{font-size:16px;color:#464b4b;line-height:1.5;font-weight:400;margin:0;position:relative;z-index:2;transition:color .3s ease}.purpose-card:hover .card-description{color:#555}.section-content{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start;width:100%;padding:40px 0}.section-alt .section-content{grid-template-columns:1fr 1fr}.section-alt .section-image{order:1}.section-alt .section-text{order:2}.section-text h3{font-size:48px;font-weight:600;margin-bottom:30px;color:#343434;letter-spacing:-1px;animation:fadeInLeft 1s ease-out}.section-text p{font-size:21px;color:#86868b;margin-bottom:20px;line-height:1.4;font-weight:400;max-width:100%;animation:fadeInLeft 1s ease-out .2s both}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.section-image{display:flex;justify-content:center;align-items:center}.placeholder-image{width:100%;height:500px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:1px solid #e6a57e;display:flex;align-items:center;justify-content:center;color:#86868b;font-size:18px;font-weight:500;border-radius:20px;max-width:100%;margin:0;animation:fadeInRight 1s ease-out .4s both}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.cta-content{max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:50px}.cta-title{font-size:64px;font-weight:700;margin:0 0 20px;line-height:1;letter-spacing:-1.5px}.cta-subtitle{font-size:28px;font-weight:400;margin:0 0 60px;opacity:1;max-width:650px;line-height:1.4}.qr-code-container{display:flex;justify-content:center;margin:0}.qr-code-card{background:#fff;border-radius:16px;padding:36px 32px;box-shadow:0 8px 32px #0000001f;display:flex;flex-direction:column;align-items:center;gap:16px}.qr-code{display:flex;justify-content:center;align-items:center}.qr-text{color:#333;font-size:16px;font-weight:500;margin:0;text-align:center}.cta-availability{font-size:16px;font-weight:400;margin:60px 0 0;opacity:.95;text-align:center}footer.footer{background:#4a4a4a;color:#fff;padding:0;margin:0;position:relative;width:100%;clear:both}footer.footer .container{padding-top:60px;padding-bottom:60px}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:60px;margin-bottom:20px;max-width:1200px;margin-left:auto;margin-right:auto}.footer-brand{display:flex;flex-direction:column;gap:16px}.footer-brand h4{font-size:28px;font-weight:600;color:#e6a57e;margin:0;letter-spacing:0px}.footer-brand p{color:#b0b0b0;font-size:16px;margin:0;line-height:1.5}.footer-social-links{display:flex;gap:24px;margin-top:8px}.footer-social-links a{color:#e6a57e;text-decoration:none;font-size:16px;font-weight:500;transition:color .3s ease}.footer-social-links a:hover{color:#f0b894}.footer-links-group{display:grid;grid-template-columns:repeat(4,1fr);gap:60px}.footer-column{display:flex;flex-direction:column;gap:16px}.footer-column h5{font-size:16px;font-weight:600;color:#e6a57e;margin:0 0 8px;letter-spacing:.5px}.footer-column a{color:#b0b0b0;text-decoration:none;font-size:15px;transition:color .3s ease;line-height:1.6}.footer-column a:hover{color:#fff}.footer-column--hidden{display:none!important}.footer-bottom{padding-top:30px}.footer-bottom:before{content:"";display:block;width:100%;max-width:1200px;height:1px;background:#5a5a5a;margin:0 auto 30px}.footer-bottom-content{display:flex;justify-content:center;align-items:center}.footer-copyright{display:flex;flex-direction:column;gap:6px;text-align:center}.footer-copyright p{color:#b0b0b0;font-size:14px;margin:0;line-height:1.5}@media(max-width:1024px){.container{padding:0 40px;max-width:100%}.hero-content{gap:clamp(40px,4vw,60px)}.hero-visual{height:clamp(350px,45vh,550px)}.hero-image-real{max-height:clamp(350px,45vh,550px)}.section-content{gap:60px}.footer-content{grid-template-columns:1fr;gap:50px;margin-bottom:50px}.footer-links-group{gap:40px}}@media(max-width:768px){.container{padding:0 30px;max-width:100%}.hero{padding:clamp(60px,10vh,120px) 0;min-height:auto}.hero-content{grid-template-columns:1fr;gap:clamp(30px,4vh,50px);text-align:center}.hero-visual{order:-1;height:clamp(300px,40vh,450px);margin-bottom:clamp(20px,3vh,30px)}.hero-image-real{max-height:clamp(300px,40vh,450px)}.hero-text{display:flex;flex-direction:column;align-items:center}.hero-text h1{text-align:center}.hero-description{text-align:center;max-width:100%}.hero-buttons{flex-direction:column;gap:12px;align-items:stretch;width:100%}.cta-primary,.cta-secondary{width:100%;justify-content:center}.hero-features{justify-content:center;gap:clamp(12px,2vw,20px)}.hero-description-break{display:none}.nav-links{gap:20px}.nav-links a{font-size:12px}.section-content{grid-template-columns:1fr;gap:40px}.section-alt .section-image{order:1}.section-alt .section-text{order:2}.section-text h3{font-size:28px}.placeholder-image{height:500px;max-width:100%;aspect-ratio:3/4}.section-text p{padding-right:0}.purpose-content{grid-template-columns:1fr;gap:60px;padding:40px 0}.purpose-subheader{font-size:24px}.purpose-title{font-size:36px}.purpose-description{font-size:18px}.purpose-promises{gap:40px}.promise-number{font-size:40px}.purpose-cards{gap:16px;max-width:100%}.purpose-card{padding:24px}.purpose-card .card-title{font-size:18px}.purpose-card .card-description{font-size:13px}.footer{margin-top:90px;margin-bottom:0}.footer-content{grid-template-columns:1fr;gap:32px;margin-bottom:32px}.footer-links-group{grid-template-columns:repeat(2,1fr);gap:24px}.footer .container{padding-left:1.5rem;padding-right:1.5rem}.cta-section{padding:120px 0}.cta-content{gap:45px}.cta-title{font-size:52px;margin:0 0 16px}.cta-subtitle{font-size:26px;margin:0 0 50px}.qr-code-card{padding:32px 28px}.qr-code svg{width:110px;height:110px}.qr-text{font-size:15px}.cta-availability{font-size:15px;margin:50px 0 0}}@media(max-width:480px){.container{padding:0 20px}.hero{padding:clamp(40px,8vh,60px) 0}.hero-content{gap:clamp(24px,3vh,40px)}.hero-visual{height:clamp(250px,35vh,350px);margin-bottom:clamp(16px,2vh,24px)}.hero-image-real{max-height:clamp(250px,35vh,350px)}.hero-buttons{gap:10px}.hero-features{flex-direction:column;align-items:center;gap:12px}.section{padding:60px 0}.section-text h3{font-size:24px}.placeholder-image{height:400px;aspect-ratio:3/4}.hero-content,.section-content{padding:20px 0}.hero-buttons{flex-direction:column;gap:10px;align-items:flex-start;margin:30px 0}.cta-primary,.cta-secondary{padding:12px 20px;font-size:15px;width:100%;justify-content:center}.hero-features{flex-direction:column;gap:16px;margin-top:30px}.feature-item{font-size:14px}.purpose-content{gap:40px}.purpose-subheader{font-size:20px}.purpose-title{font-size:28px}.purpose-description{font-size:16px}.purpose-promises{flex-direction:column;gap:32px;margin-top:40px}.promise-number{font-size:36px}.promise-text{font-size:14px}.purpose-cards{max-width:100%;gap:16px}.purpose-card{padding:20px}.purpose-card .card-title{font-size:18px}.purpose-card .card-description{font-size:13px}.cta-section{padding:100px 0}.cta-content{gap:35px}.cta-title{font-size:38px;margin:0 0 12px;line-height:1.1}.cta-subtitle{font-size:24px;margin:0 0 40px}.qr-code-card{padding:28px 24px}.qr-code svg{width:100px;height:100px}.qr-text{font-size:14px}.cta-availability{font-size:14px;margin:40px 0 0}.footer{margin-top:60px;margin-bottom:0}.footer .container{padding-top:40px;padding-bottom:40px;padding-left:1rem;padding-right:1rem}.footer-content{gap:32px;margin-bottom:32px}.footer-brand h4{font-size:22px}.footer-brand p{font-size:14px}.footer-social-links{flex-direction:row;flex-wrap:wrap;gap:16px;margin-top:12px}.footer-social-links a{font-size:14px}.footer-links-group{gap:24px}.footer-column{gap:12px}.footer-column h5{font-size:14px;margin-bottom:8px}.footer-column a,.footer-column button{font-size:13px}.footer-bottom{padding-top:24px}.footer-bottom:before{margin-bottom:24px}.footer-copyright{gap:4px}.footer-copyright p{font-size:11px;line-height:1.4}}.complaints-section{background:#fff;text-align:center}.complaints-content{max-width:1400px;margin:0 auto;padding:60px 0}.complaints-subheader{font-size:28px;color:#e6a57e;margin:0 0 20px;font-weight:500;letter-spacing:0px;text-transform:uppercase;animation:fadeInUp 1s ease-out}.complaints-title{font-size:48px;font-weight:600;margin:0 0 30px;color:#343434;letter-spacing:-1px;line-height:1.2;animation:fadeInUp 1s ease-out .2s both}.complaints-intro{font-size:21px;color:#333;margin-bottom:10px;line-height:1.4;animation:fadeInUp 1s ease-out .2s both}.complaints-intro-secondary{font-size:21px;color:#333;margin-bottom:80px;line-height:1.4;animation:fadeInUp 1s ease-out .4s both}.complaints-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-top:60px}.complaint-card{background:#f5f4ef;border:1px solid transparent;border-radius:16px;padding:40px 32px;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 4px 12px #00000014;min-height:280px;display:flex;flex-direction:column;justify-content:center;cursor:pointer;overflow:hidden}.complaint-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#e8a78b1a,#e8a78b0d);opacity:0;transition:opacity .4s ease;z-index:1}.complaint-card:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 8px 24px #0000001f;border-color:#e6a47c;background:#fff}.complaint-card:hover:before{opacity:1}.complaint-card .card-icon{margin-bottom:28px;display:block;color:#e6a57e;transition:all .4s cubic-bezier(.4,0,.2,1);font-size:48px;font-weight:400;text-align:center;position:relative;z-index:2}.complaint-card .icon-container{width:80px;height:80px;background:#f2e9de;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.complaint-card .icon-container svg{color:#e6a37b;transition:all .4s cubic-bezier(.4,0,.2,1)}.complaint-card:hover .icon-container{background:#e6a37b;transform:scale(1.05)}.complaint-card:hover .icon-container svg{color:#f2e9de;transform:scale(1.05)}.complaint-card .card-title{font-size:24px;font-weight:600;margin-bottom:16px;color:#333;line-height:1.2;position:relative;z-index:2;transition:color .3s ease}.complaint-card .card-description{font-size:16px;color:#666;line-height:1.6;font-weight:400;position:relative;z-index:2;transition:color .3s ease}.complaint-card:hover .card-title{color:#343434}.complaint-card:hover .card-description{color:#555}.thread-needle-icon{transform:translate(3px)}.complaint-card:hover .thread-needle-icon{transform:translate(3px)!important}.complaint-card:hover{animation:none}@media(max-width:1024px){.complaints-grid{grid-template-columns:repeat(2,1fr);gap:30px}.complaints-subheader{font-size:24px}.complaints-title{font-size:40px}.complaints-intro,.complaints-intro-secondary{font-size:19px}}@media(max-width:768px){.complaints-subheader{font-size:22px}.complaints-title{font-size:36px;margin-bottom:16px}.complaints-intro{font-size:18px;margin-bottom:8px}.complaints-intro-secondary{font-size:18px;margin-bottom:60px}.complaints-grid{grid-template-columns:1fr;gap:30px;margin-top:40px}.complaint-card{padding:32px 22px;min-height:220px}.complaint-card .card-icon{margin-bottom:20px;font-size:40px}.complaint-card .icon-container{width:70px;height:70px}.complaint-card .icon-container svg{width:36px;height:36px}.complaint-card .card-title{font-size:22px;margin-bottom:14px}.complaint-card .card-description{font-size:15px}}@media(max-width:480px){.complaints-content{padding:40px 0}.complaints-subheader{font-size:20px}.complaints-title{font-size:28px;margin-bottom:12px}.complaints-intro{font-size:16px;margin-bottom:6px}.complaints-intro-secondary{font-size:16px;margin-bottom:40px}.complaint-card{padding:28px 18px;min-height:200px}.complaint-card .card-icon{margin-bottom:18px;font-size:36px}.complaint-card .icon-container{width:60px;height:60px}.complaint-card .icon-container svg{width:32px;height:32px}.complaint-card .card-title{font-size:20px;margin-bottom:12px}.complaint-card .card-description{font-size:14px}}.solution-section{background:linear-gradient(90deg,#e6a47c,#e99e74,#eb9a6e,#ee9566,#f09060);color:#fff;padding:120px 0}.solution-content{display:grid;grid-template-columns:1.2fr 1fr;gap:100px;align-items:center;width:100%;padding:60px 0;max-width:1400px;margin:0 auto}.solution-text{max-width:100%;padding-right:40px}.solution-subheader{font-size:28px;color:#ffffffe6;margin:0 0 20px;font-weight:500;letter-spacing:0px;text-transform:uppercase;animation:fadeInUp 1s ease-out}.solution-title{font-size:48px;font-weight:600;margin:0 0 30px;color:#fff;letter-spacing:-1px;line-height:1.2;animation:fadeInUp 1s ease-out .2s both}.solution-subtitle{font-size:24px;color:#ffffffe6;margin:0 0 30px;font-weight:500;line-height:1.4;animation:fadeInUp 1s ease-out .3s both}.solution-description{font-size:21px;color:#fffffff2;margin:0 0 32px;line-height:1.6;font-weight:400;max-width:100%;animation:fadeInUp 1s ease-out .4s both}.solution-chips{display:flex;gap:20px;margin-top:60px;animation:fadeInUp 1s ease-out .6s both;align-items:stretch}.solution-chip{background:#ffffff26;border:1px solid rgba(255,255,255,.2);border-radius:14px;padding:20px 24px;display:flex;align-items:center;gap:14px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;flex:1;justify-content:center}.solution-chip:hover{background:#ffffff40;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.chip-icon{display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.solution-chip span{font-size:16px;font-weight:500;color:#fff;white-space:nowrap}.solution-visual{display:flex;justify-content:flex-end;align-items:center;padding-left:40px}.solution-image-real{max-width:100%;height:auto;border-radius:20px;box-shadow:0 20px 40px #0000004d;transition:transform .3s ease;animation:fadeInRight 1s ease-out .4s both}.solution-image-real:hover{transform:scale(1.02)}@media(max-width:1024px){.solution-content{gap:60px;padding:40px 0;grid-template-columns:1.1fr 1fr}.solution-text{padding-right:20px}.solution-title{font-size:40px}.solution-subtitle{font-size:22px}.solution-description{font-size:19px}.solution-chips{gap:16px}.solution-chip{padding:14px 18px}.solution-chip span{font-size:15px}.solution-visual{padding-left:20px}}@media(max-width:768px){.solution-section{padding:100px 0}.solution-content{grid-template-columns:1fr;gap:50px;padding:30px 0}.solution-text{text-align:center;padding-right:0}.solution-visual{padding-left:0;justify-content:center}.solution-subheader{font-size:24px}.solution-title{font-size:36px}.solution-subtitle{font-size:20px}.solution-description{font-size:18px}.solution-chips{justify-content:center;gap:16px;margin-top:40px}.solution-chip{padding:12px 18px}.solution-chip span{font-size:14px}}@media(max-width:480px){.solution-section{padding:80px 0}.solution-content{gap:40px;padding:20px 0}.solution-subheader{font-size:20px}.solution-title{font-size:28px}.solution-subtitle{font-size:18px}.solution-description{font-size:16px}.solution-chips{flex-direction:column;align-items:center;gap:12px;margin-top:30px}.solution-chip{padding:10px 16px;width:fit-content;flex:none}.solution-chip span{font-size:13px}}.differentials-section{background:#f8f6f4;padding:120px 0;text-align:center}.differentials-content{max-width:1400px;margin:0 auto;padding:0 40px}.differentials-subheader{font-size:28px;color:#e6a57e;margin:0 0 20px;font-weight:500;letter-spacing:0px;text-transform:uppercase;animation:fadeInUp 1s ease-out}.differentials-title{font-size:48px;font-weight:600;margin:0 0 30px;color:#343434;letter-spacing:-1px;line-height:1.2;animation:fadeInUp 1s ease-out .2s both}.differentials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:60px}.differential-card{background:#fff;border-radius:16px;padding:40px 32px;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 4px 16px #00000014;border:1px solid #f0f0f0;cursor:pointer;overflow:hidden;min-height:320px;display:flex;flex-direction:column;justify-content:flex-start}.differential-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#e6a47e0d,#e6a47e05);opacity:0;transition:opacity .4s ease;z-index:1}.differential-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 32px #00000026;border-color:#e6a57e}.differential-card:hover:before{opacity:1}.differential-card .card-icon{margin-bottom:32px;display:block;color:#e6a57e;transition:all .4s cubic-bezier(.4,0,.2,1);font-size:48px;font-weight:400;text-align:center;position:relative;z-index:2}.differential-card .icon-container{width:80px;height:80px;background:#e6a57e;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.differential-card .icon-container svg{color:#fff;transition:all .4s cubic-bezier(.4,0,.2,1)}.differential-card:hover .icon-container{background:#d4956b;transform:scale(1.1) rotate(5deg)}.differential-card:hover .icon-container svg{transform:scale(1.1)}.differential-card .card-title{font-size:24px;font-weight:600;margin:0 0 20px;color:#333;line-height:1.2;position:relative;z-index:2;transition:color .3s ease}.differential-card:hover .card-title{color:#343434}.differential-card .card-description{font-size:16px;color:#666;line-height:1.6;font-weight:400;position:relative;z-index:2;transition:color .3s ease;flex:1}.differential-card:hover .card-description{color:#555}.differential-card{animation:subtleFloat 6s ease-in-out infinite}.differential-card:nth-child(2){animation-delay:-1s}.differential-card:nth-child(3){animation-delay:-2s}.differential-card:nth-child(4){animation-delay:-3s}.differential-card:nth-child(5){animation-delay:-4s}.differential-card:nth-child(6){animation-delay:-5s}.differential-card:hover{animation:none}@media(max-width:1024px){.differentials-grid{grid-template-columns:repeat(2,1fr);gap:30px}.differentials-title{font-size:40px;margin-bottom:30px}.differentials-subheader{font-size:24px}.differential-card{padding:32px 24px;min-height:280px}.differential-card .icon-container{width:70px;height:70px}.differential-card .icon-container svg{width:36px;height:36px}.differential-card .card-title{font-size:22px}.differential-card .card-description{font-size:15px}}@media(max-width:768px){.differentials-section{padding:100px 0}.differentials-content{padding:0 20px}.differentials-title{font-size:36px;margin-bottom:30px}.differentials-subheader{font-size:22px}.differentials-grid{grid-template-columns:1fr;gap:30px;margin-top:40px}.differential-card{padding:28px 20px;min-height:240px;max-width:400px;margin:0 auto}.differential-card .icon-container{width:65px;height:65px;margin-bottom:24px}.differential-card .card-title{font-size:20px;margin-bottom:16px}.differential-card .card-description{font-size:14px}}@media(max-width:480px){.differentials-section{padding:80px 0}.differentials-content{padding:0 15px}.differentials-title{font-size:28px;margin-bottom:30px}.differentials-subheader{font-size:20px}.differential-card{padding:24px 18px;min-height:220px}.differential-card .icon-container{width:60px;height:60px;margin-bottom:20px}.differential-card .icon-container svg{width:32px;height:32px}.differential-card .card-title{font-size:18px;margin-bottom:14px}.differential-card .card-description{font-size:13px}}.about-section{background:#fff;padding:120px 0;text-align:center}.about-content{max-width:1400px;margin:0 auto;padding:0 40px}.about-subheader{font-size:28px;color:#e6a57e;margin:0 0 20px;font-weight:500;letter-spacing:0px;text-transform:uppercase;animation:fadeInUp 1s ease-out}.about-title{font-size:48px;font-weight:600;margin:0 0 30px;color:#333;letter-spacing:-1px;line-height:1.2;animation:fadeInUp 1s ease-out .2s both}.about-subtitle{font-size:21px;color:#666;font-weight:400;line-height:1.4;animation:fadeInUp 1s ease-out .4s both;max-width:800px;margin:0 auto 80px}.about-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:60px}.about-grid .about-card:nth-child(3){grid-column:1 / -1}.about-card{background:#f5f5f5;border-radius:16px;padding:48px 40px;text-align:left;transition:all .3s ease;position:relative;border:1px solid #e8e8e8;cursor:pointer;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start}.about-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.about-card .card-icon{margin-bottom:24px;display:flex;align-items:center;justify-content:flex-start}.about-card .icon-container{display:flex;align-items:center;justify-content:flex-start}.about-card .icon-container svg{color:#e6a57e;transition:all .3s ease}.about-card:hover .icon-container svg{color:#d4956b;transform:scale(1.05)}.about-card .card-title{font-size:24px;font-weight:600;margin:0 0 16px;color:#333;line-height:1.2}.about-card .card-description{font-size:16px;color:#666;line-height:1.6;font-weight:400;margin:0}@media(max-width:1024px){.about-grid{grid-template-columns:repeat(2,1fr);gap:24px;margin:60px auto 0}.about-grid .about-card:nth-child(3){grid-column:1 / -1;max-width:100%}.about-title{font-size:40px;margin-bottom:16px}.about-subheader{font-size:24px}.about-subtitle{font-size:19px;margin-bottom:60px}.about-card{padding:32px 28px;min-height:280px}.about-card .icon-container{width:70px;height:70px}.about-card .icon-container svg{width:36px;height:36px}.about-card .card-title{font-size:22px}.about-card .card-description{font-size:15px}}@media(max-width:768px){.about-section{padding:100px 0}.about-content{padding:0 20px}.about-title{font-size:36px;margin-bottom:14px}.about-subheader{font-size:22px}.about-subtitle{font-size:18px;margin-bottom:50px}.about-grid{grid-template-columns:1fr;gap:24px;margin-top:40px}.about-grid .about-card:nth-child(3){grid-column:1}.about-card{padding:32px 24px;min-height:260px}.about-card .icon-container{width:65px;height:65px;margin-bottom:24px}.about-card .card-title{font-size:20px;margin-bottom:16px}.about-card .card-description{font-size:14px}}@media(max-width:480px){.about-section{padding:80px 0}.about-content{padding:0 15px}.about-title{font-size:28px;margin-bottom:12px}.about-subheader{font-size:20px}.about-subtitle{font-size:16px;margin-bottom:40px}.about-card{padding:28px 20px;min-height:240px}.about-card .icon-container{width:60px;height:60px;margin-bottom:20px}.about-card .icon-container svg{width:32px;height:32px}.about-card .card-title{font-size:18px;margin-bottom:14px}.about-card .card-description{font-size:13px}}.pillars-section{background:#fff;padding:120px 0;text-align:center}.pillars-content{max-width:1400px;margin:0 auto;padding:0 40px}.pillars-subheader{font-size:28px;color:#e6a57e;margin:0 0 16px;font-weight:500;letter-spacing:2px;text-transform:uppercase;animation:fadeInUp 1s ease-out}.pillars-title{font-size:48px;font-weight:600;margin:0 0 80px;color:#333;letter-spacing:-1px;line-height:1.2;animation:fadeInUp 1s ease-out .2s both}.pillars-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:60px}.pillars-grid .pillar-card:nth-child(3){grid-column:1 / -1}.pillar-card{background:#f5f5f5;border-radius:16px;padding:48px 40px;text-align:left;transition:all .3s ease;position:relative;border:1px solid #e8e8e8}.pillar-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.pillar-card .card-icon{margin-bottom:24px;display:flex;align-items:center;justify-content:flex-start}.pillar-card .card-icon svg{color:#e6a57e;transition:all .3s ease}.pillar-card:hover .card-icon svg{color:#d4956b;transform:scale(1.05)}.pillar-card .card-title{font-size:24px;font-weight:600;margin:0 0 16px;color:#333;line-height:1.2}.pillar-card .card-description{font-size:16px;color:#666;line-height:1.6;font-weight:400;margin:0}.values-list{display:flex;flex-direction:column;gap:24px;margin-top:24px}.value-item{display:flex;align-items:center;gap:20px}.value-item svg{color:#e6a57e;flex-shrink:0;width:24px;height:24px}.value-item p{font-size:16px;color:#666;line-height:1.6;margin:0}.value-item p strong{color:#333;font-weight:600}@media(max-width:1024px){.pillars-grid{grid-template-columns:repeat(2,1fr);gap:24px}.pillars-grid .pillar-card:nth-child(3){grid-column:1 / -1}.pillars-title{font-size:40px;margin-bottom:60px}.pillars-subheader{font-size:24px}.pillar-card{padding:40px 32px}}@media(max-width:768px){.pillars-section{padding:100px 0}.pillars-content{padding:0 20px}.pillars-title{font-size:36px;margin-bottom:50px}.pillars-subheader{font-size:22px}.pillars-grid{grid-template-columns:1fr;gap:24px;margin-top:40px}.pillars-grid .pillar-card:nth-child(3){grid-column:1}.pillar-card{padding:32px 24px}.pillar-card .card-title{font-size:22px}.pillar-card .card-description,.value-item p{font-size:15px}}@media(max-width:480px){.pillars-section{padding:80px 0}.pillars-content{padding:0 15px}.pillars-title{font-size:28px;margin-bottom:40px}.pillars-subheader{font-size:20px;margin-bottom:12px}.pillar-card{padding:28px 20px}.pillar-card .card-icon{margin-bottom:20px}.pillar-card .card-icon svg{width:40px;height:40px}.pillar-card .card-title{font-size:20px;margin-bottom:14px}.pillar-card .card-description{font-size:14px}.values-list,.value-item{gap:16px}.value-item svg{width:20px;height:20px}.value-item p{font-size:14px}}section.cta-section{background:linear-gradient(90deg,#e6a47c,#e99e74,#eb9a6e,#ee9566,#f09060);padding:80px 0 0;position:relative;overflow:visible;border-radius:0;margin:0;display:block;width:100%;box-sizing:border-box}section.cta-section .container{padding-bottom:80px}.cta-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(255,255,255,.08) 0%,transparent 50%);pointer-events:none}.cta-content{text-align:center;position:relative;z-index:1;max-width:800px;margin:0 auto}.cta-badge{display:inline-block;background:#ffffff40;color:#fff;padding:10px 24px;border-radius:50px;font-size:13px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.cta-title{font-size:48px;font-weight:700;color:#fff;margin:0 0 8px;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.1)}.cta-description{font-size:20px;color:#fff;margin:0 0 20px;line-height:1.5;opacity:.95;font-weight:400}.cta-qr-container{display:flex;justify-content:center;margin-bottom:20px}.qr-code-wrapper{display:flex;flex-direction:column;align-items:center;gap:0;background:#fff;padding:24px 28px;border-radius:20px;box-shadow:0 8px 24px #00000026;transition:transform .3s ease,box-shadow .3s ease;max-width:fit-content}.qr-code-wrapper:hover{transform:scale(1.05);box-shadow:0 12px 32px #0003}.qr-code{width:180px;height:180px;border-radius:0;box-shadow:none;background:#fff;transition:none}.qr-code:hover{transform:none;box-shadow:none}.qr-text{color:#2c3e50;font-size:14px;font-weight:500;margin:12px 0 0;opacity:.8}.cta-availability{color:#fff;font-size:20px;margin:0;opacity:.85;font-weight:400}@media(max-width:1024px){section.cta-section{padding:70px 0 0}section.cta-section .container{padding-bottom:70px}.cta-badge{margin-bottom:14px}.cta-title{font-size:40px;margin-bottom:6px}.cta-description{font-size:18px;margin-bottom:18px}.qr-code-wrapper{padding:22px 26px}.qr-code{width:160px;height:160px}}@media(max-width:768px){section.cta-section{padding:60px 0 0}section.cta-section .container{padding-bottom:60px}.cta-badge{font-size:12px;padding:8px 20px;margin-bottom:12px}.cta-title{font-size:34px;margin-bottom:6px}.cta-description{font-size:17px;margin-bottom:16px;padding:0 20px}.qr-code-wrapper{padding:20px 24px}.qr-code{width:140px;height:140px}.qr-text{font-size:13px;margin-top:10px}.cta-availability{font-size:18px;padding:0 20px}}@media(max-width:480px){section.cta-section{padding:50px 0 0}section.cta-section .container{padding-bottom:50px}.cta-badge{font-size:11px;padding:7px 18px;margin-bottom:10px;letter-spacing:1px}.cta-title{font-size:28px;margin-bottom:4px;padding:0 15px}.cta-description{font-size:15px;margin-bottom:14px;padding:0 15px}.qr-code-wrapper{padding:18px 22px}.qr-code{width:120px;height:120px}.qr-text{font-size:12px;margin-top:8px}.cta-availability{font-size:14px;padding:0 15px}}.login-form{width:100%}.login-form .form-group{margin-bottom:20px}.login-form label{display:block;margin-bottom:8px;font-size:14px;font-weight:600;color:#2d3748}.login-form input{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:16px;color:#2d3748;transition:border-color .2s ease;box-sizing:border-box}.login-form input:focus{outline:none;border-color:#e6a57e}.login-form input.error{border-color:#ef4444}.login-form .error-message{display:block;margin-top:6px;font-size:14px;color:#ef4444}.login-form .error-message.general-error{text-align:center;padding:12px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:16px}.login-button{width:100%;padding:16px;background:#e6a57e;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:32px}.login-button:hover:not(:disabled){background:#d4956b;transform:translateY(-2px);box-shadow:0 4px 12px #e6a57e4d}.login-button:disabled{opacity:.6;cursor:not-allowed}.login-button:active:not(:disabled){transform:translateY(0)}.login-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem}.login-modal-content{background:#fff;border-radius:12px;max-width:450px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.login-modal-header{padding:1.5rem 1.5rem 0;display:flex;justify-content:space-between;align-items:flex-start}.login-modal-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#1a1a1a}.login-modal-close{background:none;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:#6b7280;padding:0;margin:-.25rem -.25rem 0 0;transition:color .2s}.login-modal-close:hover{color:#1a1a1a}.login-modal-body{padding:1.5rem 1.5rem 1.75rem}.login-modal-body .login-form input:focus{border-color:#e8aa7b}.login-modal-body .login-button{background:#e8aa7b;margin-top:1.5rem}.login-modal-body .login-button:hover:not(:disabled){background:#d4956b}.login-modal-divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0}.login-modal-divider:before,.login-modal-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.login-modal-divider span{font-size:.875rem;color:#6b7280;text-transform:lowercase}.login-modal-btn{display:block;width:100%;padding:12px 16px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s;text-align:center}.login-modal-btn+.login-modal-btn{margin-top:.75rem}.login-modal-btn-secondary,.login-modal-btn-outline{background:transparent;border:2px solid #9ca3af;color:#6b7280}.login-modal-btn-secondary:hover,.login-modal-btn-outline:hover{border-color:#6b7280;color:#4b5563;background:#6b728014}.marketplace-page{min-height:100vh;background-color:#fafafa;overflow-x:visible;border:none;border-top:none;border-bottom:none;border-left:none;border-right:none;box-shadow:none;outline:none}div.marketplace-page>header.header,div.marketplace-page>.header,div.marketplace-page header{border-bottom:none;box-shadow:none;background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}div.marketplace-page>header.header:after,div.marketplace-page>.header:after,div.marketplace-page header:after{display:none;content:none;border:none;box-shadow:none}.marketplace-page>*:first-of-type{border-bottom:none;box-shadow:none}.marketplace-page>*{border-top:none;box-shadow:none}.marketplace-page>*:first-child{border-top:none;box-shadow:none}.marketplace-main>*{border-top:none;border-bottom:none;box-shadow:none}.marketplace-main>section{border-top:none;border-bottom:none;box-shadow:none}.marketplace-main>section+section{border-top:none;box-shadow:none;margin-top:0;padding-top:0}.marketplace-main>.marketplace-banners+.marketplace-section{border-top:none;box-shadow:none;margin-top:0;padding-top:0}.marketplace-main>.marketplace-banners~.marketplace-section:first-of-type{border-top:none;box-shadow:none;margin-top:0;padding-top:0}.marketplace-main{padding:0;overflow-x:visible;background:transparent;border:none;border-top:none;border-bottom:none;border-left:none;border-right:none;box-shadow:none}.marketplace-main:before,.marketplace-main:after{display:none;content:none;border:none;box-shadow:none}.marketplace-page .container{max-width:100%;margin-left:4rem;margin-right:4rem;margin-top:0;margin-bottom:0;padding:0 .5rem}@media(min-width:1280px){.marketplace-page .container{max-width:100%;padding:0 .625rem;margin-left:5rem;margin-right:5rem}}@media(min-width:1920px){.marketplace-page .container{max-width:100%;padding:0 .75rem;margin-left:6.5rem;margin-right:6.5rem}}.marketplace-page .marketplace-section .container{background:transparent;border:none;border-top:none;border-bottom:none;border-left:none;border-right:none;box-shadow:none;outline:none}.marketplace-page .marketplace-section:not(.products-section) .container{padding-left:0;padding-right:0}.marketplace-page .marketplace-section .container:before,.marketplace-page .marketplace-section .container:after{display:none;content:none;border:none;box-shadow:none;background:transparent}.marketplace-page .marketplace-section.products-section .container{background:transparent;padding:0;max-width:100%;box-shadow:none;border-radius:0;border:none;border-top:none;border-bottom:none;border-left:none;border-right:none;overflow:visible;outline:none}.marketplace-page .marketplace-section.products-section .container:before,.marketplace-page .marketplace-section.products-section .container:after{display:none;content:none;border:none;box-shadow:none;background:transparent}.marketplace-page .search-results-section .container{background:transparent;border:none;border-top:none;border-bottom:none;border-left:none;border-right:none;box-shadow:none}.loading-state,.empty-state{text-align:center;padding:4rem 1rem;color:#6b7280}.loading-state{font-size:1.1rem}.empty-state p{font-size:1.1rem;margin:0;color:#6b7280}@media(max-width:1024px){.marketplace-page,.marketplace-main{overflow-x:clip}.marketplace-page .container{max-width:100%;padding:0 1.5rem;margin-left:0;margin-right:0}.marketplace-page .marketplace-section .container{background:transparent;border:none;box-shadow:none}.marketplace-page .marketplace-section:not(.products-section) .container{padding-left:0;padding-right:0}}@media(max-width:768px){.marketplace-page,.marketplace-main{overflow-x:clip}.marketplace-page .container{padding:0 1rem;margin-left:0;margin-right:0}.marketplace-page .marketplace-section .container{background:transparent;border:none;box-shadow:none}.marketplace-page .marketplace-section:not(.products-section) .container{padding-left:0;padding-right:0}.marketplace-main{padding:1rem 0}.loading-state,.empty-state{padding:3rem 1rem}}@media(max-width:480px){.marketplace-page,.marketplace-main{overflow-x:clip}.marketplace-page .container{padding:0 .75rem;margin-left:0;margin-right:0}.marketplace-page .marketplace-section .container{background:transparent;border:none;box-shadow:none}.marketplace-page .marketplace-section:not(.products-section) .container{padding-left:0;padding-right:0}.marketplace-main{padding:.75rem 0}.loading-state,.empty-state{padding:2rem .75rem;font-size:.95rem}}@media(max-width:320px){.marketplace-page,.marketplace-main{overflow-x:clip}.marketplace-page .container{padding:0 .5rem;margin-left:0;margin-right:0}.marketplace-main{padding:.5rem 0}.loading-state,.empty-state{padding:1.5rem .5rem;font-size:.9rem}}.marketplace-banners{margin-top:0;margin-bottom:3rem;width:100%;position:relative;background:transparent;z-index:1;border:none;border-top:none;border-bottom:none;border-left:none;border-right:none;box-shadow:none;outline:none;padding:0;margin-left:0;margin-right:0;isolation:isolate;transform:translateZ(0)}section.marketplace-banners,.marketplace-page section.marketplace-banners,.marketplace-main section.marketplace-banners,section.marketplace-banners.section{border:none;border-top:none;border-bottom:none;border-left:none;border-right:none;box-shadow:none;background:transparent;padding:0;margin-bottom:3rem;background-color:transparent;background-image:none}section.marketplace-banners:after,.marketplace-page section.marketplace-banners:after,.marketplace-main section.marketplace-banners:after{display:none;content:none;border:none;border-bottom:none;box-shadow:none;background:transparent}.marketplace-banners *,section.marketplace-banners *{border-bottom:none}.marketplace-banners .banner-carousel:last-child,.marketplace-banners>*:last-child{border-bottom:none;box-shadow:none;margin-bottom:0;padding-bottom:0}.marketplace-page .marketplace-banners,.marketplace-main .marketplace-banners{border-bottom:0;border-bottom-width:0;border-bottom-style:none;border-bottom-color:transparent;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none}.marketplace-page .marketplace-banners+*,.marketplace-main .marketplace-banners+*,.marketplace-banners+.marketplace-section,.marketplace-banners+section{border-top:0;border-top-width:0;border-top-style:none;border-top-color:transparent;box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;margin-top:0;padding-top:0}.marketplace-banners+.marketplace-section,.marketplace-page .marketplace-banners+.marketplace-section,.marketplace-main .marketplace-banners+.marketplace-section,section.marketplace-banners+section.marketplace-section{border-top:none;border-bottom:none;box-shadow:none;margin-top:0;padding-top:0;background:transparent}.marketplace-banners:before,.marketplace-banners:after,section.marketplace-banners:before,section.marketplace-banners:after{display:none;content:none;border:none;border-bottom:none;box-shadow:none;background:transparent}.banner-carousel{position:relative;border-radius:0;overflow:hidden;margin:0;padding:0;min-height:500px;z-index:1;border:none;border-top:none;border-bottom:none;border-left:none;border-right:none;box-shadow:none;outline:none;background:transparent;box-sizing:border-box;width:100%}.marketplace-banners .banner-carousel,section.marketplace-banners .banner-carousel,.marketplace-page .marketplace-banners .banner-carousel{border:none;border-top:none;border-bottom:none;border-left:none;border-right:none;box-shadow:none;margin-bottom:0;padding-bottom:0}.banner-carousel:before,.banner-carousel:after{display:none;content:none;border:none;box-shadow:none;background:transparent}.marketplace-banners .banner-carousel:after{display:none;content:none;border:none;border-bottom:none;box-shadow:none;background:transparent}div.banner-carousel{border-bottom:none;box-shadow:none}.banner-item{background-size:cover;background-position:center;background-repeat:no-repeat;padding:5rem 0;color:#fff;position:relative;overflow:hidden;min-height:500px;display:flex;align-items:center;justify-content:center;width:100%;margin:0;opacity:0;transition:opacity .5s ease;position:absolute;top:0;left:0;border-radius:0;border:none;border-top:none;border-bottom:none;border-left:none;border-right:none;box-shadow:none;outline:none}.banner-item.active{opacity:1;position:relative;z-index:1;border:none;border-top:none;border-bottom:none;border-left:none;border-right:none;box-shadow:none;outline:none}.banner-item.banner-image-only{background-position:15% center;padding-left:0;padding-right:0}.banner-carousel.has-image-only{padding-left:0}@media(min-width:1280px){.banner-carousel.has-image-only{padding-left:0}.banner-custom-ctas{left:7rem;bottom:5.5rem}}@media(min-width:1920px){.banner-carousel.has-image-only{padding-left:0}.banner-custom-ctas{left:8.5rem;bottom:6rem}}.banner-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0000001a,#0000000d);z-index:1;border-radius:0;border:none;border-top:none;border-bottom:none;border-left:none;border-right:none;box-shadow:none;outline:none}.banner-item:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.3;border-radius:0;border:none;border-top:none;border-bottom:none;border-left:none;border-right:none;box-shadow:none;outline:none}.banner-content{position:relative;z-index:2;max-width:1200px;width:100%;text-align:center;padding:0 2rem;margin:0 auto;box-sizing:border-box}.banner-content h2{font-size:3rem;font-weight:700;margin:0 0 .5rem;line-height:1.1;letter-spacing:-1px}.banner-content p{font-size:.875rem;margin:0 0 2rem;opacity:.9;line-height:1.5;letter-spacing:.5px;text-transform:uppercase;font-weight:500}.banner-cta{background:#fff;color:#1a1a1a;border:1px solid #1a1a1a;padding:.875rem 2rem;border-radius:0;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;transition:all .2s}.banner-cta:hover{background:#1a1a1a;color:#fff}.banner-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:56px;height:56px;padding:0;border:none;background:transparent;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.6;transition:opacity .2s ease}.banner-arrow:hover{opacity:1}.banner-arrow:focus-visible{outline:1px solid rgba(255,255,255,.8);outline-offset:2px;opacity:1}.banner-arrow svg{width:36px;height:36px;flex-shrink:0}.banner-arrow-left{left:.5rem}.banner-arrow-right{right:.5rem}.banner-dots{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:inline-flex;justify-content:center;align-items:center;gap:.5rem;z-index:3;margin:0;padding:0;width:auto;min-width:0}.banner-dot{width:6px;height:6px;min-width:6px;min-height:6px;flex-shrink:0;border-radius:50%;border:none;background:#fff6;cursor:pointer;padding:0;transition:opacity .2s ease,background .2s ease,transform .2s ease;opacity:.9}.banner-dot:hover{opacity:1}.banner-dot:focus-visible{outline:1px solid white;outline-offset:2px;opacity:1}.banner-dot.active{background:#fff;opacity:1;transform:scale(1.15)}.banner-custom-ctas{position:absolute;bottom:4.5rem;left:6rem;display:flex;gap:1rem;z-index:3;align-items:center}.banner-custom-cta{padding:.875rem 2rem;border-radius:0;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;transition:all .2s;font-family:inherit}.banner-custom-cta.banner-cta-primary{background:#2d4354;color:#fff;border:1px solid #2d4354}.banner-custom-cta.banner-cta-primary:hover{background:#3a5569;border-color:#3a5569}.banner-custom-cta.banner-cta-secondary{background:#fff;color:#2d4354;border:1px solid #2d4354}.banner-custom-cta.banner-cta-secondary:hover{background:#f5f5f5;border-color:#2d4354}.banner-custom-cta.banner-cta-explorar-lojas{background:#6e543e;color:#fff;border:1px solid #6e543e}.banner-custom-cta.banner-cta-explorar-lojas:hover{background:#5a4532;border-color:#5a4532}.banner-item.banner-explorar-lojas{background-position:10% center;padding-left:6rem}@media(min-width:1280px){.banner-item.banner-explorar-lojas{background-position:8% center;padding-left:8rem}}@media(min-width:1920px){.banner-item.banner-explorar-lojas{background-position:5% center;padding-left:10rem}}@media(max-width:1024px){.banner-item.banner-explorar-lojas{padding-left:2.5rem}}@media(max-width:768px){.banner-item.banner-explorar-lojas{padding-left:2rem}}@media(max-width:480px){.banner-item.banner-explorar-lojas{padding-left:1.5rem}}.banner-item.banner-explorar-lojas .banner-custom-ctas{bottom:1.5rem}@media(min-width:1280px){.banner-item.banner-explorar-lojas .banner-custom-ctas{bottom:2rem}}@media(min-width:1920px){.banner-item.banner-explorar-lojas .banner-custom-ctas{bottom:2.5rem}}@media(max-width:1024px){.banner-item.banner-explorar-lojas .banner-custom-ctas{bottom:1rem}}@media(max-width:768px){.banner-item.banner-explorar-lojas .banner-custom-ctas{bottom:.75rem}}@media(max-width:480px){.banner-item.banner-explorar-lojas .banner-custom-ctas{bottom:.5rem}}.banner-custom-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:3;width:100%;max-width:1200px;padding:0 2rem;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.banner-custom-line{width:100%;max-width:600px;height:2px;background:#fff;margin:0 auto 2rem}.banner-custom-title{font-size:2.8rem;font-weight:700;color:#fff;margin:0 0 3rem;line-height:1.2;letter-spacing:-1px;font-style:italic;text-align:center}.banner-custom-title .title-line-1{display:block}.banner-custom-title .title-line-2{display:block;margin-top:.15rem}.banner-custom-logo{display:flex;justify-content:center;align-items:center;margin-top:2rem}.banner-custom-logo img{max-width:150px;height:auto}@media(max-width:1024px){.banner-carousel{margin:0;padding:0;width:100%}.banner-carousel.has-image-only{padding-left:0}.banner-content{padding:0 1.5rem}.banner-item.banner-image-only{background-position:10% center}.banner-custom-ctas{left:3rem;bottom:2.5rem}.banner-custom-title{font-size:2rem}.banner-custom-line{width:100%;max-width:500px;height:1.5px}.banner-custom-logo img{max-width:120px}}@media(max-width:768px){.banner-item{padding:4rem 0;min-height:400px}.banner-carousel{min-height:400px;margin:0;padding:0;width:100%}.banner-content{padding:0 1rem}.banner-content h2{font-size:2rem;letter-spacing:-.5px}.banner-content p{font-size:.8rem}.banner-cta{padding:.75rem 1.5rem;font-size:.7rem}.banner-item.banner-image-only{background-position:5% center}.banner-carousel.has-image-only{padding-left:0}.banner-custom-ctas{left:2rem;bottom:2rem;flex-direction:column;gap:.75rem}.banner-custom-cta{padding:.75rem 1.5rem;font-size:.7rem;width:100%;max-width:200px}.banner-custom-title{font-size:1.75rem}.banner-custom-line{width:100%;max-width:400px;height:1.5px;margin-bottom:1.5rem}.banner-custom-logo img{max-width:100px}}@media(max-width:480px){.banner-item{padding:3rem 0;min-height:350px}.banner-carousel{min-height:350px;margin:0;padding:0;width:100%}.banner-content{padding:0 1rem}.banner-dots{bottom:1rem;gap:.375rem}.banner-dot{width:6px;height:6px;min-width:6px;min-height:6px}.banner-arrow{width:36px;height:36px;left:.5rem}.banner-arrow-right{right:.5rem}.banner-arrow svg{width:24px;height:24px}.banner-content h2{font-size:1.75rem;letter-spacing:-.5px}.banner-content p{font-size:.75rem}.banner-cta{padding:.625rem 1.25rem;font-size:.65rem}.banner-item.banner-image-only{background-position:0% center}.banner-carousel.has-image-only{padding-left:0}.banner-custom-ctas{left:1.5rem;bottom:1.5rem;flex-direction:column;gap:.625rem}.banner-custom-cta{padding:.625rem 1.25rem;font-size:.65rem;width:100%;max-width:180px}.banner-custom-title{font-size:1.5rem}.banner-custom-line{width:100%;max-width:300px;height:1.5px;margin-bottom:1rem}.banner-custom-logo img{max-width:80px}}@media(max-width:320px){.banner-item{padding:2.5rem 0;min-height:300px}.banner-carousel{min-height:300px}.banner-custom-ctas{left:1rem;bottom:1rem;gap:.5rem}.banner-custom-cta{padding:.5rem 1rem;font-size:.6rem;max-width:160px}.banner-custom-title{font-size:1.25rem}.banner-custom-line{max-width:240px;margin-bottom:.75rem}.banner-custom-logo img{max-width:70px}}.marketplace-page .marketplace-section{margin-bottom:3rem;border:none;border-top:none;border-bottom:none;border-left:none;border-right:none;background:transparent;box-shadow:none;outline:none;padding:0}.marketplace-page .marketplace-section+.marketplace-section{border-top:none;box-shadow:none;margin-top:0;padding-top:0}.marketplace-page .marketplace-banners+.marketplace-section{border-top:none;box-shadow:none;margin-top:0;padding-top:0}.marketplace-page .marketplace-banners~.marketplace-section:first-of-type{border-top:none;box-shadow:none;margin-top:0;padding-top:0}.marketplace-page .marketplace-section:before,.marketplace-page .marketplace-section:after{display:none;content:none;border:none;box-shadow:none;background:transparent}.marketplace-page .marketplace-section.products-section{background:transparent;padding:0;border:none;border-top:none;border-bottom:none;border-left:none;border-right:none}.marketplace-page .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:0;margin-left:0;margin-right:0;border:none;border-bottom:none;border-top:none;border-left:none;border-right:none;background:transparent;box-shadow:none;outline:none;position:relative}.marketplace-page .section-header:before,.marketplace-page .section-header:after{display:none;content:none;border:none;box-shadow:none;background:transparent}.marketplace-page .marketplace-section.products-section .section-header{margin-bottom:1rem;padding:0;border:none;border-bottom:none;border-top:none;border-left:none;border-right:none;background:transparent;position:relative}.marketplace-page .marketplace-section.products-section .section-link{margin-right:0;position:absolute;right:0;top:50%;transform:translateY(-50%)}.marketplace-page .section-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0;border:none;border-bottom:none;border-top:none;border-left:none;border-right:none;background:transparent}.marketplace-page .section-link{background:#2b2b2b;border:1px solid #2B2B2B;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;text-decoration:none;transition:all .2s;padding:.625rem 1.25rem;border-radius:12px}.marketplace-page .section-link:hover{background:#1f1f1f;border-color:#1f1f1f;color:#fff;text-decoration:none}@media(max-width:1024px){.marketplace-page .marketplace-section.products-section .section-link{right:0}}@media(max-width:768px){.marketplace-page .marketplace-section{margin-bottom:2rem}.marketplace-page .section-header{margin-bottom:1.25rem}.marketplace-page .section-title{font-size:1.25rem;line-height:1.3}.marketplace-page .section-link{font-size:.75rem;padding:.4rem .75rem;min-height:36px;border-radius:8px;position:static;transform:none;margin-top:.5rem}.marketplace-page .marketplace-section.products-section .section-link{position:static;transform:none;margin-top:0}}@media(max-width:480px){.marketplace-page .marketplace-section{margin-bottom:1.5rem}.marketplace-page .section-header{margin-bottom:1rem;flex-direction:column;align-items:flex-start;gap:.5rem}.marketplace-page .section-title{font-size:1.1rem}.marketplace-page .section-link{font-size:.7rem;padding:.35rem .6rem;min-height:32px;border-radius:6px;align-self:flex-end}}@media(max-width:320px){.marketplace-page .marketplace-section{margin-bottom:1.25rem}.marketplace-page .section-header{margin-bottom:.75rem;gap:.5rem}.marketplace-page .section-title{font-size:1rem}.marketplace-page .section-link{font-size:.7rem;padding:.4rem .75rem;min-height:36px;min-width:80px;display:inline-flex;align-items:center;justify-content:center}}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.75rem}.products-carousel-wrapper{position:relative;width:100%;margin-top:0;padding:0;border:none;border-top:none;border-bottom:none;overflow:visible}.products-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 2.25rem)/4);gap:.75rem;overflow-x:auto;padding-bottom:1rem;padding-left:0;padding-right:0;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;border:none;border-top:none;border-bottom:none;width:100%;grid-template-rows:1fr}.products-scroll::-webkit-scrollbar{display:none}.carousel-arrow{position:absolute;top:37.5%;transform:translateY(-50%);background:#fff;border:none;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 2px 12px #00000026,0 0 0 1px #0000000d;transition:all .2s ease;color:#1a1a1a}.carousel-arrow:hover{background:#e6a57e;color:#fff;box-shadow:0 4px 16px #e6a57e66;transform:translateY(-50%) scale(1.05)}.carousel-arrow:active{transform:translateY(-50%) scale(.98);box-shadow:0 2px 8px #e6a57e4d}.carousel-arrow-left{left:-24px}.carousel-arrow-right{right:-24px}.carousel-arrow svg{width:28px;height:28px}.product-card-marketplace{width:100%;min-width:0;max-width:100%;background:transparent;border-radius:0;overflow:visible;cursor:pointer;transition:transform .2s ease;scroll-snap-align:start;box-shadow:none;display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit}.product-card-marketplace:hover{transform:translateY(-2px)}.product-card-marketplace .product-image-wrapper{position:relative;width:100%;padding-top:130%;background:#f5f5f5;overflow:hidden;border-radius:0;margin-bottom:.75rem}.favorite-button{position:absolute;top:10px;right:10px;width:36px;height:36px;border-radius:50%;background:#ffffffe6;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:all .2s ease;color:#666;box-shadow:0 2px 8px #0000001a}.favorite-button:hover{transform:scale(1.1);background:#fff}.favorite-button.active{color:#e31b23}.favorite-button svg{transition:transform .2s ease}.favorite-button:active svg{transform:scale(.8)}.product-card-marketplace .product-image{position:absolute;top:0;left:0;width:100%!important;height:100%!important;object-fit:cover;object-position:center;transition:transform .3s ease;background-color:#f5f5f5;border-radius:0;display:block;min-width:100%;min-height:100%}.product-card-marketplace:hover .product-image{transform:scale(1.05)}.product-card-marketplace .product-image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;background:#f5f5f5;color:#9ca3af;border-radius:0}.discount-badge{position:absolute;top:.75rem;left:.75rem;background-color:#fefefe;color:#e31b23;border:none;padding:.375rem .625rem;border-radius:8px;font-size:.75rem;font-weight:700;z-index:1}.product-info{padding:.25rem .5rem 0;display:flex;flex-direction:column;gap:0}.product-card-marketplace .product-info{padding-left:6px;text-align:left}.product-card-marketplace .product-info .product-seller,.product-card-marketplace .product-info .product-name,.product-card-marketplace .product-info .product-price{text-align:left}.product-name{font-size:.8125rem;font-weight:600;color:#1a1a1a;margin:0;padding:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.2;min-height:1.2em;max-height:2.4em;text-align:left;margin-top:-.25rem;margin-bottom:0}.product-seller{font-size:.8rem;color:#6b7280;margin:0;padding:0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-align:left;line-height:.9;margin-bottom:-.25rem;margin-top:-.125rem}.product-seller-link{color:inherit;text-decoration:none;cursor:pointer}.product-seller-link:hover,.product-card-marketplace .product-info a.product-seller-link:hover,.product-card-marketplace .product-info span.product-seller-link:hover{text-decoration:underline!important;text-underline-offset:2px;border-bottom:1px solid currentColor;color:#374151;cursor:pointer}.product-card-marketplace .product-info span.product-seller-link{cursor:pointer;color:inherit}.product-price{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-top:-.25rem}.product-card-marketplace .product-info .product-price{margin-top:-.5rem}.product-color-options{display:flex;align-items:center;gap:.375rem;margin-top:.375rem;flex-wrap:wrap}.product-card-marketplace .product-info .product-color-options{margin-top:.125rem}.product-color-swatch{width:12px;height:12px;border-radius:50%;flex-shrink:0;border:1px solid rgba(0,0,0,.2);padding:0;margin:0;cursor:pointer;display:block;appearance:none;-webkit-appearance:none}.product-color-swatch:hover{opacity:.9}.product-color-swatch.selected{box-shadow:0 0 0 1px #0003}.price-original{font-size:1.1rem;color:#9ca3af;text-decoration:line-through;margin-left:.5rem}.price-current{font-size:1.1rem;font-weight:700;color:#1a1a1a}.price-current.price-discounted{color:#15803d}@media(max-width:1024px){.products-scroll{grid-auto-columns:calc((100% - (.625rem * 2)) / 3);gap:.625rem}.carousel-arrow-left{left:.75rem}.carousel-arrow-right{right:.75rem}}@media(max-width:768px){.products-scroll{grid-auto-columns:calc((100% - .5rem)/2);gap:.5rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.product-name{font-size:.75rem;line-height:1.2;min-height:1.2em;max-height:2.4em;margin-top:-.25rem;margin-bottom:0}.product-seller{font-size:.75rem;line-height:.9;margin-bottom:-.25rem}.product-card-marketplace .product-info .product-price{margin-top:-.5rem}.price-current{font-size:1rem}.carousel-arrow{width:40px;height:40px}.carousel-arrow svg{width:22px;height:22px}.carousel-arrow-left{left:.5rem}.carousel-arrow-right{right:.5rem}}@media(max-width:480px){.products-scroll{grid-auto-columns:calc((100% - .375rem)/2);gap:.375rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem}.product-info{padding:.25rem .75rem 0}.product-name{font-size:.7rem;line-height:1.2;min-height:1.2em;max-height:2.4em;margin-top:-.25rem;margin-bottom:0}.product-seller{line-height:.9;margin-bottom:-.25rem}.product-card-marketplace .product-info .product-price{margin-top:-.5rem}.price-current{font-size:.95rem}.carousel-arrow{width:36px;height:36px}.carousel-arrow svg{width:20px;height:20px}.carousel-arrow-left{left:.375rem}.carousel-arrow-right{right:.375rem}}@media(max-width:320px){.products-scroll{grid-auto-columns:calc((100% - .25rem)/2);gap:.25rem}.products-grid{grid-template-columns:1fr;gap:.5rem}.product-name{font-size:.6875rem;max-height:2.2em}.product-seller{font-size:.6875rem}.price-current{font-size:.9rem}.carousel-arrow{width:32px;height:32px}.carousel-arrow svg{width:18px;height:18px}.carousel-arrow-left{left:.25rem}.carousel-arrow-right{right:.25rem}}.stores-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.75rem}.store-card-marketplace{background:#fff;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 4px #0000000d;position:relative}.store-image-wrapper{position:relative;width:100%}.store-image-wrapper .favorite-button{top:10px;right:10px}.store-card-marketplace:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.store-cover{width:100%;height:180px;object-fit:cover;object-position:center;display:block;background-color:#f5f5f5}.store-cover-placeholder{width:100%;height:180px;background:linear-gradient(135deg,#f5f5f5,#e5e5e5);display:flex;align-items:center;justify-content:center;font-size:3rem;color:#9ca3af}.store-info{padding:3rem 1rem 1rem;position:relative}.store-avatar{width:80px;height:80px;border-radius:50%;border:4px solid white;position:absolute;top:-40px;left:1rem;object-fit:cover;background:#fff;box-shadow:0 2px 8px #0000001a}.store-card-marketplace .store-name{font-size:1.1rem;font-weight:700;color:#1a1a1a;margin:.25rem 0 .5rem;line-height:1.3}.store-bio{font-size:.875rem;color:#6b7280;margin:0 0 1.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5;min-height:2.625em}.store-info-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;margin-bottom:.5rem}.store-rating-top{display:flex;align-items:center;gap:.25rem;font-size:.8125rem;flex-shrink:0}.store-rating-top .rating-stars{display:flex;align-items:center;gap:.25rem;font-weight:700;color:#000}.store-rating-top .rating-reviews{color:#6b7280;font-size:.75rem;font-weight:500}.store-tags{display:flex;flex-wrap:wrap;gap:.375rem;margin:0;justify-content:flex-end;flex-shrink:0}.store-tag{display:inline-block;background:#f3f4f6;color:#4b5563;padding:.125rem .5rem;border-radius:12px;font-size:.6875rem;font-weight:500;line-height:1.4;white-space:nowrap;border:1px solid #e5e7eb;transition:all .2s}.store-tag:hover{background:#e5e7eb;border-color:#d1d5db}@media(max-width:1024px){.stores-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}}@media(max-width:768px){.stores-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.store-cover,.store-cover-placeholder{height:150px}.store-avatar{width:65px;height:65px;top:-32.5px}.store-name{font-size:1rem;margin-top:1.5rem}.store-bio{font-size:.8rem}.store-tag{font-size:.65rem;padding:.125rem .4rem}.store-rating-top{top:.625rem;right:.875rem;font-size:.78rem}.store-rating-top .rating-reviews{font-size:.7rem}}@media(max-width:480px){.stores-grid{grid-template-columns:1fr;gap:1.25rem}.store-cover,.store-cover-placeholder{height:140px}.store-info{padding:2.5rem .75rem .75rem}.store-avatar{width:58px;height:58px;top:-29px;left:.75rem}.store-rating-top{top:.5rem;right:.75rem;font-size:.75rem}.store-rating-top .rating-reviews{font-size:.6875rem}.store-name{font-size:.95rem;margin-top:1.25rem}.store-bio{font-size:.75rem}.store-rating{font-size:.8rem;margin-top:.5rem}.store-tags{gap:.25rem;margin-top:.625rem;margin-bottom:.625rem}.store-tag{font-size:.625rem;padding:.1rem .375rem}}@media(max-width:320px){.stores-grid{gap:1rem}.store-cover,.store-cover-placeholder{height:120px}.store-info{padding:2rem .5rem .5rem}.store-avatar{width:52px;height:52px;top:-26px;left:.5rem}.store-name{font-size:.9rem;margin-top:1rem}.store-bio{font-size:.7rem}.store-tag{font-size:.6rem}}.search-results-section{margin-bottom:3rem}.search-results-header{margin-bottom:1.5rem}.search-results-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0}.search-query{color:#e6a57e;font-weight:600}@media(max-width:768px){.search-results-title{font-size:1.25rem}}@media(max-width:480px){.search-results-section{margin-bottom:2rem}.search-results-header{margin-bottom:1rem}.search-results-title{font-size:1.1rem}}@media(max-width:320px){.search-results-title{font-size:1rem}}.image-gallery.image-gallery{display:flex;flex-direction:row;flex-wrap:nowrap;gap:0;align-items:flex-start;width:100%;max-width:100%;overflow:visible}.image-gallery.image-gallery .thumbnails{display:flex;flex-direction:column;gap:.75rem;width:80px;min-width:80px;max-width:80px;flex-shrink:0;flex-grow:0}.image-gallery.image-gallery .thumbnail{width:80px;height:106px;border:1px solid #e5e5e5;cursor:pointer;overflow:hidden;transition:all .2s;border-radius:4px;background:none;padding:0}.image-gallery.image-gallery .thumbnail.active{border-color:#000;border-width:2px}.image-gallery.image-gallery .thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.image-gallery.image-gallery .main-image-wrapper{flex:1 1 auto;min-width:0;max-width:calc(100% - 80px - .75rem);position:relative;padding-left:.75rem}.image-gallery.image-gallery .main-image{position:relative;cursor:pointer;width:100%;aspect-ratio:3/4;background-color:#f9f9f9;border-radius:8px;overflow:hidden}.image-gallery.image-gallery .main-image img{width:100%;height:100%;object-fit:contain;object-position:center top;display:block}.fullscreen-modal{position:fixed;inset:0;background-color:#0003;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:2147483647;display:flex;align-items:center;justify-content:center;cursor:zoom-out;animation:fadeIn .3s ease;isolation:isolate}.fullscreen-image-wrapper{max-width:90vw;max-height:90vh;width:auto;height:auto;display:flex;align-items:center;justify-content:center;position:relative;cursor:zoom-in;transition:all .3s ease;background-color:transparent;border-radius:8px;padding:1rem;overflow:visible}.fullscreen-image-wrapper.zoomed{cursor:move;max-width:90vw;max-height:90vh;overflow:visible;background-color:transparent;padding:0}.fullscreen-image{max-width:min(90vw,600px);max-height:90vh;width:auto;height:auto;object-fit:contain;object-position:center;transition:transform .3s ease,opacity .2s ease;user-select:none;-webkit-user-select:none;animation:imageZoomIn .3s ease;display:block}@keyframes imageZoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.fullscreen-image.zoomed{max-width:none;max-height:none;cursor:move}.fullscreen-close{position:absolute;top:1.5rem;right:1.5rem;background:#ffffff26;border:2px solid rgba(255,255,255,.3);color:#fff;width:48px;height:48px;border-radius:50%;cursor:pointer;font-size:1.75rem;font-weight:300;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10001;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.fullscreen-close:hover{background:#ffffff40;border-color:#fff9;transform:rotate(90deg) scale(1.1)}.fullscreen-close:active{transform:rotate(90deg) scale(.95)}.fullscreen-nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff26;border:2px solid rgba(255,255,255,.3);color:#fff;width:56px;height:56px;border-radius:50%;cursor:pointer;font-size:2.5rem;font-weight:300;line-height:1;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10001;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.fullscreen-prev{left:2rem}.fullscreen-next{right:2rem}.fullscreen-nav:hover{background:#ffffff40;border-color:#fff9;transform:translateY(-50%) scale(1.1)}.fullscreen-nav:active{transform:translateY(-50%) scale(.95)}.fullscreen-nav:disabled{opacity:.3;cursor:not-allowed}.fullscreen-nav:disabled:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-50%) scale(1)}.fullscreen-indicator{position:absolute;top:1.5rem;left:50%;transform:translate(-50%);color:#fff;background:#0009;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:.75rem 1.5rem;border-radius:24px;font-size:.875rem;font-weight:500;z-index:10001;border:1px solid rgba(255,255,255,.2)}.fullscreen-thumbnails{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;max-width:90vw;overflow-x:auto;padding:1rem;background:#0009;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:16px;z-index:10001;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.fullscreen-thumbnails::-webkit-scrollbar{height:6px}.fullscreen-thumbnails::-webkit-scrollbar-track{background:transparent}.fullscreen-thumbnails::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.fullscreen-thumbnails::-webkit-scrollbar-thumb:hover{background:#ffffff80}.fullscreen-thumbnail{width:60px;height:80px;border:2px solid transparent;border-radius:6px;cursor:pointer;overflow:hidden;flex-shrink:0;transition:all .2s ease;background:#ffffff0d}.fullscreen-thumbnail:hover{border-color:#ffffff80;transform:translateY(-4px)}.fullscreen-thumbnail.active{border-color:#fff;transform:scale(1.05)}.fullscreen-thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.zoom-hint{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;background:#000000b3;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;pointer-events:none;opacity:0;animation:fadeInOut 2s ease}@keyframes fadeInOut{0%,to{opacity:0}10%,90%{opacity:1}}@media(max-width:768px){.fullscreen-close{top:1rem;right:1rem;width:44px;height:44px;font-size:1.5rem}.fullscreen-nav{width:48px;height:48px;font-size:2rem}.fullscreen-prev{left:1rem}.fullscreen-next{right:1rem}.fullscreen-thumbnails{bottom:1rem;padding:.75rem;gap:.5rem}.fullscreen-thumbnail{width:50px;height:66px}.fullscreen-indicator{top:1rem;font-size:.8125rem;padding:.5rem 1rem}}@media(max-width:768px){.image-gallery.image-gallery{flex-direction:column}.image-gallery.image-gallery .thumbnails{flex-direction:row;width:100%;overflow-x:auto;min-width:100%}.image-gallery.image-gallery .thumbnail{flex-shrink:0}.image-gallery.image-gallery .main-image img{max-width:100%}}.product-reviews{margin-top:1rem}.product-reviews-loading,.product-reviews-error,.product-reviews-empty{padding:2rem;text-align:center;color:#666}.reviews-summary{display:flex;gap:3rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e5e5}.summary-rating{display:flex;flex-direction:column;align-items:center;gap:.5rem;min-width:150px}.summary-rating-value{font-size:3rem;font-weight:700;color:#000}.summary-rating-stars{display:flex;gap:.25rem}.summary-rating-count{font-size:.875rem;color:#666}.rating-distribution{flex:1;display:flex;flex-direction:column;gap:.75rem}.rating-bar-item{display:flex;align-items:center;gap:1rem}.rating-bar-label{font-size:.875rem;color:#666;min-width:80px}.rating-bar{flex:1;height:8px;background-color:#f0f0f0;border-radius:4px;overflow:hidden}.rating-bar-fill{height:100%;background-color:#000;transition:width .3s ease}.rating-bar-count{font-size:.875rem;color:#666;min-width:30px;text-align:right}.reviews-list{display:flex;flex-direction:column;gap:1.5rem}.review-card{padding:1.5rem;border:1px solid #e5e5e5;border-radius:8px;background:#fff}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.review-user{display:flex;align-items:center;gap:1rem}.review-avatar{width:48px;height:48px;border-radius:50%;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center;font-weight:700;color:#666;font-size:1.125rem}.review-user-info{display:flex;flex-direction:column;gap:.25rem}.review-user-name{font-weight:600;color:#000}.review-date{font-size:.875rem;color:#666}.review-rating{display:flex;gap:.25rem}.star{color:#ddd}.review-content{margin-top:.75rem;line-height:1.6;color:#333}.review-image{margin-top:1rem}.review-image img{max-width:200px;max-height:200px;border-radius:8px;object-fit:cover}.review-details{display:flex;gap:1.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #f0f0f0}.review-detail-item{display:flex;flex-direction:column;gap:.25rem}.detail-label{font-size:.75rem;color:#666;text-transform:uppercase;letter-spacing:.05em}.detail-value{font-size:.875rem;font-weight:600;color:#000}.reviews-load-more{margin-top:2rem;text-align:center}.btn-load-more{padding:.75rem 2rem;background:#fff;border:1px solid #e5e5e5;color:#000;font-size:.875rem;font-weight:600;cursor:pointer;border-radius:4px;transition:all .2s}.btn-load-more:hover{border-color:#000;background:#f9f9f9}@media(max-width:768px){.reviews-summary{flex-direction:column;gap:2rem}.rating-distribution{width:100%}}.sticky-cta-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e5e5e5;padding:1rem;z-index:1000;box-shadow:0 -2px 8px #0000001a}.sticky-cta-content{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:1400px;margin:0 auto}.sticky-cta-price{display:flex;flex-direction:column}.sticky-cta-original-price{text-decoration:line-through;color:#999;font-size:.875rem}.sticky-cta-current-price{font-size:1.25rem;font-weight:700;color:#000}.sticky-cta-current-price.price-discounted{color:#15803d}.sticky-cta-button{flex:1;background:#000;color:#fff;border:none;padding:.875rem 1.5rem;font-size:.875rem;font-weight:700;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;gap:.5rem}.sticky-cta-button.disabled{background:#ccc;cursor:not-allowed}@media(min-width:768px){.sticky-cta-bar{display:none}}.tooltip-trigger{position:relative;display:inline-flex;cursor:help}.tooltip-trigger .tooltip-trigger-underline{border-bottom:1px dotted currentColor}.tooltip-bubble{position:absolute;z-index:1000;left:50%;transform:translate(-50%);min-width:min(240px,90vw);padding:.5rem .75rem;font-size:.8125rem;line-height:1.4;color:#1a1a1a;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001f;white-space:normal;pointer-events:none}.tooltip-bubble--top{bottom:calc(100% + 8px)}.tooltip-bubble--bottom{top:calc(100% + 8px)}.product-details-page{padding-top:1rem;padding-bottom:0;background-color:#fff;color:#1a1a1a;font-family:inherit}.product-details-page .container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(min-width:1280px){.product-details-page .container{max-width:1400px;padding:0 1.5rem}}@media(min-width:1920px){.product-details-page .container{max-width:1600px;padding:0 1.75rem}}.breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#666;margin-top:1.5rem;margin-bottom:2rem;text-transform:uppercase;letter-spacing:.05em}.breadcrumbs a{text-decoration:none;color:inherit;transition:color .2s}.breadcrumbs a:hover{color:#000}.breadcrumbs .separator{color:#ccc}.breadcrumbs .current{color:#000;font-weight:600}.product-main{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:4rem;align-items:start}@media(min-width:1280px){.product-main{grid-template-columns:1.05fr .95fr}}@media(min-width:1920px){.product-main{grid-template-columns:1.1fr .9fr}}@media(max-width:992px){.product-main{grid-template-columns:1fr;gap:2rem}}.product-gallery{display:flex;gap:1.5rem;align-items:flex-start}.no-image-placeholder{width:100%;height:400px;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;color:#999;border-radius:8px;font-size:.875rem}.product-info-section{margin-top:0;padding-top:0}.brand-header{display:flex;align-items:center;justify-content:space-between;margin-top:28px;margin-bottom:.5rem;padding-top:0}.brand-header-left{display:flex;align-items:center;gap:.5rem;margin:0;padding:0}.brand-name{font-size:1rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.05em;margin:0;padding:0}.brand-name-link{text-decoration:none;color:#666;cursor:pointer;transition:color .2s}.brand-name-link:hover{color:#000;text-decoration:underline}.product-title{font-size:1.5rem;font-weight:700;margin-bottom:0;line-height:1.2;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;grid-column:1;grid-row:1 / 3}.product-meta{display:flex;justify-content:flex-start;align-items:center;margin-top:.5rem;margin-bottom:1.5rem;font-size:.8125rem;color:#666;flex-shrink:0}.rating{display:flex;align-items:center;gap:.5rem}.rating.clickable-rating{cursor:pointer;transition:opacity .2s ease}.rating.clickable-rating:hover{opacity:.7}.stars{display:flex;align-items:center;gap:.25rem;font-weight:700;color:#000}.product-title-section{margin-bottom:.5rem;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:0 2rem;align-items:start}.product-title-row{grid-column:1 / -1;grid-row:1;display:contents}.product-title-second-row{grid-column:1 / -1;grid-row:2;display:contents}.product-title-spacer{grid-column:1;grid-row:2;height:0;width:100%}.pricing-block{flex-shrink:0;text-align:right;display:flex;justify-content:flex-end;align-items:center;gap:.75rem;min-width:200px;grid-column:2;grid-row:1}@media(max-width:768px){.product-title-section{grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:0}.product-title-row{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.product-title{grid-row:1;max-width:100%}.pricing-block{grid-column:1;grid-row:2;text-align:left;align-items:flex-start;min-width:auto;width:100%}.product-title-second-row{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.discount-explanation{grid-column:1;grid-row:3;text-align:left;margin-top:0}}.original-price{display:inline;text-decoration:line-through;color:#999;font-size:.9375rem;margin-bottom:0;text-align:right}.current-price{font-size:1.5rem;font-weight:600;color:#000;text-align:right}.current-price.price-discounted{color:#15803d}.discount-explanation{text-align:right;flex-shrink:0;min-width:fit-content;grid-column:2;grid-row:2;align-self:start}.discount-text{font-size:.875rem;color:#666;margin:0;line-height:1.4}.discount-text strong{color:#e31b23;font-weight:700}@media(max-width:768px){.product-title-second-row{flex-direction:column;align-items:flex-start;gap:.5rem}.discount-explanation{text-align:left}}.current-price-row{display:flex;align-items:center}.installments{font-size:.875rem;color:#666;margin-top:.25rem}.badges-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.badge{padding:.4rem .8rem;border-radius:100px;font-size:.75rem;font-weight:600;border:1px solid #e5e5e5;background-color:#fff}.quality-badge{font-size:.8125rem;padding-top:.25rem;padding-bottom:.25rem;line-height:1.2}.quality-badge-basico{background-color:#9e9e9e;border-color:#9e9e9e;color:#171717;font-weight:900;letter-spacing:.02em}.quality-badge-qualidade{background-color:#a3b18a;border-color:#a3b18a;color:#171717;font-weight:900;letter-spacing:.02em}.quality-badge-premium{background-color:#c58f5c;border-color:#c58f5c;color:#171717;font-weight:900;letter-spacing:.02em}.quality-badge-alta-qualidade{background-color:#112300;border-color:#112300;color:#fff;font-weight:700}.quality-badge-luxo{background-color:#0b1f3a;border-color:#e5e4e2;color:#fff;font-weight:700}.exclusivity-badge.highlight{background-color:#fff7ed;border-color:#ffedd5;color:#9a3412}.selection-group{margin-bottom:1.5rem}.selection-group label{display:block;font-size:.875rem;margin-bottom:.75rem}.selection-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.selection-header label{margin-bottom:0}.swatches{display:flex;gap:.75rem}.swatch{width:32px;height:32px;border-radius:50%;border:1px solid #e5e5e5;cursor:pointer;position:relative;transition:transform .2s,border-color .2s}.swatch.active{border-color:#000;border-width:2px;transform:scale(1.1)}.swatch:after{content:"";position:absolute;inset:-4px;border:1px solid transparent;border-radius:50%;transition:border-color .2s}.swatch.active:after{border-color:#000}.size-buttons{display:grid;grid-template-columns:repeat(auto-fill,minmax(45px,1fr));gap:.5rem}.size-btn{height:45px;border:1px solid #e5e5e5;background:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.size-btn:hover:not(.disabled){border-color:#000}.size-btn.active{background-color:#000;color:#fff;border-color:#000}.size-btn.disabled{color:#ccc;cursor:not-allowed;position:relative;overflow:hidden}.size-btn.disabled:after{content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background-color:#ccc;transform:rotate(-45deg)}.size-btn.out-of-stock{color:#999;background-color:#f5f5f5;border-color:#ddd;cursor:not-allowed;position:relative;overflow:hidden}.size-btn.out-of-stock:after{content:"";position:absolute;top:50%;left:0;width:100%;height:2px;background-color:#999;transform:rotate(-45deg)}.size-btn.out-of-stock:hover{border-color:#ddd;transform:none}.btn-link{background:none;border:none;color:#666;font-size:.75rem;text-decoration:underline;cursor:pointer;padding:0}.btn-link.btn-size-guide-link{margin-left:auto;align-self:flex-end;background:none;background-color:transparent;border:none;color:#171717}.btn-link.btn-size-guide-link:hover{background:none;background-color:transparent;color:#000}.actions-group{display:flex;gap:1rem;margin-top:2rem;margin-bottom:2rem}.btn-buy{flex:2;background-color:#000;color:#fff;border:none;height:56px;font-size:.875rem;font-weight:700;cursor:pointer;transition:background-color .2s;text-transform:uppercase;letter-spacing:.05em}.btn-buy:hover{background-color:#333}.btn-add-cart{flex:2;background-color:#fff;color:#000;border:2px solid #000;height:56px;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .2s;text-transform:uppercase;letter-spacing:.05em}.btn-add-cart:hover{background-color:#f5f5f5}.btn-wishlist{width:56px;height:56px;background:#fff;border:1px solid #e5e5e5;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;color:#666}.btn-wishlist:hover{border-color:#000;background-color:#f9f9f9;color:#000}.btn-wishlist.active{color:#e31b23;border-color:#e31b23;background-color:#fff1f2}.shipping-info{font-size:.8125rem;color:#666;border-top:1px solid #eee;padding-top:1.5rem}.product-details-accordion{margin-top:0;border-top:1px solid #000}.accordion-section{border-bottom:1px solid #000;cursor:pointer;transition:background-color .2s ease}.accordion-section:hover{background-color:#fafafa}.accordion-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0}.accordion-header h3{margin:0;font-size:1rem;font-weight:700;color:#000}.accordion-icon{font-size:1.5rem;font-weight:400;color:#000;line-height:1;-webkit-user-select:none;user-select:none}.accordion-content{padding-bottom:1.5rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.accordion-content .description{font-size:.875rem;line-height:1.6;color:#333;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.quality-grid{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.accordion-content .quality-explanatory-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1rem}.accordion-content .quality-card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:1rem}.accordion-content .quality-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.accordion-content .quality-card-header .icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.accordion-content .quality-card-header h4{display:flex;align-items:center;margin:0}.accordion-content .quality-card-header .icon{font-size:1.25rem;display:flex;align-items:center;justify-content:center;color:#000;flex-shrink:0}.accordion-content .quality-card-header .icon img{width:1.75rem;height:1.75rem;object-fit:contain}.accordion-content .quality-card-header .icon-tecido img{filter:brightness(0)}.accordion-content .quality-card-header h4{margin:0;font-size:.9rem;font-weight:700;color:#000}.accordion-content .quality-card-content{font-size:.875rem;line-height:1.5;color:#666;margin:0}.quality-card-content .spec-term--with-tooltip{border-bottom:1px dotted currentColor;cursor:help}.cuidados-box{background:#f9f9f9;padding:1.5rem;border-radius:8px;border-left:4px solid #000}.cuidados-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.cuidados-header h3{margin:0;font-size:1rem;font-weight:700}.cuidados-box p{margin:0;font-size:.875rem;color:#555;line-height:1.6}.cuidados h3{font-size:.9375rem;font-weight:700;margin-top:2rem;margin-bottom:.75rem}.cuidados p{font-size:.875rem;color:#666;line-height:1.5}.exclusivity-features{list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem}.exclusivity-features li{font-size:.9375rem;color:#444;display:flex;align-items:center;gap:.5rem}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;width:90%;max-width:900px;max-height:90vh;border-radius:4px;display:flex;flex-direction:column}.modal-header{padding:1.5rem;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.modal-title-group{display:flex;flex-direction:column}.modal-header h2{margin:0;font-size:1.25rem}.table-name{font-size:.875rem;color:#666;margin-top:.25rem}.close-btn{background:none;border:none;font-size:2rem;cursor:pointer;line-height:1}.modal-body{padding:1.5rem;overflow-y:auto}.table-responsive{overflow-x:auto;margin-bottom:1.5rem;-webkit-overflow-scrolling:touch;width:100%;max-width:100%}.table-responsive::-webkit-scrollbar{height:8px}.table-responsive::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.table-responsive::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.table-responsive::-webkit-scrollbar-thumb:hover{background:#555}.size-table{width:100%;border-collapse:collapse;margin-top:1rem;table-layout:auto}.size-table th,.size-table td{padding:.75rem .5rem;border:1px solid #eee;text-align:center;white-space:nowrap}.size-table th{background-color:#f9f9f9;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#333;min-width:80px}.size-table td{font-size:.875rem;color:#444;min-width:60px}.size-table td.font-bold{font-weight:700;color:#000;background-color:#fcfcfc}.size-table tr:hover td{background-color:#f5f5f5}.table-description{font-size:.8125rem;color:#666;line-height:1.4;padding:1rem;background-color:#f9f9f9;border-radius:4px}.size-guide-placeholder{text-align:center;color:#666;padding:2rem}@media(max-width:768px){.modal-content{width:95%;max-width:100%;margin:1rem}.modal-header,.modal-body{padding:1rem}.size-table th,.size-table td{padding:.5rem .375rem;font-size:.75rem}.size-table th{font-size:.6875rem;min-width:70px}.size-table td{min-width:50px}}@media(min-width:769px)and (max-width:1024px){.modal-content{max-width:800px}}@media(min-width:1025px){.modal-content{max-width:1000px}.size-table th,.size-table td{padding:1rem .75rem}}.product-details-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60vh}.loader{border:3px solid #f3f3f3;border-top:3px solid #000;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:1rem}.care-guide-link{background:none;border:none;padding:0;font:inherit;color:#e6a57e;text-decoration:underline;cursor:pointer}.care-guide-link:hover{color:#d4946e}.modal-content.care-guide-modal{width:min(880px,92vw);max-width:min(880px,92vw);max-height:75vh;display:flex;flex-direction:column;margin:1rem;box-sizing:border-box}.modal-content.care-guide-modal .modal-header{padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.modal-content.care-guide-modal .modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#1a1a1a}.care-guide-modal-body{padding:1.25rem 1.5rem;overflow-y:auto;flex:1;min-height:0}@media(max-width:768px){.modal-content.care-guide-modal{width:calc(100vw - 2rem);max-width:calc(100vw - 2rem);margin:1rem}}@media(max-width:480px){.modal-content.care-guide-modal{width:calc(100vw - 1.5rem);max-width:calc(100vw - 1.5rem);margin:.75rem}.modal-content.care-guide-modal .modal-header,.care-guide-modal-body{padding:1rem 1.25rem}.modal-content.care-guide-modal .modal-header h2{font-size:1.125rem}.care-guide-section-title{font-size:.9375rem}.care-guide-list,.care-guide-para,.care-guide-tip{font-size:.875rem}.modal-content.care-guide-modal .modal-footer{padding:.75rem 1.25rem}.modal-content.care-guide-modal .btn-primary{padding:.5rem 1rem;font-size:.875rem}}.care-guide-section{margin-bottom:1.25rem}.care-guide-section:last-of-type{margin-bottom:0}.care-guide-section-title{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#374151}.care-guide-list{margin:0;padding-left:1.25rem;font-size:.9375rem;line-height:1.5;color:#4b5563}.care-guide-list li{margin-bottom:.35rem}.care-guide-para{margin:0;font-size:.9375rem;line-height:1.5;color:#4b5563}.care-guide-tip{margin:1rem 0 0;padding:.75rem 1rem;background:#fef3e2;border-radius:8px;font-size:.9375rem;line-height:1.5;color:#92400e}.modal-content.care-guide-modal .modal-footer.care-guide-modal-footer,.care-guide-modal-footer{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;display:flex!important;justify-content:center!important;align-items:center}.care-guide-modal .btn-primary{background-color:#e6a57e;color:#fff;border:none;padding:.5rem 1.25rem;border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer}.care-guide-modal .btn-primary:hover{background-color:#d4946e}.modal-content.care-guide-modal .modal-footer.care-guide-modal-footer button.btn-primary.care-guide-modal-close-btn:hover{background-color:#c47a52}.care-guide-modal-footer .care-guide-modal-close-btn,.modal-content.care-guide-modal .care-guide-modal-close-btn{width:80%;max-width:80%;flex:0 0 auto;margin:0 auto}.product-filters{height:fit-content;width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.filters-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;padding-left:0;border-bottom:1px solid #e5e5e5;min-height:2.5rem}.filters-header.filters-header--title-centered{position:relative}.filters-header.filters-header--title-centered .filters-title{position:absolute;left:50%;transform:translate(-50%)}.filters-header-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.filters-title{font-size:1.125rem;font-weight:700;color:#1a1a1a;margin:0;padding:0;display:flex;align-items:center;gap:.5rem;min-width:0;flex-shrink:0}.product-filters .filters-header .filters-title{margin-left:0;padding-left:0;margin-right:0}.active-filters-badge{background:#000;color:#fff;padding:.125rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600;min-width:20px;text-align:center;display:inline-flex;align-items:center;justify-content:center;line-height:1;margin-left:.25rem}.clear-filters{display:flex;align-items:center;gap:.375rem;background:#f5f5f5;border:1px solid #e5e5e5;color:#666;font-size:.875rem;font-weight:500;cursor:pointer;padding:.5rem .75rem;border-radius:6px;transition:all .2s ease;text-decoration:none}.clear-filters:hover{background:#e5e5e5;border-color:#d5d5d5;color:#000}.clear-filters:active{background:#d5d5d5;transform:scale(.98)}.clear-filters svg{flex-shrink:0}.active-filters-chips{display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem 1.5rem;border-bottom:1px solid #e5e5e5;background:#fafafa;animation:slideDown .3s ease}.filter-chip{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background:#fff;border:1px solid #e5e5e5;border-radius:20px;font-size:.875rem;color:#333;transition:all .2s ease;animation:chipAppear .2s ease}@keyframes chipAppear{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.filter-chip:hover{border-color:#d5d5d5;background:#f9f9f9}.filter-chip-label{white-space:nowrap;max-width:200px;overflow:hidden;text-overflow:ellipsis}.filter-chip-remove{background:none;border:none;cursor:pointer;padding:.125rem;display:flex;align-items:center;justify-content:center;color:#999;border-radius:50%;transition:all .2s ease;min-width:20px;min-height:20px;flex-shrink:0}.filter-chip-remove:hover{background-color:#f0f0f0;color:#000}.filter-chip-remove:active{background-color:#e5e5e5;transform:scale(.9)}.filters-content{padding:0 1.5rem 1.25rem;padding-top:0;display:flex;flex-direction:column;gap:1.5rem;overflow-x:hidden;overflow-y:auto;max-height:calc(100vh - 180px);width:100%;min-width:0;box-sizing:border-box;transition:padding .3s ease,opacity .3s ease}.filters-content>.filter-section:first-child{margin-top:0;padding-top:0}.filters-content>.filter-section:first-child>.filter-section-header{margin-top:0;padding-top:0}.filters-content::-webkit-scrollbar{width:6px}.filters-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.filters-content::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px;transition:background .2s ease}.filters-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.filters-content{scrollbar-width:thin;scrollbar-color:#cbd5e0 #f1f1f1}.filters-toggle-mobile{display:none}@media(max-width:768px){.filters-content.filters-collapsed{max-height:0;padding-top:0;padding-bottom:0;overflow:hidden;opacity:0}.filters-toggle-mobile{display:flex;align-items:center;justify-content:center;background:none;border:none;color:#1a1a1a;cursor:pointer;padding:.5rem;min-width:44px;min-height:44px;border-radius:4px;transition:background-color .2s ease}.filters-toggle-mobile:hover{background-color:#f5f5f5}.filters-toggle-mobile:active{background-color:#e5e5e5}.filters-toggle-mobile svg{flex-shrink:0}}.filter-section{display:flex;flex-direction:column;gap:0;width:100%;min-width:0;box-sizing:border-box}.filter-section-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;min-height:44px;padding:.5rem 0;transition:background-color .2s ease;margin-bottom:0}.filter-section-header:hover{background-color:#f9f9f9;border-radius:4px;padding-left:.5rem;padding-right:.5rem;margin-left:-.5rem;margin-right:-.5rem}.filter-section-toggle{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(.4,0,.2,1),background-color .2s ease;border-radius:4px;min-width:44px;min-height:44px;flex-shrink:0;color:#666}.filter-section-toggle:hover{background-color:#f0f0f0}.filter-section-toggle.expanded{transform:rotate(180deg)}.filter-section-content{overflow:hidden;max-height:1000px;transition:max-height .3s cubic-bezier(.4,0,.2,1),opacity .3s ease,margin-top .3s ease;opacity:1;margin-top:.875rem}.filter-section-content.collapsed{max-height:0;opacity:0;margin-top:0;pointer-events:none}.filter-subcategory-placeholder{margin:0;font-size:.8125rem;color:#6b7280;line-height:1.4}.filter-title{font-size:.875rem;font-weight:600;color:#1a1a1a;margin:0;text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap}.filter-title svg{width:16px;height:16px;color:#666;flex-shrink:0;pointer-events:none}.filter-options{display:flex;flex-direction:column;gap:.75rem}.filter-option{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;font-size:.875rem;color:#333;padding:.5rem;border-radius:6px;transition:all .2s ease;line-height:1.5}.filter-option input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:#000;flex-shrink:0;margin-top:.125rem}.filter-option span{flex:1;line-height:1.5;padding-top:.0625rem}.filter-option:hover{background:#f9f9f9;color:#000}.filter-option input[type=radio]:checked+span{font-weight:600;color:#000}.price-inputs{display:flex;align-items:flex-start;gap:.75rem;width:100%;min-width:0;box-sizing:border-box}.price-input-wrapper{position:relative;flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.price-input-prefix{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);font-size:.875rem;font-weight:500;color:#666;pointer-events:none;z-index:1}.price-input{width:100%;min-width:0;padding:.625rem .625rem .625rem 2.5rem;border:1px solid #e5e5e5;border-radius:6px;font-size:.875rem;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease;background:#fff;min-height:44px}.price-input:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #0000000d}.price-input::placeholder{color:#999}.price-input-error{border-color:#dc2626}.price-input-error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.price-input-error-message{font-size:.75rem;color:#dc2626;margin-top:.125rem;line-height:1.2}.price-input-separator{font-size:.875rem;color:#666;white-space:nowrap;flex-shrink:0;margin-top:.75rem;align-self:flex-start}.filter-checkboxes{display:flex;flex-direction:column;gap:.75rem;max-height:200px;overflow-y:auto;overflow-x:hidden;width:100%;min-width:0;box-sizing:border-box}.filter-checkboxes::-webkit-scrollbar{width:4px}.filter-checkboxes::-webkit-scrollbar-track{background:transparent}.filter-checkboxes::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:2px}.filter-checkboxes::-webkit-scrollbar-thumb:hover{background:#94a3b8}.filter-checkboxes{scrollbar-width:thin;scrollbar-color:#cbd5e0 transparent}.filter-checkboxes-scrollable{max-height:150px}.filter-group{display:flex;flex-direction:column;gap:0}.filter-group-header{font-size:.75rem;font-weight:700;color:#666;text-transform:uppercase;letter-spacing:.05em;padding:.75rem .5rem .5rem;margin-top:.5rem;border-bottom:1px solid #e5e5e5;position:sticky;top:0;background:#fff;z-index:1}.filter-group:first-child .filter-group-header{margin-top:0;padding-top:.5rem}.filter-group .filter-checkbox{margin-left:0;display:flex;align-items:flex-start;gap:.5rem}.filter-group .filter-checkbox input[type=checkbox]{margin-top:.125rem;flex-shrink:0}.filter-group .filter-checkbox span{flex:1;line-height:1.5;padding-top:.0625rem}.filter-search-wrapper{position:relative;margin-bottom:.75rem;width:100%}.filter-search-input{width:100%;padding:.625rem .625rem .625rem 2.25rem;border:1px solid #e5e5e5;border-radius:6px;font-size:.875rem;transition:border-color .2s ease,box-shadow .2s ease;background:#fff;min-height:44px;box-sizing:border-box}.filter-search-input:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #0000000d}.filter-search-input::placeholder{color:#999}.filter-search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#999;width:16px;height:16px;pointer-events:none;z-index:1}.filter-search-clear{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:#999;border-radius:4px;transition:background-color .2s ease,color .2s ease;min-width:32px;min-height:32px;z-index:1}.filter-search-clear:hover{background-color:#f0f0f0;color:#000}.filter-search-clear:active{background-color:#e5e5e5}.filter-no-results{font-size:.875rem;color:#666;margin:0;padding:1rem;text-align:center;font-style:italic}.filter-checkbox{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;font-size:.875rem;color:#333;padding:.5rem;border-radius:6px;transition:all .2s ease;line-height:1.5}.filter-checkbox input[type=checkbox],.filter-checkbox input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:#000;flex-shrink:0;margin-top:.125rem}.filter-checkbox span{flex:1;line-height:1.5;padding-top:.0625rem}.filter-checkbox:hover{background:#f9f9f9;color:#000}.filter-checkbox input[type=checkbox]:checked+span,.filter-checkbox input[type=radio]:checked+span{font-weight:600;color:#000}.filter-sizes{display:grid;grid-template-columns:repeat(auto-fill,minmax(60px,1fr));gap:.5rem;width:100%;min-width:0;box-sizing:border-box}.filter-sizes .filter-checkbox{justify-content:center;padding:.5rem;border:1px solid #e5e5e5;border-radius:4px;text-align:center}.filter-sizes .filter-checkbox:hover{border-color:#000;background:#f9f9f9}.filter-sizes .filter-checkbox input[type=checkbox]{display:none}.filter-sizes .filter-checkbox input[type=checkbox]:checked+span{font-weight:600}.filter-sizes .filter-checkbox:has(input[type=checkbox]:checked){border-color:#000;background:#f0f0f0}.filter-colors{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.5rem;width:100%;min-width:0;box-sizing:border-box}@media(max-width:1024px){.filters-content{max-height:none;overflow-y:visible}}@media(max-width:768px){.product-filters{border-radius:6px}.filters-header{padding:1rem;padding-left:0;gap:.5rem}.filters-header-actions{gap:.5rem;flex-shrink:0}.filters-title{font-size:1rem;gap:.375rem;justify-content:center}.product-filters .filters-header .filters-title{margin-left:0;padding-left:0}.active-filters-badge{font-size:.7rem;padding:.125rem .375rem;min-width:18px}.clear-filters{font-size:.8rem;min-height:44px;padding:.5rem .625rem;gap:.25rem}.clear-filters svg{width:14px;height:14px}.active-filters-chips{padding:.875rem 1rem;gap:.375rem}.filter-chip{font-size:.8rem;padding:.375rem .625rem}.filter-chip-label{max-width:150px}.filter-chip-remove{min-width:18px;min-height:18px}.filters-content{padding:1rem;gap:1.5rem;max-height:none;overflow-y:visible;transition:max-height .3s ease,padding .3s ease,opacity .3s ease}.filter-section{gap:0}.filter-section-header{min-height:40px;padding:.375rem 0}.filter-section-toggle{min-width:40px;min-height:40px;padding:.375rem}.filter-section-content{margin-top:.75rem}.filter-title{font-size:.8rem;letter-spacing:.03em}.filter-title svg{width:14px;height:14px}.filter-options{gap:.625rem}.filter-option{font-size:.8rem;gap:.5rem;min-height:44px;padding:.25rem 0}.filter-option input[type=radio]{width:20px;height:20px;flex-shrink:0;margin-top:.125rem}.filter-option span{padding-top:.0625rem}.price-inputs{gap:.5rem;flex-wrap:wrap}.price-input-wrapper{flex:1 1 100%;min-width:0}.price-input{padding:.625rem .625rem .625rem 2.25rem;font-size:.875rem;min-height:44px}.price-input-prefix{left:.625rem;font-size:.8rem}.price-input-separator{font-size:.8rem;width:100%;text-align:center;margin-top:0;order:-1}.price-input-error-message{font-size:.7rem}.filter-checkboxes{gap:.625rem;max-height:180px}.filter-checkboxes-scrollable{max-height:120px}.filter-checkbox{font-size:.8rem;gap:.5rem;min-height:44px;padding:.25rem 0}.filter-checkbox input[type=checkbox],.filter-checkbox input[type=radio]{width:20px;height:20px;flex-shrink:0;margin-top:.125rem}.filter-checkbox span{padding-top:.0625rem}.filter-group .filter-checkbox input[type=checkbox]{margin-top:.125rem}.filter-group .filter-checkbox span{padding-top:.0625rem}.filter-sizes{grid-template-columns:repeat(auto-fill,minmax(48px,1fr));gap:.5rem}.filter-sizes .filter-checkbox{padding:.625rem .5rem;min-height:44px;font-size:.8rem}.filter-colors{grid-template-columns:repeat(auto-fill,minmax(75px,1fr))}.filter-search-wrapper{margin-bottom:.625rem}.filter-search-input{padding:.625rem .625rem .625rem 2rem;font-size:.875rem;min-height:44px}.filter-search-icon{left:.625rem;width:14px;height:14px}.filter-search-clear{right:.375rem;min-width:28px;min-height:28px}.filter-no-results{font-size:.8rem;padding:.875rem}.filter-group-header{font-size:.7rem;padding:.625rem .5rem .375rem;margin-top:.375rem}.filter-group:first-child .filter-group-header{padding-top:.375rem}}@media(max-width:480px){.product-filters{border-radius:4px}.filters-header{padding:.875rem;padding-left:0}.filters-toggle-mobile{min-width:40px;min-height:40px;padding:.375rem}.filters-toggle-mobile svg{width:18px;height:18px}.filters-title{font-size:.95rem;justify-content:center}.product-filters .filters-header .filters-title{margin-left:0;padding-left:0}.clear-filters{font-size:.75rem;padding:.5rem .625rem}.clear-filters svg{width:14px;height:14px}.active-filters-chips{padding:.75rem .875rem;gap:.375rem}.filter-chip{font-size:.75rem;padding:.375rem .5rem}.filter-chip-label{max-width:120px}.filter-chip-remove{min-width:16px;min-height:16px}.filter-chip-remove svg{width:12px;height:12px}.filters-content{padding:.875rem;gap:1.25rem}.filter-section{gap:0}.filter-section-header{min-height:40px;padding:.375rem 0}.filter-section-toggle{min-width:36px;min-height:36px;padding:.25rem}.filter-section-content{margin-top:.625rem}.filter-title{font-size:.75rem}.filter-title svg{width:14px;height:14px}.filter-options{gap:.5rem}.filter-option{font-size:.75rem}.filter-option input[type=radio]{margin-top:.125rem}.filter-option span{padding-top:.0625rem}.price-inputs{flex-direction:column;align-items:stretch;gap:.5rem}.price-input-wrapper{width:100%}.price-input{padding:.625rem .625rem .625rem 2rem;font-size:.875rem}.price-input-prefix{left:.5rem;font-size:.75rem}.price-input-separator{font-size:.75rem;text-align:left;margin-top:0;order:-1}.price-input-error-message{font-size:.7rem}.filter-checkboxes{max-height:150px}.filter-checkboxes-scrollable{max-height:100px}.filter-checkbox{font-size:.75rem}.filter-checkbox input[type=checkbox],.filter-checkbox input[type=radio]{margin-top:.125rem}.filter-checkbox span{padding-top:.0625rem}.filter-group .filter-checkbox input[type=checkbox]{margin-top:.125rem}.filter-group .filter-checkbox span{padding-top:.0625rem}.filter-sizes{grid-template-columns:repeat(auto-fill,minmax(44px,1fr));gap:.375rem}.filter-sizes .filter-checkbox{padding:.5rem .375rem;font-size:.75rem}.filter-colors{grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:.375rem}.filter-search-wrapper{margin-bottom:.5rem}.filter-search-input{padding:.625rem .625rem .625rem 1.875rem;font-size:.875rem;min-height:44px}.filter-search-icon{left:.5rem;width:14px;height:14px}.filter-search-clear{right:.25rem;min-width:28px;min-height:28px;padding:.25rem}.filter-no-results{font-size:.75rem;padding:.75rem}.filter-group-header{font-size:.7rem;padding:.5rem .375rem .375rem;margin-top:.375rem}.filter-group:first-child .filter-group-header{padding-top:.375rem}}.filter-material-subsection{margin-bottom:1.5rem}.filter-material-subsection:last-child{margin-bottom:0}.filter-material-subsection-header{font-size:.75rem;font-weight:700;color:#666;text-transform:uppercase;letter-spacing:.05em;padding:.75rem .5rem .5rem;margin-top:.5rem;border-bottom:1px solid #e5e5e5;background:#fff}.filter-material-subsection:first-child .filter-material-subsection-header{margin-top:0;padding-top:.5rem}.filter-material-subsection .filter-checkboxes{margin-top:.5rem;padding-left:0}@media(max-width:768px){.filter-material-subsection{margin-bottom:1.25rem}.filter-material-subsection-header{font-size:.7rem;padding:.625rem .5rem .375rem;margin-top:.375rem}.filter-material-subsection:first-child .filter-material-subsection-header{padding-top:.375rem}}@media(max-width:480px){.filter-material-subsection{margin-bottom:1rem}.filter-material-subsection-header{font-size:.7rem;padding:.5rem .375rem .375rem;margin-top:.375rem}.filter-material-subsection:first-child .filter-material-subsection-header{padding-top:.375rem}}.product-sort{display:flex;align-items:center;justify-content:flex-end;gap:1rem;margin-bottom:1.5rem;padding:.75rem 1rem;padding-right:0;padding-bottom:12px;background-color:transparent;border:none;border-radius:8px}.product-sort-label{font-size:.875rem;font-weight:500;color:#666;white-space:nowrap;margin:0}.product-sort-select-wrapper{position:relative;flex:1;max-width:300px}.product-sort-select{width:100%;padding:.5rem 2.5rem .5rem .75rem;font-size:.875rem;font-weight:500;color:#1a1a1a;background-color:#fff;border:1px solid #d0d0d0;border-radius:6px;appearance:none;cursor:pointer;transition:all .2s ease}.product-sort-select:hover{border-color:#999}.product-sort-select:focus{outline:none;border-color:#000;box-shadow:0 0 0 2px #0000001a}.product-sort-icon{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);pointer-events:none;color:#666;font-size:1rem;display:flex;align-items:center;justify-content:center}@media(max-width:768px){.product-sort{flex-direction:column;align-items:stretch;gap:.75rem;padding:.625rem .875rem}.product-sort-label{font-size:.8rem}.product-sort-select-wrapper{max-width:100%}.product-sort-select{font-size:.8rem;padding:.5rem 2.25rem .5rem .625rem}.product-sort-icon{right:.625rem;font-size:.9rem}}@media(max-width:480px){.product-sort{padding:.5rem .75rem;margin-bottom:1.25rem}.product-sort-label{font-size:.75rem}.product-sort-select{font-size:.75rem;padding:.5rem 2rem .5rem .5rem}.product-sort-icon{right:.5rem;font-size:.85rem}}.material-badge-primary{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .875rem;border-radius:6px;font-size:.8125rem;font-weight:600;border:1px solid #e5e5e5;background-color:#fff}.material-icon{font-size:1rem}.material-name{text-transform:uppercase}.explore-products-page{min-height:100vh;background-color:#fafafa}.explore-products-main{padding-top:0;padding-bottom:4rem}.explore-products-container{max-width:100%;margin-left:3rem;margin-right:4rem;margin-top:0;margin-bottom:0;padding:0 .5rem}@media(max-width:768px){.explore-products-main{padding-top:0;padding-bottom:2rem}}@media(max-width:480px){.explore-products-main{padding-top:0;padding-bottom:1.5rem}}.explore-products-layout{display:grid;grid-template-columns:320px 1fr;gap:2rem;align-items:start}.explore-products-banner{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);margin-bottom:1.5rem;height:400px;position:relative;overflow:hidden;padding:0;border:none;box-shadow:none;background:transparent}.explore-products-banner-img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;border-radius:0}.explore-products-container--below-banner{margin-top:0}@media(max-width:1024px){.explore-products-banner{height:320px}}@media(max-width:768px){.explore-products-banner{height:240px}}@media(max-width:480px){.explore-products-banner{height:200px}}.explore-products-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;min-height:400px}.explore-products-loading .loader{border:3px solid #f3f3f3;border-top:3px solid #000;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:1rem}.explore-products-loading p{color:#666;font-size:.875rem}.explore-products-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;min-height:400px;text-align:center}.explore-products-empty .empty-icon{font-size:4rem;margin-bottom:1rem}.explore-products-empty h2{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem;line-height:1.3}.explore-products-empty p{color:#666;font-size:.875rem;margin:0;line-height:1.5}.filters-sidebar{position:sticky;top:2rem;align-self:start;overflow-x:hidden;width:100%;min-width:0;box-sizing:border-box}.filters-sidebar::-webkit-scrollbar{width:6px}.filters-sidebar::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.filters-sidebar::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.filters-sidebar::-webkit-scrollbar-thumb:hover{background:#555}.products-content{min-width:0}.explore-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}@media(min-width:1280px){.explore-products-container{max-width:100%;padding:0 .625rem;margin-left:4rem;margin-right:5rem}}@media(min-width:1920px){.explore-products-container{max-width:100%;padding:0 .75rem;margin-left:5.5rem;margin-right:6.5rem}}@media(max-width:1024px){.explore-products-container{max-width:100%;padding:0 1.5rem;margin-left:0;margin-right:0}.explore-products-layout{grid-template-columns:280px 1fr;gap:1.5rem}.explore-products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem}}@media(max-width:768px){.explore-products-container{max-width:100%;padding:0 1rem;margin-left:0;margin-right:0}.explore-products-layout{grid-template-columns:1fr;gap:1.5rem}.filters-sidebar{position:static;max-height:none;overflow-y:visible;order:1}.products-content{order:2}.explore-products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.explore-products-loading{padding:3rem 1rem;min-height:300px}.explore-products-loading .loader{width:36px;height:36px}.explore-products-loading p{font-size:.8rem}.explore-products-empty{padding:3rem 1rem;min-height:300px}.explore-products-empty .empty-icon{font-size:3rem;margin-bottom:.75rem}.explore-products-empty h2{font-size:1.25rem}.explore-products-empty p{font-size:.8rem;padding:0 1rem}}@media(max-width:480px){.explore-products-container{max-width:100%;padding:0 .75rem;margin-left:0;margin-right:0}.explore-products-layout{gap:1.25rem}.explore-products-grid{grid-template-columns:repeat(2,1fr);gap:.625rem}.explore-products-loading{padding:2.5rem .75rem;min-height:250px}.explore-products-loading .loader{width:32px;height:32px;border-width:2.5px}.explore-products-loading p{font-size:.75rem}.explore-products-empty{padding:2.5rem .75rem;min-height:250px}.explore-products-empty .empty-icon{font-size:2.5rem;margin-bottom:.625rem}.explore-products-empty h2{font-size:1.1rem}.explore-products-empty p{font-size:.75rem;padding:0 .5rem}}.store-filters{margin-bottom:24px}.store-filters-inline{display:flex;flex-wrap:nowrap;align-items:center;gap:12px}.store-filters-search-wrap{position:relative;flex-shrink:0;width:280px;min-width:180px}.store-filters-right{display:flex;align-items:center;gap:12px;margin-left:auto;flex-shrink:0}.store-filters-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none;display:flex;align-items:center;justify-content:center}.store-filters-search{width:100%;padding:10px 12px 10px 40px;font-size:14px;line-height:1.4;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#1a202c;transition:border-color .2s,box-shadow .2s}.store-filters-search::placeholder{color:#94a3b8}.store-filters-search:hover{border-color:#cbd5e0}.store-filters-search:focus{outline:none;border-color:#e6a57e;box-shadow:0 0 0 2px #e6a57e33}.store-filters-sort{display:flex;align-items:center;gap:6px;flex-shrink:0}.store-filters-sort-pill{padding:6px 12px;font-size:14px;font-weight:500;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#475569;cursor:pointer;transition:all .2s;white-space:nowrap}.store-filters-sort-pill:hover{border-color:#e6a57e;color:#e6a57e}.store-filters-sort-pill.active{border-color:#e6a57e;background:#e6a57e;color:#fff}.store-filters-estilo-wrap{position:relative;flex-shrink:0}.store-filters-estilo-trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;width:140px;min-width:140px;padding:8px 12px;font-size:14px;font-weight:500;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#475569;cursor:pointer;transition:all .2s;box-sizing:border-box}.store-filters-estilo-trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.store-filters-estilo-trigger:hover,.store-filters-estilo-trigger.open,.store-filters-estilo-trigger.has-selection{border-color:#e6a57e;color:#e6a57e}.store-filters-estilo-trigger.has-selection{background:#e6a57e14}.store-filters-estilo-chevron{flex-shrink:0;transition:transform .2s}.store-filters-estilo-trigger.open .store-filters-estilo-chevron{transform:rotate(180deg)}.store-filters-estilo-panel{position:absolute;top:calc(100% + 6px);left:0;min-width:320px;max-width:440px;max-height:360px;overflow-y:auto;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 40px #0000001f;z-index:100;padding:8px 0}.store-filters-estilo-option{display:flex;align-items:center;gap:10px;padding:10px 14px;font-size:14px;color:#1a202c;cursor:pointer;transition:background .15s}.store-filters-estilo-option:hover{background:#f8fafc}.store-filters-estilo-option input[type=checkbox]{width:18px;height:18px;flex-shrink:0;accent-color:#e6a57e;cursor:pointer}.store-filters-estilo-option span{flex:1}.store-filters-clear{padding:8px 0;font-size:14px;font-weight:500;color:#64748b;background:none;border:none;cursor:pointer;text-decoration:underline;text-underline-offset:2px;transition:color .2s;flex-shrink:0;white-space:nowrap}.store-filters-clear:hover{color:#e6a57e}@media(max-width:900px){.store-filters-inline{flex-wrap:wrap}.store-filters-search-wrap{flex:1 1 100%;width:100%;min-width:0}.store-filters-right{margin-left:auto}}@media(max-width:768px){.store-filters{margin-bottom:20px}.store-filters-inline{gap:10px}.store-filters-search{padding:10px 12px 10px 40px;font-size:16px}.store-filters-sort-pill{font-size:13px;padding:6px 10px}.store-filters-estilo-trigger{font-size:13px;padding:6px 10px;width:120px;min-width:120px}.store-filters-estilo-panel{min-width:260px;max-width:min(380px,calc(100vw - 32px));max-height:280px}.store-filters-estilo-option{padding:8px 12px;font-size:13px}.store-filters-estilo-option input[type=checkbox]{width:16px;height:16px}}.explore-stores-page{min-height:100vh;background-color:#fafafa}.explore-stores-banner{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);height:400px;position:relative;overflow:hidden;padding:0;border:none;box-shadow:none;background:transparent}.explore-stores-banner-img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;border-radius:0}@media(max-width:1024px){.explore-stores-banner{height:320px}}@media(max-width:768px){.explore-stores-banner{height:240px}}@media(max-width:480px){.explore-stores-banner{height:200px}}.explore-stores-main{padding-top:0;min-height:calc(100vh - 80px)}.explore-stores-container{max-width:100%;margin-left:4rem;margin-right:4rem;margin-top:0;margin-bottom:0;padding:32px .5rem}.explore-stores-header{display:flex;flex-wrap:wrap;align-items:baseline;gap:10px 16px;margin-bottom:20px}.explore-stores-header h1{font-size:26px;font-weight:700;color:#1a202c;margin:0;letter-spacing:-.3px}.stores-count{font-size:14px;color:#64748b;margin:0;font-weight:500}.explore-stores-loading,.explore-stores-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center}.loader{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#e6a57e;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.explore-stores-loading p{font-size:15px;color:#64748b;margin:0}.empty-icon{margin-bottom:16px;opacity:.6;display:flex;align-items:center;justify-content:center}.empty-icon svg{color:#e6a57e}.explore-stores-empty h2{font-size:22px;font-weight:600;color:#1a202c;margin:0 0 8px}.explore-stores-empty p{font-size:15px;color:#64748b;margin:0}.stores-list{display:flex;flex-direction:column;gap:12px}.store-card-horizontal{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 2px #0000000f;transition:all .2s ease;cursor:pointer;display:flex;flex-direction:row;border:1px solid #e2e8f0;min-height:200px}.store-card-horizontal:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000014;border-color:#cbd5e0}.store-image-section{position:relative;width:240px;min-width:240px;flex-shrink:0;overflow:hidden;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.store-main-image,.store-vertical-banner{width:100%;height:100%;object-fit:cover;min-height:200px}.store-image-placeholder{width:100%;height:100%;min-height:200px;display:flex;align-items:center;justify-content:center;font-size:48px;color:#94a3b8;background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.store-image-placeholder svg{flex-shrink:0;color:#e6a57e}.store-content-section{flex:1;padding:20px;display:flex;flex-direction:column;gap:12px;min-width:0;overflow:hidden}.store-header-info{margin-bottom:4px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.store-title-row{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.store-header-info .store-favorite-button{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:#ffffffe6;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#666;box-shadow:0 1px 3px #00000014;transition:all .2s ease}.store-header-info .store-favorite-button:hover{transform:scale(1.1);background:#fff;border-color:#cbd5e0;box-shadow:0 2px 8px #0000001a}.store-header-info .store-favorite-button.active{color:#e31b23}.store-header-info .store-favorite-button svg{transition:transform .2s ease}.store-header-info .store-favorite-button:active svg{transform:scale(.8)}.store-avatar-small{width:48px;height:48px;border-radius:8px;object-fit:cover;border:2px solid #e2e8f0;flex-shrink:0}.store-title-group{flex:1;min-width:0}.store-name-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.store-name{font-size:20px;font-weight:700;color:#1a202c;margin:0;line-height:1.3;letter-spacing:-.3px}.store-style-tags{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.store-style-tag{display:inline-block;background:#f3f4f6;color:#4b5563;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:500;line-height:1.4;white-space:nowrap;border:1px solid #e5e7eb;transition:all .2s}.store-rating-row{display:flex;align-items:center;gap:6px;font-size:13px;color:#475569;flex-wrap:wrap}.rating-icon{display:flex;align-items:center;color:#000}.rating-value{font-weight:700;color:#000}.rating-count{color:#94a3b8}.store-category-dot{color:#cbd5e0;font-weight:300}.store-category-text{color:#e6a57e;font-weight:600;font-size:12px}.store-bio{font-size:14px;color:#64748b;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.store-products-row{display:flex;flex-wrap:nowrap;gap:12px;padding:8px 0;width:100%;max-width:100%;overflow:hidden;box-sizing:border-box}.product-preview-item{flex:1 1 140px;min-width:140px;max-width:240px;background:#f8fafc;border-radius:8px;overflow:hidden;transition:all .2s;cursor:pointer;border:1px solid #e2e8f0;box-sizing:border-box}.product-preview-item:hover{background:#f1f5f9;transform:translateY(-2px);box-shadow:0 2px 8px #00000014;border-color:#cbd5e0}.product-preview-img{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:#fff}.product-preview-img img{width:100%;height:100%;object-fit:cover}.product-preview-placeholder{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:#e2e8f0;font-size:28px}.product-discount-tag{position:absolute;top:6px;right:6px;background-color:#fefefe;color:#e31b23;border:none;padding:3px 6px;border-radius:8px;font-size:10px;font-weight:700;line-height:1.2}.product-preview-details{padding:10px}.product-preview-title{font-size:12px;font-weight:500;color:#1a202c;margin:0 0 6px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-preview-pricing{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.product-old-price{font-size:10px;color:#94a3b8;text-decoration:line-through}.product-new-price{font-size:14px;font-weight:700;color:#e6a57e}@media(min-width:1280px){.explore-stores-container{max-width:100%;padding:32px .625rem;margin-left:5rem;margin-right:5rem}}@media(min-width:1920px){.explore-stores-container{max-width:100%;padding:32px .75rem;margin-left:6.5rem;margin-right:6.5rem}}@media(max-width:1024px){.explore-stores-container{max-width:100%;padding:32px 1.5rem;margin-left:0;margin-right:0}}@media(max-width:768px){.explore-stores-container{max-width:100%;padding:24px 1rem;margin-left:0;margin-right:0}.explore-stores-header{margin-bottom:16px}.explore-stores-header h1{font-size:22px}.stores-count{font-size:13px}.store-card-horizontal{flex-direction:column;min-height:auto}.store-image-section{width:100%;min-width:100%;height:180px}.store-main-image,.store-image-placeholder{min-height:180px}.store-content-section{padding:16px}.store-name{font-size:18px}.store-style-tag{font-size:10px;padding:3px 8px}.store-products-row{gap:10px}.product-preview-item{min-width:120px;max-width:200px;flex-basis:120px}}@media(max-width:480px){.explore-stores-container{max-width:100%;padding:24px .75rem;margin-left:0;margin-right:0}.explore-stores-header h1{font-size:20px}.stores-count{font-size:13px}.store-content-section{padding:14px}.store-name-row{gap:6px}.store-name{font-size:16px}.store-style-tags{gap:4px}.store-style-tag{font-size:9px;padding:2px 6px}.store-image-section{height:160px}.store-main-image,.store-image-placeholder{min-height:160px}.store-products-row{gap:8px}.product-preview-item{min-width:100px;max-width:180px;flex-basis:100px}}.store-reviews-modal-overlay{position:fixed;inset:0;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:fadeIn .2s ease-out}.store-reviews-modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:800px;width:100%;max-height:90vh;display:flex;flex-direction:column;position:relative;animation:slideUp .3s ease-out}.store-reviews-modal-header{padding:24px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.store-reviews-modal-title{margin:0;font-size:1.5rem;font-weight:600;color:#1a1a1a}.store-reviews-modal-close{background:none;border:none;cursor:pointer;padding:8px;border-radius:8px;color:#6b7280;display:flex;align-items:center;justify-content:center;transition:all .2s}.store-reviews-modal-close:hover{background-color:#f3f4f6;color:#1a1a1a}.store-reviews-modal-body{flex:1;overflow-y:auto;padding:24px}.store-reviews-loading,.store-reviews-error,.store-reviews-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:#6b7280}.store-reviews-loading .loading-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.store-reviews-list{display:flex;flex-direction:column;gap:24px}.store-review-item{padding:20px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;transition:box-shadow .2s}.store-review-item:hover{box-shadow:0 4px 6px -1px #0000001a}.store-review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.store-review-user-info{display:flex;align-items:center;gap:12px;flex:1}.store-review-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.125rem;flex-shrink:0}.store-review-user-details{display:flex;flex-direction:column;gap:4px}.store-review-user-name{font-weight:600;color:#1a1a1a;font-size:1rem;display:flex;align-items:center;gap:6px}.store-review-verified{color:#10b981;display:flex;align-items:center}.store-review-date{font-size:.875rem;color:#6b7280}.store-review-rating{display:flex;gap:2px;flex-shrink:0}.store-review-star{color:#d1d5db;transition:color .2s}.store-review-star.filled{color:#fbbf24;fill:#fbbf24}.store-review-product{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #f3f4f6}.store-review-product-info{display:flex;align-items:center;gap:12px}.store-review-product-image{width:48px;height:48px;object-fit:cover;border-radius:8px;border:1px solid #e5e7eb}.store-review-product-name{font-size:.875rem;color:#6b7280;font-weight:500}.store-review-content{color:#374151;line-height:1.6;margin-bottom:12px;font-size:.9375rem}.store-review-image-container{margin-top:12px;margin-bottom:12px}.store-review-image{max-width:100%;max-height:400px;border-radius:8px;object-fit:cover;border:1px solid #e5e7eb;cursor:pointer;transition:transform .2s}.store-review-image:hover{transform:scale(1.02)}.store-review-details{display:flex;flex-wrap:wrap;gap:16px;padding-top:12px;border-top:1px solid #f3f4f6}.store-review-detail-item{display:flex;align-items:center;gap:8px}.store-review-detail-label{font-size:.875rem;color:#6b7280;font-weight:500}.store-review-detail-value{display:flex;gap:2px}.store-review-detail-value .store-review-star{width:14px;height:14px}@media(max-width:768px){.store-reviews-modal-content{max-width:100%;max-height:100vh;border-radius:0}.store-reviews-modal-header,.store-reviews-modal-body{padding:20px}.store-review-item{padding:16px}.store-review-header{flex-direction:column;gap:12px}.store-review-rating{align-self:flex-start}}.store-page{min-height:100vh;overflow-x:hidden;background:linear-gradient(180deg,#fafafa,#f7f7f8)}.store-loading,.store-error,.sections-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:3rem 1rem;text-align:center}.loading-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#e6a57e;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}.loading-spinner-small{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#e6a57e;border-radius:50%;animation:spin .8s linear infinite;margin:2rem auto}.store-error h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.store-error p{color:#6b7280;margin-bottom:1.5rem}.btn-primary{background:#e6a57e;color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;border:none;cursor:pointer;transition:background .2s}.btn-primary:hover{background:#d4946b}.store-hero-banner{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);height:400px;position:relative;overflow:hidden;border:none;box-shadow:none;background:transparent;transition:none;padding:0;border-radius:0}.store-hero-banner img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:0}.store-hero-banner:hover,.store-hero-banner:focus,.store-hero-banner:focus-within{transform:none;box-shadow:none;outline:none;background:transparent}.store-hero-banner:after{content:none;display:none}.store-info-section{background:transparent;padding:2rem 0 0;border:none;box-shadow:none}.store-info-section.with-banner{margin-top:0;position:relative;z-index:1;border-radius:0;box-shadow:none;border:none}.store-info-section .container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:nowrap}.store-info-section .store-info-content{flex:1 1 auto;min-width:0;flex-shrink:1;justify-content:flex-start}.store-info-section .store-search-section{flex:0 0 auto;margin-top:0;padding-top:0;padding-bottom:0;position:static;max-width:100%}.store-info-section .store-filters-row{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-end;width:100%;gap:1rem}.store-info-section .store-search-wrapper{flex:1 1 auto;min-width:180px;max-width:420px}.store-info-section .store-sort-wrapper{flex:0 0 auto;min-width:0}.store-info-section.no-banner{margin-top:0;border-radius:0;box-shadow:none;border:none}.store-info-content{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1.5rem}.store-logo-wrapper{flex-shrink:0}.store-logo{width:170px;height:170px;border-radius:22px;object-fit:cover;border:4px solid white;box-shadow:0 4px 12px #0000001f;background:#fff}.store-logo-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e6a57e,#d4946b);color:#fff;font-size:3.75rem;font-weight:700}.store-details{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.store-details-header{display:flex;align-items:center;justify-content:flex-start;gap:1rem;width:auto;max-width:100%;flex-wrap:wrap;margin-bottom:.75rem}.store-name{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin:0;line-height:1.2;flex-shrink:0}.store-stats{display:flex;align-items:center;justify-content:flex-start;gap:1rem;flex-wrap:wrap;margin:0;flex-shrink:0}.store-rating{display:flex;align-items:center;gap:.375rem;padding:.375rem .5rem;margin:-.375rem -.5rem;border-radius:8px;background:transparent;border:none;cursor:pointer;transition:all .2s;font-family:inherit}.store-rating:hover{background-color:#f3f4f6}.store-rating .star-icon{color:#fbbf24;width:18px;height:18px;fill:currentColor}.store-rating .rating-value{font-size:1rem;font-weight:600;color:#1a1a1a}.store-rating .rating-count{font-size:.875rem;color:#6b7280;font-weight:400}.store-orders{display:flex;align-items:center;gap:.375rem;color:#6b7280;font-size:.875rem}.store-orders svg{width:16px;height:16px}.store-style-badges{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:.375rem;margin-bottom:.75rem}.store-details-header .store-style-badges{margin-bottom:0;flex-shrink:0;align-items:center}.store-style-badge{display:inline-block;background:#f3f4f6;color:#4b5563;padding:.125rem .5rem;border-radius:12px;font-size:.6875rem;font-weight:500;line-height:1.4;white-space:nowrap;border:1px solid #e5e7eb;transition:all .2s}.store-style-badge:hover{background:#e5e7eb;border-color:#d1d5db}.store-page .store-bio-wrapper{margin:0;padding:0;max-width:800px}.store-page .store-bio{font-size:.9375rem;color:#6b7280;margin:0;padding:0;line-height:1.5;max-width:800px;min-height:2.5em;text-align:left;text-indent:0;overflow:visible;display:block;white-space:normal}.store-page .store-bio.store-bio--collapsed{min-height:2.5em}.store-page .store-bio-expand-btn{margin-top:.25rem;padding:0;background:none;border:none;font-size:.875rem;font-weight:500;color:#e6a57e;cursor:pointer;text-decoration:none;display:inline-block;font-family:inherit;transition:color .2s}.store-page .store-bio-expand-btn:hover{color:#d4946b;text-decoration:underline}.store-search-section{background:transparent;border:none;box-shadow:none;padding:.9rem 0;position:static;z-index:10;transition:none}.store-search-section:hover,.store-search-section:focus,.store-search-section:focus-within{transform:none;box-shadow:none;outline:none;background:transparent}.store-filters-row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.store-search-wrapper{position:relative;flex:0 1 auto;min-width:200px;max-width:420px;width:100%}.store-sort-wrapper{flex-shrink:0}.store-info-section .store-search-section .product-sort-select-wrapper{min-width:180px}.store-info-section .store-search-section .product-sort{display:flex;align-items:center}.store-search-section .product-sort{margin-bottom:0;padding:0;background:transparent;border:none}.store-search-section .product-sort-label{display:none}.store-search-section .product-sort-select-wrapper{max-width:220px}.store-search-section .product-sort-select{padding:.625rem 2.25rem .625rem .75rem;font-size:.875rem;border:1px solid #e5e7eb;background:#f9fafb;transition:all .2s}.store-search-section .product-sort-select:hover{border-color:#e6a57e;background:#fff}.store-search-section .product-sort-select:focus{border-color:#e6a57e;background:#fff;box-shadow:0 0 0 3px #e6a57e1a}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#9ca3af;pointer-events:none}.store-search-input{width:100%;padding:.75rem 2.5rem .75rem 2.75rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.9375rem;transition:all .2s;background:#f9fafb}.store-search-input:focus{outline:none;border-color:#e6a57e;background:#fff;box-shadow:0 0 0 3px #e6a57e1a}.store-search-input::placeholder{color:#9ca3af}.search-clear{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.25rem;color:#9ca3af;cursor:pointer;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.search-clear:hover{background:#f3f4f6;color:#6b7280}.store-main{padding:0 0 4rem;margin-top:0}.store-page .store-main,.store-page .store-main .store-products-layout,.store-page .store-main .store-products-content,.store-page .store-main .store-sections{padding-top:0;margin-top:0}.store-page .store-sections>.store-section:first-child{margin-top:0;padding-top:0}.store-products-layout{display:grid;grid-template-columns:minmax(260px,320px) 1fr;gap:2rem;align-items:start;max-width:100%;margin:0 auto;padding:0 1rem 0 1.5rem}.store-filters-sidebar{position:sticky;top:2rem;align-self:start;overflow-x:hidden;overflow-y:visible;width:100%;min-width:0;max-height:none;box-sizing:border-box}.store-filters-sidebar::-webkit-scrollbar{width:6px}.store-filters-sidebar::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.store-filters-sidebar::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.store-filters-sidebar::-webkit-scrollbar-thumb:hover{background:#555}.store-products-content{min-width:0}.container{max-width:100%;margin-left:4rem;margin-right:4rem;padding:0 .5rem}.store-empty{text-align:center;padding:4rem 1rem;color:#6b7280}.store-no-results{text-align:center;padding:3rem 1.5rem;margin-top:1rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.store-no-results-title{font-size:1.25rem;font-weight:600;color:#334155;margin:0 0 .5rem}.store-no-results-message{font-size:1rem;font-weight:500;color:#475569;margin:0}.store-sections{display:flex;flex-direction:column;gap:1.25rem;padding-top:0}.store-section{background:transparent;border:none;border-radius:0;padding:0;box-shadow:none}.store-page .store-section:hover,.store-page .store-section:focus,.store-page .store-section:focus-within{background:transparent!important;box-shadow:none!important;outline:none!important;border-color:transparent!important}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:0;padding-bottom:0;border-bottom:none!important;box-shadow:none!important}.section-title{font-size:1.125rem;font-weight:700;color:#111827;text-transform:none;letter-spacing:0;margin:0;border-bottom:none!important;box-shadow:none!important}.store-page .store-section .section-header,.store-page .store-section .section-title,.store-page .store-section .section-header h2,.store-page .store-section h2.section-title{border-bottom:none!important;box-shadow:none!important}.store-page .store-section .section-header{margin-bottom:0;padding-bottom:0}.store-page .store-section hr,.store-page .store-section .divider,.store-page .store-section .section-divider{display:none!important;border:0!important;height:0!important;background:transparent!important}.store-page .store-section .section-header:before,.store-page .store-section .section-header:after,.store-page .store-section .section-title:before,.store-page .store-section .section-title:after{content:none!important;display:none!important}.section-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.section-loading{padding:2rem;display:flex;justify-content:center}.section-expand-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;max-width:200px;margin:1.5rem auto 0;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;color:#374151;background:#f9fafb;border:1px solid rgba(229,231,235,.9);border-radius:8px;cursor:pointer;transition:all .2s;font-family:inherit}.section-expand-btn:hover{color:#111827;border-color:#e6a57e99;background:#e6a57e1a}.section-expand-btn svg{transition:transform .2s}@media(min-width:1920px){.container{margin-left:6.5rem;margin-right:6.5rem}.store-hero-banner{height:400px}.section-products{grid-template-columns:repeat(5,1fr);gap:1.5rem}}@media(min-width:1280px){.container{margin-left:5rem;margin-right:5rem}.section-products{grid-template-columns:repeat(4,1fr);gap:1.25rem}}@media(max-width:1024px){.container{margin-left:0;margin-right:0;padding:0 1.5rem}.store-products-layout{grid-template-columns:minmax(240px,280px) 1fr;gap:1.5rem;padding:0 1rem}.store-filters-sidebar{max-height:none}.store-hero-banner{height:320px}.store-info-section.with-banner{margin-top:0;border-radius:0}.store-logo{width:140px;height:140px}.store-name{font-size:1.5rem}.section-products{grid-template-columns:repeat(3,1fr);gap:1rem}}@media(max-width:768px){.store-hero-banner{height:240px}.store-info-section{padding:1.5rem 0 0}.store-info-section .container{flex-direction:column;align-items:stretch;gap:1.25rem}.store-info-section .store-info-content{justify-content:center}.store-info-section .store-search-section{margin-top:0}.store-info-section .store-filters-row{justify-content:center;width:100%}.store-info-section.with-banner{margin-top:0;border-radius:0}.store-info-content{gap:1rem}.store-logo{width:115px;height:115px;border-width:3px}.store-logo-placeholder{font-size:2.75rem}.store-name{font-size:1.25rem}.store-stats{gap:.75rem}.store-rating .rating-value{font-size:.9375rem}.store-rating .rating-count{font-size:.8125rem}.store-page .store-bio{font-size:.875rem}.container{padding:0 1rem}.store-search-section{padding:.875rem 0}.store-filters-row{flex-direction:column;gap:1rem;align-items:stretch}.store-search-wrapper{max-width:100%}.store-sort-wrapper{width:100%}.store-search-section .product-sort-select-wrapper{max-width:100%}.store-products-layout{grid-template-columns:1fr;gap:1.5rem;padding:0 1rem}.store-filters-sidebar{position:static;order:1;max-height:none;width:100%}.store-products-content{order:2}.store-main .product-filters{background:#fff;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000f}.store-main .filters-content:not(.filters-collapsed){max-height:none;overflow-y:visible}.store-main{padding:0 0 3rem}.store-sections{gap:2.5rem}.section-title{font-size:1rem}.section-products{grid-template-columns:repeat(2,1fr);gap:.75rem}.section-expand-btn{max-width:180px;padding:.625rem 1.25rem;font-size:.8125rem}}@media(max-width:480px){.store-hero-banner{height:200px}.store-info-section.with-banner{margin-top:0}.store-info-content{flex-direction:column;align-items:center;text-align:center}.store-logo{width:96px;height:96px}.store-logo-placeholder{font-size:2.25rem}.store-details{display:flex;flex-direction:column;align-items:center}.store-name{font-size:1.125rem}.store-stats,.store-style-badges{justify-content:center}.store-page .store-bio{text-align:left;max-width:100%}.container{padding:0 .75rem}.section-products{grid-template-columns:repeat(2,1fr);gap:.5rem}.section-expand-btn{max-width:160px;margin-top:1.25rem}}.store-section .product-card-marketplace:hover{transform:none;box-shadow:none}.store-section .product-card-marketplace .product-info .product-price{margin-top:-.5rem}.store-section .product-card-marketplace .product-info{padding-left:6px;text-align:left}.store-section .product-card-marketplace .product-info .product-seller,.store-section .product-card-marketplace .product-info .product-name,.store-section .product-card-marketplace .product-info .product-price{text-align:left}.store-section .product-seller-link{color:inherit;text-decoration:none;cursor:pointer}.store-section .product-seller-link:hover,.store-section .product-card-marketplace .product-info a.product-seller-link:hover{text-decoration:underline!important;text-underline-offset:2px;border-bottom:1px solid currentColor;color:#374151}.store-section .product-color-options{display:flex;align-items:center;gap:.375rem;margin-top:.125rem;flex-wrap:wrap}.store-section .product-color-swatch{width:12px;height:12px;border-radius:50%;flex-shrink:0;border:1px solid rgba(0,0,0,.2);padding:0;margin:0;cursor:pointer;display:block;appearance:none;-webkit-appearance:none}.store-section .product-color-swatch:hover{opacity:.9}.store-section .product-color-swatch.selected{box-shadow:0 0 0 1px #0003}.user-signup-form{width:100%;max-width:800px;margin:0 auto;padding:20px}.user-signup-form h2{font-size:28px;font-weight:600;margin-bottom:30px;color:#343434;text-align:center}.user-signup-form .form-section{margin-bottom:40px;padding:25px;background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef}.user-signup-form .form-section h3{font-size:20px;font-weight:600;margin-bottom:20px;color:#343434;padding-bottom:10px;border-bottom:2px solid #e6a57e}.user-signup-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.user-signup-form .form-group{margin-bottom:20px}.user-signup-form .form-group label{display:block;margin-bottom:8px;font-weight:500;color:#343434;font-size:14px}.user-signup-form .form-group input,.user-signup-form .form-group select{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:16px;transition:all .3s ease;box-sizing:border-box}.user-signup-form .form-group input:focus,.user-signup-form .form-group select:focus{outline:none;border-color:#e6a57e;box-shadow:0 0 0 3px #e6a57e1a}.user-signup-form .form-group input.error,.user-signup-form .form-group select.error{border-color:#ef4444}.user-signup-form .error-message{display:block;color:#ef4444;font-size:12px;margin-top:6px}.user-signup-form .general-error{background:#fee2e2;color:#991b1b;padding:12px 16px;border-radius:8px;margin-bottom:20px;border:1px solid #fecaca}.user-signup-form .loading-indicator{display:inline-block;color:#e6a57e;font-size:12px;margin-left:8px;font-style:italic}.user-signup-form .submit-button{width:100%;padding:16px;background:#e6a57e;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:20px}.user-signup-form .submit-button:hover:not(:disabled){background:#d4956b;transform:translateY(-2px);box-shadow:0 4px 12px #e6a57e4d}.user-signup-form .submit-button:disabled{opacity:.6;cursor:not-allowed}.password-strength-indicator{margin-top:12px;padding:16px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.password-requirements{display:flex;flex-direction:column;gap:8px}.password-requirement{display:flex;align-items:center;gap:10px;font-size:13px}.password-requirement.met{color:#10b981}.password-requirement.unmet{color:#6b7280}.password-requirement .requirement-icon{font-weight:700;font-size:16px;width:20px;text-align:center}.password-requirement.met .requirement-icon{color:#10b981}.password-requirement.unmet .requirement-icon{color:#9ca3af}.password-strength-good{margin-top:12px;padding:10px;background:#d1fae5;color:#065f46;border-radius:6px;font-size:13px;font-weight:500;text-align:center;border:1px solid #a7f3d0}.terms-checkbox-group{display:flex;flex-direction:row;align-items:center;gap:0;margin:20px 0;padding:0}.terms-checkbox-group input[type=checkbox]{margin:0;padding:0;flex-shrink:0;cursor:pointer;width:18px;height:18px}.terms-checkbox-group .terms-text{font-size:14px;line-height:1.5;white-space:normal;margin:0;padding:0 0 0 10px;cursor:pointer;color:#343434}.terms-checkbox-group .terms-link{background:none;border:none;color:#e6a57e;text-decoration:underline;cursor:pointer;padding:0;font-size:14px;display:inline;margin:0;font-weight:500}.terms-checkbox-group .required{color:#ef4444;font-weight:700}.terms-checkbox-group .error-message{display:block;width:100%;margin-top:6px;margin-left:28px}@media(max-width:768px){.user-signup-form .form-row{grid-template-columns:1fr}.user-signup-form{padding:15px}.user-signup-form .form-section{padding:20px}.terms-checkbox-group .terms-text,.terms-checkbox-group .terms-link{font-size:13px}}.signup-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:40px 20px}.signup-page .auth-container{max-width:900px;width:100%;background:#fff;border-radius:16px;padding:40px;box-shadow:0 4px 6px #0000001a}.signup-page .auth-header{position:relative;text-align:center;margin-bottom:30px;padding-top:60px;min-height:100px}.btn-secondary{padding:12px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;border:1px solid #e2e8f0;background:#fff;color:#4a5568;display:flex;align-items:center;justify-content:center;gap:8px}.signup-page .auth-header h1{font-size:36px;font-weight:700;color:#2d3748;margin:0 0 8px}.signup-page .auth-header p{font-size:16px;color:#718096;margin:0}.signup-page .auth-content{margin-bottom:30px}.signup-page .auth-footer{text-align:center;padding-top:20px;border-top:1px solid #e2e8f0}.signup-page .auth-footer p{margin:8px 0;font-size:14px;color:#718096}.signup-page .auth-footer a{color:#e6a57e;text-decoration:none;font-weight:500}.signup-page .auth-footer a:hover{text-decoration:underline}@media(max-width:768px){.signup-page .auth-container{padding:30px 20px}.signup-page .auth-header h1{font-size:28px}}.user-verify-email-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:linear-gradient(135deg,#f5f5f5,#e8e8e8)}.user-verify-email-card{max-width:440px;width:100%;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;padding:2rem}.user-verify-email-title{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:#1a1a1a;text-align:center}.user-verify-email-subtitle{margin:0 0 1.5rem;font-size:.95rem;color:#666;text-align:center}.user-verify-email-alert{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border-radius:8px;margin-bottom:1.25rem}.user-verify-email-alert p{margin:0;font-size:.9rem}.user-verify-email-alert-success{background:#ecfdf5;color:#065f46}.user-verify-email-alert-success svg{flex-shrink:0;width:1.25rem;height:1.25rem}.user-verify-email-alert-error{background:#fef2f2;color:#991b1b}.user-verify-email-alert-error svg{flex-shrink:0;width:1.25rem;height:1.25rem}.user-verify-email-alert-info{background:#eff6ff;color:#1e40af}.user-verify-email-alert-info svg{flex-shrink:0;width:1.25rem;height:1.25rem}.user-verify-email-form{margin-bottom:1.5rem}.user-verify-email-info{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;padding:1rem;background:#f9fafb;border-radius:8px}.user-verify-email-info p{margin:0;font-size:.9rem;color:#374151}.user-verify-email-info svg{flex-shrink:0;width:1.25rem;height:1.25rem;color:#6b7280}.user-verify-email-label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#374151}.user-verify-email-input{width:100%;padding:.75rem 1rem;font-size:1.25rem;letter-spacing:.5rem;text-align:center;font-family:ui-monospace,monospace;border:1px solid #d1d5db;border-radius:8px;margin-bottom:1rem;box-sizing:border-box}.user-verify-email-input:focus{outline:none;border-color:#e6a57e;box-shadow:0 0 0 2px #e6a57e40}.user-verify-email-btn-primary{width:100%;padding:.75rem 1rem;font-size:1rem;font-weight:600;color:#fff;background:#e6a57e;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.user-verify-email-btn-primary:hover:not(:disabled){background:#d4956b}.user-verify-email-btn-primary:disabled{opacity:.6;cursor:not-allowed}.user-verify-email-resend{margin-top:1.5rem;text-align:center}.user-verify-email-resend p{margin:0 0 .75rem;font-size:.9rem;color:#6b7280}.user-verify-email-btn-secondary{width:100%;padding:.75rem 1rem;font-size:.95rem;font-weight:500;color:#374151;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:background .2s}.user-verify-email-btn-secondary:hover:not(:disabled){background:#e5e7eb}.user-verify-email-btn-secondary:disabled{opacity:.6;cursor:not-allowed}.user-verify-email-footer{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.5rem}.user-verify-email-link{background:none;border:none;padding:.5rem 0;font-size:.9rem;color:#6b7280;cursor:pointer;text-align:center;transition:color .2s}.user-verify-email-link:hover{color:#e6a57e}.user-verify-email-spin{animation:spin 1s linear infinite}.marketplace-header{background:#fff;border-bottom:none;position:relative;z-index:10000;box-shadow:none;margin-bottom:0;padding-bottom:0}.marketplace-top-bar{display:grid;grid-template-columns:1fr auto;align-items:center;padding:.6rem 2rem;gap:2rem}.marketplace-search-toggle-wrap{display:flex;align-items:center;justify-content:flex-end;transition:width .25s ease}.marketplace-search-toggle-wrap--expanded{width:260px;min-width:260px}.search-toggle-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;background:transparent;color:#1a1a1a;cursor:pointer;border-radius:12px;transition:background-color .2s,color .2s}.search-toggle-button:hover{background:#f0f0f0;color:#000}.marketplace-search-inline{display:flex;align-items:center;width:100%;gap:.5rem;background:transparent}.search-input-inline{flex:1;min-width:0;padding:.5rem .25rem .5rem 0;border:none;border-bottom:1px solid #343434;border-radius:0;font-size:.875rem;color:#1a1a1a;background:transparent;outline:none;transition:border-color .2s}.search-input-inline::placeholder{color:#9ca3af}.search-input-inline:focus{border-bottom-color:#1a1a1a}.search-submit-inline{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;background:transparent;color:#1a1a1a;cursor:pointer;flex-shrink:0;transition:opacity .2s}.search-submit-inline:hover{opacity:.7}.marketplace-logo{font-size:1.5rem;font-weight:700;margin:0;letter-spacing:-.5px;justify-self:start}.marketplace-logo-link{color:#1a1a1a;text-decoration:none;transition:opacity .2s;display:inline-block}.marketplace-logo-link:hover{opacity:.7}.marketplace-logo-link .logo-image{max-width:140px;height:auto;display:block;object-fit:contain}.marketplace-logo-link .logo-text{font-size:1.5rem;font-weight:700;color:#1a1a1a;letter-spacing:-.5px}.marketplace-header .marketplace-search{width:100%;display:flex;align-items:center;border:1px solid #e5e5e5;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 2px 8px #0000000a;position:relative;outline:none}.marketplace-header .marketplace-search.marketplace-search--expanded{animation:searchExpand .25s ease forwards}@keyframes searchExpand{0%{opacity:0}to{opacity:1}}.marketplace-header .marketplace-search:focus-within{border-color:#e5e5e5;box-shadow:0 4px 12px #00000014;outline:none}.marketplace-header .search-input{flex:1;padding:.625rem 1rem;border:none;border-radius:0;font-size:.875rem;line-height:normal;outline:none;background:transparent;color:#343434;font-weight:400;margin:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:100%;box-sizing:border-box;display:block;align-self:stretch}.marketplace-header .search-input::placeholder{color:#9ca3af;font-weight:400;line-height:normal;vertical-align:middle}.marketplace-header .search-input:focus{color:#1a1a1a;outline:none;box-shadow:none;border:none}.marketplace-header .search-input:focus-visible{outline:none;border:none}.marketplace-header .search-input:active{outline:none;border:none}.marketplace-header .search-button{padding:.625rem 1.5rem;background:#2b2b2b;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;margin:0;box-shadow:none;position:relative;z-index:1;height:100%;align-self:stretch}.marketplace-header .search-button:hover{background:#1f1f1f;box-shadow:0 4px 8px #2b2b2b40}.marketplace-header .search-button:active{box-shadow:0 2px 4px #0003}.marketplace-header .search-button svg{flex-shrink:0}.marketplace-auth{display:flex;gap:.75rem;align-items:center;justify-self:end}.marketplace-auth--desktop{display:flex;align-items:center;gap:.75rem}.auth-button{padding:.5rem 1.25rem;border:1px solid #1a1a1a;background:#fff;color:#1a1a1a;font-size:.75rem;font-weight:600;text-transform:uppercase;cursor:pointer;border-radius:12px;transition:all .2s}.auth-button:hover,.auth-button.primary{background:#2b2b2b;color:#fff;border-color:#2b2b2b}.auth-button.primary:hover{background:#1f1f1f;border-color:#1f1f1f;color:#fff}.auth-button.profile-button{display:flex;align-items:center;gap:.5rem;background:#1a1a1a;color:#fff}.auth-button.profile-button:hover{background:#333;color:#fff}.cart-button,.wishlist-button,.notification-button{position:relative;background:none;border:none;color:#2b2b2b;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:opacity .2s;text-decoration:none}.cart-button:hover,.wishlist-button:hover,.notification-button:hover{opacity:.7}.marketplace-header .cart-button{padding-right:.875rem}.cart-badge,.wishlist-badge{position:absolute;top:-2px;right:-2px;background:#2b2b2b;color:#fff;font-size:.625rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid white}.marketplace-nav{display:flex;align-items:center;justify-content:center;padding:.5rem 2rem 0;gap:2rem;overflow-x:auto;margin-bottom:0;padding-bottom:0}.nav-item-wrapper{position:relative}.nav-item{color:#1a1a1a;font-size:.75rem;font-weight:600;text-transform:uppercase;text-decoration:none;display:flex;align-items:center;gap:.25rem;white-space:nowrap}.nav-dropdown{position:fixed;top:var(--dropdown-top, auto);left:var(--dropdown-left, 50%);transform:translate(-50%);background:#fff;border:1px solid #e5e5e5;box-shadow:0 10px 25px #0000001a;z-index:10001;width:90vw;max-width:1200px;padding:2rem;display:grid}.nav-dropdown-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem}.nav-dropdown-title{font-size:.875rem;font-weight:700;text-transform:uppercase;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #f0f0f0}.nav-dropdown-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.5rem}.nav-dropdown-link{color:#6b7280;font-size:.875rem;text-decoration:none;transition:color .2s}.nav-dropdown-link:hover{color:#1a1a1a}.profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:10001;min-width:250px;max-width:300px;overflow:hidden}.dropdown-header{padding:1rem 1.25rem .4rem;border-bottom:1px solid #f0f0f0}.dropdown-header h3{font-size:.875rem;font-weight:700;color:#1a1a1a;margin:0}.dropdown-menu{display:flex;flex-direction:column;padding:0 0 .5rem}.dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:none;border:none;color:#4a5568;font-size:.875rem;text-align:left;cursor:pointer;transition:background-color .2s;width:100%}.dropdown-item:hover{background-color:#f7fafc;color:#1a1a1a}.dropdown-item span{flex:1}.dropdown-item-logout{border-top:1px solid #f0f0f0;margin-top:.25rem;padding-top:.75rem;color:#e53e3e}.dropdown-item-logout:hover{background-color:#fed7d7;color:#c53030}.dropdown-item:focus{outline:2px solid #e6a57e;outline-offset:-2px}.dropdown-item-logout:focus{outline-color:#e53e3e}.header-hamburger{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;background:transparent;color:#1a1a1a;cursor:pointer;border-radius:12px;flex-shrink:0}.header-hamburger:hover{background:#f0f0f0}.header-drawer-overlay{position:fixed;inset:0;background:#0006;z-index:10002;animation:headerDrawerFadeIn .2s ease}.header-drawer{position:fixed;top:0;right:0;bottom:0;width:min(320px,85vw);max-width:100%;background:#fff;box-shadow:-4px 0 20px #0000001f;z-index:10003;display:flex;flex-direction:column;animation:headerDrawerSlideIn .25s ease}@keyframes headerDrawerFadeIn{0%{opacity:0}to{opacity:1}}@keyframes headerDrawerSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.header-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}.header-drawer-title{font-size:1.125rem;font-weight:700;color:#1a1a1a}.header-drawer-close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:none;background:transparent;color:#374151;cursor:pointer;border-radius:12px}.header-drawer-close:hover{background:#f3f4f6}.header-drawer-body{padding:1rem;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.header-drawer-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;border:1px solid #e5e7eb;background:#fff;color:#1a1a1a;font-size:.9375rem;font-weight:500;text-align:left;cursor:pointer;border-radius:12px;transition:background .2s,border-color .2s}.header-drawer-item:hover{background:#f9fafb;border-color:#d1d5db}.header-drawer-item.primary{background:#2b2b2b;border-color:#2b2b2b;color:#fff;justify-content:center}.header-drawer-item.primary:hover{background:#1f1f1f;border-color:#1f1f1f;color:#fff}.header-drawer-item.logout{color:#dc2626;border-color:#fecaca}.header-drawer-item.logout:hover{background:#fef2f2;border-color:#fca5a5}.header-drawer-user{padding:.75rem 1rem;font-size:.9375rem;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb;margin-bottom:.25rem}@media(max-width:1024px){.marketplace-auth--desktop{display:none!important}.header-hamburger{display:flex}}@media(max-width:768px){.marketplace-top-bar{padding:.5rem 1rem;gap:.75rem}.marketplace-logo-link .logo-image{max-width:120px}.marketplace-search-toggle-wrap--expanded{width:200px;min-width:200px}.marketplace-header .marketplace-auth{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.5rem}.marketplace-header .search-input{padding:.625rem .875rem;font-size:.875rem}.marketplace-header .search-button{padding:.625rem 1rem;font-size:.7rem;min-width:44px}.marketplace-header .search-button-text{display:none}.marketplace-header .search-button svg{width:18px;height:18px}.auth-button{padding:.5rem 1rem;font-size:.7rem;min-width:44px}.cart-button,.wishlist-button,.notification-button{min-width:44px;min-height:44px}.marketplace-nav{padding:.45rem 1rem 0;gap:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-bottom:0;padding-bottom:0}.marketplace-nav::-webkit-scrollbar{display:none}.nav-item{font-size:.7rem;white-space:nowrap;flex-shrink:0}.profile-dropdown{right:auto;left:50%;transform:translate(-50%);min-width:280px;max-width:calc(100vw - 2rem)}}@media(max-width:480px){.marketplace-top-bar{padding:.625rem .75rem;gap:.625rem}.marketplace-logo-link .logo-image{max-width:100px}.marketplace-header .marketplace-auth{gap:.375rem}.auth-button{padding:.5rem .75rem;font-size:.65rem}.marketplace-nav{padding:.5rem .75rem 0;gap:.75rem;margin-bottom:0;padding-bottom:0}.nav-item{font-size:.65rem}}.marketplace-navigation{background-color:#fff;border-bottom:1px solid #e5e7eb;position:relative;z-index:9999;box-shadow:0 1px 3px #0000001a;overflow:visible;padding:0;margin:0}.marketplace-nav-container{max-width:100%;margin:0 auto;padding:0 4rem;display:flex;align-items:flex-start;justify-content:center;gap:.5rem;overflow-x:auto;overflow-y:visible;scrollbar-width:none;-ms-overflow-style:none;padding-top:0}.marketplace-nav-container::-webkit-scrollbar{display:none}.marketplace-nav-item{display:flex;align-items:center;gap:.375rem;padding:0 1.25rem .875rem;margin-top:0;background:none;border:none;color:#374151;font-size:.9375rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .2s ease;position:relative}.marketplace-nav-item:hover{color:#111827;background-color:#f9fafb}.marketplace-nav-item:active{transform:scale(.98)}.marketplace-nav-item-dropdown{position:relative;display:inline-block;overflow:visible}.dropdown-arrow{transition:transform .2s ease;flex-shrink:0}.dropdown-arrow.open{transform:rotate(180deg)}.marketplace-dropdown{background-color:#fff;border:none;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;border-radius:0;box-shadow:0 8px 24px -4px #0000000f,0 4px 10px -4px #0000000a;min-width:200px;max-width:300px;max-height:500px;overflow-y:auto;overflow-x:hidden;z-index:99999;animation:dropdownFadeIn .2s ease-out;pointer-events:auto;visibility:visible;opacity:1;display:block!important;padding-top:0;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.marketplace-dropdown::-webkit-scrollbar{width:6px}.marketplace-dropdown::-webkit-scrollbar-track{background:transparent}.marketplace-dropdown::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:3px}.marketplace-dropdown::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}.marketplace-dropdown-brands{min-width:250px;max-width:350px;max-height:600px}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.marketplace-dropdown-content{padding:.5rem .25rem .75rem}.marketplace-dropdown-item{display:block;width:100%;padding:.625rem 1rem;margin:0 .25rem;background:none;border:none;text-align:left;color:#374151;font-size:.875rem;font-weight:500;letter-spacing:.01em;cursor:pointer;border-radius:6px;transition:background-color .18s ease,color .18s ease}.marketplace-dropdown-item:hover{background-color:#f1f5f9;color:#0f172a}.marketplace-dropdown-item:active{background-color:#e2e8f0}.marketplace-dropdown-item.active{background-color:#eff6ff;color:#2563eb;font-weight:600}.marketplace-dropdown-empty{padding:1.25rem 1rem;text-align:center;color:#94a3b8;font-size:.875rem;font-weight:500}@media(max-width:1024px){.marketplace-nav-container{padding:0 1rem;gap:.375rem;justify-content:flex-start}.marketplace-nav-item{padding:0 .875rem .75rem;font-size:.875rem;flex-shrink:0}}@media(max-width:768px){.marketplace-navigation{position:relative}.marketplace-nav-container{padding:0 1rem;gap:.25rem;justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-padding-left:1rem}.marketplace-nav-item{padding:0 .75rem .7rem;font-size:.8125rem;flex-shrink:0}.marketplace-dropdown{min-width:180px;max-width:250px}}@media(max-width:480px){.marketplace-nav-container{padding:0 .75rem;gap:.125rem;justify-content:flex-start;scroll-padding-left:.75rem}.marketplace-nav-item{padding:0 .625rem .6rem;font-size:.75rem;flex-shrink:0}.marketplace-dropdown{min-width:160px;max-width:220px}}@media(max-width:320px){.marketplace-nav-container{padding:0 .5rem;gap:.125rem}.marketplace-nav-item{padding:0 .5rem .5rem;font-size:.6875rem}.marketplace-dropdown{min-width:140px;max-width:200px}}.marketplace-header-wrapper{position:sticky;top:0;z-index:10000;background:#fff;box-shadow:0 1px 3px #0000000d;transform:translateZ(0);will-change:transform;isolation:isolate}@media(max-width:1024px){.marketplace-header-wrapper{overflow-x:clip;max-width:100%}}.alert-modal-overlay{position:fixed;inset:0;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:fadeIn .2s ease-out}.alert-modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:480px;width:100%;padding:32px;position:relative;animation:slideUp .3s ease-out;border:2px solid transparent}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.alert-modal-content.alert-modal-success{border-color:#10b981}.alert-modal-content.alert-modal-error{border-color:#ef4444}.alert-modal-content.alert-modal-info{border-color:#3b82f6}.alert-modal-content.alert-modal-warning{border-color:#f59e0b}.alert-modal-close{position:absolute;top:16px;right:16px;background:none;border:none;color:#737373;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease;font-size:20px;width:32px;height:32px}.alert-modal-close:hover{background-color:#f5f5f5;color:#404040}.alert-modal-close:active{transform:scale(.95)}.alert-modal-icon-wrapper{display:flex;justify-content:center;margin-bottom:20px}.alert-modal-icon-wrapper .alert-icon{width:64px;height:64px;stroke-width:2}.alert-modal-success .alert-icon{color:#10b981}.alert-modal-error .alert-icon{color:#ef4444}.alert-modal-info .alert-icon{color:#3b82f6}.alert-modal-warning .alert-icon{color:#f59e0b}.alert-modal-text{text-align:center;margin-bottom:24px}.alert-modal-title{font-size:24px;font-weight:600;color:#171717;margin:0 0 12px;line-height:1.3}.alert-modal-message{font-size:16px;color:#404040;margin:0;line-height:1.5;word-wrap:break-word}.alert-modal-buttons{display:flex;flex-wrap:wrap;gap:12px;width:100%}.alert-modal-buttons .alert-modal-button{flex:1;min-width:0}.alert-modal-buttons .alert-modal-button:only-child{flex:1 1 100%}.alert-modal-button-secondary{background-color:transparent;color:#404040;border:2px solid #D4D4D4}.alert-modal-button-secondary:hover{background-color:#f5f5f5;border-color:#a3a3a3;transform:none;box-shadow:none}.alert-modal-button-secondary:active{background-color:#e5e5e5;transform:none;box-shadow:none}.alert-modal-button-secondary:focus{box-shadow:0 0 0 3px #a3a3a333}.alert-modal-button{width:100%;padding:14px 24px;font-size:16px;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;background-color:#e6a57e;color:#fff;font-family:inherit}.alert-modal-button:hover{background-color:#d4946b;transform:translateY(-1px);box-shadow:0 4px 12px #e6a57e4d}.alert-modal-button:active{background-color:#c28358;transform:translateY(0);box-shadow:0 2px 4px #e6a57e33}.alert-modal-button:focus{outline:none;box-shadow:0 0 0 3px #e6a57e33}@media(max-width:640px){.alert-modal-content{padding:24px;max-width:100%;margin:0 16px}.alert-modal-title{font-size:20px}.alert-modal-message{font-size:14px}.alert-modal-icon-wrapper .alert-icon{width:56px;height:56px}.alert-modal-buttons{flex-direction:column}.alert-modal-buttons .alert-modal-button{flex:none;width:100%}}.seller-signup-container{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:40px 20px;display:flex;justify-content:center;align-items:flex-start}.seller-signup-content{max-width:600px;width:100%;background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 6px #0000001a}@media(max-width:768px){.seller-signup-container{padding:20px 16px}.seller-signup-content{padding:24px 20px}}.signup-header{position:relative;text-align:center;margin-bottom:32px;padding-top:80px;min-height:120px}.signup-header-back{position:absolute;top:24px;left:0;display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .75rem;font-size:.9375rem;font-weight:500;color:#718096;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:color .2s ease,background-color .2s ease}.signup-header-back:hover:not(:disabled){color:#2d3748;background-color:#f7fafc}.signup-header-back:disabled{opacity:.6;cursor:not-allowed}.signup-header-back svg{flex-shrink:0;width:18px;height:18px}.signup-title{font-size:28px;font-weight:700;color:#2d3748;margin:0 0 8px}.signup-subtitle{font-size:14px;color:#718096;margin:0}@media(max-width:768px){.signup-title{font-size:24px}}.progress-indicator{display:flex;align-items:center;justify-content:center;margin-bottom:32px;position:relative;gap:8px}.progress-step-wrapper{display:flex;align-items:center;flex:0 0 auto}.progress-step{width:40px;height:40px;border-radius:50%;background:#e2e8f0;color:#718096;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;transition:all .3s ease}.progress-step.active{background:#e6a57e;color:#fff}.progress-line{width:60px;height:2px;background:#e2e8f0;margin:0 8px;transition:all .3s ease;flex-shrink:0}.progress-line.active{background:#e6a57e}.step-container{margin-bottom:32px}.seller-signup-step{display:flex;flex-direction:column;gap:24px;animation:fadeIn .3s ease}.step-title{font-size:24px;font-weight:600;color:#2d3748;margin:0 0 8px}.step-description{font-size:16px;color:#718096;margin:0 0 24px}@media(max-width:768px){.step-title{font-size:20px}}.form-group{display:flex;flex-direction:column;gap:8px}.form-group.terms-checkbox-group{flex-direction:row}.form-label{font-size:14px;font-weight:500;color:#4a5568}.form-input{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:16px;transition:all .2s ease;box-sizing:border-box}.form-input:focus{outline:none;border-color:#e6a57e;box-shadow:0 0 0 3px #e6a57e1a}.form-input.error{border-color:#e53e3e}.error-message{font-size:14px;color:#e53e3e;margin-top:4px}.form-hint{font-size:12px;color:#718096;margin-top:4px}.input-with-icon{position:relative;display:flex;align-items:center}.input-with-icon .form-input{padding-right:48px}.input-icon-btn{position:absolute;right:12px;background:none;border:none;color:#718096;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px;transition:color .2s ease}.input-icon-btn:hover{color:#2d3748}.input-with-button{display:flex;gap:8px;align-items:stretch}.input-with-button .form-input{flex:1}.input-with-button .btn-secondary{height:48px;min-height:48px;padding-top:0;padding-bottom:0;box-sizing:border-box}.radio-group{display:flex;flex-direction:column;gap:12px}.radio-option{padding:16px;border:2px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;text-align:left;display:flex;flex-direction:column;gap:4px}.radio-option:hover,.radio-option.active{border-color:#e6a57e;background:#fef9f5}.radio-title{font-weight:600;font-size:16px;color:#2d3748}.radio-subtitle{font-size:14px;color:#718096}.seller-signup-container .info-box{padding:20px;border-radius:12px;border:1px solid;text-align:left}.seller-signup-container .info-primary{background:#f0f9ff;border-color:#93c5fd}.seller-signup-container .info-success{background:#f0fdf4;border-color:#86efac}.seller-signup-container .info-warning{background:#fffbeb;border-color:#fcd34d}.seller-signup-container .info-neutral{background:#f9fafb;border-color:#e5e7eb}.seller-signup-container .info-header{display:flex;align-items:center;justify-content:flex-start;gap:2px;margin-bottom:12px}.seller-signup-container .info-icon{font-size:24px;flex-shrink:0;margin:0;padding:0;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center}.seller-signup-container .info-icon svg{width:100%;height:100%;margin:0;padding:0;display:block}.seller-signup-container .info-primary .info-icon{color:#3b82f6}.seller-signup-container .info-success .info-icon{color:#10b981}.seller-signup-container .info-warning .info-icon{color:#f59e0b}.seller-signup-container .info-neutral .info-icon{color:#6b7280}.seller-signup-container .info-title{font-size:18px;font-weight:600;margin:0;padding:0 0 0 8px;line-height:1.2;text-align:left}.seller-signup-container .info-primary .info-title{color:#1e40af}.seller-signup-container .info-success .info-title{color:#059669}.seller-signup-container .info-warning .info-title{color:#d97706}.seller-signup-container .info-neutral .info-title{color:#374151}.seller-signup-container .info-text{font-size:14px;margin:0 0 12px;line-height:1.5}.seller-signup-container .info-primary .info-text{color:#1e3a8a}.seller-signup-container .info-success .info-text{color:#065f46}.seller-signup-container .info-warning .info-text{color:#92400e}.seller-signup-container .info-neutral .info-text{color:#4b5563}.seller-signup-container .info-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.seller-signup-container .info-list li{display:flex;align-items:center;gap:8px;font-size:14px}.seller-signup-container .check-icon{color:#10b981;font-size:16px;flex-shrink:0}.step-actions,.seller-signup-content .step-actions{display:flex;justify-content:center;align-items:center;gap:16px;margin-bottom:24px;width:100%;max-width:100%;box-sizing:border-box}.btn-primary,.btn-secondary{padding:12px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;display:flex;align-items:center;justify-content:center;gap:8px}.seller-signup-content .step-actions .btn-primary{flex:0 0 auto;margin:0}.btn-primary:hover:not(:disabled){background:#d4946e;transform:translateY(-1px);box-shadow:0 4px 8px #e6a57e4d}.btn-primary:disabled{background:#cbd5e0;cursor:not-allowed;opacity:.6}.btn-secondary{background:#fff;color:#4a5568;border:1px solid #e2e8f0}.btn-secondary:hover:not(:disabled){background:#f7fafc;border-color:#cbd5e0}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.step-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}.signup-footer{text-align:center;padding-top:24px;border-top:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;gap:8px}.footer-text{font-size:14px;color:#718096}.footer-link{background:none;border:none;color:#e6a57e;font-weight:600;font-size:14px;cursor:pointer;text-decoration:underline}.footer-link:hover{color:#d4946e}.terms-checkbox-group{display:flex;flex-direction:row;align-items:center;gap:0;margin:0;padding:0}.terms-checkbox-group input[type=checkbox]{margin:0;padding:0;flex-shrink:0;cursor:pointer}.terms-checkbox-group .terms-text{font-size:14px;line-height:1.5;white-space:nowrap;margin:0;padding:0 0 0 10px;cursor:pointer}.terms-checkbox-group .terms-link{background:none;border:none;color:#e6a57e;text-decoration:"underline";cursor:pointer;padding:0;font-size:14px;display:inline;margin:0}.terms-checkbox-group .terms-link:hover{color:#d4946e}@media(max-width:768px){.terms-checkbox-group .terms-text,.terms-checkbox-group .terms-link{font-size:13px}}@media(max-width:480px){.terms-checkbox-group .terms-text{font-size:12px;padding-left:2px}.terms-checkbox-group .terms-link{font-size:12px}}.seller-sidebar{width:260px;min-width:260px;height:100vh;background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;position:fixed;left:0;top:0;z-index:1000;overflow-y:auto;overflow-x:hidden;transition:transform .3s ease}.sidebar-header{padding:24px 20px;border-bottom:1px solid #e2e8f0;background:#fff;display:flex;justify-content:center;align-items:center}.sidebar-logo{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;gap:0;width:100%;transition:opacity .2s}.sidebar-logo:hover{opacity:.7}.logo-text{font-size:24px;font-weight:800;background:linear-gradient(135deg,#e6a57e,#d4946b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:1px}.logo-image{max-width:140px;height:auto;display:block;object-fit:contain;margin:0 auto}.sidebar-nav{flex:1;padding:16px 0;overflow-y:auto}.nav-section{margin-bottom:24px}.nav-section-title{font-size:11px;font-weight:700;text-transform:uppercase;color:#94a3b8;letter-spacing:.8px;margin:0 0 8px;padding:0 20px}.nav-items{display:flex;flex-direction:column;gap:2px}.nav-item{display:flex;align-items:center;gap:12px;padding:12px 20px;background:none;border:none;cursor:pointer;transition:all .2s;color:#475569;font-size:14px;font-weight:500;width:100%;text-align:left;position:relative;border-left:3px solid transparent}.nav-item:hover{background:#f8fafc;color:#1e293b}.nav-item.active{background:#fef3e8;color:#e6a57e;border-left-color:#e6a57e;font-weight:600}.nav-item.active .nav-item-icon{color:#e6a57e}.nav-item-icon{display:flex;align-items:center;justify-content:center;color:inherit;flex-shrink:0}.nav-item-label{flex:1}.nav-item-badge{background:#e6a57e;color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:12px;line-height:1.4}.sidebar-footer{padding:16px 20px;border-top:1px solid #e2e8f0;background:#fff}.btn-logout-sidebar{display:flex;align-items:center;gap:12px;padding:12px 20px;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;width:100%;justify-content:center}.btn-logout-sidebar:hover{background:#fecaca;border-color:#fca5a5;color:#7f1d1d}.seller-sidebar::-webkit-scrollbar{width:6px}.seller-sidebar::-webkit-scrollbar-track{background:#f1f5f9}.seller-sidebar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.seller-sidebar::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media(max-width:1024px){.seller-sidebar{width:220px;min-width:220px}.nav-item{padding:10px 16px;font-size:13px}.nav-section-title{padding:0 16px;font-size:10px}}@media(max-width:768px){.seller-sidebar{transform:translate(-100%);top:60px;height:calc(100vh - 60px);z-index:1001;box-shadow:2px 0 8px #0000001a}.seller-sidebar.open{transform:translate(0)}}.seller-layout{display:flex;min-height:100vh;background:#f8fafc;width:100%;position:relative}.seller-mobile-header{display:none;position:fixed;top:0;left:0;right:0;height:60px;background:#fff;border-bottom:1px solid #e2e8f0;z-index:1000;padding:0 16px;align-items:center;justify-content:space-between;box-shadow:0 2px 4px #0000000d}.mobile-menu-toggle{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#1a202c;padding:8px;border-radius:6px;transition:background-color .2s}.mobile-menu-toggle:hover{background:#f8fafc}.mobile-header-title{font-size:18px;font-weight:700;color:#1a202c;margin:0;background:linear-gradient(135deg,#e6a57e,#d4946b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mobile-header-spacer{width:40px}.sidebar-overlay{display:none;position:fixed;inset:60px 0 0;background:#00000080;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeIn .3s ease}.seller-main-content{flex:1;margin-left:260px;min-height:100vh;width:calc(100% - 260px);overflow-x:hidden}.seller-layout-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:16px;background:#f8fafc}.seller-layout-loading .loading-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #e6a57e;border-radius:50%;animation:spin 1s linear infinite}.seller-layout-loading h2{font-size:18px;font-weight:600;color:#475569;margin:0}@media(max-width:1024px){.seller-main-content{margin-left:220px;width:calc(100% - 220px)}}@media(max-width:768px){.seller-mobile-header{display:flex}.sidebar-overlay{display:block}.seller-main-content{margin-left:0;width:100%;padding-top:60px}}.invoice-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;backface-visibility:hidden}.invoice-modal-content{background:#fff;border-radius:12px;width:100%;max-width:700px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;overflow:hidden;transform:translateZ(0);backface-visibility:hidden;isolation:isolate}.invoice-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid #e5e7eb}.invoice-modal-header h2{margin:0;font-size:1.5rem;font-weight:600;color:#111827}.invoice-modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s}.invoice-modal-close:hover{color:#111827}.invoice-modal-body{flex:1;overflow-y:auto;padding:24px}.invoice-upload-section{margin-bottom:32px}.invoice-upload-section h3{margin:0 0 16px;font-size:1.125rem;font-weight:600;color:#111827}.invoice-upload-area{border:2px dashed #d1d5db;border-radius:8px;padding:24px;text-align:center;transition:border-color .12s ease-out,background-color .12s ease-out}.invoice-upload-area:hover{border-color:#9ca3af;background-color:#f9fafb}.invoice-file-input{display:none}.invoice-file-label{display:flex;flex-direction:column;align-items:center;gap:12px;cursor:pointer;color:#6b7280;transition:color .12s ease-out}.invoice-file-label:hover{color:#111827}.upload-icon{font-size:2rem;color:#9ca3af}.invoice-file-info{display:flex;align-items:center;gap:8px;margin-top:16px;padding:12px;background:#f3f4f6;border-radius:6px;font-size:.875rem}.invoice-file-info .file-size{color:#6b7280;font-size:.8125rem}.btn-remove-file{background:none;border:none;color:#ef4444;cursor:pointer;padding:4px;display:flex;align-items:center;margin-left:auto;transition:color .2s}.btn-remove-file:hover{color:#dc2626}.invoice-error{margin-top:12px;padding:12px;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:.875rem}.invoice-upload-progress{margin-top:16px;display:flex;flex-direction:column;gap:8px}.progress-bar{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:#3b82f6;transition:width .3s}.btn-upload-invoice{margin-top:16px;width:100%;padding:12px 24px;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-upload-invoice:hover:not(:disabled){background:#2563eb}.btn-upload-invoice:disabled{background:#9ca3af;cursor:not-allowed}.invoice-list-section{border-top:1px solid #e5e7eb;padding-top:24px}.invoice-list-section h3{margin:0 0 16px;font-size:1.125rem;font-weight:600;color:#111827}.invoice-loading,.invoice-empty{text-align:center;padding:40px 20px;color:#6b7280}.invoice-empty{display:flex;flex-direction:column;align-items:center;gap:12px}.invoice-empty svg{font-size:3rem;color:#d1d5db}.invoice-list{display:flex;flex-direction:column;gap:12px}.invoice-item{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;transition:background-color .12s ease-out,border-color .12s ease-out}.invoice-item:hover{background:#f3f4f6;border-color:#d1d5db}.invoice-item-info{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.invoice-icon{font-size:1.5rem;color:#ef4444;flex-shrink:0}.invoice-details{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.invoice-name{font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.invoice-meta{font-size:.8125rem;color:#6b7280}.invoice-item-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.btn-action-icon{background:none;border:none;padding:8px;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background-color .2s,color .2s}.btn-action-icon:hover:not(:disabled){background:#e5e7eb;color:#111827}.btn-action-icon.btn-danger{color:#ef4444}.btn-action-icon.btn-danger:hover:not(:disabled){background:#fef2f2;color:#dc2626}.btn-action-icon:disabled{opacity:.5;cursor:not-allowed}.invoice-modal-footer{padding:16px 24px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end}.btn-close-modal{padding:10px 24px;background:#f3f4f6;color:#111827;border:none;border-radius:6px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-close-modal:hover{background:#e5e7eb}.invoice-modal-body::-webkit-scrollbar{width:8px}.invoice-modal-body::-webkit-scrollbar-track{background:#f1f1f1}.invoice-modal-body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.invoice-modal-body::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.order-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:16px;transition:all .2s}.order-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.order-card-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.order-number{font-weight:700;color:#1a202c;font-size:16px}.order-date-absolute{font-size:12px;color:#94a3b8;font-weight:400}.order-card-body{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.order-info-group{display:flex;flex-direction:column;gap:12px;flex:1}.order-info-item{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.order-info-label{font-size:12px;font-weight:600;color:#718096;text-transform:uppercase;letter-spacing:.5px;display:block;width:100%}.order-info-value{font-size:14px;color:#4a5568;font-weight:500;display:block}.order-info-value.order-value{font-size:18px;font-weight:700;color:#1a202c;display:block;width:100%;text-align:left;align-self:flex-start}.order-products-list{display:flex;flex-direction:column;gap:6px;margin-top:4px}.order-product-item{display:flex;align-items:baseline;gap:0;font-size:14px;color:#4a5568;line-height:1.4}.product-quantity{font-weight:600;color:#1a202c;min-width:20px;line-height:1.4;flex-shrink:0}.product-name{color:#4a5568;flex:1;line-height:1.4;min-width:0}.order-status-wrapper{display:flex;align-items:flex-start}.order-status{padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;text-transform:uppercase}.order-card-footer{display:flex;gap:16px;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #e2e8f0;flex-wrap:wrap}.order-footer-total{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.order-footer-total .order-info-label{font-size:12px;font-weight:600;text-transform:uppercase;color:#64748b}.order-footer-total .order-info-value.order-value{font-size:18px;font-weight:700;color:#1a202c}.order-footer-actions{display:flex;gap:12px;flex-wrap:wrap}.btn-attach-invoice{display:flex;align-items:center;gap:6px;background:#10b981;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s;font-size:14px}.btn-attach-invoice:hover{background:#059669;transform:translateY(-1px);box-shadow:0 4px 6px #10b9814d}.btn-attach-invoice-attached{background:#d1fae5;color:#065f46}.btn-attach-invoice-attached:hover{background:#a7f3d0;color:#065f46;box-shadow:0 4px 6px #05966933}.btn-attach-invoice svg{font-size:16px}.btn-view{background:#e6a57e;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.btn-contextual{padding:8px 16px;border-radius:6px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s;border:none}.btn-contextual.btn-placeholder{background:#f7fafc;color:#4a5568;border:1px solid #e2e8f0}.btn-contextual.btn-placeholder:hover{background:#edf2f7;border-color:#cbd5e0;color:#2d3748}.status-pending_payment{background:#fef3c7;color:#92400e}.status-payment_confirmed{background:#dbeafe;color:#1e40af}.status-label_generated{background:#fef3c7;color:#92400e}.status-label_expired{background:#fee2e2;color:#991b1b}.status-completed{background:#d1fae5;color:#065f46}.status-refunded{background:#e0e7ff;color:#3730a3}.status-disputed{background:#fce7f3;color:#9f1239}.status-in_production{background:#d1fae5;color:#065f46}.status-cancelled{background:#fee2e2;color:#991b1b}@media(max-width:640px){.order-card-footer .btn-attach-invoice,.order-card-footer .btn-contextual,.order-card-footer .btn-view{width:100%}}.seller-dashboard{min-height:100vh;background:#f8fafc;padding:32px;font-family:inherit;width:100%;max-width:100%;min-width:0;box-sizing:border-box;overflow-x:hidden;position:relative}.dashboard-header-simple{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;flex-wrap:wrap;gap:16px}.dashboard-header-left,.dashboard-header-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.period-selector{display:flex;align-items:center;gap:8px}.period-label{font-size:14px;font-weight:500;color:#718096;margin:0}.period-btn{padding:8px 16px;border:1px solid #cbd5e0;background:#fff;border-radius:8px;font-size:14px;font-weight:500;color:#4a5568;cursor:pointer;transition:all .2s}.period-btn:hover:not(.active){background:#f1f5f9;border-color:#94a3b8;color:#1a202c}.period-btn.active{background:#d4946b;border-color:#d4946b;color:#fff;font-weight:600}.period-btn:focus{outline:2px solid #e6a57e;outline-offset:2px}.stats-section{--stats-cols: 6;--stats-gap: 1.25rem;--stats-max-width: 95%;margin-bottom:1.5rem;margin-left:-32px;margin-right:-32px;width:calc(100% + 64px);min-width:0;padding-left:24px;padding-right:24px;box-sizing:border-box}.stats-section-inner{display:flex;flex-direction:column;align-items:center;width:100%}.stats-section-inner .stats-section-period-label{order:1;flex-shrink:0;width:100%;max-width:var(--stats-max-width)}.stats-section-inner .stats-grid{order:2;flex-shrink:0}.stats-section:last-of-type{margin-bottom:32px}.dashboard-title-wrapper{position:relative;display:inline-block}.dashboard-header-simple h1{font-size:32px;font-weight:700;color:#1a202c;margin:0}.subscription-badges-container{position:absolute;top:-8px;left:100%;margin-left:10px;right:auto;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.subscription-badge{display:inline-flex;align-items:center;justify-content:center;padding:2.5px 6px;border-radius:10px;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap;position:relative;z-index:1;min-width:0;width:auto;line-height:1}.subscription-badge>*{position:relative;z-index:2}.subscription-badge-free{background:linear-gradient(135deg,#d4946b,#e6a57e,#d4946b);color:#fff;border:1px solid rgba(162,117,78,.7);border-top:1px solid rgba(255,255,255,.25);border-bottom:1px solid rgba(0,0,0,.3);position:relative;overflow:hidden;box-shadow:0 1px 3px #00000026,inset 0 1px #fff3,inset 0 -1px #0003}.subscription-badge-free:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.2) 50%,transparent 70%);animation:shine 4s infinite;pointer-events:none}.subscription-badge-plus{background:linear-gradient(135deg,silver,#e8e8e8,silver);color:#2c2c2c;border:1px solid rgba(160,160,160,.8);border-top:1px solid rgba(255,255,255,.5);border-bottom:1px solid rgba(0,0,0,.2);position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001f,inset 0 1px #fff9,inset 0 -1px #00000026}.subscription-badge-plus:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.4) 50%,transparent 70%);animation:shine 4s infinite;pointer-events:none}.subscription-badge-pro{background:linear-gradient(135deg,#d4af37,gold,#d4af37);color:#1a1a1a;border:1px solid rgba(184,134,11,.8);border-top:1px solid rgba(255,255,255,.4);border-bottom:1px solid rgba(0,0,0,.3);position:relative;overflow:hidden;box-shadow:0 1px 3px #0003,inset 0 1px #ffffff4d,inset 0 -1px #00000040}.subscription-badge-pro:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.3) 50%,transparent 70%);animation:shine 4s infinite;pointer-events:none}@keyframes shine{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}to{transform:translate(100%) translateY(100%) rotate(45deg)}}.subscription-badge-premium{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#78350f;border:1px solid #d97706}.btn-new-product{display:flex;align-items:center;gap:8px;background:#e6a57e;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;font-size:15px;cursor:pointer;transition:all .2s}.btn-new-product:hover{background:#d4946b;transform:translateY(-1px);box-shadow:0 4px 12px #e6a57e4d}.btn-insights{display:inline-flex;align-items:center;gap:8px;background:none;border:1px solid #e2e8f0;color:#4a5568;padding:10px 16px;border-radius:8px;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s}.btn-insights:hover{background:#f1f5f9;border-color:#e6a57e;color:#1a202c}.btn-insights:focus{outline:2px solid #e6a57e;outline-offset:2px}.stats-grid{display:grid;grid-template-columns:repeat(var(--stats-cols),minmax(0,1fr));grid-template-rows:repeat(2,auto);gap:var(--stats-gap);margin-bottom:0;width:100%;max-width:var(--stats-max-width);min-width:0}.stat-card{background:#fff;border-radius:12px;margin:0;padding:4px 0 0;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;transition:all .2s;text-align:center;min-width:0;min-height:160px;height:160px}.stat-icon{font-size:20px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border-radius:8px;flex-shrink:0;margin:0 auto;padding:4px 0 0}.stat-icon-image{width:40px;height:40px;min-width:40px;min-height:40px;max-width:40px;max-height:40px;object-fit:contain;background:transparent;mix-blend-mode:multiply;filter:brightness(0) saturate(100%) invert(73%) sepia(28%) saturate(1234%) hue-rotate(330deg) brightness(95%) contrast(90%)}.stat-icon-react{width:28px;height:28px;color:#e6a57e;flex-shrink:0}.stats-grid .stat-card:nth-child(10) .stat-icon,.stats-grid .stat-card:nth-child(11) .stat-icon,.stats-grid .stat-card:nth-child(12) .stat-icon{width:44px;height:44px}.stats-grid .stat-card:nth-child(10) .stat-icon-react,.stats-grid .stat-card:nth-child(11) .stat-icon-react,.stats-grid .stat-card:nth-child(12) .stat-icon-react{width:32px;height:32px}.stat-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;margin:0;padding:0}.stat-content h3{font-size:10px;font-weight:600;color:#718096;margin:0 0 2px;padding:0;text-transform:uppercase;letter-spacing:.5px;text-align:center}.stat-trend{font-size:11px;font-weight:600;margin-top:2px;display:inline-block}.stat-trend--up{color:#16a34a}.stat-trend--down{color:#dc2626}.stats-section .stat-card .evolution-value{font-size:17px;font-weight:700;color:#2b2b2b;margin:0 0 4px;padding:0;line-height:1.2}.stats-section .stat-card .evolution-trend{display:flex;align-items:center;justify-content:center;gap:4px;font-size:11px;font-weight:600;margin:0 0 4px;padding:0}.stats-section .stat-card .evolution-trend .stat-trend-icon{width:14px;height:14px;flex-shrink:0}.stats-section .stat-card .evolution-trend.positive{color:#10b981}.stats-section .stat-card .evolution-trend.negative{color:#ef4444}.stats-section .stat-card .evolution-trend.neutral{color:#737373}.stats-section .stat-card .evolution-transition{display:flex;align-items:center;justify-content:center;gap:4px;font-size:10px;margin:0;padding:4px 0 0;border-top:1px solid #f5f5f5}.stats-section .stat-card .evolution-previous{color:#a3a3a3;font-weight:500}.stats-section .stat-card .evolution-arrow{color:#d4d4d4;font-size:10px}.stats-section .stat-card .evolution-current{color:#525252;font-weight:600}.stats-section-period-label{display:block;width:100%;margin-bottom:var(--stats-gap, 1.25rem);font-size:.75rem;color:#a3a3a3;padding:0;font-weight:400;text-align:left}.seller-dashboard .stats-section .stat-card .stat-content .stat-value,.seller-dashboard .stats-section .stat-card p.stat-value,.seller-dashboard .stats-section .stat-content .stat-value,.seller-dashboard .stats-section .stat-content p.stat-value,.seller-dashboard .stats-section .stat-value{font-size:16px;font-weight:700;color:#2b2b2b;margin:0;text-align:center;line-height:1.2}.seller-dashboard .stats-section .stat-card .stat-content h3+p.stat-value,.seller-dashboard .stats-section .stat-content h3+.stat-value{color:#2b2b2b}.dashboard-content{display:grid;grid-template-columns:1fr;gap:24px;align-items:stretch;width:100%;box-sizing:border-box;overflow:visible}.content-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;display:flex;flex-direction:column;max-width:100%;width:100%;box-sizing:border-box;position:relative;overflow:visible}.card-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.card-header h3{font-size:18px;font-weight:600;color:#1a202c;margin:0}.card-header .btn-link{background:none!important;border:none!important;color:#1a202c!important;font-weight:600;cursor:pointer;padding:8px 12px;border-radius:6px;transition:all .2s}.card-header .btn-link:hover{background:#e6a57e!important;color:#fff!important}.card-content{padding:24px;display:flex;flex-direction:column;flex:1;max-width:100%;width:100%;box-sizing:border-box;position:relative;overflow:visible}.card-content>*{box-sizing:border-box}.products-list{display:flex;flex-direction:column;gap:20px;width:100%;box-sizing:border-box;padding:0;margin:0;overflow:visible}.product-info{display:flex;flex-direction:column;gap:6px;flex:1 1 auto;min-width:0;justify-content:flex-start;align-items:flex-start;overflow:visible}.product-name{font-weight:600;color:#1a202c;font-size:14px;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:100%;max-width:100%;margin:0;padding:0}.product-price{font-size:13px;color:#718096;font-weight:500;line-height:1.3;white-space:nowrap;margin:0;padding:0;display:block;width:100%;max-width:100%;overflow:visible}.dashboard-actions{margin-bottom:24px}.btn-actions-link{display:inline-block;padding:12px 20px;background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;color:#92400e;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s}.btn-actions-link:hover{background:#fde68a;border-color:#d97706;color:#78350f}.empty-state-block{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 24px;min-height:200px}.empty-state-icon{color:#cbd5e0;margin-bottom:16px;flex-shrink:0}.empty-state-title{font-size:16px;font-weight:600;color:#475569;margin:0 0 8px}.empty-state-text{font-size:14px;color:#94a3b8;margin:0 0 20px;max-width:280px}.btn-empty-state{padding:10px 20px;background:#e6a57e;border:none;border-radius:8px;color:#fff;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s}.btn-empty-state:hover{background:#d4946b}.dashboard-top5-list{display:flex;flex-direction:column;gap:.5rem;width:100%;box-sizing:border-box}.dashboard-top5 .product-card{border:1px solid #e5e7eb;border-radius:10px;padding:.625rem 1rem;background:#fff;transition:all .2s ease;position:relative;display:flex;flex-direction:row;align-items:center;gap:1rem;width:100%;min-height:0;box-sizing:border-box;cursor:pointer}.dashboard-top5 .product-card:hover{box-shadow:0 2px 8px #00000014;transform:none;border-color:#e6a57e}.dashboard-top5 .product-card.product-card--low-stock{border-left:4px solid #f59e0b;background:linear-gradient(to right,rgba(245,158,11,.06),transparent)}.dashboard-top5 .product-card.product-card--out-of-stock{border-left:4px solid #dc2626;background:linear-gradient(to right,rgba(220,38,38,.06),transparent)}.dashboard-top5 .product-card:focus{outline:2px solid #e6a57e;outline-offset:2px}.dashboard-top5 .product-image-wrapper{flex-shrink:0;display:flex;align-items:center;justify-content:center}.dashboard-top5 .product-image-wrapper .product-image{width:56px;height:56px;min-width:56px;min-height:56px;border-radius:8px;overflow:hidden;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.dashboard-top5 .product-image-wrapper .product-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.dashboard-top5 .product-image-wrapper .no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af}.dashboard-top5 .product-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem;justify-content:center}.dashboard-top5 .product-info .product-name{font-size:.9375rem;font-weight:600;color:#1a1a1a;margin:0;line-height:1.35;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.dashboard-top5 .product-info .product-stats{display:flex;flex-direction:row;flex-wrap:wrap;gap:.75rem 1rem;align-items:center;font-size:.75rem;color:#64748b;margin:0}.dashboard-top5 .product-info .views-count,.dashboard-top5 .product-info .sales-count,.dashboard-top5 .product-info .favorites-count,.dashboard-top5 .product-info .cart-additions-count{display:inline-flex;align-items:center;gap:.25rem;color:#64748b;font-weight:500;font-size:inherit}.dashboard-top5 .product-info .status-badge,.dashboard-top5 .product-info .stock-status{padding:.2rem .5rem;border-radius:9999px;font-weight:600;font-size:.6875rem;display:inline-flex;align-items:center;background:#fff;color:#374151;border:1px solid #e5e7eb}.dashboard-top5 .product-price-badge-column{flex-shrink:0;display:flex;align-items:center;justify-content:flex-end}.dashboard-top5 .product-price-badge-column .revenue-count{display:inline-flex;align-items:center;gap:.25rem;font-size:1rem;font-weight:600;color:#1a1a1a;white-space:nowrap}.dashboard-top5 .product-info .product-price-inline{display:inline-flex;align-items:center;gap:.25rem;color:#64748b;font-weight:500;font-size:inherit}@media(max-width:640px){.dashboard-top5 .product-card{padding:.5rem .75rem;gap:.75rem}.dashboard-top5 .product-image-wrapper .product-image{width:48px;height:48px;min-width:48px;min-height:48px}.dashboard-top5 .product-info .product-name{font-size:.875rem}.dashboard-top5 .product-info .product-stats{gap:.5rem .75rem;font-size:.6875rem}.dashboard-top5 .product-price-badge-column .revenue-count{font-size:.9375rem}}.empty-state{text-align:center;color:#718096;font-style:italic;padding:40px 20px}.dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px}.dashboard-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px;color:#e53e3e}.error-message{color:#e53e3e;font-size:14px}@media(max-width:1200px){.stats-section{--stats-gap: 1rem}}@media(max-width:1024px){.seller-dashboard{padding:24px}.stats-section{margin-left:-24px;margin-right:-24px;width:calc(100% + 48px);padding-left:20px;padding-right:20px;--stats-cols: 2;--stats-gap: 1.25rem;--stats-max-width: 100%}.stats-grid{grid-template-rows:unset}.dashboard-content{gap:20px}.card-content{padding:24px}}@media(max-width:768px){.seller-dashboard{padding:76px 16px 16px}.stats-section{margin-left:-16px;margin-right:-16px;width:calc(100% + 32px);padding-left:16px;padding-right:16px;--stats-cols: 2;--stats-gap: 1rem;--stats-max-width: 100%}.stats-grid{grid-template-rows:unset;margin-bottom:1.5rem}.dashboard-header-simple{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:24px}.dashboard-header-left{width:100%;flex-wrap:wrap}.dashboard-header-actions{width:100%;flex-direction:column;align-items:stretch}.period-selector{justify-content:flex-start}.period-btn{flex:1;min-width:0}.dashboard-header-simple h1{font-size:24px}.subscription-badge{font-size:9px;padding:2.5px 6px}.btn-new-product{width:100%;justify-content:center;padding:10px 20px;font-size:14px}.btn-new-product svg{width:18px;height:18px}.stat-card{margin:0;padding:4px 0 0}.stat-icon{width:28px;height:28px}.stat-icon-react{width:22px;height:22px}.stat-content h3{font-size:10px}.seller-dashboard .stats-section .stat-value{font-size:15px}.dashboard-content{grid-template-columns:1fr;gap:16px}.card-header{padding:16px 20px;flex-wrap:wrap;gap:12px}.card-header h3{font-size:16px}.card-header .btn-link{font-size:14px;padding:6px 10px}.card-content{padding:20px}.orders-list,.products-list{gap:16px}}@media(max-width:640px){.seller-dashboard{padding:72px 12px 12px}.stats-section{margin-left:-12px;margin-right:-12px;width:calc(100% + 24px);padding-left:12px;padding-right:12px;--stats-cols: 1;--stats-gap: .75rem;--stats-max-width: 100%}.stats-grid{grid-template-rows:unset;margin-bottom:1.25rem}.dashboard-header-simple{margin-bottom:20px;gap:12px}.dashboard-header-simple h1{font-size:22px}.stat-card{margin:0;padding:4px 0 0}.stat-content h3{font-size:9px;margin-bottom:2px}.seller-dashboard .stats-section .stat-value{font-size:14px}.dashboard-content{gap:12px}.card-header{padding:14px 16px}.card-header h3{font-size:15px}.card-content{padding:16px}.orders-list,.products-list{gap:12px}.product-name{font-size:14px}.product-name{-webkit-line-clamp:2;font-size:12px}.empty-state{padding:30px 16px;font-size:14px}}@media(max-width:400px){.seller-dashboard{padding:70px 10px 10px}.stats-section{margin-left:-10px;margin-right:-10px;width:calc(100% + 20px);padding-left:10px;padding-right:10px;--stats-gap: .5rem}.dashboard-header-simple h1{font-size:20px}.subscription-badge{font-size:8px;padding:2px 5px}.btn-new-product{padding:10px 16px;font-size:13px}.stat-card{margin:0;padding:4px 0 0}.stat-icon{width:24px;height:24px}.stat-icon-react{width:18px;height:18px}.stat-content h3{font-size:8px}.seller-dashboard .stats-section .stat-value{font-size:13px}.card-header{padding:12px 14px}.card-header h3{font-size:14px}.card-content{padding:14px}}.order-details-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px;box-sizing:border-box}.order-details-modal-content{background:#fafbfc;border-radius:12px;width:100%;max-width:1080px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a;box-sizing:border-box}.order-details-modal-header{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;padding:24px 28px;border-bottom:1px solid #e8ecf0;background:#fff;border-radius:12px 12px 0 0}.order-details-modal-header h2{font-size:20px;font-weight:600;color:#1a202c;margin:0}.order-details-modal-body{flex:1;min-height:0;overflow-y:auto;padding:24px 28px 32px;display:flex;flex-direction:column;gap:20px;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.25) transparent}.order-details-modal-body::-webkit-scrollbar{width:8px}.order-details-modal-body::-webkit-scrollbar-track{background:transparent}.order-details-modal-body::-webkit-scrollbar-thumb{background:#00000040;border-radius:4px}.order-details-modal-body::-webkit-scrollbar-thumb:hover{background:#0006}.order-details-bloco-duplo{display:grid;grid-template-columns:1fr 1fr;gap:20px}.order-details-bloco-duplo.order-details-bloco-single{grid-template-columns:1fr}.order-details-modal-content .order-detail-section.order-detail-card{margin-bottom:0;padding:20px 24px;background:#fff;border-radius:10px;border:1px solid #e8ecf0}.order-details-modal-content .order-detail-section.order-detail-card h3{font-size:14px;font-weight:600;color:#2d3748;margin:0 0 16px;padding-bottom:10px;border-bottom:1px solid #edf2f7}.order-details-modal-content .order-detail-section .detail-grid{display:grid;grid-template-columns:1fr;gap:14px}.order-details-modal-content .order-detail-section .detail-grid.order-details-info-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.order-details-modal-content .order-detail-section .detail-item span.status-badge{align-self:flex-start}.order-details-modal-content .order-detail-section .detail-item{display:flex;flex-direction:column;gap:4px}.order-details-modal-content .order-detail-section .detail-item label{font-size:11px;font-weight:600;color:#718096;text-transform:uppercase;letter-spacing:.04em}.order-details-modal-content .order-detail-section .detail-item span{font-size:14px;color:#1a202c}.order-details-modal-content .address-info{display:flex;flex-direction:column;gap:14px}.order-details-modal-content .address-info .detail-item label{font-size:11px;font-weight:600;color:#718096;text-transform:uppercase;letter-spacing:.04em}.order-details-modal-content .address-info .detail-item span{font-size:14px;color:#1a202c}.order-details-cliente-endereco-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.order-details-cliente-endereco .order-details-col{display:flex;flex-direction:column;gap:14px}.order-details-modal-content .empty-message{margin:0;padding:12px 0;font-size:14px;color:#718096}.order-details-modal-content .order-detail-notes{margin:0;font-size:14px;line-height:1.5;color:#4a5568}.order-details-modal-content .order-items-list{display:flex;flex-direction:column;gap:12px}.order-details-modal-content .order-item-row{padding:14px 18px;background:#f7fafc;border-radius:8px;border:1px solid #e8ecf0}.order-details-modal-content .order-item-row .item-price-single{grid-column:span 2;font-size:14px;font-weight:600;color:#1a202c}.order-details-modal-content .financial-summary{gap:0}.order-details-modal-content .financial-summary .summary-row{padding:12px 0}.order-details-modal-content .financial-summary .summary-row:has(+.summary-total){border-bottom:none}.order-details-modal-content .financial-summary .summary-row.summary-total{padding-top:16px;margin-top:8px}.order-details-modal-content .modal-actions{border-top:1px solid #e8ecf0;background:#fff;padding:24px 28px;margin:8px -28px -32px;border-radius:0 0 12px 12px}.order-details-modal-content .modal-actions h3{font-size:14px;font-weight:600;color:#2d3748;margin:0 0 14px}@media(max-width:768px){.order-details-modal-overlay{padding:16px}.order-details-modal-content{max-height:88vh}}@media(max-width:900px){.order-details-cliente-endereco-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}@media(max-width:640px){.order-details-modal-overlay{padding:12px}.order-details-modal-content{max-height:85vh}.order-details-modal-content .order-detail-section .detail-grid.order-details-info-grid{grid-template-columns:1fr}.order-details-cliente-endereco-grid{grid-template-columns:1fr;gap:20px}.order-details-cliente-endereco .order-details-col{gap:12px}.order-details-bloco-duplo{grid-template-columns:1fr}.order-details-modal-body{padding:20px 20px 28px}.order-details-modal-content .modal-actions{margin-left:-20px;margin-right:-20px;margin-bottom:-28px;padding:20px}}@media(max-width:380px){.order-details-modal-overlay{padding:8px}.order-details-modal-header,.order-details-modal-body{padding-left:16px;padding-right:16px}.order-details-modal-content .order-detail-section.order-detail-card{padding:16px 18px}.order-details-modal-content .modal-actions{margin-left:-16px;margin-right:-16px;padding:16px}}.orders-management{min-height:100vh;background:#f8fafc;padding:32px;font-family:inherit;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.orders-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:baseline;margin-bottom:32px;padding:28px 36px;background:#fff;border-radius:20px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;gap:24px;border:1px solid #E5E5E5}.orders-header-subtitle{margin:0;font-size:14px;font-weight:500;color:#737373;line-height:1.4}.orders-stats{display:flex;gap:12px;justify-content:flex-end;align-items:center;flex-wrap:nowrap;align-self:baseline}.orders-stats span{background:#f5f5f5;padding:8px 14px;border-radius:8px;border:1px solid #E5E5E5;font-size:14px;font-weight:500;color:#404040;white-space:nowrap}.orders-filters{display:flex;gap:16px;margin-bottom:24px;flex-wrap:wrap}.orders-management .search-input,.orders-management .search-input:hover,.orders-management .search-input:focus{outline:none;border-color:#e2e8f0;box-shadow:none}.date-preset-select{min-width:160px;height:36px;padding:0 36px 0 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:12px;background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%23718096' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4.5 L6 7.5 L9 4.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;cursor:pointer;transition:border-color .2s;box-sizing:border-box;appearance:none;-webkit-appearance:none;-moz-appearance:none;color:#4a5568}.status-filter{min-width:200px;background:transparent}.status-select{width:100%;height:36px;padding:0 38px 0 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:12px;background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%23718096' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4.5 L6 7.5 L9 4.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;cursor:pointer;transition:border-color .2s;box-sizing:border-box;appearance:none;-webkit-appearance:none;-moz-appearance:none}.status-select:focus{outline:none;border-color:#e6a57e}.order-actions{display:flex;gap:12px;align-items:center}.status-select-small{padding:6px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;background:#fff;cursor:pointer;min-width:150px}.status-select-small:focus{outline:none;border-color:#e6a57e}.modal-content{background:#fff;border-radius:12px;max-width:720px;width:92%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:28px;border-bottom:1px solid #e2e8f0}.modal-header h2{font-size:22px;font-weight:600;color:#1a202c;margin:0}.modal-body{padding:28px}.order-detail-section{margin-bottom:24px}.order-detail-section h3{font-size:16px;font-weight:600;color:#1a202c;margin:0 0 12px}.status-badge{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase;display:inline-block;width:fit-content}.orders-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px}.orders-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px;color:#e53e3e}.modal-actions{margin-top:32px;padding-top:24px;border-top:1px solid #e2e8f0;display:flex;flex-direction:column}.modal-actions h3{font-size:18px;font-weight:600;color:#1a202c;margin:0 0 12px;white-space:nowrap;display:block;width:100%}.actions-buttons{display:flex;flex-wrap:nowrap;gap:12px;align-items:center;width:100%;margin-top:0}.btn-action{padding:10px 20px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s;border:none;white-space:nowrap;flex-shrink:0}.btn-action.btn-support{background:#e6a57e;color:#fff}.btn-action.btn-support:hover{background:#d4946b;transform:translateY(-1px)}.btn-action.btn-placeholder{background:#f7fafc;color:#4a5568;border:1px solid #e2e8f0}.btn-action.btn-placeholder:hover{background:#edf2f7;border-color:#cbd5e0;color:#2d3748}.order-items-list{display:flex;flex-direction:column;gap:16px}.order-item-row{display:grid;grid-template-columns:1fr auto auto auto;gap:16px;padding:16px;background:#f7fafc;border-radius:8px;border:1px solid #e2e8f0;align-items:center}.item-info{display:flex;flex-direction:column;gap:4px}.item-name{font-size:14px;font-weight:600;color:#1a202c}.item-variations{font-size:12px;color:#718096}.item-quantity,.item-price,.item-subtotal{font-size:14px;font-weight:500;color:#1a202c;text-align:right}.item-subtotal{font-weight:600}.empty-message{text-align:center;padding:32px 20px;color:#718096;font-size:14px}.financial-summary{display:flex;flex-direction:column;gap:12px}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e2e8f0}.summary-row:last-child{border-bottom:none}.summary-row span:first-child{font-size:14px;color:#4a5568}.summary-row span:last-child{font-size:14px;font-weight:600;color:#1a202c}.summary-row.summary-total{padding-top:16px;border-top:2px solid #e2e8f0;margin-top:8px}.summary-row.summary-total span:first-child{font-size:16px;font-weight:700;color:#1a202c}.summary-row.summary-total span:last-child{font-size:18px;font-weight:700;color:#1a202c}@media(max-width:768px){.orders-management{padding:16px}.orders-header{grid-template-columns:1fr;gap:16px;padding:20px 24px}.btn-back{justify-self:flex-start}.header-content{justify-content:flex-start}.header-content h1{text-align:left}.header-title-group{align-items:flex-start;text-align:left}.orders-stats{justify-content:flex-start;width:100%}.orders-filters{flex-direction:column}.search-box,.date-filter,.status-filter{min-width:unset}.order-card-body{flex-direction:column;gap:16px}.order-status-wrapper{align-self:flex-start}.order-products-list{gap:8px}.order-product-item{font-size:13px}.order-card-footer{flex-direction:column;width:100%}.order-card-footer .btn-attach-invoice,.order-card-footer .btn-contextual,.order-card-footer .btn-view{width:100%}.detail-grid{grid-template-columns:1fr}.modal-content{width:95%;margin:20px}.order-item-row{grid-template-columns:1fr;gap:12px}.item-quantity,.item-price,.item-subtotal{text-align:left}.actions-buttons{flex-direction:column}.btn-action{width:100%}}.address-info{display:flex;flex-direction:column;gap:12px}.address-info .detail-item{display:flex;flex-direction:column;gap:4px}.image-upload-step{--color-primary: #0ea5e9;--color-primary-light: #e0f2fe;--color-primary-border: #7dd3fc;--color-success: #059669;--color-success-light: #d1fae5;--color-success-border: #6ee7b7;--color-info: #0284c7;--color-info-light: #e0f2fe;--color-warning: #d97706;--color-warning-light: #fef3c7;--color-text: #1f2937;--color-text-muted: #6b7280;--color-border: #e5e7eb;--color-bg: #f9fafb}.image-upload-step{padding:1.5rem 0;max-width:900px;margin:0 auto}.step-header{margin-bottom:1.5rem}.step-header h3{font-size:1.5rem;font-weight:700;color:var(--color-text);margin:0 0 .375rem;letter-spacing:-.02em}.step-subtitle{font-size:.9375rem;color:var(--color-text-muted);margin:0;line-height:1.5}.info-card-unified{display:grid;grid-template-columns:repeat(3,1fr);gap:0 2rem;padding:1.25rem 2rem;margin-bottom:1.5rem;background:#fff;border:1px solid var(--color-border);border-radius:12px;border-left:4px solid var(--color-primary);border-right:4px solid var(--color-primary);box-shadow:0 1px 3px #0000000d}@media(max-width:640px){.info-card-unified{grid-template-columns:1fr;gap:1rem 0}}.info-card-unified__item{display:flex;flex-direction:column;gap:.25rem;min-width:0}.info-card-unified__label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}.info-card-unified__value{font-size:.875rem;color:var(--color-text);line-height:1.4;font-weight:500}.compression-indicator{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;margin-bottom:1.25rem;background:var(--color-primary-light);border:1px solid var(--color-primary-border);border-radius:10px}.compression-indicator__spinner{width:22px;height:22px;border:2px solid var(--color-primary);border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite;flex-shrink:0}.compression-indicator__text{font-size:.9375rem;font-weight:500;color:var(--color-info)}.upload-area{border:2px dashed var(--color-border);border-radius:12px;padding:2.5rem 1.5rem;text-align:center;background:var(--color-bg);cursor:pointer;transition:all .25s ease;margin-bottom:1.5rem}.upload-area:hover{border-color:var(--color-primary);background:var(--color-primary-light)}.upload-area.drag-active{border-color:var(--color-primary);background:var(--color-primary-light);transform:scale(1.01);box-shadow:0 4px 16px #0ea5e926}.upload-content{display:flex;flex-direction:column;align-items:center;gap:.75rem}.upload-icon{font-size:2.5rem}.upload-icon img{width:56px;height:56px;opacity:.9}.upload-content h4{font-size:1rem;font-weight:600;color:var(--color-text);margin:0}.upload-content p{font-size:.8125rem;color:var(--color-text-muted);margin:0}.image-gallery{margin-top:1.5rem;display:flex;flex-direction:column;gap:1.25rem;width:100%}.images-indicator{padding:1rem 1.25rem;background:#fff;border-radius:10px;border:1px solid var(--color-border)}.indicator-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.indicator-left{flex:1;min-width:180px}.indicator-title{margin:0;font-size:.9375rem;font-weight:600;color:var(--color-text)}.indicator-subtitle{margin:.25rem 0 0;font-size:.8125rem;color:var(--color-text-muted)}.indicator-right{text-align:right}.optimized-badge{font-size:.75rem;font-weight:600;color:var(--color-success);background:var(--color-success-light);padding:.25rem .625rem;border-radius:6px}.image-upload-step .gallery-grid,.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;width:100%}@media(max-width:900px){.image-upload-step .gallery-grid,.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.image-upload-step .gallery-grid,.gallery-grid{grid-template-columns:1fr}}.image-item{border:1px solid var(--color-border);border-radius:12px;overflow:hidden;background:#fff;transition:all .2s;box-shadow:0 1px 3px #0000000d}.image-item:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px);border-color:var(--color-primary-border)}.image-preview{position:relative;width:100%;padding-top:100%;overflow:hidden;background:#f3f4f6}.image-preview img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.main-badge{position:absolute;top:.5rem;right:.5rem;background:var(--color-success);color:#fff;padding:.25rem .625rem;border-radius:9999px;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;z-index:1;box-shadow:0 2px 4px #00000026}.image-actions{padding:.875rem;display:flex;flex-direction:column;gap:.5rem;background:#fafafa;border-top:1px solid var(--color-border)}.btn-secondary,.btn-danger{padding:.5rem 1rem;border:none;border-radius:8px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-secondary{background:#f3f4f6;color:#374151}.btn-secondary:hover{background:#e5e7eb}.btn-secondary.active{background:var(--color-primary);color:#fff}.btn-secondary.active:hover{background:var(--color-info)}.btn-danger{background:#fee2e2;color:#dc2626}.btn-danger:hover{background:#fecaca}.validation-message{padding:1rem 1.25rem;background:var(--color-warning-light);border:1px solid #fcd34d;border-radius:10px;margin-top:1rem}.validation-message p{margin:0;color:#92400e;font-size:.875rem;font-weight:500}.shipping-step{max-width:100%;margin:0 auto}.shipping-form{display:flex;flex-direction:column;gap:32px}.form-section{background:#fff;border-radius:12px;padding:32px;box-shadow:0 4px 6px #0000001a}.form-section--dimensions{padding:1.75rem 2rem;border:1px solid #e5e7eb;border-left:4px solid #0ea5e9;border-right:4px solid #0ea5e9;box-shadow:0 1px 3px #0000000d}.form-section__header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.form-section__icon{width:40px;height:40px;object-fit:contain;filter:brightness(0);flex-shrink:0;opacity:.85}.form-section__header-text h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 .375rem;line-height:1.3}.form-section__header-text p{font-size:.9375rem;color:#6b7280;margin:0;line-height:1.5}.dimensions-form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}.dimensions-form-grid .input-group{min-width:0;display:flex;flex-direction:column;gap:8px}.dimensions-form-grid .input-group label{min-height:40px;display:flex;align-items:center}.dimensions-form-grid .input-group input{width:100%;height:44px;box-sizing:border-box}.dimensions-form-grid .input-group .error-message{min-height:20px}@media(max-width:900px){.dimensions-form-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.dimensions-form-grid{grid-template-columns:1fr}}.form-section h3{font-size:24px;color:#2d3748;margin-bottom:16px;font-weight:600;display:flex;align-items:center;gap:12px}.required{color:#e53e3e;font-weight:700;font-size:18px}.optional{color:#718096;font-weight:500;font-size:16px;font-style:italic}.form-section p{color:#718096;font-size:16px;margin-bottom:24px;line-height:1.5}.dimensions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin-bottom:24px}.dimensions-grid-new{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}.dimensions-grid-new .input-group-full-width{grid-column:1 / -1}.weight-input-section{margin-top:24px;padding-top:24px;border-top:1px solid #e2e8f0}.input-group input,.input-group textarea{padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;transition:all .3s ease;background:#fff}.input-group input:focus,.input-group textarea:focus{outline:none;border-color:#e6a57e;box-shadow:0 0 0 3px #e6a57e1a}.input-group input.error,.input-group textarea.error{border-color:#e53e3e;box-shadow:0 0 0 3px #e53e3e1a}.input-group small{color:#718096;font-size:12px;margin-top:4px}.error-message{color:#e53e3e;font-size:12px;font-weight:500;margin-top:4px}.volume-calculation{display:flex;align-items:center;gap:.5rem;margin-top:1.25rem;padding:.875rem 1rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:10px;border:1px solid #7dd3fc}.volume-calculation__label{font-size:.875rem;font-weight:600;color:#0284c7}.volume-calculation__value{font-size:.9375rem;font-weight:500;color:#1f2937}.calculation-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #e2e8f0}.calculation-item:last-child{border-bottom:none}.calculation-item .label{font-weight:600;color:#2d3748;font-size:14px}.calculation-item .value{font-weight:500;color:#4a5568;font-size:14px}.package-types{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-bottom:16px}.package-type-option{border:2px solid #e2e8f0;border-radius:12px;padding:20px;cursor:pointer;transition:all .3s ease;background:#fff;position:relative}.package-type-option:hover{border-color:#e6a57e;transform:translateY(-2px);box-shadow:0 4px 12px #e6a57e33}.package-type-option.selected{border-color:#e6a57e;background:#fef7f0;box-shadow:0 8px 25px #e6a57e4d}.package-type-option input{position:absolute;opacity:0;pointer-events:none}.package-type-content{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.package-type-content .icon{font-size:32px}.package-type-content .label{font-weight:600;color:#2d3748;font-size:16px}.fragility-levels{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.fragility-option{border:2px solid #e2e8f0;border-radius:12px;padding:20px;cursor:pointer;transition:all .3s ease;background:#fff;position:relative}.fragility-option:hover{border-color:#e6a57e;transform:translateY(-2px);box-shadow:0 4px 12px #e6a57e33}.fragility-option.selected{border-color:#e6a57e;background:#fef7f0;box-shadow:0 8px 25px #e6a57e4d}.fragility-option input{position:absolute;opacity:0;pointer-events:none}.fragility-content{display:flex;align-items:center;gap:16px}.fragility-content .icon{font-size:24px;flex-shrink:0}.fragility-content .text-content{display:flex;flex-direction:column;gap:4px}.fragility-content .label{font-weight:600;color:#2d3748;font-size:16px}.fragility-content .description{color:#718096;font-size:14px}.shipping-summary{background:#f7fafc;border-radius:12px;padding:24px;margin-top:24px;border-left:4px solid #e6a57e}.shipping-summary h3{color:#2d3748;margin-bottom:16px;font-size:20px;font-weight:600}.calculation-explanation{background:#f7fafc;border-radius:8px;padding:16px;margin-top:16px;border-left:4px solid #e6a57e}.calculation-explanation p{margin:8px 0;color:#2d3748;font-size:14px}.calculation-explanation ul{margin:12px 0;padding-left:20px}.calculation-explanation li{margin:8px 0;color:#4a5568;font-size:14px;line-height:1.5}.example-box{background:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;padding:12px;margin-top:12px}.example-box p{margin:4px 0;color:#856404;font-size:13px}.disclaimer{color:#718096;font-size:12px;font-style:italic;margin-top:16px;text-align:center}@media(max-width:768px){.form-section{padding:24px}.form-section--dimensions{padding:1.5rem 1.25rem}.dimensions-grid,.dimensions-grid-new{grid-template-columns:1fr;gap:16px}.dimensions-grid-new .input-group-full-width{grid-column:1}.package-types{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px}.fragility-content{flex-direction:column;align-items:flex-start;gap:8px}.step-header h2{font-size:24px}.form-section h3{font-size:20px}}@media(max-width:480px){.form-section{padding:16px}.step-header h2{font-size:20px}.form-section h3{font-size:18px}.package-types{grid-template-columns:1fr}.fragility-levels{gap:12px}}._editorContainer_jz3t3_7{width:100%;display:flex;flex-direction:column;gap:1rem}._tableContainer_jz3t3_15{width:100%;overflow-x:auto;border:1px solid #e5e7eb;border-radius:8px;background:#fff}._table_jz3t3_15{width:100%;border-collapse:collapse;font-size:14px}._tableHeader_jz3t3_34{background:#f9fafb}._sizeHeaderCell_jz3t3_38{padding:12px 16px;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb;min-width:120px;position:sticky;left:0;background:#f9fafb;z-index:1}._headerLabel_jz3t3_51{font-size:13px;text-transform:uppercase;letter-spacing:.05em}._measurementHeaderCell_jz3t3_57{padding:8px 12px;text-align:center;border-bottom:2px solid #e5e7eb;min-width:160px}._measurementHeader_jz3t3_57{display:flex;align-items:center;justify-content:flex-start;gap:4px}._measurementNameInput_jz3t3_71{width:100%;max-width:130px;padding:6px 8px;border:1px solid #d1d5db;border-radius:4px;font-size:13px;font-weight:500;text-align:center;background:#fff;transition:border-color .2s,box-shadow .2s}._measurementNameInput_jz3t3_71:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px #6366f11a}._measurementNameInput_jz3t3_71::placeholder{color:#9ca3af}._removeColumnButton_jz3t3_94{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:4px;background:transparent;color:#9ca3af;cursor:pointer;transition:color .2s,background .2s}._removeColumnButton_jz3t3_94:hover:not(:disabled){color:#ef4444;background:#fef2f2}._removeColumnButton_jz3t3_94:disabled{opacity:.5;cursor:not-allowed}._actionsHeaderCell_jz3t3_118{padding:8px 12px;border-bottom:2px solid #e5e7eb;width:60px}._addColumnButton_jz3t3_124{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:2px dashed #d1d5db;border-radius:6px;background:transparent;color:#6b7280;cursor:pointer;transition:all .2s}._addColumnButton_jz3t3_124:hover:not(:disabled){border-color:#6366f1;color:#6366f1;background:#f5f3ff}._addColumnButton_jz3t3_124:disabled{opacity:.5;cursor:not-allowed}._minMaxRow_jz3t3_150{background:#f3f4f6}._minMaxHeader_jz3t3_154{padding:4px 12px;border-bottom:1px solid #e5e7eb}._minMaxLabels_jz3t3_159{display:flex;align-items:center;justify-content:flex-start;font-size:11px;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}._minMaxLabels_jz3t3_159 span{width:60px;text-align:center;flex-shrink:0}._minMaxLabels_jz3t3_159 span:first-child{margin-right:4px}._minMaxLabels_jz3t3_159 span:last-child{margin-left:12px}._emptyCell_jz3t3_184{border-bottom:1px solid #e5e7eb}._sizeRow_jz3t3_192{transition:background .2s}._sizeRow_jz3t3_192:hover{background:#f9fafb}._sizeRow_jz3t3_192._rowError_jz3t3_200{background:#fef2f2}._sizeNameCell_jz3t3_204{padding:8px 12px;border-bottom:1px solid #e5e7eb;position:sticky;left:0;background:#fff;z-index:1}._sizeRow_jz3t3_192:hover ._sizeNameCell_jz3t3_204{background:#f9fafb}._sizeRow_jz3t3_192._rowError_jz3t3_200 ._sizeNameCell_jz3t3_204{background:#fef2f2}._sizeNameInput_jz3t3_221{width:100%;padding:8px 10px;border:1px solid #d1d5db;border-radius:4px;font-size:14px;font-weight:500;background:#fff;transition:border-color .2s,box-shadow .2s}._sizeNameInput_jz3t3_221:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px #6366f11a}._sizeNameInput_jz3t3_221::placeholder{color:#9ca3af}._measurementCellWrapper_jz3t3_246{padding:8px 12px;border-bottom:1px solid #e5e7eb}._measurementCell_jz3t3_246{display:flex;flex-direction:column;gap:2px}._inputGroup_jz3t3_257{display:flex;align-items:center;gap:4px}._measurementInput_jz3t3_263{width:60px;padding:6px 8px;border:1px solid #d1d5db;border-radius:4px;font-size:13px;text-align:center;background:#fff;transition:border-color .2s,box-shadow .2s}._measurementInput_jz3t3_263:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px #6366f11a}._measurementInput_jz3t3_263::placeholder{color:#9ca3af}._measurementInput_jz3t3_263::-webkit-outer-spin-button,._measurementInput_jz3t3_263::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._measurementInput_jz3t3_263[type=number]{-moz-appearance:textfield}._inputSeparator_jz3t3_295{color:#9ca3af;font-size:12px}._cellError_jz3t3_300{font-size:10px;color:#dc2626;margin-top:2px}._actionsCell_jz3t3_310{padding:8px 12px;border-bottom:1px solid #e5e7eb;text-align:center}._removeRowButton_jz3t3_316{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:4px;background:transparent;color:#9ca3af;cursor:pointer;transition:color .2s,background .2s}._removeRowButton_jz3t3_316:hover:not(:disabled){color:#ef4444;background:#fef2f2}._removeRowButton_jz3t3_316:disabled{opacity:.5;cursor:not-allowed}._tableActions_jz3t3_344{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:12px 0}._actionsLeft_jz3t3_353,._actionsRight_jz3t3_358{display:flex;gap:8px}._addRowButton_jz3t3_363{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border:2px dashed #d1d5db;border-radius:6px;background:transparent;color:#4b5563;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}._addRowButton_jz3t3_363:hover:not(:disabled){border-color:#6366f1;color:#6366f1;background:#f5f3ff}._addRowButton_jz3t3_363:disabled{opacity:.5;cursor:not-allowed}._clearButton_jz3t3_389{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid #fecaca;border-radius:6px;background:#fef2f2;color:#dc2626;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}._clearButton_jz3t3_389:hover:not(:disabled){background:#fee2e2;border-color:#f87171}._clearButton_jz3t3_389:disabled{opacity:.5;cursor:not-allowed}._resetButton_jz3t3_414{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid #d1d5db;border-radius:6px;background:#f9fafb;color:#4b5563;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}._resetButton_jz3t3_414:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}._resetButton_jz3t3_414:disabled{opacity:.5;cursor:not-allowed}._rowCount_jz3t3_439{font-size:13px;color:#6b7280}._inputError_jz3t3_448{border-color:#f87171!important;background-color:#fef2f2!important}._inputError_jz3t3_448:focus{box-shadow:0 0 0 2px #ef44441a!important}._emptyState_jz3t3_461{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;background:#f9fafb;border:2px dashed #e5e7eb;border-radius:8px}._emptyStateIcon_jz3t3_473{color:#9ca3af;margin-bottom:16px}._emptyStateTitle_jz3t3_478{font-size:16px;font-weight:600;color:#374151;margin-bottom:8px}._emptyStateDescription_jz3t3_485{font-size:14px;color:#6b7280;margin-bottom:20px;max-width:300px}._emptyStateButton_jz3t3_492{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border:none;border-radius:6px;background:#6366f1;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}._emptyStateButton_jz3t3_492:hover{background:#4f46e5}._generalErrors_jz3t3_515{display:flex;flex-direction:column;gap:8px;padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:6px}._generalError_jz3t3_515{display:flex;align-items:center;gap:8px;font-size:13px;color:#dc2626}._generalErrorIcon_jz3t3_533{flex-shrink:0}@media(max-width:768px){._tableContainer_jz3t3_15{border-radius:0;border-left:none;border-right:none;margin:0 -16px}._tableActions_jz3t3_344{flex-direction:column;align-items:stretch}._actionsLeft_jz3t3_353,._actionsRight_jz3t3_358{justify-content:center}._addRowButton_jz3t3_363,._clearButton_jz3t3_389,._resetButton_jz3t3_414{width:100%;justify-content:center}._measurementInput_jz3t3_263{width:50px;padding:6px 4px;font-size:12px}}._mobileContainer_jz3t3_577{display:flex;flex-direction:column;gap:16px}._mobileColumnEditor_jz3t3_584{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}._mobileColumnEditorToggle_jz3t3_591{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;background:none;border:none;font-size:14px;font-weight:600;color:#374151;cursor:pointer;transition:background .2s}._mobileColumnEditorToggle_jz3t3_591:hover{background:#f3f4f6}._mobileColumnList_jz3t3_610{display:flex;flex-direction:column;gap:8px;padding:12px 16px;border-top:1px solid #e5e7eb;background:#fff}._mobileColumnItem_jz3t3_619{display:flex;align-items:center;gap:8px}._mobileColumnInput_jz3t3_625{flex:1;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:border-color .2s}._mobileColumnInput_jz3t3_625:focus{outline:none;border-color:#6366f1}._mobileColumnRemove_jz3t3_639{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:6px;background:transparent;color:#9ca3af;cursor:pointer;transition:all .2s}._mobileColumnRemove_jz3t3_639:hover:not(:disabled){color:#ef4444;background:#fef2f2}._mobileAddColumn_jz3t3_658{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px;border:2px dashed #d1d5db;border-radius:6px;background:transparent;color:#6b7280;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}._mobileAddColumn_jz3t3_658:hover:not(:disabled){border-color:#6366f1;color:#6366f1;background:#f5f3ff}._mobileCards_jz3t3_681{display:flex;flex-direction:column;gap:12px}._mobileCard_jz3t3_681{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;transition:border-color .2s}._mobileCard_jz3t3_681._mobileCardError_jz3t3_695{border-color:#f87171;background:#fef2f2}._mobileCardHeader_jz3t3_700{display:flex;align-items:center;gap:8px;padding:12px;background:#f9fafb;border-bottom:1px solid #e5e7eb}._mobileCardToggle_jz3t3_709{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:6px;background:transparent;color:#6b7280;cursor:pointer;transition:background .2s}._mobileCardToggle_jz3t3_709:hover{background:#e5e7eb}._mobileCardTitle_jz3t3_727{flex:1;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:15px;font-weight:500;background:#fff;transition:border-color .2s}._mobileCardTitle_jz3t3_727:focus{outline:none;border-color:#6366f1}._mobileCardRemove_jz3t3_743{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:6px;background:transparent;color:#9ca3af;cursor:pointer;transition:all .2s}._mobileCardRemove_jz3t3_743:hover:not(:disabled){color:#ef4444;background:#fef2f2}._mobileCardContent_jz3t3_762{padding:16px;display:flex;flex-direction:column;gap:16px}._mobileMeasurement_jz3t3_769{display:flex;flex-direction:column;gap:6px}._mobileMeasurementLabel_jz3t3_775{font-size:13px;font-weight:500;color:#374151}._mobileMeasurementInputs_jz3t3_781{display:flex;align-items:center;gap:8px}._mobileMeasurementInput_jz3t3_781{flex:1;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;text-align:center;transition:border-color .2s}._mobileMeasurementInput_jz3t3_781:focus{outline:none;border-color:#6366f1}._mobileMeasurementInput_jz3t3_781::-webkit-outer-spin-button,._mobileMeasurementInput_jz3t3_781::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._mobileMeasurementInput_jz3t3_781[type=number]{-moz-appearance:textfield}._mobileMeasurementSeparator_jz3t3_813{color:#9ca3af;font-weight:500}._mobileMeasurementUnit_jz3t3_818{color:#6b7280;font-size:13px;min-width:24px}._mobileMeasurementError_jz3t3_824{font-size:11px;color:#dc2626}._mobileAddCard_jz3t3_829{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px;border:2px dashed #d1d5db;border-radius:8px;background:transparent;color:#6b7280;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s}._mobileAddCard_jz3t3_829:hover:not(:disabled){border-color:#6366f1;color:#6366f1;background:#f5f3ff}._mobileAddCard_jz3t3_829:disabled{opacity:.5;cursor:not-allowed}._desktopOnly_jz3t3_861{display:block}._mobileOnly_jz3t3_865{display:none}@media(max-width:640px){._desktopOnly_jz3t3_861{display:none}._mobileOnly_jz3t3_865{display:block}}.gender-conflict-overlay{position:fixed;inset:0;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10001;padding:20px;animation:genderFadeIn .2s ease-out}@keyframes genderFadeIn{0%{opacity:0}to{opacity:1}}.gender-conflict-content{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:520px;width:100%;padding:32px;position:relative;animation:genderSlideUp .3s ease-out;border:2px solid #F59E0B}@keyframes genderSlideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.gender-conflict-close{position:absolute;top:16px;right:16px;background:none;border:none;color:#737373;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease;font-size:20px;width:32px;height:32px}.gender-conflict-close:hover{background-color:#f5f5f5;color:#404040}.gender-conflict-close:active{transform:scale(.95)}.gender-conflict-icon-wrapper{display:flex;justify-content:center;margin-bottom:16px}.gender-conflict-icon{width:56px;height:56px;color:#f59e0b;stroke-width:1.5}.gender-conflict-text{text-align:center;margin-bottom:24px}.gender-conflict-title{font-size:22px;font-weight:600;color:#171717;margin:0 0 12px;line-height:1.3}.gender-conflict-message{font-size:15px;color:#404040;margin:0 0 8px;line-height:1.5}.gender-conflict-message strong{color:#171717}.gender-conflict-question{font-size:15px;color:#171717;margin:0;font-weight:500}.gender-conflict-options{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.gender-conflict-option{display:flex;align-items:flex-start;gap:12px;padding:16px;border:2px solid #E5E5E5;border-radius:12px;background:#fafafa;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.gender-conflict-option:hover{border-color:#d4d4d4;background:#f5f5f5}.gender-conflict-option.selected{border-color:#e6a57e;background:#fdf8f5}.gender-option-radio{width:20px;height:20px;min-width:20px;border:2px solid #D4D4D4;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px;transition:all .2s ease}.gender-conflict-option.selected .gender-option-radio{border-color:#e6a57e}.gender-option-radio-inner{width:10px;height:10px;border-radius:50%;background:transparent;transition:all .2s ease}.gender-option-radio-inner.checked{background:#e6a57e}.gender-option-info{display:flex;flex-direction:column;gap:4px;flex:1}.gender-option-label{font-size:16px;font-weight:600;color:#171717}.gender-option-details{font-size:13px;color:#525252}.gender-option-measurements{font-size:12px;color:#737373}.gender-conflict-note{font-size:13px;color:#737373;text-align:center;margin:0 0 20px;font-style:italic}.gender-conflict-buttons{display:flex;gap:12px}.gender-conflict-button{flex:1;padding:14px 24px;font-size:15px;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;font-family:inherit}.gender-conflict-button.secondary{background-color:#f5f5f5;color:#525252;border:1px solid #E5E5E5}.gender-conflict-button.secondary:hover{background-color:#e5e5e5;color:#404040}.gender-conflict-button.primary{background-color:#e6a57e;color:#fff}.gender-conflict-button.primary:hover:not(:disabled){background-color:#d4946b;transform:translateY(-1px);box-shadow:0 4px 12px #e6a57e4d}.gender-conflict-button.primary:active:not(:disabled){background-color:#c28358;transform:translateY(0)}.gender-conflict-button.primary:disabled{background-color:#d4d4d4;color:#a3a3a3;cursor:not-allowed}.gender-conflict-button:focus{outline:none;box-shadow:0 0 0 3px #e6a57e33}@media(max-width:640px){.gender-conflict-content{padding:24px;max-width:100%;margin:0 16px}.gender-conflict-title{font-size:20px}.gender-conflict-message,.gender-conflict-question{font-size:14px}.gender-conflict-icon{width:48px;height:48px}.gender-conflict-option{padding:14px}.gender-option-label{font-size:15px}.gender-conflict-buttons{flex-direction:column-reverse}.gender-conflict-button{padding:12px 20px}}.create-size-table-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:.5rem;box-sizing:border-box;overflow:auto}.create-size-table-modal-content{display:flex;flex-direction:column;overflow:hidden;max-height:90vh;min-height:0;width:100%;max-width:1200px;background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a}.create-size-table-modal-header{flex-shrink:0;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;gap:.75rem}.create-size-table-modal-header h3{margin:0;font-size:1.125rem;font-weight:600;color:#1a1a1a;line-height:1.3;flex:1;min-width:0}.create-size-table-modal-close{flex-shrink:0;background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.25rem .5rem;border-radius:6px;line-height:1;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.create-size-table-modal-close:hover:not(:disabled){background:#f3f4f6;color:#374151}.create-size-table-modal-body{flex:1;min-height:0;overflow-x:auto;overflow-y:auto;padding:1rem 1.25rem;box-sizing:border-box}@media(max-width:768px){.create-size-table-modal-overlay{padding:.25rem;align-items:flex-start}.create-size-table-modal-content{max-height:calc(100vh - .5rem);margin:.25rem 0}.create-size-table-modal-header{padding:.75rem 1rem}.create-size-table-modal-header h3{font-size:1rem}.create-size-table-modal-body{padding:.75rem 1rem}}@media(max-width:480px){.create-size-table-modal-overlay{padding:0}.create-size-table-modal-content{max-height:100vh;border-radius:0}.create-size-table-modal-header h3{font-size:.9375rem}}.quality-step-container{max-width:100%;margin:0 auto}.step-header{text-align:center;margin-bottom:32px}.step-header h2{font-size:28px;color:#2d3748;margin-bottom:8px;font-weight:600}.step-header p{color:#718096;font-size:16px;margin-bottom:4px}.quality-section{background:#fff;border-radius:12px;padding:32px;margin-bottom:24px;box-shadow:0 4px 6px #0000001a}.quality-section h3{font-size:24px;color:#2d3748;margin-bottom:16px;font-weight:600;display:flex;align-items:center;gap:12px}.section-title-with-icon{display:flex;align-items:center;gap:12px;margin-bottom:16px}.section-title-with-icon h3{margin-bottom:0;display:flex;align-items:center}.section-icon{width:32px;height:32px;object-fit:contain;filter:brightness(0);flex-shrink:0;align-self:center;vertical-align:middle}.fabric-type{display:flex;align-items:center;gap:8px}.fabric-type-icon{width:28px;height:28px;object-fit:contain;filter:brightness(0)}.fabric-type-icon--celulose{width:42px;height:42px;transform:scale(1);transform-origin:center}.fabric-type-icon-wrap--celulose{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;overflow:hidden;flex-shrink:0}.quality-section p{color:#718096;font-size:16px;margin-bottom:24px;line-height:1.5}.fabric-dropdown-container{width:100%}.fabric-dropdown-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:1rem}.fabric-dropdown-header h4{color:#2d3748;margin:0;font-size:18px;font-weight:600;flex-shrink:0}.fabric-dropdown-header .btn.btn-primary,.checkbox-header .btn.btn-primary{flex:0 0 auto;white-space:nowrap;width:150px;min-width:150px;padding:8px 20px;font-size:14px;font-weight:600;background:linear-gradient(135deg,#7ebfe6,#5ba8d1);color:#fff;border:none;border-radius:10px;box-shadow:0 2px 4px #7ebfe64d;transition:all .3s cubic-bezier(.4,0,.2,1)}.fabric-dropdown-header .btn.btn-primary:hover:not(:disabled),.checkbox-header .btn.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#5ba8d1,#4a96bd);box-shadow:0 6px 12px #7ebfe666;transform:translateY(-2px)}.fabric-select{width:100%;padding:16px 48px 16px 16px;border:2px solid #0ea5e9;border-radius:12px;font-size:16px;font-weight:500;color:#2d3748;background:#fff;cursor:pointer;transition:all .3s ease;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 16px center;background-repeat:no-repeat;background-size:16px 16px}.fabric-select:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e926}.fabric-info--unified{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:0 2rem;padding:1.25rem 2rem;margin-top:1.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;border-left:4px solid #0ea5e9;border-right:4px solid #0ea5e9;box-shadow:0 1px 3px #0000000d}.fabric-info__item{display:flex;flex-direction:column;gap:.25rem;min-width:0}.fabric-info__label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280}.fabric-info__value{font-size:.875rem;color:#1f2937;line-height:1.4;font-weight:500}.fabric-info__value.fabric-type{display:flex;align-items:center;gap:.5rem}.checkbox-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:1rem}.checkbox-header h4{color:#2d3748;margin:0;font-size:18px;font-weight:600;flex-shrink:0}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.checkbox-item{border:2px solid #e2e8f0;border-radius:12px;transition:all .3s ease;background:#fff}.checkbox-item:hover{border-color:#5ba8d1;transform:translateY(-2px);box-shadow:0 4px 12px #5ba8d133}.checkbox-item:has(.parameter-checkbox:checked){border:2px solid #5BA8D1;background:#f0f9ff;box-shadow:none;transform:none}.checkbox-label{display:block;padding:20px;cursor:pointer;margin:0;position:relative}.parameter-checkbox{position:absolute;opacity:0;pointer-events:none}.parameter-checkbox+.checkbox-content:before{content:"";position:absolute;top:20px;right:20px;width:20px;height:20px;border:2px solid #cbd5e0;border-radius:4px;background:#fff;transition:all .3s ease}.parameter-checkbox:checked+.checkbox-content:before{background:#5ba8d1;border-color:#5ba8d1;background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m13.854 3.646-7.5 7.5a.5.5 0 0 1-.708 0l-3-3a.5.5 0 1 1 .708-.708L6 10.293l7.146-7.147a.5.5 0 0 1 .708.708z'/%3e%3c/svg%3e");background-size:12px 12px;background-position:center;background-repeat:no-repeat}.checkbox-content{display:flex;flex-direction:column;gap:8px;padding-right:40px}.parameter-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.parameter-name{font-weight:600;color:#2d3748;font-size:16px;line-height:1.4;flex:1}.parameter-description{color:#718096;font-size:14px;line-height:1.5;margin:0}.specific-category{background:#fff3cd;color:#856404;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;display:inline-block;width:fit-content;margin-top:8px}.grammage-rule-info{background:#f7fafc;border-radius:8px;padding:16px;margin-bottom:24px;border-left:4px solid #e6a57e}.grammage-rule-info p{margin:8px 0;color:#2d3748;font-size:14px;font-weight:500}.grammage-inputs{display:grid;grid-template-columns:2fr 1fr;gap:16px;margin-bottom:24px}.input-group{display:flex;flex-direction:column;gap:8px}.input-group label{font-weight:600;color:#2d3748;font-size:14px}.grammage-input{padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;transition:all .3s ease;background:#fff}.grammage-input:focus{outline:none;border-color:#e6a57e;box-shadow:0 0 0 3px #e6a57e1a}.grammage-select{padding:12px 40px 12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;background:#fff;cursor:pointer;transition:all .3s ease;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px 16px}.grammage-select:focus{outline:none;border-color:#e6a57e;box-shadow:0 0 0 3px #e6a57e1a}.input-unit{background:#f7fafc;padding:12px 16px;border-radius:8px;font-weight:600;color:#4a5568;text-align:center;border:2px solid #e2e8f0;font-size:16px}.grammage-result{margin-top:16px}.result-success{background:#d4edda;color:#155724;padding:12px 16px;border-radius:8px;font-weight:500;text-align:center;border-left:4px solid #28a745}.result-warning{background:#fff3cd;color:#856404;padding:12px 16px;border-radius:8px;font-weight:500;text-align:center;border-left:4px solid #ffc107}.summary-content{display:flex;flex-direction:column;gap:16px}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #e2e8f0}.summary-item:last-child{border-bottom:none}.summary-item .label{font-weight:600;color:#2d3748;font-size:14px}.summary-item .value{font-weight:500;color:#4a5568;font-size:14px}.error-message{background:#fed7d7;color:#c53030;padding:12px 16px;border-radius:8px;margin:16px 0;font-weight:500;border-left:4px solid #e53e3e}.info-message{background:#a8d4f0;color:#5ba8d1;padding:12px 16px;border-radius:8px;margin:16px 0;font-weight:500;border-left:4px solid #5BA8D1}.loading-state{text-align:center;padding:48px 24px;color:#718096}.spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #e6a57e;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}.loading-state p{font-size:16px;font-weight:500}.error-state{text-align:center;padding:48px 24px;color:#c53030;background:#fed7d7;border-radius:8px;margin:16px 0}.error-state p{font-size:16px;font-weight:500}.quality-summary--unified{display:grid;grid-template-columns:repeat(5,1fr);gap:0 2rem;padding:1.25rem 2rem;margin-top:24px;margin-bottom:1.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;border-left:4px solid #0ea5e9;border-right:4px solid #0ea5e9;box-shadow:0 1px 3px #0000000d}@media(max-width:900px){.quality-summary--unified{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.quality-summary--unified{grid-template-columns:1fr;gap:1rem 0}}.quality-summary__item{display:flex;flex-direction:column;gap:.25rem;min-width:0}.quality-summary__label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280}.quality-summary__value{font-size:.875rem;color:#1f2937;line-height:1.4;font-weight:500}.quality-summary__disclaimer{grid-column:1 / -1;margin:1rem 0 0;padding-top:1rem;border-top:1px solid #e5e7eb;font-size:.8125rem;color:#6b7280;line-height:1.5}@media(max-width:768px){.quality-section{padding:24px;margin-bottom:16px}.checkbox-grid,.grammage-inputs{grid-template-columns:1fr;gap:12px}.wizard-navigation{flex-direction:column;gap:12px}.wizard-navigation .btn{width:100%}.summary-item{flex-direction:column;align-items:flex-start;gap:4px}.step-header h2{font-size:24px}.quality-section h3{font-size:20px}}@media(max-width:480px){.quality-section{padding:16px}.step-header h2{font-size:20px}.quality-section h3{font-size:18px}.checkbox-content{padding-right:32px}.parameter-header{flex-direction:column;align-items:flex-start;gap:8px}}.quality-diagnostics{max-width:1200px;margin:0 auto;padding:24px;font-family:inherit}.diagnostics-header{margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #e0e0e0}.diagnostics-header h2{margin:0 0 8px;color:#333;font-size:24px}.diagnostics-header p{margin:0;color:#666;font-size:14px}.diagnostics-controls{display:flex;gap:16px;align-items:flex-end;margin-bottom:24px;padding:16px;background:#f5f5f5;border-radius:8px}.control-group{flex:1;display:flex;flex-direction:column;gap:8px}.control-group label{font-weight:600;color:#333;font-size:14px}.control-group input{padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;transition:border-color .2s}.control-group input:focus{outline:none;border-color:#007bff}.control-group input:disabled{background:#f0f0f0;cursor:not-allowed}.run-button{padding:10px 24px;background:#007bff;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.run-button:hover:not(:disabled){background:#0056b3}.run-button:disabled{background:#ccc;cursor:not-allowed}.session-info{margin-bottom:24px;padding:16px;background:#f8f9fa;border-radius:8px;border-left:4px solid #007bff}.session-info h3{margin:0 0 12px;color:#333;font-size:18px}.session-info pre{margin:0;padding:12px;background:#fff;border-radius:4px;overflow-x:auto;font-size:12px;line-height:1.5}.diagnostics-results{margin-bottom:24px}.diagnostics-results h3{margin:0 0 16px;color:#333;font-size:18px}.test-result{margin-bottom:16px;padding:16px;border-radius:8px;border-left:4px solid;background:#fff;box-shadow:0 2px 4px #0000001a}.test-result.success{border-left-color:#28a745}.test-result.error{border-left-color:#dc3545}.test-header{display:flex;align-items:center;gap:12px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #e0e0e0}.test-status{font-size:20px;flex-shrink:0}.test-name{flex:1;font-weight:600;color:#333;font-size:16px}.test-duration{color:#666;font-size:12px;font-family:monospace;background:#f5f5f5;padding:4px 8px;border-radius:4px}.test-data,.test-error{margin-top:12px}.test-data strong,.test-error strong{display:block;margin-bottom:8px;color:#333;font-size:14px}.test-data pre,.test-error pre{margin:0;padding:12px;background:#f8f9fa;border-radius:4px;overflow-x:auto;font-size:12px;line-height:1.5;max-height:400px;overflow-y:auto}.test-error pre{background:#fff5f5;color:#c53030}.diagnostics-summary{padding:16px;background:#f8f9fa;border-radius:8px}.diagnostics-summary h3{margin:0 0 16px;color:#333;font-size:18px}.summary-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.stat{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000001a}.stat-label{color:#666;font-size:14px}.stat-value{font-weight:600;font-size:18px;color:#333}.stat-value.success{color:#28a745}.stat-value.error{color:#dc3545}.product-wizard{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:40px 20px}.wizard-progress{background:#fff;border-radius:16px;padding:20px 32px;margin-bottom:32px;box-shadow:0 4px 6px #0000001a}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;position:relative}.progress-header-center{display:flex;flex-direction:column;align-items:center;flex:1;text-align:center}.progress-header-center h2{margin:0;color:#2d3748;font-size:24px;font-weight:600}.progress-text{color:#718096;font-size:14px;font-weight:500}.progress-header-spacer{width:120px}.progress-bar{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:8px}.progress-fill{height:100%;background:linear-gradient(90deg,#e6a57e,#d4a574);transition:width .3s ease}.step-container{background:#fff;border-radius:12px;padding:32px;margin-bottom:24px;box-shadow:0 4px 6px #0000001a}.step-container:has(.basic-info-step){padding-top:0!important;padding-bottom:32px;padding-left:32px;padding-right:32px;overflow:hidden;position:relative}.step-container:has(.basic-info-step):before{content:"";position:absolute;top:0;left:0;right:0;height:120px;background:#fff;z-index:10;pointer-events:none}.step-content:has(.basic-info-step){position:relative;z-index:20;margin-top:-120px;padding-top:120px}.step-content:has(.basic-info-step)>*:first-child:not(.basic-info-step){display:none!important;height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}.step-content{max-width:600px;margin:0 auto}.gender-step{text-align:center}.gender-step .step-header{text-align:left!important;max-width:900px;margin:0 auto 16px;display:flex;flex-direction:column}.gender-step .step-header h3{font-size:36px!important;color:#2d3748!important;margin-bottom:0!important;font-weight:700!important;line-height:1.2;letter-spacing:-.5px}.gender-step .step-header p:not(.step-description){color:#718096!important;font-size:20px!important;margin-bottom:0!important;margin-top:8px!important;line-height:1.5;font-weight:400!important}.gender-step .step-description{color:#718096!important;font-size:18px!important;margin-bottom:16px!important;margin-top:4px!important;line-height:1.5;font-weight:400!important}.gender-options{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:40px;max-width:900px;margin-left:auto;margin-right:auto}.gender-option{border:2px solid #e2e8f0;border-radius:16px;padding:32px 24px;cursor:pointer;transition:all .3s ease;background:#fff;text-align:center;min-height:200px;display:flex;flex-direction:column;justify-content:center;align-items:center}.gender-option:hover{border-color:#e6a57e;transform:translateY(-2px);box-shadow:0 4px 12px #e6a57e33}.gender-option.selected{border-color:#e6a57e;background:#fef7f0;box-shadow:0 8px 25px #e6a57e4d;transform:translateY(-4px)}.gender-option.selected .gender-icon{background:linear-gradient(135deg,#e6a57e,#d4a574);border-color:#d4a574;color:#fff;transform:scale(1.1)}.gender-option.selected .gender-icon img{filter:brightness(0) invert(1)}.gender-icon{font-size:48px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #dee2e6;transition:all .3s ease;font-weight:700}.gender-icon img{width:48px;height:48px;object-fit:contain}.gender-info h4{font-size:20px;color:#2d3748;margin-bottom:8px;font-weight:600}.gender-info p{color:#718096;font-size:14px;margin:0;line-height:1.4}.step-tip{display:flex;align-items:flex-start;gap:1rem;margin-top:1.5rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #7dd3fc;border-radius:12px}.step-tip .tip-icon{font-size:20px;margin:2px 0 0;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-tip .tip-icon img{width:24px;height:24px;object-fit:contain;opacity:.9}.step-tip .tip-content{color:#1f2937;font-size:.875rem;line-height:1.6;text-align:left}.step-tip .tip-content strong{display:block;font-size:.875rem;color:#0284c7;margin-bottom:.5rem}.step-tip .tip-content p strong{display:inline;margin-bottom:0}.step-tip .tip-list,.step-tip .tip-content ul,.step-tip .tip-content ol{margin:.5rem 0 0;padding-left:1.5rem;font-size:.8125rem;color:#1f2937;line-height:1.7}.step-tip .tip-content ol.tip-list{list-style-type:decimal}.step-tip .tip-list li,.step-tip .tip-content ul li,.step-tip .tip-content ol li{margin-bottom:.25rem}.step-tip .tip-list li:last-child,.step-tip .tip-content ul li:last-child,.step-tip .tip-content ol li:last-child{margin-bottom:0}.category-step{text-align:center}.step-container:has(.category-step)>*:first-child:not(.category-step),.step-content:has(.category-step)>*:first-child:not(.category-step),.step-container:has(.category-step) .section-title,.step-container:has(.category-step) .section-description,.step-content:has(.category-step) .section-title,.step-content:has(.category-step) .section-description,.category-step-header,.step-title-header,.step-container:has(.category-step)>header,.step-content:has(.category-step)>header,.step-container:has(.category-step)>div:first-child:not(.category-step),.step-content:has(.category-step)>div:first-child:not(.category-step){display:none!important}.step-content:has(.category-step)>*:not(.category-step):first-child{display:none!important}.step-content:has(.category-step)>h2,.step-content:has(.category-step)>p:first-of-type{display:none!important}.category-step .step-header{text-align:left!important;max-width:900px;margin:0 auto 16px;display:flex;flex-direction:column}.category-step .step-header h3{font-size:36px!important;color:#2d3748!important;margin-bottom:0!important;font-weight:700!important;line-height:1.2;letter-spacing:-.5px}.category-step .step-header p:not(.step-description){color:#718096!important;font-size:20px!important;margin-bottom:0!important;margin-top:8px!important;line-height:1.5;font-weight:400!important}.category-step .step-description{color:#718096!important;font-size:18px!important;margin-bottom:16px!important;margin-top:4px!important;line-height:1.5;font-weight:400!important}.category-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;margin-bottom:32px;max-width:900px;margin-left:auto;margin-right:auto}.category-option{border:2px solid #e2e8f0;border-radius:16px;padding:24px 20px;cursor:pointer;transition:all .3s ease;background:#fff;text-align:center;min-height:140px;display:flex;flex-direction:column;justify-content:center;align-items:center}.category-option:hover{border-color:#e6a57e;transform:translateY(-2px);box-shadow:0 4px 12px #e6a57e33}.category-option.selected{border-color:#e6a57e;background:#fef7f0;box-shadow:0 8px 25px #e6a57e4d;transform:translateY(-4px)}.category-icon{font-size:36px;margin-bottom:16px;display:flex;align-items:center;justify-content:center;width:76px!important;height:76px!important;min-width:76px!important;min-height:76px!important;max-width:76px!important;max-height:76px!important;border-radius:50%;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #dee2e6;transition:all .3s ease;box-sizing:border-box}.category-icon img{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;object-fit:contain!important;display:block!important;filter:brightness(0);flex-shrink:0!important}.category-icon img[alt*=Praia],.category-icon img[alt*=praia]{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;max-width:42px!important;max-height:42px!important}.category-option.selected .category-icon{background:transparent}.category-option.selected .category-icon img{filter:brightness(0)}.category-info h4{font-size:16px;color:#2d3748;margin:0;font-weight:600}.loading-spinner{display:flex;justify-content:center;align-items:center;padding:40px}.spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #e6a57e;border-radius:50%;animation:spin 1s linear infinite}.wizard-navigation{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 6px #0000001a}.navigation-buttons{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;width:100%;gap:0}.navigation-buttons .btn{padding:12px 24px;border-radius:8px;border:none;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;width:130px;min-width:130px;max-width:130px;text-align:center;white-space:nowrap;box-sizing:border-box}.navigation-buttons .btn:first-child{justify-self:start}.navigation-buttons .btn:nth-child(2){justify-self:center}.navigation-buttons .btn:last-child{justify-self:end}.btn-primary{background:#e6a57e;color:#fff}.btn-primary:hover:not(:disabled){background:#d4a574;transform:translateY(-1px)}.btn-secondary{background:#f7fafc;color:#4a5568;border:1px solid #e2e8f0}.btn-secondary:hover:not(:disabled){background:#edf2f7}.btn-outline{background:transparent;color:#718096;border:1px solid #e2e8f0}.btn-outline:hover:not(:disabled){background:#f7fafc;color:#4a5568}.btn:disabled{opacity:.5;cursor:not-allowed}.error-message{background:#fed7d7;color:#c53030;padding:12px;border-radius:8px;margin-top:16px;font-size:14px}.error-message p{margin:0}@media(max-width:768px){.product-wizard{padding:16px}.wizard-progress{padding:20px;margin-bottom:20px}.progress-header{flex-direction:column;align-items:flex-start;gap:8px}.progress-header h2{font-size:20px}.step-container{padding:20px}.gender-options{grid-template-columns:1fr;gap:16px}.gender-option{min-height:160px;padding:24px}.gender-icon{width:60px;height:60px;font-size:48px}.gender-icon img{width:36px;height:36px}.wizard-navigation{padding:16px}.navigation-buttons{flex-direction:column;gap:12px}.navigation-buttons .btn{width:100%;min-width:100%;max-width:100%;padding:12px 16px;font-size:14px}.exclusivity-options{grid-template-columns:1fr;gap:12px}.exclusivity-option{padding:1rem}.stock-grid{grid-template-columns:repeat(3,1fr);gap:12px}.stock-grid{grid-template-columns:repeat(2,1fr)}@media(max-width:480px){.stock-grid{grid-template-columns:1fr}}.stock-entry{padding:1rem}.summary-card{flex-direction:column;text-align:center;gap:.75rem}.summary-stats{justify-content:center}.upload-area{padding:2rem 1rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}.image-actions{padding:.5rem;gap:.25rem}}@media(max-width:480px){.product-wizard{padding:12px}.wizard-progress{padding:16px;margin-bottom:16px}.progress-header h2{font-size:18px}.progress-text{font-size:12px}.step-container{padding:16px}.wizard-navigation{padding:12px}.btn{padding:10px 14px;font-size:13px}.gender-options{grid-template-columns:1fr;gap:12px}.gender-option{min-height:140px;padding:20px}.exclusivity-option{padding:.75rem;gap:.5rem}.exclusivity-icon,.exclusivity-icon img{width:40px;height:40px}.exclusivity-title{font-size:1rem}.exclusivity-description{font-size:.85rem}.stock-entry,.summary-card{padding:.75rem}.summary-icon{font-size:1.5rem}.summary-content h4{font-size:1rem}.stat-value{font-size:1.1rem}.upload-area{padding:1.5rem .75rem}.upload-icon{font-size:2rem}.upload-content h4{font-size:1rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.5rem}.image-actions{padding:.25rem;gap:.25rem}.btn-secondary.small,.btn-danger.small{padding:.25rem .5rem;font-size:.7rem}.gender-icon{width:50px;height:50px;font-size:40px}.gender-icon img{width:30px;height:30px}}.subcategory-step{text-align:center}.subcategory-step .step-header{text-align:center!important;max-width:900px;margin:0 auto 16px;display:flex;flex-direction:column}.subcategory-step .step-header h3{font-size:36px!important;color:#2d3748!important;margin-bottom:0!important;font-weight:700!important;line-height:1.2;letter-spacing:-.5px}.subcategory-step .step-header p:not(.step-description){color:#718096!important;font-size:20px!important;margin-bottom:0!important;margin-top:8px!important;line-height:1.5;font-weight:400!important}.subcategory-step .step-description{color:#718096!important;font-size:18px!important;margin-bottom:16px!important;margin-top:4px!important;line-height:1.5;font-weight:400!important}.subcategory-options{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:32px;max-width:900px;margin-left:auto;margin-right:auto}.subcategory-option{border:2px solid #e2e8f0;border-radius:16px;padding:1.25rem;cursor:pointer;transition:all .3s ease;background:#fff;display:flex;align-items:center;min-height:80px;height:80px}.subcategory-option:hover{border-color:#e6a57e;background:#f8fafc}.subcategory-option.selected{border-color:#e6a57e;background:#fef7f0}.subcategory-icon{width:76px!important;height:76px!important;min-width:76px!important;min-height:76px!important;max-width:76px!important;max-height:76px!important;display:flex;align-items:center;justify-content:center;background:transparent;margin-right:1rem;font-size:1.5rem;flex-shrink:0;transition:all .3s ease;box-sizing:border-box}.subcategory-icon img{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;object-fit:contain!important;display:block!important;filter:brightness(0);flex-shrink:0!important}.subcategory-icon img[alt*="bikini conjunto"],.subcategory-icon img[alt*="Bikini conjunto"],.subcategory-icon img[alt*="biquini conjunto"],.subcategory-icon img[alt*="Biquini conjunto"],.subcategory-icon img[alt*="bikini (conjunto)"],.subcategory-icon img[alt*="Bikini (conjunto)"],.subcategory-icon img[alt*="biquini (conjunto)"],.subcategory-icon img[alt*="Biquini (conjunto)"],.subcategory-icon img[alt*=maio],.subcategory-icon img[alt*=Maiô],.subcategory-icon img[alt*="maio de praia"],.subcategory-icon img[alt*="Maio de praia"]{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;max-width:42px!important;max-height:42px!important}.subcategory-info{flex:1;text-align:left}.subcategory-info h4{margin:0;font-size:1.1rem;font-weight:600;color:#1f2937}.subcategory-option.selected .subcategory-icon{background:transparent}.subcategory-option.selected .subcategory-icon img{filter:brightness(0)}.step-container:has(.basic-info-step)>*:first-child:not(.basic-info-step),.step-content:has(.basic-info-step)>*:first-child:not(.basic-info-step),.step-container:has(.basic-info-step) .section-title,.step-container:has(.basic-info-step) .section-description,.step-container:has(.basic-info-step) .section-header,.step-content:has(.basic-info-step) .section-title,.step-content:has(.basic-info-step) .section-description,.step-content:has(.basic-info-step) .section-header,.basic-info-step-header,.step-title-header,.step-container:has(.basic-info-step)>header,.step-content:has(.basic-info-step)>header,.step-container:has(.basic-info-step)>div:first-child:not(.basic-info-step),.step-content:has(.basic-info-step)>div:first-child:not(.basic-info-step){display:none!important}.step-content:has(.basic-info-step)>*:not(.basic-info-step):first-child{display:none!important}.step-content:has(.basic-info-step)>h2,.step-content:has(.basic-info-step)>p:first-of-type{display:none!important}.step-container:has(.basic-info-step)>div:has(.section-header),.step-content:has(.basic-info-step)>div:has(.section-header),.step-container:has(.basic-info-step)>div:has(h2.section-title),.step-content:has(.basic-info-step)>div:has(h2.section-title),.product-wizard:has(.basic-info-step)>div:first-child:not(.wizard-progress):not(.step-container),.product-wizard:has(.basic-info-step) .step-container:before,.product-wizard:has(.basic-info-step) .step-content:before{display:none!important;content:none!important}.basic-info-step{padding:2rem;padding-top:0!important;margin-top:0!important;margin-bottom:0}.basic-info-step .step-header{text-align:left!important;max-width:900px;margin:0 auto 16px;margin-top:0!important;padding-top:0!important;display:flex;flex-direction:column}.basic-info-step .step-header h3{font-size:36px!important;color:#2d3748!important;margin-bottom:0!important;font-weight:700!important;line-height:1.2;letter-spacing:-.5px}.basic-info-step .step-header p:not(.step-description){color:#718096!important;font-size:20px!important;margin-bottom:8px!important;margin-top:0!important;line-height:1.5;font-weight:400!important}.basic-info-step .step-header .step-description{color:#718096!important;font-size:16px!important;margin-top:8px!important;line-height:1.5;font-weight:400!important}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin:1rem 0}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1 / -1}.form-label{font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.9rem}.form-input,.form-textarea,.form-select{padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .2s ease;background:#fff}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#7ebfe6;box-shadow:0 0 0 3px #3b82f61a}.form-textarea{resize:vertical;min-height:100px}.form-error{color:#ef4444;font-size:.8rem;margin-top:.25rem}.size-step{max-width:1000px;margin:0 auto;padding:1rem 2rem 2rem}.step-container:has(.size-step)>*:first-child:not(.size-step),.step-content:has(.size-step)>*:first-child:not(.size-step),.step-container:has(.size-step) .section-title,.step-container:has(.size-step) .section-description,.step-content:has(.size-step) .section-title,.step-content:has(.size-step) .section-description,.step-container:has(.size-step)>header,.step-content:has(.size-step)>header,.step-container:has(.size-step)>div:first-child:not(.size-step),.step-content:has(.size-step)>div:first-child:not(.size-step){display:none!important}.size-step .step-header{text-align:center!important;max-width:900px;margin:0 auto 32px;display:flex;flex-direction:column;align-items:center;width:100%}.size-step .step-header h3{font-size:36px!important;color:#2d3748!important;margin:0 auto 8px!important;font-weight:700!important;line-height:1.2;letter-spacing:-.5px;text-align:center!important;width:100%;display:block}.size-step .step-header p:not(.step-description){color:#718096!important;font-size:20px!important;margin-bottom:8px!important;margin-top:0!important;line-height:1.5;font-weight:400!important;text-align:center!important;width:100%}.size-step .step-header .step-description{color:#718096!important;font-size:16px!important;margin-top:8px!important;line-height:1.5;font-weight:400!important;text-align:center!important;width:100%}.table-selection{margin:2rem 0;padding:1.5rem;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb}.table-selection h4{margin:0 0 1rem;color:#374151;font-size:1.1rem}.table-options{display:flex;flex-direction:column;gap:1rem}.table-option{display:flex;align-items:center;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease}.table-option:hover{border-color:#7ebfe6;background:#f8fafc}.table-option input[type=radio]{margin-right:1rem;transform:scale(1.2)}.table-info{display:flex;flex-direction:column;gap:.25rem}.table-name{font-weight:600;color:#374151}.table-description{font-size:.9rem;color:#6b7280}.table-type{font-size:.8rem;color:#7ebfe6;font-weight:500}.sizes-selection{margin:2rem 0}.sizes-selection h4{margin:0 0 1.5rem;color:#2d3748;font-size:1.5rem;font-weight:600;text-align:left}.sizes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;max-width:1000px;margin:0 auto}.size-option{display:flex;flex-direction:column;align-items:center;padding:1.25rem 1rem;border:2px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer;transition:all .2s ease;position:relative;min-height:140px;width:100%}.size-option:hover{border-color:#7ebfe6;background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f626}.size-option input[type=checkbox]:checked~.size-info{color:#7ebfe6}.size-option:has(input[type=checkbox]:checked){border-color:#7ebfe6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.size-option input[type=checkbox]{position:absolute;top:.75rem;right:.75rem;width:20px;height:20px;cursor:pointer;z-index:1;accent-color:#7EBFE6}.size-info{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;margin-top:.25rem;padding-top:.5rem}.size-name{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.75rem;letter-spacing:1px}.size-measurements{display:flex;flex-direction:column;gap:.5rem;width:100%;margin-top:.5rem;padding-top:.75rem;border-top:1px solid #e5e7eb}.measurement-line{font-size:.875rem;color:#4b5563;line-height:1.4;font-weight:400;text-align:center;display:block;width:100%}.size-option:has(input[type=checkbox]:checked) .size-name{color:#5ba8d1}.size-option:has(input[type=checkbox]:checked) .size-measurements{border-top-color:#a8d4f0}.size-option:has(input[type=checkbox]:checked) .measurement-line{color:#5ba8d1}.no-sizes-message{text-align:center;padding:3rem 2rem;background:#f9fafb;border-radius:12px;border:2px dashed #d1d5db}.message-icon{font-size:3rem;margin-bottom:1rem}.no-sizes-message h4{margin:0 0 .5rem;color:#374151;font-size:1.2rem}.no-sizes-message p{margin:0;color:#6b7280}.validation-message{margin:1.5rem 0;padding:1rem 1.5rem;background:#fef2f2;border:2px solid #fecaca;border-radius:8px;color:#991b1b;text-align:center;font-weight:500;font-size:.95rem}.loading-spinner{display:flex;justify-content:center;align-items:center;padding:3rem}.spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top:4px solid #7EBFE6;border-radius:50%;animation:spin 1s linear infinite}.error-message{padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;text-align:center}.color-step{width:100%;max-width:100%;margin:0;padding:0;box-sizing:border-box}.create-color-section{margin:3rem 0;padding:2rem;border:1px solid #e5e7eb;border-radius:12px;background:#f9fafb}.color-management-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.btn-create-color{background:#7ebfe6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.btn-create-color:hover{background:#5ba8d1}.btn-delete-mode{background:#ef4444;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.btn-delete-mode:hover{background:#dc2626}.btn-delete-mode.active{background:#10b981}.btn-delete-mode.active:hover{background:#059669}.create-color-form{margin-top:1.5rem;padding:1.5rem;background:#fff;border-radius:8px;border:1px solid #e5e7eb}.color-input-group{display:flex;gap:.5rem;align-items:center}.color-picker{width:50px;height:40px;border:1px solid #d1d5db;border-radius:6px;cursor:pointer}.hex-input{flex:1;padding:.5rem;border:1px solid #d1d5db;border-radius:6px;font-family:monospace;text-transform:uppercase}.form-actions{display:flex;gap:1rem;margin-top:1rem}.colors-selection{margin:3rem 0}.colors-selection h4{margin:0 0 2rem;color:#374151;font-size:1.2rem;font-weight:600}.colors-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;width:100%;max-width:100%;box-sizing:border-box}@media(min-width:768px){.colors-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1200px){.colors-grid{grid-template-columns:repeat(4,1fr)}}.color-option{display:flex;flex-direction:column;align-items:center;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;position:relative;-webkit-user-select:none;user-select:none}.color-option:hover{border-color:#7ebfe6;background:#f8fafc;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f626}.color-option.selected{border-color:#7ebfe6;background:#e8f4fc;box-shadow:0 4px 12px #3b82f633}.color-checkbox{position:absolute;top:.5rem;right:.5rem;width:20px;height:20px;border:2px solid #7EBFE6;border-radius:4px;background:#7ebfe6;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.color-preview{width:40px;height:40px;border-radius:50%;border:2px solid #e5e7eb;margin-bottom:.5rem;box-shadow:0 2px 4px #0000001a}.color-name{font-size:.9rem;color:#374151;text-align:center;font-weight:500}.color-badge{position:absolute;top:.5rem;left:.5rem;background:#10b981;color:#fff;font-size:.7rem;padding:.2rem .4rem;border-radius:4px;font-weight:500}.color-matrix{margin:2rem 0;padding:1.5rem;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb}.color-matrix h4{margin:0 0 .5rem;color:#374151;font-size:1.1rem}.matrix-description{margin:0 0 1rem;color:#6b7280;font-size:.9rem;line-height:1.4}.matrix-table-wrapper{display:flex;justify-content:center;width:100%;margin-bottom:1rem}.matrix-table-wrapper:last-child{margin-bottom:0}.matrix-table{background:#fff;border-radius:8px;overflow:hidden;border:1px solid #e5e7eb}.matrix-header{display:grid;grid-template-columns:120px repeat(auto-fit,minmax(120px,1fr));background:#f3f4f6;border-bottom:1px solid #e5e7eb}.matrix-row{display:grid;grid-template-columns:120px repeat(auto-fit,minmax(120px,1fr));border-bottom:1px solid #e5e7eb}.matrix-table-wrapper .matrix-header,.matrix-table-wrapper .matrix-row{grid-template-columns:120px repeat(var(--color-columns),var(--color-column-width))}.matrix-row:last-child{border-bottom:none}.size-column{padding:1rem;font-weight:600;color:#374151;display:flex;align-items:center;background:#f9fafb;border-right:1px solid #e5e7eb}.color-column{padding:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;border-right:1px solid #e5e7eb}.color-column:last-child{border-right:none}.matrix-header .color-column{flex-direction:column;text-align:center}.matrix-header .color-preview{width:30px;height:30px;margin-bottom:.25rem}.matrix-header .color-name{font-size:.8rem;font-weight:500}.matrix-row .color-column input[type=checkbox]{transform:scale(1.3)}.no-colors-message{text-align:center;padding:3rem 2rem;background:#f9fafb;border-radius:12px;border:2px dashed #d1d5db}.no-colors-message .message-icon{font-size:3rem;margin-bottom:1rem}.no-colors-message h4{margin:0 0 .5rem;color:#374151;font-size:1.2rem}.no-colors-message p{margin:0;color:#6b7280}.delete-mode-instruction{margin:1rem 0;padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;text-align:center;font-weight:500;display:flex;flex-direction:column;align-items:center;gap:1rem}.btn-cancel-delete-mode{background:#6b7280;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:.9rem}.btn-cancel-delete-mode:hover{background:#4b5563;transform:translateY(-1px);box-shadow:0 2px 8px #6b72804d}.btn-cancel-delete-mode:active{transform:translateY(0)}.color-option.delete-mode{border-color:#ef4444;background:#fef2f2}.color-option.delete-mode:hover{border-color:#dc2626;background:#fee2e2;transform:translateY(-2px);box-shadow:0 4px 12px #ef444426}.color-delete-indicator{position:absolute;top:.5rem;right:.5rem;width:24px;height:24px;background:#ef4444;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;z-index:2}.color-delete-button{position:absolute;top:.5rem;right:.5rem;background:#ef4444;color:#fff;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;transition:all .2s ease;z-index:2}.color-delete-button:hover{background:#dc2626;transform:scale(1.1)}.color-delete-button:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.exclusivity-step{max-width:1000px;margin:0 auto;padding:2rem 1.5rem}.exclusivity-step .step-header{text-align:left!important;max-width:900px;margin:0 auto 16px;display:flex;flex-direction:column}.exclusivity-step .step-header h3{font-size:36px!important;color:#2d3748!important;margin-bottom:0!important;font-weight:700!important;line-height:1.2;letter-spacing:-.5px}.exclusivity-step .step-header p:not(.step-description){color:#718096!important;font-size:20px!important;margin-bottom:8px!important;margin-top:0!important;line-height:1.5;font-weight:400!important}.exclusivity-step .step-header .step-description{color:#718096!important;font-size:16px!important;margin-top:8px!important;line-height:1.5;font-weight:400!important}.exclusivity-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin:2rem 0}.exclusivity-option{border:2px solid #e5e7eb;border-radius:12px;padding:.5rem;background:#fff;cursor:pointer;transition:all .3s ease;position:relative;display:flex;align-items:flex-start;gap:.5rem}.exclusivity-option:hover{border-color:#7ebfe6;background:#f8fafc;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f626}.exclusivity-option.selected{border-color:#7ebfe6;background:#e8f4fc;box-shadow:0 4px 12px #3b82f633}.exclusivity-icon{font-size:1.5rem;flex-shrink:0;margin-top:.25rem;display:flex;align-items:center;justify-content:center;width:40px;height:40px;min-width:40px;min-height:40px;max-width:40px;max-height:40px}.exclusivity-icon img{width:40px!important;height:40px!important;max-width:40px!important;max-height:40px!important;object-fit:contain;filter:brightness(0);display:block}.exclusivity-content{flex:1}.exclusivity-title{margin:0 0 .0625rem;color:#374151;font-size:1.1rem;font-weight:600}.exclusivity-description{margin:0 0 .0625rem;color:#6b7280;font-size:.9rem;line-height:1.1}.exclusivity-impact{display:flex;flex-direction:column;gap:.025rem;margin-bottom:0}.impact-label{font-size:.8rem;color:#6b7280;font-weight:500}.impact-value{font-size:.85rem;color:#374151;font-weight:600;padding:.25rem .5rem;background:#f3f4f6;border-radius:4px;display:inline-block}.exclusivity-info{margin-top:1.5rem;padding:1rem;background:#e8f4fc;border:1px solid #A8D4F0;border-radius:8px}.exclusivity-info h4{margin:0 0 .5rem;color:#5ba8d1;font-size:1rem;font-weight:600}.exclusivity-info p{margin:0;color:#5ba8d1;font-size:.9rem;line-height:1.4}.image-upload-step{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.image-upload-step .step-header{text-align:left!important;max-width:900px;margin:0 auto 16px;display:flex;flex-direction:column}.image-upload-step .step-header h3{font-size:36px!important;color:#2d3748!important;margin-bottom:0!important;font-weight:700!important;line-height:1.2;letter-spacing:-.5px}.image-upload-step .step-header p:not(.step-description){color:#718096!important;font-size:20px!important;margin-bottom:8px!important;margin-top:0!important;line-height:1.5;font-weight:400!important}.image-upload-step .step-header .step-description{color:#718096!important;font-size:16px!important;margin-top:8px!important;line-height:1.5;font-weight:400!important}.upload-area{border:2px dashed #d1d5db;border-radius:12px;padding:3rem 2rem;text-align:center;background:#f9fafb;transition:all .3s ease;cursor:pointer;position:relative}.upload-area:hover{border-color:#7ebfe6;background:#e8f4fc}.upload-area.drag-active{border-color:#7ebfe6;background:#e8f4fc;transform:scale(1.02)}.upload-content{pointer-events:none}.upload-icon{font-size:3rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.upload-icon img{width:64px;height:64px;object-fit:contain;filter:brightness(0);display:block}.upload-content h4{margin:0 0 .5rem;color:#374151;font-size:1.2rem;font-weight:600}.upload-content p{margin:0;color:#6b7280;font-size:.9rem}.file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.upload-progress{margin:1rem 0;padding:1rem;background:#f3f4f6;border-radius:8px}.progress-bar{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:#7ebfe6;transition:width .3s ease}.image-gallery{margin:2rem 0}.image-gallery h4{margin:0 0 1rem;color:#374151;font-size:1.1rem;font-weight:600}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.image-item{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff;transition:all .2s ease}.image-item:hover{border-color:#7ebfe6;box-shadow:0 2px 8px #3b82f61a}.image-preview{position:relative;aspect-ratio:1;overflow:hidden}.main-badge{position:absolute;top:.5rem;left:.5rem;background:#10b981;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.image-actions{padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.btn-secondary.small,.btn-danger.small{padding:.5rem .75rem;font-size:.8rem;border-radius:4px}.btn-danger.small{background:#ef4444;color:#fff;border:none}.btn-danger.small:hover{background:#dc2626}.btn-secondary.small.active{background:#10b981;color:#fff;cursor:pointer;border-color:#10b981}.btn-secondary.small.active:hover{background:#059669;border-color:#059669;transform:translateY(-1px)}.color-info{margin:2rem 0;padding:1rem;background:#e8f4fc;border:1px solid #A8D4F0;border-radius:8px}.color-info h4{margin:0 0 .5rem;color:#5ba8d1;font-size:1rem;font-weight:600}.color-info p{margin:0;color:#5ba8d1;font-size:.9rem;line-height:1.4}.stock-step{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.stock-step .step-header{text-align:left!important;max-width:900px;margin:0 auto 16px;display:flex;flex-direction:column}.stock-step .step-header h3{font-size:36px!important;color:#2d3748!important;margin-bottom:0!important;font-weight:700!important;line-height:1.2;letter-spacing:-.5px}.stock-step .step-header p:not(.step-description){color:#718096!important;font-size:20px!important;margin-bottom:8px!important;margin-top:0!important;line-height:1.5;font-weight:400!important}.stock-step .step-header .step-description{color:#718096!important;font-size:16px!important;margin-top:8px!important;line-height:1.5;font-weight:400!important}.stock-summary{margin:2rem 0}.summary-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.summary-icon{font-size:2rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}.summary-icon img{width:48px;height:48px;object-fit:contain;filter:brightness(0);display:block}.summary-content h4{margin:0 0 .75rem;color:#374151;font-size:1.1rem;font-weight:600}.summary-stats{display:flex;gap:1.5rem;flex-wrap:wrap}.stat{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.9rem;color:#6b7280;font-weight:500}.stat-value{font-size:1.25rem;color:#374151;font-weight:700}.stock-configuration{margin:1.5rem 0}.stock-configuration h4{margin:0 0 1rem;color:#374151;font-size:1.1rem;font-weight:600}.stock-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.stock-groups{display:flex;flex-direction:column;gap:2rem}.stock-color-group{display:flex;flex-direction:column;gap:1rem}.color-group-header{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.color-group-preview{width:32px;height:32px;border-radius:6px;border:2px solid #e5e7eb;flex-shrink:0}.color-group-name{margin:0;font-size:1rem;font-weight:600;color:#1f2937}.stock-entry{border:1px solid #e5e7eb;border-radius:8px;padding:1rem;background:#fff;transition:all .2s ease}.stock-entry:hover{border-color:#7ebfe6;box-shadow:0 2px 8px #3b82f61a}.entry-info{margin-bottom:.75rem}.size-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:.5rem;background:#f3f4f6;border-radius:6px}.size-label{font-size:.9rem;color:#6b7280;font-weight:500}.size-value{font-size:1rem;color:#374151;font-weight:600}.color-info{display:flex;align-items:center;gap:.75rem}.color-preview{width:24px;height:24px;border-radius:50%;border:2px solid #e5e7eb;flex-shrink:0}.color-name{font-size:.9rem;color:#374151;font-weight:500}.quantity-control{display:flex;flex-direction:column;gap:.5rem}.quantity-control label{font-size:.9rem;color:#374151;font-weight:500}.quantity-input-group{display:flex;align-items:center;gap:.5rem}.quantity-btn{width:32px;height:32px;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;font-weight:600;transition:all .2s ease}.quantity-btn:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.quantity-btn:disabled{background:#f9fafb;color:#d1d5db;cursor:not-allowed}.quantity-input{width:80px;height:32px;border:1px solid #d1d5db;border-radius:4px;padding:0 .5rem;text-align:center;font-size:1rem;font-weight:600;color:#374151}.quantity-input:focus{outline:none;border-color:#7ebfe6;box-shadow:0 0 0 3px #3b82f61a}.quantity-input.disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.unique-piece-badge{background:#f59e0b;color:#fff;font-size:.7rem;padding:.2rem .4rem;border-radius:4px;margin-left:.5rem;font-weight:600}.no-stock-message{text-align:center;padding:3rem 2rem;background:#f9fafb;border-radius:12px;border:2px dashed #d1d5db}.no-stock-message .message-icon{font-size:3rem;margin-bottom:1rem;display:flex;justify-content:center;align-items:center}.no-stock-message .message-icon img{width:64px;height:64px;object-fit:contain}.no-stock-message h4{margin:0 0 .5rem;color:#374151;font-size:1.2rem}.no-stock-message p{margin:0;color:#6b7280}.exclusivity-impact{margin-top:2rem;padding:1.5rem;background:#e8f4fc;border:1px solid #A8D4F0;border-radius:8px}.exclusivity-impact h4{margin:0 0 .5rem;color:#5ba8d1;font-size:1rem;font-weight:600}.exclusivity-impact p{margin:0;color:#5ba8d1;font-size:.9rem;line-height:1.4}.more-images{background:#f7fafc;border:2px dashed #cbd5e0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#718096}.more-count{font-size:24px;font-weight:700;color:#4a5568;margin-bottom:8px}.step-actions{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:32px;padding-top:24px;border-top:1px solid #e2e8f0}.step-actions .btn{min-width:120px}.spinner{display:inline-block;width:16px;height:16px;border:2px solid #ffffff;border-top:2px solid transparent;border-radius:50%;animation:spin 1s linear infinite;margin-right:8px}.preview-container{display:flex;flex-direction:column;gap:20px;max-width:800px;margin:0 auto}.preview-section{background:#fff;border-radius:8px;padding:20px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.preview-section h3{margin:0 0 16px;color:#2d3748;font-size:16px;font-weight:600;border-bottom:1px solid #e2e8f0;padding-bottom:8px}.preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.preview-item{display:flex;flex-direction:column;gap:4px;padding:8px 12px;background:#f8fafc;border-radius:4px;border:1px solid #e2e8f0}.preview-item .label{font-size:11px;color:#718096;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.preview-item .value{font-size:13px;color:#2d3748;font-weight:500}.preview-item.total{background:#edf2f7;border:1px solid #cbd5e0}.images-preview{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:8px}.image-preview{position:relative;border-radius:6px;overflow:hidden;box-shadow:0 1px 3px #0000001a;aspect-ratio:1}.image-preview img{width:100%;height:100%;object-fit:cover}.image-info{position:absolute;bottom:0;left:0;right:0;background:#000000b3;color:#fff;padding:4px 6px;font-size:10px;display:flex;flex-direction:column;gap:1px}.image-type{font-weight:600;font-size:9px}.image-color{font-size:8px;opacity:.9}.publish-actions{background:#f8fafc;border-radius:8px;padding:20px;border:1px solid #e2e8f0}.publish-actions h3{margin:0 0 16px;color:#2d3748;font-size:16px;font-weight:600}.action-options{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.action-option{display:flex;align-items:center;padding:12px;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s ease;background:#fff}.action-option:hover{border-color:#4299e1;background:#e8f4fc}.action-option.selected{border-color:#5ba8d1;background:#e8f4fc}.action-option input[type=radio]{margin-right:12px;transform:scale(1.2)}.action-content{display:flex;align-items:center;gap:12px}.action-content .icon{font-size:20px}.action-content .text{display:flex;flex-direction:column;gap:2px}.action-content .title{font-weight:600;color:#2d3748;font-size:14px}.action-content .description{color:#718096;font-size:12px}.action-buttons{display:flex;justify-content:space-between;align-items:center;gap:16px}.action-buttons .btn{min-width:140px}.schedule-options{background:#f8fafc;border-radius:6px;padding:16px;margin-top:16px;border:1px solid #e2e8f0}.schedule-options .form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.schedule-options .form-group:last-child{margin-bottom:0}.schedule-options label{font-size:12px;font-weight:600;color:#4a5568}.schedule-options .form-input{padding:8px 12px;border:1px solid #d1d5db;border-radius:4px;font-size:14px;background:#fff;transition:border-color .2s ease}.schedule-options .form-input:focus{outline:none;border-color:#5ba8d1;box-shadow:0 0 0 3px #3182ce1a}@media(max-width:768px){.preview-container{max-width:100%}.preview-grid{grid-template-columns:1fr}.images-preview{grid-template-columns:repeat(auto-fill,minmax(60px,1fr))}.action-options{gap:8px}.action-option{padding:10px}.action-buttons{flex-direction:column;gap:12px}.action-buttons .btn{width:100%}}.color-step .step-header{text-align:center!important;max-width:900px;margin:0 auto 32px;display:flex;flex-direction:column;align-items:center;width:100%}.color-step .step-header h3{font-size:36px!important;color:#2d3748!important;margin:0 auto 8px!important;font-weight:700!important;line-height:1.2;letter-spacing:-.5px;text-align:center!important;width:100%;display:block}.color-step .step-header p:not(.step-description){color:#718096!important;font-size:20px!important;margin-bottom:8px!important;margin-top:0!important;line-height:1.5;font-weight:400!important;text-align:center!important;width:100%}.color-step .step-header .step-description{color:#718096!important;font-size:16px!important;margin-top:8px!important;line-height:1.5;font-weight:400!important;text-align:center!important;width:100%}.quality-step-container .step-header{text-align:center!important;max-width:900px;margin:0 auto 16px;margin-top:0!important;display:flex;flex-direction:column;align-items:center;width:100%}.quality-step-container .step-header h3{font-size:36px!important;color:#2d3748!important;margin:0 auto 8px!important;font-weight:700!important;line-height:1.2;letter-spacing:-.5px;text-align:center!important;width:100%;display:block}.quality-step-container .step-header p:not(.step-description){color:#718096!important;font-size:20px!important;margin-bottom:8px!important;margin-top:0!important;line-height:1.5;font-weight:400!important;text-align:center!important;width:100%}.quality-step-container .step-header .step-description{color:#718096!important;font-size:16px!important;margin-top:8px!important;line-height:1.5;font-weight:400!important;text-align:center!important;width:100%}.shipping-step .step-header{text-align:left!important;max-width:900px;margin:0 auto 16px;display:flex;flex-direction:column}.shipping-step .step-header h3{font-size:36px!important;color:#2d3748!important;margin-bottom:0!important;font-weight:700!important;line-height:1.2;letter-spacing:-.5px}.shipping-step .step-header p:not(.step-description){color:#718096!important;font-size:20px!important;margin-bottom:8px!important;margin-top:0!important;line-height:1.5;font-weight:400!important}.shipping-step .step-header .step-description{color:#718096!important;font-size:16px!important;margin-top:8px!important;line-height:1.5;font-weight:400!important}.step-content .step-header,.preview-step .step-header{text-align:left!important;max-width:900px;margin:0 auto 16px;display:flex;flex-direction:column}.step-content .step-header h3,.preview-step .step-header h3{font-size:36px!important;color:#2d3748!important;margin-bottom:0!important;font-weight:700!important;line-height:1.2;letter-spacing:-.5px}.step-content .step-header p:not(.step-description),.preview-step .step-header p:not(.step-description){color:#718096!important;font-size:20px!important;margin-bottom:8px!important;margin-top:0!important;line-height:1.5;font-weight:400!important}.step-content .step-header .step-description,.preview-step .step-header .step-description{color:#718096!important;font-size:16px!important;margin-top:8px!important;line-height:1.5;font-weight:400!important}.product-form-single-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e8edf3);padding-top:80px;padding-bottom:100px;font-family:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.product-form-single-page .form-header-fixed{position:fixed;top:0;left:260px;right:0;background:#fffffff2;border-bottom:1px solid #e2e8f0;z-index:1000;box-shadow:0 2px 8px #00000014,0 1px 4px #0000000a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.product-form-single-page .form-header-content{max-width:100%;margin:0 auto;padding:20px 40px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;min-height:60px}.product-form-single-page .btn-back{padding:12px 20px;background:transparent;border:1px solid #e2e8f0;border-radius:8px;color:#4a5568;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s;white-space:nowrap;flex-shrink:0;z-index:1;align-self:center;transform:translateY(2px);justify-self:start}.product-form-single-page .btn-back:hover{background:#f7fafc;border-color:#cbd5e0}.product-form-single-page .form-header-title{justify-self:center;font-size:24px;font-weight:600;color:#2d3748;margin:0;padding:0;white-space:nowrap;line-height:1.2;min-width:0;overflow:hidden;text-overflow:ellipsis}.product-form-single-page .form-header-right{display:flex;align-items:center;gap:16px;flex-shrink:0;justify-self:end}.product-form-single-page .form-header-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;flex-shrink:0;width:max-content;min-width:0;justify-content:flex-end}.product-form-single-page .form-header-actions .btn{padding:6px 12px;font-size:13px;min-height:32px;white-space:nowrap;flex-shrink:0;width:auto;min-width:max-content;overflow:visible}.product-form-single-page .form-layout{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:320px 1fr;gap:48px;padding:24px 40px 48px}.product-form-single-page .form-sidebar{align-self:start;position:relative}.product-form-single-page .sidebar-content{position:fixed;top:100px;left:300px;width:320px;background:#fff;border-radius:20px;padding:32px 24px;box-shadow:0 2px 8px #00000014,0 1px 4px #0000000a;border:1px solid #e8e8e8;max-height:calc(100vh - 100px);overflow-y:auto;overflow-x:hidden;z-index:100}.product-form-single-page .sidebar-progress{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e2e8f0}.product-form-single-page .progress-info{display:flex;flex-direction:column;gap:8px}.product-form-single-page .progress-text{font-size:14px;color:#718096;font-weight:500}.product-form-single-page .progress-bar-mini{width:100%;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden}.product-form-single-page .progress-bar-fill{height:100%;background:linear-gradient(90deg,#7ebfe6,#5ba8d1);transition:width .3s ease}.product-form-single-page .sidebar-nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.product-form-single-page .sidebar-nav-item{width:100%;padding:12px 16px;background:transparent;border:none;border-radius:8px;text-align:left;cursor:pointer;display:flex;align-items:center;gap:12px;font-size:14px;color:#4a5568;transition:all .2s;position:relative}.product-form-single-page .sidebar-nav-item:hover{background:#f7fafc;color:#2d3748}.product-form-single-page .sidebar-nav-item.active{background:#e8f4fc;color:#5ba8d1;font-weight:600}.product-form-single-page .sidebar-nav-item.completed{color:#059669}.product-form-single-page .sidebar-nav-item.completed .nav-check{margin-left:auto;color:#059669;font-weight:600}.product-form-single-page .nav-icon{font-size:18px;flex-shrink:0}.product-form-single-page .nav-label{flex:1}.product-form-single-page .nav-required{color:#ef4444;font-size:12px;margin-left:4px}.product-form-single-page .form-main-content{display:flex;flex-direction:column;gap:32px;max-width:100%}.product-form-single-page .form-section{background:#fff;border-radius:20px;padding:56px 48px;box-shadow:0 2px 8px #00000014,0 1px 4px #0000000a;scroll-margin-top:100px;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #e8e8e8;display:flex;flex-direction:column;align-items:center}.product-form-single-page .form-section-gender{padding-top:32px}.product-form-single-page .form-section:hover{box-shadow:0 12px 32px #0000001f,0 4px 16px #00000014;transform:translateY(-4px);border-color:#d0d0d0}.product-form-single-page .section-header{margin-bottom:40px;text-align:center;padding-bottom:28px;border-bottom:2px solid #e8e8e8;width:100%}.product-form-single-page .section-title{font-size:28px;font-weight:700;color:#1a202c;margin:0 0 12px;letter-spacing:-.5px;line-height:1.2}.product-form-single-page .section-description{font-size:15px;color:#718096;margin:0;line-height:1.5}.product-form-single-page .section-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:900px;margin:0 auto}.product-form-single-page .section-content .gender-step{text-align:center;width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center}.product-form-single-page .section-content .gender-step .step-header{text-align:center;max-width:100%;margin:0 auto 40px;width:100%}.product-form-single-page .section-content .gender-step .step-header h3{text-align:center;font-size:24px;font-weight:600;color:#2d3748;margin:0 0 12px}.product-form-single-page .section-content .gender-step .step-header p{text-align:center;font-size:15px;color:#718096;margin:0}.product-form-single-page .section-content .gender-step .gender-options{margin:0 auto;justify-content:center;max-width:1000px;width:100%}.product-form-single-page .gender-icon{background:transparent;border:none}.product-form-single-page .gender-option:hover{border-color:#5ba8d1}.product-form-single-page .gender-option.selected{border:2px solid #5BA8D1;background:#f0f9ff;box-shadow:none;transform:none}.product-form-single-page .gender-option.selected .gender-icon{background:transparent;border:none}.product-form-single-page .gender-option.selected .gender-icon img{filter:brightness(0)}.product-form-single-page .gender-option.selected .gender-info h4{color:#2d3748}.product-form-single-page .section-content .category-step{text-align:center;width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center}.product-form-single-page .section-content .category-step .step-header{text-align:center;max-width:100%;margin:0 auto 32px;width:100%}.product-form-single-page .section-content .category-step .step-header h3{text-align:center;font-size:24px;font-weight:600;color:#2d3748;margin:0 0 12px}.product-form-single-page .section-content .category-step .step-header p{text-align:center;font-size:15px;color:#718096;margin:0}.product-form-single-page .section-content .subcategory-step{text-align:center;width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center}.product-form-single-page .section-content .subcategory-step .step-header{text-align:center;max-width:100%;margin:0 auto 32px;width:100%}.product-form-single-page .section-content .subcategory-step .step-header h3{text-align:center;font-size:24px;font-weight:600;color:#2d3748;margin:0 0 12px}.product-form-single-page .section-content .subcategory-step .step-header p{text-align:center;font-size:15px;color:#718096;margin:0}.product-form-single-page .category-icon{font-size:36px;display:flex;align-items:center;justify-content:center;width:76px!important;height:76px!important;min-width:76px!important;min-height:76px!important;max-width:76px!important;max-height:76px!important;border-radius:50%;background:transparent;border:none;transition:all .3s ease;flex-shrink:0;margin:0 auto;box-sizing:border-box}.product-form-single-page .category-icon img{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;max-width:48px!important;max-height:48px!important;object-fit:contain!important;display:block!important;filter:brightness(0);flex-shrink:0!important}.product-form-single-page .category-icon img[alt*=Praia],.product-form-single-page .category-icon img[alt*=praia]{width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;max-width:50px!important;max-height:50px!important}.product-form-single-page .category-option.selected .category-icon{background:transparent;border:none;color:inherit}.product-form-single-page .category-option.selected .category-icon img{filter:brightness(0)}.product-form-single-page .subcategory-icon{width:76px!important;height:76px!important;min-width:76px!important;min-height:76px!important;max-width:76px!important;max-height:76px!important;display:flex;align-items:center;justify-content:center;background:transparent;margin-right:1rem;font-size:1.5rem;flex-shrink:0;transition:all .3s ease;margin:0 auto;box-sizing:border-box}.product-form-single-page .subcategory-icon img{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;object-fit:contain!important;display:block!important;filter:brightness(0);flex-shrink:0!important}.product-form-single-page .subcategory-icon img[alt*="bikini conjunto"],.product-form-single-page .subcategory-icon img[alt*="Bikini conjunto"],.product-form-single-page .subcategory-icon img[alt*="biquini conjunto"],.product-form-single-page .subcategory-icon img[alt*="Biquini conjunto"],.product-form-single-page .subcategory-icon img[alt*="bikini (conjunto)"],.product-form-single-page .subcategory-icon img[alt*="Bikini (conjunto)"],.product-form-single-page .subcategory-icon img[alt*="biquini (conjunto)"],.product-form-single-page .subcategory-icon img[alt*="Biquini (conjunto)"],.product-form-single-page .subcategory-icon img[alt*=maio],.product-form-single-page .subcategory-icon img[alt*=Maiô],.product-form-single-page .subcategory-icon img[alt*="maio de praia"],.product-form-single-page .subcategory-icon img[alt*="Maio de praia"]{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;max-width:42px!important;max-height:42px!important}.product-form-single-page .subcategory-icon img[alt*="Segunda Pele"],.product-form-single-page .subcategory-icon img[alt*="segunda pele"]{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;max-width:48px!important;max-height:48px!important}.product-form-single-page .category-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;margin-bottom:32px;max-width:900px;margin-left:auto;margin-right:auto;width:100%}.product-form-single-page .category-option{border:2px solid #e2e8f0;border-radius:16px;padding:24px 20px;cursor:pointer;transition:all .3s ease;background:#fff;text-align:center;min-height:140px;display:flex;flex-direction:column;justify-content:center;align-items:center}.product-form-single-page .category-option:hover{border-color:#5ba8d1;transform:translateY(-2px);box-shadow:0 4px 12px #5ba8d133}.product-form-single-page .category-option.selected{position:relative;border:2px solid #5BA8D1;background:#f0f9ff;box-shadow:none;transform:none}.product-form-single-page .category-option.selected .category-info h4{color:#2d3748}.product-form-single-page .category-info{display:flex;flex-direction:column;align-items:center;width:100%}.product-form-single-page .category-info h4{font-size:16px;color:#2d3748;margin:0;font-weight:600}.product-form-single-page .subcategory-options{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:32px;max-width:900px;margin-left:auto;margin-right:auto;width:100%}.product-form-single-page .subcategory-option{border:2px solid #e2e8f0;border-radius:16px;padding:1.25rem;cursor:pointer;transition:all .3s ease;background:#fff;display:flex;align-items:center;min-height:80px;height:80px}.product-form-single-page .subcategory-option:hover{border-color:#5ba8d1;background:#f8fafc}.product-form-single-page .subcategory-option.selected{border:2px solid #5BA8D1;background:#f0f9ff}.product-form-single-page .subcategory-info{flex:1;text-align:left}.product-form-single-page .subcategory-info h4{margin:0;font-size:1.1rem;color:#2d3748;font-weight:600}.product-form-single-page .subcategory-option.selected .subcategory-icon{background:transparent;border:none}.product-form-single-page .subcategory-option.selected .subcategory-icon img{filter:brightness(0)}.product-form-single-page .category-step .step-header{text-align:left;max-width:900px;margin:0 auto 16px;display:flex;flex-direction:column}.product-form-single-page .category-step .step-header h3{font-size:36px;color:#2d3748;margin-bottom:0;font-weight:700;line-height:1.2;letter-spacing:-.5px}.product-form-single-page .category-step .step-header p:not(.step-description){color:#718096;font-size:20px;margin-bottom:0;margin-top:8px;line-height:1.5;font-weight:400}.product-form-single-page .category-step .step-description{color:#718096;font-size:18px;margin-bottom:16px;margin-top:4px;line-height:1.5;font-weight:400}.product-form-single-page .subcategory-step .step-header{text-align:center;max-width:900px;margin:0 auto 16px;display:flex;flex-direction:column}.product-form-single-page .subcategory-step .step-header h3{font-size:36px;color:#2d3748;margin-bottom:0;font-weight:700;line-height:1.2;letter-spacing:-.5px}.product-form-single-page .subcategory-step .step-header p:not(.step-description){color:#718096;font-size:20px;margin-bottom:0;margin-top:8px;line-height:1.5;font-weight:400}.product-form-single-page .subcategory-step .step-description{color:#718096;font-size:18px;margin-bottom:16px;margin-top:4px;line-height:1.5;font-weight:400}.product-form-single-page .section-content .basic-info-step{width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center}.product-form-single-page .section-content .basic-info-step .step-header{text-align:center;max-width:100%;margin:0 auto 40px;width:100%}.product-form-single-page .section-content .basic-info-step .step-header h3{text-align:center;font-size:24px;font-weight:600;color:#2d3748;margin:0 0 12px}.product-form-single-page .section-content .basic-info-step .step-header p:not(.step-description){margin-bottom:2px}.product-form-single-page .section-content .basic-info-step .step-header .step-description{margin-top:2px}.product-form-single-page .section-content .basic-info-step .step-header .step-subtitle{text-align:center;font-size:15px;color:#718096;margin:0}.product-form-single-page .section-content .basic-info-step .form-grid{max-width:900px;width:100%;margin:0 auto;gap:12px}.product-form-single-page .section-content .basic-info-step .form-group{margin-bottom:0}.product-form-single-page .section-content .size-step{width:100%;max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.product-form-single-page .section-content .size-step .step-header{text-align:center;max-width:100%;margin:0 auto 32px;width:100%}.product-form-single-page .section-content .size-step .step-header h2,.product-form-single-page .section-content .size-step .step-header h3{text-align:center;font-size:24px;font-weight:600;color:#2d3748;margin:0 0 12px}.product-form-single-page .section-content .size-step .step-header p{text-align:center;font-size:15px;color:#718096;margin:0}.product-form-single-page .section-content .color-step{width:100%;max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.product-form-single-page .section-content .color-step .step-header{text-align:center;max-width:100%;margin:0 auto 32px;width:100%}.product-form-single-page .section-content .color-step .step-header h2,.product-form-single-page .section-content .color-step .step-header h3{text-align:center;font-size:24px;font-weight:600;color:#2d3748;margin:0 0 12px}.product-form-single-page .section-content .color-step .step-header p{text-align:center;font-size:15px;color:#718096;margin:0}.product-form-single-page .section-content .stock-step{width:100%;max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.product-form-single-page .section-content .stock-step .step-header{text-align:center;max-width:100%;margin:0 auto 32px;width:100%}.product-form-single-page .section-content .stock-step .step-header h2,.product-form-single-page .section-content .stock-step .step-header h3{text-align:center;font-size:24px;font-weight:600;color:#2d3748;margin:0 0 12px}.product-form-single-page .section-content .stock-step .step-header p{text-align:center;font-size:15px;color:#718096;margin:0}.product-form-single-page .section-content .stock-step .stock-summary-inline{display:flex;align-items:center;gap:8px;margin-bottom:24px;font-size:15px;color:#718096}.product-form-single-page .section-content .stock-step .stock-summary-inline .stock-summary-text{color:#718096}.product-form-single-page .section-content .stock-step .stock-summary-inline .stock-summary-dot{color:#cbd5e0;font-weight:600}.product-form-single-page .section-content .exclusivity-step{width:100%;max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.product-form-single-page .section-content .exclusivity-step .step-header{text-align:center;max-width:100%;margin:0 auto 32px;width:100%}.product-form-single-page .section-content .exclusivity-step .step-header h2,.product-form-single-page .section-content .exclusivity-step .step-header h3{text-align:center;font-size:24px;font-weight:600;color:#2d3748;margin:0 0 12px}.product-form-single-page .section-content .exclusivity-step .step-header p{text-align:center;font-size:15px;color:#718096;margin:0}.product-form-single-page .section-content .quality-step{width:100%;max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.product-form-single-page .section-content .quality-step .step-header{text-align:center;max-width:100%;margin:0 auto 32px;width:100%}.product-form-single-page .section-content .quality-step .step-header h2,.product-form-single-page .section-content .quality-step .step-header h3{text-align:center;font-size:24px;font-weight:600;color:#2d3748;margin:0 0 12px}.product-form-single-page .section-content .quality-step .step-header p{text-align:center;font-size:15px;color:#718096;margin:0}.product-form-single-page section#dimensions .section-content{max-width:1100px}.product-form-single-page .section-content .shipping-step{width:100%;max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:stretch}.product-form-single-page .section-content .shipping-step .shipping-form{width:100%}.product-form-single-page .section-content .shipping-step .shipping-form .form-section,.product-form-single-page .section-content .shipping-step .step-tip{width:100%;max-width:100%}.product-form-single-page .section-content .shipping-step .step-header{text-align:center;max-width:100%;margin:0 auto 32px;width:100%}.product-form-single-page .section-content .shipping-step .step-header h2,.product-form-single-page .section-content .shipping-step .step-header h3{text-align:center;font-size:24px;font-weight:600;color:#2d3748;margin:0 0 12px}.product-form-single-page .section-content .shipping-step .step-header p{text-align:center;font-size:15px;color:#718096;margin:0}.product-form-single-page .section-content .image-upload-step{width:100%;max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:stretch}.product-form-single-page .section-content .image-upload-step .step-header{text-align:left;width:100%}.product-form-single-page .section-content .image-upload-step .step-header h2,.product-form-single-page .section-content .image-upload-step .step-header h3{font-size:1.5rem!important;font-weight:700!important;color:#1f2937!important;margin:0 0 .375rem!important;text-align:left!important}.product-form-single-page .section-content .image-upload-step .step-header .step-subtitle{font-size:.9375rem;color:#6b7280;margin:0;line-height:1.5}.product-form-single-page .price-section{display:flex;flex-direction:column;gap:12px;width:100%;max-width:400px;margin:0 auto;text-align:center}.product-form-single-page .price-section .form-label{text-align:center}.product-form-single-page .form-label{font-weight:600;color:#374151;font-size:14px}.product-form-single-page .form-input{padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;transition:all .2s;background:#fff}.product-form-single-page .form-input:focus{outline:none;border-color:#7ebfe6;box-shadow:0 0 0 3px #7ebfe633}.product-form-single-page .form-error{color:#ef4444;font-size:14px;margin-top:4px}.product-form-single-page .variations-grid{display:flex;flex-direction:column;gap:48px;width:100%;max-width:1000px;margin:0 auto}.product-form-single-page .variation-item{display:flex;flex-direction:column;align-items:stretch;width:100%}.product-form-single-page .variation-item h3{font-size:20px;font-weight:600;color:#2d3748;margin-bottom:24px;width:100%;text-align:left}.product-form-single-page .form-footer-fixed{position:fixed;bottom:0;left:0;right:0;background:#fffffff2;border-top:1px solid #e2e8f0;z-index:1000;box-shadow:0 -2px 8px #00000014,0 -1px 4px #0000000a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.product-form-single-page .form-footer-content{max-width:1400px;margin:0 auto;padding:24px 40px;display:flex;justify-content:flex-end;gap:16px}.product-form-single-page .btn{padding:14px 28px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:none;letter-spacing:.3px}.product-form-single-page .btn-primary{background:linear-gradient(135deg,#7ebfe6,#5ba8d1);color:#fff;box-shadow:0 2px 4px #7ebfe64d}.product-form-single-page .btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#5ba8d1,#4a96bd);box-shadow:0 6px 12px #7ebfe666;transform:translateY(-2px)}.product-form-single-page .btn-primary:disabled{opacity:.6;cursor:not-allowed}.product-form-single-page .btn-secondary{background:#fff;color:#4a5568;border:1px solid #e2e8f0}.product-form-single-page .btn-secondary:hover:not(:disabled){background:#f7fafc;border-color:#cbd5e0}.product-form-single-page .btn-secondary:disabled{opacity:.6;cursor:not-allowed}.product-form-single-page .save-error-message{color:#ef4444;font-size:14px;padding:8px 16px;background:#fee2e2;border-radius:8px;white-space:nowrap;flex-shrink:0;animation:slideIn .3s ease-out}.product-form-single-page .save-success-message{color:#059669;font-size:14px;padding:8px 16px;background:#d1fae5;border-radius:8px;white-space:nowrap;flex-shrink:0;animation:slideIn .3s ease-out}.product-form-single-page .sidebar-nav-item:focus{outline:2px solid #7EBFE6;outline-offset:2px}.product-form-single-page .btn:focus{outline:2px solid #7EBFE6;outline-offset:2px}.product-form-single-page .form-input:focus,.product-form-single-page .form-textarea:focus{border-color:#7ebfe6;box-shadow:0 0 0 3px #7ebfe633}.product-form-single-page .sidebar-content::-webkit-scrollbar{width:6px}.product-form-single-page .sidebar-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.product-form-single-page .sidebar-content::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:10px}.product-form-single-page .sidebar-content::-webkit-scrollbar-thumb:hover{background:#a0aec0}@media(max-width:1280px){.product-form-single-page .form-layout{max-width:100%;padding:40px 32px;gap:36px}.product-form-single-page .form-section{padding:48px 40px}.product-form-single-page .section-content{max-width:800px}}@media(max-width:1024px){.product-form-single-page .form-header-fixed{left:220px}.product-form-single-page .form-layout{grid-template-columns:300px 1fr;gap:32px;padding:32px 24px}.product-form-single-page .sidebar-content{left:244px;width:300px}.product-form-single-page .variations-grid{max-width:100%}.product-form-single-page .form-section{padding:40px 32px}.product-form-single-page .section-title{font-size:24px}.product-form-single-page .section-content{max-width:100%}}@media(max-width:768px){.product-form-single-page .form-header-fixed{left:0}.product-form-single-page{padding-top:64px}.product-form-single-page .form-header-content{display:flex;flex-direction:column;align-items:stretch;gap:12px;padding:12px 16px;min-height:auto}.product-form-single-page .form-header-title{font-size:20px;margin:8px 0;justify-self:unset;text-align:center}.product-form-single-page .btn-back,.product-form-single-page .form-header-right{position:static;z-index:auto}.product-form-single-page .form-header-actions{width:100%}.product-form-single-page .form-header-actions .btn{flex:1}.product-form-single-page .form-layout{grid-template-columns:1fr;padding:20px 16px;gap:20px}.product-form-single-page .form-section{padding:32px 24px;border-radius:16px}.product-form-single-page .section-title{font-size:22px}.product-form-single-page .section-description{font-size:14px}.product-form-single-page .section-content{max-width:100%}.product-form-single-page .section-header{margin-bottom:32px;padding-bottom:20px}.product-form-single-page .form-footer-content{flex-direction:column;padding:16px}.product-form-single-page .form-footer-content .btn{width:100%}.product-form-single-page .sidebar-content{position:relative;top:0;left:0;width:100%;max-height:none}}.my-products{min-height:100vh;background:#f8fafc;padding:32px;font-family:inherit;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}@media(max-width:1024px){.my-products{padding:24px 20px}}@media(max-width:768px){.my-products{padding:20px 16px}}@media(max-width:480px){.my-products{padding:16px 12px}}@media(max-width:380px){.my-products{padding:12px 10px}}.my-products-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:baseline;margin-bottom:32px;padding:28px 36px;background:#fff;border-radius:20px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;gap:24px;border:1px solid #E5E5E5}@media(min-width:768px)and (max-width:1024px){.my-products-header{grid-template-columns:auto 1fr auto;gap:20px;padding:24px 28px}}@media(max-width:768px){.my-products-header{grid-template-columns:1fr;gap:16px;padding:20px 24px}.btn-back{justify-self:flex-start}.header-content{justify-content:flex-start}.header-content h1{text-align:left;font-size:28px}.header-actions{justify-content:flex-start;width:100%;flex-wrap:wrap}.header-actions .btn-primary{width:100%;max-width:100%}}@media(max-width:480px){.my-products-header{padding:16px 18px;gap:14px}.header-content h1{font-size:24px}}@media(max-width:380px){.my-products-header{padding:14px 12px;gap:12px}.header-content h1{font-size:22px}}.header-actions .btn-primary{background:#e6a57e;color:#fff;border-color:#e6a57e;padding:.75rem 1rem;border-radius:6px;white-space:nowrap;max-width:260px;width:auto}.header-actions .btn-secondary{padding:.75rem 1.5rem;border-radius:6px;white-space:nowrap}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}@media(max-width:640px){.stats-grid{grid-template-columns:1fr;gap:1rem}}@media(min-width:640px)and (max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(min-width:1024px)and (max-width:1400px){.stats-grid{grid-template-columns:repeat(3,1fr)}}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:.5rem 1rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 1px 3px #0000001a;transition:all .2s ease}.stat-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.stat-icon{font-size:1.75rem;width:45px;height:45px;display:flex;align-items:center;justify-content:center;background:transparent;border-radius:10px;padding:6px;flex-shrink:0}.stat-icon img{object-fit:contain}.stat-content h3{font-size:.8125rem;font-weight:500;color:#6b7280;margin:0 0 .125rem;line-height:1.2}.stat-value{font-size:1.25rem;font-weight:700;margin:0;color:#1a1a1a;line-height:1.2}.my-products .filters-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem 1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a;overflow-x:auto;width:100%;max-width:100%;box-sizing:border-box}.my-products .filters-grid{display:flex;flex-wrap:nowrap;width:100%;gap:0 .75rem;row-gap:.5rem;align-items:flex-end;min-width:0}.my-products .filters-grid .filter-cell{flex:1 1 0;min-width:0}.my-products .filters-grid .filter-cell:first-child{flex:1.5 1 0}.my-products .filter-cell{display:flex;flex-direction:column;gap:.35rem;align-items:stretch;min-width:0}.filter-cell .filter-label{font-size:.875rem;font-weight:500;color:#374151;line-height:1.3;margin:0;padding:0;display:block}@media(max-width:768px){.my-products .filters-section{padding:.75rem 1rem;margin-bottom:1.5rem}}.search-filter-group{min-width:0;width:100%}.search-input-container{position:relative;display:flex;align-items:center;width:100%;height:2.25rem}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:18px;height:18px;pointer-events:none;z-index:2;filter:brightness(0) saturate(100%) invert(64%) sepia(8%) saturate(507%) hue-rotate(177deg) brightness(92%) contrast(87%);transition:filter .2s ease}.search-input{width:100%;padding:.5rem .75rem .5rem 2.5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:all .2s ease;box-sizing:border-box;height:2.25rem;background-color:#fff;color:#1a1a1a;line-height:1.5}.search-input::placeholder{color:#9ca3af;font-size:.8125rem}@media(max-width:1200px){.my-products .filters-grid{gap:0 .6rem;row-gap:.4rem}.search-input,.search-input-container{height:2rem}.search-input{font-size:.8125rem;padding-left:2.25rem}.filter-cell .filter-label{font-size:.8125rem}}@media(max-width:992px){.my-products .filters-grid{gap:0 .5rem;row-gap:.4rem}.search-input,.search-input-container{height:1.875rem}.search-input{font-size:.75rem;padding-left:2rem}.filter-cell .filter-label{font-size:.75rem}}@media(max-width:768px){.my-products .filters-grid{flex-wrap:wrap;min-width:0;gap:.5rem .5rem}.my-products .filters-grid .filter-cell{flex:1 1 140px;min-width:140px}.my-products .filters-grid .filter-cell:first-child{flex:1 1 100%;min-width:0}}@media(max-width:480px){.my-products .filters-section{padding:.75rem .875rem;margin-bottom:1.25rem}.my-products .filters-grid{flex-direction:column;gap:.75rem}.my-products .filters-grid .filter-cell,.my-products .filters-grid .filter-cell:first-child{flex:1 1 auto;min-width:0;width:100%}}@media(max-width:380px){.my-products .filters-section{padding:.5rem .75rem}.filter-cell .filter-label{font-size:.8125rem}}.search-input-container:focus-within .search-icon{filter:brightness(0) saturate(100%) invert(39%) sepia(96%) saturate(2476%) hue-rotate(202deg) brightness(98%) contrast(92%)}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.filter-cell .filter-group{display:flex;flex-direction:column;gap:.25rem;min-width:0;width:100%}.filter-cell .filter-group.search-filter-group{min-width:0}.filter-select{padding:.4rem 1.75rem .4rem .6rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;background:#fff;width:100%;position:relative;appearance:none;-webkit-appearance:none;-moz-appearance:none;box-sizing:border-box;min-height:2.25rem}@media(max-width:1200px){.filter-select{font-size:.8125rem;min-height:2rem;padding:.35rem 1.5rem .35rem .5rem}}@media(max-width:992px){.filter-select{font-size:.75rem;min-height:1.875rem;padding:.3rem 1.5rem .3rem .45rem}}.filter-select:not(button){background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 4L6 8L10 4' stroke='%23374151' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .6rem center;background-size:10px 10px}@media(max-width:992px){.filter-select:not(button){background-position:right .45rem center;background-size:9px 9px}}.multi-select-dropdown{position:absolute;top:100%;left:0;z-index:1000;background:#fff;border:1px solid #d1d5db;border-radius:6px;margin-top:4px;min-width:200px;max-height:300px;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.multi-select-dropdown label{display:flex;align-items:center;padding:8px 12px;cursor:pointer;transition:background .2s;margin:0}.multi-select-dropdown label:hover{background:#f9fafb}.multi-select-dropdown input[type=checkbox]{margin-right:8px;cursor:pointer}.multi-select-dropdown span{font-size:14px;color:#374151}.multi-select-dropdown .category-header{position:sticky;top:0;z-index:1;background:#f9fafb;padding:8px 12px;font-size:13px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;border-top:1px solid #e5e7eb}.multi-select-dropdown .category-header:first-child{border-top:none}.multi-select-dropdown .subcategory-item{padding-left:24px}.products-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.my-products .products-section{padding-top:0}@media(max-width:768px){.products-section{border-radius:8px}}.products-header{padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;background:#f9fafb;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem}@media(max-width:768px){.products-header{padding:.75rem 1rem;flex-direction:column;align-items:stretch;gap:.75rem}}.products-header-left{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.products-header-left h3{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0}.products-header-right{display:flex;align-items:center;gap:.75rem;flex-wrap:nowrap;margin-left:auto;min-width:0}@media(max-width:768px){.products-header-right{margin-left:0;width:100%;flex-direction:column;align-items:stretch;gap:.75rem}.products-header-right .selection-info{width:100%;justify-content:center}}.products-header-right .selection-info{font-weight:500;color:#e6a57e;font-size:.875rem;padding:.375rem .625rem;background:#fef5f0;border-radius:6px;border:1px solid #f4d4c0;white-space:nowrap;display:flex;align-items:center;line-height:1;flex-shrink:0}.products-actions{display:flex;gap:.75rem;flex-wrap:nowrap;align-items:center;flex-shrink:0}@media(max-width:640px){.products-actions{flex-direction:column;width:100%;gap:.5rem}.products-actions .btn-secondary,.products-actions .btn-danger,.products-actions .btn-outline{width:100%;justify-content:center}}@media(min-width:640px)and (max-width:1024px){.products-actions{gap:.5rem}}.select-all{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:400;color:#6b7280;cursor:pointer;margin:0}.select-all input[type=checkbox]{margin:0}.my-products .products-section .products-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:1.5rem;padding:1.5rem;max-width:2000px;margin:0 auto;width:100%;box-sizing:border-box}@media(max-width:1400px){.my-products .products-section .products-grid{grid-template-columns:repeat(3,1fr)!important;gap:1.25rem;padding:1.25rem}}@media(max-width:1024px){.my-products .products-section .products-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.25rem;padding:1.25rem}}@media(max-width:640px){.my-products .products-section .products-grid{grid-template-columns:1fr!important;gap:1rem;padding:1rem}}@media(max-width:380px){.my-products .products-section .products-grid{gap:.75rem;padding:.75rem}}.product-card{border:1px solid #e5e7eb;border-radius:12px;padding:1rem 1.25rem 1.5rem;background:#fff;transition:all .2s ease;position:relative;display:flex;flex-direction:column;height:100%;overflow:visible;box-sizing:border-box;min-height:0;min-width:0}@media(max-width:640px){.product-card{padding:.875rem 1rem 1.25rem;overflow:visible;min-height:auto}}@media(max-width:380px){.product-card{padding:.75rem .875rem 1rem}}.product-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.product-card.selected{border-color:#3b82f6;background:#f8fafc;box-shadow:0 0 0 3px #3b82f61a}.product-checkbox{position:absolute;top:1.5rem;right:1rem;z-index:10}.product-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer}@media(max-width:640px){.product-checkbox{top:1.125rem;right:.75rem}.product-checkbox input[type=checkbox]{width:20px;height:20px}}.my-products .product-image-wrapper{display:flex;flex-direction:row;gap:1rem;align-items:flex-start;margin-bottom:1rem;width:100%;max-width:100%;box-sizing:border-box;padding-right:2rem;margin-top:.5rem;min-height:0}@media(max-width:640px){.my-products .product-image-wrapper{flex-direction:column;gap:.5rem;padding-right:0;margin-top:.25rem;margin-bottom:.75rem}}@media(min-width:641px)and (max-width:1024px){.my-products .product-image-wrapper{gap:.875rem}}.my-products .product-price-badge-column{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start;flex:1;min-width:0;overflow:visible}@media(max-width:640px){.my-products .product-price-badge-column{width:100%;gap:.375rem}}.discount-validity{margin-top:.25rem}.discount-validity-text{font-size:.75rem;color:#6b7280;font-weight:400}.my-products .discount-badge-wrapper{display:flex;align-items:center;gap:.25rem;margin-top:.5rem}.my-products .product-image-wrapper .product-image{flex-shrink:0;width:140px;height:187px;min-width:140px;min-height:187px;max-width:140px;max-height:187px;border-radius:8px;overflow:hidden;background:#f3f4f6;position:relative;display:block}@media(max-width:640px){.my-products .product-image-wrapper .product-image{width:100%;height:180px;min-width:0;min-height:180px;max-width:none;max-height:180px}}@media(max-width:380px){.my-products .product-image-wrapper .product-image{height:160px;min-height:160px;max-height:160px}}@media(min-width:641px)and (max-width:1024px){.my-products .product-image-wrapper .product-image{width:130px;height:173px;min-width:130px;min-height:173px;max-width:130px;max-height:173px}}.my-products .product-image-wrapper .product-image img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center}.my-products .product-image-wrapper .product-image .no-image{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.no-image{font-size:3rem;color:#9ca3af}.product-info{margin-bottom:.375rem;flex:1;min-height:0;min-width:0;overflow:visible;width:100%;max-width:100%}@media(max-width:640px){.product-info{margin-bottom:.25rem;overflow:visible}}.product-name{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;overflow-wrap:break-word;max-width:100%;min-width:0}@media(max-width:640px){.product-name{font-size:1rem;margin:0 0 .375rem;-webkit-line-clamp:3;line-clamp:3;word-break:break-word;overflow-wrap:break-word}}.product-description{font-size:.875rem;color:#6b7280;margin:0 0 .5rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;max-width:100%}@media(max-width:640px){.product-description{font-size:.8125rem;margin:0 0 .5rem;-webkit-line-clamp:3;line-clamp:3;word-break:break-word;overflow-wrap:break-word}}.my-products .product-info .product-color-options{display:flex;align-items:center;gap:.375rem;margin-top:.125rem;flex-wrap:wrap}.my-products .product-color-swatch{width:12px;height:12px;border-radius:50%;flex-shrink:0;border:1px solid rgba(0,0,0,.2);padding:0;margin:0;display:block;box-sizing:border-box}.my-products .product-color-swatch:hover{opacity:.9}.my-products .product-color-swatch.selected{box-shadow:0 0 0 1px #0003}.product-pricing{display:flex;flex-direction:row;gap:.5rem;align-items:flex-start;flex-wrap:wrap;width:100%;max-width:100%;overflow:visible}.product-pricing-discount{display:flex;flex-direction:column;gap:.25rem;align-items:flex-start;text-align:left}.regular-price{font-size:1.125rem;font-weight:700;color:#1a1a1a;line-height:1.5;white-space:nowrap;overflow:visible;text-overflow:clip}@media(max-width:640px){.regular-price{font-size:1rem;word-break:break-all;white-space:normal}}.original-price{font-size:1rem;color:#6b7280;text-decoration:line-through;font-weight:500;line-height:1.5;white-space:nowrap;overflow:visible;text-overflow:clip}.sale-price{font-size:1.125rem;font-weight:700;color:#1a1a1a;line-height:1.5;white-space:nowrap;overflow:visible;text-overflow:clip}@media(max-width:640px){.sale-price{font-size:1rem;word-break:break-all;white-space:normal}}.discount-badge{flex-shrink:0;background-color:#fefefe;color:#e31b23;border:none;padding:.25rem .5rem;border-radius:8px;font-size:.75rem;font-weight:700;height:fit-content;white-space:nowrap;box-shadow:0 2px 6px #f43f5e4d}.remove-discount-icon{flex-shrink:0;background:transparent;border:none;width:auto;height:auto;display:inline-flex;align-items:baseline;justify-content:center;cursor:pointer;transition:all .15s ease;padding:0;border-radius:4px;vertical-align:baseline;line-height:1;position:relative;top:.1875rem}.remove-discount-icon svg{color:#ef4444;width:20px;height:20px;display:block}.remove-discount-icon:hover{background:#fef2f2}.remove-discount-icon:hover svg{color:#dc2626}.product-stats{display:flex;flex-direction:column;gap:.625rem;margin-bottom:.75rem;font-size:.8125rem;width:100%;overflow:visible;min-width:0}@media(max-width:640px){.product-stats{gap:.5rem;margin-bottom:.5rem;font-size:.75rem;overflow:visible}}.product-stats-row-status{display:flex;gap:.625rem;flex-wrap:wrap;align-items:center;width:100%;max-width:100%}@media(max-width:640px){.product-stats-row-status{gap:.5rem}}.product-stats-row-metrics-1{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center;width:100%;max-width:100%}@media(max-width:640px){.product-stats-row-metrics-1{gap:.5rem;flex-direction:column;align-items:flex-start}}@media(min-width:480px)and (max-width:640px){.product-stats-row-metrics-1{flex-direction:row}}.product-stats-row-metrics-2{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center;width:100%;max-width:100%}@media(max-width:640px){.product-stats-row-metrics-2{gap:.5rem;flex-direction:column;align-items:flex-start}}@media(min-width:480px)and (max-width:640px){.product-stats-row-metrics-2{flex-direction:row}}.product-stats-row-exclusivity{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center;width:100%;max-width:100%}@media(max-width:640px){.product-stats-row-exclusivity{gap:.5rem}}.my-products .stock-status{padding:.375rem .625rem;border-radius:9999px;font-weight:600;font-size:.75rem;display:inline-flex;align-items:center;gap:.25rem;letter-spacing:.5px;text-transform:none;background:#fff;color:#000;border:1px solid #000000;flex-shrink:0;white-space:nowrap;overflow:visible;text-overflow:clip;max-width:100%}@media(max-width:640px){.my-products .stock-status{padding:.3125rem .5rem;font-size:.6875rem;white-space:normal;word-break:break-word}}.my-products .stock-status.in_stock,.my-products .stock-status.low_stock,.my-products .stock-status.out_of_stock{background:#fff;color:#000;border:1px solid #000000}.sales-count,.views-count,.cart-additions-count,.favorites-count,.exclusivity-info{color:#374151;font-weight:500;display:flex;align-items:center;gap:.25rem;flex-shrink:0;white-space:nowrap;overflow:visible;text-overflow:clip;max-width:100%}@media(max-width:640px){.sales-count,.views-count,.cart-additions-count,.favorites-count,.exclusivity-info{font-size:.75rem;gap:.375rem;white-space:normal;word-break:break-word;overflow-wrap:break-word}.sales-count svg,.views-count svg,.cart-additions-count svg,.favorites-count svg{width:14px;height:14px;flex-shrink:0}}.my-products .sales-count svg,.my-products .views-count svg,.my-products .cart-additions-count svg,.my-products .favorites-count svg,.my-products .stock-status img,.my-products .exclusivity-info img{color:#374151;flex-shrink:0}.my-products .stock-status img,.my-products .exclusivity-info img{filter:brightness(0) saturate(100%) invert(28%) sepia(8%) saturate(1200%) hue-rotate(184deg) brightness(96%) contrast(89%)}.product-status{margin-bottom:0}.my-products .status-badge{padding:.375rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:none;background:#fff;color:#000;border:1px solid #000000;display:inline-flex;align-items:center;flex-shrink:0;white-space:nowrap;overflow:visible;text-overflow:clip;max-width:100%}@media(max-width:640px){.my-products .status-badge{padding:.3125rem .5rem;font-size:.6875rem;white-space:normal;word-break:break-word}}.my-products .status-badge.status-active,.my-products .status-badge.status-inactive,.my-products .status-badge.status-draft,.my-products .status-badge.status-archived{background:#fff;color:#000;border:1px solid #000000}.my-products .quality-badge{padding:.375rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:none;display:inline-flex;align-items:center;gap:.25rem;flex-shrink:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.my-products .quality-badge.quality-basico{background:#9e9e9e26;color:#9e9e9e;border:1px solid rgba(158,158,158,.85)}.my-products .quality-badge.quality-qualidade{background:#a3b18a26;color:#6b7a4f;border:1px solid #a3b18a}.my-products .quality-badge.quality-premium{background:#c58f5c26;color:#8b5a3a;border:1px solid rgba(197,143,92,.85)}.my-products .quality-badge.quality-alta_qualidade{background:#1123001a;color:#112300;border:1px solid rgba(17,35,0,.85)}.my-products .quality-badge.quality-luxo{background:#0b1f3a1a;color:#0b1f3a;border:1px solid rgba(11,31,58,.85)}.product-actions{display:flex;gap:.5rem;flex-wrap:wrap;padding-top:.375rem;border-top:1px solid #f3f4f6;margin-top:auto;width:100%;max-width:100%;box-sizing:border-box}@media(max-width:640px){.product-actions{flex-direction:column;gap:.375rem;padding-top:.375rem;margin-top:.25rem}.product-actions .btn-sm{width:100%;justify-content:center;padding:.5rem .75rem;font-size:.8125rem}}@media(min-width:640px)and (max-width:1024px){.product-actions{gap:.5rem}.product-actions .btn-sm{flex:1 1 calc(50% - .25rem);min-width:0}}.btn-primary,.btn-secondary,.btn-danger,.btn-outline{padding:.5rem .875rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:1.5px solid transparent;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:36px;box-sizing:border-box;line-height:1;flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.products-actions .btn-secondary,.products-actions .btn-danger,.products-actions .btn-outline{font-size:.875rem;min-width:140px;height:36px;padding:0 1rem;flex:1 1 auto}@media(max-width:1200px){.products-actions .btn-secondary,.products-actions .btn-danger,.products-actions .btn-outline{font-size:.8125rem;min-width:110px;height:34px;padding:0 .75rem}.products-header-right .selection-info{font-size:.8125rem;padding:.25rem .5rem}}@media(max-width:992px){.products-actions .btn-secondary,.products-actions .btn-danger,.products-actions .btn-outline{font-size:.75rem;min-width:90px;height:32px;padding:0 .5rem}.products-header-right{gap:.5rem}.products-header-right .selection-info{font-size:.75rem;padding:.2rem .4rem}}.btn-primary{background:#3b82f6;color:#fff;border-color:#3b82f6}.btn-primary:hover:not(:disabled){background:#2563eb;border-color:#2563eb}.btn-secondary{background:#6b7280;color:#fff;border:1.5px solid #6b7280}.btn-secondary:hover:not(:disabled){background:#4b5563;border:1.5px solid #4b5563}.products-actions .btn-secondary{background:#fff;color:#374151;border:1.5px solid #d1d5db;font-weight:600}.products-actions .btn-secondary:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;color:#1f2937}.btn-danger{background:transparent!important;color:#ef4444!important;border:1.5px solid #fca5a5!important}.btn-danger:hover:not(:disabled){background:#fef2f2!important;color:#dc2626!important;border:1.5px solid #ef4444!important}.btn-outline{background:#fff;color:#374151;border:1.5px solid #d1d5db;font-weight:500}.products-actions .btn-outline{background:#fff;color:#374151;border:1.5px solid #d1d5db;font-weight:600}.products-actions .btn-outline:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;color:#1f2937}.btn-sm{padding:.5rem .875rem;font-size:.8125rem}.btn-primary:disabled,.btn-secondary:disabled,.btn-danger:disabled,.btn-outline:disabled{opacity:.5;cursor:not-allowed}.products-actions .btn-secondary:disabled,.products-actions .btn-danger:disabled{opacity:.4;background:#f3f4f6;color:#9ca3af;border-color:#e5e7eb}.empty-icon{font-size:4rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.empty-state h3{font-size:1.5rem;font-weight:600;color:#374151;margin:0 0 .5rem}.empty-state p{margin:0 0 2rem;line-height:1.6}.my-products-loading,.my-products-error{text-align:center;padding:4rem 2rem}.loading-spinner{width:40px;height:40px;border:4px solid #f3f4f6;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.my-products-error h2{color:#f43f5e;margin:0 0 1rem}.modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.modal-close:hover{background:#f3f4f6;color:#374151}.discount-info{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.discount-info-text{font-size:.875rem;color:#6b7280;font-weight:400}.form-group{margin-bottom:1.25rem}.form-group:last-of-type{margin-bottom:0}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.optional{font-weight:400;color:#9ca3af;font-size:.8125rem}.modal-content .form-group.checkbox-form-group{margin-bottom:1.5rem}.modal-content .form-group.checkbox-form-group .checkbox-label-modal{display:flex!important;align-items:center!important;gap:.5rem!important;cursor:pointer!important;margin-bottom:0!important;justify-content:flex-start!important;flex-direction:row!important;font-weight:500!important;color:#374151!important;font-size:.875rem!important}.modal-content .form-group.checkbox-form-group .checkbox-label-modal span{white-space:nowrap!important;flex-shrink:0!important;margin:0!important;padding:0!important}.modal-content .form-group.checkbox-form-group .checkbox-label-modal input[type=checkbox]{flex-shrink:0!important;margin:0!important;padding:0!important;cursor:pointer!important;width:auto!important;height:auto!important}.radio-group{display:flex;gap:.375rem}.radio-option{flex:1;display:flex;align-items:center;justify-content:center;padding:.625rem 1rem;border:1.5px solid #d1d5db;border-radius:6px;background:#fff;cursor:pointer;transition:all .15s ease;font-size:.875rem;font-weight:500;color:#374151;position:relative}.radio-option:hover{border-color:#9ca3af;background:#f9fafb}.radio-option.active{border-color:#3b82f6;background:#3b82f6;color:#fff}.radio-option input[type=radio]{position:absolute;opacity:0;pointer-events:none}.radio-option span{flex:1;text-align:center}.input-with-suffix{position:relative;display:flex;align-items:center}.input-with-suffix input{width:100%;padding:.625rem 2.5rem .625rem .875rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9375rem;transition:all .2s ease;background:#fff;color:#1a1a1a}.input-suffix{position:absolute;right:.875rem;font-size:.875rem;font-weight:500;color:#6b7280;pointer-events:none;-webkit-user-select:none;user-select:none}.form-group input[type=date]{width:100%;padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9375rem;transition:all .2s ease;background:#fff;color:#1a1a1a}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.modal-actions{display:flex;flex-direction:row;gap:.75rem;justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.modal-btn-cancel,.modal-btn-submit{flex:1;min-width:0}@media(max-width:480px){.my-products{padding:12px}.my-products-header{grid-template-columns:1fr;gap:12px;padding:16px}.header-content h1{font-size:24px}.header-actions .btn-primary{width:100%;max-width:100%}.stats-grid{grid-template-columns:1fr;gap:.75rem}.stat-card,.filters-section{padding:.75rem}.my-products .filters-grid{flex-wrap:wrap;gap:.4rem .4rem}.my-products .filters-grid .filter-cell{flex:1 1 120px;min-width:120px}.my-products .filters-grid .filter-cell:first-child{flex:1 1 100%;min-width:0}.filter-cell .filter-label{font-size:.75rem}.products-section{border-radius:8px}.products-header{padding:.75rem;flex-direction:column;gap:.75rem}.products-header-left h3{font-size:.9375rem}.products-header-right{flex-direction:column;align-items:stretch;gap:.75rem;margin-left:0;width:100%}.products-actions{flex-direction:column;width:100%;gap:.5rem}.products-actions .btn-secondary,.products-actions .btn-danger,.products-actions .btn-outline{width:100%}.my-products .products-section .products-grid{grid-template-columns:1fr!important;padding:.75rem;gap:1rem}.product-card{padding:.75rem}.my-products .product-image-wrapper{flex-direction:column;gap:.75rem;min-height:auto;padding-right:0}.my-products .product-image-wrapper .product-image{width:100%;height:180px;min-height:180px;max-height:180px;min-width:0;max-width:none}.my-products .product-price-badge-column{width:100%}.product-actions{flex-direction:column}.product-actions .btn-sm{width:100%}.modal-content{margin:.5rem;max-width:calc(100% - 1rem)}.modal-header,.modal-body{padding:1rem}}@media(min-width:480px)and (max-width:640px){.my-products{padding:16px}.my-products-header{grid-template-columns:1fr;gap:16px;padding:20px}.header-content h1{font-size:28px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.my-products .products-section .products-grid{grid-template-columns:1fr!important;padding:1rem;gap:1.25rem}.products-header{flex-direction:column;gap:1rem}.products-header-right{margin-left:0;width:100%;flex-wrap:wrap}.products-actions{width:100%;flex-wrap:wrap}}@media(min-width:640px)and (max-width:768px){.my-products{padding:20px}.my-products-header{grid-template-columns:auto 1fr auto;gap:20px;padding:24px}.stats-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.my-products .products-section .products-grid{grid-template-columns:repeat(2,1fr)!important;padding:1.25rem;gap:1.25rem}.products-header,.products-header-right{flex-wrap:wrap}}@media(min-width:768px)and (max-width:1024px){.my-products{padding:24px}.my-products-header{grid-template-columns:auto 1fr auto;gap:24px;padding:28px 32px}.stats-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}.my-products .products-section .products-grid{grid-template-columns:repeat(2,1fr)!important;padding:1.5rem;gap:1.5rem}.product-card{padding:1rem 1.25rem 1.5rem}}@media(min-width:1024px)and (max-width:1400px){.my-products{padding:28px}.stats-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}.my-products .products-section .products-grid{grid-template-columns:repeat(3,1fr)!important;padding:1.5rem;gap:1.5rem}}@media(min-width:1600px){.my-products{max-width:1800px;margin:0 auto}.stats-grid{grid-template-columns:repeat(6,1fr)}}@media(min-width:768px)and (max-width:1024px)and (orientation:landscape){.stats-grid{grid-template-columns:repeat(6,1fr)}.my-products .products-section .products-grid{grid-template-columns:repeat(3,1fr)!important}}@media(max-width:768px){.btn-sm,.btn-primary,.btn-secondary,.btn-danger,.btn-outline{min-height:44px;padding:.5rem .75rem}.filter-select,.search-input{min-height:44px;font-size:16px}.product-checkbox input[type=checkbox]{width:24px;height:24px}.select-all input[type=checkbox]{width:20px;height:20px}.product-actions{flex-wrap:wrap;gap:.5rem}.product-actions .btn-sm{min-width:0;flex:1 1 auto}}@media(max-width:768px){.multi-select-dropdown{min-width:100%;max-width:100%;left:0;right:0;max-height:50vh}.filter-cell .filter-group{position:relative}}@media(min-width:641px)and (max-width:1024px){.product-card{padding:1rem 1.25rem 1.5rem}.my-products .product-image-wrapper .product-image{width:130px;height:173px;min-width:130px;min-height:173px;max-width:130px;max-height:173px}}.store-settings{min-height:100vh;background:#f8fafc;padding:0;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.store-settings-container{width:100%;max-width:100%;margin:0 auto;padding:32px;box-sizing:border-box}.store-settings-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:baseline;margin-bottom:32px;padding:28px 36px;background:#fff;border-radius:20px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;gap:24px;border:1px solid #E5E5E5}.store-settings-content{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px}section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000000d;transition:box-shadow .2s}section:hover{box-shadow:0 4px 6px #00000012}section h2{font-size:20px;font-weight:600;color:#111827;margin:0 0 24px;padding-bottom:12px;border-bottom:2px solid #f3f4f6;text-align:center}.store-visual-section{grid-column:1 / -1}.store-info-section{padding:24px}.images-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-top:20px}.image-upload-group{display:flex;flex-direction:column;align-items:center}.image-upload-group label{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:12px;text-align:center;width:100%}.image-upload-container{display:flex;flex-direction:column;gap:12px;align-items:center}.avatar-preview,.cover-preview,.vertical-banner-preview{position:relative;border-radius:12px;overflow:hidden;border:2px dashed #d1d5db;background:#f9fafb;transition:all .2s}.avatar-preview{width:100%;aspect-ratio:1;max-width:280px}.cover-preview{width:100%;aspect-ratio:16 / 9;min-height:180px}.vertical-banner-preview{width:100%;aspect-ratio:3 / 4;min-height:200px;max-width:200px}.avatar-preview:hover,.cover-preview:hover,.vertical-banner-preview:hover{border-color:#e6a57e;background:#fef7f0}.avatar-preview img,.cover-preview img,.vertical-banner-preview img{width:100%;height:100%;object-fit:cover}.placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#9ca3af;font-size:14px;font-weight:500}.change-image-btn{width:100%;max-width:280px;padding:10px 16px;background:#e6a57e;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.change-image-btn:hover{background:#d4946e;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.remove-image-btn{width:100%;max-width:280px;padding:10px 16px;background:#ef4444;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;align-self:flex-start;margin-top:8px}.remove-image-btn:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.field-description{font-size:12px;color:#6b7280;margin-top:-8px;margin-bottom:12px;text-align:center;font-style:italic}.form-group:last-child{margin-bottom:0}.input-with-counter,.textarea-with-counter{position:relative}.input-with-counter input,.textarea-with-counter textarea{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:15px;font-family:inherit;transition:all .2s;background:#fff}.input-with-counter input:focus,.textarea-with-counter textarea:focus{outline:none;border-color:#e6a57e;box-shadow:0 0 0 4px #e6a57e1a}.input-with-counter input:hover,.textarea-with-counter textarea:hover{border-color:#d1d5db}.textarea-with-counter textarea{resize:vertical;min-height:140px;line-height:1.6}.char-counter{position:absolute;bottom:12px;right:16px;font-size:12px;color:#9ca3af;background:#fff;padding:2px 6px;border-radius:4px;font-weight:500}.input-with-counter input:disabled,.textarea-with-counter textarea:disabled{background:#f9fafb;cursor:not-allowed;opacity:.7}.selected-tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px;align-items:center;min-height:44px;padding:12px;background:#f9fafb;border-radius:10px;border:2px dashed #e5e7eb}.selected-tags:has(.tag-item){border-style:solid;border-color:#e5e7eb;background:#fff}.tag-item{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:#f3f4f6;border-radius:24px;font-size:14px;color:#374151;font-weight:500;transition:all .2s}.tag-item.selected{background:linear-gradient(135deg,#e6a57e,#d4946a);color:#fff;box-shadow:0 2px 4px #e6a57e4d}.remove-tag{background:none;border:none;color:inherit;font-size:20px;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s;line-height:1;opacity:.7}.remove-tag:hover{opacity:1;background:#0000001a;transform:scale(1.1)}.tag-item.selected .remove-tag:hover{background:#fff3}.tag-count{margin-left:auto;font-size:13px;color:#6b7280;font-weight:600;padding:6px 12px;background:#f3f4f6;border-radius:20px}.no-tags{color:#9ca3af;font-size:14px;margin:0;font-style:italic}.manage-tags-btn{width:100%;padding:14px;border:2px dashed #d1d5db;background:#fff;border-radius:10px;font-size:15px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.manage-tags-btn:hover:not(:disabled){border-color:#e6a57e;color:#e6a57e;background:#fef7f0;transform:translateY(-2px);box-shadow:0 4px 6px #e6a57e1a}.manage-tags-btn:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.manage-tags-btn:not(:disabled){cursor:pointer}.tag-selector-modal{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.tag-selector-content{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0003;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.tag-selector-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e7eb;position:relative}.tag-selector-header h3{font-size:20px;font-weight:600;color:#111827;margin:0;position:absolute;left:50%;transform:translate(-50%);text-align:center}.cancel-btn,.save-tags-btn{background:none;border:none;color:#e6a57e;font-size:15px;font-weight:500;cursor:pointer;padding:8px 12px;border-radius:8px;transition:all .2s;z-index:1}.cancel-btn:hover,.save-tags-btn:hover{background:#fef7f0;text-decoration:none}.tag-search{padding:20px 24px;border-bottom:1px solid #e5e7eb}.tag-search input{width:100%;padding:12px 16px;border:1px solid #e5e7eb;border-radius:12px;font-size:15px;color:#111827;background:#f9fafb;transition:border-color .2s,box-shadow .2s,background .2s}.tag-search input::placeholder{color:#9ca3af}.tag-search input:hover{background:#f3f4f6}.tag-search input:focus{outline:none;border-color:#e6a57e;background:#fff;box-shadow:0 0 0 3px #e6a57e26}.modal-selected-tags{display:flex;flex-wrap:wrap;gap:8px;padding:16px 24px;border-bottom:1px solid #e5e7eb;background:#fef7f0;min-height:64px}.modal-tag-item{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:linear-gradient(135deg,#e6a57e,#d4946a);border-radius:24px;font-size:14px;color:#fff;font-weight:500;box-shadow:0 2px 4px #e6a57e4d;transition:all .2s}.modal-tag-item:hover{transform:translateY(-2px);box-shadow:0 4px 6px #e6a57e66}.remove-tag-modal{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s;line-height:1;opacity:.8}.remove-tag-modal:hover{opacity:1;background:#fff3;transform:scale(1.1)}.tag-list{padding:16px 24px;overflow-y:auto;flex:1;max-height:400px}.tag-item-selectable{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;margin-bottom:6px;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .2s;min-height:0;line-height:1.35}.tag-item-selectable:hover{background:#f9fafb;border-color:#e6a57e;transform:translate(4px)}.tag-item-selectable.selected{background:#fef7f0;border-color:#e6a57e;color:#e6a57e}.tag-item-selectable span:first-child{font-size:15px;color:#374151;font-weight:500}.tag-item-selectable.selected span:first-child{color:#e6a57e;font-weight:600}.tag-item-selectable svg{color:#e6a57e;width:20px;height:20px}.tag-item-selectable .max-indicator{margin:0;padding:0;background:none;font-size:11px;color:#9ca3af}.max-indicator{font-size:12px;color:#9ca3af;margin-top:8px;text-align:center;padding:12px;background:#f9fafb;border-radius:8px}.no-tags-found{text-align:center;padding:24px;color:#9ca3af;font-size:14px}.save-section{margin-top:32px;padding:24px;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000d;display:flex;justify-content:flex-end;gap:12px}.store-settings-loading,.store-settings-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:20px;padding:40px}.store-settings-error{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000d;max-width:500px;margin:40px auto}.store-settings-error p{font-size:16px;color:#6b7280;margin:0}.store-settings-error button{padding:12px 24px;background:#e6a57e;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s}.store-settings-error button:hover{background:#d4946a;transform:translateY(-2px)}@media(max-width:1024px){.store-settings-container{padding:24px}.store-settings-content{grid-template-columns:1fr;gap:20px}.images-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.store-settings{padding:0}.store-settings-container{padding:16px}.store-settings-header{grid-template-columns:1fr;gap:16px;padding:20px 24px}.btn-back{justify-self:flex-start}.header-content{justify-content:flex-start}.header-content h1{text-align:left;font-size:28px}section{padding:20px}section h2{font-size:18px;margin-bottom:20px}.images-grid{grid-template-columns:1fr;gap:20px}.avatar-preview{max-width:100%}.cover-preview{min-height:160px}.vertical-banner-preview{max-width:100%;min-height:180px}.save-section{padding:20px;flex-direction:column}.save-button{width:100%;min-width:auto}.tag-selector-content{max-height:90vh;margin:10px}.tag-selector-header,.tag-search,.tag-list{padding:16px}.selected-tags{padding:10px}.tag-item{font-size:13px;padding:6px 12px}}@media(max-width:480px){.store-settings-header{padding:16px 20px}.header-content h1{font-size:24px}section{padding:16px}.change-image-btn{padding:8px 12px;font-size:13px;max-width:100%}.input-with-counter input,.textarea-with-counter textarea{padding:10px 14px;font-size:14px}.save-button{padding:12px 24px;font-size:15px}}.store-sections{min-height:100vh;background:#f8fafc;padding:32px;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden;position:relative;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.status-notification{position:fixed;top:20px;right:20px;background:#fff;padding:1rem 1.5rem;border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;gap:1rem;z-index:2000;animation:slideIn .3s ease-out;max-width:400px}.status-notification.success{border-left:4px solid #48bb78}.status-notification.error{border-left:4px solid #e53e3e}.status-notification span{flex:1;color:#1a202c;font-size:.875rem;font-weight:500}.status-notification button{background:transparent;border:none;color:#718096;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.status-notification button:hover{background:#f7fafc;color:#1a202c}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.loading-overlay{position:fixed;inset:0;background:#0000004d;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1500;gap:1rem}.loading-overlay p{color:#fff;font-weight:600;font-size:1rem;margin:0}.store-sections-loading,.store-sections-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem}.loading-spinner{width:40px;height:40px;border:4px solid #e0e0e0;border-top-color:#e6a57e;border-radius:50%;animation:spin .8s linear infinite}@media(max-width:768px){*{-webkit-tap-highlight-color:rgba(230,165,126,.1)}button,a,[role=button]{touch-action:manipulation;-webkit-tap-highlight-color:transparent}input,textarea,select{font-size:16px!important}.sections-list{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.section-row,.product-item-inline{will-change:transform}}.store-sections-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:baseline;margin-bottom:0;padding:28px 36px;background:#fff;border-radius:20px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;gap:24px;border:1px solid #E5E5E5}.header-actions .btn-primary{background:#e6a57e;color:#fff;border-color:#e6a57e;padding:.75rem 1rem;border-radius:6px;white-space:nowrap;max-width:260px;width:auto;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease;border:1px solid}.header-actions .btn-primary:hover:not(:disabled){background:#d4946b;border-color:#d4946b}.btn-new-section{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#e6a57e;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s;white-space:nowrap;box-shadow:0 1px 3px #e6a57e33;width:auto;min-width:auto;max-width:none;flex:0 0 auto}.btn-new-section:hover:not(:disabled){background:#d4946e;transform:translateY(-1px);box-shadow:0 4px 12px #e6a57e4d}.btn-new-section:disabled{opacity:.6;cursor:not-allowed}.create-section-card{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.card-header h2{font-size:1.5rem;font-weight:600;color:#1a202c;margin:0}.btn-close{background:transparent;border:1px solid transparent;font-size:1.5rem;color:#4a5568;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s;border-radius:6px;min-width:36px;min-height:36px;opacity:1;visibility:visible}.btn-close:hover{color:#1a202c;background:#f7fafc;border-color:#e2e8f0}.btn-close:active{background:#edf2f7;border-color:#cbd5e0}.btn-close svg{width:20px;height:20px;stroke-width:2}.create-section-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#4a5568;font-size:.9rem}.form-group input,.form-group textarea{padding:.75rem;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#e6a57e;box-shadow:0 0 0 3px #e6a57e1a}.form-actions{display:flex;gap:1rem;justify-content:flex-end}.sections-container{margin-top:2rem}.sections-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.sections-header-row .sections-title{flex:0 1 auto}.sections-header-row .btn-new-section{flex:0 0 auto}.sections-title{font-size:1.125rem;font-weight:600;color:#4a5568;margin:0;text-transform:uppercase;letter-spacing:.5px}.sections-list{display:flex;flex-direction:column;gap:1rem}.section-row{background:#fff;border-radius:12px;border:1px solid #e0e0e0;overflow:hidden;transition:all .2s ease}.section-row:hover:not(.dragging){box-shadow:0 2px 8px #0000001a;border-color:#cbd5e0}.section-row.dragging{opacity:.5;box-shadow:0 8px 24px #0003;border-color:#4299e1}.section-row-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #f0f0f0;min-height:72px;box-sizing:border-box}.section-row-header>*{align-self:center}.section-row-header>.section-title-row,.section-row-header>.section-actions{border-top:none;border-bottom:none}.section-row-header>.section-title-row{display:flex;align-items:center;margin:0;padding:0;flex:0 1 auto}.section-row-header>.section-actions{display:flex;align-items:center;margin:0;padding:0;height:100%}.section-title-row{display:flex;align-items:center;gap:.75rem;flex:0 1 auto;min-width:0}.section-title-row h3{font-size:1.125rem;font-weight:600;color:#1a202c;margin:0;flex:1;line-height:36px;height:36px;display:flex;align-items:center;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.section-title-editable{cursor:pointer;transition:all .2s;padding:.125rem .25rem;border-radius:4px;margin:-.125rem -.25rem;display:flex;align-items:center;height:36px;box-sizing:border-box}.section-title-editable:hover{background:#e6a57e1a;color:#d8946a}.section-row-header .section-title-input{font-size:1.125rem;font-weight:600;color:#1a202c;border:2px solid #e6a57e;border-radius:6px;padding:.25rem .5rem;background:#fff;outline:none;width:auto;max-width:300px;font-family:inherit;height:36px;box-sizing:border-box;line-height:1.2}.section-title-input:focus{border-color:#d8946a;box-shadow:0 0 0 3px #e6a57e1a}.product-count-header{font-size:.875rem;color:#718096;font-weight:500}.btn-expand{background:transparent;border:none;color:#e6a57e;cursor:pointer;padding:.5rem .75rem;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s;font-size:1.25rem;font-weight:600;min-width:36px;height:36px}.btn-expand:hover{background:#e6a57e1a;color:#d8946a;transform:scale(1.1)}.btn-expand:active{transform:scale(1)}.btn-icon.btn-expand{color:#e6a57e;font-size:2rem;min-width:36px;width:36px;height:36px}.btn-icon.btn-expand svg{color:#e6a57e;stroke-width:2.5}.btn-icon.btn-expand:hover{background:#e6a57e1a;color:#d8946a;border-color:transparent}.btn-icon.btn-expand:hover svg{color:#d8946a}.section-products-container{padding:1rem 1.5rem;background:#f8fafc;border-top:1px solid #e0e0e0}.products-list-inline{display:flex;flex-direction:column;gap:.75rem}.product-item-inline{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#fff;border-radius:8px;border:1px solid #e0e0e0;transition:all .2s cubic-bezier(.4,0,.2,1);width:100%;overflow:hidden;position:relative;isolation:isolate;-webkit-tap-highlight-color:transparent}.product-item-inline:hover:not(.dragging){box-shadow:0 2px 4px #0000000d;border-color:#cbd5e0}.product-item-inline.dragging{opacity:.5;box-shadow:0 4px 12px #00000026}.product-item-inline .product-image{width:60px;height:60px;min-width:60px;min-height:60px;max-width:60px;max-height:60px;border-radius:6px;overflow:hidden;background:#f5f5f5;flex-shrink:0;border:1px solid #e0e0e0;position:relative}.product-item-inline .product-image img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover;display:block}.product-item-inline .product-name{font-size:.9375rem;font-weight:600;color:#1a202c;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1 auto;min-width:0}.product-item-inline .product-right-content{display:flex;align-items:center;gap:1rem;flex-shrink:0;margin-left:auto}.product-item-inline .product-prices-editable{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.product-item-inline .product-price-original{color:#a0aec0;font-size:.875rem;text-decoration:line-through;font-weight:400}.product-item-inline .product-price-sale{color:#e53e3e;font-weight:700;font-size:1rem}.product-item-inline .product-price-final{color:#e6a57e;font-weight:600;font-size:1rem}.product-item-inline .price-edit-container{display:flex;flex-direction:row;align-items:flex-start;gap:.75rem}.product-item-inline .price-input-group{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.product-item-inline .price-input-group label{font-size:.7rem;color:#718096;font-weight:500;flex-shrink:0}.product-item-inline .price-input-wrapper{position:relative;display:inline-flex;align-items:center;gap:.25rem}.product-item-inline .price-currency{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);font-size:.8125rem;font-weight:600;color:#1f2937;pointer-events:none;z-index:1}.product-item-inline .price-input{width:120px;padding:.375rem .5rem .375rem 2rem;border:1px solid #cbd5e0;border-radius:4px;font-size:.8125rem;font-weight:600;color:#1f2937;background-color:#fff;outline:none;transition:all .2s;text-align:left}.product-item-inline .price-input.has-price-tag{padding-right:2rem}.product-item-inline .price-input-wrapper.has-strikethrough .price-currency,.product-item-inline .price-input.price-input-strikethrough{text-decoration:line-through;color:#6b7280}.product-item-inline .price-input-wrapper.has-discount .price-currency,.product-item-inline .price-input.price-input-discount{color:#1f2937;font-weight:700}.product-item-inline .price-input-wrapper.has-empty-discount .price-currency,.product-item-inline .price-input.price-input-empty-discount{color:#6b7280}.product-item-inline .price-tag-icon{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);width:16px;height:16px;pointer-events:none;z-index:1;filter:brightness(0) saturate(100%) invert(48%) sepia(79%) saturate(2476%) hue-rotate(142deg) brightness(98%) contrast(86%)}.product-item-inline .price-input-wrapper.has-strikethrough .price-input.price-input-strikethrough,.product-item-inline .price-input-wrapper.has-discount .price-input.price-input-discount{padding-left:2rem}.product-item-inline .price-input:hover:not(:disabled){border-color:#e6a57e;background-color:#fffaf7}.product-item-inline .price-input:focus{border-color:#e6a57e;box-shadow:0 0 0 2px #e6a57e33;background-color:#fff}.product-item-inline .price-input:disabled{background-color:#f7fafc;cursor:not-allowed;opacity:.6;border-color:#e2e8f0}.product-item-inline .product-actions{display:flex;gap:.375rem;flex-shrink:0;align-items:center}.product-item-inline .product-actions .btn-icon{flex:none;width:36px;min-width:36px;max-width:36px}.loading-products,.no-products{padding:2rem;text-align:center;color:#718096}.sections-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.section-card{background:#fff;border-radius:12px;padding:1.5rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;transition:all .2s ease;display:flex;flex-direction:column;min-height:200px;cursor:default;position:relative}.section-card:hover:not(.dragging){transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:#cbd5e0}.section-card.dragging{opacity:.5;box-shadow:0 8px 24px #0003;border-color:#4299e1;z-index:1000;cursor:grabbing}.section-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem;border:none;outline:none;background:transparent}.section-title-row{display:flex;align-items:flex-start;gap:.75rem;flex:1;min-width:0;flex-wrap:wrap}.drag-handle{background:transparent;border:none;padding:.25rem;cursor:grab;color:#a0aec0;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s;flex-shrink:0;width:36px;height:36px;box-sizing:border-box}.drag-handle:active{cursor:grabbing}.drag-handle:hover{background:#f7fafc;color:#718096}.drag-handle:focus{outline:2px solid #4299e1;outline-offset:2px}.section-card.dragging .drag-handle{cursor:grabbing}.section-title-row h3{font-size:1.125rem;font-weight:600;color:#1a202c;margin:0;line-height:1.4;flex:1;min-width:0}.section-badge{padding:.375rem .75rem;border-radius:6px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;flex-shrink:0}.section-badge.auto{background:#e3f2fd;color:#1976d2}.section-badge.manual{background:#e8f5e9;color:#388e3c}.section-actions{display:flex;gap:.375rem;flex-shrink:0;align-items:center}.btn-icon{background:transparent;border:1px solid transparent;padding:0;cursor:pointer;color:#111827;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s cubic-bezier(.4,0,.2,1);font-size:1.125rem;width:36px;min-width:36px;max-width:36px;height:36px;box-sizing:border-box;flex-shrink:0;overflow:hidden;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.btn-icon img{width:18px;height:18px;min-width:18px;max-width:18px;min-height:18px;max-height:18px;object-fit:contain;display:block;flex-shrink:0;filter:brightness(0) saturate(100%) drop-shadow(0 0 .15px currentColor);opacity:.9}.btn-icon svg{color:#111827;stroke-width:1.5;opacity:.9;width:18px;height:18px;flex-shrink:0}.btn-icon:hover{background:#f9fafb;color:#111827;border-color:#e5e7eb}.btn-icon:hover svg{color:#111827;opacity:1}.btn-icon:hover img{opacity:1}.btn-delete-section img{filter:brightness(0) saturate(100%) drop-shadow(0 0 .15px currentColor);opacity:.9}.btn-delete-section:hover img{filter:brightness(0) saturate(100%) invert(27%) sepia(95%) saturate(7471%) hue-rotate(347deg) brightness(92%) contrast(89%);opacity:1}.btn-delete-product img{filter:brightness(0) saturate(100%) drop-shadow(0 0 .15px currentColor);opacity:.9}.btn-delete-product:hover img{filter:brightness(0) saturate(100%) invert(27%) sepia(95%) saturate(7471%) hue-rotate(347deg) brightness(92%) contrast(89%);opacity:1}.section-footer{margin-top:auto;padding-top:1rem;border-top:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between}.product-count{color:#4a5568;font-size:.875rem;font-weight:500}.empty-state{text-align:center;padding:3rem 1.5rem;max-width:420px;margin:0 auto;color:#4a5568;background:linear-gradient(180deg,#fefcfb,#faf8f6);border-radius:16px;border:1px dashed #e6a57e;box-shadow:0 4px 24px #e6a57e14}.empty-state-icon{width:64px;height:64px;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;background:#e6a57e1f;color:#e6a57e;border-radius:50%;font-size:1.75rem}.empty-state-title{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#2d3748}.empty-state-description{margin:0 0 1.5rem;font-size:.9375rem;line-height:1.5;color:#718096}.empty-state .empty-state-cta,.empty-state .btn-primary.empty-state-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1.25rem!important;font-size:1rem;font-weight:600;line-height:1.25;height:40px!important;min-height:40px!important;max-height:40px!important;border-radius:10px;box-shadow:0 4px 14px #e6a57e40;transition:transform .2s ease,box-shadow .2s ease;flex-shrink:0;align-self:center}.empty-state .empty-state-cta svg,.empty-state .btn-primary.empty-state-cta svg{display:block;flex-shrink:0;align-self:center;margin:0;width:1em;height:1em}.empty-state .empty-state-cta:hover:not(:disabled),.empty-state .btn-primary.empty-state-cta:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #e6a57e59}.empty-state .empty-state-cta:active:not(:disabled),.empty-state .btn-primary.empty-state-cta:active:not(:disabled){transform:translateY(0)}.section-detail-modal{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;overflow-y:auto}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;overflow:hidden}.section-detail-modal .modal-content,.section-detail-modal .modal-content .modal-header{overflow:visible}.section-detail-modal .modal-header .btn-close{flex-shrink:0!important;margin-left:1rem!important;z-index:100!important;position:relative!important;opacity:1!important;visibility:visible!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#f7fafc!important;border:1px solid #e2e8f0!important;color:#4a5568!important;min-width:36px!important;min-height:36px!important;padding:.5rem!important;cursor:pointer!important;border-radius:6px!important}.section-detail-modal .modal-header .btn-close:hover{color:#1a202c!important;background:#edf2f7!important;border-color:#cbd5e0!important;transform:scale(1.05)}.section-detail-modal .modal-header .btn-close svg,.section-detail-modal .modal-header .btn-close .fi-x{display:block!important;width:20px!important;height:20px!important;stroke-width:2!important;color:inherit!important;fill:none!important;stroke:currentColor!important;opacity:1!important;visibility:visible!important}.section-detail-modal .modal-header .btn-close *{display:block!important;opacity:1!important;visibility:visible!important}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0;position:relative;background:#fff;border-radius:12px 12px 0 0;flex-shrink:0}.modal-header h2{font-size:1.5rem;font-weight:600;color:#1a202c;margin:0;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-header .btn-close{flex-shrink:0;margin-left:1rem;z-index:10;position:relative;opacity:1!important;visibility:visible!important;display:flex!important;background:transparent!important;border:1px solid transparent!important;color:#4a5568!important}.modal-header .btn-close:hover{color:#1a202c!important;background:#f7fafc!important;border-color:#e2e8f0!important}.modal-header .btn-close svg{display:block!important;width:20px!important;height:20px!important;stroke-width:2!important}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}.section-info-card{background:#f9f9f9;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.info-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.info-header h3{font-size:1.1rem;font-weight:600;color:#1a202c;margin:0}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.info-content{display:flex;flex-direction:column;gap:.75rem}.info-item{color:#4a5568;margin:0}.info-item strong{color:#1a202c}.edit-form{display:flex;flex-direction:column;gap:1rem}.products-section{margin-bottom:2rem}.auto-section-notice{background:#e3f2fd;color:#1976d2;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;margin-bottom:1rem;border-left:3px solid #1976d2}.products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.products-header h3{font-size:1.1rem;font-weight:600;color:#1a202c;margin:0}.products-list{display:flex;flex-direction:column;gap:1rem;max-height:500px;overflow-y:auto}.available-products-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-height:500px;overflow-y:auto}@media(max-width:1024px)and (min-width:769px){.available-products-list{gap:.875rem}.available-product-item{padding:.875rem;gap:.875rem}}@media(max-width:768px)and (orientation:landscape){.store-sections-header{padding:16px 20px}.header-content h1{font-size:24px}.section-row-header{padding:1rem 1.25rem}.product-item-inline{flex-wrap:nowrap}.product-item-inline .product-right-content{gap:.75rem}.product-item-inline .price-edit-container{flex-direction:row}.product-item-inline .price-input-group{width:auto;min-width:120px}.product-item-inline .price-input{width:100px}.available-products-list{max-height:calc(100vh - 250px)}}@media(min-width:1440px){.section-row-header{padding:1.75rem 2rem}.product-item-inline{padding:1rem 1.25rem}}.available-product-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border:2px solid #e2e8f0;border-radius:8px;transition:all .2s;cursor:pointer;min-width:0;position:relative;overflow:hidden;isolation:isolate}.available-product-item:hover{border-color:#e6a57e;box-shadow:0 2px 8px #e6a57e1a}.available-product-item.selected{border-color:#e6a57e;background:#fff5f0}.available-product-item.inactive{opacity:.7}.product-checkbox{flex-shrink:0;display:flex;align-items:center;justify-content:center;min-width:24px;min-height:24px}.product-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#e6a57e;margin:0;flex-shrink:0}.product-checkbox-right{flex-shrink:0;display:flex;align-items:center;justify-content:center;min-width:24px;min-height:24px;margin-left:auto;cursor:pointer;transition:all .2s}.product-checkbox-right:hover{opacity:.8}.checkbox-icon{width:24px;height:24px;transition:all .2s}.checkbox-icon.checked{color:#e6a57e;stroke-width:3}.checkbox-icon.unchecked{color:#cbd5e0;stroke-width:2}.available-product-item .product-image{width:80px;height:80px;min-width:80px;min-height:80px;max-width:80px;max-height:80px;flex-shrink:0;border-radius:8px;overflow:hidden;background:#f7fafc;display:flex;align-items:center;justify-content:center;position:relative}.available-product-item .product-image img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover;display:block}.product-image .no-image{color:#a0aec0;font-size:.75rem;text-align:center;padding:.5rem}.product-info{flex:1;display:flex;flex-direction:column;gap:.5rem;min-width:0}.product-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;min-width:0}.product-header h4{margin:0;font-size:1rem;font-weight:600;color:#1a202c;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-badges{display:flex;gap:.5rem;flex-wrap:wrap}.badge{padding:.375rem .625rem;border-radius:6px;font-size:.75rem;font-weight:500;display:inline-flex;align-items:center;border:none}.badge-warning{background:#fef3c7;color:#92400e;text-transform:none}.badge-warning.badge-top-right{background:transparent;color:#e6a57e;border:1.5px solid #e6a57e;font-weight:600}.badge-inactive{background:#fee2e2;color:#991b1b;text-transform:none}.badge-info{background:#e5e7eb;color:#374151;text-transform:none;font-weight:500}.badge-top-right{position:absolute;top:1rem;right:1rem;z-index:10;pointer-events:none;max-width:calc(100% - 2rem);word-wrap:break-word}.product-meta{display:flex;gap:.75rem;font-size:.875rem;color:#6b7280}.product-category,.product-subcategory,.product-gender{padding:.375rem .625rem;background:#e5e7eb;color:#374151;border-radius:6px;font-size:.75rem;font-weight:500;text-transform:none;display:inline-flex;align-items:center}.product-price-container{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.product-price{font-size:1rem;font-weight:600;color:#1f2937!important}.product-price-original{font-size:.875rem;text-decoration:line-through;color:#1f2937!important}.product-price-sale{font-size:1rem;font-weight:600;color:#1f2937!important}.available-product-item .product-price,.available-product-item .product-price-container .product-price{color:#1f2937!important}.products-filters{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:nowrap;align-items:flex-end}.filter-group{flex:1;min-width:0}.filter-group:first-child{flex:1.5}.filter-group:last-child{flex:1.2}.filter-input,.filter-select{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;background:#fff;color:#1a202c;transition:all .2s}.filter-input:focus,.filter-select:focus{outline:none;border-color:#e6a57e;box-shadow:0 0 0 3px #e6a57e1a}.selection-controls{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;gap:2rem;background:#f7fafc;border-radius:8px;margin-bottom:1rem}.add-products-modal .selection-controls .btn-primary{background:#e6a57e;color:#fff;border-color:#e6a57e}.add-products-modal .selection-controls .btn-primary:hover:not(:disabled){background:#d4946b;border-color:#d4946b}.selection-info{display:flex;align-items:center}.select-all-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500;color:#1a202c}.select-all-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#e6a57e}.modal-content-large{min-height:600px}.add-products-modal .modal-content.modal-content-large{max-width:calc(100% - 320px);width:calc(100% - 320px)}.product-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border:1px solid #e0e0e0;border-radius:8px;transition:all .2s;position:relative;overflow:hidden;isolation:isolate}.product-item:hover:not(.dragging){border-color:#e6a57e;box-shadow:0 2px 8px #e6a57e1a}.product-item.dragging{opacity:.5;box-shadow:0 8px 24px #0003;border-color:#4299e1;z-index:1000;cursor:grabbing}.product-drag-handle{background:transparent;border:none;padding:.25rem;cursor:grab;color:#a0aec0;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s;flex-shrink:0;width:24px;height:24px}.product-drag-handle:active{cursor:grabbing}.product-drag-handle:hover{background:#f7fafc;color:#718096}.product-drag-handle:focus{outline:2px solid #4299e1;outline-offset:2px}.product-item.dragging .product-drag-handle{cursor:grabbing}.product-actions{display:flex;gap:.375rem;flex-shrink:0}.product-item .product-image{width:80px;height:80px;min-width:80px;min-height:80px;max-width:80px;max-height:80px;border-radius:8px;overflow:hidden;background:#f5f5f5;flex-shrink:0;border:1px solid #e0e0e0;position:relative}.product-item .product-image img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover;display:block}.no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#a0aec0;font-size:.75rem}.product-info h4{font-size:1rem;font-weight:600;color:#1a202c;margin:0 0 .25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-price-container{display:flex;flex-direction:column;gap:.25rem;align-items:flex-start}.product-price{color:#e6a57e;font-weight:600;font-size:1rem;margin:0}.product-price-original{color:#a0aec0;font-size:.875rem;text-decoration:line-through;font-weight:400}.product-price-sale{color:#e53e3e;font-weight:700;font-size:1.125rem}.product-badge-promo{display:inline-block;background:#fed7d7;color:#c53030;font-size:.625rem;font-weight:700;padding:.125rem .5rem;border-radius:4px;text-transform:uppercase;letter-spacing:.5px;margin-top:.125rem}.delete-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #e0e0e0}.delete-section-warning{display:flex;flex-direction:column;gap:1rem}.warning-message{background:#fff5f5;border:1px solid #fc8181;border-radius:8px;padding:1rem;color:#c53030;font-size:.875rem;margin:0;line-height:1.5}.modal-actions .btn-danger,button.btn-danger:not(.btn-icon){background:#e53e3e;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem;justify-content:center}.modal-actions .btn-danger img,button.btn-danger:not(.btn-icon) img{width:18px;height:18px;object-fit:contain;display:block;filter:brightness(0) invert(1)}.modal-actions .btn-danger:hover:not(:disabled),button.btn-danger:not(.btn-icon):hover:not(:disabled){background:#c53030;transform:translateY(-1px);box-shadow:0 4px 12px #e53e3e4d}.modal-actions .btn-danger:disabled,button.btn-danger:not(.btn-icon):disabled{opacity:.6;cursor:not-allowed}.btn-full{width:100%}.add-products-modal{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1001;padding:1rem;overflow-y:auto}.move-product-modal{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1002;padding:1rem}.move-product-info{margin-bottom:1.5rem;color:#4a5568;font-size:1rem}.move-product-info strong{color:#1a202c;font-weight:600}.sections-select-list{display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow-y:auto}.section-select-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s;text-align:left;width:100%}.section-select-item:hover:not(:disabled){border-color:#e6a57e;box-shadow:0 2px 8px #e6a57e1a;transform:translateY(-1px)}.section-select-item:disabled{opacity:.6;cursor:not-allowed}.section-select-info{display:flex;align-items:center;gap:.75rem;flex:1}.section-select-info h4{margin:0;font-size:1rem;font-weight:600;color:#1a202c}.section-product-count{color:#718096;font-size:.875rem;flex-shrink:0}.btn-primary{background:#e6a57e;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}.btn-primary:hover:not(:disabled){background:#d4946e;transform:translateY(-1px);box-shadow:0 4px 12px #e6a57e4d}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#fff;color:#4a5568;border:1px solid #e0e0e0;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}.btn-secondary img{width:16px;height:16px;object-fit:contain;display:block}.btn-secondary:hover:not(:disabled){background:#f5f5f5;border-color:#cbd5e0}@media(max-width:1200px)and (min-width:1025px){.store-sections-header{padding:24px 32px;gap:20px}.header-content h1{font-size:30px}.section-row-header{padding:1.25rem 1.5rem}.product-item-inline{padding:.625rem .875rem;gap:.875rem}.product-item-inline .product-image{width:55px;height:55px;min-width:55px;min-height:55px;max-width:55px;max-height:55px}.product-item-inline .product-name{min-width:180px;max-width:250px;font-size:.875rem}.product-item-inline .price-input{width:110px}}@media(max-width:1024px)and (min-width:769px){.store-sections-header{grid-template-columns:auto 1fr auto;padding:20px 28px;gap:16px;align-items:center}.btn-back{padding:6px 16px;font-size:13px}.header-content{justify-content:center}.header-content h1{font-size:26px}.header-actions{justify-content:flex-end}.header-actions .btn-primary{padding:.625rem 1.25rem;font-size:13px}.sections-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.section-row-header{padding:1.25rem 1.5rem;flex-wrap:wrap;gap:.75rem}.section-title-row{flex:1 1 auto;min-width:200px}.section-actions{flex-wrap:nowrap}.product-item-inline{padding:.625rem .875rem;gap:.75rem;flex-wrap:wrap}.product-item-inline .product-image{width:50px;height:50px;min-width:50px;min-height:50px;max-width:50px;max-height:50px}.product-item-inline .product-name{min-width:150px;max-width:200px;font-size:.875rem}.product-item-inline .product-right-content{flex-wrap:wrap;width:100%;order:3;gap:.75rem}.product-item-inline .product-prices-editable{width:100%;order:1}.product-item-inline .price-edit-container{flex-direction:row;flex-wrap:wrap;gap:.5rem}.product-item-inline .price-input-group{flex:1 1 auto;min-width:140px}.product-item-inline .price-input{width:100%;min-width:100px}.product-item-inline .product-actions{order:2;margin-left:auto}.add-products-modal .modal-content.modal-content-large{max-width:calc(100% - 160px);width:calc(100% - 160px)}.available-products-list{grid-template-columns:repeat(2,1fr);gap:.875rem}.products-filters{flex-wrap:wrap}.filter-group{flex:1 1 calc(50% - .375rem);min-width:200px}.filter-group:first-child{flex:1 1 100%}}@media(max-width:768px){.store-sections-header{grid-template-columns:1fr;gap:20px;padding:20px 16px;border-radius:16px;box-shadow:0 2px 8px #00000014}.btn-back{justify-self:flex-start;padding:12px 20px;font-size:14px;font-weight:600;min-height:44px;border-radius:10px;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-tap-highlight-color:transparent}.btn-back:active{transform:scale(.98);background:#e5e5e5}.header-content{justify-content:flex-start}.header-content h1{text-align:left;font-size:28px;line-height:1.2;font-weight:700;letter-spacing:-.5px;margin:0}.header-actions{justify-content:flex-start;width:100%;flex-wrap:wrap;gap:0}.header-actions .btn-primary{max-width:100%;width:100%;padding:14px 20px;font-size:15px;font-weight:600;min-height:48px;border-radius:12px;box-shadow:0 2px 8px #e6a57e40;-webkit-tap-highlight-color:transparent;transition:all .2s cubic-bezier(.4,0,.2,1)}.header-actions .btn-primary:active{transform:scale(.98);box-shadow:0 1px 4px #e6a57e4d}.create-section-card{padding:20px;margin-bottom:20px;border-radius:16px;box-shadow:0 2px 12px #00000014}.card-header{margin-bottom:20px}.card-header h2{font-size:20px;font-weight:700;letter-spacing:-.3px}.sections-header-row{flex-direction:column;align-items:stretch;gap:16px;margin-bottom:20px}.sections-title{font-size:14px;font-weight:700;letter-spacing:.5px;color:#475569}.sections-list{gap:12px}.section-row{border-radius:16px;box-shadow:0 1px 4px #0000000f;transition:all .2s cubic-bezier(.4,0,.2,1)}.section-row:active{transform:scale(.99)}.section-row-header{padding:16px;flex-wrap:wrap;gap:12px;min-height:auto;border-bottom:1px solid #f1f5f9}.section-title-row{flex:1 1 100%;min-width:0;gap:8px;align-items:center}.section-title-row h3{font-size:16px;line-height:1.4;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;color:#1e293b}.section-title-editable{padding:8px 12px;border-radius:8px;min-height:44px;display:flex;align-items:center}.section-title-input{max-width:100%;width:100%;font-size:16px;padding:10px 14px;min-height:44px;border-radius:10px}.section-actions{flex-wrap:nowrap;gap:8px;width:100%;justify-content:flex-end;margin-top:8px;padding-top:8px;border-top:1px solid #f1f5f9}.btn-icon{width:44px;height:44px;min-width:44px;max-width:44px;border-radius:10px;-webkit-tap-highlight-color:transparent;transition:all .15s cubic-bezier(.4,0,.2,1)}.btn-icon:active{transform:scale(.95);background:#f1f5f9}.btn-icon svg{width:20px;height:20px}.section-products-container{padding:16px;background:#fafbfc;animation:slideDown .3s cubic-bezier(.4,0,.2,1)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.products-list-inline{gap:12px}.product-item-inline{padding:14px;gap:12px;flex-wrap:wrap;border-radius:12px;background:#fff;box-shadow:0 1px 3px #0000000d;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-tap-highlight-color:transparent}.product-item-inline:active{transform:scale(.98);box-shadow:0 2px 6px #0000001a}.product-item-inline .product-drag-handle{width:40px;height:40px;min-width:40px;max-width:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.product-item-inline .product-drag-handle:active{background:#f1f5f9;transform:scale(.95)}.product-item-inline .product-image{width:64px;height:64px;min-width:64px;min-height:64px;max-width:64px;max-height:64px;border-radius:10px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d}.product-item-inline .product-name{flex:1 1 auto;min-width:0;max-width:100%;font-size:15px;font-weight:600;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.4}.product-item-inline .product-right-content{flex-wrap:wrap;width:100%;order:3;margin-top:12px;padding-top:12px;border-top:1px solid #f1f5f9;gap:0}.product-item-inline .product-prices-editable{width:100%;order:1}.product-item-inline .price-edit-container{flex-direction:column;gap:12px;width:100%}.product-item-inline .price-input-group{width:100%}.product-item-inline .price-input-group label{font-size:12px;font-weight:600;color:#64748b;margin-bottom:6px;display:block}.product-item-inline .price-input-wrapper{width:100%;position:relative}.product-item-inline .price-input{width:100%;padding:12px 14px 12px 36px;font-size:15px;font-weight:600;border-radius:10px;border:2px solid #e2e8f0;transition:all .2s cubic-bezier(.4,0,.2,1);min-height:48px;box-sizing:border-box}.product-item-inline .price-input:focus{border-color:#e6a57e;box-shadow:0 0 0 4px #e6a57e1a;outline:none}.product-item-inline .price-currency{left:14px;font-size:14px;font-weight:600}.product-item-inline .product-actions{order:2;margin-left:auto;gap:6px;flex-shrink:0}.product-item-inline .product-actions .btn-icon{width:44px;height:44px;min-width:44px;max-width:44px;border-radius:10px;-webkit-tap-highlight-color:transparent}.product-item-inline .product-actions .btn-icon:active{transform:scale(.9)}.sections-grid{grid-template-columns:1fr;gap:1rem}.available-products-list{grid-template-columns:1fr;gap:.75rem}.available-product-item{padding:.75rem;gap:.75rem;flex-wrap:wrap}.available-product-item .product-image{width:70px;height:70px;min-width:70px;min-height:70px;max-width:70px;max-height:70px}.section-card{min-height:auto;padding:1.25rem}.section-card-header{flex-wrap:wrap;gap:.75rem}.section-title-row{width:100%}.products-filters{flex-direction:column;gap:.75rem}.filter-group{flex:1 1 100%;width:100%}.filter-group:first-child,.filter-group:last-child{flex:1 1 100%}.selection-controls{flex-direction:column;gap:1rem;padding:1rem}.select-all-checkbox,.selection-controls .btn-primary{width:100%}.modal-content{max-width:100%;max-height:100vh;border-radius:0;margin:0}.add-products-modal .modal-content.modal-content-large{max-width:100%;width:100%;min-height:auto;max-height:100vh;border-radius:0}.add-products-modal{padding:0}.add-products-modal .modal-body{padding:1rem}.add-products-modal .modal-header{padding:1.25rem 1rem}.available-products-list{max-height:calc(100vh - 350px)}.product-item{flex-wrap:wrap;padding:.875rem}.form-actions{flex-direction:column-reverse;gap:.75rem}.form-actions button{width:100%}.modal-actions{flex-direction:column-reverse;gap:.75rem}.modal-actions .btn-danger,.modal-actions .btn-primary{width:100%;flex:1}.status-notification{top:10px;right:10px;left:10px;max-width:calc(100% - 20px);padding:.875rem 1.25rem}}@media(max-width:480px){.store-sections-header{padding:18px 14px;gap:16px;border-radius:16px}.btn-back{padding:12px 18px;font-size:14px;border-radius:10px;min-height:44px}.header-content h1{font-size:24px;letter-spacing:-.5px;line-height:1.2}.header-actions .btn-primary{padding:14px 18px;font-size:15px;min-height:48px}.create-section-card{padding:1rem;border-radius:10px}.card-header{margin-bottom:1.25rem}.card-header h2{font-size:1.125rem}.form-group{gap:.375rem}.form-group label{font-size:.875rem}.form-group input,.form-group textarea{padding:.625rem;font-size:.9375rem}.sections-header-row{gap:.875rem}.sections-title{font-size:.9375rem}.section-row{border-radius:8px}.section-row-header{padding:1rem;gap:.625rem}.section-title-row{flex-direction:row;align-items:center;gap:.5rem}.section-title-row h3{font-size:.9375rem;line-height:1.3}.section-title-input{font-size:.9375rem;padding:.25rem .5rem}.section-actions{gap:.25rem;margin-top:.375rem}.btn-icon{width:30px;height:30px;min-width:30px;max-width:30px;font-size:.875rem}.btn-icon svg{width:16px;height:16px}.section-products-container{padding:.75rem 1rem}.products-list-inline{gap:.5rem}.product-item-inline{padding:.625rem;gap:.625rem;border-radius:6px}.product-item-inline .product-drag-handle{width:24px;height:24px;min-width:24px;max-width:24px;padding:.125rem}.product-item-inline .product-image{width:45px;height:45px;min-width:45px;min-height:45px;max-width:45px;max-height:45px;border-radius:4px}.product-item-inline .product-name{font-size:.8125rem}.product-item-inline .price-edit-container{gap:.375rem}.product-item-inline .price-input-group label{font-size:.625rem}.product-item-inline .price-input{padding:.375rem .5rem .375rem 1.75rem;font-size:.8125rem}.product-item-inline .price-currency{left:.375rem;font-size:.75rem}.product-item-inline .product-actions .btn-icon{width:30px;height:30px;min-width:30px;max-width:30px}.section-card{padding:1rem;border-radius:10px}.section-badge{font-size:.625rem;padding:.25rem .5rem}.modal-header,.modal-body{padding:1rem}.modal-header h2{font-size:1.125rem}.section-info-card{padding:1rem;border-radius:8px}.info-header h3{font-size:1rem}.available-products-list{gap:.625rem;max-height:calc(100vh - 400px)}.available-product-item{padding:.625rem;gap:.625rem;flex-wrap:wrap;border-radius:6px}.available-product-item .product-image{width:55px;height:55px;min-width:55px;min-height:55px;max-width:55px;max-height:55px;border-radius:6px}.available-product-item .product-info{min-width:0;flex:1}.available-product-item .product-info h4{font-size:.8125rem;line-height:1.3}.available-product-item .product-meta{gap:.375rem;flex-wrap:wrap;font-size:.8125rem}.available-product-item .product-category,.available-product-item .product-subcategory,.available-product-item .product-gender{font-size:.625rem;padding:.25rem .5rem}.available-product-item .product-price-container{gap:.375rem}.available-product-item .product-price,.available-product-item .product-price-sale{font-size:.875rem}.available-product-item .product-price-original{font-size:.75rem}.products-filters{gap:.625rem}.filter-input,.filter-select{padding:.625rem;font-size:.8125rem}.selection-controls{padding:.875rem;gap:.875rem}.select-all-checkbox{font-size:.875rem}.status-notification{top:8px;right:8px;left:8px;max-width:calc(100% - 16px);padding:.75rem 1rem;font-size:.8125rem}.status-notification span{font-size:.8125rem}.loading-overlay p{font-size:.875rem}.empty-state{padding:2.5rem 1.25rem;margin:0 auto}.empty-state-icon{width:56px;height:56px;font-size:1.5rem;margin-bottom:1rem}.empty-state-title{font-size:1.125rem}.empty-state-description{font-size:.875rem;margin-bottom:1.25rem}.empty-state .empty-state-cta,.empty-state .btn-primary.empty-state-cta{width:100%;height:44px!important;min-height:44px!important;max-height:44px!important;padding:.5rem 1rem!important;font-size:.9375rem}.sections-list,.products-list-inline,.available-products-list{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.btn-primary:focus-visible,.btn-secondary:focus-visible,.btn-icon:focus-visible{outline:3px solid rgba(230,165,126,.4);outline-offset:2px}.section-title-row h3,.product-item-inline .product-name{color:#0f172a}.sections-content{padding-top:8px}}@media(max-width:360px){.store-sections-header{padding:14px 16px}.header-content h1{font-size:20px}.btn-back{padding:5px 12px;font-size:11px}.header-actions .btn-primary{padding:.5rem .75rem;font-size:12px}.section-row-header{padding:14px}.section-title-row h3{font-size:15px}.product-item-inline{padding:12px;gap:10px}.product-item-inline .product-image{width:56px;height:56px;min-width:56px;min-height:56px;max-width:56px;max-height:56px}.product-item-inline .product-name{font-size:14px}.product-item-inline .product-drag-handle{width:40px;height:40px;min-width:40px;max-width:40px}.btn-icon,.product-item-inline .product-actions .btn-icon{width:44px;height:44px;min-width:44px;max-width:44px}.product-item-inline .price-input{min-height:48px;font-size:15px}}.confirm-remove-modal{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1003;padding:1rem}.modal-content-small{max-width:480px;width:100%}.confirm-remove-modal .modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e2e8f0}.confirm-remove-modal .modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#1a202c}.confirm-remove-modal .modal-body{padding:1.5rem}.confirm-message{margin-bottom:0}.confirm-main-text{color:#4a5568;font-size:.9375rem;line-height:1.6;margin:0 0 1rem}.product-list-simple{display:flex;flex-direction:column;gap:.5rem;margin:1rem 0;max-height:200px;overflow-y:auto}.product-item-simple{padding:.75rem 1rem;background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;color:#374151;font-size:.9375rem}.confirm-question{color:#1a202c;font-size:.9375rem;font-weight:500;margin:1.5rem 0 0}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;flex-wrap:wrap}.modal-actions .btn-danger,.modal-actions .btn-primary{flex:1;min-width:0}.personal-data-settings{min-height:100vh;background:#f8fafc;padding:0;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.personal-data-container{width:100%;max-width:100%;margin:0 auto;padding:32px;box-sizing:border-box}.personal-data-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:baseline;margin-bottom:32px;padding:28px 36px;background:#fff;border-radius:20px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;gap:24px;border:1px solid #E5E5E5}.message{padding:14px 18px;border-radius:10px;margin-bottom:24px;font-size:14px;font-weight:500;display:flex;align-items:center;gap:10px;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.message.success{background:#d1fae5;color:#065f46;border:1px solid #6ee7b7}.message.error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.personal-data-content{display:grid;grid-template-columns:1fr;gap:24px}section{background:#fff;border-radius:20px;padding:24px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;border:1px solid #E5E5E5;transition:box-shadow .2s}section:hover{box-shadow:0 2px 4px #00000014,0 1px 3px #0000001f}section h2{font-size:20px;font-weight:600;color:#111827;margin:0 0 24px;padding-bottom:12px;border-bottom:2px solid #f3f4f6}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}.form-group{margin-bottom:20px}.form-row .form-group{margin-bottom:0}.form-group.flex-1{flex:1}.form-group.flex-2{flex:2}.form-group label{display:block;font-size:14px;font-weight:600;color:#374151;margin-bottom:8px}.required{color:#ef4444;margin-left:2px}.form-group input{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:15px;font-family:inherit;transition:all .2s;background:#fff;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#e6a57e;box-shadow:0 0 0 4px #e6a57e1a}.form-group input:hover{border-color:#d1d5db}.form-group input::placeholder{color:#9ca3af}.form-group input.readonly-field{background:#f9fafb;border-color:#e5e7eb;color:#6b7280;cursor:not-allowed;opacity:.9}.form-group input.readonly-field:focus{border-color:#e5e7eb;box-shadow:none}.input-with-prefix{position:relative;display:flex;align-items:center}.input-with-prefix .prefix{position:absolute;left:16px;color:#6b7280;font-size:15px;font-weight:500;z-index:1;pointer-events:none}.input-with-prefix input{padding-left:28px}.input-with-prefix input::placeholder{color:#9ca3af;opacity:1}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper input{padding-right:48px}.form-group input.input-error{border-color:#dc2626;border-width:2px;background-color:#fef2f2}.form-group input.input-error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.field-error{display:block;color:#dc2626;font-size:13px;font-weight:500;margin-top:6px;line-height:1.4}.toggle-password{position:absolute;right:12px;background:none;border:none;cursor:pointer;font-size:18px;padding:8px;color:#6b7280;transition:color .2s;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.toggle-password:hover{color:#374151}.toggle-password svg{width:18px;height:18px}.section-actions{margin-top:24px;padding-top:24px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end}.save-button{padding:14px 32px;background:linear-gradient(135deg,#e6a57e,#d4946a);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #e6a57e4d;min-width:180px}.save-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 8px #e6a57e66}.save-button:active:not(:disabled){transform:translateY(0)}.save-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.personal-data-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:20px;padding:40px}.loading-spinner{width:48px;height:48px;border:4px solid #f3f4f6;border-top-color:#e6a57e;border-radius:50%;animation:spin .8s linear infinite}@media(max-width:1024px){.personal-data-container{padding:24px}section{padding:20px}}@media(max-width:768px){.personal-data-settings{padding:0}.personal-data-container{padding:16px}.personal-data-header{grid-template-columns:1fr;gap:16px;padding:20px 24px}.btn-back{justify-self:flex-start}.header-content{justify-content:flex-start}.header-content h1{text-align:left;font-size:28px}section{padding:20px}section h2{font-size:18px;margin-bottom:20px}.form-row{grid-template-columns:1fr;gap:0}.form-row .form-group{margin-bottom:20px}.section-actions{flex-direction:column}.save-button{width:100%;min-width:auto}}@media(max-width:480px){.personal-data-header{padding:16px 20px}.header-content h1{font-size:24px}section{padding:16px}.form-group input{padding:10px 14px;font-size:14px}.save-button{padding:12px 24px;font-size:15px}}.insights-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center}.loading-spinner-small{width:32px;height:32px;border:3px solid #E5E5E5;border-top-color:#e6a57e;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.insights-loading p{color:#6b7280;font-size:14px;margin:0}.insights-empty{padding:48px 24px;text-align:center}.insights-empty p{color:#6b7280;font-size:14px;margin:0 0 8px}.insights-empty-hint{font-size:12px;color:#9ca3af;font-style:italic}.insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;margin-top:24px}.insight-card{background:#fff;border:2px solid #E5E5E5;border-radius:16px;padding:24px;box-shadow:0 1px 2px #0000000d;transition:all .3s cubic-bezier(.4,0,.2,1);animation:fadeIn .3s ease-in;position:relative}.insight-card.insight-critical{border-color:#dc2626}.insight-card.insight-alert{border-color:#e6a57e}.insight-card.insight-positive{border-color:#059669}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.insight-card:hover{box-shadow:0 4px 12px #00000014,0 2px 4px #0000000a;transform:translateY(-2px)}.insight-card.insight-critical:hover{border-color:#b91c1c}.insight-card.insight-alert:hover{border-color:#d4946b}.insight-card.insight-positive:hover{border-color:#047857}.insight-header{display:flex;align-items:center;margin-bottom:16px}.insight-type{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:#737373;padding:4px 10px;background:#fafafa;border-radius:6px;border:1px solid #E5E5E5}.insight-content{display:flex;flex-direction:column;gap:12px}.insight-title{font-size:18px;font-weight:700;color:#1a202c;margin:0;line-height:1.4;letter-spacing:-.3px}.insight-description{font-size:14px;color:#4b5563;line-height:1.6;margin:0}.insight-trigger{display:flex;flex-direction:column;gap:6px;padding:12px 16px;background:#fafafa;border:1px solid #E5E5E5;border-radius:8px;margin-top:8px}.trigger-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#737373}.trigger-value{font-size:13px;color:#171717;font-weight:500;font-family:inherit}@media(max-width:768px){.insights-grid{grid-template-columns:1fr}.insight-card{padding:20px}}.analytics-pro{min-height:100vh;background:#f8fafc;padding:0;font-family:inherit;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.analytics-pro-container{width:100%;max-width:100%;margin:0 auto;padding:32px;box-sizing:border-box}.analytics-pro-loading,.analytics-pro-error{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.analytics-pro-error button{background:#e6a57e;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.analytics-pro-error button:hover{background:#d4946b;transform:translateY(-1px)}.loading-spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#e6a57e;border-radius:50%;animation:spin 1s linear infinite}.analytics-pro-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:baseline;margin-bottom:32px;padding:28px 36px;background:#fff;border-radius:20px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;gap:24px;border:1px solid #E5E5E5}.pro-badge{background:linear-gradient(135deg,#e6a57e,#d4946b);color:#fff;padding:6px 14px;border-radius:8px;font-size:11px;font-weight:700;letter-spacing:.8px;box-shadow:0 2px 4px #e6a57e40;text-transform:uppercase;white-space:nowrap}.period-selector{display:flex;gap:8px;flex-wrap:nowrap;justify-content:flex-end}.period-btn{background:#fff;border:1.5px solid #E5E5E5;padding:10px 20px;border-radius:10px;cursor:pointer;font-weight:600;font-size:14px;color:#404040;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap}.period-btn:hover{background:#fafafa;border-color:#d4d4d4;color:#171717;transform:translateY(-1px)}.period-btn.active{background:#e6a57e;color:#fff;border-color:#e6a57e;box-shadow:0 2px 8px #e6a57e40}.analytics-section{margin-bottom:32px;background:#fff;border-radius:20px;padding:24px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;border:1px solid #E5E5E5;transition:all .2s cubic-bezier(.4,0,.2,1)}.analytics-section:hover{box-shadow:0 4px 12px #00000014,0 2px 4px #0000000a;border-color:#d4d4d4}.analytics-section:last-child{margin-bottom:0}.analytics-content{background:transparent;border-radius:0;padding:0;min-height:500px}.section-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #f1f5f9;gap:16px}.section-header>div{flex:1}.section-header h2{font-size:26px;font-weight:700;color:#1a202c;margin:0 0 4px;letter-spacing:-.5px}.section-header span{font-size:14px;color:#6b7280;font-weight:500}.section-note{font-size:12px;color:#a3a3a3;font-weight:400;font-style:italic;margin:0;text-align:right;white-space:nowrap}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.metric-card{background:#fff;border:1px solid #E5E5E5;border-radius:16px;padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 1px 2px #0000000d}.metric-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#e6a57e,#d4946b)}.metric-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014,0 2px 4px #0000000a;border-color:#d4d4d4}.metric-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;gap:12px}.metric-header h3{font-size:13px;font-weight:600;color:#171717;margin:0;text-transform:uppercase;letter-spacing:.5px;line-height:1.4}.metric-period{font-size:11px;color:#737373;background:#fafafa;padding:4px 10px;border-radius:6px;font-weight:500;white-space:nowrap;flex-shrink:0}.metric-value{font-size:40px;font-weight:700;color:#171717;margin-bottom:12px;line-height:1.1;letter-spacing:-.5px}.metric-trend{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;flex-wrap:wrap}.metric-trend.positive{color:#10b981}.metric-trend.negative{color:#ef4444}.metric-trend.neutral{color:#737373}.trend-label{font-size:11px;font-weight:500;opacity:.7;margin-left:2px}.trend-up{color:#10b981;font-size:16px;flex-shrink:0}.trend-down{color:#ef4444;font-size:16px;flex-shrink:0}.funnel-steps{display:flex;flex-direction:column;gap:12px}.funnel-step{display:flex;gap:16px;padding:18px 20px;background:#fff;border-radius:14px;border:1px solid #E5E5E5;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000d;align-items:flex-start}.funnel-step:hover{border-color:#d4d4d4;box-shadow:0 4px 12px #00000014,0 2px 4px #0000000a;transform:translateY(-2px)}.step-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e6a57e,#d4946b);color:#fff;border-radius:10px;font-size:20px;flex-shrink:0;box-shadow:0 2px 8px #e6a57e40}.step-content{flex:0 1 auto;min-width:0;max-width:fit-content}.step-header{display:flex;justify-content:flex-start;align-items:center;margin-bottom:6px;gap:16px;flex-wrap:wrap}.step-header h3{font-size:16px;font-weight:600;color:#171717;margin:0;line-height:1.2}.step-value{font-size:18px;font-weight:700;color:#171717;white-space:nowrap}.step-content p{font-size:13px;color:#737373;margin-bottom:8px;line-height:1.4}.progress-bar{width:auto;min-width:300px;max-width:500px;height:6px;background:#e5e5e5;border-radius:3px;overflow:hidden;margin-bottom:6px}.progress-fill{height:100%;background:linear-gradient(90deg,#7ebfe6,#5ba8d1);transition:width .6s cubic-bezier(.4,0,.2,1);border-radius:3px}.progress-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:0;gap:12px;flex-wrap:wrap}.progress-label{font-size:12px;color:#737373;font-weight:500;flex-shrink:0}.step-comparison{font-size:12px;color:#737373;font-weight:500;text-align:right;flex-shrink:0}.step-comparison.positive{color:#10b981}.step-comparison.negative{color:#ef4444}.advanced-metrics-grid{display:flex;flex-direction:column;gap:16px}.advanced-metric-card{background:#fff;border:1px solid #E5E5E5;border-radius:12px;padding:20px 24px;display:flex;align-items:center;gap:20px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000d}.advanced-metric-card:hover{border-color:#d4d4d4;box-shadow:0 4px 12px #00000014;transform:translate(4px)}.metric-icon{width:56px;height:56px;min-width:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e6a57e,#d4946b);color:#fff;border-radius:12px;font-size:24px;box-shadow:0 2px 8px #e6a57e40}.advanced-metric-card-content{flex:1;display:flex;align-items:center;justify-content:space-between;gap:20px;min-width:0}.advanced-metric-card-info{flex:1;min-width:0}.advanced-metric-card h3{font-size:15px;font-weight:600;color:#171717;margin:0 0 4px;line-height:1.3}.advanced-metric-card p{font-size:12px;color:#737373;margin:0;line-height:1.4}.advanced-metric-card-values{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.metric-value-large{font-size:28px;font-weight:700;color:#171717;line-height:1.2;white-space:nowrap}.metric-change{font-size:12px;color:#737373;font-weight:500;text-align:right;white-space:nowrap}.metric-change.positive{color:#10b981}.metric-change.negative{color:#ef4444}.peak-tabs{display:flex;gap:8px;margin-bottom:28px}.peak-tab{background:#fff;border:2px solid #e2e8f0;padding:10px 20px;border-radius:10px;cursor:pointer;font-weight:600;font-size:14px;color:#4a5568;transition:all .2s}.peak-tab:hover{background:#f7fafc;border-color:#cbd5e0}.peak-tab.active{background:#e6a57e;color:#fff;border-color:#e6a57e}.peak-hours-chart{margin-bottom:40px;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:16px;padding:24px 12px;border:2px solid #e2e8f0;min-height:360px;display:flex;align-items:center;justify-content:center}.no-data-message{text-align:center;color:#6b7280;padding:40px 20px}.no-data-message p{margin:0 0 12px;font-size:16px;font-weight:500}.no-data-hint{font-size:14px;color:#9ca3af;font-weight:400}.chart-bars{display:flex;align-items:flex-end;gap:12px;height:280px;padding:24px 20px;position:relative;width:100%}.chart-bars:before{content:"";position:absolute;bottom:20px;left:20px;right:20px;height:2px;background:#e2e8f0;z-index:0}.chart-bar-container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:10px;min-width:0;height:100%;position:relative;z-index:1}.chart-bar{width:100%;background:linear-gradient(180deg,#7ebfe6,#5ba8d1);border-radius:6px 6px 0 0;position:relative;min-height:0;transition:height .5s ease;box-shadow:0 2px 8px #7ebfe633}.bar-value{position:absolute;top:-28px;left:50%;transform:translate(-50%);font-size:12px;font-weight:700;color:#1a202c;white-space:nowrap}.bar-label{font-size:12px;color:#6b7280;font-weight:600}.peak-hours-lists{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.peak-list,.low-list{background:linear-gradient(135deg,#f9fafb,#fff);border-radius:16px;padding:24px;border:2px solid #e2e8f0}.peak-list h3,.low-list h3{font-size:16px;font-weight:600;color:#1a202c;margin:0 0 16px}.peak-list ul,.low-list ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.peak-list li{padding:12px;background:#10b9811a;border-radius:8px;color:#10b981;font-weight:600;font-size:14px}.low-list li{padding:12px;background:#ef44441a;border-radius:8px;color:#ef4444;font-weight:600;font-size:14px}.category-tabs{display:flex;gap:8px;margin-bottom:28px;flex-wrap:wrap}.category-tab{background:#fff;border:2px solid #e2e8f0;padding:10px 20px;border-radius:10px;cursor:pointer;font-weight:600;font-size:14px;color:#4a5568;transition:all .2s;white-space:nowrap}.category-tab:hover{background:#f7fafc;border-color:#cbd5e0}.category-tab.active{background:#e6a57e;color:#fff;border-color:#e6a57e}.category-list{display:flex;flex-direction:column;gap:20px;max-height:600px;overflow-y:auto;overflow-x:hidden;padding-right:8px}.category-list::-webkit-scrollbar{width:8px}.category-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.category-list::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:10px}.category-list::-webkit-scrollbar-thumb:hover{background:#a0aec0}.category-item{display:flex;justify-content:space-between;align-items:center;padding:32px;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:20px;border:2px solid #e2e8f0;transition:all .3s ease}.category-item:hover{border-color:#cbd5e0;box-shadow:0 6px 16px #0000001a;transform:translate(4px)}.category-info{display:flex;align-items:center;gap:28px;flex:1;min-width:0}.category-icon-wrapper{width:85px;height:85px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:transparent;border:none;transition:all .3s ease;box-shadow:none}.category-icon-wrapper:hover{transform:scale(1.05)}.category-icon-img{width:54px;height:54px;object-fit:contain;display:block;filter:brightness(0)}.category-icon-img[alt*=Praia],.category-icon-img[alt*=praia]{width:60px;height:60px}.category-details{flex:1;min-width:0}.category-details h3{font-size:17px;font-weight:600;color:#1a202c;margin:0 0 12px}.category-progress{display:flex;align-items:center;gap:16px}.category-progress .progress-bar{flex:1;max-width:400px}.category-value{text-align:right;flex-shrink:0}.value-amount{font-size:20px;font-weight:700;color:#10b981;margin-bottom:6px}.category-value span{font-size:12px;color:#6b7280;font-weight:500}.comparison-tabs{display:flex;gap:8px;margin-bottom:28px;flex-wrap:wrap}.comparison-tab{background:#fff;border:2px solid #e2e8f0;padding:10px 20px;border-radius:10px;cursor:pointer;font-weight:600;font-size:14px;color:#4a5568;transition:all .2s}.comparison-tab:hover{background:#f7fafc;border-color:#cbd5e0}.comparison-tab.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.comparison-card{display:flex;gap:24px;padding:32px;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:16px;border:2px solid #e2e8f0;margin-bottom:28px;transition:all .3s ease}.comparison-card:hover{border-color:#cbd5e0;box-shadow:0 8px 24px #0000001a}.comparison-icon{font-size:56px;flex-shrink:0}.comparison-icon-wrapper{width:72px;height:72px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e6a57e,#d4946b);border-radius:16px;flex-shrink:0;box-shadow:0 4px 12px #e6a57e4d}.comparison-svg-icon{width:36px;height:36px;filter:brightness(0) invert(1)}.evolution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.evolution-card{background:#fff;border:1px solid #E5E5E5;border-radius:16px;padding:20px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000d}.evolution-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014;border-color:#d4d4d4}.evolution-icon-wrapper{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e6a57e,#d4946b);border-radius:14px;margin-bottom:16px;box-shadow:0 4px 12px #e6a57e40}.evolution-svg-icon{width:28px;height:28px;filter:brightness(0) invert(1)}.evolution-react-icon{width:28px;height:28px;color:#fff}.evolution-content{width:100%}.evolution-content h4{font-size:13px;font-weight:600;color:#737373;margin:0 0 8px;text-transform:uppercase;letter-spacing:.5px}.evolution-value{font-size:28px;font-weight:700;color:#171717;margin-bottom:8px;line-height:1.2}.evolution-trend{display:flex;align-items:center;justify-content:center;gap:4px;font-size:14px;font-weight:600;margin-bottom:12px}.evolution-trend.positive{color:#10b981}.evolution-trend.negative{color:#ef4444}.evolution-trend.neutral{color:#737373}.evolution-transition{display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;padding-top:12px;border-top:1px solid #F5F5F5}.evolution-previous{color:#a3a3a3;font-weight:500}.evolution-arrow{color:#d4d4d4;font-size:14px}.evolution-current{color:#525252;font-weight:600}.evolution-footer{text-align:center;font-size:12px;color:#a3a3a3;margin-top:16px;font-weight:400}@media(max-width:1200px){.evolution-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.evolution-grid{grid-template-columns:1fr}.evolution-value{font-size:24px}}.comparison-content{flex:1}.comparison-content h3{font-size:22px;font-weight:600;color:#1a202c;margin:0 0 6px}.comparison-content p{font-size:14px;color:#6b7280;margin:0 0 20px}.comparison-values{display:flex;align-items:center;gap:20px;margin-bottom:16px;flex-wrap:wrap}.current-value{font-size:36px;font-weight:700;color:#1a202c}.comparison-change{display:flex;align-items:center;gap:6px;font-size:20px;font-weight:600}.comparison-status{font-size:15px;font-weight:600;margin-bottom:16px}.comparison-details{display:flex;align-items:center;gap:12px;font-size:15px;font-weight:600;flex-wrap:wrap;margin-top:8px}.comparison-previous{color:#737373}.comparison-arrow{color:#d4d4d4;font-size:18px}.comparison-current{color:#171717}.comparison-period-label{font-size:12px;color:#a3a3a3;margin-top:8px;font-weight:400}.summary-section{padding:32px;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:16px;border:2px solid #e2e8f0}.summary-section h3{font-size:20px;font-weight:600;color:#1a202c;margin:0 0 20px}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:2px solid #e2e8f0;margin-bottom:20px}.summary-item span{font-size:15px;color:#4a5568;font-weight:500}.summary-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}.summary-metric{display:flex;flex-direction:column;gap:10px;padding:20px;background:#fff;border-radius:12px;border:2px solid #e2e8f0}.summary-metric span:first-child{font-size:13px;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.summary-metric span:nth-child(2){font-size:24px;font-weight:700;color:#1a202c}.products-list{display:flex;flex-direction:column;gap:12px}.product-item{display:flex;align-items:center;gap:20px;padding:20px;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:16px;border:2px solid #e2e8f0;transition:all .3s ease}.product-item:hover{border-color:#cbd5e0;box-shadow:0 4px 12px #00000014;transform:translate(4px)}.product-rank{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e6a57e,#d4946b);color:#fff;border-radius:12px;font-weight:700;font-size:20px;flex-shrink:0;box-shadow:0 4px 12px #e6a57e4d}.product-info{flex:1;min-width:0}.product-info h3{font-size:17px;font-weight:600;color:#1a202c;margin:0 0 6px}.products-section{background:#fff;border-radius:20px;padding:32px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;border:1px solid #E5E5E5}.products-filters{display:flex;align-items:center;gap:16px;margin-bottom:12px;flex-wrap:wrap}.products-filter-tabs{display:flex;gap:8px;background:#f5f5f5;padding:4px;border-radius:12px}.products-filter-tab{padding:10px 20px;border:none;background:transparent;color:#404040;font-weight:600;font-size:14px;border-radius:8px;cursor:pointer;transition:all .2s}.products-filter-tab:hover{background:#e5e5e5;color:#171717}.products-filter-tab.active{background:#e6a57e;color:#fff;box-shadow:0 2px 4px #e6a57e4d}.products-category-filter{padding:10px 16px;border:1px solid #E5E5E5;border-radius:12px;background:#fff;color:#404040;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;min-width:180px}.products-category-filter:hover{border-color:#cbd5e0}.products-category-filter:focus{outline:none;border-color:#e6a57e;box-shadow:0 0 0 3px #e6a57e1a}.products-search-input{display:flex;align-items:center;gap:10px;padding:10px 16px;border:1px solid #E5E5E5;border-radius:12px;background:#fff;flex:1;min-width:200px;transition:all .2s}.products-search-input:focus-within{border-color:#e6a57e;box-shadow:0 0 0 3px #e6a57e1a}.products-search-input svg{color:#737373;width:18px;height:18px;flex-shrink:0}.products-search-input input{border:none;outline:none;background:transparent;color:#404040;font-size:14px;width:100%}.products-search-input input::placeholder{color:#a3a3a3}.products-table{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.products-table-header{display:grid;grid-template-columns:60px 1fr 120px 150px;align-items:center;gap:20px;padding:8px 20px;margin-bottom:0;background:transparent;font-size:12px;font-weight:600;color:#374151;text-transform:capitalize;letter-spacing:.5px}.product-header-sales,.product-header-revenue{text-align:right}.product-row{display:grid;grid-template-columns:60px 80px 1fr 120px 150px;align-items:center;gap:20px;padding:20px;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:16px;border:2px solid #e2e8f0;transition:all .3s ease}.product-row:hover{border-color:#cbd5e0;box-shadow:0 4px 12px #00000014;transform:translate(4px)}.product-row .product-rank{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e6a57e,#d4946b);color:#fff;border-radius:12px;font-weight:700;font-size:18px;flex-shrink:0;box-shadow:0 4px 12px #e6a57e4d}.product-row .product-image{width:64px;height:64px;min-width:64px;min-height:64px;border-radius:12px;overflow:hidden;background:#f5f5f5;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;contain:layout style paint}.product-row .product-image img{width:100%;height:100%;object-fit:cover;opacity:1;transition:opacity .2s ease-in-out;display:block}.product-row .product-image .no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:24px;color:#a3a3a3;background:#f5f5f5}.product-row .product-image .product-image-placeholder{position:absolute;top:0;left:0;z-index:1}.product-row .product-image .product-image-loading{opacity:0;visibility:hidden}.product-row .product-image .product-image-loaded{opacity:1;visibility:visible;transition:opacity .2s ease-in-out}.product-row .product-info{min-width:0}.product-row .product-info h3{font-size:16px;font-weight:600;color:#1a202c;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-row .product-sales{font-size:16px;font-weight:600;color:#404040;text-align:right}.product-row .product-revenue{font-size:16px;font-weight:700;color:#e6a57e;text-align:right}.products-empty{padding:60px 20px;text-align:center;color:#737373;font-size:16px}.products-pagination{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid #E5E5E5;flex-wrap:wrap;gap:16px}.products-pagination-info{font-size:14px;color:#737373;font-weight:500}.products-pagination-controls{display:flex;align-items:center;gap:8px}.products-pagination-btn{padding:8px 16px;border:1px solid #E5E5E5;background:#fff;color:#404040;font-size:14px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s;min-width:40px}.products-pagination-btn:hover:not(:disabled){background:#f5f5f5;border-color:#cbd5e0;color:#171717}.products-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.products-pagination-btn.active{background:#e6a57e;color:#fff;border-color:#e6a57e;box-shadow:0 2px 4px #e6a57e4d}@media(max-width:1024px){.product-row{grid-template-columns:50px 70px 1fr 100px 130px;gap:16px;padding:16px}}@media(max-width:768px){.products-filters{flex-direction:column;align-items:stretch}.products-filter-tabs{width:100%;justify-content:stretch}.products-filter-tab{flex:1}.products-category-filter,.products-search-input{width:100%}.product-row{grid-template-columns:1fr;gap:12px}.product-row .product-rank,.product-row .product-image{justify-self:start}.product-row .product-sales,.product-row .product-revenue{text-align:left}.products-pagination{flex-direction:column;align-items:stretch}.products-pagination-controls{justify-content:center;flex-wrap:wrap}}.product-type{font-size:13px;color:#6b7280;font-weight:500}.product-sales{font-size:15px;font-weight:600;color:#4a5568;flex-shrink:0}.export-card{display:flex;gap:24px;padding:40px;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:16px;border:2px solid #e2e8f0;transition:all .3s ease}.export-card:hover{border-color:#cbd5e0;box-shadow:0 8px 24px #0000001a}.export-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:16px;font-size:40px;flex-shrink:0;box-shadow:0 4px 12px #3b82f64d}.export-content{flex:1}.export-content h3{font-size:20px;font-weight:600;color:#1a202c;margin:0 0 24px}.export-buttons{display:flex;gap:12px;flex-wrap:wrap}.export-btn{padding:14px 28px;border:none;border-radius:10px;font-weight:600;font-size:15px;cursor:pointer;transition:all .3s ease;color:#fff;box-shadow:0 2px 8px #00000026}.export-btn.csv{background:linear-gradient(135deg,#3b82f6,#2563eb)}.export-btn.excel{background:linear-gradient(135deg,#10b981,#059669)}.export-btn.pdf{background:linear-gradient(135deg,#ef4444,#dc2626)}.export-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003}.segmentation-section{background:#fff;border:1px solid #E5E5E5;border-radius:20px;padding:32px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a}.segmentation-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:24px}.segmentation-card{background:#fff;border:1px solid #E6A57E;border-radius:16px;padding:24px;display:flex;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000d}.segmentation-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014;border-color:#d4946b}.segmentation-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:12px}.segmentation-card-header h3{font-size:18px;font-weight:600;color:#171717;margin:0;line-height:1.3;flex:1}.segmentation-days{font-size:12px;font-weight:600;color:#737373;background:#f5f5f5;padding:4px 10px;border-radius:8px;white-space:nowrap;flex-shrink:0}.segmentation-justification{font-size:13px;color:#737373;line-height:1.5;margin:0 0 20px;flex:1}.segmentation-stats{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto;padding-top:16px;border-top:1px solid #F5F5F5}.segmentation-count{display:flex;flex-direction:column;gap:4px}.segmentation-number{font-size:28px;font-weight:700;color:#171717;line-height:1}.segmentation-label{font-size:12px;color:#737373;font-weight:500}.segmentation-percentage{font-size:20px;font-weight:600;color:#525252;line-height:1}.segmentation-chart-card{display:flex;flex-direction:column;padding-right:12px}.segmentation-chart-header{width:100%;margin-bottom:8px;text-align:center}.segmentation-chart-header h3{font-size:18px;font-weight:600;color:#171717;margin:0}.segmentation-chart-content{display:flex;align-items:center;justify-content:center;gap:16px}.segmentation-chart-container{display:flex;align-items:center;justify-content:center;flex-shrink:0}.pie-chart-wrapper{display:flex;align-items:center;justify-content:center;position:relative}.pie-segment{transition:opacity .2s ease;cursor:pointer}.pie-chart-tooltip{position:absolute;background:#171717f2;color:#fff;padding:6px 10px;border-radius:6px;font-size:11px;pointer-events:none;z-index:1000;box-shadow:0 2px 8px #0003;transform:translate(-50%,-50%);white-space:nowrap;opacity:1;line-height:1.4}.tooltip-label{font-weight:600;margin-bottom:2px;font-size:11px}.tooltip-value{font-weight:400;opacity:.85;font-size:10px}.pie-chart-empty{display:flex;align-items:center;justify-content:center;height:180px;color:#737373;font-size:14px}.segmentation-chart-legend{display:flex;flex-direction:column;gap:6px;flex-shrink:0}.chart-legend-item{display:flex;align-items:center;gap:6px;font-size:11px}.legend-color{width:12px;height:12px;border-radius:3px;flex-shrink:0}.legend-label{color:#525252;font-weight:500;white-space:nowrap}@media(max-width:1200px){.segmentation-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.segmentation-grid{grid-template-columns:1fr}.segmentation-card{padding:20px}.segmentation-number{font-size:24px}.segmentation-percentage{font-size:18px}.segmentation-chart-content{flex-direction:column;align-items:center;gap:16px}.segmentation-chart-legend{width:100%;align-items:center}}@media(max-width:1200px){.analytics-pro-container{padding:20px}.analytics-content{padding:32px}}@media(max-width:768px){.analytics-pro-container{padding:16px}.analytics-pro-header{grid-template-columns:1fr;gap:20px;padding:20px}.header-content{width:100%;order:2}.btn-back{order:1;justify-self:flex-start}.period-selector{width:100%;justify-content:flex-start;order:3}.period-btn{flex:1;min-width:80px}.analytics-section{padding:20px;margin-bottom:32px}.analytics-content{padding:24px}.metrics-grid{grid-template-columns:1fr}.advanced-metric-card-content{flex-direction:column;align-items:flex-start;gap:12px}.advanced-metric-card-values{align-items:flex-start;width:100%}.peak-hours-lists{grid-template-columns:1fr}.funnel-step{flex-direction:column;align-items:flex-start}.step-icon{align-self:flex-start}.category-item{flex-direction:column;align-items:flex-start;gap:16px}.category-value{text-align:left;width:100%}.comparison-card{flex-direction:column}.comparison-icon{align-self:flex-start}.summary-metrics{grid-template-columns:1fr}.export-card{flex-direction:column}.export-icon{align-self:flex-start}.export-buttons{width:100%}.export-btn{flex:1;min-width:100px}}@media(max-width:480px){.analytics-pro-header{padding:16px}.header-content h1{font-size:24px}.comparison-badge{font-size:12px;padding:4px 10px}.analytics-content{padding:20px}.section-header{flex-direction:column;align-items:flex-start;gap:8px}.metric-value{font-size:28px}.metric-value-large{font-size:32px}.current-value{font-size:28px}}.faq-section{margin-bottom:40px}.faq-title{font-size:24px;font-weight:700;color:#1a202c;margin:0 0 28px}.deadlines-table-wrapper{overflow-x:auto;animation:slideDown .2s ease-out;padding:0;margin-top:4px}.deadlines-table{width:100%;border-collapse:collapse}.deadlines-table thead{background-color:#f7fafc}.deadlines-table th{padding:14px 18px;text-align:left;font-size:14px;font-weight:600;color:#2d3748;border-bottom:2px solid #e2e8f0}.deadlines-table th:first-child{border-top-left-radius:8px}.deadlines-table th:last-child{border-top-right-radius:8px}.deadlines-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.deadlines-table tbody tr:hover{background-color:#f9fafb}.deadlines-table tbody tr:last-child{border-bottom:none}.deadlines-table td{padding:16px 18px;font-size:14px;color:#4a5568;vertical-align:middle}.deadline-action{font-weight:500;color:#2d3748;width:50%}.deadline-time{color:#4a5568;width:50%}.faq-categories{display:flex;flex-direction:column;gap:16px}.faq-category{background:#fff;border:2px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .2s}.faq-category:hover{border-color:transparent;box-shadow:0 2px 8px #e6a57e1a}.faq-category-header{width:100%;display:flex;align-items:center;gap:16px;padding:18px 24px;background:none;border:none;border-left:4px solid #E6A57E;cursor:pointer;text-align:left;transition:background-color .2s}.faq-category-header:hover{background-color:#f7fafc}.faq-category-icon{display:flex;align-items:center;justify-content:center;color:#e6a57e;flex-shrink:0}.faq-category-name{flex:1;font-size:16px;font-weight:600;color:#1a202c}.faq-chevron{display:flex;align-items:center;justify-content:center;color:#718096;flex-shrink:0;transition:transform .2s}.faq-questions{padding:8px 36px 24px;border-top:1px solid #e2e8f0;background-color:#f9fafb}.faq-empty{padding:24px;text-align:center;color:#718096;font-size:14px}.faq-question-item{margin-top:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;transition:all .2s}.faq-question-item:first-child{margin-top:0}.faq-question-item:not(:first-child){margin-top:12px}.faq-question-item:hover{border-color:#e6a57e}.faq-question-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 24px 16px 8px;background:none;border:none;cursor:pointer;text-align:left;transition:background-color .2s}.faq-question-header:hover{background-color:#f7fafc}.faq-question-text{flex:1;font-size:15px;font-weight:500;color:#2d3748;line-height:1.5}.faq-answer{padding:18px 36px 20px 24px;background-color:#fff;border-top:1px solid #e2e8f0;animation:slideDown .2s ease-out}.faq-answer p{margin:0;font-size:14px;color:#4a5568;line-height:1.8;white-space:pre-line}.faq-answer ul{margin:12px 0;padding-left:24px;list-style:none}.faq-answer ul li{margin:10px 0;line-height:1.7;color:#4a5568;position:relative;padding-left:20px}.faq-answer ul li:before{content:"•";color:#e6a57e;font-weight:700;position:absolute;left:0;font-size:18px}.faq-link{color:#e6a57e;text-decoration:underline;font-weight:500;transition:color .2s}.faq-link:hover{color:#d4945f}@media(max-width:768px){.faq-title{font-size:20px}.deadlines-table th,.deadlines-table td{padding:10px 12px;font-size:13px}.deadline-action{width:45%}.deadline-time{width:55%}.faq-category-header{padding:14px 16px;gap:12px}.faq-category-icon{font-size:20px}.faq-category-name{font-size:15px}.faq-questions{padding:8px 24px 20px}.faq-question-header{padding:14px 20px 14px 8px}.faq-question-text{font-size:14px}.faq-answer{padding:16px 24px 18px}.faq-answer p{font-size:13px}}.seller-support{min-height:100vh;background:#f8fafc;padding:0;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.seller-support-container{width:100%;max-width:100%;margin:0;padding:32px;box-sizing:border-box}.support-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:baseline;margin-bottom:32px;padding:28px 36px;background:#fff;border-radius:20px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;gap:24px;border:1px solid #E5E5E5}.support-header .back-button{display:inline-flex;align-items:center;gap:6px;background:#f5f5f5;border:1px solid #E5E5E5;padding:6px 14px;border-radius:10px;cursor:pointer;color:#404040;font-weight:600;font-size:13px;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap;justify-self:flex-start;align-self:center;line-height:1.4;margin:0;min-height:32px;box-sizing:border-box}.support-header .back-button:hover{background:#e5e5e5;border-color:#d4d4d4;transform:translate(-2px);color:#171717}.support-search{margin-bottom:32px;margin-left:0!important;margin-right:auto!important;width:100%!important;max-width:100%!important;align-self:flex-start}.seller-support .support-search .search-input-wrapper,.seller-support .support-search .search-input-wrapper.seller-support-search{position:relative;margin-bottom:16px;margin-left:0!important;margin-right:auto!important;width:100%!important;max-width:100%!important}.search-input-wrapper{position:relative;margin-bottom:16px;margin-left:0;margin-right:auto;width:100%;max-width:100%}.search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#4a5568;font-size:20px;z-index:1}.search-input{width:100%;padding:14px 16px 14px 48px;border:2px solid #e2e8f0;border-radius:12px;font-size:16px;background-color:#fff;color:#1a202c;font-weight:500;transition:all .2s;box-shadow:0 2px 4px #00000014;text-align:left}.search-input::placeholder{color:#4a5568;font-weight:400}.search-input:focus{outline:none;border-color:#e2e8f0;border-width:2px;box-shadow:0 2px 4px #00000014;background-color:#fff}.seller-support-search-input,.seller-support-search-input:focus{border-color:#e2e8f0!important;box-shadow:0 2px 4px #00000014!important;width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;text-align:left!important}.seller-support-search-input:hover{border-color:#e6a57e!important;box-shadow:0 2px 4px #00000014,0 0 0 3px #e6a57e33!important;width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;text-align:left!important}.filter-btn{padding:8px 16px;border:2px solid #e2e8f0;background:#fff;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;color:#4a5568}.filter-btn:hover{border-color:#e6a57e;color:#e6a57e}.filter-btn.active{background:#e6a57e;border-color:#e6a57e;color:#fff}.tickets-section-title{font-size:24px;font-weight:700;color:#1a202c;margin:0 0 20px}.status-filters{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:24px}.status-filters-left{display:flex;gap:12px;flex-wrap:wrap}.status-filters .btn-view-all{margin-left:auto}.status-filters .btn-new-ticket{padding:8px 16px;font-size:14px;border-radius:8px;box-shadow:0 2px 8px #e6a57e33}.status-filters .btn-new-ticket:hover{transform:translateY(-1px);box-shadow:0 2px 8px #e6a57e4d}.btn-view-all{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#fff;border:2px solid #E6A57E;border-radius:8px;font-size:14px;font-weight:600;color:#e6a57e;cursor:pointer;transition:all .2s}.btn-view-all:hover{background:#e6a57e;color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #e6a57e4d}.btn-new-ticket{display:flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#e6a57e,#d4945f);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #e6a57e4d}.btn-new-ticket:hover{transform:translateY(-2px);box-shadow:0 6px 16px #e6a57e66}.tickets-list{display:grid;gap:16px}.ticket-card{background:#fff;border:2px solid #e2e8f0;border-radius:16px;padding:24px;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #0000000d}.ticket-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.ticket-card-header h3{font-size:18px;font-weight:600;color:#1a202c;margin:0 0 4px}.ticket-number{font-size:14px;color:#718096;margin:0}.status-badge{display:inline-block;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}.ticket-description-preview{color:#4a5568;font-size:14px;margin:0 0 16px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ticket-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #e2e8f0}.ticket-meta-info{display:flex;gap:8px;flex-wrap:wrap}.category-tag,.priority-tag{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;color:#fff}.ticket-date{font-size:12px;color:#a0aec0}.no-tickets{text-align:center;padding:64px 24px;background:#fff;border-radius:16px;border:2px dashed #e2e8f0}.no-tickets p{font-size:18px;color:#718096;margin-bottom:24px}.new-ticket-form{background:#fff;border-radius:16px;padding:32px;border:2px solid #e2e8f0;box-shadow:0 4px 16px #0000000d}.new-ticket-form h2{font-size:24px;font-weight:700;color:#1a202c;margin:0 0 24px}.form-group label{display:block;font-size:14px;font-weight:600;color:#2d3748;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:12px;font-size:16px;transition:border-color .2s;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#e6a57e}.form-group textarea{resize:vertical;min-height:120px}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:32px}.btn-cancel{padding:12px 24px;min-width:120px;background:#fff;border:2px solid #e2e8f0;border-radius:12px;font-size:16px;font-weight:600;color:#4a5568;cursor:pointer;transition:all .2s}.btn-cancel:hover{border-color:#cbd5e0;background:#f7fafc}.btn-submit{padding:12px 24px;background:linear-gradient(135deg,#e6a57e,#d4945f);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #e6a57e4d}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #e6a57e66}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.email-info{margin-top:24px;padding:16px;background:#ebf8ff;border-radius:12px;border-left:4px solid #3B82F6}.email-info p{margin:4px 0;color:#2c5282;font-size:14px}.loading{text-align:center;padding:64px 24px;color:#718096;font-size:18px}.ticket-detail{display:grid;gap:24px}.ticket-info-card{background:#fff;border-radius:16px;padding:32px;border:2px solid #e2e8f0;box-shadow:0 4px 16px #0000000d}.ticket-header-info h2{font-size:24px;font-weight:700;color:#1a202c;margin:0 0 12px}.priority-badge,.category-badge{display:inline-block;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}.ticket-description{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e2e8f0}.ticket-description h3{font-size:16px;font-weight:600;color:#2d3748;margin:0 0 12px}.ticket-description p{color:#4a5568;line-height:1.6;margin:0}.ticket-dates{color:#718096;font-size:14px}.ticket-dates p{margin:8px 0}.ticket-resolution{margin-top:24px;padding-top:24px;border-top:1px solid #e2e8f0}.ticket-resolution h3{font-size:16px;font-weight:600;color:#2d3748;margin:0 0 12px}.ticket-resolution p{color:#4a5568;line-height:1.6;margin:0}.messages-section{background:#fff;border-radius:16px;padding:32px;border:2px solid #e2e8f0;box-shadow:0 4px 16px #0000000d}.messages-section h3{font-size:20px;font-weight:700;color:#1a202c;margin:0 0 24px}.messages-list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.messages-list::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:10px}.messages-list::-webkit-scrollbar-thumb:hover{background:#a0aec0}.message{display:flex;flex-direction:column;margin-bottom:16px;padding:18px 20px;border-radius:12px;border:2px solid #e2e8f0}.user-message{background:#f0f9ff;border-color:#3b82f6;margin-left:32px}.support-message{background:#f9fafb;border-color:#e2e8f0;margin-right:32px}.message-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.message-header strong{font-size:14px;font-weight:600;color:#2d3748;flex-shrink:0}.message-header span{font-size:12px;color:#718096;flex-shrink:0}.message-content{color:#4a5568;line-height:1.6;white-space:pre-wrap}.user-message .message-content{text-align:center;padding-left:0}.no-messages{text-align:center;padding:32px;color:#718096;font-style:italic}.new-message-form textarea{flex:1;padding:12px 16px;border:2px solid #e2e8f0;border-radius:12px;font-size:16px;font-family:inherit;resize:vertical;min-height:80px;transition:border-color .2s}.btn-send{display:flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#e6a57e,#d4945f);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 12px #e6a57e4d;white-space:nowrap}.btn-send:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #e6a57e66}@media(max-width:768px){.seller-support-container{padding:16px}.support-header{padding:16px;min-height:auto}.support-header h1{font-size:20px}.search-input{font-size:16px;padding:12px 14px 12px 44px}.search-icon{left:14px;font-size:18px}.ticket-card-header{flex-direction:column;gap:12px}.ticket-card-footer{flex-direction:column;align-items:flex-start;gap:12px}.ticket-header-info{flex-direction:column}.ticket-actions{width:100%}.btn-resolved,.btn-delete{flex:1;justify-content:center}.user-message,.support-message{margin-left:0;margin-right:0}.new-message-form{flex-direction:column}.btn-send{width:100%;justify-content:center}.status-filters{overflow-x:auto;padding-bottom:8px}.filter-btn{white-space:nowrap}.support-search{margin-bottom:24px}}@media(max-width:480px){.seller-support-container{padding:12px}.support-header{padding:12px;gap:12px}.support-header h1{font-size:18px}.search-input{font-size:16px;padding:10px 12px 10px 40px}.search-icon{left:12px;font-size:16px}}.seller-support-tickets{min-height:100vh;background:#f5f4ef;padding:0;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.tickets-container{width:100%;max-width:1200px;margin:0 auto;padding:clamp(12px,2.5%,32px);box-sizing:border-box}.tickets-header{display:flex;align-items:flex-start;gap:clamp(12px,2%,24px);margin-bottom:clamp(20px,2.5%,32px);padding:clamp(20px,2.5%,28px) clamp(24px,3%,36px);background:#fff;border-radius:20px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;border:1px solid #E5E5E5}.btn-back{display:flex;align-items:center;gap:8px;background:#f5f5f5;border:1px solid #E5E5E5;padding:10px 18px;border-radius:12px;cursor:pointer;color:#404040;font-weight:600;font-size:14px;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap;line-height:1.5;margin:0}.tickets-title{font-size:clamp(22px,2.8vw,32px);font-weight:700;color:#171717;margin:0;letter-spacing:-.8px;line-height:1.2}.tickets-subtitle{font-size:clamp(14px,1.4vw,16px);color:#737373;margin:0}.seller-support-tickets .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(120px,15%),1fr));gap:clamp(8px,1%,16px);margin-bottom:clamp(16px,2%,24px)}.seller-support-tickets .stats-grid .stat-card{background:#fff;border-radius:8px;padding:clamp(8px,.8%,12px) clamp(12px,1.2%,16px);border:1px solid #E5E5E5;font-size:14px;font-weight:500;color:#404040;text-align:center;min-height:0;height:auto}.seller-support-tickets .filters-section{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:clamp(8px,1.5%,16px);margin-bottom:clamp(16px,2%,24px);padding:clamp(8px,1%,12px) clamp(12px,1.5%,16px);padding-left:12px;background:#fff;border-radius:8px;border:1px solid #E5E5E5}.seller-support-tickets .filters-section .search-input-wrapper{flex:0 1 70%;width:70%;min-width:90px;max-width:none}.seller-support-tickets .filters-section .filter-group{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:nowrap;min-width:0;width:auto;flex:0 0 auto;margin-left:0}.seller-support-tickets .filter-label{font-size:12px;font-weight:600;color:#404040;flex-shrink:0}.seller-support-tickets .filter-tabs{display:flex;gap:6px;flex-wrap:wrap;text-align:right}.seller-support-tickets .filter-tab{padding:5px 10px;background:#fff;border:1px solid #E5E5E5;border-radius:6px;font-weight:500;font-size:12px;color:#404040;cursor:pointer;transition:all .2s;white-space:nowrap;text-align:right}.seller-support-tickets .filter-tab:hover{background:#fafafa;border-color:#d4d4d4}.seller-support-tickets .filter-tab.active{background:#e6a57e;color:#fff;border-color:#e6a57e}.seller-support-tickets .filters-section .search-input-wrapper{position:relative;flex:0 1 70%;width:70%;min-width:90px;max-width:none}.seller-support-tickets .filters-section .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#737373;z-index:1;pointer-events:none}.seller-support-tickets .filters-section .search-input{border:1px solid #E5E5E5;border-radius:6px;padding:clamp(5px,.5%,8px) clamp(8px,1%,12px);padding-left:36px;outline:none;font-size:clamp(11px,1.1vw,13px);color:#171717;background:#f9f9f9;font-weight:500;width:100%}.seller-support-tickets .filters-section .search-input:focus{border-color:#e6a57e;background:#fff}.seller-support-tickets .filters-section .search-input::placeholder{color:#737373}.tickets-list{display:flex;flex-direction:column;gap:clamp(12px,1.5%,20px);margin-bottom:clamp(20px,2.5%,32px)}.ticket-card{background:#fff;border-radius:16px;padding:24px;border:2px solid #E5E5E5;box-shadow:0 2px 8px #0000000d;transition:all .2s}.ticket-card:hover{border-color:#e6a57e;transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.ticket-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:12px}.ticket-info{flex:1}.ticket-subject{font-size:18px;font-weight:600;color:#171717;margin:0 0 4px}.ticket-number{font-size:14px;color:#737373;margin:0}.ticket-status{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px}.status-open{background:#dbeafe;color:#1d4ed8}.status-progress,.status-waiting{background:#fef3c7;color:#b45309}.status-resolved{background:#d1fae5;color:#047857}.status-closed{background:#e5e5e5;color:#404040}.ticket-description{font-size:14px;color:#404040;line-height:1.6;margin:0 0 16px;padding-bottom:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.seller-support-tickets .ticket-card .ticket-description{border-bottom:none}.ticket-footer{display:flex;justify-content:space-between;align-items:center;padding-top:0;flex-wrap:wrap;gap:12px}.seller-support-tickets .ticket-card .ticket-footer{border-top:none}.ticket-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.ticket-date{font-size:12px;color:#737373}.ticket-category{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;background:#ffe8dc;color:#a67245}.ticket-actions{display:flex;gap:8px;flex-wrap:wrap}.btn-view{background:#e6a57e;color:#fff}.btn-view:hover{background:#d4946b;transform:translateY(-1px)}.btn-resolved{background:#d1fae5;color:#047857}.btn-resolved:hover:not(:disabled){background:#a7f3d0}.btn-resolved:disabled{background:#e5e5e5;color:#737373;cursor:not-allowed}.btn-delete{background:#fee2e2;color:#b91c1c}.btn-delete:hover{background:#fecaca}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:clamp(40px,8%,64px) clamp(24px,5%,40px);background:#fff;border-radius:20px;border:2px dashed #E5E5E5;min-height:280px;max-width:420px;margin:0 auto;box-shadow:0 2px 8px #0000000a}.empty-state-content{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}.empty-state-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:#fff5ef;color:#e6a57e;margin-bottom:4px;flex-shrink:0;position:relative}.empty-state-icon svg{display:block!important;margin:0!important;padding:0!important;flex-shrink:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px!important;height:48px!important}.empty-state-message{font-size:18px;font-weight:600;color:#404040;margin:0}.empty-state-hint{font-size:14px;color:#737373;margin:0 0 8px}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#e6a57e;color:#fff;border:none;padding:12px 24px;border-radius:12px;font-weight:600;font-size:16px;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #e6a57e4d;line-height:1.25}.btn-primary-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;padding:0}.btn-primary-icon svg{display:block;width:20px;height:20px;margin:0!important;padding:0}.btn-primary-text{display:inline-block;line-height:inherit;vertical-align:middle}.empty-state-cta{margin-top:8px}.btn-primary:hover{background:#d4946b;transform:translateY(-2px);box-shadow:0 6px 16px #e6a57e66}.loading-spinner{width:40px;height:40px;border:4px solid #E5E5E5;border-top:4px solid #E6A57E;border-radius:50%;animation:spin 1s linear infinite}.seller-support-tickets .ticket-detail-card{background:#fff;border-radius:16px;padding:24px;border:1px solid #E5E5E5;box-shadow:0 2px 8px #0000000f;margin-bottom:24px}.seller-support-tickets .ticket-detail-card .ticket-detail-top-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px 24px;padding:16px 20px;background:#fafafa;border-radius:12px;margin-bottom:20px}.seller-support-tickets .ticket-detail-card .ticket-detail-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px 24px}.seller-support-tickets .ticket-detail-card .ticket-detail-meta-row{display:flex;align-items:center;gap:8px}.seller-support-tickets .ticket-detail-card .ticket-detail-label{font-size:12px;font-weight:600;color:#737373;text-transform:uppercase;letter-spacing:.4px}.seller-support-tickets .ticket-detail-card .ticket-detail-value{font-size:14px;color:#404040;font-weight:500}.seller-support-tickets .ticket-detail-card .ticket-detail-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center;flex-shrink:0}.seller-support-tickets .ticket-detail-card .ticket-description-section,.seller-support-tickets .ticket-detail-card .ticket-resolution-section{margin-bottom:24px}.seller-support-tickets .ticket-detail-card .ticket-resolution-section{padding-top:20px;border-top:1px solid #E5E5E5}.seller-support-tickets .ticket-detail-card .ticket-detail-section-title{font-size:14px;font-weight:600;color:#737373;text-transform:uppercase;letter-spacing:.4px;margin:0 0 10px}.seller-support-tickets .ticket-detail-card .ticket-description-content,.seller-support-tickets .ticket-detail-card .ticket-resolution-content{padding:16px 20px;background:#f0f9ff;border-radius:12px;border-left:4px solid #5BA8D1}.seller-support-tickets .ticket-detail-card .ticket-description-content p,.seller-support-tickets .ticket-detail-card .ticket-resolution-content p{margin:0;font-size:15px;color:#404040;line-height:1.7}.messages-section{background:#fff;border-radius:16px;padding:32px;border:2px solid #E5E5E5;box-shadow:0 4px 16px #0000000d}.messages-section h3{font-size:20px;font-weight:700;color:#171717;margin:0 0 24px}.messages-list::-webkit-scrollbar-track{background:#f5f5f5;border-radius:10px}.messages-list::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:10px}.messages-list::-webkit-scrollbar-thumb:hover{background:#a3a3a3}.message{margin-bottom:16px;padding:16px;border-radius:12px;border:2px solid #E5E5E5}.user-message{background:#eff6ff;border-color:#93c5fd}.support-message{background:#fafafa;border-color:#e5e5e5}.message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.message-header strong{font-size:14px;font-weight:600;color:#404040}.message-header span{font-size:12px;color:#737373}.message-content{color:#404040;line-height:1.6;white-space:pre-wrap}.no-messages{text-align:center;padding:32px;color:#737373;font-style:italic}.new-message-form{display:flex;gap:12px;align-items:flex-end}.new-message-form textarea{flex:1;padding:12px 16px;border:2px solid #E5E5E5;border-radius:12px;font-size:16px;font-family:inherit;resize:vertical;min-height:80px;transition:border-color .2s;background:#fff;color:#171717}.new-message-form textarea:focus{outline:none;border-color:#e6a57e}.btn-send{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#e6a57e;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #e6a57e4d;white-space:nowrap}.btn-send:hover:not(:disabled){background:#d4946b;transform:translateY(-2px);box-shadow:0 6px 16px #e6a57e66}.btn-send:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.tickets-container{padding:16px}.tickets-header{padding:16px;flex-direction:column;gap:16px}.tickets-title{font-size:24px}.seller-support-tickets .stats-grid{grid-template-columns:repeat(2,1fr);gap:10px}.seller-support-tickets .stats-grid .stat-card{padding:8px 12px;font-size:13px}.seller-support-tickets .filters-section{flex-wrap:wrap;padding:10px 12px;justify-content:flex-start}.seller-support-tickets .filters-section .search-input-wrapper{flex:1 1 100%;width:100%;max-width:100%;margin-bottom:8px}.seller-support-tickets .filters-section .filter-group{flex:1 1 100%;width:100%;justify-content:flex-start;margin-top:8px}.seller-support-tickets .filter-tabs{gap:6px;flex-wrap:wrap}.seller-support-tickets .filter-tab{padding:4px 8px;font-size:11px}.ticket-footer{flex-direction:column;align-items:stretch}.ticket-actions{width:100%;justify-content:stretch}.btn-view,.btn-resolved,.btn-delete{flex:1;justify-content:center}.seller-support-tickets .ticket-detail-card .ticket-detail-top-row{flex-direction:column;align-items:stretch}.seller-support-tickets .ticket-detail-card .ticket-detail-actions{width:100%;justify-content:stretch}.seller-support-tickets .ticket-detail-card .ticket-detail-actions button{flex:1;justify-content:center}.new-message-form{flex-direction:column}.btn-send{width:100%;justify-content:center}}@media(max-width:480px){.tickets-container{padding:12px}.tickets-title{font-size:20px}.seller-support-tickets .stats-grid{grid-template-columns:1fr}.ticket-card{padding:16px}.seller-support-tickets .filters-section{flex-direction:column;align-items:stretch;gap:12px}.seller-support-tickets .filters-section .search-input-wrapper{flex:1 1 100%;width:100%;max-width:100%}.seller-support-tickets .filters-section .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);margin-right:0}.seller-support-tickets .filters-section .search-input{padding-left:36px}.seller-support-tickets .filters-section .filter-group{flex:1 1 100%;width:100%;justify-content:flex-start;flex-wrap:wrap}.seller-support-tickets .filter-tabs{width:100%;justify-content:flex-start}}.product-reviews{min-height:100vh;background:#f8fafc;padding:32px;font-family:inherit;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.reviews-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:baseline;margin-bottom:32px;padding:28px 36px;background:#fff;border-radius:20px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;gap:24px;border:1px solid #E5E5E5}.reviews-stats{display:flex;gap:12px;justify-content:flex-end;align-items:center;flex-wrap:nowrap;align-self:baseline}.reviews-stats span{background:#f5f5f5;padding:8px 14px;border-radius:8px;border:1px solid #E5E5E5;font-size:14px;font-weight:500;color:#404040;white-space:nowrap}.product-reviews .reviews-stats-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin-bottom:24px}.product-reviews .reviews-stats-section .stat-card{background:#fff;padding:8px 12px;border-radius:8px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;text-align:center;height:72px;max-height:72px;min-height:72px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box}.product-reviews .reviews-stats-section .stat-card .stat-label{font-size:11px;color:#718096;font-weight:500;line-height:1.2;margin:0 0 2px}.product-reviews .reviews-stats-section .stat-card .stat-value{font-size:20px;font-weight:700;color:#e6a57e;margin:0;line-height:1.1}.reviews-stats-section .stat-card{height:72px;max-height:72px;padding:8px 12px}.reviews-stats-section .stat-value{font-size:18px;margin-bottom:1px}.reviews-stats-section .stat-label{font-size:10px}.reviews-filters{display:flex;gap:16px;margin-bottom:24px;flex-wrap:wrap}.product-reviews .reviews-filters .search-box{flex:1;min-width:592px;position:relative}.product-reviews .reviews-filters .search-input{width:100%;height:36px;padding:0 16px 0 44px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;line-height:36px;background:#fff;transition:border-color .2s;box-sizing:border-box}.product-reviews .reviews-filters .search-input:focus{outline:none;border-color:#e2e8f0;box-shadow:none}.date-filter{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.date-presets{flex-shrink:0}.date-preset-select{min-width:160px;height:36px;padding:0 36px 0 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:12px;background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%23718096' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4.5 L6 7.5 L9 4.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;cursor:pointer;transition:border-color .2s;box-sizing:border-box;appearance:none;-webkit-appearance:none;-moz-appearance:none;color:#4a5568}.date-preset-select:focus{outline:none;border-color:#e6a57e}.date-range{display:flex;align-items:center;gap:8px}.date-input{height:36px;padding:0 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:12px;background-color:transparent;color:#4a5568;cursor:pointer;transition:border-color .2s;box-sizing:border-box}.date-input:focus{outline:none;border-color:#e6a57e}.date-input::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.7}.date-filter-sep{font-size:12px;color:#718096;flex-shrink:0}.search-box{flex:1;min-width:300px;position:relative}.search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#718096;pointer-events:none;font-size:18px}.search-input{width:100%;padding:12px 16px 12px 44px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;background:#fff;transition:border-color .2s}.filter-group{display:flex;align-items:center;gap:8px;min-width:200px}.filter-icon{color:#718096}.filter-select{flex:1;padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;background:#fff;cursor:pointer;transition:border-color .2s}.filter-select:focus{outline:none;border-color:#e6a57e}.reviews-list{display:flex;flex-direction:column;gap:16px}.review-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;transition:all .2s}.review-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.review-main{flex:1}.review-product-info{display:flex;gap:16px;margin-bottom:16px;align-items:flex-start}.product-image{width:80px;height:80px;object-fit:cover;border-radius:8px;border:1px solid #e2e8f0}.product-details{flex:1}.product-name{font-size:18px;font-weight:600;color:#1a202c;margin:0 0 8px}.review-rating{display:flex;align-items:center;gap:8px}.star{color:#cbd5e0;fill:#cbd5e0}.star.filled{color:#fbbf24;fill:#fbbf24}.rating-value{font-weight:600;color:#4a5568;font-size:14px}.review-content{margin-top:16px}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.reviewer-info{display:flex;align-items:center;gap:8px}.reviewer-name{font-weight:600;color:#1a202c;font-size:14px}.verified-badge{background:#dbeafe;color:#1e40af;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase}.review-date{font-size:12px;color:#718096}.review-text{color:#4a5568;line-height:1.6;margin:12px 0;font-size:14px}.detailed-ratings{display:flex;gap:24px;margin-top:16px;padding-top:16px;border-top:1px solid #e2e8f0;flex-wrap:wrap}.rating-item{display:flex;align-items:center;gap:8px}.rating-label{font-size:12px;color:#718096;font-weight:500}.rating-stars-small{display:flex;gap:2px}.rating-stars-small .star{width:12px;height:12px}.review-image{margin-top:16px}.review-image img{max-width:200px;max-height:200px;object-fit:cover;border-radius:8px;border:1px solid #e2e8f0}.review-actions{display:flex;gap:12px;align-items:center;margin-top:16px;padding-top:16px;border-top:1px solid #e2e8f0}.btn-view-details{background:#e6a57e;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px;font-size:14px}.btn-view-details:hover{background:#d4946b;transform:translateY(-1px)}.empty-state{text-align:center;padding:60px 20px;color:#718096}.empty-state p{font-size:18px;margin:0}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;max-width:700px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e2e8f0}.modal-header h2{font-size:20px;font-weight:600;color:#1a202c;margin:0}.modal-close{background:none;border:none;font-size:24px;color:#718096;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.modal-close:hover{background:#f7fafc;color:#1a202c}.modal-body{padding:24px}.review-detail-section{margin-bottom:24px}.review-detail-section h3{font-size:16px;font-weight:600;color:#1a202c;margin:0 0 12px}.detail-product{display:flex;gap:16px;align-items:center}.detail-product-image{width:100px;height:100px;object-fit:cover;border-radius:8px;border:1px solid #e2e8f0}.detail-product-name{font-size:18px;font-weight:600;color:#1a202c;margin:0 0 4px}.detail-product-id{font-size:12px;color:#718096;margin:0}.detail-rating{display:flex;align-items:center;gap:8px}.detail-rating-value{font-size:20px;font-weight:700;color:#1a202c}.detail-content{color:#4a5568;line-height:1.6;font-size:14px;margin:0}.detail-ratings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.detail-rating-item{display:flex;flex-direction:column;gap:8px}.detail-rating-label{font-size:12px;color:#718096;font-weight:600;text-transform:uppercase}.detail-rating-stars{display:flex;align-items:center;gap:8px}.detail-rating-stars span{font-weight:600;color:#4a5568}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.detail-item{display:flex;flex-direction:column;gap:4px}.detail-item label{font-size:12px;font-weight:600;color:#718096;text-transform:uppercase;letter-spacing:.5px}.detail-item span{font-size:14px;color:#1a202c}.detail-review-image{margin-top:12px}.detail-review-image img{max-width:100%;max-height:400px;object-fit:contain;border-radius:8px;border:1px solid #e2e8f0}.reviews-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px}.reviews-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px;color:#e53e3e}@media(max-width:768px){.product-reviews{padding:16px}.reviews-header{grid-template-columns:1fr;gap:16px;padding:20px 24px}.btn-back{justify-self:flex-start}.header-content{justify-content:flex-start}.header-content h1{text-align:left}.reviews-stats{justify-content:flex-start;width:100%}.reviews-stats-section{grid-template-columns:repeat(2,1fr)}.reviews-filters{flex-direction:column}.search-box,.filter-group,.date-filter{min-width:unset}.date-filter{width:100%}.date-range,.date-input{flex:1;min-width:0}.review-product-info{flex-direction:column}.product-image{width:100%;height:200px}.review-header{flex-direction:column;align-items:flex-start;gap:8px}.detailed-ratings{flex-direction:column;gap:12px}.detail-grid,.detail-ratings-grid{grid-template-columns:1fr}.modal-content{width:95%;margin:20px}.detail-product{flex-direction:column;align-items:flex-start}}.seller-pricing-page{min-height:100vh;background:#f8fafc;padding:0;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.pricing-page-container{width:100%;max-width:100%;margin:0 auto;padding:32px;box-sizing:border-box}.pricing-page-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;margin-bottom:24px;padding:28px 36px;background:#fff;border-radius:20px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;gap:24px;border:1px solid #E5E5E5}.btn-back{display:flex;align-items:center;gap:8px;background:#f5f5f5;border:1px solid #E5E5E5;padding:8px 18px;border-radius:12px;cursor:pointer;color:#404040;font-weight:600;font-size:14px;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap;justify-self:flex-start;align-self:center;line-height:1.5;margin:0}.header-content{display:flex;align-items:center;justify-content:center;gap:16px;min-width:200px;width:100%;align-self:center}.header-actions{display:flex;gap:12px;justify-content:flex-end;align-items:center;flex-wrap:nowrap;align-self:center}.billing-toggle-container{display:flex;justify-content:center;align-items:center;margin-bottom:32px}.billing-toggle{display:inline-flex;align-items:stretch;gap:0;min-width:260px;background:#f5f5f5;border:1px solid #E5E5E5;border-radius:10px;padding:4px;box-shadow:0 1px 2px #0000000a}.billing-toggle-btn{flex:1;min-width:0;padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;color:#737373;background:transparent;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease;white-space:nowrap}.billing-toggle-btn:hover:not(.active){color:#404040;background:#fafafa}.billing-toggle-btn.active{color:#fff;background:#e6a57e;box-shadow:0 1px 2px #0000000f}.billing-toggle-btn:focus-visible{outline:2px solid #E6A57E;outline-offset:2px}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;margin-bottom:16px}.pricing-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:48px 32px 32px;position:relative;transition:all .3s ease;display:flex;flex-direction:column;box-shadow:0 1px 3px #0000000d}.pricing-card:hover{box-shadow:0 8px 16px #0000001a;transform:translateY(-2px);border-color:#cbd5e0}.pricing-card.popular{border:2px solid #e6a57e;box-shadow:0 4px 12px #e6a57e33}.tax-badge{position:absolute;top:16px;right:16px;background:#e6a57e;color:#fff;padding:6px 12px;border-radius:8px;font-size:11px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;white-space:nowrap;z-index:10}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#e6a57e;color:#fff;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.pricing-card-header{margin-bottom:24px;text-align:center}.plan-name{font-size:32px;font-weight:700;color:#1e293b;margin:0 0 12px;text-transform:uppercase;letter-spacing:.5px;text-align:center}.plan-description{font-size:16px;color:#64748b;margin:0;line-height:1.5;text-align:center}.plan-price-section{margin:24px 0;text-align:center}.plan-price{display:flex;align-items:baseline;justify-content:center;gap:4px;margin-bottom:0}.price-amount{font-size:36px;font-weight:700;color:#1e293b;line-height:1}.price-period{font-size:16px;color:#64748b;font-weight:400;text-transform:uppercase}.yearly-pricing{display:flex;flex-direction:column;align-items:center;gap:8px}.installment-price{display:flex;align-items:baseline;justify-content:center;gap:4px;margin-top:4px}.installment-label{font-size:13px;color:#94a3b8;font-weight:400;margin-right:4px}.installment-amount{font-size:20px;color:#94a3b8;font-weight:500}.installment-period{font-size:13px;color:#94a3b8;font-weight:400;text-transform:lowercase}.yearly-savings{font-size:14px;color:#10b981;font-weight:500;margin:8px 0 0}.pricing-card-body{flex:1;margin-bottom:32px}.features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.feature-item{display:flex;align-items:flex-start;gap:12px;font-size:16px;color:#475569;line-height:1.6}.check-icon{flex-shrink:0;color:#e6a57e;margin-top:2px}.pricing-card-footer{margin-top:auto}.pricing-button{width:100%;padding:14px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;border:none;letter-spacing:.3px}.pricing-button.primary{background:#e6a57e;color:#fff}.pricing-button.primary:hover{background:#d4946a}.pricing-button.secondary{background:#fff;color:#475569;border:1px solid #e2e8f0}.pricing-button.secondary:hover{background:#f8fafc;border-color:#cbd5e0}.pricing-button.current-plan-button{background:#e0e0e0;color:#757575;cursor:not-allowed;border:1px solid #c0c0c0;box-shadow:none;transition:none}.pricing-button.current-plan-button:hover{background:#e0e0e0;color:#757575;border-color:silver;transform:none;cursor:not-allowed}.pricing-note{margin:12px 0 0;font-size:14px;color:#64748b;text-align:center;cursor:pointer;text-decoration:underline}.pricing-note:hover{color:#475569}.pricing-footer{text-align:center;margin-top:16px}.pricing-disclaimer{font-size:14px;color:#64748b;margin:0;line-height:1.6}.pricing-loading,.pricing-error{text-align:center;padding:64px 24px;font-size:18px;color:#64748b}.pricing-error{color:#ef4444}@media(max-width:1024px){.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}}@media(max-width:768px){.pricing-page-container{padding:16px}.pricing-page-header{grid-template-columns:1fr;gap:16px;padding:20px 24px}.btn-back{justify-self:flex-start}.header-content{justify-content:flex-start}.header-content h1{text-align:left;font-size:28px}.header-content p{text-align:left;font-size:14px}.billing-toggle-container{margin-bottom:24px}.billing-toggle{width:100%;max-width:300px;justify-content:center}.pricing-grid{grid-template-columns:1fr;gap:20px}.pricing-card{padding:24px}.plan-name{font-size:28px}.price-amount{font-size:40px}}.inventory-management{min-height:100vh;background:#f8fafc;padding:32px;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.inventory-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:baseline;margin-bottom:32px;padding:28px 36px;background:#fff;border-radius:20px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;gap:24px;border:1px solid #E5E5E5}.header-content p{font-size:15px;color:#737373;margin:0;font-weight:400}.btn-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #e2e8f0;background:#fff;border-radius:8px;cursor:pointer;transition:all .2s;color:#64748b;position:relative}.btn-icon:hover{background:#f8fafc;border-color:#e6a57e;color:#e6a57e}.btn-icon input{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer}.inventory-stats-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-bottom:32px}.stat-card{background:#fff;padding:12px;border-radius:12px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;text-align:center;transition:all .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.stat-card.success{border-color:#10b981;background:#fff}.stat-card.warning{border-color:#fbbf24;background:#fff}.stat-card.danger{border-color:#ef4444;background:#fff}.stat-label{font-size:14px;color:#6b7280;font-weight:500;margin-bottom:4px}.inventory-stats-section .stat-card .stat-value{font-size:28px;font-weight:700;color:#e6a57e}.inventory-stats-section .stat-card .stat-value.stock-value-amount{font-size:24px}.inventory-stats-section .stat-card.success .stat-value,.inventory-stats-section .stat-card.warning .stat-value,.inventory-stats-section .stat-card.danger .stat-value{color:#e6a57e}.inventory-filters{display:flex;gap:1rem;margin-bottom:2rem;align-items:center;flex-wrap:wrap}.search-box{position:relative;flex:1;min-width:300px}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.search-input{width:100%;padding:.75rem 1rem .75rem 2.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;transition:all .2s;-webkit-appearance:none;appearance:none}.search-input::placeholder{color:#94a3b8;opacity:1}.search-input:focus{outline:none;border-color:#e6a57e;box-shadow:0 0 0 3px #e6a57e1a}.status-filter-select,.category-filter-select,.sort-filter-select{padding:.75rem 2.5rem .75rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;color:#475569;background:#fff;cursor:pointer;transition:all .2s;min-width:180px;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23475569' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px}.status-filter-select:focus,.category-filter-select:focus,.sort-filter-select:focus{outline:none;border-color:#e6a57e;box-shadow:0 0 0 3px #e6a57e1a}.status-filter-select:hover,.category-filter-select:hover,.sort-filter-select:hover{border-color:#cbd5e1}.filter-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.875rem;color:#475569}.filter-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#e6a57e}.inventory-list{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.product-group{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.product-group-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.product-group-header h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0}.product-variants-count{font-size:.875rem;color:#64748b;background:#fff;padding:.25rem .75rem;border-radius:12px;border:1px solid #e2e8f0}.inventory-list .product-group .product-group-header .category-badge,.inventory-list .product-group .product-group-header>div .category-badge,.product-group-header span.category-badge{color:#1e293b}.inventory-table{overflow-x:auto}.inventory-table table{width:100%;border-collapse:collapse}.inventory-table thead{background:#f8fafc}.inventory-table th{padding:1rem;text-align:center;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e2e8f0}.inventory-table td{padding:1rem;border-bottom:1px solid #e2e8f0;font-size:.875rem;color:#475569;text-align:center}.inventory-table tbody tr:hover{background:#f8fafc}.variant-badge{display:inline-block;padding:.375rem .75rem;border-radius:8px;font-size:.875rem;font-weight:600;color:#1e293b;background:#f8fafc;border:1px solid #e2e8f0;min-width:100px;text-align:center}.category-badge{display:inline-block;padding:.375rem .75rem;border-radius:8px;font-size:.875rem;font-weight:500;color:#1e293b;background:#fff;border:1px solid #e2e8f0;text-align:center;text-transform:none}.color-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500;color:#1e293b;border:1px solid #e2e8f0;min-width:60px;text-align:center}.quantity-value{font-weight:600;color:#1e293b;cursor:pointer;padding:.5rem 1rem;border-radius:8px;transition:all .2s;display:inline-block;-webkit-user-select:none;user-select:none;background:#f8fafc;border:1px solid #e2e8f0;min-width:80px;text-align:center;height:38px;line-height:1.5;box-sizing:border-box}.quantity-value:hover{background:#f1f5f9;border-color:#e6a57e;color:#e6a57e}.quantity-edit-wrapper{display:flex;flex-direction:column;gap:.25rem;align-items:center}.quantity-input{min-width:80px;padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-weight:600;text-align:center;background:#f8fafc;transition:all .2s;height:38px;line-height:1.5;box-sizing:border-box}.quantity-input:focus{outline:none;background:#f8fafc;border-color:#e2e8f0;box-shadow:none}.quantity-input:disabled{background:#f8fafc;cursor:not-allowed;opacity:.6}.error-message-small{font-size:.75rem;color:#dc2626;text-align:center;max-width:120px}.available-quantity{font-weight:600;color:#10b981}.available-quantity.warning{color:#f59e0b}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500}.status-badge.success{background:#fff;border:1px solid #10b981;color:#10b981}.status-badge.warning{background:#fff;border:1px solid #f59e0b;color:#f59e0b}.status-badge.danger{background:#fff;border:1px solid #ef4444;color:#ef4444}.btn-edit,.btn-save,.btn-cancel{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:8px;cursor:pointer;transition:all .2s;font-size:1.125rem;font-weight:500}.btn-edit{color:#e6a57e;background:#fef3e7;border:2px solid #e6a57e;box-shadow:0 2px 4px #e6a57e26;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;width:auto;min-width:100px}.btn-edit-text{font-size:.875rem;font-weight:600}.btn-edit:hover{background:#e6a57e;color:#fff;border-color:#d4946a;box-shadow:0 4px 8px #e6a57e4d;transform:translateY(-2px)}.btn-edit:hover .btn-edit-text{color:#fff}.btn-edit:active{transform:translateY(0);box-shadow:0 2px 4px #e6a57e33}.btn-save{color:#10b981;border:1px solid #d1fae5;background:#d1fae5}.btn-save:hover:not(:disabled){background:#10b981;color:#fff;transform:translateY(-1px)}.btn-save:disabled{opacity:.6;cursor:not-allowed}.btn-cancel{color:#ef4444;border:1px solid #fee2e2;background:#fee2e2}.btn-cancel:hover:not(:disabled){background:#ef4444;color:#fff;transform:translateY(-1px)}.btn-cancel:disabled{opacity:.6;cursor:not-allowed}.spinner-small{width:16px;height:16px;border:2px solid #d1fae5;border-top-color:#10b981;border-radius:50%;animation:spin .6s linear infinite}.edit-actions{display:flex;gap:.5rem}.empty-state{text-align:center;padding:4rem 2rem;color:#94a3b8}.empty-state svg{margin-bottom:1rem;opacity:.5}.empty-state p{font-size:1.125rem;margin-bottom:1rem}.btn-clear-filter{padding:.5rem 1rem;background:#e6a57e;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s}.btn-clear-filter:hover{background:#d4946a}.inventory-loading,.inventory-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center}.loading-spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#e6a57e;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.inventory-error h2{color:#dc2626;margin-bottom:.5rem}.btn-retry{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#e6a57e;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;margin-top:1rem;transition:all .2s}.btn-retry:hover{background:#d4946a}@media(min-width:1281px){.inventory-list{grid-template-columns:repeat(2,1fr);gap:24px}}@media(max-width:1280px)and (min-width:1024px){.inventory-list{grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:1023px)and (min-width:768px){.inventory-header{padding:24px 28px;gap:20px}.header-content h1{font-size:28px}.header-content p{font-size:14px}.inventory-stats-section{grid-template-columns:repeat(3,1fr);gap:14px}.stat-card{padding:14px 12px}.stat-label{font-size:13px}.inventory-stats-section .stat-card .stat-value{font-size:24px}.inventory-stats-section .stat-card .stat-value.stock-value-amount{font-size:20px}.inventory-filters{gap:.875rem}.status-filter-select,.category-filter-select,.sort-filter-select{min-width:160px;font-size:.8125rem;padding:.625rem 2.5rem .625rem .875rem;background-size:11px;background-position:right .75rem center}.inventory-list{grid-template-columns:1fr;gap:18px}.product-group-header{padding:1rem 1.25rem;flex-wrap:wrap;gap:12px}.product-group-header h3{font-size:1rem}}@media(max-width:767px)and (min-width:480px){.inventory-header{grid-template-columns:1fr;gap:16px;padding:20px;align-items:flex-start}.btn-back{justify-self:flex-start;width:auto;padding:8px 16px;font-size:13px}.header-content{justify-self:center;width:100%}.header-title-group{width:100%}.header-content h1{font-size:24px;letter-spacing:-.5px}.header-content p{font-size:13px}.header-actions{justify-self:center;width:100%;justify-content:center;gap:10px}.btn-icon{width:38px;height:38px;font-size:18px}.inventory-stats-section{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:24px}.stat-card{padding:12px 10px}.stat-label{font-size:12px;margin-bottom:6px}.inventory-stats-section .stat-card .stat-value{font-size:20px}.inventory-stats-section .stat-card .stat-value.stock-value-amount{font-size:18px}.inventory-filters{flex-direction:column;align-items:stretch;gap:.75rem;margin-bottom:1.5rem}.search-box{min-width:100%;width:100%}.search-input{padding:.625rem .875rem .625rem 2.5rem;font-size:.8125rem}.search-icon{left:.875rem;font-size:16px}.status-filter-select,.category-filter-select,.sort-filter-select{min-width:100%;width:100%;padding:.625rem 2.5rem .625rem .875rem;font-size:.8125rem;background-size:11px;background-position:right .75rem center}.filter-checkbox{font-size:.8125rem;padding:.5rem 0}.inventory-list{grid-template-columns:1fr;gap:16px}.product-group{border-radius:10px}.product-group-header{padding:1rem;flex-direction:column;align-items:flex-start;gap:10px}.product-group-header h3{font-size:1rem;width:100%;word-break:break-word}.product-group-header>div{width:100%;flex-wrap:wrap;gap:8px}.product-variants-count,.category-badge{font-size:.8125rem;padding:.25rem .625rem}.inventory-list .product-group .product-group-header .category-badge,.inventory-list .product-group .product-group-header>div .category-badge,.product-group-header span.category-badge{color:#1e293b}.inventory-table{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.inventory-table::-webkit-scrollbar{height:6px}.inventory-table::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.inventory-table::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.inventory-table::-webkit-scrollbar-thumb:hover{background:#94a3b8}.inventory-table table{min-width:100%}.inventory-table th{padding:.75rem .5rem;font-size:.6875rem;white-space:nowrap}.inventory-table td{padding:.875rem .5rem;font-size:.8125rem}.variant-badge{font-size:.8125rem;padding:.375rem .625rem;min-width:90px}.quantity-value,.quantity-input{min-width:70px;padding:.5rem .75rem;font-size:.875rem;height:36px}.status-badge{font-size:.6875rem;padding:.25rem .625rem;white-space:nowrap}}@media(max-width:479px){.inventory-header{grid-template-columns:1fr;gap:14px;padding:16px;border-radius:16px}.btn-back{justify-self:flex-start;width:auto;padding:7px 14px;font-size:12px;border-radius:10px}.header-content{justify-self:center;width:100%}.header-title-group{width:100%}.header-content h1{font-size:22px;letter-spacing:-.4px}.header-content p{font-size:12px}.header-actions{justify-self:center;width:100%;justify-content:center;gap:8px;flex-wrap:wrap}.btn-icon{width:36px;height:36px;font-size:16px;border-radius:6px}.inventory-stats-section{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:20px}.stat-card{padding:10px 8px;border-radius:10px}.stat-label{font-size:11px;margin-bottom:4px}.inventory-stats-section .stat-card .stat-value{font-size:18px}.inventory-stats-section .stat-card .stat-value.stock-value-amount{font-size:16px}.inventory-filters{flex-direction:column;align-items:stretch;gap:.625rem;margin-bottom:1.25rem}.search-box{min-width:100%;width:100%}.search-input{padding:.5625rem .75rem .5625rem 2.25rem;font-size:.75rem;border-radius:6px}.search-input::placeholder{font-size:.75rem}.search-icon{left:.75rem;font-size:14px}.status-filter-select,.category-filter-select,.sort-filter-select{min-width:100%;width:100%;padding:.5625rem 2.25rem .5625rem .75rem;font-size:.75rem;border-radius:6px;background-size:10px;background-position:right .625rem center}.filter-checkbox{font-size:.75rem;padding:.5rem 0}.filter-checkbox input[type=checkbox]{width:16px;height:16px}.inventory-list{grid-template-columns:1fr;gap:14px}.product-group{border-radius:10px}.product-group-header{padding:.875rem;flex-direction:column;align-items:flex-start;gap:8px}.product-group-header h3{font-size:.9375rem;width:100%;word-break:break-word;line-height:1.4}.product-group-header>div{width:100%;flex-wrap:wrap;gap:6px}.product-variants-count,.category-badge{font-size:.75rem;padding:.25rem .5rem;border-radius:8px}.inventory-list .product-group .product-group-header .category-badge,.inventory-list .product-group .product-group-header>div .category-badge,.product-group-header span.category-badge{color:#1e293b}.inventory-table{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.inventory-table::-webkit-scrollbar{height:6px}.inventory-table::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.inventory-table::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.inventory-table::-webkit-scrollbar-thumb:hover{background:#94a3b8}.inventory-table table{min-width:100%}.inventory-table th{padding:.625rem .375rem;font-size:.625rem;white-space:nowrap;letter-spacing:.3px}.inventory-table td{padding:.75rem .375rem;font-size:.75rem}.variant-badge{font-size:.75rem;padding:.3125rem .5rem;min-width:80px;border-radius:6px}.quantity-value,.quantity-input{min-width:60px;padding:.4375rem .625rem;font-size:.8125rem;height:34px;border-radius:6px}.status-badge{font-size:.625rem;padding:.25rem .5rem;white-space:nowrap;border-radius:8px}.empty-state{padding:3rem 1.5rem}.empty-state svg{width:40px;height:40px}.empty-state p{font-size:1rem}.btn-clear-filter{padding:.4375rem .875rem;font-size:.8125rem;border-radius:6px}}@media(max-width:360px){.inventory-stats-section{grid-template-columns:1fr;gap:8px}.stat-card{padding:12px 10px}.inventory-stats-section .stat-card .stat-value{font-size:20px}.inventory-stats-section .stat-card .stat-value.stock-value-amount{font-size:18px}}@media(max-width:767px)and (orientation:landscape){.inventory-stats-section{grid-template-columns:repeat(4,1fr)}.inventory-filters{flex-direction:row;flex-wrap:wrap}.search-box{flex:1 1 100%;min-width:100%}.status-filter-select,.category-filter-select,.sort-filter-select{flex:1 1 calc(50% - .5rem);min-width:calc(50% - .5rem)}}.seller-guide-section{margin-bottom:40px}.guide-section-content p{font-size:14px;color:#4a5568;line-height:1.7;margin:0 0 12px}.guide-section-content li{font-size:14px;line-height:1.7;margin-bottom:8px}.seller-guide{min-height:100vh;background:#f8fafc;padding:0;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.seller-guide-container{width:100%;max-width:100%;margin:0 auto;padding:32px;box-sizing:border-box}.guide-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:baseline;margin-bottom:32px;padding:28px 36px;background:#fff;border-radius:20px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;gap:24px;border:1px solid #E5E5E5}.header-content h1{font-size:32px;font-weight:700;color:#171717;margin:0;letter-spacing:-.8px;line-height:1.2}.search-input-wrapper{position:relative;width:100%;max-width:700px;margin:0 auto}.search-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);color:#e6a57e;font-size:22px;pointer-events:none;z-index:2}.search-input{width:100%;padding:18px 20px 18px 56px;border:2.5px solid #E6A57E;border-radius:16px;font-size:16px;color:#1a202c;background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #e6a57e26,0 1px 3px #0000001a;font-weight:500}.search-input:hover{border-color:#d4946a;box-shadow:0 4px 12px #e6a57e33,0 2px 4px #0000001a;transform:translateY(-1px)}.search-input:focus{outline:none;border-color:#d4946a;box-shadow:0 0 0 4px #e6a57e33,0 4px 16px #e6a57e40;transform:translateY(-1px)}.search-input::placeholder{color:#9ca3af;font-weight:400}.guide-footer-note{margin-top:40px}.guide-footer-content p{margin:0;font-size:14px;line-height:1.6;color:#4a5568;flex:1}.size-tables-management{min-height:100vh;background:#f8fafc;padding:32px;font-family:inherit;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.page-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:baseline;margin-bottom:32px;padding:28px 24px;background:#fff;border-radius:20px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;gap:24px;border:1px solid #E5E5E5;width:100%;max-width:100%;box-sizing:border-box}.btn-back{display:flex;align-items:center;gap:8px;background:#f5f5f5;border:1px solid #E5E5E5;padding:8px 18px;border-radius:12px;cursor:pointer;color:#404040;font-weight:600;font-size:14px;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap;justify-self:flex-start;align-self:baseline;line-height:1.5;margin:0}.btn-back:hover{background:#e5e5e5;border-color:#d4d4d4;transform:translate(-2px);color:#171717}.header-content{display:flex;align-items:center;justify-content:center;gap:16px;min-width:200px;width:100%;align-self:baseline}.header-title-group{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}.page-header h1,.header-content h1{font-size:32px;font-weight:700;color:#171717;margin:0;letter-spacing:-.8px;line-height:1.2}.page-header p,.header-content p{font-size:15px;color:#737373;margin:0;font-weight:400}.header-actions{display:flex;gap:12px;justify-content:flex-end;align-items:center;flex-wrap:nowrap;align-self:baseline}.filters-section{background:#fff;border:none;border-radius:12px;padding:0;margin-bottom:2rem;box-shadow:none;width:100%;max-width:100%;box-sizing:border-box}.filters-header{display:flex;justify-content:flex-end;align-items:center;margin-bottom:1.5rem}.filters-title{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#374151;font-size:1.1rem}.btn-clear-filters{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;font-size:.875rem;cursor:pointer;transition:all .2s}.btn-clear-filters:hover{background:#e5e7eb;color:#374151}.filters-grid{display:flex;gap:1rem;flex-wrap:wrap;align-items:flex-end;width:100%;box-sizing:border-box}.filter-group{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:12.3%;max-width:100%;box-sizing:border-box}.filter-group:first-child{flex:0 0 30.8%;min-width:19.2%;max-width:100%}.filter-group label{font-size:.75rem;font-weight:500;color:#374151}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:.75rem;color:#9ca3af;pointer-events:none}.size-tables-management .search-input-wrapper .search-input,.size-tables-management .search-input{width:100%;padding:.625rem .75rem .625rem 2.5rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;background:#fff;transition:border-color .2s}.size-tables-management .search-input-wrapper .search-input:hover,.size-tables-management .search-input:hover,.size-tables-management .search-input-wrapper .search-input:focus,.size-tables-management .search-input:focus,.size-tables-management .search-input-wrapper .search-input:focus-visible,.size-tables-management .search-input:focus-visible{outline:none;border-color:#e2e8f0;box-shadow:none}.filter-select{height:36px;padding:0 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;background:#fff;cursor:pointer;transition:border-color .2s;width:100%;min-width:0;box-sizing:border-box}.filter-select:focus{outline:none;border-color:#e6a57e;box-shadow:none}.filter-select:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.size-tables-management .stats-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin-bottom:24px;margin-left:0;margin-right:0;width:100%;max-width:100%;padding-left:0;padding-right:0;box-sizing:border-box}.size-tables-management .stats-section .stat-card{background:#fff;padding:8px .92%;border-radius:8px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0;text-align:center;height:72px;max-height:72px;min-height:72px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;width:100%}.size-tables-management .stats-section .stat-card .stat-label{font-size:13px;color:#718096;font-weight:500;line-height:1.2;margin:0 0 2px}.size-tables-management .stats-section .stat-card .stat-value{font-size:20px;font-weight:700;color:#e6a57e;margin:0;line-height:1.1}.tables-section{background:#fff;border-radius:12px;padding:1.5rem 0;box-shadow:0 1px 3px #0000001a;width:100%;max-width:100%;box-sizing:border-box}.empty-state{text-align:center;padding:4rem 2rem;color:#6b7280}.empty-state p{font-size:1.1rem;margin-bottom:1.5rem}.empty-state .btn-primary{padding:.625rem 1.25rem;font-size:.875rem;display:inline-flex;margin:0 auto}.tables-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;width:100%;box-sizing:border-box}.table-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .2s}.table-card:hover{border-color:#e6a57e;box-shadow:0 4px 12px #0000001a}.table-card.inactive{opacity:.7;border-color:#d1d5db}.table-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.table-card-header h3{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin:0 0 .75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.4;max-height:3.08rem}.table-badges{display:flex;flex-wrap:wrap;gap:.5rem}.badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500;background:transparent;border:1.5px solid #E6A57E;color:#e6a57e}.table-actions{display:flex;gap:.5rem}.btn-icon{padding:.5rem;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.btn-icon:hover{background:#e5e7eb;color:#374151}.btn-icon.btn-danger:hover{background:#fee2e2;color:#dc2626;border-color:#fca5a5}.table-description{color:#6b7280;font-size:.875rem;margin:0 0 1rem;line-height:1.5}.table-info{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.info-row{display:flex;justify-content:space-between;font-size:.875rem}.info-label{color:#6b7280;font-weight:500}.info-value{color:#1a1a1a}.table-sizes-preview{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.sizes-preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.875rem;font-weight:500;color:#374151}.sizes-count{color:#6b7280;font-weight:400}.sizes-list{display:flex;flex-wrap:nowrap;gap:.5rem;overflow:hidden;min-width:0}.size-tag{flex-shrink:0;padding:.375rem .75rem;background:#f3f4f6;border-radius:6px;font-size:.75rem;color:#374151;font-weight:500}.size-tag-more{flex-shrink:0;padding:.375rem .75rem;background:#e5e7eb;border-radius:6px;font-size:.75rem;color:#6b7280;font-weight:500}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.loading-spinner-small{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.loading-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#e6a57e;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.error-container p{color:#dc2626;margin-bottom:1rem}.btn-primary{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#e6a57e;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary:hover{background:#d4946e;transform:translateY(-1px);box-shadow:0 4px 12px #e6a57e4d}.btn-primary:active{transform:translateY(0)}@media(max-width:768px){.size-tables-management{padding:16px}.page-header{grid-template-columns:1fr;gap:16px;padding:20px;max-width:100%;margin-left:0;margin-right:0}.filters-section{max-width:100%;margin-left:0;margin-right:0;padding-left:16px;padding-right:16px}.size-tables-management .stats-section{max-width:100%;margin-left:0;margin-right:0;padding-left:0;padding-right:0}.btn-back{justify-self:flex-start}.header-content{justify-self:center}.header-actions{justify-self:flex-end}.filters-grid{flex-direction:column}.filter-group{min-width:100%;max-width:100%;flex:1 1 100%}.filter-group:first-child{min-width:100%;flex:1 1 100%}.tables-section{max-width:100%;margin-left:0;margin-right:0}.tables-grid{grid-template-columns:1fr}.size-tables-management .stats-section{grid-template-columns:repeat(2,1fr)}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.modal-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.modal-header h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0}.modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease;line-height:1}.modal-close:hover:not(:disabled){background:#f3f4f6;color:#374151}.modal-close:disabled{opacity:.5;cursor:not-allowed}.modal-body{padding:1.5rem}.modal-actions{display:flex;flex-direction:row;gap:.75rem;justify-content:flex-end;align-items:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.btn-outline{padding:.5rem .875rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:1.5px solid #d1d5db;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:36px;box-sizing:border-box;line-height:1;background:#fff;color:#374151;white-space:nowrap}.btn-outline:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;color:#1f2937}.btn-outline:disabled{opacity:.5;cursor:not-allowed}.btn-danger{padding:.5rem .875rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:1.5px solid transparent;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:36px;box-sizing:border-box;line-height:1;background:#dc2626;color:#fff;white-space:nowrap}.btn-danger:hover:not(:disabled){background:#b91c1c;box-shadow:0 4px 12px #dc26264d}.btn-danger:disabled{opacity:.5;cursor:not-allowed;background:#dc2626}.modal-warning{border-left:4px solid #F59E0B}.modal-warning .modal-header h3{color:#1a1a1a}@media(max-width:768px){.modal-content{max-width:100%;margin:1rem}.modal-actions{flex-direction:column-reverse}.btn-outline,.btn-danger,.btn-primary{width:100%}}.user-layout{min-height:100vh;display:flex;flex-direction:column;background:#fff}.user-layout-content{flex:1;width:100%}.review-form-modal-overlay{position:fixed;inset:0;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:reviewFormFadeIn .2s ease-out}@keyframes reviewFormFadeIn{0%{opacity:0}to{opacity:1}}.review-form-modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:480px;width:100%;max-height:90vh;display:flex;flex-direction:column;animation:reviewFormSlideUp .3s ease-out}@keyframes reviewFormSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.review-form-modal-header{padding:20px 24px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.review-form-modal-title{margin:0;font-size:1.25rem;font-weight:600;color:#1a1a1a}.review-form-modal-close{background:none;border:none;cursor:pointer;padding:8px;border-radius:8px;color:#6b7280;display:flex;align-items:center;justify-content:center}.review-form-modal-close:hover{background:#f3f4f6;color:#1a1a1a}.review-form-modal-body{padding:24px;overflow-y:auto;display:flex;flex-direction:column;gap:1.25rem}.review-form-field label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.review-form-field label .required{color:#dc2626}.review-form-stars{display:flex;gap:.35rem;align-items:center}.review-form-star{background:none;border:none;padding:4px;cursor:pointer;color:#d1d5db;transition:color .15s}.review-form-star:hover,.review-form-star.filled{color:#fbbf24}.review-form-star.filled{color:#f59e0b}.review-form-stars-readonly .review-form-star{cursor:default;pointer-events:none}.review-form-field-computed{padding-top:.5rem;border-top:1px solid #e5e7eb;margin-top:.25rem}.review-form-computed-hint{font-size:.75rem;color:#6b7280;margin:0 0 .5rem}.review-form-computed-value{margin-left:.5rem;font-size:.9375rem;font-weight:600;color:#374151}.review-form-textarea{width:100%;padding:12px 14px;border:1px solid #e5e7eb;border-radius:10px;font-size:.9375rem;font-family:inherit;resize:vertical;min-height:100px}.review-form-textarea:focus{outline:none;border-color:#1a1a1a;box-shadow:0 0 0 2px #1a1a1a1a}.review-form-file{width:100%;font-size:.875rem;color:#6b7280}.review-form-uploading{margin-top:.5rem;font-size:.8125rem;color:#6b7280}.review-form-error{color:#dc2626;font-size:.875rem;margin:0}.review-form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:.5rem;padding-top:8px}.review-form-btn{padding:10px 20px;border-radius:10px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:background .15s,color .15s}.review-form-btn:disabled{opacity:.6;cursor:not-allowed}.review-form-btn-secondary{background:#f3f4f6;border:1px solid #e5e7eb;color:#374151}.review-form-btn-secondary:hover:not(:disabled){background:#e5e7eb}.review-form-btn-primary{background:#1a1a1a;border:none;color:#fff}.review-form-btn-primary:hover:not(:disabled){background:#374151}.user-orders{background:#f7fafc;padding:24px;font-family:inherit;max-width:1200px;width:100%;margin:0 auto;box-sizing:border-box}.user-orders h1{font-size:28px;font-weight:700;color:#1a202c;margin:0 0 32px}.orders-filters{margin-bottom:24px}.status-filter-select{width:100%;max-width:300px;padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;background:#fff;cursor:pointer;transition:border-color .2s}.status-filter-select:focus{outline:none;border-color:#e6a57e;box-shadow:0 0 0 3px #e6a57e1a}.orders-list{display:flex;flex-direction:column;gap:16px}.order-card{background:#f7fafc;border-radius:12px;padding:20px;border:1px solid #e2e8f0;transition:all .2s}.order-card:hover{box-shadow:0 4px 12px #00000014}.order-header-info{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.order-number-date{display:flex;flex-direction:column;gap:4px}.order-number{font-size:16px;font-weight:600;color:#1a202c}.order-date{font-size:14px;color:#718096}.order-status-price{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.order-status{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:capitalize}.order-total{font-size:18px;font-weight:700;color:#1a202c}.order-items{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.order-item{display:flex;gap:12px;align-items:flex-start;position:relative}.product-thumbnail{width:60px;height:60px;object-fit:cover;border-radius:8px;border:1px solid #e2e8f0}.item-info{flex:1}.item-name{font-size:14px;font-weight:600;color:#1a202c;margin:0 0 4px}.item-seller{font-size:12px;color:#718096;margin:0}.btn-help{display:flex;align-items:center;gap:6px;background:transparent;border:1px solid #e6a57e;color:#e6a57e;font-size:13px;font-weight:600;cursor:pointer;padding:6px 12px;border-radius:6px;transition:all .2s ease;white-space:nowrap}.btn-help:hover{color:#fff;background:#e6a57e;border-color:#e6a57e}.btn-help:active{background:#d4946b;border-color:#d4946b;color:#fff}.order-card-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.btn-view-details{display:flex;align-items:center;gap:8px;background:transparent;border:none;color:#e6a57e;font-size:14px;font-weight:600;cursor:pointer;padding:8px 12px;border-radius:6px;transition:all .2s ease}.btn-view-details:hover{color:#fff;background:#e6a57e}.btn-view-details:active{background:#d4946b;color:#fff}.btn-review-order{display:flex;align-items:center;gap:8px;background:transparent;border:1px solid #e6a57e;color:#e6a57e;font-size:14px;font-weight:600;cursor:pointer;padding:8px 12px;border-radius:6px;transition:all .2s ease}.btn-review-order:hover{color:#fff;background:#e6a57e}.btn-review-order:active{background:#d4946b;border-color:#d4946b;color:#fff}.loading-state p{color:#718096;font-size:14px}.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#e53e3e}.error-state p{font-size:16px}.empty-state{text-align:center;padding:40px 20px;color:#718096}.empty-state p{font-size:16px;margin:0}.pagination-controls{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:32px;padding:24px 0}.pagination-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#4a5568;cursor:pointer;transition:all .2s ease}.pagination-btn:hover:not(:disabled){background:#e6a57e;color:#fff;border-color:#e6a57e}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-numbers{display:flex;align-items:center;gap:8px}.pagination-number{min-width:40px;height:40px;padding:0 12px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#4a5568;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.pagination-number:hover{background:#f7fafc;border-color:#e6a57e}.pagination-number.active{background:#e6a57e;color:#fff;border-color:#e6a57e;font-weight:600}.pagination-info{text-align:center;margin-top:16px;color:#718096;font-size:14px}.pagination-info p{margin:0}@media(max-width:768px){.user-orders{padding:16px}.order-header-info{flex-direction:column;gap:12px}.order-status-price{align-items:flex-start;flex-direction:row;gap:12px}.status-filter-select{max-width:100%}.order-item{flex-wrap:wrap}.btn-help{width:100%;justify-content:center;margin-top:8px}}.user-order-detail{background:#f7fafc;padding:24px;font-family:inherit;max-width:1200px;width:100%;margin:0 auto;box-sizing:border-box}.user-order-detail h1{font-size:28px;font-weight:700;color:#1a202c;margin:0 0 32px}.order-info-card{background:#f7fafc;border-radius:12px;padding:24px;margin-bottom:24px;border:1px solid #e2e8f0}.order-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.order-header h2{font-size:24px;font-weight:700;color:#1a202c;margin:0 0 8px}.order-date{font-size:14px;color:#718096;margin:0}.order-status-badge{padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;text-transform:capitalize;white-space:nowrap}.status-processing{background:#fef3c7;color:#92400e}.status-confirmed{background:#fff;color:#4a5568;border:1px solid #e2e8f0}.status-ready{background:#dbeafe;color:#1e40af}.status-shipped{background:#e0e7ff;color:#3730a3}.status-delivered,.status-completed{background:#d1fae5;color:#065f46}.status-cancelled,.status-refunded{background:#fee2e2;color:#991b1b}.status-disputed{background:#fef3c7;color:#92400e}.status-default{background:#f7fafc;color:#4a5568}.detail-section{margin-bottom:32px}.section-title{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:700;color:#1a202c;margin:0 0 20px}.items-list{display:flex;flex-direction:column;gap:16px}.detail-section-review .review-items-list{display:flex;flex-direction:column;gap:10px}.review-item-row{display:flex;align-items:center;gap:14px;padding:12px 16px;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}.review-item-thumb{width:48px;height:48px;object-fit:cover;border-radius:8px;flex-shrink:0}.review-item-name{flex:1;font-size:.9375rem;font-weight:500;color:#1a1a1a;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.review-item-badge{font-size:.8125rem;color:#059669;flex-shrink:0}.review-item-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;font-size:.8125rem;font-weight:500;color:#e6a57e;background:transparent;border:1px solid #e6a57e;border-radius:8px;cursor:pointer;transition:background .15s,color .15s;flex-shrink:0}.review-item-btn:hover{background:#e6a57e;color:#fff}.item-card{display:flex;gap:16px;background:#f7fafc;border-radius:12px;padding:20px;border:1px solid #e2e8f0}.item-image{width:120px;height:120px;object-fit:cover;border-radius:8px;border:1px solid #e2e8f0;flex-shrink:0}.item-details{flex:1}.item-name{font-size:18px;font-weight:600;color:#1a202c;margin:0 0 12px}.item-specs{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.spec-badge{background:#fff;color:#4a5568;padding:4px 12px;border-radius:6px;font-size:12px;font-weight:500;border:1px solid #e2e8f0}.item-pricing{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;border-top:1px solid #e2e8f0}.item-quantity{font-size:14px;color:#718096}.item-price{font-size:18px;font-weight:700;color:#1a202c}.item-notes{margin-top:12px;padding-top:12px;border-top:1px solid #e2e8f0;font-size:14px;color:#4a5568;line-height:1.5}.item-notes strong{color:#1a202c}.summary-card{background:#f7fafc;border-radius:12px;padding:20px;border:1px solid #e2e8f0}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;font-size:16px;color:#4a5568}.summary-row:not(:last-child){border-bottom:1px solid #e2e8f0}.summary-row.discount{color:#10b981}.summary-row.total{font-size:20px;font-weight:700;color:#1a202c;margin-top:8px;padding-top:16px;border-top:2px solid #e2e8f0}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.info-item{display:flex;flex-direction:column;gap:8px}.info-item label{font-size:12px;font-weight:600;color:#718096;text-transform:uppercase;letter-spacing:.5px}.info-item span{font-size:16px;color:#1a202c;font-weight:500}.payment-status{padding:4px 12px;border-radius:6px;font-size:14px;font-weight:600;display:inline-block}.payment-status.pending{background:#fef3c7;color:#92400e}.payment-status.paid{background:#d1fae5;color:#065f46}.payment-status.failed,.payment-status.refunded{background:#fee2e2;color:#991b1b}.address-card{background:#f7fafc;border-radius:12px;padding:20px;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:16px}.address-info-item{display:flex;flex-direction:column;gap:4px}.address-info-item label{font-size:12px;font-weight:600;color:#718096;text-transform:uppercase;letter-spacing:.5px}.address-info-item span{font-size:16px;color:#1a202c;font-weight:500}.address-card.address-empty{background:#fefce8;border-color:#fef08a}.address-empty-message{font-size:16px;color:#854d0e;font-weight:500;margin:0 0 8px}.address-empty-hint{font-size:14px;color:#a16207;margin:0;line-height:1.4}.seller-card{background:#f7fafc;border-radius:12px;padding:20px;border:1px solid #e2e8f0}.seller-info{display:flex;align-items:center;gap:16px}.seller-info h4{font-size:18px;font-weight:600;color:#1a202c;margin:0}.seller-image{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid #e2e8f0}.notes-card{background:#f7fafc;border-radius:12px;padding:20px;border:1px solid #e2e8f0;margin-bottom:16px}.notes-card h4{font-size:16px;font-weight:600;color:#1a202c;margin:0 0 12px}.notes-card p{font-size:14px;color:#4a5568;line-height:1.6;margin:0}.loading-state,.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px;text-align:center}.error-state h2{font-size:24px;color:#e53e3e;margin:0 0 12px}.error-state p{font-size:16px;color:#718096;margin:0 0 24px}.empty-message{text-align:center;padding:40px 20px;color:#718096;font-size:16px}@media(max-width:768px){.user-order-detail{padding:16px}.order-header{flex-direction:column;align-items:flex-start}.item-card{flex-direction:column}.item-image{width:100%;height:200px}.info-grid{grid-template-columns:1fr}.seller-info{flex-direction:column;text-align:center}}.order-status-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#f5f7fa,#e9ecef)}.status-container{background:#fff;border-radius:16px;padding:3rem 2rem;max-width:600px;width:100%;box-shadow:0 10px 40px #0000001a;text-align:center;animation:slideUp .5s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.status-loading{padding:4rem 2rem}.loading-spinner{width:48px;height:48px;border:4px solid #f3f3f3;border-top:4px solid #4A90E2;border-radius:50%;margin:0 auto 1.5rem;animation:spin 1s linear infinite}.status-icon{margin-bottom:1.5rem;display:flex;justify-content:center}.status-success .status-icon{color:#28a745}.status-pending .status-icon{color:#ffc107}.status-error .status-icon{color:#dc3545}.status-cancelled .status-icon{color:#6c757d}.status-title{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#2c3e50}.status-message{font-size:1.125rem;color:#495057;margin-bottom:.5rem}.status-description{font-size:.9375rem;color:#6c757d;margin-bottom:2rem;line-height:1.6}.order-info{background:#f8f9fa;border-radius:8px;padding:1.5rem;margin-bottom:2rem;text-align:left}.info-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e9ecef}.info-item:last-child{border-bottom:none}.info-label{font-weight:600;color:#495057;font-size:.875rem}.info-value{color:#6c757d;font-size:.875rem;font-family:Courier New,monospace}.status-actions{display:flex;flex-direction:column;gap:1rem;align-items:center}.btn-primary,.btn-secondary,.btn-text{padding:.875rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;width:100%;max-width:350px}.btn-primary{background:#4a90e2;color:#fff}.btn-primary:hover{background:#357abd;transform:translateY(-2px);box-shadow:0 4px 12px #4a90e24d}.btn-secondary{background:#fff;color:#4a90e2;border:2px solid #4A90E2}.btn-secondary:hover{background:#4a90e2;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #4a90e233}.btn-text{background:transparent;color:#6c757d;padding:.5rem 1rem}.btn-text:hover{color:#495057;text-decoration:underline}@media(max-width:768px){.order-status-page{padding:1rem}.status-container{padding:2rem 1.5rem}.status-title{font-size:1.5rem}.status-message{font-size:1rem}.btn-primary,.btn-secondary,.btn-text{font-size:.9375rem}}.user-addresses{background:#f7fafc;padding:24px;font-family:inherit;max-width:1200px;width:100%;margin:0 auto;box-sizing:border-box;overflow-x:hidden;position:relative}.user-addresses h1{font-size:28px;font-weight:700;color:#1a202c;margin:0 0 32px}.page-actions{margin-bottom:32px}.btn-add-address{display:flex;align-items:center;gap:8px;background:#e6a57e;color:#fff;border:none;padding:12px 20px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-add-address:hover{background:#d4946e;transform:translateY(-1px);box-shadow:0 2px 8px #e6a57e4d}.addresses-list{display:flex;flex-direction:column;gap:20px}.address-card{position:relative;background:#fff;border-radius:12px;padding:24px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;transition:all .2s}.address-card:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}.address-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.address-label-section{display:flex;align-items:flex-start;gap:12px;flex:1}.address-icon{color:#e6a57e;flex-shrink:0;margin:2px 0 0;padding:0}.address-label-section>div{display:flex;flex-direction:column}.address-label{font-size:18px;font-weight:700;color:#1a202c;margin:0 0 4px;line-height:1.2;padding:0}.default-badge{position:absolute;top:16px;right:16px;display:inline-block;background:#d1fae5;color:#065f46;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;z-index:10;min-width:120px;text-align:center;box-sizing:border-box}.btn-set-default-badge{position:absolute;top:16px;right:16px;display:inline-block;background:#e6a57e;color:#fff;border:none;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s;z-index:10;white-space:nowrap;min-width:120px;text-align:center;box-sizing:border-box}.btn-set-default-badge:hover{background:#d4946e;transform:translateY(-1px);box-shadow:0 2px 6px #e6a57e4d}.address-actions{display:flex;gap:8px}.btn-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#f7fafc;color:#4a5568;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s}.btn-icon:hover{background:#edf2f7;border-color:#cbd5e0}.btn-icon-danger{color:#e53e3e}.btn-icon-danger:hover{background:#fee2e2;border-color:#fecaca}.address-details{margin-bottom:20px;padding-top:20px;border-top:1px solid #e2e8f0}.address-text{font-size:15px;color:#4a5568;line-height:1.7;margin:0 0 10px}.address-recipient{font-size:14px;color:#718096;margin:0;font-weight:500}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;padding:40px 20px}.empty-icon{color:#cbd5e0;margin-bottom:24px}.empty-state h2{font-size:24px;color:#1a202c;margin:0 0 12px}.empty-state p{font-size:16px;color:#718096;margin:0 0 32px}.btn-primary{display:flex;align-items:center;gap:8px;background:#e6a57e;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;font-size:16px;cursor:pointer;transition:all .2s}.btn-primary:hover{background:#d4946e}.fab:hover{background:#d4946e;box-shadow:0 6px 16px #e6a57e80;transform:scale(1.05)}@media(max-width:768px){.user-addresses{padding:16px}.btn-add-address{width:100%;justify-content:center}.address-header{flex-direction:column;gap:12px}.address-actions{align-self:flex-end}.fab{bottom:24px;right:24px;width:48px;height:48px}.address-card{padding:20px}}.user-address-form{background:#f7fafc;padding:24px;font-family:inherit;max-width:1200px;width:100%;margin:0 auto;box-sizing:border-box}.page-header{display:flex;align-items:center;gap:16px;margin-bottom:32px}.btn-back{display:flex;align-items:center;gap:8px;background:none;border:1px solid #e2e8f0;color:#4a5568;padding:8px 16px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s}.btn-back:hover{background:#f7fafc;border-color:#cbd5e0;color:#1a202c}.user-address-form h1{font-size:28px;font-weight:700;color:#1a202c;margin:0 0 32px}.page-header h1{margin:0}.address-form{background:#fff;border-radius:12px;padding:32px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a}.form-group{margin-bottom:24px}.form-label{display:block;font-size:14px;font-weight:600;color:#1a202c;margin-bottom:8px}.optional{color:#718096;font-weight:400;font-size:12px}.form-input,.form-select{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:16px;color:#1a202c;background:#fff;transition:all .2s;font-family:inherit}.form-input:focus,.form-select:focus{outline:none;border-color:#e6a57e;box-shadow:0 0 0 3px #e6a57e1a}.form-input::placeholder{color:#a0aec0}.form-input:disabled,.form-select:disabled{background:#f7fafc;color:#718096;cursor:not-allowed}.form-input.error,.form-select.error{border-color:#e53e3e}.cep-input-wrapper{position:relative;display:flex;align-items:center}.cep-input-wrapper .form-input{padding-right:40px}.cep-loading-icon{position:absolute;right:12px;color:#e6a57e;animation:spin 1s linear infinite;pointer-events:none}.cep-hint{display:block;font-size:12px;color:#718096;margin-top:4px;font-style:italic}.checkbox-group{margin-bottom:32px}.form-group.checkbox-group .checkbox-label{display:flex!important;align-items:center!important;gap:12px!important;cursor:pointer!important;font-size:16px!important;color:#1a202c!important;justify-content:flex-start!important;flex-direction:row!important;width:100%!important;margin:0!important;padding:0!important}.form-group.checkbox-group .checkbox-label input[type=checkbox].checkbox-input{flex-shrink:0!important;margin:0!important;order:1!important;width:20px!important;height:20px!important;cursor:pointer!important}.form-group.checkbox-group .checkbox-label span{flex:0 0 auto!important;order:2!important;text-align:left!important;margin:0!important;padding:0!important}.form-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:24px;border-top:1px solid #e2e8f0}.btn-cancel{display:flex;align-items:center;gap:8px;background:#fff;color:#4a5568;border:1px solid #e2e8f0;padding:14px 32px;border-radius:8px;font-weight:600;font-size:16px;cursor:pointer;transition:all .2s}.btn-cancel:hover{background:#f7fafc;border-color:#cbd5e0;color:#1a202c}@media(max-width:768px){.user-address-form{padding:16px}.page-header{flex-direction:column;align-items:flex-start;gap:12px}.btn-back{width:100%;justify-content:center}.user-address-form h1{font-size:24px}.address-form{padding:24px 20px}.form-actions{flex-direction:column}.btn-cancel,.btn-submit{width:100%;justify-content:center}}.user-personal-data{background:#f7fafc;padding:24px;font-family:inherit;max-width:1200px;width:100%;margin:0 auto;box-sizing:border-box;text-align:left}.user-personal-data h1{font-size:28px;font-weight:700;color:#1a202c;margin:0 0 32px}.personal-data-form{background:#fff;border-radius:12px;padding:32px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;text-align:left;display:flex;flex-direction:column;align-items:stretch}.form-section{margin-bottom:40px;width:100%;display:flex;flex-direction:column;align-items:stretch}.form-section:last-of-type{margin-bottom:0}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:0}.form-row .user-personal-data .form-group{margin-bottom:24px}.section-header{display:flex;align-items:flex-start;justify-content:flex-start;gap:12px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e2e8f0}.section-icon{color:#e6a57e;flex-shrink:0;margin-top:4.5px}.section-title{font-size:18px;font-weight:700;color:#1a202c;margin:0;text-align:left;line-height:1.4}.user-personal-data .form-group{display:block;margin-bottom:24px;text-align:left}.user-personal-data .form-group:last-child{margin-bottom:0}.user-personal-data .form-label{display:block;font-size:14px;font-weight:600;color:#1a202c;margin-bottom:8px;text-align:left}.required{color:#e53e3e}.user-personal-data .form-input{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:16px;color:#1a202c;background:#fff;transition:all .2s;font-family:inherit;text-align:left}.user-personal-data select.form-input{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%234a5568' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px;text-align:left}.user-personal-data .form-input:focus{outline:none;border-color:#e6a57e;box-shadow:0 0 0 3px #e6a57e1a}.user-personal-data .form-input::placeholder{color:#a0aec0}.user-personal-data .form-input.readonly{background:#f7fafc;color:#718096;cursor:not-allowed}.user-personal-data .form-input.error{border-color:#e53e3e}.error-message{display:block;font-size:12px;color:#e53e3e;margin-top:4px}.field-hint{font-size:12px;color:#718096;margin-top:4px;margin-bottom:0}.checkbox-group{margin-bottom:0}.checkbox-label{display:flex;align-items:center;gap:12px;cursor:pointer;font-size:16px;color:#1a202c}.checkbox-input{width:20px;height:20px;cursor:pointer;accent-color:#e6a57e}.message{padding:12px 16px;border-radius:8px;margin-bottom:24px;font-size:14px;font-weight:500}.message.success{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.message.error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.form-actions{display:flex;justify-content:flex-end;padding-top:24px;border-top:1px solid #e2e8f0;margin-top:32px}.btn-submit{display:flex;align-items:center;gap:8px;background:#e6a57e;color:#fff;border:none;padding:14px 32px;border-radius:8px;font-weight:600;font-size:16px;cursor:pointer;transition:all .2s}.btn-submit:hover:not(:disabled){background:#d4946e}.btn-submit:disabled{background:#cbd5e0;cursor:not-allowed}.loading-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #e6a57e;border-radius:50%;animation:spin 1s linear infinite}.account-actions-section{margin-top:40px;padding:32px;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a}.account-actions{display:flex;gap:16px;margin-bottom:16px;flex-wrap:wrap}.btn-home{display:flex;align-items:center;gap:8px;background:#e6a57e;color:#fff;border:1px solid #e6a57e;padding:12px 24px;border-radius:8px;font-weight:600;font-size:16px;cursor:pointer;transition:all .2s}.btn-home:hover{background:#d4946e;border-color:#d4946e}.btn-logout{display:flex;align-items:center;gap:8px;background:#fff;color:#4a5568;border:1px solid #e2e8f0;padding:12px 24px;border-radius:8px;font-weight:600;font-size:16px;cursor:pointer;transition:all .2s}.btn-logout:hover{background:#f7fafc;border-color:#cbd5e0;color:#2d3748}.btn-delete-account{display:flex;align-items:center;gap:8px;background:#fee2e2;color:#991b1b;border:1px solid #fecaca;padding:12px 24px;border-radius:8px;font-weight:600;font-size:16px;cursor:pointer;transition:all .2s}.btn-delete-account:hover:not(:disabled){background:#fecaca;border-color:#fca5a5;color:#7f1d1d}.btn-delete-account:disabled{background:#e5e7eb;color:#9ca3af;border-color:#d1d5db;cursor:not-allowed}.account-actions-warning{background:#fef3c7;border:1px solid #fde68a;border-radius:8px;padding:16px;margin-top:16px}.warning-text{font-size:14px;color:#92400e;margin:0;line-height:1.5}.warning-text strong{font-weight:700}@media(max-width:768px){.user-personal-data{padding:16px}.personal-data-form{padding:24px 20px}.form-row{grid-template-columns:1fr;gap:0}.form-actions{flex-direction:column}.btn-submit{width:100%;justify-content:center}.account-actions{flex-direction:column}.btn-home,.btn-logout,.btn-delete-account{width:100%;justify-content:center}}.user-support{min-height:100vh;background:#f5f4ef;padding:0;width:100%;max-width:100%;font-family:inherit;box-sizing:border-box;overflow-x:hidden}.user-support-container{width:100%;max-width:1200px;margin:0 auto;padding:clamp(12px,2.5%,32px);box-sizing:border-box}.user-support .user-support-container>h1{font-size:28px;font-weight:700;color:#171717;margin:0 0 32px}.user-support .search-section{margin-bottom:32px;margin-left:0;margin-right:auto;width:100%;max-width:100%}.user-support .search-input-wrapper{position:relative;margin-bottom:0;margin-left:0;margin-right:auto;width:100%;max-width:75%}.user-support .search-input-wrapper .search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#737373;font-size:20px;z-index:1}.user-support .search-input-wrapper .search-input{width:100%;max-width:75%;margin-left:0;margin-right:0;padding:14px 16px 14px 48px;border:2px solid #E5E5E5;border-radius:12px;font-size:16px;background-color:#fff;color:#171717;font-weight:500;transition:all .2s;box-shadow:0 2px 4px #00000014;text-align:left}.user-support .search-input-wrapper .search-input::placeholder{color:#737373;font-weight:400}.user-support .search-input-wrapper .search-input:hover{border-color:#e6a57e;box-shadow:0 2px 8px #e6a57e1a}.user-support .search-input-wrapper .search-input:focus{outline:none;border-color:#e6a57e;border-width:2px;box-shadow:0 0 0 4px #e6a57e26,0 4px 12px #e6a57e4d;background-color:#fff}.user-support .search-bar{position:relative;display:flex;align-items:center;background:#fff;border:2px solid #E5E5E5;border-radius:12px;padding:12px 16px 12px 48px;box-shadow:0 2px 4px #00000014}.user-support .search-bar .search-icon{color:#737373;margin-right:12px;flex-shrink:0}.user-support .search-bar .search-input{flex:1;border:none;outline:none;font-size:16px;color:#171717;background:transparent}.user-support .search-bar .search-input::placeholder{color:#737373}.user-support .faq-section{margin-bottom:40px}.user-support .section-title{font-size:clamp(18px,1.8vw,20px);font-weight:700;color:#171717;margin:0 0 20px}.user-support .faq-categories{display:flex;flex-direction:column;gap:16px}.user-support .faq-category{background:#fff;border:2px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .2s}.user-support .faq-category:hover{border-color:transparent;box-shadow:0 2px 8px #e6a57e1a}.user-support .faq-category-header{width:100%;display:flex;align-items:center;gap:16px;padding:18px 24px;background:none;border:none;border-left:4px solid #E6A57E;cursor:pointer;text-align:left;transition:background-color .2s}.user-support .faq-category-header:hover{background-color:#f7fafc}.user-support .faq-category-icon{display:flex;align-items:center;justify-content:center;color:#e6a57e;flex-shrink:0}.user-support .faq-category-name{flex:1;font-size:16px;font-weight:600;color:#1a202c}.user-support .faq-chevron{display:flex;align-items:center;justify-content:center;color:#e6a57e;flex-shrink:0;transition:transform .2s}.user-support .faq-questions{padding:8px 36px 24px;border-top:1px solid #e2e8f0;background-color:#f9fafb}.user-support .faq-empty{padding:24px;text-align:center;color:#718096;font-size:14px}.user-support .faq-question-item{margin-top:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;transition:all .2s}.user-support .faq-question-item:first-child{margin-top:0}.user-support .faq-question-item:not(:first-child){margin-top:12px}.user-support .faq-question-item:hover{border-color:#e6a57e}.user-support .faq-question-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 24px 16px 8px;background:none;border:none;cursor:pointer;text-align:left;transition:background-color .2s}.user-support .faq-question-header:hover{background-color:#f7fafc}.user-support .faq-question-text{flex:1;font-size:15px;font-weight:500;color:#2d3748;line-height:1.5}.user-support .faq-answer{padding:18px 36px 20px 24px;background-color:#fff;border-top:1px solid #e2e8f0;animation:slideDown .2s ease-out}.user-support .faq-answer p{margin:0;font-size:14px;color:#4a5568;line-height:1.8;white-space:pre-line}.user-support .faq-answer ul{margin:12px 0;padding-left:24px;list-style:none}.user-support .faq-answer ul li{margin:10px 0;line-height:1.7;color:#4a5568;position:relative;padding-left:20px}.user-support .faq-answer ul li:before{content:"•";color:#e6a57e;font-weight:700;position:absolute;left:0;font-size:18px}.user-support .faq-link{color:#e6a57e;text-decoration:underline;font-weight:500;transition:color .2s}.user-support .faq-link:hover{color:#d4945f}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.user-support .tickets-section{margin-bottom:32px}.user-support .section-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.user-support .status-filters{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px;justify-content:space-between;align-items:center}.user-support .status-filters .btn-view-all{margin-left:auto}.user-support .status-filters .btn-new-ticket{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#e6a57e;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.user-support .status-filters .btn-new-ticket:hover{background:#d4946b;transform:translateY(-1px);box-shadow:0 2px 8px #e6a57e4d}.user-support .filter-btn{padding:8px 16px;border:2px solid #E5E5E5;background:#fff;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;color:#404040}.user-support .filter-btn:hover{border-color:#e6a57e;color:#e6a57e}.user-support .filter-btn.active{background:#e6a57e;border-color:#e6a57e;color:#fff}.user-support .btn-view-all{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#fff;border:2px solid #E6A57E;border-radius:8px;font-size:14px;font-weight:600;color:#e6a57e;cursor:pointer;transition:all .2s}.user-support .btn-view-all:hover{background:#e6a57e;color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #e6a57e4d}.user-support .tickets-list{display:flex;flex-direction:column;gap:16px}.user-support .ticket-card{background:#fff;border:2px solid #E5E5E5;border-radius:16px;padding:clamp(12px,2vw,24px);cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #0000000d}.user-support .ticket-card:hover{border-color:#e6a57e;transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.user-support .ticket-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:12px}.user-support .ticket-info{flex:1}.user-support .ticket-subject{font-size:clamp(16px,1.6vw,18px);font-weight:600;color:#171717;margin:0 0 4px}.user-support .ticket-number{font-size:14px;color:#737373;margin:0}.user-support .ticket-status{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap}.user-support .status-open{background:#dbeafe;color:#1d4ed8}.user-support .status-progress,.user-support .status-waiting{background:#fef3c7;color:#b45309}.user-support .status-resolved{background:#d1fae5;color:#047857}.user-support .status-closed{background:#e5e5e5;color:#404040}.user-support .ticket-description{font-size:14px;color:#404040;line-height:1.6;margin:0 0 16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.user-support .ticket-footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:none}.user-support .ticket-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.user-support .category-tag{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;color:#a67245;background:#ffe8dc}.user-support .ticket-date{font-size:12px;color:#737373}.user-support .empty-state{text-align:center;padding:clamp(40px,8%,64px) clamp(24px,5%,40px);background:#fff;border-radius:20px;border:2px dashed #E5E5E5}.user-support .empty-state p{font-size:18px;color:#737373;margin:0 0 24px}.user-support .btn-primary{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#e6a57e;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #e6a57e4d}.user-support .btn-primary:hover{background:#d4946b;transform:translateY(-2px);box-shadow:0 6px 16px #e6a57e66}.fab{position:fixed;bottom:32px;right:32px;width:56px;height:56px;background:#e6a57e;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #e6a57e66;transition:all .2s;z-index:100}.fab:hover{background:#d4946b;box-shadow:0 6px 16px #e6a57e80;transform:scale(1.05)}.user-support .loading-spinner{width:40px;height:40px;border:4px solid #E5E5E5;border-top:4px solid #E6A57E;border-radius:50%;animation:spin 1s linear infinite}@media(max-width:768px){.user-support-container{padding:16px}.user-support .user-support-container>h1,.user-support h1{font-size:24px}.user-support .ticket-header{flex-direction:column;align-items:flex-start}.user-support .ticket-status{align-self:flex-end}.fab{bottom:24px;right:24px;width:48px;height:48px}}.ticket-detail-view{max-width:1200px;width:100%;margin:0 auto}.ticket-detail-header{display:flex;align-items:center;gap:16px;margin-bottom:32px;padding:28px 36px;background:#fff;border-radius:20px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;border:1px solid #E5E5E5}.back-button{display:flex;align-items:center;gap:8px;background:#f5f5f5;border:1px solid #E5E5E5;padding:8px 18px;border-radius:12px;cursor:pointer;color:#404040;font-weight:600;font-size:14px;transition:all .2s}.back-button:hover{background:#e5e5e5;border-color:#d4d4d4;transform:translate(-2px)}.ticket-detail-header h1{flex:1;margin:0}.header-spacer{flex:1}.ticket-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:24px}.user-support .ticket-info-card{background:#fff;border-radius:16px;padding:32px;border:2px solid #E5E5E5;box-shadow:0 4px 16px #0000000d}.ticket-header-info{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;flex-wrap:wrap;gap:16px}.user-support .ticket-header-info h2{font-size:clamp(20px,2.2vw,24px);font-weight:700;color:#171717;margin:0 0 12px}.ticket-meta{display:flex;gap:8px;flex-wrap:wrap}.status-badge,.category-badge{display:inline-block;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}.ticket-actions{display:flex;gap:12px;flex-wrap:wrap}.btn-resolved{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#10b981;color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.btn-resolved:hover{background:#059669;transform:translateY(-1px)}.btn-delete{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#ef4444;color:#fff;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.btn-delete:hover{background:#dc2626;transform:translateY(-1px)}.user-support .ticket-description-section{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #E5E5E5}.user-support .ticket-description-section h3{font-size:16px;font-weight:600;color:#404040;margin:0 0 12px}.user-support .ticket-description-section p{color:#404040;line-height:1.6;margin:0}.user-support .ticket-dates-section{color:#737373;font-size:14px}.ticket-dates-section p{margin:8px 0}.user-support .ticket-resolution{margin-top:24px;padding-top:24px;border-top:1px solid #E5E5E5}.user-support .ticket-resolution h3{font-size:16px;font-weight:600;color:#404040;margin:0 0 12px}.user-support .ticket-resolution p{color:#404040;line-height:1.6;margin:0}.user-support .messages-section{background:#fff;border-radius:16px;padding:32px;border:2px solid #E5E5E5;box-shadow:0 4px 16px #0000000d}.user-support .messages-section h3{font-size:20px;font-weight:700;color:#171717;margin:0 0 24px}.user-support .messages-list::-webkit-scrollbar-track{background:#f5f5f5;border-radius:10px}.user-support .messages-list::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:10px}.user-support .messages-list::-webkit-scrollbar-thumb:hover{background:#a3a3a3}.user-support .message{margin-bottom:16px;padding:16px;border-radius:12px;border:2px solid #E5E5E5}.user-support .user-message{background:#eff6ff;border-color:#93c5fd;margin-left:32px}.user-support .support-message{background:#fafafa;border-color:#e5e5e5;margin-right:32px}.user-support .message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.user-support .message-header strong{font-size:14px;font-weight:600;color:#404040}.user-support .message-header span{font-size:12px;color:#737373}.user-support .message-content{color:#404040;line-height:1.6;white-space:pre-wrap}.user-support .no-messages{text-align:center;padding:32px;color:#737373;font-style:italic}.user-support .new-message-form{display:flex;gap:12px;align-items:flex-end}.user-support .new-message-form textarea{flex:1;padding:12px 16px;border:2px solid #E5E5E5;border-radius:12px;font-size:16px;font-family:inherit;resize:vertical;min-height:80px;transition:border-color .2s;background:#fff;color:#171717}.user-support .new-message-form textarea:focus{outline:none;border-color:#e6a57e}.user-support .btn-send{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#e6a57e;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #e6a57e4d;white-space:nowrap}.user-support .btn-send:hover:not(:disabled){background:#d4946b;transform:translateY(-2px);box-shadow:0 6px 16px #e6a57e66}.user-support .btn-send:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.ticket-detail-header{padding:16px}.ticket-detail-content{grid-template-columns:1fr}.ticket-header-info{flex-direction:column}.ticket-actions{width:100%}.btn-resolved,.btn-delete{flex:1;justify-content:center}.user-message,.support-message{margin-left:0;margin-right:0}.new-message-form{flex-direction:column}.btn-send{width:100%;justify-content:center}}.user-support-tickets{min-height:100vh;background:#f5f4ef;padding:0;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden;font-family:inherit}.user-support-tickets .tickets-container{width:100%;max-width:1200px;margin:0 auto;padding:clamp(12px,2.5%,32px);box-sizing:border-box}.user-support-tickets .tickets-header{display:flex;align-items:flex-start;gap:clamp(12px,2%,24px);margin-bottom:clamp(20px,2.5%,32px);padding:clamp(20px,2.5%,28px) clamp(24px,3%,36px);background:#fff;border-radius:20px;box-shadow:0 1px 3px #0000000d,0 1px 2px #0000001a;border:1px solid #E5E5E5}.user-support-tickets .btn-back{display:flex;align-items:center;gap:8px;background:#f5f5f5;border:1px solid #E5E5E5;padding:10px 18px;border-radius:12px;cursor:pointer;color:#404040;font-weight:600;font-size:14px;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap;line-height:1.5;margin:0}.user-support-tickets .btn-back:hover{background:#e5e5e5;border-color:#d4d4d4;transform:translate(-2px);color:#171717}.header-content{flex:1;display:flex;flex-direction:column;gap:8px}.user-support-tickets .tickets-title{font-size:clamp(22px,2.8vw,32px);font-weight:700;color:#171717;margin:0;letter-spacing:-.8px;line-height:1.2}.user-support-tickets .tickets-subtitle{font-size:clamp(14px,1.4vw,16px);color:#737373;margin:0}.user-support-tickets .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(120px,15%),1fr));gap:clamp(8px,1%,16px);margin-bottom:clamp(16px,2%,24px)}.user-support-tickets .stats-grid .stat-card{background:#fff;border-radius:8px;padding:clamp(8px,.8%,12px) clamp(12px,1.2%,16px);border:1px solid #E5E5E5;font-size:14px;font-weight:500;color:#404040;text-align:center;min-height:0;height:auto;box-shadow:0 1px 3px #00000014}.user-support-tickets .filters-section{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:clamp(8px,1.5%,16px);margin-bottom:clamp(16px,2%,24px);padding:clamp(8px,1%,12px) clamp(12px,1.5%,16px);padding-left:12px;background:#fff;border-radius:8px;border:1px solid #E5E5E5;width:100%;box-sizing:border-box;overflow:visible}.user-support-tickets .filters-section .filter-group{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:nowrap;min-width:0;width:auto;flex:0 0 auto;margin-left:0}.user-support-tickets .filter-label{font-size:12px;font-weight:600;color:#404040;white-space:nowrap;flex-shrink:0;margin:0}.user-support-tickets .filter-tabs{display:flex;gap:6px;flex-wrap:wrap;text-align:right}.user-support-tickets .filter-tab{padding:5px 10px;background:#fff;border:1px solid #E5E5E5;border-radius:6px;font-weight:500;font-size:12px;color:#404040;cursor:pointer;transition:all .2s;white-space:nowrap;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.user-support-tickets .filter-tab:hover{background:#fafafa;border-color:#d4d4d4}.user-support-tickets .filter-tab.active{background:#e6a57e;color:#fff;border-color:#e6a57e}.user-support-tickets .filters-section .search-input-wrapper{position:relative;flex:0 1 70%;width:70%;min-width:90px;max-width:none}.user-support-tickets .filters-section .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#737373;z-index:1;pointer-events:none}.user-support-tickets .filters-section .search-input{border:1px solid #E5E5E5;border-radius:6px;padding:clamp(5px,.5%,8px) clamp(8px,1%,12px);padding-left:36px;outline:none;font-size:clamp(11px,1.1vw,13px);color:#171717;background:#f9f9f9;font-weight:500;width:100%}.user-support-tickets .filters-section .search-input:focus{border-color:#e6a57e;background:#fff}.user-support-tickets .filters-section .search-input::placeholder{color:#737373}.user-support-tickets .tickets-list{display:flex;flex-direction:column;gap:clamp(12px,1.5%,20px);margin-bottom:clamp(20px,2.5%,32px)}.user-support-tickets .ticket-card{background:#fff;border-radius:16px;padding:24px;border:2px solid #E5E5E5;box-shadow:0 2px 8px #0000000d;transition:all .2s}.user-support-tickets .ticket-card:hover{border-color:#e6a57e;transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.user-support-tickets .ticket-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:12px}.user-support-tickets .ticket-info{flex:1}.user-support-tickets .ticket-subject{font-size:18px;font-weight:600;color:#171717;margin:0 0 4px}.user-support-tickets .ticket-number{font-size:14px;color:#737373;margin:0}.user-support-tickets .ticket-status{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px}.user-support-tickets .status-open{background:#dbeafe;color:#1d4ed8}.user-support-tickets .status-progress,.user-support-tickets .status-waiting{background:#fef3c7;color:#b45309}.user-support-tickets .status-resolved{background:#d1fae5;color:#047857}.user-support-tickets .status-closed{background:#e5e5e5;color:#404040}.user-support-tickets .ticket-description{font-size:14px;color:#404040;line-height:1.6;margin:0 0 16px;padding-bottom:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.user-support-tickets .ticket-footer{display:flex;justify-content:space-between;align-items:center;padding-top:0;border-top:none;flex-wrap:wrap;gap:12px}.user-support-tickets .ticket-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.user-support-tickets .ticket-date{font-size:12px;color:#737373}.user-support-tickets .ticket-category{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;background:#ffe8dc;color:#a67245}.user-support-tickets .ticket-actions{display:flex;gap:8px;flex-wrap:wrap}.btn-view,.btn-resolved,.btn-delete{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s;border:none}.user-support-tickets .btn-view{background:#e6a57e;color:#fff}.user-support-tickets .btn-view:hover{background:#d4946b;transform:translateY(-1px)}.user-support-tickets .btn-resolved{padding:10px 20px;border-radius:12px;background:#10b981;color:#fff}.user-support-tickets .btn-resolved:hover:not(:disabled){background:#059669;transform:translateY(-1px)}.user-support-tickets .btn-resolved:disabled{background:#e5e5e5;color:#737373;cursor:not-allowed;transform:none}.user-support-tickets .btn-delete{padding:10px 20px;border-radius:12px;background:#ef4444;color:#fff}.user-support-tickets .btn-delete:hover{background:#dc2626;transform:translateY(-1px)}.user-support-tickets .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:clamp(40px,8%,64px) clamp(24px,5%,40px);background:#fff;border-radius:20px;border:2px dashed #E5E5E5;min-height:280px;max-width:420px;margin:0 auto;box-shadow:0 2px 8px #0000000a}.user-support-tickets .empty-state p{font-size:18px;color:#737373;margin:0 0 24px}.user-support-tickets .user-support-tickets .btn-primary{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#e6a57e;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #e6a57e4d}.user-support-tickets .btn-primary:hover{background:#d4946b;transform:translateY(-2px);box-shadow:0 6px 16px #e6a57e66}.fab{position:fixed;bottom:32px;right:32px;width:56px;height:56px;background:linear-gradient(135deg,#e6a57e,#d4945f);color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #e6a57e66;transition:all .2s;z-index:100}.fab:hover{box-shadow:0 6px 16px #e6a57e80;transform:scale(1.05)}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:16px}.user-support-tickets .loading-spinner{width:40px;height:40px;border:4px solid #E5E5E5;border-top:4px solid #E6A57E;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.user-support-tickets .ticket-detail-card{background:#fff;border-radius:16px;padding:24px;border:1px solid #E5E5E5;box-shadow:0 2px 8px #0000000f;margin-bottom:24px}.user-support-tickets .ticket-detail-card .ticket-detail-top-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px 24px;padding:16px 20px;background:#fafafa;border-radius:12px;margin-bottom:20px}.user-support-tickets .ticket-detail-card .ticket-detail-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px 24px}.user-support-tickets .ticket-detail-card .ticket-detail-meta-row{display:flex;align-items:center;gap:8px}.user-support-tickets .ticket-detail-card .ticket-detail-label{font-size:12px;font-weight:600;color:#737373;text-transform:uppercase;letter-spacing:.4px}.user-support-tickets .ticket-detail-card .ticket-detail-value{font-size:14px;color:#404040;font-weight:500}.user-support-tickets .ticket-detail-card .ticket-detail-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center;flex-shrink:0}.user-support-tickets .ticket-detail-card .ticket-detail-actions+.ticket-description-section{margin-top:0}.user-support-tickets .ticket-detail-card .ticket-description-section,.user-support-tickets .ticket-detail-card .ticket-resolution-section{margin-bottom:24px}.user-support-tickets .ticket-detail-card .ticket-resolution-section{padding-top:20px;border-top:1px solid #E5E5E5}.user-support-tickets .ticket-detail-card .ticket-detail-section-title{font-size:14px;font-weight:600;color:#737373;text-transform:uppercase;letter-spacing:.4px;margin:0 0 10px}.user-support-tickets .ticket-detail-card .ticket-description-content,.user-support-tickets .ticket-detail-card .ticket-resolution-content{padding:16px 20px;background:#f0f9ff;border-radius:12px;border-left:4px solid #5BA8D1}.user-support-tickets .ticket-detail-card .ticket-description-content p,.user-support-tickets .ticket-detail-card .ticket-resolution-content p{margin:0;font-size:15px;color:#404040;line-height:1.7}.user-support-tickets .messages-section{background:#fff;border-radius:16px;padding:32px;border:2px solid #E5E5E5;box-shadow:0 4px 16px #0000000d}.user-support-tickets .messages-section h3{font-size:20px;font-weight:700;color:#171717;margin:0 0 24px}.messages-list{max-height:500px;overflow-y:auto;margin-bottom:24px;padding-right:8px}.messages-list::-webkit-scrollbar{width:6px}.user-support-tickets .messages-list::-webkit-scrollbar-track{background:#f5f5f5;border-radius:10px}.user-support-tickets .messages-list::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:10px}.user-support-tickets .messages-list::-webkit-scrollbar-thumb:hover{background:#a3a3a3}.user-support-tickets .message{margin-bottom:16px;padding:16px;border-radius:12px;border:2px solid #E5E5E5}.user-support-tickets .user-message{background:#eff6ff;border-color:#93c5fd}.user-support-tickets .support-message{background:#fafafa;border-color:#e5e5e5}.user-support-tickets .message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.user-support-tickets .message-header strong{font-size:14px;font-weight:600;color:#404040}.user-support-tickets .message-header span{font-size:12px;color:#737373}.user-support-tickets .message-content{color:#404040;line-height:1.6;white-space:pre-wrap}.user-support-tickets .no-messages{text-align:center;padding:32px;color:#737373;font-style:italic}.user-support-tickets .new-message-form{display:flex;gap:12px;align-items:flex-end}.user-support-tickets .new-message-form textarea{flex:1;padding:12px 16px;border:2px solid #E5E5E5;border-radius:12px;font-size:16px;font-family:inherit;resize:vertical;min-height:80px;transition:border-color .2s;background:#fff;color:#171717}.user-support-tickets .new-message-form textarea:focus{outline:none;border-color:#e6a57e}.user-support-tickets .btn-send{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#e6a57e;color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #e6a57e4d;white-space:nowrap}.user-support-tickets .btn-send:hover:not(:disabled){background:#d4946b;transform:translateY(-2px);box-shadow:0 6px 16px #e6a57e66}.user-support-tickets .btn-send:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.tickets-container{padding:16px}.tickets-header{padding:16px;flex-direction:column;gap:16px}.tickets-title{font-size:24px}.user-support-tickets .stats-grid{grid-template-columns:repeat(2,1fr);gap:10px}.user-support-tickets .stats-grid .stat-card{padding:8px 12px;font-size:13px}.filters-section{padding:16px}.filter-group{flex-direction:column;align-items:flex-start}.filter-tabs{gap:6px;width:100%}.filter-tab{padding:8px 16px;font-size:13px}.ticket-footer{flex-direction:column;align-items:stretch}.ticket-actions{width:100%;justify-content:stretch}.btn-view,.btn-resolved,.btn-delete{flex:1;justify-content:center}.user-support-tickets .ticket-detail-card .ticket-detail-top-row{flex-direction:column;align-items:stretch}.user-support-tickets .ticket-detail-card .ticket-detail-actions{width:100%;justify-content:stretch}.user-support-tickets .ticket-detail-card .ticket-detail-actions button{flex:1;justify-content:center}.new-message-form{flex-direction:column}.btn-send{width:100%;justify-content:center}.fab{bottom:24px;right:24px;width:48px;height:48px}}@media(max-width:480px){.tickets-container{padding:12px}.tickets-title{font-size:20px}.user-support-tickets .stats-grid{grid-template-columns:1fr}.ticket-card{padding:16px}}.user-new-ticket{min-height:100vh;background:#f5f4ef;padding:clamp(12px,2.5%,32px);font-family:inherit;max-width:1200px;width:100%;margin:0 auto;box-sizing:border-box}.user-new-ticket h1{font-size:clamp(22px,2.8vw,28px);font-weight:700;color:#171717;margin:0 0 32px}.user-new-ticket .btn-back-to-orders{display:flex;align-items:center;gap:8px;background:#f5f5f5;border:1px solid #E5E5E5;color:#404040;font-size:14px;font-weight:600;cursor:pointer;padding:10px 18px;border-radius:12px;transition:all .2s;margin-bottom:16px}.user-new-ticket .btn-back-to-orders:hover{background:#e5e5e5;border-color:#d4d4d4;color:#171717}.user-new-ticket .new-ticket-form{background:#fff;border-radius:16px;padding:32px;border:2px solid #E5E5E5;box-shadow:0 4px 16px #0000000d}.user-new-ticket .new-ticket-form h2{font-size:clamp(20px,2.2vw,24px);font-weight:700;color:#171717;margin:0 0 24px}.user-new-ticket .form-group{margin-bottom:24px}.user-new-ticket .form-group label{display:block;font-size:14px;font-weight:600;color:#404040;margin-bottom:8px}.user-new-ticket .user-data-display{background:#fafafa;border-radius:8px;padding:16px;border:1px solid #E5E5E5}.user-new-ticket .user-data-item{display:flex;justify-content:space-between;padding:8px 0}.user-new-ticket .user-data-item:not(:last-child){border-bottom:1px solid #E5E5E5}.user-new-ticket .data-label{font-size:14px;font-weight:600;color:#404040}.user-new-ticket .data-value{font-size:14px;color:#171717}.user-new-ticket .required{color:#e53e3e}.user-new-ticket .optional{color:#737373;font-weight:400;font-size:12px}.user-new-ticket .category-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.user-new-ticket .category-button{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 12px;background:#fff;border:2px solid #E5E5E5;border-radius:12px;cursor:pointer;transition:all .2s;text-align:center}.user-new-ticket .category-button:hover{border-color:#d4d4d4;transform:translateY(-2px);box-shadow:0 2px 4px #00000014}.user-new-ticket .category-button.selected{border-color:#e6a57e;background:#fff5ef}.user-new-ticket .category-name{font-size:13px;font-weight:600;color:#171717}.user-new-ticket .orders-scroll{display:flex;gap:12px;flex-wrap:wrap;max-height:300px;overflow-y:auto;padding-bottom:4px}.user-new-ticket .orders-scroll::-webkit-scrollbar{width:6px;height:6px}.user-new-ticket .orders-scroll::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}.user-new-ticket .orders-scroll::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:3px}.user-new-ticket .order-card-select{flex:0 0 auto;min-width:200px;max-width:240px;padding:16px;background:#fff;border:2px solid #E5E5E5;border-radius:12px;cursor:pointer;transition:all .2s;text-align:left}.user-new-ticket .order-card-select:hover{border-color:#d4d4d4;box-shadow:0 2px 4px #00000014}.user-new-ticket .order-card-select.selected{border-color:#e6a57e;background:#fff5ef}.user-new-ticket .order-card-info{display:flex;flex-direction:column;gap:6px;align-items:flex-start}.user-new-ticket .order-id{font-size:14px;font-weight:600;color:#171717;line-height:1.3}.user-new-ticket .order-date{font-size:12px;color:#737373;line-height:1.3}.user-new-ticket .order-total{font-size:16px;font-weight:700;color:#e6a57e;margin-top:2px;line-height:1.3}.user-new-ticket .form-group input,.user-new-ticket .form-group textarea,.user-new-ticket .form-group select{width:100%;padding:12px 16px;border:2px solid #E5E5E5;border-radius:12px;font-size:16px;transition:border-color .2s;font-family:inherit;color:#171717;background:#fff}.user-new-ticket .form-group input:focus,.user-new-ticket .form-group textarea:focus,.user-new-ticket .form-group select:focus{outline:none;border-color:#e6a57e}.user-new-ticket .form-group textarea{resize:vertical;min-height:120px}.user-new-ticket .form-group input.error,.user-new-ticket .form-group textarea.error{border-color:#e53e3e}.user-new-ticket .form-group input::placeholder,.user-new-ticket .form-group textarea::placeholder{color:#737373}.user-new-ticket .error-message{display:block;font-size:12px;color:#e53e3e;margin-top:4px}.user-new-ticket .email-info{margin-top:24px;padding:16px;background:#eff6ff;border-radius:12px;border-left:4px solid #93C5FD}.user-new-ticket .email-info p{margin:4px 0;color:#1d4ed8;font-size:14px}.user-new-ticket .form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:32px}.user-new-ticket .btn-cancel,.user-new-ticket .btn-submit{min-width:148px;padding:12px 24px;height:44px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}.user-new-ticket .btn-cancel{background:#fff;border:2px solid #E5E5E5;color:#404040}.user-new-ticket .btn-cancel:hover{border-color:#d4d4d4;background:#fafafa}.user-new-ticket .btn-submit{background:#e6a57e;color:#fff;border:2px solid transparent;box-shadow:0 4px 12px #e6a57e4d}.user-new-ticket .btn-submit:hover:not(:disabled){background:#d4946b;transform:translateY(-2px);box-shadow:0 6px 16px #e6a57e66}.user-new-ticket .btn-submit:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.user-new-ticket{padding:16px}.user-new-ticket h1{font-size:24px}.user-new-ticket .btn-back-to-orders{width:100%;justify-content:center}.user-new-ticket .new-ticket-form{padding:24px 20px}.user-new-ticket .category-buttons{grid-template-columns:repeat(2,1fr)}.user-new-ticket .orders-scroll{max-height:260px}.user-new-ticket .order-card-select{min-width:100%;max-width:100%}.user-new-ticket .form-actions{flex-direction:column}.user-new-ticket .btn-cancel,.user-new-ticket .btn-submit{width:100%;justify-content:center}}.user-guide-section{margin-bottom:40px}.guide-empty-message{text-align:center;padding:40px 20px;color:#718096;font-size:16px}.guide-topics{display:flex;flex-direction:column;gap:16px}.guide-topic{background:#fff;border:2px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .2s}.guide-topic:hover{border-color:#e6a57e;box-shadow:0 2px 8px #e6a57e1a}.guide-topic-header{width:100%;display:flex;align-items:center;gap:16px;padding:18px 24px;background:none;border:none;cursor:pointer;text-align:left;transition:background-color .2s}.guide-topic-header:hover{background-color:#f7fafc}.guide-topic-icon{display:flex;align-items:center;justify-content:center;color:#e6a57e;flex-shrink:0}.guide-topic-title{flex:1;font-size:16px;font-weight:600;color:#1a202c}.guide-chevron{display:flex;align-items:center;justify-content:center;color:#718096;flex-shrink:0;transition:transform .2s}.guide-sections{padding:20px 36px 24px;border-top:1px solid #e2e8f0;background-color:#f9fafb}.guide-topic-tip{margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0}.guide-topic-tip-content{display:flex;gap:16px;align-items:center;position:relative}.guide-topic-tip-icon{width:4px;min-width:4px;min-height:40px;background:#e6a57e;border-radius:2px;flex-shrink:0;align-self:stretch}.guide-topic-tip-content p{margin:0;font-size:14px;line-height:1.6;color:#4a5568;flex:1}.guide-empty{padding:24px;text-align:center;color:#718096;font-size:14px}.guide-section-item{margin-bottom:16px}.guide-section-item:last-child{margin-bottom:0}.guide-section-note{margin-top:16px;margin-bottom:16px}.guide-section-note-content{display:flex;gap:16px;align-items:center;position:relative}.guide-section-note-icon{width:4px;min-width:4px;min-height:40px;background:#e6a57e;border-radius:2px;flex-shrink:0;align-self:stretch}.guide-section-note-content p{margin:0;font-size:14px;line-height:1.6;color:#4a5568;flex:1}.guide-section-note .guide-tip-with-icon{display:flex;align-items:center;gap:8px}.guide-section-note .guide-tip-icon{flex-shrink:0;width:22px;height:22px;object-fit:contain}.guide-section-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;text-align:left;transition:all .2s}.guide-section-header:hover{background-color:#f7fafc;border-color:#e6a57e}.guide-section-title{flex:1;font-size:15px;font-weight:600;color:#2d3748}.guide-section-content{padding:16px 20px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-top:8px;animation:slideDown .2s ease-out}.guide-section-content p{font-size:14px;color:#4a5568;line-height:1.9;margin:0 0 12px}.guide-section-content p:last-child{margin-bottom:0}.guide-section-content ul,.guide-section-content ol{margin:12px 0;padding-left:24px;color:#4a5568}.guide-section-content ul{list-style:none;padding-left:20px}.guide-section-content ul li{position:relative;padding-left:20px}.guide-section-content ul li:before{content:"";position:absolute;left:0;top:.6em;width:8px;height:8px;background-color:#e6a57e;border-radius:2px}.guide-section-content ul.guide-nested-list{margin-top:8px;margin-bottom:8px;margin-left:20px;padding-left:0}.guide-section-content ul.guide-nested-list li{padding-left:20px}.guide-section-content ul.guide-forbidden-list li:before{content:"✕";width:auto;height:auto;background:none;border-radius:0;color:#ef4444;font-size:16px;font-weight:700;left:-2px;top:.2em;line-height:1}.guide-section-content ul.guide-positive-list li:before{content:"✔";width:auto;height:auto;background:none;border-radius:0;color:#10b981;font-size:16px;font-weight:700;left:-2px;top:.2em;line-height:1}.guide-section-content .guide-tip-with-icon{display:flex;align-items:center;gap:8px;margin-top:12px}.guide-section-content .guide-tip-icon{flex-shrink:0;width:22px;height:22px;object-fit:contain}.guide-section-content .guide-alert-title{display:flex;align-items:center;gap:8px;margin-top:12px;margin-bottom:4px}.guide-section-content .guide-alert-icon{flex-shrink:0;color:#eab308;width:18px;height:18px}.guide-section-content ol.guide-numbered-list{list-style:decimal;padding-left:24px}.guide-section-content li{font-size:14px;line-height:1.9;margin-bottom:12px}.guide-section-content li:last-child{margin-bottom:0}.guide-subsections{margin-top:16px;padding-top:16px;border-top:1px solid #e2e8f0}.guide-subsection-item{margin-bottom:12px}.guide-subsection-item:last-child{margin-bottom:0}.guide-subsection-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;text-align:left;transition:all .2s}.guide-subsection-header:hover{background-color:#f7fafc;border-color:#e6a57e}.guide-subsection-icon{display:flex;align-items:center;justify-content:center;color:#e6a57e;flex-shrink:0}.guide-subsection-icon-img{width:22px;height:22px;object-fit:contain}.guide-subsection-icon-star{color:#e6a57e}.guide-subsection-title{flex:1;font-size:14px;font-weight:600;color:#2d3748}.guide-subsection-content{padding:12px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;margin-top:8px;animation:slideDown .2s ease-out}.guide-subsection-content p{font-size:14px;color:#4a5568;line-height:1.7;margin:0 0 8px}.guide-subsection-content p:last-child{margin-bottom:0}.guide-subsection-content ul{margin:8px 0;padding-left:20px;color:#4a5568}.guide-subsection-content li{font-size:14px;line-height:1.7;margin-bottom:6px}.guide-subsection-content li:last-child{margin-bottom:0}.guide-link{color:#e6a57e;text-decoration:underline;font-weight:500}.guide-link:hover{color:#d4946b}.guide-visual-content{display:flex;gap:32px;align-items:center}.guide-visual-image-container{flex:0 0 auto;width:300px;overflow:hidden;border-radius:8px;position:relative;height:360px}.guide-visual-image-placeholder{width:100%;aspect-ratio:2/3;background:#f7fafc;border:2px dashed #e2e8f0;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#a0aec0;font-size:14px}.guide-visual-image-container img{width:100%;height:166.67%;display:block;object-fit:cover;object-position:top center;border-radius:8px}.guide-visual-list{flex:1;display:flex;flex-direction:column;gap:16px}.guide-visual-list-item{display:flex;align-items:center;gap:16px}.guide-visual-number{width:32px;height:32px;min-width:32px;border-radius:50%;background:#e6a57e;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.guide-visual-text{font-size:14px;color:#4a5568;line-height:1.6}@media(max-width:768px){.guide-visual-content{flex-direction:column;gap:24px}.guide-visual-image-container{width:100%;max-width:300px;margin:0 auto}}.guide-quality-badges{display:flex;flex-wrap:wrap;gap:12px;margin:0}.guide-quality-badges .badge{padding:.3rem .7rem;border-radius:100px;font-size:.75rem;font-weight:600;border:1px solid}.guide-quality-badges .quality-badge-basico{background-color:#9e9e9e;border-color:#9e9e9e;color:#171717;font-weight:900;letter-spacing:.02em}.guide-quality-badges .quality-badge-qualidade{background-color:#a3b18a;border-color:#a3b18a;color:#171717;font-weight:900;letter-spacing:.02em}.guide-quality-badges .quality-badge-premium{background-color:#c58f5c;border-color:#c58f5c;color:#171717;font-weight:900;letter-spacing:.02em}.guide-quality-badges .quality-badge-alta-qualidade{background-color:#112300;border-color:#112300;color:#fff;font-weight:700}.guide-quality-badges .quality-badge-luxo{background-color:#0b1f3a;border-color:#e5e4e2;color:#fff;font-weight:700}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.user-guide{background:#f7fafc;padding:24px;font-family:inherit;max-width:1200px;width:100%;margin:0 auto;box-sizing:border-box;min-height:calc(100vh - 200px)}.user-guide-container{width:100%}.user-guide h1{font-size:28px;font-weight:700;color:#1a202c;margin:0 0 32px}.guide-search{margin-bottom:32px}.search-input-wrapper{position:relative;width:100%;max-width:700px}.search-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);color:#e6a57e;font-size:20px;pointer-events:none;z-index:2}.search-input{width:100%;padding:14px 20px 14px 56px;border:2px solid #e6a57e;border-radius:12px;font-size:16px;color:#1a202c;background:#fff;transition:all .2s;font-weight:500}.search-input:hover{border-color:#d4946b;box-shadow:0 2px 8px #e6a57e26}.search-input:focus{outline:none;border-color:#d4946b;box-shadow:0 0 0 3px #e6a57e33}.search-input::placeholder{color:#a0aec0;font-weight:400}.guide-content{width:100%}.guide-footer-note{margin-top:48px;padding-top:32px;border-top:1px solid #e2e8f0}.guide-footer-content{display:flex;gap:16px;align-items:center;position:relative}.guide-footer-icon{width:4px;min-width:4px;min-height:60px;background:#e6a57e;border-radius:2px;flex-shrink:0;align-self:stretch}.guide-footer-content p{margin:0;font-size:14px;line-height:1.6;color:#718096;flex:1}@media(max-width:768px){.user-guide{padding:16px}.user-guide h1{font-size:24px}}.wishlist-page{min-height:100vh;background-color:#fafafa;padding-top:2rem;padding-bottom:4rem;padding-right:1rem;overflow-x:hidden;font-family:inherit;box-sizing:border-box}.wishlist-container{max-width:calc(100% - 9rem);width:100%;margin-left:4rem;margin-right:4rem;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;padding-left:.5rem;padding-right:.5rem;box-sizing:border-box}.wishlist-header{margin-bottom:0}.wishlist-header h1{font-size:28px;font-weight:700;color:#1a202c;margin:0 0 32px}.wishlist-toggle-container{display:flex;justify-content:center;margin-bottom:32px}.wishlist-toggle{display:inline-flex;align-items:stretch;gap:0;min-width:260px;background:#f5f5f5;border:1px solid #E5E5E5;border-radius:10px;padding:4px;box-shadow:0 1px 2px #0000000a}.wishlist-toggle-btn{flex:1;min-width:0;padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;color:#737373;background:transparent;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.wishlist-toggle-btn:hover:not(.active){color:#404040;background:#fafafa}.wishlist-toggle-btn.active{color:#fff;background:#e6a57e;box-shadow:0 1px 2px #0000000f}.wishlist-toggle-btn:focus-visible{outline:2px solid #E6A57E;outline-offset:2px}.wishlist-loading{text-align:center;padding:5rem 0;color:#666;font-size:1.1rem}.wishlist-empty{text-align:center;padding:6rem 2rem;background:#fafafa;border-radius:20px;margin-top:2rem}.empty-icon{font-size:4rem;margin-bottom:1.5rem}.wishlist-empty h2{font-size:1.75rem;margin-bottom:1rem;color:#1a1a1a}.wishlist-empty p{color:#666;max-width:450px;margin:0 auto 2.5rem;line-height:1.6}.explore-btn{display:inline-block;padding:1rem 2.5rem;background:#000;color:#fff;text-decoration:none;border-radius:8px;font-weight:700;transition:transform .2s,background .2s}.explore-btn:hover{background:#333;transform:translateY(-2px)}.wishlist-grid{display:grid;gap:2rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.stores-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.wishlist-item-wrapper{animation:fadeIn .5s ease forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(min-width:1280px){.wishlist-page{padding-right:1rem}.wishlist-container{max-width:calc(100% - 11rem);padding-top:0;padding-bottom:0;padding-left:.625rem;padding-right:.625rem;margin-left:5rem;margin-right:5rem}}@media(min-width:1920px){.wishlist-page{padding-right:1rem}.wishlist-container{max-width:calc(100% - 14rem);padding-top:0;padding-bottom:0;padding-left:.75rem;padding-right:.75rem;margin-left:6.5rem;margin-right:6.5rem}}@media(max-width:1024px){.wishlist-page{padding-right:0}.wishlist-container{max-width:100%;padding-top:0;padding-bottom:0;padding-left:1.5rem;padding-right:1.5rem;margin-left:0;margin-right:0}}@media(max-width:768px){.wishlist-page{padding-top:1rem;padding-bottom:2rem;padding-right:0}.wishlist-container{max-width:100%;padding-top:0;padding-bottom:0;padding-left:1rem;padding-right:1rem;margin-left:0;margin-right:0}.wishlist-header h1{font-size:24px}.wishlist-toggle{width:100%;max-width:280px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}}@media(max-width:480px){.wishlist-page{padding-top:.75rem;padding-bottom:1.5rem;padding-right:0}.wishlist-container{max-width:100%;padding-top:0;padding-bottom:0;padding-left:.75rem;padding-right:.75rem;margin-left:0;margin-right:0}}.checkout-step-indicator{width:100%;padding:2rem 0;background:#fff;border-bottom:1px solid #e5e7eb}.step-indicator-container{display:flex;align-items:center;justify-content:center;max-width:1200px;margin:0 auto;padding:0 1rem;gap:.5rem}.step-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1;min-width:0}.step-circle{width:40px;height:40px;border-radius:50%;background:#f3f4f6;border:2px solid #d1d5db;display:flex;align-items:center;justify-content:center;font-weight:600;color:#6b7280;transition:all .3s ease;flex-shrink:0}.step-circle.active{background:#3b82f6;border-color:#3b82f6;color:#fff;transform:scale(1.1)}.step-circle.completed{background:#10b981;border-color:#10b981;color:#fff}.step-label{font-size:.75rem;color:#6b7280;text-align:center;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.step-label.active{color:#3b82f6;font-weight:600}.step-connector{flex:1;height:2px;background:#e5e7eb;margin:0 .5rem;min-width:40px;transition:background .3s ease}.step-connector.completed{background:#10b981}@media(max-width:768px){.checkout-step-indicator{padding:1rem 0}.step-indicator-container{padding:0 .5rem;gap:.25rem}.step-circle{width:32px;height:32px;font-size:.875rem}.step-label{font-size:.625rem}.step-connector{min-width:20px;margin:0 .25rem}}@media(max-width:640px){.step-label{display:none}.step-indicator-container{gap:.5rem}}.checkout-order-review{margin-bottom:2rem}.validation-loading{padding:1rem;background:#f3f4f6;border-radius:6px;margin-bottom:1rem;text-align:center;color:#6b7280;font-size:.875rem}.stock-errors{padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;margin-bottom:1.5rem}.stock-errors h4{font-size:1rem;font-weight:600;color:#dc2626;margin-bottom:.75rem}.stock-errors ul{list-style:none;padding:0;margin:0}.stock-errors li{padding:.5rem 0;color:#991b1b;font-size:.875rem}.checkout-order-review-empty{padding:3rem;text-align:center;color:#6b7280}.order-items-list{display:flex;flex-direction:column;gap:1rem}.order-item{display:grid;grid-template-columns:80px 1fr auto auto auto;gap:1rem;padding:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;transition:all .2s ease}.order-item:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000001a}.order-item.has-error{border-color:#fca5a5;background:#fef2f2}.item-image{width:80px;height:80px;border-radius:6px;overflow:hidden;background:#f3f4f6}.item-info{flex:1;min-width:0}.item-name{font-size:1rem;font-weight:600;color:#111827;margin:0 0 .25rem}.item-seller{font-size:.875rem;color:#6b7280;margin:0 0 .25rem}.item-variant{font-size:.875rem;color:#6b7280;margin:0}.item-error{font-size:.75rem;color:#dc2626;margin:.5rem 0 0;font-weight:500}.item-quantity{display:flex;flex-direction:column;align-items:center;gap:.5rem}.item-quantity label{font-size:.75rem;color:#6b7280;font-weight:500}.quantity-controls{display:flex;align-items:center;gap:.75rem;border:1px solid #d1d5db;border-radius:6px;padding:.25rem}.quantity-controls button{width:32px;height:32px;border:none;background:#fff;color:#374151;font-size:1.125rem;font-weight:600;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.quantity-controls button:hover:not(:disabled){background:#f3f4f6}.quantity-controls button:disabled{opacity:.5;cursor:not-allowed}.quantity-controls span{min-width:32px;text-align:center;font-weight:600;color:#111827}.item-price{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;min-width:120px}.price-label{font-size:.75rem;color:#6b7280}.price-value{font-size:1.125rem;font-weight:700;color:#111827}.item-remove{width:40px;height:40px;border:none;background:transparent;color:#6b7280;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.item-remove:hover{background:#fef2f2;color:#dc2626}@media(max-width:768px){.order-item{grid-template-columns:60px 1fr;gap:.75rem}.item-image{width:60px;height:60px}.item-quantity,.item-price,.item-remove{grid-column:2}.item-quantity,.item-price{flex-direction:row;align-items:center;justify-content:space-between}.item-remove{position:absolute;top:.5rem;right:.5rem}.order-item{position:relative}}.checkout-address-section{margin-bottom:2rem}.no-addresses{padding:2rem;text-align:center;background:#f9fafb;border-radius:8px}.addresses-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.address-card{display:flex;gap:1rem;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;background:#fff}.address-card:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000001a}.address-card.selected{border-color:#3b82f6;background:#eff6ff}.address-radio{display:flex;align-items:flex-start;padding-top:.25rem}.address-radio input[type=radio]{width:20px;height:20px;cursor:pointer}.address-content{flex:1}.address-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.address-header h4{font-size:1rem;font-weight:600;color:#111827;margin:0}.default-badge{font-size:.75rem;padding:.25rem .5rem;background:#10b981;color:#fff;border-radius:4px;font-weight:500}.address-text{font-size:.875rem;color:#6b7280;margin:0 0 .25rem;line-height:1.5}.address-recipient{font-size:.875rem;color:#6b7280;margin:.5rem 0 0}.btn-add-address{width:100%;padding:.75rem;border:2px dashed #d1d5db;border-radius:8px;background:#fff;color:#6b7280;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-add-address:hover{border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.new-address-note{padding:1rem;background:#f9fafb;border-radius:8px;margin-top:1rem}.new-address-note p{margin:0 0 .75rem;color:#6b7280;font-size:.875rem}.new-address-note a{color:#3b82f6;text-decoration:underline}.btn-secondary{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-weight:500;cursor:pointer;transition:all .2s ease}.checkout-shipping-section{margin-bottom:2rem}.shipping-message{padding:1rem;background:#f9fafb;border-radius:8px;color:#6b7280;font-size:.875rem;margin:0}.shipping-loading{padding:2rem;text-align:center;color:#6b7280}.shipping-error{padding:1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626}.shipping-options{display:flex;flex-direction:column;gap:1rem}.shipping-option{display:flex;gap:1rem;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;background:#fff}.shipping-option:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000001a}.shipping-option.selected{border-color:#3b82f6;background:#eff6ff}.shipping-radio{display:flex;align-items:flex-start;padding-top:.25rem}.shipping-radio input[type=radio]{width:20px;height:20px;cursor:pointer}.shipping-content{flex:1}.shipping-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;gap:1rem}.shipping-header>div{flex:1}.shipping-company{font-size:.75rem;color:#6b7280;margin:.25rem 0 0}.shipping-header h4{font-size:1rem;font-weight:600;color:#111827;margin:0}.shipping-price{font-size:1.125rem;font-weight:700;color:#111827}.shipping-estimate{font-size:.875rem;color:#6b7280;margin:0}.checkout-coupon-section{margin-bottom:2rem}.section-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.coupon-input-group{display:flex;gap:.75rem}.coupon-input{flex:1;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:all .2s ease}.coupon-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.coupon-input:disabled{background:#f3f4f6;cursor:not-allowed}.btn-apply-coupon{padding:.75rem 1.5rem;border:none;border-radius:6px;background:#3b82f6;color:#fff;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-apply-coupon:hover:not(:disabled){background:#2563eb}.btn-apply-coupon:disabled{opacity:.5;cursor:not-allowed}.coupon-error{margin:.75rem 0 0;color:#dc2626;font-size:.875rem}.coupon-applied{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f0fdf4;border:1px solid #86efac;border-radius:8px}.coupon-info{display:flex;flex-direction:column;gap:.25rem}.coupon-code{font-weight:600;color:#111827;font-size:1rem}.coupon-discount{font-size:.875rem;color:#10b981;font-weight:500}.btn-remove-coupon{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#6b7280;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-remove-coupon:hover{background:#f9fafb;border-color:#9ca3af;color:#374151}.checkout-order-summary{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.summary-title{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.summary-items{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.summary-item{display:flex;justify-content:space-between;font-size:.875rem;color:#6b7280}.summary-item.discount{color:#10b981;font-weight:500}.summary-divider{height:1px;background:#e5e7eb;margin:1rem 0}.summary-total{display:flex;justify-content:space-between;align-items:center;padding-top:1rem}.total-label{font-size:1.125rem;font-weight:600;color:#111827}.total-value{font-size:1.5rem;font-weight:700;color:#111827}.checkout-review-step{display:flex;flex-direction:column}.step-actions{margin-top:2rem;padding-top:2rem;border-top:2px solid #e5e7eb}.btn-continue{width:100%;padding:1rem;border:none;border-radius:8px;background:#3b82f6;color:#fff;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-continue:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.btn-continue:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.validation-message{margin:.75rem 0 0;color:#dc2626;font-size:.875rem;text-align:center}.checkout-payment-step{display:flex;flex-direction:column;gap:2rem;padding:1.5rem 0}.payment-step-header{margin-bottom:.5rem}.step-title{font-size:1.5rem;font-weight:600;color:var(--text-primary, #1a1a1a);margin-bottom:.5rem}.step-description{font-size:.95rem;color:var(--text-secondary, #666);margin:0}.payment-error{background-color:#fee;border:1px solid #fcc;border-radius:8px;padding:1rem;margin-bottom:1rem}.payment-error p{margin:0;color:#c33}.payment-error .error-hint{font-size:.875rem;color:#a33;margin-top:.5rem}.payment-order-summary{background-color:var(--bg-secondary, #f9f9f9);border-radius:12px;padding:1.5rem}.summary-section-title{font-size:1.125rem;font-weight:600;color:var(--text-primary, #1a1a1a);margin-bottom:1rem}.summary-details{display:flex;flex-direction:column;gap:.75rem}.summary-row{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;color:var(--text-secondary, #666)}.summary-row.discount{color:#28a745}.summary-divider{height:1px;background-color:var(--border-color, #e0e0e0);margin:.5rem 0}.summary-total-row{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;border-top:2px solid var(--border-color, #e0e0e0)}.total-label{font-size:1.125rem;font-weight:600;color:var(--text-primary, #1a1a1a)}.total-value{font-size:1.25rem;font-weight:700;color:var(--primary-color, #007bff)}.payment-notes-section{display:flex;flex-direction:column;gap:.5rem}.notes-label{font-size:.95rem;font-weight:500;color:var(--text-primary, #1a1a1a)}.notes-textarea{width:100%;padding:.75rem;border:1px solid var(--border-color, #e0e0e0);border-radius:8px;font-size:.95rem;font-family:inherit;resize:vertical;min-height:100px;transition:border-color .2s}.notes-textarea:focus{outline:none;border-color:var(--primary-color, #007bff);box-shadow:0 0 0 3px #007bff1a}.notes-counter{font-size:.75rem;color:var(--text-secondary, #999);text-align:right}.payment-navigation{display:flex;gap:1rem;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--border-color, #e0e0e0)}.btn-secondary,.btn-primary{padding:.875rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.btn-secondary{background-color:var(--bg-secondary, #f5f5f5);color:var(--text-primary, #1a1a1a)}.btn-secondary:hover:not(:disabled){background-color:var(--bg-tertiary, #e9e9e9)}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background-color:var(--primary-color, #007bff);color:#fff;flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-primary:hover:not(:disabled){background-color:var(--primary-color-dark, #0056b3);transform:translateY(-1px);box-shadow:0 4px 8px #007bff33}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-payment{position:relative}.payment-total{font-weight:700;font-size:1.125rem}.spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.payment-security-info{text-align:center;padding:1rem;background-color:var(--bg-secondary, #f9f9f9);border-radius:8px}.security-text{font-size:.875rem;color:var(--text-secondary, #666);margin:0}@media(max-width:768px){.checkout-payment-step{padding:1rem 0;gap:1.5rem}.payment-navigation{flex-direction:column}.btn-secondary,.btn-primary{width:100%}.step-title{font-size:1.25rem}}.checkout-page{min-height:100vh;background:#f9fafb;padding:2rem 0}.checkout-container{max-width:1200px;margin:0 auto;padding:0 1rem}.checkout-header{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.checkout-title{font-size:2rem;font-weight:700;color:#111827;text-align:center;margin:0}.btn-cancel-checkout{position:absolute;left:0;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-cancel-checkout:hover{background:#f9fafb;border-color:#9ca3af;color:#374151}.btn-cancel-checkout svg{width:18px;height:18px}.checkout-content{display:grid;grid-template-columns:1fr 400px;gap:2rem;margin-top:2rem}.checkout-main{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 1px 3px #0000001a}.checkout-step-content{min-height:400px;padding:2rem 0}.checkout-step-content h2{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1rem}.checkout-step-content p{color:#6b7280;line-height:1.6}.checkout-navigation{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.checkout-nav-buttons{display:flex;gap:1rem;margin-left:auto}.btn-cancel{padding:.75rem 1.5rem;border-radius:6px;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s ease;background:transparent;border:1px solid #d1d5db;color:#6b7280}.btn-cancel:hover{background:#f9fafb;border-color:#9ca3af;color:#374151}.btn-primary,.btn-secondary{padding:.75rem 2rem;border-radius:6px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;border:none}.btn-primary{background:#3b82f6;color:#fff;margin-left:auto}.btn-primary:hover{background:#2563eb}.btn-primary:disabled{background:#9ca3af;cursor:not-allowed}.btn-secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.checkout-sidebar{position:sticky;top:2rem;height:fit-content}.checkout-summary{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.checkout-summary h3{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:1rem}.checkout-summary p{color:#6b7280;font-size:.875rem}.checkout-loading{display:flex;justify-content:center;align-items:center;min-height:100vh;font-size:1.125rem;color:#6b7280}@media(max-width:1024px){.checkout-content{grid-template-columns:1fr}.checkout-sidebar{position:static;order:-1}}@media(max-width:768px){.checkout-page{padding:1rem 0}.checkout-title{font-size:1.5rem;margin-bottom:1rem}.checkout-main{padding:1.5rem}.checkout-step-content{min-height:300px;padding:1rem 0}.checkout-header{flex-direction:column;gap:1rem}.btn-cancel-checkout{position:static;align-self:flex-start}.checkout-title{width:100%}.checkout-navigation{flex-direction:column;align-items:stretch}.checkout-nav-buttons{margin-left:0;width:100%;display:flex;flex-direction:column;gap:.75rem}.btn-primary,.btn-secondary,.btn-cancel{width:100%}}.admin-layout{display:flex;min-height:100vh;background:#f5f5f5}.admin-sidebar{width:240px;background:#1a1a2e;color:#eee;display:flex;flex-direction:column;flex-shrink:0}.admin-sidebar-header{padding:1.25rem;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:.75rem}.admin-sidebar-logo{height:32px;width:auto;object-fit:contain}.admin-sidebar-title{font-weight:600;font-size:1rem;color:#e6a57e}.admin-sidebar-nav{flex:1;padding:1rem 0}.admin-sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;color:#ffffffd9;text-decoration:none;border:none;background:none;width:100%;text-align:left;font-size:.95rem;cursor:pointer;transition:background .15s,color .15s}.admin-sidebar-link:hover{background:#ffffff14;color:#fff}.admin-sidebar-link.active{background:#e6a57e33;color:#e6a57e}.admin-sidebar-logout{color:#ffffffb3}.admin-sidebar-logout:hover{color:#f88;background:#ff88881a}.admin-sidebar-footer{border-top:1px solid rgba(255,255,255,.08);padding:.5rem 0}.admin-main{flex:1;overflow:auto;padding:1.5rem 2rem}@media(max-width:768px){.admin-sidebar{width:72px}.admin-sidebar-title,.admin-sidebar-link span{display:none}.admin-sidebar-link{justify-content:center;padding:1rem}}.admin-dashboard{max-width:900px;margin:0 auto}.admin-dashboard-header{margin-bottom:1.5rem}.admin-dashboard-header h1{font-size:1.75rem;font-weight:700;color:#1a1a2e;margin:0 0 .25rem}.admin-dashboard-subtitle{color:#666;font-size:.95rem;margin:0}.admin-dashboard-content{display:flex;flex-direction:column;gap:1rem}.admin-dashboard-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #00000014}.admin-dashboard-card h2{font-size:1.15rem;font-weight:600;color:#333;margin:0 0 .75rem}.admin-dashboard-card p{color:#555;line-height:1.6;margin:0}.admin-dashboard-card--access{margin-top:1rem}.admin-dashboard-card-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.admin-dashboard-card-header h2{margin:0}.admin-dashboard-refresh{padding:.4rem .75rem;font-size:.875rem;background:#1a1a2e;color:#fff;border:none;border-radius:6px;cursor:pointer}.admin-dashboard-refresh:hover{background:#2d2d44}.admin-dashboard-error{color:#c00;margin:.5rem 0}.admin-dashboard-loading,.admin-dashboard-empty{color:#666;margin:.5rem 0}.admin-dashboard-summary{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1rem}.admin-dashboard-stat{display:flex;flex-direction:column;gap:.25rem}.admin-dashboard-stat-value{font-size:1.5rem;font-weight:700;color:#1a1a2e}.admin-dashboard-stat-value--small{font-size:.9rem;font-weight:500;color:#555}.admin-dashboard-stat-label{font-size:.8rem;color:#666;text-transform:uppercase;letter-spacing:.02em}.admin-dashboard-breakdown{margin-bottom:1.25rem}.admin-dashboard-breakdown h3,.admin-dashboard-events-title{font-size:1rem;font-weight:600;color:#333;margin:0 0 .5rem}.admin-dashboard-event-types{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.5rem 1rem}.admin-dashboard-event-types li{display:flex;align-items:center;gap:.5rem}.admin-dashboard-event-type-name{color:#444}.admin-dashboard-event-type-count{font-weight:600;color:#1a1a2e;background:#eee;padding:.15rem .4rem;border-radius:4px;font-size:.85rem}.admin-dashboard-table-wrap{overflow-x:auto;margin-top:.5rem}.admin-dashboard-table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-dashboard-table th,.admin-dashboard-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid #eee}.admin-dashboard-table th{font-weight:600;color:#555;background:#f9f9f9}.admin-dashboard-cell-id{font-family:monospace;font-size:.8rem;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-sales{max-width:1200px;margin:0 auto}.admin-sales-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.admin-sales-header h1{font-size:1.75rem;font-weight:700;color:#1a1a2e;margin:0}.admin-sales-refresh{padding:.5rem 1rem;font-size:.9rem;background:#1a1a2e;color:#fff;border:none;border-radius:6px;cursor:pointer}.admin-sales-refresh:hover{background:#2d2d44}.admin-sales-loading,.admin-sales-error{color:#666;margin:.5rem 0}.admin-sales-error{color:#c00}.admin-sales-stats{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem}.admin-sales-stat{display:flex;flex-direction:column;gap:.25rem}.admin-sales-stat-value{font-size:1.35rem;font-weight:700;color:#1a1a2e}.admin-sales-stat-label{font-size:.8rem;color:#666;text-transform:uppercase;letter-spacing:.02em}.admin-sales-table-wrap{overflow-x:auto;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014}.admin-sales-table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-sales-table th,.admin-sales-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #eee}.admin-sales-table th{font-weight:600;color:#555;background:#f9f9f9}.admin-sales-cell-mono{font-family:monospace;font-size:.85rem}.admin-sales-cell-money{font-weight:600;color:#1a1a2e}.admin-sales-badge{display:inline-block;padding:.2rem .5rem;border-radius:4px;font-size:.8rem;font-weight:500}.admin-sales-badge--status{background:#e8f4fd;color:#0d47a1}.admin-sales-badge--payment{background:#e8f5e9;color:#1b5e20}.admin-sales-toggle{padding:.35rem .65rem;font-size:.8rem;background:#f0f0f0;border:none;border-radius:4px;cursor:pointer;color:#333}.admin-sales-toggle:hover{background:#e0e0e0}.admin-sales-empty{text-align:center;color:#666;padding:2rem!important}.admin-sales-detail-row td{padding:0;vertical-align:top;border-bottom:1px solid #eee}.admin-sales-detail{padding:1rem 1.5rem;background:#f9f9f9}.admin-sales-detail h4{font-size:.95rem;font-weight:600;color:#333;margin:0 0 .75rem}.admin-sales-items-table{width:100%;max-width:600px;border-collapse:collapse;font-size:.85rem}.admin-sales-items-table th,.admin-sales-items-table td{padding:.4rem .75rem;text-align:left;border-bottom:1px solid #eee}.admin-sales-items-table th{font-weight:600;color:#555}.cart-drawer-overlay{position:fixed;inset:0;width:100%;max-width:100vw;background:#00000080;z-index:10002;display:flex;justify-content:flex-end;overflow:hidden}.cart-drawer{position:relative;z-index:10003;background:#fff;width:100%;max-width:min(400px,100vw);height:100%;max-height:100dvh;display:flex;flex-direction:column;box-shadow:-5px 0 15px #0000001a;animation:slideIn .3s ease-out;box-sizing:border-box;overflow:hidden}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-header{padding:1.5rem;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.cart-header h2{margin:0;font-size:1.25rem;font-weight:700}.cart-header .close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666}.cart-body{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:1.5rem;padding-right:max(1.5rem,env(safe-area-inset-right,0));-webkit-overflow-scrolling:touch}.empty-cart{text-align:center;margin-top:3rem}.empty-cart p{color:#666;margin-bottom:1.5rem}.btn-continue{background:#000;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer}.cart-items-list{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:flex;gap:1rem;min-width:0}.item-image{width:80px;height:100px;flex-shrink:0;border-radius:4px;overflow:hidden;background:#f5f5f5}.item-image img{width:100%;height:100%;object-fit:cover}.item-details{flex:1;min-width:0;display:flex;flex-direction:column;overflow:hidden;padding-right:6px}.item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.25rem}.item-name{margin:0;font-size:.9375rem;font-weight:600;color:#1a1a1a;word-wrap:break-word;overflow-wrap:break-word;line-height:1.3}.remove-btn{background:none;border:none;color:#999;cursor:pointer;padding:0;transition:color .2s}.remove-btn:hover{color:#ff4d4f}.item-variant{font-size:.8125rem;color:#666;margin:0 0 .25rem}.item-seller{font-size:.75rem;color:#999;margin:0 0 .75rem}.item-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;gap:.5rem;min-width:0}.quantity-controls{display:flex;align-items:center;gap:.5rem;border:1px solid #eee;border-radius:4px;padding:.35rem .6rem;min-width:0;flex-shrink:1;box-sizing:border-box}.quantity-controls button{display:flex;align-items:center;justify-content:center;flex-shrink:0;min-width:24px;width:24px;height:24px;background:none;border:none;cursor:pointer;font-size:1.125rem;line-height:1;color:#1a1a1a;padding:0;box-sizing:border-box}.quantity-controls button:disabled{color:#ccc;cursor:not-allowed}.quantity-controls .quantity-input{width:2.5rem;text-align:center;font-size:.9375rem;font-weight:600;color:#1a1a1a;border:none;background:transparent;padding:.25rem 0;-moz-appearance:textfield;appearance:textfield}.quantity-controls .quantity-input::-webkit-outer-spin-button,.quantity-controls .quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-controls .quantity-input:focus{outline:none;color:#1a1a1a}.item-price{font-weight:700;font-size:.9375rem;flex-shrink:0;white-space:nowrap}.cart-footer{flex-shrink:0;padding:1.5rem;padding-bottom:max(1.5rem,env(safe-area-inset-bottom));padding-right:max(1.5rem,env(safe-area-inset-right));border-top:1px solid #eee;background:#fcfcfc}.total-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:1.125rem}.total-amount{font-weight:800;color:#000}.btn-checkout{width:100%;background:#000;color:#fff;border:none;padding:1rem;border-radius:8px;font-weight:700;font-size:.875rem;letter-spacing:.05em;cursor:pointer;transition:background .2s}.btn-checkout:hover{background:#333}.cart-drawer{padding-left:env(safe-area-inset-left,0)}.cart-header{padding-right:max(1.5rem,env(safe-area-inset-right,0))}@media(max-width:768px){.cart-drawer{max-width:min(380px,100vw)}}@media(max-width:480px){.cart-drawer{max-width:100%}.cart-header,.cart-body{padding:1rem}.cart-header h2{font-size:1.125rem}.cart-item{gap:.75rem}.item-image{width:64px;height:80px}.item-name{font-size:.875rem}.item-variant,.item-seller{font-size:.75rem}.item-price{font-size:.875rem}.quantity-controls{padding:.3rem .5rem;gap:.4rem}.quantity-controls button{min-width:22px;width:22px;height:22px;font-size:1rem}.quantity-controls .quantity-input{width:2.25rem;font-size:.875rem}.cart-footer{padding:1rem}.btn-checkout{padding:.875rem;font-size:.8125rem}}@media(max-width:360px){.cart-header,.cart-body{padding:.75rem}.item-image{width:56px;height:70px}.quantity-controls{padding:.25rem .4rem;gap:.35rem}.quantity-controls button{min-width:20px;width:20px;height:20px;font-size:.9375rem}.quantity-controls .quantity-input{width:2rem;font-size:.8125rem}}.connection-monitor{position:fixed;top:0;left:0;right:0;z-index:9999;padding:12px 20px;display:flex;align-items:center;justify-content:center;animation:slideDown .3s ease-out;box-shadow:0 2px 8px #00000026}.connection-monitor.offline{background-color:#dc3545;color:#fff}.connection-monitor.warning{background-color:#ffc107;color:#000}.connection-monitor-content{display:flex;align-items:center;gap:12px;max-width:1200px;width:100%;justify-content:center}.connection-icon{font-size:20px;flex-shrink:0}.connection-message{font-size:14px;font-weight:500;text-align:center}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:768px){.connection-monitor{padding:10px 16px}.connection-message{font-size:13px}.connection-icon{font-size:18px}}.consent-banner{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:3px solid #e6a57e;box-shadow:0 -4px 20px #00000026;z-index:1000;padding:24px;animation:slideUp .4s ease-out;max-height:90vh;overflow-y:auto}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.consent-banner-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.consent-banner-text{display:flex;flex-direction:column;gap:12px}.consent-title{font-size:20px;font-weight:600;color:#343434;margin:0;line-height:1.3}.consent-description{font-size:15px;color:#555;line-height:1.6;margin:0}.consent-link{color:#e6a57e;text-decoration:underline;font-weight:500;transition:color .2s ease}.consent-link:hover{color:#d4956b;text-decoration:none}.consent-link:focus{outline:2px solid #e6a57e;outline-offset:2px;border-radius:2px}.consent-note{font-size:14px;color:#666;line-height:1.5;margin:0;padding:12px;background:#f8f9fa;border-left:3px solid #e6a57e;border-radius:4px}.consent-note strong{color:#343434;font-weight:600}.consent-rights{font-size:13px;color:#777;line-height:1.5;margin:0;font-style:italic}.consent-banner-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.consent-button{padding:12px 24px;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease;border:2px solid transparent;font-family:inherit;min-width:140px;flex:1;max-width:200px}.consent-button:disabled{opacity:.6;cursor:not-allowed}.consent-button:focus{outline:2px solid #e6a57e;outline-offset:2px}.consent-button-accept{background:#e6a57e;color:#fff;border-color:#e6a57e}.consent-button-accept:hover:not(:disabled){background:#d4956b;border-color:#d4956b;transform:translateY(-1px);box-shadow:0 4px 12px #e6a57e4d}.consent-button-accept:active:not(:disabled){transform:translateY(0)}.consent-button-reject{background:#fff;color:#666;border-color:#ccc}.consent-button-reject:hover:not(:disabled){background:#f5f5f5;border-color:#999;color:#333;transform:translateY(-1px)}.consent-button-reject:active:not(:disabled){transform:translateY(0)}@media(max-width:768px){.consent-banner{padding:20px;border-top-width:2px}.consent-banner-content{gap:16px}.consent-title{font-size:18px}.consent-description{font-size:14px}.consent-note{font-size:13px;padding:10px}.consent-rights{font-size:12px}.consent-banner-actions{flex-direction:column;gap:10px}.consent-button{width:100%;max-width:100%;padding:14px 24px}}@media(max-width:480px){.consent-banner{padding:16px}.consent-title{font-size:16px}.consent-description{font-size:13px}.consent-note{font-size:12px;padding:8px}.consent-rights{font-size:11px}.consent-button{font-size:14px;padding:12px 20px}}@media(prefers-reduced-motion:reduce){.consent-banner{animation:none}.consent-button{transition:none}}
