@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@500;600;700;800&display=swap";:root{--bg-canvas: #f2f2f2;--bg-soft: #fafafa;--surface: #ffffff;--surface-tint: #fff5ee;--text-strong: #1a1a1a;--text-muted: #5b5b5b;--brand: #ff6a21;--brand-deep: #e75716;--accent: #151515;--line: #ebddd2;--ring: rgba(255, 106, 33, .35);--radius-lg: 18px;--radius-md: 12px;--shadow-sm: 0 8px 20px rgba(36, 24, 16, .08);--shadow-lg: 0 28px 60px rgba(36, 24, 16, .14)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text-strong);background:radial-gradient(circle at 10% 10%,rgba(255,106,33,.1),transparent 32%),radial-gradient(circle at 90% 20%,rgba(26,26,26,.08),transparent 28%),var(--bg-canvas);font-family:Manrope,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0;font-family:Sora,Manrope,sans-serif;font-weight:700;letter-spacing:-.02em}p{margin:0;line-height:1.65}button,input,textarea,select{font-family:inherit}button{cursor:pointer;border:none;outline:none}a{text-decoration:none;color:inherit}input:focus-visible,button:focus-visible,a:focus-visible{outline:3px solid var(--ring);outline-offset:2px}@keyframes reveal-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.header{position:sticky;top:0;z-index:1100;padding:.75rem 0;background:#fff;border-bottom:1px solid #ece7df;box-shadow:0 14px 35px #190f0a14}.header-container{max-width:1180px;margin:0 auto;padding:0 1.25rem;display:grid;grid-template-columns:auto minmax(420px,1fr) auto;align-items:center;gap:.75rem}.logo-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.logo{width:48px;height:48px;border-radius:16px;object-fit:cover;background:#fff}.search-bar{display:flex;align-items:center;gap:.6rem;min-width:0;width:100%;max-width:620px;background:#fff;border:1px solid #ece7e1;border-radius:999px;padding:.35rem .7rem;box-shadow:0 14px 30px #19100a14}.search-icon{color:#8f8a83;flex:0 0 auto}.search-input{flex:1;min-width:0;background:transparent;border:none;padding:.75rem .35rem;color:#1f1d1a;font-size:.95rem}.search-input::placeholder{color:#9b958d}.search-button{width:42px;height:42px;border-radius:50%;background:#ff5b16;color:#fff;display:grid;place-items:center;transition:transform .2s ease}.search-button:hover{transform:scale(1.05)}.header-actions{position:relative;display:flex;align-items:center;justify-content:flex-end;gap:.5rem}.icon-action,.hamburger-button{width:42px;height:42px;border-radius:14px;background:#f7f3ef;color:#1f1d1a;display:grid;place-items:center;border:none}.hamburger-button{position:relative;display:flex;height:48px;width:48px;align-items:center;justify-content:center;border-radius:14px;background:#f7f3ef;border:none;cursor:pointer}.hamburger-line{position:absolute;width:18px;height:2px;background:#1f1d1a;border-radius:999px;transition:transform .3s ease,opacity .3s ease}.hamburger-line.top{transform:translateY(-6px)}.hamburger-line.bottom{transform:translateY(6px)}.hamburger-line.top.open{transform:rotate(45deg)}.hamburger-line.middle.open{opacity:0}.hamburger-line.bottom.open{transform:rotate(-45deg)}.menu-panel{position:absolute;right:0;top:calc(100% + .75rem);width:min(250px,calc(100vw - 2rem));padding:.6rem;border-radius:18px;background:#fff;border:1px solid #ece7e1;box-shadow:0 24px 40px #19100b24;display:grid;gap:.2rem;z-index:1300}.menu-link{display:flex;align-items:center;justify-content:space-between;border-radius:14px;color:#2b2722;font-weight:700;font-size:.92rem;padding:.75rem .9rem;transition:background-color .2s ease,color .2s ease}.menu-link:hover{background:#ff5b1614;color:var(--brand-deep)}.menu-divider{height:1px;margin:.2rem .15rem;background:#ede6dd}.icon-action{width:38px;height:38px;display:grid;place-items:center;color:#1f1d1a;border-radius:12px}.menu-toggle{width:38px;height:38px;border-radius:12px;background:transparent;border:0;display:grid;place-items:center;gap:2px;padding:0}.menu-toggle span{display:block;width:15px;height:2px;border-radius:999px;background:#1f1d1a;transition:transform .2s ease,opacity .2s ease}.menu-toggle.open span:nth-child(1){transform:translateY(4px) rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:translateY(-4px) rotate(-45deg)}.menu-panel{position:absolute;right:0;top:calc(100% + .7rem);width:min(240px,calc(100vw - 2rem));padding:.45rem;border-radius:16px;background:#fffffffa;border:1px solid #ebe4db;box-shadow:0 20px 40px #00000038;display:grid;gap:.2rem;z-index:1300}.menu-link{display:flex;align-items:center;justify-content:space-between;border-radius:10px;color:#2b2722;font-weight:700;font-size:.9rem;padding:.65rem .75rem;transition:background-color .2s ease,color .2s ease}.menu-link:hover{background:#ffffff1f;color:var(--brand-deep)}.menu-strong{color:#1f1d1a}.menu-button{width:100%;text-align:left;background:transparent}.menu-divider{height:1px;margin:.2rem .15rem;background:#eee5dc}@media(max-width:920px){.header-container{grid-template-columns:96px minmax(0,1fr) auto;gap:.8rem}.search-bar{grid-column:auto;order:initial}.header-nav{justify-content:flex-start}}@media(max-width:560px){.header{padding:.75rem 0 .55rem}.logo-link{width:86px;height:38px}.menu-toggle{width:32px;height:36px}.icon-action{display:none}.header-container{grid-template-columns:88px minmax(0,1fr) 34px;padding:0 .8rem;gap:.4rem}.search-input{font-size:.82rem}.search-button{display:none}.nav-link,.nav-button{padding:.5rem .72rem;font-size:.84rem}}.market-footer{position:fixed;bottom:0;left:0;right:0;z-index:1090;width:100%;margin-top:0;border-top:1px solid var(--line);background:#fff;box-shadow:0 -10px 24px #1e140a14}.mobile-tabbar{display:grid;grid-template-columns:repeat(5,1fr);align-items:center;gap:.25rem;height:78px;padding:.55rem .75rem .45rem;background:#fff}.market-footer-inner{max-width:1320px;margin:0 auto;padding:0}.footer-partitions{display:none}.partition-button{border-radius:999px;border:1px solid var(--line);background:#fff;color:#5d5348;font-size:.76rem;font-weight:700;white-space:nowrap;padding:.4rem .75rem}.partition-button.active{border-color:transparent;color:#fff;background:linear-gradient(135deg,var(--brand),var(--brand-deep))}.seller-footer p{color:var(--text-muted);font-size:.84rem}.mobile-tab{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;color:#77726d;font-size:.72rem;font-weight:700;padding:.55rem .45rem;border-radius:18px;transition:background .2s ease,color .2s ease,transform .2s ease}.mobile-tab:hover{transform:translateY(-1px);background:#ff6a2114}.mobile-tab.active{color:var(--brand);background:#ff6a211f}.tab-icon{width:28px;height:28px;display:block;background:currentColor;border-radius:999px}.tab-home{clip-path:polygon(50% 8%,90% 40%,82% 40%,82% 88%,58% 88%,58% 62%,42% 62%,42% 88%,18% 88%,18% 40%,10% 40%)}.tab-search{position:relative;width:22px;height:22px;border:2px solid currentColor;border-radius:50%;background:transparent}.tab-search:after{content:"";position:absolute;width:9px;height:2px;right:-6px;bottom:-3px;border-radius:999px;background:currentColor;transform:rotate(45deg)}.tab-heart{clip-path:polygon(50% 88%,12% 50%,8% 30%,20% 12%,40% 14%,50% 26%,60% 14%,80% 12%,92% 30%,88% 50%)}.tab-cart{clip-path:polygon(8% 12%,20% 12%,28% 62%,82% 62%,92% 28%,26% 28%,24% 20%,8% 20%)}.tab-user{clip-path:circle(24% at 50% 30%);position:relative}.tab-user:after{content:"";position:absolute;inset:52% 12% 5%;border-radius:999px 999px 6px 6px;background:currentColor}@media(max-width:760px){.market-footer-inner{padding:0}.mobile-tabbar{height:68px;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;padding:.35rem .5rem .45rem}}.whatsapp-float{position:fixed;width:56px;height:56px;bottom:24px;right:24px;background-color:#25d366;color:#fff;border-radius:50%;text-align:center;box-shadow:0 6px 18px #25d3663d;z-index:9999;display:inline-flex;align-items:center;justify-content:center;transition:transform .15s ease,box-shadow .15s ease}.whatsapp-float:hover{transform:translateY(-4px);box-shadow:0 10px 28px #25d36647}.whatsapp-float svg{display:block}.product-card{position:relative;min-width:0;background:#fff;border-radius:10px;border:1px solid #eee7df;overflow:hidden;box-shadow:0 6px 18px #271c130d}.product-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px #271c1314}.product-image-link{display:block;overflow:hidden;padding:.5rem .5rem 0}.product-image{width:100%;aspect-ratio:1.02;object-fit:cover;border-radius:9px;transition:transform .25s ease}.product-image-link:hover .product-image{transform:scale(1.04)}.product-wishlist{position:absolute;top:.55rem;right:.55rem;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#ffffffe6;color:#8f8a84;font-size:1.05rem;line-height:1;box-shadow:0 4px 12px #00000014}.product-wishlist.active{color:var(--brand)}.product-details{display:grid;gap:.23rem;padding:.45rem .55rem .6rem}.product-name{min-height:2.1em;overflow:hidden;color:#171512;font-size:.72rem;line-height:1.18;letter-spacing:0}.product-category{overflow:hidden;color:#5f5952;font-size:.66rem;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.shop-link{display:inline-flex;align-items:center;gap:.18rem;min-width:0;color:#4b4640;font-size:.64rem;font-weight:800;line-height:1.1}.shop-link span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.price-value{display:inline-block;color:#16120f;font-size:.92rem;font-weight:900}.product-rating{color:#6e6862;font-size:.65rem;line-height:1.1}.product-rating:first-letter{color:#f5a400}.product-quick-actions{margin-top:.28rem}.product-quick-actions button{width:100%;min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;border-radius:7px;background:#ff5b16;color:#fff;font-size:.7rem;font-weight:900}@media(min-width:761px){.product-name{font-size:.82rem}.product-category,.shop-link,.product-rating{font-size:.72rem}}.home-page.app-storefront{width:min(100%,1180px);margin:0 auto;padding:0 1rem 6rem}.commerce-hero{position:relative;min-height:320px;margin:1rem 0 0;overflow:hidden;border-radius:24px;background:linear-gradient(112deg,#12100f,#161210 48%,#e9571d);box-shadow:0 28px 58px #27170d3d;color:#fff}.commerce-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:20px 20px;-webkit-mask-image:radial-gradient(circle at 65% 45%,#000 0%,transparent 58%);mask-image:radial-gradient(circle at 65% 45%,#000 0%,transparent 58%)}.hero-copy{position:relative;z-index:2;width:min(52%,520px);padding:clamp(2rem,4vw,3.2rem)}.hero-copy h1{font-size:clamp(2.2rem,6vw,4.4rem);line-height:.98;letter-spacing:0}.hero-copy h1 span{display:block;color:#ff5b16}.hero-copy p{margin-top:1rem;max-width:26ch;color:#ffffffe0;font-size:clamp(.9rem,2vw,1.18rem);line-height:1.45}.hero-actions{display:flex;gap:.75rem;margin-top:1.4rem;flex-wrap:wrap}.hero-primary-cta,.hero-secondary-cta,.buyer-return{min-height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;padding:.7rem 1.25rem;font-size:.88rem;font-weight:800}.hero-primary-cta{color:#fff;background:#ff5b16;box-shadow:0 10px 20px #ff5b1645}.hero-secondary-cta{color:#211d19;background:#fff}.hero-art{position:absolute;top:0;bottom:0;left:min(52%,520px);right:0;pointer-events:none;display:grid;place-items:stretch}.hero-art:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,16,15,.95) 0%,rgba(18,16,15,.65) 30%,rgba(18,16,15,.2) 60%,transparent 100%);pointer-events:none}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:0 24px 24px 0;box-shadow:inset 0 0 #0000}.plane,.ship,.box-stack{display:none}.ship:before{content:"";position:absolute;left:26px;top:-44px;width:76px;height:48px;border-radius:4px;background:#f4f0e8}.ship span{position:absolute;top:-52px;width:46px;height:46px;background:#c43d12;box-shadow:inset 0 0 0 1px #ffffff2e}.ship span:nth-child(1){right:20px;background:#204760}.ship span:nth-child(2){right:70px;background:#d34b1a}.ship span:nth-child(3){right:120px;background:#842c1b}.box-stack{position:absolute;right:4%;bottom:9%;display:grid;grid-template-columns:52px 52px;align-items:end;filter:drop-shadow(0 12px 15px rgba(0,0,0,.24))}.box-stack i{width:56px;height:54px;background:#bc7843;border:1px solid rgba(66,33,14,.18)}.box-stack i:nth-child(3){grid-column:1 / -1;justify-self:center;background:#d39458}.carousel-dots{display:flex;justify-content:center;gap:.45rem;padding:.55rem 0 .1rem}.carousel-dots span{width:9px;height:9px;border-radius:50%;background:#c7c4c0}.carousel-dots .active{width:22px;border-radius:999px;background:#ff5b16}.mobile-section{margin-top:.95rem}.mobile-section-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.65rem}.mobile-section-header h2{color:#1e1c19;font-size:1.02rem;letter-spacing:0}.mobile-section-header a{color:#e75211;font-size:.82rem;font-weight:800}.icon-row,.mini-product-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(86px,1fr);gap:.55rem;overflow-x:auto;padding:.1rem 0 .45rem;scrollbar-width:none}.icon-row::-webkit-scrollbar,.mini-product-row::-webkit-scrollbar{display:none}.icon-tile{min-height:88px;display:grid;align-content:center;justify-items:center;gap:.45rem;border:1px solid #eee7df;border-radius:10px;background:#fff;color:#1f1d1a;box-shadow:0 6px 18px #271c130d;text-align:center;font-size:.71rem;font-weight:800;line-height:1.15}.icon-tile.active{border-color:#ffb48d;background:#fff6f1}.tile-icon{width:36px;height:36px;display:block;background:#ff5b16}.icon-factory{background:#6fa4c6;clip-path:polygon(8% 86%,8% 38%,26% 48%,26% 32%,44% 44%,44% 26%,64% 40%,64% 14%,82% 14%,82% 86%)}.icon-leaf{background:#51b85d;clip-path:polygon(48% 92%,48% 55%,14% 34%,25% 12%,55% 32%,72% 5%,88% 30%,58% 58%,58% 92%)}.icon-briefcase{background:#6d43b6;clip-path:polygon(18% 28%,38% 28%,38% 18%,62% 18%,62% 28%,82% 28%,82% 82%,18% 82%)}.icon-bank{background:#6d91b7;clip-path:polygon(50% 10%,88% 30%,82% 38%,18% 38%,12% 30%,50% 10%,24% 42%,34% 42%,34% 78%,24% 78%,24% 86%,76% 86%,76% 78%,66% 78%,66% 42%,76% 42%,54% 42%,54% 78%,46% 78%,46% 42%)}.icon-truck{background:#f47b26;clip-path:polygon(8% 30%,58% 30%,58% 50%,72% 50%,82% 62%,92% 62%,92% 78%,8% 78%)}.icon-bag{background:#ef7448;clip-path:polygon(22% 34%,78% 34%,86% 88%,14% 88%)}.icon-phone{background:#2f88c9;clip-path:inset(6% 22% 6% 22% round 4px)}.icon-dress{background:#ef5ca3;clip-path:polygon(38% 8%,62% 8%,70% 30%,82% 88%,18% 88%,30% 30%)}.icon-sofa{background:#68bd64;clip-path:polygon(18% 44%,82% 44%,92% 58%,92% 82%,8% 82%,8% 58%)}.icon-bottle{background:#dd77b5;clip-path:polygon(38% 8%,62% 8%,62% 30%,72% 44%,72% 88%,28% 88%,28% 44%,38% 30%)}.icon-ball{background:#f47a1f;border-radius:50%}.icon-burger{background:#82a946;clip-path:polygon(14% 48%,24% 24%,50% 14%,76% 24%,86% 48%,86% 58%,14% 58%,14% 72%,86% 72%,86% 84%,14% 84%)}.icon-toy{background:#ee8a24;clip-path:polygon(50% 8%,64% 34%,92% 38%,72% 58%,78% 86%,50% 72%,22% 86%,28% 58%,8% 38%,36% 34%)}.icon-book{background:#8664c9;clip-path:polygon(16% 14%,48% 20%,48% 88%,16% 80%,52% 20%,84% 14%,84% 80%,52% 88%)}.featured-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem}.seller-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem}.seller-card{min-width:0;display:flex;align-items:center;gap:.55rem;border:1px solid #eee7df;border-radius:10px;background:#fff;padding:.6rem;box-shadow:0 6px 18px #271c130d}.seller-card img{width:42px;height:42px;border-radius:50%;object-fit:cover;flex:0 0 auto}.seller-card h3{overflow:hidden;font-size:.72rem;line-height:1.2;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap}.seller-card p,.seller-card span{display:block;font-size:.68rem;line-height:1.2}.seller-card p{color:#1f1d1a}.seller-card span{color:#68625c}.mini-product-row{grid-auto-columns:minmax(86px,112px)}.mini-product{position:relative;display:grid;gap:.35rem;border:1px solid #eee7df;border-radius:10px;background:#fff;padding:.45rem;box-shadow:0 6px 18px #271c130d}.mini-product img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px}.mini-product button{position:absolute;top:.46rem;right:.46rem;width:24px;height:24px;border-radius:50%;background:#ffffffe0;color:#8a8580;font-size:1rem;line-height:1}.mini-product strong{color:#111;font-size:.74rem;line-height:1.1}.no-results{padding:1rem;border:1px solid #eee7df;border-radius:10px;background:#fff;color:#68625c;font-size:.86rem}.seller-gateway-section{min-height:calc(100vh - 150px);display:grid;place-items:center;padding:1rem 0}.seller-gateway-card{width:min(560px,100%);border-radius:18px;background:#fff;border:1px solid #eee7df;box-shadow:0 18px 42px #3d231221;padding:1.4rem}.seller-gateway-kicker{color:var(--brand);font-size:.78rem;font-weight:900;text-transform:uppercase}.seller-gateway-card h1{margin-top:.45rem;font-size:clamp(1.8rem,4vw,2.7rem);letter-spacing:0}.seller-gateway-card p{margin-top:.7rem;color:#5f5952}.seller-gateway-actions{display:flex;gap:.7rem;margin-top:1.2rem;flex-wrap:wrap}.buyer-return{margin-top:.8rem;color:var(--brand-deep);background:#fff2ea}@media(max-width:760px){.home-page.app-storefront{padding-inline:.8rem}.commerce-hero{min-height:240px}.hero-copy{width:62%;padding:1.2rem}.hero-primary-cta,.hero-secondary-cta{min-height:40px;padding:.62rem 1rem;font-size:.8rem}.ship{right:5%;bottom:18%;width:180px;height:68px}.box-stack{right:1%;bottom:9%;transform:scale(.82);transform-origin:bottom right}.plane{right:5%;width:92px}.featured-grid{grid-template-columns:repeat(4,minmax(132px,1fr));overflow-x:auto;padding-bottom:.45rem;scrollbar-width:none}.featured-grid::-webkit-scrollbar{display:none}.seller-strip{grid-template-columns:repeat(4,minmax(142px,1fr));overflow-x:auto;padding-bottom:.45rem;scrollbar-width:none}.seller-strip::-webkit-scrollbar{display:none}}@media(max-width:420px){.commerce-hero{min-height:238px}.hero-copy{width:66%}.hero-copy h1{font-size:2.08rem}.hero-copy p{font-size:.86rem}.ship{right:-28px;width:158px}.plane{right:-4px}.box-stack{right:-18px;transform:scale(.72)}}.communication-panel{background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000014;overflow:hidden;position:sticky;top:100px}.panel-header{padding:1.5rem;border-bottom:1px solid #e9ecef}.panel-header h3{margin:0 0 .5rem;font-size:1.25rem;color:#1a1a2e}.panel-header p{margin:0;color:#666;font-size:.9rem}.active-header{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;display:flex;justify-content:space-between;align-items:center}.active-shop-info{display:flex;align-items:center;gap:1rem}.active-shop-avatar{width:48px;height:48px;border-radius:8px;object-fit:cover}.active-shop-info h3{margin:0;color:#fff;font-size:1rem}.connection-status{color:#28a745;font-size:.85rem;font-weight:500}.end-btn{padding:.5rem 1rem;background:#dc3545;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background .3s}.end-btn:hover{background:#c82333}.offline-notice{padding:3rem 1.5rem;text-align:center;color:#999}.offline-notice h3{margin:1rem 0 .5rem;color:#666}.offline-notice p{margin:0;font-size:.9rem}.communication-options{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.comm-option-btn{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border:2px solid #e9ecef;background:#fff;border-radius:12px;cursor:pointer;transition:all .3s;font-size:1rem;font-weight:600;color:#333}.comm-option-btn.chat{border-color:#ab431b66;background:linear-gradient(135deg,#fff2e9,#ffe8da);box-shadow:0 10px 18px #ab431b29}.comm-option-btn:hover{border-color:#ff6b35;background:#fff5f2;transform:translateY(-2px)}.comm-option-btn svg{flex-shrink:0}.comm-option-btn.chat:hover{border-color:#007bff;background:#f0f7ff}.comm-option-btn.voice:hover{border-color:#28a745;background:#f0fdf4}.comm-option-btn.video:hover{border-color:#6f42c1;background:#f8f5ff}.features-list{padding:1.5rem;border-top:1px solid #e9ecef;display:flex;flex-direction:column;gap:.75rem}.feature-item{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:#666}.chat-container{display:flex;flex-direction:column;height:500px}.quick-prompts{display:flex;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid #e9ecef;overflow-x:auto}.quick-prompts button{border:1px solid #ead8c8;background:#fff8f2;color:#6e563f;border-radius:999px;padding:.35rem .7rem;font-size:.76rem;font-weight:700;white-space:nowrap}.messages-area{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;background:#f8f9fa}.message{display:flex;flex-direction:column;max-width:80%}.message.customer{align-self:flex-end;align-items:flex-end}.message.seller{align-self:flex-start;align-items:flex-start}.message-content{padding:.75rem 1rem;border-radius:12px;word-wrap:break-word}.message.customer .message-content{background:#ff6b35;color:#fff;border-bottom-right-radius:4px}.message.seller .message-content{background:#fff;color:#333;border-bottom-left-radius:4px;box-shadow:0 1px 2px #0000000d}.message-time{font-size:.75rem;color:#999;margin-top:.25rem;padding:0 .5rem}.chat-actions{display:flex;gap:.5rem;padding:1rem;border-top:1px solid #e9ecef;background:#fff}.icon-btn{padding:.75rem;background:#f8f9fa;border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s}.icon-btn:hover{background:#e9ecef}.message-form{flex:1;display:flex;gap:.5rem}.message-input{flex:1;padding:.75rem 1rem;border:1px solid #e9ecef;border-radius:8px;outline:none;font-size:.95rem}.message-input:focus{border-color:#ff6b35}.send-btn{padding:.75rem 1rem;background:#ff6b35;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background .3s;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 16px #ab431b3d}.send-btn:hover{background:#ff5722}.call-container{display:flex;flex-direction:column;height:500px}.call-display{flex:1;background:#1a1a2e;display:flex;align-items:center;justify-content:center;position:relative}.voice-call{display:flex;flex-direction:column;align-items:center;gap:1.5rem;color:#fff}.call-avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #ff6b35}.call-status{color:#28a745;font-weight:500}.video-call{width:100%;height:100%;position:relative}.video-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#fff}.video-avatar{width:100px;height:100px;border-radius:50%;object-fit:cover}.video-local{position:absolute;bottom:1rem;right:1rem;width:120px;height:90px;background:#2d2d3a;border-radius:8px;overflow:hidden}.video-local-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.9rem}.call-info{padding:1rem 1.5rem;background:#fff;border-bottom:1px solid #e9ecef;display:flex;flex-direction:column;align-items:center;gap:.5rem}.call-duration{font-size:1.5rem;font-weight:700;color:#1a1a2e;font-variant-numeric:tabular-nums}.tracking-indicator{display:flex;align-items:center;gap:.5rem;color:#28a745;font-size:.85rem;font-weight:600}.call-checklist{color:#666;text-align:center;font-size:.8rem}.call-controls{padding:1.5rem;display:flex;gap:1rem;justify-content:center;background:#fff}.control-btn{width:56px;height:56px;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s}.control-btn.mute{background:#e9ecef;color:#333}.control-btn.mute:hover{background:#dee2e6}.control-btn.camera{background:#e9ecef;color:#333}.control-btn.camera:hover{background:#dee2e6}.control-btn.end-call{background:#dc3545;color:#fff}.control-btn.end-call:hover{background:#c82333;transform:scale(1.05)}@media(max-width:1024px){.communication-panel{position:static}}.shop-detail-page{min-height:100vh;padding:1.35rem 0 2rem}.shop-detail-container{max-width:1320px;margin:0 auto;padding:0 1rem}.back-link{display:inline-flex;align-items:center;color:#6e665d;text-decoration:none;margin-bottom:1rem;font-weight:700;transition:color .3s}.back-link:hover{color:var(--brand)}.shop-header-section{margin-bottom:2rem}.storefront-section{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--line);padding:1.2rem;box-shadow:var(--shadow-sm);margin-bottom:1rem}.shop-header-card{background:var(--surface);border-radius:24px;border:1px solid var(--line);padding:clamp(1rem,2.6vw,1.8rem);box-shadow:var(--shadow-sm);display:flex;gap:1.25rem;align-items:flex-start}.shop-avatar-large{width:clamp(100px,12vw,146px);height:clamp(100px,12vw,146px);border-radius:18px;object-fit:cover;flex-shrink:0}.shop-header-info{flex:1}.shop-title-row{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.shop-title-row h1{margin:0;font-size:clamp(1.4rem,2.6vw,2rem);color:var(--text-strong)}.verified-icon{flex-shrink:0}.shop-status{padding:.35rem .8rem;border-radius:999px;font-size:.78rem;font-weight:700;margin-left:auto}.shop-status.online{background:#ddf8ef;color:#0f725f}.shop-status.offline{background:#f3ddd8;color:#8e5747}.shop-description-text{color:var(--text-muted);font-size:1rem;line-height:1.6;margin-bottom:1rem}.request-order-note{border-radius:12px;border:1px solid #ffd9c6;background:#fff5ee;padding:.7rem}.request-order-note p{color:#7a5a45;font-size:.85rem;margin-top:.2rem}.shop-meta{display:flex;gap:2rem;align-items:center}.meta-item{display:flex;align-items:center;gap:.5rem;color:#6f665c}.rating-large{color:var(--brand);font-size:1.35rem;font-weight:800}.reviews-text{color:#8f867b}.shop-content{display:grid;grid-template-columns:1fr minmax(300px,370px);gap:1rem}.main-content{display:flex;flex-direction:column;gap:2rem}.location-section,.order-completion-section,.products-section{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--line);padding:1.2rem;box-shadow:var(--shadow-sm)}.order-completion-section h2{margin:0;font-size:1.2rem;color:var(--text-strong)}.completion-subtitle{margin-top:.4rem;color:var(--text-muted);font-size:.92rem}.completion-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.completion-card{border-radius:14px;border:1px solid var(--line);background:var(--surface-tint);padding:.85rem}.completion-label{display:inline-flex;align-items:center;padding:.2rem .52rem;border-radius:999px;background:#0f8a7a1f;color:#0f705f;font-size:.72rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.completion-card h3{margin-top:.55rem;font-size:.98rem;color:var(--text-strong)}.completion-options{margin-top:.65rem;display:grid;gap:.45rem}.completion-option{border-radius:10px;border:1px solid var(--line);background:#fff;color:#4f473e;font-size:.82rem;font-weight:700;padding:.55rem .65rem;text-align:left}.completion-option.active{border-color:transparent;background:linear-gradient(135deg,var(--brand),var(--brand-deep));color:#fff}.summary-card p{margin-top:.55rem;color:var(--text-muted);font-size:.88rem}.completion-cta{margin-top:.75rem;width:100%;border-radius:10px;padding:.62rem .75rem;background:linear-gradient(135deg,var(--brand),var(--brand-deep));color:#fff;font-size:.85rem;font-weight:800}.section-header-with-action{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header-with-action h2{margin:0;font-size:1.26rem;color:var(--text-strong)}.section-header-with-action span{display:inline-flex;padding:.32rem .65rem;border-radius:999px;background:#f2eee8;color:#6a5d4c;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.public-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}.public-link-card{border-radius:14px;border:1px solid var(--line);background:#fffaf4;padding:.9rem;text-align:left}.public-link-card strong{display:block;color:var(--text-strong);font-size:.92rem}.public-link-card span{display:block;margin-top:.25rem;color:var(--text-muted);font-size:.82rem;word-break:break-all}.channel-follow-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}.channel-follow-card{border-radius:14px;border:1px solid var(--line);background:#fffaf4;padding:.9rem}.channel-follow-top{display:flex;justify-content:space-between;gap:.75rem}.channel-follow-top h3{font-size:.98rem;color:var(--text-strong)}.channel-follow-top p{margin-top:.18rem;color:var(--text-muted);font-size:.82rem}.channel-follow-top span{align-self:flex-start;font-size:.76rem;color:var(--brand-deep);font-weight:800}.channel-follow-card>p{margin-top:.55rem;color:var(--text-muted);font-size:.88rem}.channel-follow-footer{margin-top:.7rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.channel-follow-footer span{font-size:.76rem;color:#7a7167}.follow-channel-btn{border-radius:999px;padding:.45rem .8rem;background:linear-gradient(135deg,var(--brand),var(--brand-deep));color:#fff;font-size:.78rem;font-weight:800}.follow-channel-btn.following{background:#ddf8ef;color:#0f725f}.navigate-btn{display:flex;align-items:center;gap:.5rem;padding:.64rem 1rem;background:linear-gradient(135deg,var(--brand),var(--brand-deep));color:#fff;border:none;border-radius:10px;font-weight:700;cursor:pointer;transition:transform .2s ease}.navigate-btn:hover{transform:translateY(-1px)}.location-info{margin-bottom:1.5rem}.address{font-size:1rem;color:#3c352f;margin-bottom:.5rem}.coordinates{color:#70685f;font-family:monospace;font-size:.86rem;display:flex;align-items:center;gap:1rem}.live-indicator{color:#28a745;font-weight:700;font-family:sans-serif;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.map-container{background:#f0e4d6;border-radius:12px;border:1px solid #e5d3be;overflow:hidden;aspect-ratio:16 / 9}.map-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#666}.map-note{font-size:.86rem;color:#877f74;margin:0}.tracking-note{color:#28a745;font-weight:600;margin:0}.open-maps-btn{margin-top:1rem;padding:.65rem 1rem;background:#fff;border:1px solid var(--brand);color:var(--brand);border-radius:10px;font-weight:700;cursor:pointer;transition:all .2s}.open-maps-btn:hover{background:var(--brand);color:#fff}.products-section h2{margin:0 0 1.5rem;font-size:1.2rem;color:var(--text-strong)}.products-list{display:flex;flex-direction:column;gap:1rem}.product-item{display:flex;gap:1rem;padding:.8rem;background:var(--surface-tint);border:1px solid var(--line);border-radius:12px;align-items:center;transition:background .3s}.product-item:hover{background:#f2e7d9}.product-thumbnail{width:80px;height:80px;border-radius:8px;object-fit:cover}.product-item-details{flex:1}.product-item-details h3{margin:0 0 .25rem;font-size:.98rem;color:var(--text-strong)}.product-category{margin:0 0 .5rem;font-size:.8rem;color:#938b80}.product-price{margin:0;font-size:1.15rem;font-weight:800;color:var(--brand)}.stock-badge{padding:.42rem .75rem;background:#dbf6ee;color:#0f725f;border-radius:999px;font-size:.75rem;font-weight:700}.no-products{color:#8f877c;text-align:center;padding:2rem}.not-found{text-align:center;padding:4rem 1rem;font-size:1.5rem;color:#6e665d}@media(max-width:1024px){.shop-content{grid-template-columns:1fr}.storefront-section{margin-bottom:.85rem}.completion-grid{grid-template-columns:1fr}.sidebar{order:-1}}@media(max-width:768px){.shop-header-card{flex-direction:column;text-align:center;padding:1rem}.shop-avatar-large{margin:0 auto}.shop-title-row{flex-direction:column;gap:.5rem}.shop-status{margin-left:0}.shop-meta{flex-direction:column;gap:1rem}.section-header-with-action{flex-direction:column;align-items:flex-start;gap:1rem}.navigate-btn{width:100%;justify-content:center}.channel-follow-footer{flex-direction:column;align-items:flex-start}.product-item{flex-direction:column;text-align:center}}.all-shops-page{min-height:100vh;padding:2.2rem 0}.all-shops-container{max-width:1320px;margin:0 auto;padding:0 1rem}.page-header{text-align:center;margin-bottom:1.9rem}.page-header h1{font-size:clamp(1.8rem,3.6vw,2.8rem);color:var(--text-strong);margin:0 0 .5rem}.page-header p{color:var(--text-muted);font-size:1rem}.shops-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.shop-card{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--line);overflow:hidden;text-decoration:none;color:inherit;box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column}.shop-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.shop-card-header{position:relative;height:190px;overflow:hidden}.shop-card-avatar{width:100%;height:100%;object-fit:cover}.online-dot{position:absolute;top:.8rem;right:.8rem;color:var(--accent);font-size:1.7rem;text-shadow:0 0 12px rgba(15,138,122,.45);animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.5}}.shop-card-body{padding:1.1rem;display:flex;flex-direction:column;gap:.85rem;flex:1}.shop-card-title{display:flex;align-items:center;gap:.5rem}.shop-card-title h2{margin:0;font-size:1.15rem;color:var(--text-strong)}.shop-card-description{margin:0;color:var(--text-muted);line-height:1.5;font-size:.9rem}.shop-card-links{display:flex;flex-wrap:wrap;gap:.45rem}.shop-link-chip{border-radius:999px;padding:.35rem .6rem;font-size:.72rem;font-weight:800;border:1px solid var(--line);background:#fffaf4;color:#614f3f}.website-chip{background:#fff1e8;color:var(--brand-deep)}.social-chip{background:#f2f7ff;color:#2f5f9b}.shop-card-channel-count{margin:0;color:#7a7167;font-size:.82rem;font-weight:700}.shop-card-location{display:flex;align-items:center;gap:.5rem;color:#6f665c;font-size:.85rem}.shop-card-stats{display:flex;gap:1rem;padding-top:.85rem;border-top:1px solid var(--line);align-items:center}.stat{display:flex;flex-direction:column;gap:.25rem}.stat-value{font-weight:700;color:var(--text-strong);font-size:1rem}.stat-label{font-size:.75rem;color:#938b80;text-transform:uppercase;letter-spacing:.5px}.stat-badge{padding:.4rem .72rem;border-radius:999px;font-size:.75rem;font-weight:700;margin-left:auto}.stat-badge.online{background:#dbf6ee;color:#0e6f5f}.stat-badge.offline{background:#f2ddd8;color:#8f5646}.contact-btn{width:100%;padding:.8rem;background:linear-gradient(135deg,var(--brand),var(--brand-deep));color:#fff;border:none;border-radius:10px;font-weight:700;font-size:.92rem;cursor:pointer;transition:transform .2s ease;margin-top:auto;box-shadow:0 10px 18px #ab431b38}.contact-btn:hover{transform:translateY(-2px);box-shadow:0 14px 26px #ab431b4d}@media(max-width:768px){.all-shops-page{padding:1.2rem 0}.shops-list{grid-template-columns:1fr;gap:.9rem}}.seller-dashboard-page{min-height:100vh;padding:1.2rem 0 2rem}.seller-dashboard-container{max-width:1320px;margin:0 auto;padding:0 1rem}.seller-hero{background:radial-gradient(circle at 10% 20%,rgba(255,130,67,.2),transparent 36%),linear-gradient(125deg,#0f0f0f,#1b1b1b 55%,#ff6a21);border-radius:24px;color:#f5faf9;padding:1.5rem;margin-bottom:1rem;box-shadow:var(--shadow-lg);display:flex;justify-content:space-between;gap:1rem;align-items:flex-end}.seller-kicker{text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:700;opacity:.8}.seller-hero h1{margin-top:.35rem;font-size:clamp(1.45rem,2.7vw,2.35rem)}.seller-hero p{margin-top:.55rem;max-width:68ch;opacity:.9}.seller-hero-copy{max-width:760px}.seller-hero-highlight{min-width:220px;border-radius:18px;padding:1rem;background:#ffffff1f;border:1px solid rgba(255,255,255,.14)}.seller-hero-highlight span{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;opacity:.78}.seller-hero-highlight strong{display:block;margin-top:.4rem;font-size:1.2rem}.seller-hero-highlight p{margin-top:.45rem;opacity:.88}.seller-highlight-small{margin-top:.55rem;font-size:.8rem;opacity:.82}.inline-toggle{display:inline-flex;align-items:center;gap:.55rem;margin:.4rem 0 .9rem;color:var(--text-strong);font-weight:700}.inline-toggle input{width:16px;height:16px;accent-color:var(--brand-deep)}.seller-public-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:1rem;margin-bottom:1rem}.storefront-card,.analytics-card,.channels-card{height:100%}.storefront-note{color:var(--text-muted);font-size:.92rem;margin-bottom:.85rem}.storefront-preview{border-radius:12px;border:1px dashed var(--line);background:#fffaf4;padding:.75rem}.storefront-preview strong{display:block;margin-bottom:.2rem;color:var(--text-strong)}.storefront-preview p{margin:0;color:var(--brand-deep);font-size:.86rem;word-break:break-all}.storefront-links-preview{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.85rem}.analytics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.analytics-tile{border-radius:14px;border:1px solid var(--line);background:#fffaf4;padding:.85rem}.analytics-tile strong{display:block;color:var(--text-strong);font-size:1.35rem}.analytics-tile p{margin-top:.2rem;color:var(--text-strong);font-size:.88rem}.analytics-tile span{display:block;margin-top:.2rem;color:var(--text-muted);font-size:.76rem}.channels-card{margin-bottom:1rem}.channels-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.75rem;margin-top:1rem}.channel-card{border-radius:14px;border:1px solid var(--line);background:#fffaf4;padding:.9rem}.channel-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.channel-card-top h3{font-size:1rem;color:var(--text-strong)}.channel-card-top p{margin-top:.18rem;color:var(--text-muted);font-size:.82rem}.channel-status{border-radius:999px;padding:.22rem .5rem;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.channel-status.active{background:#ddf8ef;color:#0f725f}.channel-status.inactive{background:#f3ddd8;color:#8e5747}.channel-card>p{margin-top:.55rem;color:var(--text-muted);font-size:.88rem}.channel-card-meta{margin-top:.65rem;display:flex;justify-content:space-between;gap:.5rem;color:#6d645a;font-size:.78rem}.seller-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;margin-bottom:1rem}.metric-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:1rem;box-shadow:var(--shadow-sm)}.metric-card h3{font-size:.92rem;color:var(--text-muted);margin-bottom:.35rem}.metric-card p{font-size:1.6rem;font-weight:800;color:var(--text-strong)}.seller-ops-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.ops-card{min-height:100%}.section-heading-row{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.9rem}.section-heading-row span{display:inline-flex;padding:.32rem .65rem;border-radius:999px;background:#f2eee8;color:#6a5d4c;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.request-list{display:grid;gap:.75rem}.request-card{border-radius:14px;padding:.9rem;background:#fffcf8;border:1px solid var(--line)}.request-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.request-card-top h3{font-size:1rem}.request-card-top p{margin-top:.15rem;color:#7e756a;font-size:.82rem}.request-card-top span{border-radius:999px;padding:.3rem .55rem;background:#fff0e8;color:var(--brand-deep);font-size:.76rem;font-weight:800;white-space:nowrap}.request-card strong{display:block;margin-top:.6rem;color:var(--text-strong);font-size:.96rem}.request-card>p{margin-top:.35rem;color:var(--text-muted);font-size:.9rem}.request-card-footer{margin-top:.75rem;display:flex;justify-content:space-between;align-items:center;gap:.75rem}.request-card-footer span{font-size:.8rem;color:#775f52}.request-action{border-radius:999px;padding:.45rem .8rem;background:linear-gradient(135deg,var(--brand),var(--brand-deep));color:#fff;font-size:.78rem;font-weight:800}.fulfillment-track{display:grid;gap:.75rem}.fulfillment-step{padding:.9rem;border-radius:14px;background:#fffcf8;border:1px solid var(--line)}.fulfillment-step.active{background:linear-gradient(180deg,#fff3eb,#fff);border-color:#ffd8c3}.fulfillment-step span{display:block;font-weight:800;color:var(--text-strong);font-size:.95rem}.fulfillment-step p{margin-top:.3rem;color:var(--text-muted);font-size:.9rem}.warehouse-note{margin-top:.8rem;padding:.9rem;border-radius:14px;background:#f7f1ea;border:1px solid var(--line)}.warehouse-note strong{display:block;color:var(--text-strong)}.warehouse-note p{margin-top:.35rem;color:var(--text-muted);font-size:.9rem}.seller-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:1rem}.seller-card{background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-sm);padding:1rem}.seller-card h2{font-size:1.2rem;margin-bottom:.8rem}.seller-form{display:flex;flex-direction:column;gap:.55rem}.seller-form label{font-size:.82rem;font-weight:700;color:#60594f}.seller-form input,.seller-form select,.seller-form textarea{border:1px solid var(--line);border-radius:10px;padding:.65rem .75rem;font-size:.92rem;background:#fffcf8}.seller-form textarea{min-height:84px;resize:vertical}.seller-image-preview{width:min(100%,220px);border-radius:12px;border:1px solid var(--line);object-fit:cover}.seller-form-row{display:grid;grid-template-columns:1fr 1fr;gap:.65rem}.seller-submit-btn{margin-top:.4rem;border-radius:10px;padding:.7rem 1rem;background:linear-gradient(135deg,var(--brand),var(--brand-deep));color:#fff;font-weight:700;box-shadow:0 10px 20px #ab431b3d;transition:transform .2s ease,box-shadow .2s ease}.seller-submit-btn:hover{transform:translateY(-2px);box-shadow:0 14px 26px #ab431b54}.seller-cancel-btn{border-radius:10px;padding:.68rem 1rem;border:1px solid var(--line);background:#fff6ee;color:#6f4f3f;font-weight:700}.listing-list{display:flex;flex-direction:column;gap:.75rem}.listing-item{border:1px solid var(--line);border-radius:12px;padding:.65rem;display:grid;grid-template-columns:70px 1fr auto;gap:.7rem;align-items:center;background:#fffcf8}.listing-image{width:70px;height:70px;border-radius:10px;object-fit:cover}.listing-body h3{font-size:.97rem}.listing-body p{color:#7e756a;font-size:.84rem;margin-top:.2rem}.listing-meta{margin-top:.35rem;display:flex;gap:.75rem;color:#514a42;font-size:.83rem;font-weight:700}.listing-tags{margin-top:.45rem;display:flex;gap:.45rem;flex-wrap:wrap}.listing-tag{display:inline-flex;align-items:center;padding:.22rem .5rem;border-radius:999px;font-size:.72rem;font-weight:800;color:#5f4b3c;background:#efe7dd}.listing-contact-line{margin-top:.24rem;color:#6b6258;font-size:.78rem}.listing-actions{display:flex;flex-direction:column;gap:.45rem}.listing-edit{border-radius:999px;padding:.4rem .7rem;font-size:.76rem;font-weight:700;background:#f6efe5;color:#6d4a30}.listing-toggle{border-radius:999px;padding:.4rem .7rem;font-size:.76rem;font-weight:700}.listing-toggle.active{background:#ddf8ef;color:#0f725f}.listing-toggle.paused{background:#f3ddd8;color:#8e5747}@media(max-width:980px){.seller-hero{flex-direction:column;align-items:flex-start}.seller-public-grid,.seller-metrics,.seller-ops-grid,.seller-grid,.seller-form-row{grid-template-columns:1fr}}@media(max-width:600px){.section-heading-row{align-items:flex-start;flex-direction:column}.listing-item{grid-template-columns:1fr;text-align:center}.listing-image{margin:0 auto}.listing-meta{justify-content:center;flex-wrap:wrap}.listing-tags{justify-content:center}.listing-toggle{justify-self:center}.listing-actions{align-items:center}.analytics-grid{grid-template-columns:1fr}.channel-card-meta{flex-direction:column}}.cart-page{min-height:100vh;padding:1.2rem 0 2rem}.cart-container{max-width:1100px;margin:0 auto;padding:0 1rem}.cart-header h1{font-size:1.8rem}.cart-header p{color:var(--text-muted);margin-top:.35rem}.empty-state{margin-top:1rem;border-radius:16px;border:1px solid var(--line);background:var(--surface);padding:1.2rem}.empty-cta{margin-top:.7rem;display:inline-flex;border-radius:999px;padding:.55rem .9rem;background:linear-gradient(135deg,var(--brand),var(--brand-deep));color:#fff;font-weight:700}.cart-list{margin-top:1rem;display:grid;gap:.8rem}.cart-item{display:grid;grid-template-columns:84px 1fr auto;gap:.8rem;align-items:center;border-radius:14px;border:1px solid var(--line);background:var(--surface);padding:.75rem}.cart-image{width:84px;height:84px;border-radius:10px;object-fit:cover}.cart-details p{margin-top:.2rem;color:var(--text-muted);font-size:.84rem}.cart-details strong{display:block;margin-top:.35rem;color:var(--brand)}.cart-actions{display:grid;gap:.5rem}.qty-control{display:flex;align-items:center;gap:.45rem}.qty-control button{width:30px;height:30px;border-radius:8px;background:#f2ece6;font-weight:800}.remove-btn{border-radius:999px;padding:.35rem .7rem;background:#fbe8df;color:#9e4b26;font-size:.76rem;font-weight:700}.cart-summary{margin-top:1rem;border-radius:16px;border:1px solid var(--line);background:linear-gradient(180deg,#fffaf6,#fff);padding:1rem}.cart-summary p{margin-top:.25rem;font-size:1.5rem;font-weight:800}.cart-summary small{display:block;margin-top:.35rem;color:var(--text-muted)}.checkout-btn{margin-top:.7rem;display:inline-flex;border-radius:999px;padding:.55rem .9rem;background:linear-gradient(135deg,var(--brand),var(--brand-deep));color:#fff;font-weight:700}@media(max-width:700px){.cart-item{grid-template-columns:1fr}.cart-image{width:100%;max-width:160px;height:120px}}.wishlist-page{min-height:100vh;padding:1.2rem 0 2rem}.wishlist-container{max-width:1100px;margin:0 auto;padding:0 1rem}.wishlist-header p{margin-top:.35rem;color:var(--text-muted)}.wishlist-empty{margin-top:1rem;border-radius:16px;border:1px solid var(--line);background:var(--surface);padding:1rem}.wishlist-cta{margin-top:.65rem;display:inline-flex;border-radius:999px;padding:.5rem .85rem;background:linear-gradient(135deg,var(--brand),var(--brand-deep));color:#fff;font-weight:700}.wishlist-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.9rem}.wishlist-card{border-radius:14px;border:1px solid var(--line);background:var(--surface);overflow:hidden}.wishlist-image{width:100%;height:170px;object-fit:cover}.wishlist-body{padding:.8rem}.wishlist-body p{margin-top:.25rem;color:var(--text-muted);font-size:.84rem}.wishlist-body strong{display:block;margin-top:.45rem;color:var(--brand)}.wishlist-actions{margin-top:.7rem;display:grid;gap:.45rem}.wishlist-actions button{border-radius:10px;padding:.52rem .65rem;background:linear-gradient(135deg,var(--brand),var(--brand-deep));color:#fff;font-size:.82rem;font-weight:700}.wishlist-actions .ghost{background:#f6eee8;color:#5f4e41}.utility-page{min-height:100vh;padding:1.2rem 0 2rem}.utility-container{max-width:1100px;margin:0 auto;padding:0 1rem}.utility-subtitle{margin-top:.35rem;color:var(--text-muted)}.utility-grid{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.8rem}.utility-card{border-radius:14px;border:1px solid var(--line);background:var(--surface);padding:.9rem}.utility-card p{margin-top:.35rem;color:var(--text-muted);font-size:.9rem}.utility-card small{margin-top:.4rem;display:block;color:#7d7267}.utility-note{display:block;margin-top:.9rem;color:#7d7267}.signin-container{min-height:100vh;background:linear-gradient(to right,#f8f8f8,#e7dccf);display:flex;justify-content:center;align-items:center;font-family:Segoe UI,sans-serif;padding:20px}.signin-card{width:400px;max-width:100%;background:#fff;padding:35px;border-radius:16px;box-shadow:0 10px 25px #00000014;text-align:center;box-sizing:border-box}.signin-card h2{margin-bottom:5px;font-size:28px;font-weight:700;color:#111}.subtitle{text-align:center;color:#666;margin-bottom:25px;font-size:14px}.signin-logo{width:104px;height:104px;border-radius:20px;object-fit:contain;background:#fff;padding:.45rem;margin:0 auto 15px;box-shadow:0 12px 26px #0000001f;display:block}label{font-size:14px;margin-bottom:5px;margin-top:15px;font-weight:500;color:#333}input{padding:12px;border-radius:8px;border:1px solid #ddd;font-size:14px;transition:border-color .3s ease}select{padding:12px;border-radius:8px;border:1px solid #ddd;font-size:14px;transition:border-color .3s ease;background:#fff}.password-wrapper{position:relative}.toggle-password{position:absolute;right:12px;top:12px;font-size:13px;color:#f15a00;cursor:pointer;font-weight:600}.signin-card .role-select{display:flex;gap:12px;margin-top:8px}.signin-card .role-card{flex:1;padding:12px;text-align:center;border-radius:10px;border:2px solid #ddd;cursor:pointer;transition:.25s ease}.signin-card .role-card h3{margin:0}.signin-card .role-card p{font-size:12px;color:#777;margin-top:3px}.signin-card .role-card.active{border-color:#f15a00;background:#fff6f1}.signin-btn{margin-top:25px;padding:14px;background:linear-gradient(135deg,#f15a00,#c94700);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 10px 20px #ab431b3d;min-height:48px}.signin-btn:hover{transform:translateY(-2px);box-shadow:0 14px 26px #ab431b52}.signup-text{margin-top:20px;font-size:14px;text-align:center}.signup-text a{color:#f15a00;font-weight:600;text-decoration:none}@media(max-width:500px){.signin-card{width:90%;padding:22px}.signin-card h2{font-size:24px}.signin-logo{width:86px;height:86px}.signin-card .role-select{flex-direction:column;gap:10px}}.signup-page{min-height:100vh;background:linear-gradient(to right,#f8f8f8,#e7dccf);display:flex;flex-direction:column;align-items:center;padding-top:60px;font-family:Segoe UI,sans-serif}.signup-header{text-align:center;margin-bottom:30px}.signup-logo{width:104px;height:104px;border-radius:20px;object-fit:contain;background:#fff;padding:.45rem;margin:0 auto 15px;box-shadow:0 12px 26px #0000001f;display:block}.signup-header h1{font-size:28px;font-weight:700}.signup-header h1 span{color:#f15a00}.tagline{color:#555;font-size:14px}.signup-card{width:420px;max-width:100%;background:#fff;padding:35px;border-radius:16px;box-shadow:0 10px 25px #00000014}.signup-card h2{text-align:center;margin-bottom:5px}.subtitle{text-align:center;color:#666;margin-bottom:25px}form{display:flex;flex-direction:column}label{font-size:14px;margin-bottom:5px;margin-top:15px}input{padding:12px;border-radius:8px;border:1px solid #ddd;font-size:14px}select{padding:12px;border-radius:8px;border:1px solid #ddd;font-size:14px;background:#fff}input:focus{outline:none;border-color:#f15a00}select:focus{outline:none;border-color:#f15a00}.role-select{display:flex;gap:15px;margin-top:10px}.role-card{flex:1;padding:15px;text-align:center;border-radius:10px;border:2px solid #ddd;cursor:pointer;transition:.3s ease}.role-card h3{margin:0}.role-card p{font-size:13px;color:#777}.role-card.active{border-color:#f15a00;background:#fff6f1}.create-btn{margin-top:25px;padding:14px;background:linear-gradient(135deg,#f15a00,#c94700);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 10px 20px #ab431b3d;min-height:48px}.create-btn:hover{transform:translateY(-2px);box-shadow:0 14px 26px #ab431b52}.signin-link{text-align:center;margin-top:20px;font-size:14px}.signin-link a{color:#f15a00;font-weight:600;text-decoration:none}@media(max-width:500px){.signup-page{padding-top:36px}.signup-card{width:90%;padding:22px}.signup-logo{width:86px;height:86px;margin-bottom:12px}.role-select{flex-direction:column;gap:10px}}.app{min-height:100vh;display:flex;flex-direction:column}*{box-sizing:border-box}button{font-family:inherit}.layout-main{padding-bottom:92px}a{color:inherit;text-decoration:none}
