:root{--ink:#0b0913;--muted:#70697b;--purple:#6d28d9;--violet:#8b5cf6;--pink:#d946ef;--soft:#f7f4fb;--line:#e8e2ee;--dark:#0b0713}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:#fff}.announcement{height:34px;padding:8px 4%;background:linear-gradient(90deg,#14082b,#32105d);color:#fff;font-size:12px}.header{height:82px;padding:0 4%;display:flex;align-items:center;gap:30px;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(255,255,255,.95);backdrop-filter:blur(16px);z-index:20}.brand img{width:245px;display:block}.search{height:46px;max-width:700px;flex:1;display:flex;border:1px solid var(--line);background:#f8f7fa;border-radius:12px;overflow:hidden}.search input{min-width:0;flex:1;border:0;background:transparent;padding:0 16px;outline:0}.search button{width:56px;border:0;background:linear-gradient(135deg,var(--purple),var(--pink));color:#fff;font-size:24px}.account-tools button{border:0;background:var(--ink);color:#fff;padding:12px 17px;border-radius:10px;font-weight:700}.nav{display:flex;align-items:center;gap:34px;padding:13px 4%;border-bottom:1px solid var(--line);font-size:13px;font-weight:700}.nav a{color:var(--ink);text-decoration:none}.nav a:nth-last-child(2){margin-left:auto;color:var(--purple)}#pageProgress{height:3px;position:fixed;top:116px;left:0;width:0;background:linear-gradient(90deg,var(--purple),var(--pink));z-index:60;transition:.2s}#pageProgress.active{width:72%}.shell{width:min(1430px,92%);margin:auto}.hero{margin-top:22px;min-height:520px;border-radius:24px;overflow:hidden;display:grid;grid-template-columns:1.05fr .95fr;color:#fff;background:radial-gradient(circle at 75% 30%,rgba(168,85,247,.46),transparent 32%),linear-gradient(135deg,#090614,#21103d 55%,#0c0717)}.hero-copy{padding:70px}.eyebrow{display:inline-flex;gap:8px;align-items:center;font-size:12px;font-weight:850;letter-spacing:1.5px;color:#a855f7;text-transform:uppercase}.hero .eyebrow{color:#d8b4fe}.hero h1,.page-hero h1{font-size:clamp(42px,5.5vw,76px);line-height:1.02;letter-spacing:-3.3px;margin:18px 0}.hero h1 span{background:linear-gradient(105deg,#c084fc,#f0abfc);-webkit-background-clip:text;color:transparent}.hero p{font-size:18px;line-height:1.7;color:#d5cbdf;max-width:640px}.actions{display:flex;gap:13px;margin:30px 0}.button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);padding:14px 21px;border-radius:11px;text-decoration:none;font-weight:800;cursor:pointer}.button.primary{border:0;color:#fff;background:linear-gradient(135deg,var(--purple),var(--pink));box-shadow:0 14px 35px rgba(109,40,217,.3)}.button.light{background:#fff;color:var(--ink)}.trust{display:flex;flex-wrap:wrap;gap:24px;font-size:12px;color:#ddd2e6}.cube-world{position:relative;display:grid;place-items:center;perspective:1000px}.halo{position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(124,58,237,.4),transparent 67%);animation:halo 4s ease-in-out infinite}@keyframes halo{50%{transform:scale(1.15);opacity:.7}}.cube{width:220px;height:220px;position:relative;transform-style:preserve-3d;transform:rotateX(-22deg) rotateY(35deg);animation:spin 17s linear infinite}@keyframes spin{to{transform:rotateX(-22deg) rotateY(395deg)}}.face{position:absolute;width:220px;height:220px;border:1px solid rgba(233,213,255,.55);background:linear-gradient(145deg,rgba(139,92,246,.3),rgba(10,7,18,.55));display:grid;place-items:center;font-size:64px;box-shadow:inset 0 0 45px rgba(168,85,247,.16)}.front{transform:translateZ(110px)}.back{transform:rotateY(180deg) translateZ(110px)}.right{transform:rotateY(90deg) translateZ(110px)}.left{transform:rotateY(-90deg) translateZ(110px)}.top{transform:rotateX(90deg) translateZ(110px)}.bottom{transform:rotateX(-90deg) translateZ(110px)}.section{padding:55px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px}.section-head h2{font-size:32px;letter-spacing:-1.2px;margin:7px 0}.section-head p{color:var(--muted);margin:0}.category-grid,.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:24px}.category{min-height:175px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,#fff,#faf7ff);padding:23px;text-align:left;transition:.25s}.category:hover{transform:translateY(-5px);border-color:#c4b5fd;box-shadow:0 18px 42px rgba(55,23,87,.1)}.category i{display:block;font-size:46px;font-style:normal}.category b{display:block;font-size:17px;margin:15px 0 5px}.category span{font-size:12px;color:var(--muted)}.feature{padding:25px;border-radius:18px;background:var(--soft);border:1px solid #efe8f8}.feature i{font-size:31px;font-style:normal}.feature h3{margin:13px 0 7px}.feature p{font-size:13px;line-height:1.6;color:var(--muted)}.seller-callout{width:min(1430px,92%);margin:20px auto 50px;padding:55px;border-radius:25px;background:linear-gradient(120deg,#5b21b6,#8b5cf6 65%,#d946ef);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:30px}.seller-callout h2{font-size:36px;margin:9px 0}.seller-callout p{color:#eadfff;max-width:750px}.page-hero{padding:65px 0 30px}.page-hero p{max-width:750px;color:var(--muted);font-size:17px;line-height:1.7}.shop-placeholder{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.shop-card{border:1px solid var(--line);border-radius:19px;overflow:hidden}.shop-cover{height:180px;background:radial-gradient(circle at 50% 20%,#7c3aed,#160b29 68%);display:grid;place-items:center;font-size:70px}.shop-body{padding:18px}.shop-body p{color:var(--muted);font-size:13px}.sell-layout{display:grid;grid-template-columns:1fr 1fr;gap:45px;align-items:center}.seller-form{border:1px solid var(--line);border-radius:20px;padding:26px;box-shadow:0 25px 65px rgba(46,20,71,.09)}.seller-form input,.seller-form select,.seller-form textarea,.modal input{width:100%;padding:13px;border:1px solid var(--line);border-radius:10px;margin:7px 0 13px;outline:0}.seller-form textarea{min-height:110px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:35px}.about-panel{padding:35px;border-radius:22px;background:var(--soft)}footer{background:var(--dark);color:#fff;padding:50px max(4%,calc((100% - 1430px)/2));display:grid;grid-template-columns:2fr 1fr 1fr;gap:45px;margin-top:50px}footer img{width:240px;filter:brightness(0) invert(1)}footer p,footer a{color:#aaa0b7;font-size:13px;line-height:1.7}footer a{display:block;margin:8px 0}.modal-backdrop{position:fixed;inset:0;background:rgba(7,4,12,.72);display:grid;place-items:center;padding:20px;z-index:100}.modal{width:min(470px,100%);background:#fff;border-radius:21px;padding:29px;position:relative}.close{position:absolute;right:14px;top:10px;border:0;background:none;font-size:28px}.tabs{display:flex;background:var(--soft);padding:4px;border-radius:10px;margin:18px 0}.tabs button{flex:1;border:0;background:transparent;padding:10px;border-radius:8px}.tabs button.active{background:#fff;box-shadow:0 3px 10px #0001}.modal .button{width:100%;margin-top:7px}.modal small{display:block;color:var(--muted);line-height:1.5}.toast{background:#100a18;color:#fff;padding:13px 18px;border-radius:10px;margin:8px;box-shadow:0 15px 45px #0005}#toastRoot{position:fixed;right:20px;bottom:80px;z-index:200}.mobile-nav{display:none}.install-alert{padding:13px;background:#fff2c7;border-bottom:1px solid #ead79a;text-align:center;font-size:13px}.install-alert a{color:#6d28d9;font-weight:800}
@media(max-width:950px){.hero{grid-template-columns:1fr}.cube-world{min-height:420px}.category-grid,.feature-grid{grid-template-columns:repeat(2,1fr)}.shop-placeholder{grid-template-columns:repeat(2,1fr)}.sell-layout,.about-grid{grid-template-columns:1fr}.seller-callout{align-items:flex-start;flex-direction:column}}
@media(max-width:680px){body{padding-bottom:68px}.announcement{text-align:center;height:auto}.header{height:68px;padding:0 15px}.brand img{width:175px}.search{position:absolute;top:78px;left:4%;right:4%;max-width:none}.account-tools{margin-left:auto}.account-tools button{font-size:0;width:43px;height:43px;padding:0}.account-tools button:after{content:"◎";font-size:21px}.nav{display:none}#app{padding-top:62px}.hero{width:100%;border-radius:0;margin-top:0}.hero-copy{padding:42px 22px}.hero h1{letter-spacing:-2px}.hero p{font-size:15px}.cube-world{min-height:330px;overflow:hidden}.cube{transform:scale(.72) rotateX(-22deg) rotateY(35deg)}.category-grid,.feature-grid{grid-template-columns:1fr 1fr;gap:10px}.category{min-height:150px;padding:16px}.shop-placeholder{grid-template-columns:1fr}.seller-callout{padding:35px 24px;width:100%;border-radius:0}.section{padding:40px 0}.section-head h2{font-size:27px}footer{grid-template-columns:1fr;padding:40px 22px}.mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--line);z-index:50;justify-content:space-around;padding:8px}.mobile-nav a,.mobile-nav button{border:0;background:none;color:var(--ink);text-decoration:none;display:flex;flex-direction:column;align-items:center;font-size:18px}.mobile-nav span{font-size:10px}.mobile-nav .sell{width:54px;height:54px;border-radius:50%;background:var(--purple);color:#fff;margin-top:-28px;justify-content:center}}

.product-live .shop-cover img,.shop-cover img{width:100%;height:100%;object-fit:cover}.product-live .shop-cover{background:#f7f4fb}.product-live small{color:var(--muted)}@media(max-width:850px){#marketFilters{grid-template-columns:1fr 1fr!important}}@media(max-width:560px){#marketFilters{grid-template-columns:1fr!important}}

.account-tools{display:flex;align-items:center;gap:10px}.account-tools a{text-decoration:none;color:var(--ink);font-size:13px;font-weight:700}.cart-link{padding:9px 12px;background:var(--soft);border-radius:10px}.cart-list{max-width:900px}.cart-line{display:grid;grid-template-columns:90px 1fr 90px 120px;gap:16px;align-items:center;padding:15px 0;border-bottom:1px solid var(--line)}.cart-line img,.cart-ph{width:90px;height:90px;object-fit:cover;border-radius:12px;background:var(--soft);display:grid;place-items:center;font-size:35px}.cart-line div:nth-child(2){display:flex;flex-direction:column;gap:4px}.cart-line small{color:var(--muted)}.cart-line input{width:80px;padding:10px;border:1px solid var(--line);border-radius:8px}.cart-total{display:flex;justify-content:space-between;font-size:20px;padding:22px 0}.order-card{border:1px solid var(--line);border-radius:16px;padding:18px;margin-bottom:14px;display:grid;grid-template-columns:1fr auto;gap:14px}.order-card small{display:block;color:var(--muted);margin-top:5px}.order-card>div:nth-child(2){text-align:right}.order-status{display:block;text-transform:capitalize;background:#ede9fe;color:#5b21b6;padding:6px 10px;border-radius:999px;font-size:11px;margin-bottom:7px}.order-card details{grid-column:1/-1}.order-card summary{cursor:pointer;color:var(--purple)}@media(max-width:680px){.orders-link{display:none}.cart-line{grid-template-columns:68px 1fr 70px}.cart-line img,.cart-ph{width:68px;height:68px}.cart-line strong{grid-column:2/-1;text-align:right}.account-tools{gap:4px}}

.buyer-messages{display:grid;grid-template-columns:300px 1fr;gap:18px}.buyer-messages aside{border:1px solid var(--line);border-radius:14px;overflow:hidden}.buyer-messages aside button{display:block;width:100%;padding:13px;text-align:left;border:0;border-bottom:1px solid var(--line);background:#fff}.buyer-messages aside small,.buyer-messages aside span{display:block;color:var(--muted);font-size:11px;margin-top:4px}.buyer-message-box{height:430px;overflow:auto;background:var(--soft);border-radius:14px;padding:15px}.buyer-bubble{max-width:76%;background:#fff;padding:11px 14px;border-radius:14px;margin:8px 0}.buyer-bubble.mine{margin-left:auto;background:#ede9fe}.buyer-messages form{display:flex;gap:8px;margin-top:10px}.buyer-messages form input{flex:1;padding:13px;border:1px solid var(--line);border-radius:10px}@media(max-width:760px){.buyer-messages{grid-template-columns:1fr}.buyer-messages aside{max-height:220px;overflow:auto}}

/* Sprint 5.1 content and navigation experience */
.announcement{display:flex;align-items:center;justify-content:center;gap:8px;background:#0b0713}.announcement span{color:#c084fc}.header{top:0}.explore-trigger{display:grid;grid-template-columns:34px 1fr;grid-template-rows:1fr 1fr;align-items:center;text-align:left;border:1px solid var(--line);background:#fff;border-radius:13px;padding:7px 13px;min-width:185px;cursor:pointer}.explore-trigger .cube-mini{grid-row:1/3;width:29px;height:29px;display:grid;place-items:center;background:#efe7ff;color:var(--purple);border-radius:9px;font-size:20px}.explore-trigger b{font-size:12px}.explore-trigger small{font-size:9px;color:var(--muted)}.icon-link{width:39px;height:39px;display:grid!important;place-items:center;border:1px solid var(--line);border-radius:10px}.nav-stage{position:fixed;inset:116px 0 auto;max-height:0;overflow:hidden;background:rgba(9,6,18,.97);backdrop-filter:blur(25px);z-index:55;color:#fff;transition:max-height .55s cubic-bezier(.2,.75,.25,1);box-shadow:0 35px 80px rgba(0,0,0,.35)}.nav-stage.open{max-height:680px}.nav-stage-inner{width:min(1450px,92%);margin:auto;padding:42px 0 52px;display:grid;grid-template-columns:280px 1fr;gap:45px}.nav-intro h2{font-size:38px;line-height:1.05;margin:15px 0}.nav-intro p{color:#aaa0b8;line-height:1.6}.nav-orbit{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.nav-tile{min-height:145px;padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:18px;color:#fff;text-decoration:none;background:rgba(255,255,255,.045);display:flex;flex-direction:column;justify-content:flex-end;transition:.25s}.nav-tile:hover{transform:translateY(-5px);background:rgba(255,255,255,.1);border-color:#a78bfa}.nav-tile i{font-style:normal;font-size:26px;margin-bottom:auto;color:#c4b5fd}.nav-tile b{font-size:17px}.nav-tile span{font-size:11px;color:#aaa0b8;margin-top:5px}.nav-tile.featured{background:linear-gradient(145deg,#5b21b6,#8b5cf6);grid-column:span 2}.nav-tile.seller{background:#fff;color:#130b20}.nav-tile.seller span{color:#71687b}.quick-rail{position:fixed;left:20px;top:50%;transform:translateY(-50%);z-index:18;display:flex;flex-direction:column;gap:8px}.quick-rail a{width:48px;height:48px;border:1px solid var(--line);background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-radius:14px;text-decoration:none;color:var(--ink);display:flex;align-items:center;overflow:hidden;box-shadow:0 8px 25px rgba(25,13,42,.08);transition:.25s}.quick-rail i{width:48px;min-width:48px;text-align:center;font-style:normal}.quick-rail span{white-space:nowrap;font-size:12px;font-weight:700;padding-right:14px}.quick-rail a:hover{width:135px}.quick-rail .sell{background:var(--purple);color:#fff;border-color:var(--purple)}body.nav-open{overflow:hidden}.visual-home{min-height:660px;background:radial-gradient(circle at 78% 35%,rgba(168,85,247,.2),transparent 28%),linear-gradient(145deg,#090611,#171026 68%,#090611);color:#fff;overflow:hidden}.visual-grid{min-height:660px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:55px}.visual-copy h1{font-size:clamp(48px,6.5vw,92px);line-height:.94;letter-spacing:-5px;margin:18px 0;max-width:800px}.visual-copy p{font-size:17px;line-height:1.7;color:#cfc5d9;max-width:630px}.discovery-tags{display:flex;flex-wrap:wrap;gap:9px}.discovery-tags span{padding:8px 11px;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#cfc5d9;font-size:11px}.cube-gallery{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:250px 180px;gap:12px;transform:rotate(2deg)}.cube-display{position:relative;border:1px solid rgba(255,255,255,.14);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.035));display:flex;flex-direction:column;justify-content:flex-end;padding:22px;overflow:hidden;box-shadow:inset 0 0 50px rgba(124,58,237,.13)}.cube-display i{font-style:normal;font-size:88px;position:absolute;right:20px;top:18px;filter:drop-shadow(0 20px 25px rgba(0,0,0,.35));transition:.35s}.cube-display:hover i{transform:scale(1.15) rotate(-5deg)}.cube-display span{font-size:11px;color:#c4b5fd;text-transform:uppercase;letter-spacing:1px}.cube-display b{font-size:18px;margin-top:4px}.cube-display.tall{grid-row:span 2}.cube-display.wide{grid-column:span 1;background:linear-gradient(145deg,#6d28d9,#d946ef)}.cube-display.wide div{font-size:60px;margin-bottom:auto}.discovery-strip{display:flex;align-items:center;gap:20px;padding:20px 0;font-size:10px;text-transform:uppercase;letter-spacing:1.2px}.discovery-strip div{height:1px;background:var(--line);flex:1}.mood-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:14px;margin-top:25px}.mood{min-height:290px;border-radius:23px;padding:28px;text-decoration:none;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden}.mood span{font-size:11px;text-transform:uppercase;letter-spacing:1px}.mood h3{font-size:30px;line-height:1.05;margin:10px 0}.mood i{position:absolute;right:25px;top:25px;font-style:normal;font-size:25px}.mood.violet{background:linear-gradient(145deg,#6d28d9,#a855f7);color:#fff}.mood.cream{background:#f0e9dc;color:#1b1520}.mood.dark{background:#120b1f;color:#fff}.editorial-hero{padding:90px 0 55px}.editorial-hero h1,.story-hero h1,.sell-hero h1{font-size:clamp(45px,6vw,78px);line-height:1;letter-spacing:-3.5px;margin:16px 0}.editorial-hero p,.story-hero p,.sell-hero p{font-size:18px;line-height:1.75;color:var(--muted);max-width:780px}.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;padding-bottom:70px}.support-grid article{padding:28px;border:1px solid var(--line);border-radius:20px;background:#fff}.support-grid article>i{font-style:normal;font-size:34px}.support-grid details{border-top:1px solid var(--line);padding:15px 0}.support-grid summary{font-weight:700;cursor:pointer}.support-grid details p{font-size:13px;color:var(--muted);line-height:1.6}.story-hero{padding:110px 0;background:#0b0713;color:#fff}.story-hero p{color:#bcb2c7}.manifesto{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;padding:75px 0}.manifesto blockquote{font-size:52px;line-height:1.05;letter-spacing:-2px;margin:0;color:var(--purple)}.manifesto p{color:var(--muted);line-height:1.75}.contact-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;padding-bottom:80px}.contact-card{padding:28px;border:1px solid var(--line);border-radius:22px}.contact-card input,.contact-card select,.contact-card textarea{width:100%;padding:13px;border:1px solid var(--line);border-radius:10px;margin:7px 0 14px}.contact-card textarea{min-height:150px}.contact-layout aside{padding:40px;background:#0b0713;color:#fff;border-radius:22px}.contact-note{margin-top:40px;padding:18px;border:1px solid rgba(255,255,255,.14);border-radius:14px;color:#bdb3c7;font-size:13px}.privacy-layout{display:grid;grid-template-columns:220px 1fr;gap:50px;padding-bottom:80px}.privacy-layout aside{position:sticky;top:140px;height:max-content}.privacy-layout aside a{display:block;padding:10px 0;color:var(--muted);text-decoration:none}.privacy-layout article{max-width:850px}.privacy-layout article h2{font-size:32px;margin-top:45px}.privacy-layout article p{font-size:16px;color:var(--muted);line-height:1.8}.sell-hero{background:linear-gradient(145deg,#f6f0ff,#fff);padding:80px 0}.sell-hero-grid{display:grid;grid-template-columns:1fr .8fr;gap:70px;align-items:center}.seller-steps{display:flex;gap:10px;margin:28px 0}.seller-steps span{display:flex;align-items:center;gap:8px;padding:9px 12px;background:#fff;border:1px solid var(--line);border-radius:999px;font-size:12px}.seller-steps b{width:23px;height:23px;display:grid;place-items:center;background:var(--purple);color:#fff;border-radius:50%}.listing-preview{background:#fff;border:1px solid var(--line);border-radius:25px;padding:15px;transform:rotate(2deg);box-shadow:0 30px 80px rgba(63,27,96,.15)}.preview-image{height:310px;border-radius:18px;background:radial-gradient(circle,#d8b4fe,#ede9fe 42%,#faf8ff);display:grid;place-items:center;font-size:75px;color:var(--purple)}.preview-image small{display:block;font-size:11px}.listing-preview>div:last-child{padding:18px}.listing-preview span{font-size:10px;color:var(--muted)}.listing-preview h3{font-size:25px}.listing-preview b{color:var(--purple)}.seller-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;padding:55px 0}.seller-benefits article{padding:25px;border:1px solid var(--line);border-radius:18px}.seller-benefits i{font-style:normal;font-size:28px}.seller-benefits p{color:var(--muted);line-height:1.6}.wizard-progress{height:5px;background:var(--soft);border-radius:10px;overflow:hidden;margin-bottom:25px}.wizard-progress i{display:block;height:100%;background:linear-gradient(90deg,var(--purple),var(--pink));transition:.3s}.wizard-modal label{display:block}.wizard-modal input,.wizard-modal select,.wizard-modal textarea{width:100%;padding:12px;border:1px solid var(--line);border-radius:9px;margin:7px 0 13px}.wizard-modal textarea{min-height:100px}.wizard-success{padding:15px;background:#ecfdf5;border-radius:12px;margin:18px 0}
@media(max-width:1100px){.quick-rail{display:none}.nav-stage-inner{grid-template-columns:1fr}.nav-intro{display:none}.nav-orbit{grid-template-columns:repeat(4,1fr)}.visual-grid{grid-template-columns:1fr}.visual-home,.visual-grid{min-height:auto}.visual-copy{padding-top:70px}.cube-gallery{margin-bottom:60px}.support-grid{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.explore-trigger{min-width:0;width:43px;height:43px;padding:6px}.explore-trigger b,.explore-trigger small{display:none}.explore-trigger .cube-mini{grid-row:auto}.nav-stage{inset:102px 0 0;max-height:0;overflow:auto}.nav-stage.open{max-height:calc(100vh - 102px)}.nav-stage-inner{padding:22px 0}.nav-orbit{grid-template-columns:1fr 1fr}.nav-tile,.nav-tile.featured{grid-column:auto;min-height:125px}.visual-copy h1{font-size:52px;letter-spacing:-2.5px}.cube-gallery{grid-template-rows:190px 145px}.cube-display i{font-size:60px}.mood-grid,.support-grid,.manifesto,.contact-layout,.privacy-layout,.sell-hero-grid,.seller-benefits{grid-template-columns:1fr}.manifesto{gap:30px}.manifesto blockquote{font-size:40px}.privacy-layout aside{position:static;display:flex;overflow:auto;gap:15px}.seller-steps{flex-direction:column;align-items:flex-start}.listing-preview{transform:none}}


/* Public experience v7 */
.site-footer a{cursor:pointer;text-decoration:none}.site-footer{background:#0b0713;color:#fff;padding:64px max(4%,calc((100% - 1430px)/2));display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px;margin-top:70px}.site-footer img{width:250px;filter:brightness(0) invert(1)}.site-footer p,.site-footer a{color:#aaa1b5;font-size:13px;line-height:1.7}.site-footer a{display:block;margin:9px 0}.site-footer b{display:block;margin-bottom:14px}.footer-social{display:flex;gap:16px}.footer-social a{display:inline-block}
.public-hero{color:#fff;overflow:hidden}.public-hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:50px;min-height:620px}.public-hero h1,.editorial-hero h1,.guide-hero h1,.about-public-hero h1,.contact-public-hero h1,.privacy-public-hero h1{font-size:clamp(48px,7vw,96px);line-height:.94;letter-spacing:-5px;margin:20px 0}.public-hero p,.editorial-hero p,.guide-hero p,.about-public-hero p,.contact-public-hero p,.privacy-public-hero p{font-size:18px;line-height:1.75;max-width:760px}.marketplace-hero{background:radial-gradient(circle at 76% 35%,rgba(217,70,239,.34),transparent 28%),linear-gradient(135deg,#080410,#210b3f 58%,#090512)}.market-shelves{height:480px;display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:1fr 1fr;gap:13px;transform:rotateY(-6deg) rotateX(2deg);perspective:1000px}.shelf-card{position:relative;border:1px solid rgba(255,255,255,.17);background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.03));border-radius:20px;padding:24px;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 30px 70px rgba(0,0,0,.28);overflow:hidden}.shelf-card i{font-size:78px;position:absolute;inset:30px auto auto 50%;transform:translateX(-50%);font-style:normal;filter:drop-shadow(0 20px 24px #0008)}.shelf-card span{font-size:10px;letter-spacing:1.5px;color:#ddd0f3}.shelf-card b{font-size:20px}.shelf-card.one{grid-row:1/-1}.shelf-card.four{background:linear-gradient(135deg,#5b21b6,#a855f7)}.shelf-card.four i{font-size:110px}.button.glass{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);color:#fff;backdrop-filter:blur(12px)}.experience-band{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:-28px;position:relative;z-index:2;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 20px 50px rgba(28,11,45,.12)}.experience-band div{padding:22px;border-right:1px solid var(--line)}.experience-band div:last-child{border:0}.experience-band b{display:block;color:var(--purple);font-size:12px}.experience-band span{font-size:13px}
.public-filter-bar{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:10px;padding:14px;background:var(--soft);border:1px solid var(--line);border-radius:15px;margin-bottom:20px}.public-filter-bar input,.public-filter-bar select{padding:13px;border:1px solid var(--line);border-radius:10px;background:#fff}.public-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.public-product{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff;transition:.25s}.public-product:hover{transform:translateY(-6px);box-shadow:0 22px 48px rgba(42,16,67,.13)}.public-product>button{width:100%;border:0;background:#fff;text-align:left;padding:0 0 16px}.public-product-image{height:260px;background:#f5f1f9;display:grid;place-items:center;position:relative;overflow:hidden}.public-product-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.public-product:hover img{transform:scale(1.06)}.public-product-image span{font-size:72px}.public-product-image i{position:absolute;bottom:-50px;padding:10px 14px;background:#0b0713;color:#fff;border-radius:9px;font-style:normal;transition:.25s}.public-product:hover .public-product-image i{bottom:13px}.public-product small,.public-product h3,.public-product b{display:block;margin-left:15px;margin-right:15px}.public-product small{margin-top:13px;color:var(--muted)}.public-product h3{min-height:42px;margin-top:7px;margin-bottom:8px}.public-product b{color:var(--purple)}
.editorial-hero,.guide-hero{padding:85px 0 42px}.editorial-hero h1,.guide-hero h1{color:var(--ink)}.editorial-hero p,.guide-hero p{color:var(--muted)}.discover-control{display:flex;gap:8px;overflow:auto;padding-bottom:18px}.discover-control button{border:1px solid var(--line);background:#fff;padding:11px 16px;border-radius:999px;white-space:nowrap}.discover-control button.active{background:var(--ink);color:#fff}.masonry-feed{columns:4 260px;column-gap:16px}.masonry-item{break-inside:avoid;margin:0 0 16px;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}.masonry-item button{width:100%;border:0;background:#fff;text-align:left;padding:0 15px 15px}.masonry-item button>div{height:260px;margin:0 -15px 13px;background:#f5f1f9;display:grid;place-items:center;overflow:hidden}.masonry-item.size-0 button>div,.masonry-item.size-3 button>div{height:390px}.masonry-item.size-2 button>div{height:210px}.masonry-item img{width:100%;height:100%;object-fit:cover;transition:.4s}.masonry-item:hover img{transform:scale(1.04)}.masonry-item span{font-size:75px}.masonry-item small{color:var(--muted)}.masonry-item h3{margin:7px 0}.masonry-item b{color:var(--purple)}.story-banner{margin-top:65px;padding:55px;border-radius:24px;background:linear-gradient(135deg,#f3e8ff,#fff);display:flex;justify-content:space-between;gap:30px;align-items:center}.story-banner h2{font-size:36px;max-width:820px}
.shops-hero{padding:105px 0;background:radial-gradient(circle at 80% 20%,rgba(168,85,247,.35),transparent 30%),linear-gradient(140deg,#090512,#1d0b35)}.shops-hero h1{font-size:clamp(55px,8vw,110px)}.shop-search{display:flex;max-width:650px;margin-top:30px;background:#fff;border-radius:14px;padding:7px}.shop-search input{flex:1;border:0;padding:11px;outline:0}.shop-search button{border:0;background:var(--purple);color:#fff;padding:0 18px;border-radius:9px}.cube-wall{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.digital-cube{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;animation:cubeEnter .5s both;animation-delay:var(--delay);transition:.3s}@keyframes cubeEnter{from{opacity:0;transform:translateY(20px) scale(.97)}}.digital-cube:hover{transform:translateY(-8px) rotateX(1deg);box-shadow:0 25px 60px rgba(50,20,77,.15)}.cube-shop-visual{height:240px;background:radial-gradient(circle at 50% 20%,#8b5cf6,#160b29 68%);display:grid;place-items:center;position:relative;overflow:hidden}.cube-shop-visual img{width:100%;height:100%;object-fit:cover}.cube-shop-visual span{font-size:82px;filter:drop-shadow(0 22px 22px #0008)}.cube-shop-visual i{position:absolute;right:13px;bottom:13px;background:#fff;padding:7px 10px;border-radius:999px;font-size:11px;font-style:normal}.digital-cube>div:last-child{padding:20px}.digital-cube small{color:var(--purple)}.digital-cube h3{font-size:22px;margin:6px 0}.digital-cube p{color:var(--muted);min-height:42px}.shop-explainer{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-top:75px;padding:50px;background:#0d0717;color:#fff;border-radius:24px}.shop-explainer p{color:#c9bfd2;line-height:1.7}.virtual-cube{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:25px;background:linear-gradient(145deg,#3d176e,#160c28);border:1px solid #7950a8;border-radius:14px;box-shadow:0 30px 70px #0007}.virtual-cube span{grid-column:1/-1;font-size:11px;letter-spacing:2px}.virtual-cube article{height:130px;display:grid;place-items:center;font-size:50px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);border-radius:8px}
.seller-public-hero{background:linear-gradient(135deg,#0b0713,#321058);color:#fff}.seller-phone{width:330px;margin:auto;padding:18px;border:8px solid #17111d;border-radius:38px;background:#fff;color:var(--ink);box-shadow:0 35px 90px #0008}.phone-head{padding:10px;text-align:center;font-size:11px;letter-spacing:1.5px}.phone-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.phone-grid i{height:130px;display:grid;place-items:center;background:#f3edf8;font-size:50px;font-style:normal;border-radius:11px}.seller-phone>b{display:block;padding:18px 5px}.seller-roadmap{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:-30px;position:relative}.seller-roadmap article{padding:20px;background:#fff;border:1px solid var(--line);border-radius:16px}.seller-roadmap article>b{display:grid;place-items:center;width:32px;height:32px;background:#ede9fe;color:var(--purple);border-radius:50%}.seller-roadmap h3{font-size:15px}.seller-roadmap p{font-size:12px;color:var(--muted)}.support-topic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:22px}.support-topic-grid article{padding:24px;border:1px solid var(--line);border-radius:17px}.support-topic-grid i{font-size:30px;font-style:normal}.support-topic-grid p{color:var(--muted);font-size:13px}.seller-requirements{display:grid;grid-template-columns:1.4fr .6fr;gap:20px;margin-top:30px}.seller-requirements>div{padding:35px;border-radius:20px;background:var(--soft)}.seller-requirements li{margin:12px 0;color:var(--muted)}.seller-cta{background:linear-gradient(135deg,#6d28d9,#d946ef)!important;color:#fff}.seller-cta h3{font-size:30px}
.support-hero{background:linear-gradient(135deg,#100721,#5b21b6);color:#fff;text-align:center;padding:95px 0}.support-hero h1{font-size:clamp(48px,7vw,86px);margin:14px 0}.support-hero p{color:#ded4e9}.help-search{width:min(750px,100%);margin:30px auto;display:flex;padding:7px;background:#fff;border-radius:15px}.help-search input{flex:1;border:0;padding:13px;outline:0}.help-search button{border:0;background:var(--ink);color:#fff;border-radius:10px;padding:0 24px}.support-personas{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:40px}.support-personas a{text-align:left;padding:20px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:16px;color:#fff;text-decoration:none}.support-personas i{font-size:28px;font-style:normal}.support-personas b,.support-personas span{display:block}.support-personas span{font-size:12px;color:#d8cfe2;margin-top:5px}.help-topic-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}.help-topic-list button{display:grid;grid-template-columns:90px 1fr auto;align-items:center;gap:12px;text-align:left;padding:18px;border:1px solid var(--line);border-radius:14px;background:#fff}.help-topic-list button>span{font-size:10px;color:var(--purple);font-weight:800}.help-topic-list i{font-style:normal}.support-contact-strip{margin-top:45px;padding:40px;border-radius:20px;background:var(--soft);display:flex;align-items:center;justify-content:space-between;gap:30px}
.guide-layout{display:grid;grid-template-columns:250px 1fr;gap:55px;padding-bottom:50px}.guide-nav{position:sticky;top:145px;height:max-content;border-left:2px solid var(--line)}.guide-nav a{display:block;padding:10px 17px;text-decoration:none;color:var(--muted);font-size:13px}.guide-nav a:hover{color:var(--purple);border-left:2px solid var(--purple);margin-left:-2px}.guide-content{max-width:900px}.guide-content h2{font-size:30px;margin:45px 0 12px;scroll-margin-top:150px}.guide-content p,.guide-content li{color:var(--muted);font-size:16px;line-height:1.8}.safety-box,.legal-note{padding:28px;background:#f3e8ff;border-radius:17px;margin-top:35px}.academy-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:35px}.academy-grid article{padding:18px;background:var(--soft);border-radius:13px}.academy-grid b,.academy-grid span{display:block}.academy-grid span{font-size:13px;color:var(--muted);margin-top:5px}.standalone-guide{max-width:900px;padding-bottom:50px}
.ticket-layout,.contact-public-layout{display:grid;grid-template-columns:1fr 360px;gap:35px;padding-bottom:60px}.support-form{padding:28px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 25px 60px rgba(43,17,67,.08)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid label{font-size:12px;font-weight:700}.form-grid .full{grid-column:1/-1}.form-grid input,.form-grid select,.form-grid textarea{width:100%;padding:13px;border:1px solid var(--line);border-radius:9px;margin-top:7px}.form-grid textarea{min-height:150px}.ticket-aside,.contact-channels{padding:28px;border-radius:20px;background:var(--soft);height:max-content}.ticket-aside li{margin:12px 0;color:var(--muted)}.ticket-success,.form-success{padding:14px;margin-top:15px;background:#d1fae5;border-radius:10px;color:#065f46}.ticket-success span{display:block;margin-top:4px}.form-error{padding:14px;margin-top:15px;background:#fee2e2;border-radius:10px;color:#991b1b}
.about-public-hero,.contact-public-hero,.privacy-public-hero{padding:110px 0;color:#fff;background:linear-gradient(135deg,#0b0713,#281044)}.about-public-hero p,.contact-public-hero p,.privacy-public-hero p{color:#d5ccde}.mission-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:-35px;position:relative}.mission-grid article{padding:30px;background:#fff;border:1px solid var(--line);border-radius:18px}.mission-grid span{font-size:10px;color:var(--purple);font-weight:800;letter-spacing:1.5px}.mission-grid h2{font-size:25px}.mission-grid p{color:var(--muted);line-height:1.7}.values-section{padding:70px 0}.values-section>div{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:20px}.values-section article{padding:24px;border-top:3px solid var(--purple);background:var(--soft)}.values-section p{color:var(--muted)}.timeline-section{background:#0d0717;color:#fff;padding:70px 0}.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:28px}.timeline article{border-top:1px solid #5a436b;padding-top:20px}.timeline b{color:#c084fc}.timeline p{color:#aaa0b5}
.contact-channels article{display:flex;gap:14px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line)}.contact-channels i{font-style:normal;font-size:24px}.contact-channels b,.contact-channels span,.contact-channels a{display:block}.contact-channels span,.contact-channels a{font-size:13px;color:var(--muted);margin-top:4px}.contact-note{padding:18px;background:#fff;border-radius:13px;margin-top:20px}.contact-note p{color:var(--muted);font-size:13px}.privacy-promise{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}.privacy-promise span{padding:10px 13px;border:1px solid rgba(255,255,255,.2);border-radius:999px;font-size:12px}.privacy-guide{padding-top:65px}.empty-state{grid-column:1/-1;padding:50px;text-align:center;background:var(--soft);border-radius:15px}.empty-state b,.empty-state span{display:block}.help-modal p{color:var(--muted);line-height:1.7}.article-feedback{display:flex;gap:8px;align-items:center;margin-top:25px}.article-feedback button{border:1px solid var(--line);background:#fff;padding:9px 13px;border-radius:8px}
@media(max-width:1050px){.public-product-grid{grid-template-columns:repeat(3,1fr)}.cube-wall{grid-template-columns:1fr 1fr}.seller-roadmap{grid-template-columns:repeat(3,1fr)}.support-topic-grid{grid-template-columns:1fr 1fr}.site-footer{grid-template-columns:1.5fr 1fr 1fr}.site-footer>div:last-child{grid-column:2}.mission-grid{grid-template-columns:1fr}.values-section>div,.timeline{grid-template-columns:1fr 1fr}}
@media(max-width:780px){.public-hero-grid,.shop-explainer,.ticket-layout,.contact-public-layout,.seller-requirements{grid-template-columns:1fr}.public-hero-grid{padding:60px 0}.public-hero h1,.editorial-hero h1,.guide-hero h1,.about-public-hero h1,.contact-public-hero h1,.privacy-public-hero h1{letter-spacing:-2.5px}.market-shelves{height:400px}.experience-band{grid-template-columns:1fr 1fr;margin-top:0}.public-filter-bar{grid-template-columns:1fr 1fr}.public-product-grid{grid-template-columns:1fr 1fr}.story-banner,.support-contact-strip{display:block}.story-banner .button,.support-contact-strip .button{margin-top:15px}.cube-wall{grid-template-columns:1fr}.seller-roadmap{grid-template-columns:1fr 1fr;margin-top:20px}.support-personas{grid-template-columns:1fr}.help-topic-list{grid-template-columns:1fr}.guide-layout{grid-template-columns:1fr}.guide-nav{position:static;display:flex;overflow:auto;border:0;padding-bottom:8px}.guide-nav a{white-space:nowrap;border:1px solid var(--line);border-radius:999px;margin-right:7px}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.site-footer{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}
@media(max-width:520px){.public-product-grid{grid-template-columns:1fr 1fr;gap:9px}.public-product-image{height:165px}.public-filter-bar{grid-template-columns:1fr}.market-shelves{height:350px}.shelf-card{padding:13px}.shelf-card i{font-size:52px}.experience-band{grid-template-columns:1fr}.experience-band div{border-right:0;border-bottom:1px solid var(--line)}.masonry-feed{columns:2 140px}.masonry-item button>div,.masonry-item.size-0 button>div,.masonry-item.size-3 button>div{height:190px}.seller-roadmap,.support-topic-grid,.academy-grid,.values-section>div,.timeline{grid-template-columns:1fr}.site-footer{grid-template-columns:1fr}.site-footer>div:last-child{grid-column:auto}}


/* Footer link audit release */
.site-footer{grid-template-columns:1.65fr repeat(4,1fr);position:relative}.footer-logo{display:inline-block}.footer-newsletter{margin-top:22px}.footer-newsletter b{font-size:13px;margin-bottom:8px}.footer-newsletter form{display:flex;max-width:350px;border:1px solid #372d43;border-radius:10px;overflow:hidden;background:#150e20}.footer-newsletter input{min-width:0;flex:1;padding:11px;border:0;background:transparent;color:#fff;outline:0}.footer-newsletter button{border:0;background:linear-gradient(135deg,#6d28d9,#d946ef);color:#fff;padding:0 15px;font-weight:700}.footer-bottom{grid-column:1/-1;border-top:1px solid #2a2233;padding-top:20px;display:flex;justify-content:space-between;gap:20px}.footer-bottom a{display:inline-block;margin:0 0 0 18px}.legacy-linked-footer a{text-decoration:none}
.academy-course-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding-bottom:40px}.academy-course-grid article{padding:24px;border:1px solid var(--line);border-radius:17px;background:linear-gradient(145deg,#fff,#faf7ff)}.academy-course-grid span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#ede9fe;color:var(--purple);font-weight:800}.academy-course-grid p{color:var(--muted);line-height:1.6}.pricing-explainer{display:grid;grid-template-columns:360px 1fr;gap:55px;padding-bottom:60px}.pricing-explainer>article{padding:35px;border-radius:22px;background:linear-gradient(145deg,#190b2e,#6d28d9);color:#fff;height:max-content}.pricing-explainer>article span{font-size:11px;letter-spacing:1.3px}.pricing-explainer>article strong{display:block;font-size:90px;margin:12px 0}.pricing-explainer>article p{color:#ddd2e8;line-height:1.6}.pricing-explainer>div p{color:var(--muted);line-height:1.75}.safety-grid{padding-bottom:35px}
@media(max-width:1150px){.site-footer{grid-template-columns:1.5fr repeat(3,1fr)}.site-footer>div:nth-child(5){grid-column:2}.academy-course-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px){.site-footer{grid-template-columns:1fr 1fr}.site-footer>div:nth-child(5){grid-column:auto}.footer-brand,.footer-bottom{grid-column:1/-1}.pricing-explainer{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}
@media(max-width:520px){.site-footer{grid-template-columns:1fr}.footer-brand,.footer-bottom{grid-column:auto}.academy-course-grid{grid-template-columns:1fr}.footer-bottom a{margin:0 14px 0 0}}


/* TamuBN Commercial Visual App */
:root{--commercial-black:#090611;--commercial-purple:#6d28d9;--commercial-pink:#d946ef;--commercial-glow:#b26cff}
body{background:#fff}.preview-open{overflow:hidden}.commercial-hero{min-height:720px;color:#fff;position:relative;overflow:hidden;background:linear-gradient(135deg,#07040d,#190b31 52%,#0a0512)}.commercial-hero:after{content:"";position:absolute;inset:0;opacity:.22;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(to bottom,#000,transparent)}.commercial-orb{position:absolute;border-radius:50%;filter:blur(70px);opacity:.38}.orb-a{width:420px;height:420px;background:#7c3aed;right:5%;top:-90px}.orb-b{width:300px;height:300px;background:#d946ef;left:25%;bottom:-140px}.commercial-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr .9fr;gap:65px;align-items:center;min-height:720px}.commercial-hero-copy h1{font-size:clamp(64px,8vw,118px);line-height:.86;letter-spacing:-7px;margin:22px 0}.commercial-hero-copy h1 em{font-style:normal;background:linear-gradient(100deg,#b47aff,#f0abfc);-webkit-background-clip:text;color:transparent}.commercial-hero-copy p{max-width:690px;color:#cfc5d8;font-size:18px;line-height:1.75}.commercial-actions{display:flex;gap:12px;margin:30px 0}.commercial-secondary{background:#fff;color:#0b0713;border:0}.commercial-outline{background:transparent!important;color:var(--ink)!important;border:1px solid var(--line)!important}.commercial-hero .commercial-outline{color:#fff!important;border-color:#ffffff38!important}.commercial-proof{display:flex;gap:24px;flex-wrap:wrap;color:#c7bdcf;font-size:12px}.commercial-proof i{font-style:normal;color:#c084fc}.hero-cabinet{height:540px;position:relative;display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:44px 1fr 1fr;gap:10px;padding:18px;background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.16);border-radius:24px;box-shadow:0 45px 120px #0009,inset 0 0 50px #9d4edd1f;transform:perspective(1200px) rotateY(-6deg)}.cabinet-top{grid-column:1/-1;display:flex;justify-content:space-between;font-size:10px;letter-spacing:1.4px;color:#d8cde2}.cabinet-cell{position:relative;border:1px solid rgba(255,255,255,.14);border-radius:13px;background:rgba(255,255,255,.045);color:#fff;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.cabinet-cell i{font-size:64px;font-style:normal;filter:drop-shadow(0 20px 22px #000a);transition:.35s}.cabinet-cell span{font-size:11px;text-transform:uppercase;letter-spacing:1px}.cabinet-cell:hover i{transform:translateY(-8px) scale(1.08)}.cabinet-cell.cell-large{grid-row:2/-1}.cabinet-cell.cell-large i{font-size:110px}.cabinet-glow{position:absolute;inset:20% 10%;background:#7c3aed38;filter:blur(60px);pointer-events:none}.commercial-intro{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:90px 0 45px}.commercial-intro h2,.cube-signature h2,.seller-speed h2{font-size:clamp(38px,5vw,66px);line-height:1;letter-spacing:-3px;margin:12px 0}.commercial-intro p,.cube-signature p,.seller-speed p{color:var(--muted);font-size:16px;line-height:1.75}.commercial-collections{padding:5px 0}.collection-strip{padding:42px 0}.collection-heading{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:18px}.collection-heading h2{font-size:34px;margin:6px 0}.collection-heading p{color:var(--muted);margin:0}.collection-controls{display:flex;gap:8px}.collection-controls button{width:44px;height:44px;border:1px solid var(--line);background:#fff;border-radius:50%;font-size:18px}.horizontal-products{display:flex;gap:15px;overflow-x:auto;padding:5px 2px 22px;scroll-snap-type:x mandatory;scrollbar-width:none;cursor:grab}.horizontal-products::-webkit-scrollbar{display:none}.horizontal-products.dragging{cursor:grabbing;scroll-snap-type:none}.horizontal-product{min-width:270px;width:270px;scroll-snap-align:start}.horizontal-product button{width:100%;border:0;background:#fff;text-align:left}.horizontal-product button>div{height:330px;position:relative;overflow:hidden;border-radius:17px;background:#f3eff7;display:grid;place-items:center}.horizontal-product img{width:100%;height:100%;object-fit:cover;transition:.4s}.horizontal-product:hover img{transform:scale(1.05)}.horizontal-product button>div>span:not(.product-emoji){position:absolute;bottom:-50px;left:15px;right:15px;padding:11px;text-align:center;background:#0b0713;color:#fff;border-radius:9px;transition:.25s}.horizontal-product:hover button>div>span:not(.product-emoji){bottom:14px}.product-emoji{font-size:80px}.horizontal-product small{display:block;color:var(--muted);margin-top:12px}.horizontal-product h3{margin:6px 0;min-height:42px}.horizontal-product b{color:var(--purple)}.collection-empty{min-width:100%;padding:45px;background:var(--soft);border-radius:16px;text-align:center}.cube-signature{margin-top:60px;padding:70px;border-radius:28px;background:linear-gradient(135deg,#0c0714,#2c104e);color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.cube-signature p{color:#c5bacf}.signature-cube-demo{height:430px;position:relative;display:grid;place-items:center;perspective:1000px}.signature-cube-inner{width:340px;height:340px;padding:18px;display:grid;grid-template-columns:1fr 1fr;gap:8px;border:1px solid #8157a7;background:linear-gradient(145deg,#35125f,#12091f);transform:rotateY(-12deg) rotateX(4deg);box-shadow:35px 35px 80px #0008}.signature-cube-inner article{display:grid;place-items:center;font-size:65px;background:#ffffff0c;border:1px solid #ffffff1f}.signature-cube-demo>span{position:absolute;bottom:4px;font-size:10px;letter-spacing:2px;color:#aa9db5}.seller-speed{padding:90px 0;display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center}.seller-speed-actions{display:flex;gap:10px;flex-direction:column}.discover-commercial-head{padding:85px 0 35px;display:flex;justify-content:space-between;align-items:end}.discover-commercial-head h1,.cube-directory-hero h1{font-size:clamp(60px,9vw,120px);line-height:.85;letter-spacing:-7px;margin:14px 0}.discover-commercial-head p{max-width:720px;color:var(--muted);font-size:17px;line-height:1.7}.discover-live-indicator{display:flex;align-items:center;gap:8px;font-size:12px}.discover-live-indicator i{width:9px;height:9px;background:#16a34a;border-radius:50%;box-shadow:0 0 14px #16a34a}.mood-navigation{display:flex;gap:8px;overflow:auto;padding:0 0 25px}.mood-navigation button{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:999px;padding:11px 16px}.mood-navigation button.active{background:#0b0713;color:#fff}.commercial-masonry{columns:4 270px;column-gap:16px}.masonry-product{break-inside:avoid;margin-bottom:16px;border-radius:18px;overflow:hidden;background:#fff;border:1px solid var(--line);transition:.25s}.masonry-product:hover{transform:translateY(-5px);box-shadow:0 20px 50px rgba(47,18,72,.13)}.masonry-product button{width:100%;padding:0;border:0;background:#fff;text-align:left}.masonry-visual{height:300px;position:relative;background:#f4f0f8;overflow:hidden;display:grid;place-items:center}.masonry-product.tall .masonry-visual{height:460px}.masonry-product.compact .masonry-visual{height:220px}.masonry-product.wide .masonry-visual{height:250px}.masonry-visual img{width:100%;height:100%;object-fit:cover;transition:.45s}.masonry-product:hover img{transform:scale(1.045)}.masonry-visual i{position:absolute;top:13px;left:13px;background:#fff;padding:6px 9px;border-radius:999px;font-size:9px;font-style:normal;text-transform:uppercase}.masonry-hover{position:absolute;inset:auto 13px -55px;padding:11px;background:#0b0713;color:#fff;border-radius:9px;text-align:center;transition:.25s}.masonry-product:hover .masonry-hover{bottom:13px}.masonry-meta{padding:14px}.masonry-meta small{color:var(--muted)}.masonry-meta h3{margin:6px 0}.masonry-meta b{color:var(--purple)}.load-more-visual{display:block;margin:35px auto;border:1px solid var(--line);background:#fff;padding:13px 22px;border-radius:999px}.visual-skeleton{min-width:270px;break-inside:avoid;margin-bottom:16px;border-radius:16px;background:#f4f1f6;overflow:hidden;animation:skeletonPulse 1.2s ease-in-out infinite alternate}.visual-skeleton i{display:block;height:300px;background:#ece7f0}.visual-skeleton.skeleton-1 i{height:410px}.visual-skeleton.skeleton-2 i{height:230px}.visual-skeleton b,.visual-skeleton span{display:block;height:13px;background:#e7e0eb;margin:14px;border-radius:5px}.visual-skeleton span{width:45%}@keyframes skeletonPulse{to{opacity:.55}}.cube-directory-hero{padding:100px 0;color:#fff;background:radial-gradient(circle at 75% 35%,#7c3aed55,transparent 28%),linear-gradient(135deg,#08040e,#210c3b)}.cube-directory-grid{display:grid;grid-template-columns:1fr .6fr;gap:50px;align-items:center}.cube-directory-hero p{color:#d1c6db;max-width:700px;line-height:1.7}.cube-directory-object{text-align:center}.wire-cube{width:260px;height:260px;margin:auto;display:grid;place-items:center;border:2px solid #a855f7;transform:rotate(45deg);box-shadow:0 0 80px #7c3aed55,inset 0 0 60px #7c3aed33}.wire-cube span{font-size:130px;transform:rotate(-45deg)}.cube-directory-object small{display:block;margin-top:35px;letter-spacing:2px}.cube-directory-toolbar{display:flex;justify-content:space-between;align-items:center;padding:35px 0}.cube-directory-toolbar input{width:min(600px,75%);padding:14px;border:1px solid var(--line);border-radius:11px}.cube-directory-grid-list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cube-directory-card{border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden;transition:.3s}.cube-directory-card:hover{transform:translateY(-8px);box-shadow:0 30px 70px rgba(46,16,72,.15)}.cube-directory-card>button{width:100%;border:0;background:#fff;padding:0 20px 22px;text-align:left}.cube-card-object{height:280px;margin:0 -20px 17px;position:relative;background:linear-gradient(145deg,#35135f,#10081c);display:grid;place-items:center}.cube-card-face{width:190px;height:190px;border:1px solid #9c69c6;background:#ffffff0c;display:grid;place-items:center;box-shadow:22px 22px 0 #160a27,23px 23px 0 1px #74469a;transition:.35s}.cube-directory-card:hover .cube-card-face{transform:translate(-5px,-5px)}.cube-card-face img{width:100%;height:100%;object-fit:cover}.cube-card-face span{font-size:80px}.cube-card-object i{position:absolute;bottom:14px;right:14px;background:#fff;padding:7px 10px;border-radius:999px;font-size:9px;font-style:normal}.cube-directory-card small{color:var(--purple)}.cube-directory-card h2{font-size:26px;margin:5px 0}.cube-directory-card p{color:var(--muted);min-height:42px}.cube-directory-card b{color:var(--purple)}.cube-view-page{min-height:100vh;background:#0a0610;color:#fff}.cube-view-loading{min-height:80vh;display:grid;place-items:center;align-content:center;gap:15px}.cube-loader{font-size:75px;color:#b26cff;animation:cubeLoader 2.4s linear infinite}@keyframes cubeLoader{to{transform:rotate(360deg)}}.cube-view-header{background:linear-gradient(135deg,#0b0612,#25103f);padding-bottom:45px}.cube-view-topbar{display:flex;justify-content:space-between;align-items:center;padding:22px 0}.cube-view-topbar img{width:210px;filter:brightness(0) invert(1)}.cube-back,.cube-seller-link{border:1px solid #ffffff2b;background:transparent;color:#fff;padding:10px 13px;border-radius:9px;text-decoration:none}.cube-shop-profile{display:grid;grid-template-columns:1fr auto;align-items:end;gap:30px;padding-top:50px}.cube-shop-profile h1{font-size:clamp(55px,8vw,105px);line-height:.9;letter-spacing:-6px;margin:14px 0}.cube-shop-profile p{color:#c6bbcf;max-width:700px}.cube-profile-meta{display:flex;gap:10px;flex-wrap:wrap}.cube-profile-meta span{padding:8px 11px;border:1px solid #ffffff24;border-radius:999px;font-size:11px}.cube-view-actions{display:flex;gap:8px}.cube-experience-shell{display:grid;grid-template-columns:180px 1fr;min-height:680px}.cube-shelf-index{padding:35px 20px;background:#100919;border-right:1px solid #ffffff12}.cube-shelf-index>span{font-size:10px;letter-spacing:2px;color:#9f93aa}.cube-shelf-index button{display:block;width:100%;text-align:left;border:0;background:transparent;color:#a99eb2;padding:12px 0}.cube-shelf-index button.active{color:#fff}.cube-stage-area{padding:25px 35px 55px;overflow:hidden;background:radial-gradient(circle at 50% 40%,#54218744,transparent 42%)}.cube-stage-instructions{display:flex;justify-content:space-between;color:#8f8498;font-size:9px;letter-spacing:2px;margin-bottom:20px}.interactive-cabinet{--cabinet-rotation:-4deg;min-height:570px;padding:24px;display:grid;grid-template-columns:repeat(4,minmax(170px,1fr));gap:11px;align-content:start;border:1px solid #8052a5;background:linear-gradient(145deg,#321256,#13091f);box-shadow:45px 45px 100px #0009,inset 0 0 70px #7c3aed21;transform:perspective(1300px) rotateY(var(--cabinet-rotation));transition:transform .12s;touch-action:none}.cabinet-product{min-height:240px;padding:12px;border:1px solid #ffffff20;background:#ffffff08;color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;text-align:left;overflow:hidden}.cabinet-product>div{height:155px;width:100%;display:grid;place-items:center;margin-bottom:auto}.cabinet-product img{width:100%;height:100%;object-fit:contain}.cabinet-product .product-emoji{font-size:65px}.cabinet-product span:not(.product-emoji){font-size:12px;margin-top:8px}.cabinet-product b{color:#d8b4fe;margin-top:5px}.cube-empty-shelf{grid-column:1/-1;min-height:400px;display:grid;place-items:center;align-content:center;color:#a89caf}.cube-empty-shelf span{font-size:80px}.cube-mobile-products{display:none}.immersive-preview{position:fixed;inset:0;z-index:500;background:#fff;display:grid;grid-template-columns:1.2fr .8fr;overflow:auto;animation:previewEnter .32s ease both}@keyframes previewEnter{from{opacity:0;transform:scale(.985)}}.immersive-close{position:fixed;right:24px;top:20px;z-index:520;width:48px;height:48px;border:0;border-radius:50%;background:#0b0713;color:#fff;font-size:28px}.immersive-loading{grid-column:1/-1;display:grid;place-items:center;align-content:center;gap:15px}.immersive-gallery{background:#f4f1f7;min-height:100vh;padding:65px;display:grid;grid-template-rows:1fr auto}.immersive-main-image{display:grid;place-items:center;min-height:620px}.immersive-main-image img{max-width:100%;max-height:76vh;object-fit:contain}.immersive-main-image .product-emoji{font-size:160px}.immersive-thumbnails{display:flex;justify-content:center;gap:8px}.immersive-thumbnails button{width:70px;height:70px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:5px}.immersive-thumbnails img{width:100%;height:100%;object-fit:cover}.immersive-details{padding:90px 70px;display:flex;flex-direction:column;justify-content:center}.immersive-shop{display:flex;justify-content:space-between;align-items:center;margin-bottom:35px}.immersive-shop a{color:var(--purple);text-decoration:none}.immersive-details h1{font-size:clamp(44px,5vw,72px);line-height:1;letter-spacing:-3px;margin:14px 0}.immersive-price{font-size:27px;font-weight:800;color:var(--purple);margin-bottom:20px}.immersive-price del{font-size:14px;color:#aaa}.immersive-details>p{font-size:16px;line-height:1.75;color:var(--muted)}.immersive-stock{display:flex;align-items:center;gap:8px;padding:13px 0}.immersive-stock i{width:9px;height:9px;border-radius:50%;background:#16a34a}.immersive-actions{display:flex;gap:9px;margin:22px 0}.immersive-assurance{display:flex;gap:12px;flex-wrap:wrap;font-size:11px;color:var(--muted);padding:20px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.immersive-report{margin-top:20px;border:0;background:none;color:#9a8fa2;text-align:left}.commercial-footer{margin-top:80px;background:#0b0713;color:#fff}.commercial-footer-main{display:grid;grid-template-columns:1.8fr repeat(4,1fr);gap:45px;padding-top:65px;padding-bottom:50px}.commercial-footer img{width:250px;filter:brightness(0) invert(1)}.commercial-footer p,.commercial-footer a{color:#aaa0b5;font-size:13px;line-height:1.7}.commercial-footer a{display:block;text-decoration:none;margin:9px 0}.commercial-footer-brand .button{display:inline-flex;color:#fff;margin-top:12px}.commercial-footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #292130;padding-top:20px;padding-bottom:25px;color:#82778c;font-size:11px}.commercial-empty{grid-column:1/-1;padding:50px;border:1px solid var(--line);border-radius:16px;text-align:center;background:#faf8fc}.commercial-empty b,.commercial-empty span{display:block}.commercial-empty.full-page{min-height:80vh;display:grid;place-items:center;align-content:center;gap:12px}.seller-action-fab{position:fixed;right:24px;bottom:24px;z-index:80;display:flex;align-items:center;gap:9px;padding:14px 18px;border-radius:999px;background:linear-gradient(135deg,#6d28d9,#d946ef);color:#fff;text-decoration:none;font-weight:800;box-shadow:0 15px 45px #6d28d955}.seller-action-fab i{font-style:normal;font-size:20px}
@media(max-width:1100px){.commercial-hero-grid{grid-template-columns:1fr}.commercial-hero-copy{padding-top:70px}.hero-cabinet{max-width:700px;margin:0 auto 60px}.commercial-masonry{columns:3 230px}.cube-directory-grid-list{grid-template-columns:1fr 1fr}.interactive-cabinet{grid-template-columns:repeat(3,1fr)}.commercial-footer-main{grid-template-columns:1.5fr repeat(3,1fr)}.commercial-footer-main>div:last-child{grid-column:2}.immersive-preview{grid-template-columns:1fr}.immersive-gallery{min-height:auto}.immersive-main-image{min-height:60vh}.immersive-details{padding:55px}.cube-shop-profile{grid-template-columns:1fr}.cube-view-actions{justify-content:flex-start}}
@media(max-width:780px){.commercial-hero-copy h1,.discover-commercial-head h1,.cube-directory-hero h1,.cube-shop-profile h1{letter-spacing:-3px}.commercial-hero-grid{padding:30px 0}.hero-cabinet{height:430px;transform:none}.commercial-intro,.cube-signature,.seller-speed,.cube-directory-grid{grid-template-columns:1fr}.commercial-intro{padding:60px 0 30px}.cube-signature{padding:35px 24px}.signature-cube-demo{height:340px}.signature-cube-inner{width:270px;height:270px}.seller-speed-actions{flex-direction:row}.discover-commercial-head{display:block}.discover-live-indicator{margin-top:15px}.commercial-masonry{columns:2 180px}.cube-directory-grid-list{grid-template-columns:1fr}.wire-cube{width:190px;height:190px}.cube-experience-shell{grid-template-columns:1fr}.cube-shelf-index{display:flex;overflow:auto;border-right:0;border-bottom:1px solid #ffffff12;padding:12px}.cube-shelf-index>span{display:none}.cube-shelf-index button{width:auto;white-space:nowrap;padding:9px 13px}.cube-stage-area{display:none}.cube-mobile-products{display:block;padding-top:35px;color:var(--ink);background:#fff}.immersive-gallery{padding:45px 20px 20px}.immersive-main-image{min-height:50vh}.immersive-details{padding:38px 22px}.immersive-close{right:13px;top:12px}.commercial-footer-main{grid-template-columns:1fr 1fr}.commercial-footer-brand{grid-column:1/-1}.horizontal-product{min-width:235px;width:235px}.horizontal-product button>div{height:285px}}
@media(max-width:520px){.commercial-hero{min-height:auto}.commercial-hero-copy h1{font-size:58px}.hero-cabinet{height:360px;padding:10px}.cabinet-cell i{font-size:42px}.cabinet-cell.cell-large i{font-size:75px}.commercial-actions,.seller-speed-actions,.immersive-actions{flex-direction:column}.commercial-proof{gap:10px}.collection-heading{align-items:center}.collection-heading h2{font-size:26px}.collection-heading p{display:none}.commercial-masonry{columns:2 140px;column-gap:9px}.masonry-product{margin-bottom:9px}.masonry-visual,.masonry-product.tall .masonry-visual,.masonry-product.wide .masonry-visual{height:190px}.masonry-product.compact .masonry-visual{height:150px}.masonry-meta{padding:10px}.masonry-meta h3{font-size:13px}.cube-directory-toolbar{display:block}.cube-directory-toolbar input{width:100%;margin-bottom:10px}.cube-card-object{height:230px}.commercial-footer-main{grid-template-columns:1fr}.commercial-footer-brand{grid-column:auto}.commercial-footer-bottom{display:block}.seller-action-fab{right:14px;bottom:76px;padding:13px}.seller-action-fab span{display:none}}

/* v86.0.13 — clear authentication state and accessible feedback */
.buyer-auth-message{margin:12px 0;padding:11px 12px;border-radius:10px;background:#fff2f2;color:#9f1239;font-size:13px}
.buyer-auth-message:empty{display:none}
.buyer-auth-message[data-type="pending"]{background:#f4efff;color:#5b21b6}
.buyer-auth-message[data-type="success"]{background:#ecfdf3;color:#166534}
.buyer-auth-form button:disabled,.portal-auth-form button:disabled{opacity:.68;cursor:wait}

#app{transition:opacity .18s ease,transform .18s ease}.route-transitioning #app{opacity:.18;transform:translateY(6px)}


/* =========================================================
   TAMUBN VIBRANT COMMERCIAL UI
   Approved logo retained; interface refreshed for excitement.
   ========================================================= */

:root{
  --brand-purple:#6d28d9;
  --brand-violet:#8b5cf6;
  --brand-magenta:#d946ef;
  --brand-pink:#f472b6;
  --brand-cyan:#22d3ee;
  --brand-lime:#a3e635;
  --brand-orange:#fb923c;
  --brand-yellow:#facc15;
  --brand-ink:#090511;
  --brand-panel:#12091f;
  --brand-soft:#faf7ff;
  --brand-line:#e8def1;
  --brand-gradient:linear-gradient(135deg,#6d28d9 0%,#a855f7 48%,#ec4899 100%);
  --brand-rainbow:linear-gradient(110deg,#6d28d9,#8b5cf6,#22d3ee,#f472b6,#fb923c);
}

body{
  background:
    radial-gradient(circle at 4% 5%,rgba(168,85,247,.08),transparent 24%),
    radial-gradient(circle at 95% 10%,rgba(34,211,238,.08),transparent 22%),
    #fff;
}

.header{
  background:rgba(255,255,255,.82)!important;
  border-bottom:1px solid rgba(109,40,217,.11)!important;
  box-shadow:0 10px 35px rgba(42,15,67,.05);
}

.search{
  background:linear-gradient(135deg,#fbf9ff,#f2edff)!important;
  border:1px solid rgba(109,40,217,.13)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8);
}

.search:focus-within{
  border-color:#8b5cf6!important;
  box-shadow:0 0 0 4px rgba(139,92,246,.12);
}

.nav{
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(18px);
}

.nav a{
  position:relative;
  transition:.2s;
}

.nav a:after{
  content:"";
  position:absolute;
  left:0;
  right:100%;
  bottom:-7px;
  height:2px;
  background:var(--brand-gradient);
  transition:.25s;
}

.nav a:hover{
  color:var(--brand-purple)!important;
}

.nav a:hover:after{
  right:0;
}

.commercial-hero{
  min-height:760px!important;
  background:
    radial-gradient(circle at 82% 17%,rgba(34,211,238,.32),transparent 22%),
    radial-gradient(circle at 72% 72%,rgba(236,72,153,.27),transparent 25%),
    radial-gradient(circle at 14% 16%,rgba(139,92,246,.38),transparent 28%),
    linear-gradient(135deg,#06030c 0%,#17082c 42%,#300c4d 72%,#0a0511 100%)!important;
}

.commercial-hero:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle,rgba(255,255,255,.75) 0 1px,transparent 1.4px);
  background-size:34px 34px;
  opacity:.08;
  animation:starDrift 25s linear infinite;
}

@keyframes starDrift{
  to{background-position:180px 120px}
}

.commercial-orb{
  opacity:.62!important;
  mix-blend-mode:screen;
}

.orb-a{
  background:linear-gradient(135deg,#22d3ee,#8b5cf6)!important;
  width:500px!important;
  height:500px!important;
}

.orb-b{
  background:linear-gradient(135deg,#ec4899,#fb923c)!important;
  width:360px!important;
  height:360px!important;
}

.commercial-hero-copy .eyebrow{
  color:#e9d5ff!important;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.07);
  padding:9px 12px;
  border-radius:999px;
}

.commercial-hero-copy h1 em{
  background:linear-gradient(90deg,#c084fc,#22d3ee,#f472b6,#facc15)!important;
  background-size:250% auto!important;
  -webkit-background-clip:text!important;
  animation:heroTextFlow 5s linear infinite;
}

@keyframes heroTextFlow{
  to{background-position:250% center}
}

.button.primary{
  background:var(--brand-gradient)!important;
  box-shadow:
    0 14px 35px rgba(109,40,217,.34),
    0 0 30px rgba(217,70,239,.16)!important;
  border:0!important;
  transition:.22s!important;
}

.button.primary:hover{
  transform:translateY(-3px) scale(1.015);
  box-shadow:
    0 20px 45px rgba(109,40,217,.42),
    0 0 45px rgba(217,70,239,.24)!important;
}

.commercial-secondary{
  background:rgba(255,255,255,.95)!important;
  color:#14071f!important;
  box-shadow:0 12px 30px rgba(0,0,0,.2);
}

.commercial-secondary:hover{
  background:#fff!important;
  transform:translateY(-3px);
}

.commercial-proof span{
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.055);
  padding:9px 12px;
  border-radius:999px;
}

.hero-cabinet{
  background:
    linear-gradient(145deg,rgba(255,255,255,.17),rgba(255,255,255,.035))!important;
  border:1px solid rgba(255,255,255,.22)!important;
  box-shadow:
    0 55px 130px rgba(0,0,0,.66),
    0 0 65px rgba(139,92,246,.18),
    inset 0 0 55px rgba(34,211,238,.08)!important;
}

.cabinet-cell{
  background:
    radial-gradient(circle at 50% 30%,rgba(255,255,255,.15),transparent 44%),
    linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025))!important;
  border-color:rgba(255,255,255,.19)!important;
}

.cabinet-cell:nth-of-type(2){box-shadow:inset 0 0 35px rgba(34,211,238,.08)}
.cabinet-cell:nth-of-type(3){box-shadow:inset 0 0 35px rgba(244,114,182,.1)}
.cabinet-cell:nth-of-type(4){box-shadow:inset 0 0 35px rgba(250,204,21,.08)}

.cabinet-cell:hover{
  border-color:rgba(255,255,255,.42)!important;
  background:rgba(255,255,255,.11)!important;
}

.commercial-intro{
  position:relative;
}

.commercial-intro:before{
  content:"";
  position:absolute;
  width:150px;
  height:7px;
  top:58px;
  left:0;
  background:var(--brand-rainbow);
  border-radius:999px;
}

.collection-strip{
  position:relative;
}

.collection-strip:nth-child(1){
  background:linear-gradient(135deg,#fff7fb,#faf5ff);
}
.collection-strip:nth-child(2){
  background:linear-gradient(135deg,#f8fbff,#f5f3ff);
}
.collection-strip:nth-child(3){
  background:linear-gradient(135deg,#fffaf2,#fff7ed);
}
.collection-strip:nth-child(4){
  background:linear-gradient(135deg,#f7fff4,#f0fdf4);
}

.collection-strip{
  width:min(1500px,96%)!important;
  padding:38px 30px!important;
  border:1px solid rgba(109,40,217,.09);
  border-radius:26px;
  margin-top:18px!important;
  margin-bottom:18px!important;
  box-shadow:0 20px 60px rgba(44,16,67,.055);
}

.collection-heading h2{
  font-size:38px!important;
  letter-spacing:-1.7px;
}

.collection-controls button{
  border:0!important;
  background:#fff!important;
  box-shadow:0 8px 22px rgba(37,15,56,.1);
  transition:.2s;
}

.collection-controls button:hover{
  background:var(--brand-purple)!important;
  color:#fff;
  transform:translateY(-2px);
}

.horizontal-product button>div{
  box-shadow:0 15px 40px rgba(36,14,54,.08);
  transition:.3s;
}

.horizontal-product:hover button>div{
  transform:translateY(-6px);
  box-shadow:0 25px 55px rgba(48,18,74,.16);
}

.horizontal-product:nth-child(4n+1) button>div{background:linear-gradient(145deg,#f4e8ff,#eafaff)}
.horizontal-product:nth-child(4n+2) button>div{background:linear-gradient(145deg,#fff0f7,#fff7ed)}
.horizontal-product:nth-child(4n+3) button>div{background:linear-gradient(145deg,#ecfeff,#f5f3ff)}
.horizontal-product:nth-child(4n+4) button>div{background:linear-gradient(145deg,#f7fee7,#fefce8)}

.cube-signature{
  background:
    radial-gradient(circle at 82% 20%,rgba(34,211,238,.28),transparent 25%),
    radial-gradient(circle at 18% 82%,rgba(244,114,182,.23),transparent 28%),
    linear-gradient(135deg,#090411,#241040 50%,#3b1053)!important;
  box-shadow:0 40px 100px rgba(35,11,54,.28);
  border:1px solid rgba(255,255,255,.08);
}

.signature-cube-inner{
  background:
    radial-gradient(circle at 50% 25%,rgba(34,211,238,.13),transparent 40%),
    linear-gradient(145deg,#461670,#160922)!important;
  border-color:#b26cff!important;
  box-shadow:
    40px 40px 90px rgba(0,0,0,.6),
    0 0 55px rgba(139,92,246,.24)!important;
  animation:cubeHover 4s ease-in-out infinite;
}

@keyframes cubeHover{
  50%{transform:rotateY(-9deg) rotateX(2deg) translateY(-10px)}
}

.signature-cube-inner article:nth-child(1){background:rgba(244,114,182,.08)}
.signature-cube-inner article:nth-child(2){background:rgba(34,211,238,.08)}
.signature-cube-inner article:nth-child(3){background:rgba(250,204,21,.07)}
.signature-cube-inner article:nth-child(4){background:rgba(163,230,53,.07)}

.seller-speed{
  padding:70px 50px!important;
  margin-top:70px!important;
  margin-bottom:70px!important;
  border-radius:28px;
  background:
    radial-gradient(circle at 90% 0%,rgba(34,211,238,.13),transparent 24%),
    linear-gradient(135deg,#faf5ff,#fff7fb 55%,#f0fdff);
  border:1px solid rgba(109,40,217,.11);
}

.discover-commercial-head{
  position:relative;
}

.discover-commercial-head:after{
  content:"DISCOVER";
  position:absolute;
  right:0;
  bottom:0;
  font-size:clamp(90px,15vw,210px);
  font-weight:900;
  line-height:.7;
  letter-spacing:-10px;
  color:rgba(109,40,217,.035);
  pointer-events:none;
}

.mood-navigation button{
  transition:.2s;
  box-shadow:0 7px 20px rgba(43,16,66,.05);
}

.mood-navigation button:hover{
  transform:translateY(-2px);
  border-color:#8b5cf6;
}

.mood-navigation button.active{
  background:var(--brand-gradient)!important;
  border:0!important;
  box-shadow:0 12px 30px rgba(109,40,217,.28);
}

.masonry-product{
  border:0!important;
  box-shadow:0 13px 36px rgba(42,15,65,.08);
}

.masonry-product:nth-child(5n+1) .masonry-visual{background:linear-gradient(145deg,#f2e9ff,#e9fbff)}
.masonry-product:nth-child(5n+2) .masonry-visual{background:linear-gradient(145deg,#fff0f7,#fff5e9)}
.masonry-product:nth-child(5n+3) .masonry-visual{background:linear-gradient(145deg,#edfff8,#f6f1ff)}
.masonry-product:nth-child(5n+4) .masonry-visual{background:linear-gradient(145deg,#fff9df,#fff0f3)}
.masonry-product:nth-child(5n+5) .masonry-visual{background:linear-gradient(145deg,#eefaff,#f9efff)}

.masonry-hover{
  background:linear-gradient(135deg,#14071f,#6d28d9)!important;
}

.load-more-visual{
  background:#0c0713!important;
  color:#fff;
  border:0!important;
  box-shadow:0 12px 28px rgba(18,7,28,.18);
}

.load-more-visual:hover{
  background:var(--brand-purple)!important;
}

.cube-directory-hero{
  background:
    radial-gradient(circle at 75% 20%,rgba(34,211,238,.34),transparent 23%),
    radial-gradient(circle at 85% 75%,rgba(244,114,182,.28),transparent 26%),
    linear-gradient(135deg,#06030b,#1e0b35 50%,#38104e)!important;
}

.wire-cube{
  border-image:var(--brand-rainbow) 1!important;
  box-shadow:
    0 0 100px rgba(139,92,246,.45),
    inset 0 0 65px rgba(34,211,238,.13)!important;
}

.cube-directory-card{
  border:0!important;
  box-shadow:0 15px 45px rgba(41,14,64,.09);
}

.cube-directory-card:nth-child(4n+1) .cube-card-object{background:linear-gradient(145deg,#35135f,#0f172a)}
.cube-directory-card:nth-child(4n+2) .cube-card-object{background:linear-gradient(145deg,#581c87,#3b0828)}
.cube-directory-card:nth-child(4n+3) .cube-card-object{background:linear-gradient(145deg,#164e63,#261044)}
.cube-directory-card:nth-child(4n+4) .cube-card-object{background:linear-gradient(145deg,#422006,#3b0a45)}

.cube-card-face{
  border-color:rgba(255,255,255,.28)!important;
  box-shadow:
    23px 23px 0 rgba(10,5,18,.65),
    24px 24px 0 1px rgba(192,132,252,.65),
    0 0 45px rgba(139,92,246,.18)!important;
}

.cube-view-header{
  background:
    radial-gradient(circle at 85% 15%,rgba(34,211,238,.28),transparent 23%),
    linear-gradient(135deg,#08040e,#25103f 52%,#45145f)!important;
}

.cube-experience-shell{
  background:linear-gradient(135deg,#09050e,#160922);
}

.interactive-cabinet{
  background:
    radial-gradient(circle at 50% 20%,rgba(34,211,238,.08),transparent 25%),
    linear-gradient(145deg,#45156e,#140820)!important;
  border-color:#a855f7!important;
  box-shadow:
    45px 45px 100px #0009,
    0 0 70px rgba(139,92,246,.18),
    inset 0 0 70px rgba(34,211,238,.06)!important;
}

.cabinet-product{
  transition:.25s;
}

.cabinet-product:nth-child(5n+1){background:rgba(244,114,182,.07)}
.cabinet-product:nth-child(5n+2){background:rgba(34,211,238,.07)}
.cabinet-product:nth-child(5n+3){background:rgba(250,204,21,.055)}
.cabinet-product:nth-child(5n+4){background:rgba(163,230,53,.05)}
.cabinet-product:nth-child(5n+5){background:rgba(168,85,247,.08)}

.cabinet-product:hover{
  transform:translateY(-6px);
  border-color:rgba(255,255,255,.44)!important;
  background:rgba(255,255,255,.12)!important;
}

.immersive-gallery{
  background:
    radial-gradient(circle at 20% 15%,rgba(168,85,247,.13),transparent 30%),
    radial-gradient(circle at 80% 80%,rgba(34,211,238,.1),transparent 28%),
    #f8f5fb!important;
}

.immersive-details{
  background:
    linear-gradient(180deg,#fff,#fffafd);
}

.immersive-close{
  background:var(--brand-gradient)!important;
  box-shadow:0 12px 30px rgba(109,40,217,.35);
}

.immersive-assurance span{
  padding:8px 10px;
  background:#faf5ff;
  border-radius:999px;
}

.commercial-footer{
  background:
    radial-gradient(circle at 10% 0%,rgba(139,92,246,.18),transparent 27%),
    radial-gradient(circle at 90% 100%,rgba(34,211,238,.12),transparent 25%),
    #090511!important;
}

.seller-action-fab{
  background:linear-gradient(135deg,#6d28d9,#ec4899,#fb923c)!important;
  background-size:180% auto!important;
  animation:fabGradient 4s linear infinite;
  box-shadow:
    0 18px 45px rgba(109,40,217,.42),
    0 0 32px rgba(236,72,153,.22)!important;
}

@keyframes fabGradient{
  to{background-position:180% center}
}

.seller-action-fab:hover{
  transform:translateY(-4px) scale(1.03);
}

/* More exciting form and utility surfaces */
.support-form,.seller-form,.panel{
  border-color:rgba(109,40,217,.1)!important;
  box-shadow:0 22px 60px rgba(44,14,69,.07)!important;
}

.support-form input:focus,.support-form select:focus,.support-form textarea:focus,
.seller-form input:focus,.seller-form select:focus,.seller-form textarea:focus{
  outline:0;
  border-color:#8b5cf6!important;
  box-shadow:0 0 0 4px rgba(139,92,246,.1);
}

.eyebrow{
  color:#7c3aed!important;
}

.commercial-hero .eyebrow,
.cube-directory-hero .eyebrow,
.cube-view-header .eyebrow{
  color:#e9d5ff!important;
}

/* Mobile excitement adjustments */
@media(max-width:780px){
  .commercial-hero{
    background:
      radial-gradient(circle at 85% 12%,rgba(34,211,238,.25),transparent 26%),
      radial-gradient(circle at 20% 76%,rgba(244,114,182,.22),transparent 25%),
      linear-gradient(145deg,#07030d,#220c38)!important;
  }
  .collection-strip{
    width:96%!important;
    padding:28px 18px!important;
  }
  .seller-speed{
    padding:35px 22px!important;
  }
}

@media(max-width:520px){
  .commercial-hero-copy h1{
    font-size:60px!important;
  }
  .commercial-proof span{
    padding:7px 9px;
  }
  .horizontal-product{
    min-width:220px!important;
    width:220px!important;
  }
}


/* Unified buyer, seller and admin shell */
:root{
  --workspace-bg:#f7f4fb;
  --workspace-card:#fff;
  --workspace-line:#e8def1;
  --workspace-ink:#110a18;
  --workspace-muted:#746a7c;
}

.workspace-body{margin:0;background:var(--workspace-bg);color:var(--workspace-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}
.workspace-shell{min-height:100vh;display:grid;grid-template-columns:240px 1fr}
.workspace-sidebar{position:sticky;top:0;height:100vh;padding:24px 18px;background:linear-gradient(180deg,#0b0612,#211038);color:#fff;overflow:auto}
.workspace-logo img{width:195px;filter:brightness(0) invert(1)}
.workspace-role{display:block;margin:14px 0 26px;color:#c9bdd3;font-size:11px;letter-spacing:1.4px;text-transform:uppercase}
.workspace-nav a,.workspace-nav button{display:flex;width:100%;gap:11px;align-items:center;padding:12px 13px;margin:5px 0;border:0;border-radius:10px;background:transparent;color:#cfc3d8;text-decoration:none;text-align:left}
.workspace-nav a:hover,.workspace-nav button:hover,.workspace-nav .active{background:rgba(255,255,255,.1);color:#fff}
.workspace-sidebar-footer{margin-top:30px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12)}
.workspace-sidebar-footer a{display:block;color:#b9adbf;text-decoration:none;font-size:12px;margin:9px 0}
.workspace-main{min-width:0}
.workspace-topbar{height:76px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.88);backdrop-filter:blur(16px);border-bottom:1px solid var(--workspace-line);position:sticky;top:0;z-index:15}
.workspace-topbar h1{font-size:20px;margin:0}
.workspace-user{display:flex;align-items:center;gap:10px}
.workspace-avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#6d28d9,#d946ef);color:#fff;font-weight:800}
.workspace-content{padding:28px}
.workspace-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}
.workspace-card{background:#fff;border:1px solid var(--workspace-line);border-radius:18px;padding:20px;box-shadow:0 18px 50px rgba(43,15,65,.05)}
.workspace-card h2,.workspace-card h3{margin-top:0}
.workspace-stat{grid-column:span 3}
.workspace-stat small{display:block;color:var(--workspace-muted)}
.workspace-stat strong{font-size:28px}
.workspace-wide{grid-column:span 8}
.workspace-side{grid-column:span 4}
.workspace-full{grid-column:1/-1}
.workspace-tabs{display:flex;gap:8px;overflow:auto;margin-bottom:20px}
.workspace-tabs button{white-space:nowrap;padding:10px 14px;border:1px solid var(--workspace-line);border-radius:10px;background:#fff}
.workspace-tabs button.active{background:linear-gradient(135deg,#6d28d9,#d946ef);color:#fff;border:0}
.workspace-form label{display:block;font-size:12px;font-weight:700;margin-bottom:12px}
.workspace-form input,.workspace-form select,.workspace-form textarea{width:100%;box-sizing:border-box;padding:12px;border:1px solid var(--workspace-line);border-radius:9px;margin-top:6px;background:#fff}
.workspace-form textarea{min-height:110px}
.workspace-list{display:grid;gap:10px}
.workspace-row{display:grid;grid-template-columns:70px 1fr auto;gap:14px;align-items:center;padding:12px;border:1px solid var(--workspace-line);border-radius:13px}
.workspace-row img,.workspace-row-placeholder{width:70px;height:70px;object-fit:cover;border-radius:10px;background:#f3edf8;display:grid;place-items:center}
.workspace-row small{display:block;color:var(--workspace-muted);margin-top:4px}
.workspace-empty{padding:30px;text-align:center;color:var(--workspace-muted);background:#faf8fc;border-radius:13px}
.workspace-mobile-toggle{display:none}
.route-error{padding:90px 0}.route-error h1{font-size:48px}
@media(max-width:1050px){.workspace-stat{grid-column:span 6}.workspace-wide,.workspace-side{grid-column:1/-1}}
@media(max-width:760px){
  .workspace-shell{grid-template-columns:1fr}
  .workspace-sidebar{position:fixed;left:-260px;z-index:100;width:240px;transition:.25s}
  .workspace-sidebar.open{left:0}
  .workspace-mobile-toggle{display:block;border:0;background:#ede9fe;padding:9px 11px;border-radius:9px}
  .workspace-content{padding:18px}
  .workspace-stat{grid-column:1/-1}
}


/* /v2 reliable boot fallback */
.boot-fallback{
  position:relative;
  min-height:650px;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 82% 18%,rgba(34,211,238,.28),transparent 24%),
    radial-gradient(circle at 18% 78%,rgba(244,114,182,.22),transparent 26%),
    linear-gradient(135deg,#07030d,#1c0a31 55%,#360e4c);
}
.boot-fallback-grid{
  position:relative;
  z-index:2;
  min-height:650px;
  display:grid;
  grid-template-columns:1fr .8fr;
  gap:60px;
  align-items:center;
}
.boot-fallback h1{
  font-size:clamp(58px,8vw,108px);
  line-height:.88;
  letter-spacing:-6px;
  margin:20px 0;
}
.boot-fallback h1 em{
  font-style:normal;
  background:linear-gradient(90deg,#c084fc,#22d3ee,#f472b6);
  -webkit-background-clip:text;
  color:transparent;
}
.boot-fallback p{max-width:650px;color:#d4c9dd;font-size:17px;line-height:1.7}
.boot-cube-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  padding:20px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:22px;
  background:rgba(255,255,255,.06);
  box-shadow:0 40px 100px rgba(0,0,0,.45);
}
.boot-cube-grid article{
  height:185px;
  display:grid;
  place-items:center;
  align-content:center;
  gap:9px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:13px;
  background:rgba(255,255,255,.055);
}
.boot-cube-grid i{font-size:60px;font-style:normal}
.boot-cube-grid span{font-size:11px;text-transform:uppercase;letter-spacing:1px}
.boot-orb{position:absolute;border-radius:50%;filter:blur(75px);opacity:.45}
.boot-orb-a{width:400px;height:400px;background:#7c3aed;right:-80px;top:-100px}
.boot-orb-b{width:300px;height:300px;background:#ec4899;left:15%;bottom:-160px}
.boot-feature-strip{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-top:-28px;
  position:relative;
  z-index:4;
  background:#fff;
  border:1px solid var(--line);
  border-radius:17px;
  box-shadow:0 20px 50px rgba(42,15,65,.1);
}
.boot-feature-strip div{padding:22px;border-right:1px solid var(--line)}
.boot-feature-strip div:last-child{border:0}
.boot-feature-strip b,.boot-feature-strip span{display:block}
.boot-feature-strip b{color:var(--purple)}
.boot-feature-strip span{font-size:12px;color:var(--muted);margin-top:4px}
.boot-warning{margin-top:18px;padding:12px;background:#fff4d6;color:#6b4a00;border-radius:9px}
@media(max-width:800px){
  .boot-fallback-grid{grid-template-columns:1fr;padding:55px 0}
  .boot-cube-grid{margin-bottom:35px}
  .boot-fallback h1{letter-spacing:-3px}
}
@media(max-width:520px){
  .boot-cube-grid article{height:130px}
  .boot-cube-grid i{font-size:43px}
  .boot-feature-strip{grid-template-columns:1fr;margin-top:0}
  .boot-feature-strip div{border-right:0;border-bottom:1px solid var(--line)}
}


/* =========================================================
   /v2 UNIFIED PUBLIC SHELL FIX
   Matches the class names used by the cleaned index.php.
   ========================================================= */

.app-header{
  min-height:82px;
  padding:0 max(22px,4vw);
  display:grid;
  grid-template-columns:245px minmax(260px,1fr) auto;
  align-items:center;
  gap:28px;
  position:sticky;
  top:0;
  z-index:90;
  background:rgba(255,255,255,.92);
  border-bottom:1px solid rgba(109,40,217,.10);
  box-shadow:0 10px 35px rgba(40,14,63,.055);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.app-brand{
  display:flex;
  align-items:center;
  min-width:0;
}

.app-brand img{
  display:block;
  width:225px;
  max-width:100%;
  height:auto;
}

.app-search{
  height:48px;
  display:flex;
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(109,40,217,.14);
  border-radius:14px;
  background:linear-gradient(135deg,#fcfaff,#f5f0fc);
  transition:border-color .2s,box-shadow .2s,background .2s;
}

.app-search:focus-within{
  border-color:#8b5cf6;
  background:#fff;
  box-shadow:0 0 0 4px rgba(139,92,246,.11);
}

.app-search input{
  min-width:0;
  flex:1;
  border:0;
  outline:0;
  background:transparent;
  color:#130a1b;
  padding:0 16px;
  font:inherit;
}

.app-search input::placeholder{
  color:#8b8192;
}

.app-search button{
  width:58px;
  flex:0 0 58px;
  border:0;
  background:linear-gradient(135deg,#6d28d9,#d946ef);
  color:#fff;
  font-size:25px;
  cursor:pointer;
}

.app-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  white-space:nowrap;
}

.app-actions>a,
.app-actions>button{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:11px;
  font-size:12px;
  font-weight:750;
  text-decoration:none;
  transition:transform .2s,background .2s,color .2s,box-shadow .2s;
}

.app-actions>a{
  padding:0 12px;
  color:#1a1020;
}

.app-actions>a:hover{
  color:#6d28d9;
  background:#f5effb;
}

.app-actions>button{
  border:0;
  padding:0 16px;
  background:#0d0714;
  color:#fff;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(13,7,20,.16);
}

.app-actions>button:hover{
  transform:translateY(-2px);
  background:#6d28d9;
}

.cart-action{
  gap:5px;
  background:#f4eff9!important;
  color:#4c1d95!important;
}

.app-nav{
  min-height:49px;
  padding:0 max(22px,4vw);
  display:flex;
  align-items:center;
  gap:30px;
  position:sticky;
  top:82px;
  z-index:80;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid #eee7f2;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

.app-nav a{
  position:relative;
  display:flex;
  align-items:center;
  align-self:stretch;
  color:#25172d;
  font-size:13px;
  font-weight:760;
  text-decoration:none;
}

.app-nav a::after{
  content:"";
  position:absolute;
  left:50%;
  right:50%;
  bottom:0;
  height:3px;
  border-radius:999px 999px 0 0;
  background:linear-gradient(90deg,#6d28d9,#d946ef);
  transition:left .22s,right .22s;
}

.app-nav a:hover{
  color:#6d28d9;
}

.app-nav a:hover::after{
  left:0;
  right:0;
}

#pageProgress{
  top:131px!important;
  z-index:120!important;
}

#app{
  min-height:520px;
}

/* Keep the server-rendered boot page aligned with the shell. */
.boot-fallback{
  margin:0;
}

.boot-fallback-grid{
  width:min(1430px,92%);
  margin:auto;
}

.boot-feature-strip{
  width:min(1430px,92%);
  margin-left:auto;
  margin-right:auto;
}

/* Public content should not inherit obsolete top spacing. */
#app > .public-hero:first-child,
#app > .commercial-hero:first-child,
#app > .support-hero:first-child,
#app > .about-public-hero:first-child,
#app > .contact-public-hero:first-child,
#app > .privacy-public-hero:first-child,
#app > .cube-directory-hero:first-child{
  margin-top:0;
}

/* Existing mobile navigation is hidden on desktop. */
.mobile-nav{
  display:none;
}

/* Prevent the floating seller action from blocking page controls. */
.seller-action-fab{
  bottom:24px;
  right:24px;
}

/* Remove old header/nav layouts if stale markup ever appears. */
.header:not(.app-header),
.nav:not(.app-nav){
  position:static;
}

/* Tablet */
@media(max-width:1050px){
  .app-header{
    grid-template-columns:205px minmax(220px,1fr);
    gap:18px;
    padding-top:10px;
    padding-bottom:10px;
  }

  .app-brand img{
    width:195px;
  }

  .app-actions{
    grid-column:1/-1;
    justify-content:flex-end;
    margin-top:-4px;
  }

  .app-nav{
    top:112px;
  }

  #pageProgress{
    top:161px!important;
  }
}

/* Mobile */
@media(max-width:720px){
  body{
    padding-bottom:72px;
  }

  .announcement{
    padding:8px 14px;
    text-align:center;
    line-height:1.35;
  }

  .app-header{
    min-height:68px;
    padding:10px 14px;
    grid-template-columns:minmax(145px,1fr) auto;
    gap:10px;
    top:0;
  }

  .app-brand img{
    width:172px;
  }

  .app-search{
    grid-column:1/-1;
    grid-row:2;
    height:44px;
    order:3;
  }

  .app-actions{
    grid-column:auto;
    margin:0;
    gap:4px;
  }

  .app-actions>a:not(.cart-action){
    display:none;
  }

  .app-actions>button{
    width:42px;
    min-width:42px;
    padding:0;
    overflow:hidden;
    font-size:0;
  }

  .app-actions>button::before{
    content:"◎";
    font-size:20px;
  }

  .cart-action{
    width:48px;
    min-width:48px;
    padding:0!important;
  }

  .app-nav{
    display:none;
  }

  #pageProgress{
    top:122px!important;
  }

  .mobile-nav{
    display:flex!important;
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    min-height:66px;
    z-index:150;
    align-items:center;
    justify-content:space-around;
    padding:7px 8px max(7px,env(safe-area-inset-bottom));
    background:rgba(255,255,255,.96);
    border-top:1px solid #e9e1ed;
    box-shadow:0 -10px 35px rgba(39,13,60,.08);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
  }

  .mobile-nav a{
    min-width:52px;
    border:0;
    background:none;
    color:#25172d;
    text-decoration:none;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:2px;
    font-size:19px;
  }

  .mobile-nav span{
    font-size:9px;
    font-weight:720;
  }

  .mobile-nav .sell{
    width:54px;
    height:54px;
    margin-top:-25px;
    border-radius:50%;
    color:#fff;
    background:linear-gradient(135deg,#6d28d9,#d946ef);
    box-shadow:0 12px 28px rgba(109,40,217,.34);
  }

  .seller-action-fab{
    display:none!important;
  }

  .boot-fallback{
    min-height:auto;
  }

  .boot-fallback-grid{
    width:min(100% - 30px,650px);
    min-height:auto;
    padding:55px 0 42px;
  }

  .boot-fallback h1{
    font-size:clamp(48px,15vw,70px);
    letter-spacing:-3px;
  }

  .boot-feature-strip{
    width:100%;
    border-radius:0;
    margin:0;
  }
}

@media(max-width:420px){
  .app-brand img{
    width:150px;
  }

  .app-header{
    grid-template-columns:minmax(130px,1fr) auto;
  }

  .app-search input{
    padding:0 12px;
    font-size:13px;
  }

  .boot-cube-grid{
    padding:10px;
  }

  .boot-cube-grid article{
    height:115px;
  }
}


/* Instant publishing and multi-image listing studio */
.listing-policy-note{padding:12px 14px;border-radius:10px;background:#f3e8ff;color:#5b217d;font-size:12px;line-height:1.5}
.listing-image-studio{margin-top:22px;padding-top:20px;border-top:1px solid var(--workspace-line)}
.listing-image-studio>p,.saved-product-images>p{color:var(--workspace-muted);font-size:12px;line-height:1.5}
.image-dropzone{min-height:170px;padding:24px!important;display:flex!important;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:2px dashed #b9a5ca!important;border-radius:16px!important;background:linear-gradient(145deg,#fcfaff,#f6effc);cursor:pointer;transition:.2s}
.image-dropzone:hover,.image-dropzone.dragover{border-color:#8b5cf6!important;background:#f3e8ff;transform:translateY(-2px)}
.dropzone-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#6d28d9,#d946ef);color:#fff;font-size:25px;margin-bottom:10px}
.image-dropzone b,.image-dropzone small{display:block}.image-dropzone small{margin-top:5px;color:var(--workspace-muted)}
.selected-image-previews,.saved-image-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:13px 0}
.selected-image-previews article,.saved-image-grid article{position:relative;min-width:0;padding:7px;border:1px solid var(--workspace-line);border-radius:12px;background:#fff;cursor:grab}
.selected-image-previews img,.saved-image-grid img{width:100%;height:100px;object-fit:cover;border-radius:8px}
.selected-image-previews span,.saved-image-grid span{display:block;font-size:10px;font-weight:800;margin-top:6px;color:#6d28d9}
.selected-image-previews button{position:absolute;right:10px;top:10px;width:26px;height:26px;border:0;border-radius:50%;background:#0b0713;color:#fff}
.saved-image-grid button{width:100%;margin-top:6px;padding:7px;border:0;border-radius:7px;background:#fee2e2;color:#991b1b}
.upload-progress{height:40px;position:relative;overflow:hidden;margin:12px 0;border-radius:9px;background:#eee7f2}
.upload-progress i{position:absolute;inset:0 auto 0 0;width:0;background:linear-gradient(90deg,#6d28d9,#d946ef);transition:width .35s}
.upload-progress span{position:relative;z-index:2;height:100%;display:grid;place-items:center;font-size:11px;font-weight:800;color:#201228}
.gallery-empty{padding:15px;border-radius:9px;background:#faf8fc;text-align:center}
@media(max-width:900px){.selected-image-previews,.saved-image-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.selected-image-previews,.saved-image-grid{grid-template-columns:1fr 1fr}.selected-image-previews img,.saved-image-grid img{height:85px}}


/* Unified account, profile and personal navigation */
#accountButton{gap:8px}.account-avatar{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#6d28d9,#d946ef);color:#fff;font-size:11px}.account-label{max-width:130px;overflow:hidden;text-overflow:ellipsis}.account-caret{font-size:11px}.account-menu-backdrop{position:fixed;inset:0;z-index:205;background:transparent}.account-menu{position:fixed;right:24px;top:82px;z-index:210;width:300px;background:#fff;border:1px solid var(--line);border-radius:17px;box-shadow:0 28px 80px rgba(24,8,38,.24);overflow:hidden;animation:accountDrop .18s ease both}@keyframes accountDrop{from{opacity:0;transform:translateY(-8px) scale(.98)}}.account-menu-head{display:flex;gap:12px;padding:18px;background:linear-gradient(135deg,#f7f0ff,#fff7fb)}.account-menu-avatar{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#6d28d9,#d946ef);color:#fff;font-weight:800}.account-menu-head b,.account-menu-head span,.account-menu-head small{display:block}.account-menu-head span,.account-menu-head small{font-size:11px;color:var(--muted);margin-top:3px}.account-menu nav{padding:8px}.account-menu nav a{display:flex;padding:11px 12px;border-radius:9px;color:var(--ink);text-decoration:none;font-size:13px}.account-menu nav a:hover{background:#f5effb;color:#6d28d9}.account-logout{width:100%;padding:14px 18px;border:0;border-top:1px solid var(--line);background:#fff;text-align:left;color:#b4233a;font-weight:700}
.account-page{padding:70px 0}.account-page-head{display:flex;justify-content:space-between;align-items:center;gap:30px}.account-page-head h1{font-size:clamp(45px,7vw,82px);letter-spacing:-4px;margin:12px 0}.account-page-head p{color:var(--muted)}.profile-hero-avatar{width:110px;height:110px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#6d28d9,#d946ef,#fb923c);color:#fff;font-size:34px;font-weight:900;box-shadow:0 20px 50px rgba(109,40,217,.28)}.profile-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:28px 0}.profile-stats article{padding:20px;border:1px solid var(--line);border-radius:15px;background:#fff}.profile-stats b,.profile-stats span{display:block}.profile-stats b{font-size:28px}.profile-stats span{color:var(--muted);font-size:12px}.account-layout{display:grid;grid-template-columns:220px 1fr;gap:24px}.account-side-nav{height:max-content;position:sticky;top:150px;display:grid;gap:5px;padding:12px;border:1px solid var(--line);border-radius:15px;background:#fff}.account-side-nav a{padding:11px 12px;border-radius:9px;text-decoration:none;color:var(--ink);font-size:13px}.account-side-nav a.active,.account-side-nav a:hover{background:#f3e8ff;color:#6d28d9}.account-main-stack{display:grid;gap:18px}.account-card{padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 18px 50px rgba(44,15,66,.05)}.account-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.account-form h2,.account-form .button{grid-column:1/-1}.account-form label{font-size:12px;font-weight:700}.account-form input,.account-form select,.account-form textarea{width:100%;box-sizing:border-box;padding:12px;border:1px solid var(--line);border-radius:9px;margin-top:6px}.account-form textarea{min-height:110px}.toggle-row{grid-column:1/-1;display:flex!important;align-items:center;justify-content:space-between;padding:13px;border:1px solid var(--line);border-radius:10px}.toggle-row input{width:auto;margin:0}.address-list{display:grid;gap:10px}.address-list article{display:flex;justify-content:space-between;gap:15px;padding:16px;border:1px solid var(--line);border-radius:12px}.address-list p{margin:4px 0;color:var(--muted);font-size:13px}.address-list b span{font-size:9px;padding:4px 7px;border-radius:999px;background:#dcfce7;color:#166534}.address-list button{border:0;background:#fee2e2;color:#991b1b;border-radius:8px;padding:8px 10px;height:max-content}.account-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.account-product-grid article{border:1px solid var(--line);border-radius:15px;overflow:hidden}.account-product-grid button{width:100%;padding:0 14px 15px;border:0;background:#fff;text-align:left}.account-product-grid img,.account-product-placeholder{width:calc(100% + 28px);height:240px;margin-left:-14px;object-fit:cover;background:#f4eff8;display:grid;place-items:center;font-size:60px}.account-product-grid small,.account-product-grid b,.account-product-grid span{display:block}.account-product-grid small{margin-top:12px;color:var(--muted)}.account-product-grid b{margin:6px 0}.account-product-grid span{color:#6d28d9}.notification-list{display:grid;gap:10px}.notification-list article{display:flex;gap:13px;padding:17px;border:1px solid var(--line);border-radius:13px;background:#fff}.notification-list i{color:#8b5cf6}.notification-list p{margin:5px 0;color:var(--muted)}.notification-list small{color:#999}.account-empty{padding:40px;text-align:center;background:#faf8fc;border-radius:13px;color:var(--muted)}
@media(max-width:900px){.account-layout{grid-template-columns:1fr}.account-side-nav{position:static;display:flex;overflow:auto}.account-side-nav a{white-space:nowrap}.account-product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.account-menu{right:10px;left:10px;top:72px;width:auto}.account-page{padding:40px 15px}.account-page-head{align-items:flex-start}.profile-hero-avatar{width:72px;height:72px;font-size:23px}.profile-stats{grid-template-columns:1fr 1fr}.account-form{grid-template-columns:1fr}.account-form h2,.account-form .button{grid-column:auto}.account-product-grid img,.account-product-placeholder{height:180px}.account-label,.account-caret{display:none}}

.profile-setup-notice{display:flex;justify-content:space-between;gap:20px;padding:15px 18px;margin-bottom:20px;border:1px solid #f5c26b;border-radius:13px;background:#fff7e6;color:#6b4300}
.profile-setup-notice b,.profile-setup-notice span{display:block}.profile-setup-notice span{font-size:12px;line-height:1.5}
@media(max-width:700px){.profile-setup-notice{display:block}.profile-setup-notice span{margin-top:5px}}
.tamu-footer{margin-top:70px;background:#0b0713;color:#fff}.tamu-footer-grid{display:grid;grid-template-columns:1.6fr repeat(5,1fr);gap:34px;padding-top:55px;padding-bottom:42px}.tamu-footer section>b{display:block;margin-bottom:14px;font-size:12px}.tamu-footer section>a{display:block;margin:9px 0;color:#c8bdcf;text-decoration:none;font-size:12px}.tamu-footer-logo img{width:205px;filter:brightness(0) invert(1)}.tamu-footer-brand p{color:#bfb2c8;font-size:12px;line-height:1.7}.tamu-footer-newsletter>div{display:flex}.tamu-footer-newsletter input{flex:1;padding:11px;background:#140c1d;color:#fff;border:1px solid #3b2b48}.tamu-footer-newsletter button{border:0;background:linear-gradient(135deg,#6d28d9,#d946ef);color:#fff;padding:0 14px}.tamu-footer-note{display:block;color:#84778d;font-size:10px;margin-top:12px}.tamu-footer-bottom{display:flex;justify-content:space-between;padding:19px 0 22px;border-top:1px solid rgba(255,255,255,.1);color:#8f8298;font-size:10px}.portal-auth-body{margin:0;min-height:100vh;background:#0b0713;color:#fff;font-family:Inter,system-ui,sans-serif}.portal-auth-shell{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}.portal-auth-brand{padding:60px 7vw;display:flex;flex-direction:column;justify-content:center}.portal-auth-brand img{width:250px;filter:brightness(0) invert(1)}.portal-auth-brand h1{font-size:72px;line-height:.92;letter-spacing:-4px}.portal-auth-brand p{color:#c9bdd3;line-height:1.7}.portal-auth-panel{display:grid;place-items:center;padding:35px;background:#f8f5fb;color:#130a1b}.portal-auth-card{width:min(480px,100%);background:#fff;border-radius:22px;padding:30px}.portal-auth-tabs{display:flex;gap:7px}.portal-auth-tabs button{flex:1;padding:11px}.portal-auth-tabs button.active{background:#6d28d9;color:#fff}.portal-auth-form{display:grid;gap:13px}.portal-auth-form input{width:100%;box-sizing:border-box;padding:13px}.portal-auth-form button{height:50px;background:#6d28d9;color:#fff;border:0}.portal-auth-message{display:none;background:#fff2f2;color:#9f1239;padding:12px}.portal-auth-links{display:flex;justify-content:space-between;margin-top:18px}.portal-auth-footer{margin-top:20px;color:#8a8091;font-size:10px}@media(max-width:850px){.portal-auth-shell{grid-template-columns:1fr}.tamu-footer-grid{grid-template-columns:1fr 1fr;padding:38px 18px}.tamu-footer-brand{grid-column:1/-1}}
/* =========================================================
   CANONICAL PUBLIC FOOTER — FINAL LAYOUT FIX
   Prevent legacy global footer rules from affecting TamuFooter.
   Used by Home, Discover / Visual Feed, Marketplace,
   Cube View / Cube Shops and New This Week.
   ========================================================= */
footer.tamu-footer{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  min-height:0 !important;
  margin:72px 0 0 !important;
  padding:0 !important;
  border-radius:0 !important;
  gap:0 !important;
  grid-template-columns:none !important;
  background:
    radial-gradient(circle at 8% 0%,rgba(139,92,246,.17),transparent 28%),
    radial-gradient(circle at 92% 100%,rgba(34,211,238,.07),transparent 25%),
    #0b0713 !important;
  color:#fff;
  overflow:hidden;
}

footer.tamu-footer .tamu-footer-grid{
  width:min(1600px,92%) !important;
  margin:0 auto !important;
  padding:54px 0 42px !important;
  display:grid !important;
  grid-template-columns:minmax(260px,1.55fr) repeat(5,minmax(120px,1fr)) !important;
  align-items:start !important;
  gap:38px !important;
}

footer.tamu-footer .tamu-footer-brand{
  min-width:0;
  padding-right:12px;
}

footer.tamu-footer .tamu-footer-logo{
  display:inline-flex !important;
  margin:0 0 17px !important;
}

footer.tamu-footer .tamu-footer-logo img{
  display:block;
  width:205px !important;
  max-width:100%;
  height:auto;
  filter:brightness(0) invert(1);
}

footer.tamu-footer .tamu-footer-brand p{
  max-width:310px;
  margin:0;
  color:#bdb1c7 !important;
  font-size:12px !important;
  line-height:1.75 !important;
}

footer.tamu-footer section{
  min-width:0;
}

footer.tamu-footer section>b{
  display:block;
  margin:1px 0 15px !important;
  color:#fff;
  font-size:12px !important;
  font-weight:800;
  letter-spacing:.25px;
}

footer.tamu-footer section>a{
  display:block !important;
  margin:9px 0 !important;
  padding:0 !important;
  color:#b9aec3 !important;
  font-size:12px !important;
  line-height:1.45 !important;
  text-decoration:none !important;
  transition:color .18s,transform .18s;
}

footer.tamu-footer section>a:hover{
  color:#fff !important;
  transform:translateX(2px);
}

footer.tamu-footer .tamu-footer-newsletter{
  margin-top:21px;
}

footer.tamu-footer .tamu-footer-newsletter label{
  display:block;
  margin:0 0 8px;
  color:#fff;
  font-size:10px;
  font-weight:800;
}

footer.tamu-footer .tamu-footer-newsletter>div{
  display:flex !important;
  width:100%;
  max-width:310px;
  min-height:40px;
  border:1px solid #362b42;
  border-radius:10px;
  overflow:hidden;
  background:#140c1d;
}

footer.tamu-footer .tamu-footer-newsletter input{
  min-width:0;
  flex:1;
  width:auto !important;
  margin:0 !important;
  padding:0 12px !important;
  border:0 !important;
  outline:0;
  background:transparent !important;
  color:#fff !important;
  font-size:11px;
}

footer.tamu-footer .tamu-footer-newsletter button{
  min-width:56px;
  border:0;
  background:linear-gradient(135deg,#6d28d9,#d946ef);
  color:#fff;
  font-size:11px;
  font-weight:800;
  cursor:pointer;
}

footer.tamu-footer .tamu-footer-note{
  display:block;
  max-width:165px;
  margin-top:12px;
  color:#817587 !important;
  font-size:9.5px !important;
  line-height:1.55 !important;
}

footer.tamu-footer .tamu-footer-bottom{
  width:min(1600px,92%) !important;
  margin:0 auto !important;
  padding:19px 0 23px !important;
  display:flex !important;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border-top:1px solid rgba(255,255,255,.10);
  color:#8d8196 !important;
  font-size:10px !important;
  line-height:1.4;
}

/* Disable obsolete public footer layouts when the canonical component is used. */
footer.tamu-footer.site-footer,
footer.tamu-footer.legacy-linked-footer{
  display:block !important;
  grid-template-columns:none !important;
}

@media(max-width:1250px){
  footer.tamu-footer .tamu-footer-grid{
    grid-template-columns:minmax(250px,1.4fr) repeat(3,1fr) !important;
    gap:34px 28px !important;
  }
  footer.tamu-footer .tamu-footer-grid>section:nth-child(5),
  footer.tamu-footer .tamu-footer-grid>section:nth-child(6){
    grid-column:auto;
  }
}

@media(max-width:820px){
  footer.tamu-footer{
    margin-top:52px !important;
  }
  footer.tamu-footer .tamu-footer-grid{
    width:calc(100% - 36px) !important;
    grid-template-columns:1fr 1fr !important;
    gap:28px 20px !important;
    padding:38px 0 30px !important;
  }
  footer.tamu-footer .tamu-footer-brand{
    grid-column:1/-1;
    padding-right:0;
  }
  footer.tamu-footer .tamu-footer-brand p,
  footer.tamu-footer .tamu-footer-newsletter>div{
    max-width:100%;
  }
  footer.tamu-footer .tamu-footer-bottom{
    width:calc(100% - 36px) !important;
    display:block !important;
    padding:16px 0 20px !important;
  }
  footer.tamu-footer .tamu-footer-bottom span{
    display:block;
    margin:4px 0;
  }
}

@media(max-width:480px){
  footer.tamu-footer .tamu-footer-grid{
    grid-template-columns:1fr 1fr !important;
    gap:25px 16px !important;
  }
  footer.tamu-footer section>b{
    font-size:11px !important;
  }
  footer.tamu-footer section>a{
    font-size:11px !important;
  }
}


/* Seller/Admin portal sign-out controls */
.workspace-account-actions{display:flex;align-items:center;gap:10px}
.workspace-signout{
  display:inline-flex;align-items:center;justify-content:center;gap:7px;
  min-height:38px;padding:0 13px;border:1px solid #eadfea;border-radius:10px;
  background:#fff;color:#991b1b;font-size:12px;font-weight:800;cursor:pointer;
  transition:transform .15s ease,background .15s ease,border-color .15s ease
}
.workspace-signout:hover{background:#fff1f2;border-color:#fecdd3;transform:translateY(-1px)}
.workspace-sidebar-signout{
  width:100%;display:flex;align-items:center;gap:8px;margin-top:12px;padding:11px 12px;
  border:1px solid rgba(248,113,113,.28);border-radius:10px;background:rgba(127,29,29,.08);
  color:#dc2626;font-weight:800;font-size:12px;text-align:left;cursor:pointer
}
.workspace-sidebar-signout:hover{background:rgba(127,29,29,.14)}
.workspace-signout[disabled],.workspace-sidebar-signout[disabled]{opacity:.55;cursor:wait}
@media(max-width:700px){
  .workspace-topbar{gap:10px}
  .workspace-user>span{display:none}
  .workspace-signout{min-height:36px;padding:0 10px}
  .workspace-signout .signout-label{display:none}
}

/* Sprint 7: commercial readiness */
.workspace-eyebrow{display:block;font-size:10px;font-weight:900;letter-spacing:1.6px;color:#7c3aed;margin-bottom:8px}
.commerce-score{display:flex;align-items:baseline;gap:8px;margin:18px 0}.commerce-score strong{font-size:54px;line-height:1;letter-spacing:-3px}.commerce-score span{font-size:12px;color:#766b7c;font-weight:800}
.commerce-checklist{display:grid;gap:10px}.commerce-check{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;padding:13px 14px;border:1px solid #eadff0;border-radius:12px;background:#fff}.commerce-check>span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#f4eef8;color:#7c3aed;font-weight:900}.commerce-check.done>span{background:#ecfdf5;color:#047857}.commerce-check small{font-size:10px;color:#9a8fa1}.commerce-check.done small{color:#047857}.commerce-note{margin-top:18px;padding:16px;border-radius:13px;background:#f8f4fb;border:1px solid #eadff0}.commerce-note p{margin:6px 0 0;color:#756a7c;font-size:12px;line-height:1.6}
@media(max-width:700px){.commerce-check{grid-template-columns:32px 1fr}.commerce-check small{grid-column:2}.commerce-score strong{font-size:44px}}

/* Phase 3 transaction UX */
.listing-variant-studio{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}
.variant-form{display:grid;grid-template-columns:1fr 1fr;gap:10px}.variant-form label{font-size:11px;font-weight:750}.variant-form input{width:100%;box-sizing:border-box;margin-top:5px;padding:10px;border:1px solid var(--line);border-radius:9px}.variant-active{display:flex!important;align-items:center;gap:8px}.variant-active input{width:auto;margin:0}.variant-list{display:grid;gap:8px;margin-top:12px}.variant-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:11px;border:1px solid var(--line);border-radius:10px}.variant-row b,.variant-row small{display:block}.variant-row small{margin-top:3px;color:var(--muted);font-size:10px}.variant-row button{border:0;background:#fee2e2;color:#991b1b;border-radius:8px;padding:7px 9px}
.seller-order-card{padding:16px;border:1px solid var(--line);border-radius:14px;background:#fff}.seller-order-head,.seller-order-actions{display:flex;justify-content:space-between;gap:12px;align-items:center}.seller-order-head small{display:block;color:var(--muted);margin-top:3px}.seller-order-badges{display:flex;gap:6px}.seller-order-badges span{padding:5px 8px;border-radius:999px;background:#f3e8ff;color:#6d28d9;font-size:9px;font-weight:800}.seller-order-badges .payment{background:#ecfeff;color:#0e7490}.seller-order-body{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:14px 0;padding:12px;background:#faf8fc;border-radius:10px}.seller-order-body small,.seller-order-body b{display:block}.seller-order-body small{color:var(--muted);font-size:9px}.seller-order-actions{justify-content:flex-start;flex-wrap:wrap}.seller-order-actions select{min-height:40px;border:1px solid var(--line);border-radius:9px;padding:0 10px}.button.danger-soft{background:#fff1f2;color:#9f1239;border:1px solid #fecdd3}
.buyer-order-list{display:grid;gap:14px}.buyer-order-card{padding:20px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 12px 35px rgba(43,15,66,.05)}.buyer-order-head{display:flex;justify-content:space-between;align-items:center}.buyer-order-head small{display:block;color:var(--muted);margin-top:4px}.buyer-order-total{font-size:18px;font-weight:900;color:#6d28d9}.buyer-order-progress{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin:18px 0}.buyer-order-progress span{position:relative;padding-top:16px;text-align:center;color:#8d8294;font-size:9px}.buyer-order-progress span:before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:10px;height:10px;border-radius:50%;background:#ddd4e2}.buyer-order-progress span:not(:last-child):after{content:"";position:absolute;top:4px;left:55%;width:90%;height:2px;background:#e6deeb}.buyer-order-meta{display:flex;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:11px}.buyer-order-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.payment-proof-button{display:inline-flex;align-items:center;min-height:40px;padding:0 13px;border-radius:10px;background:linear-gradient(135deg,#6d28d9,#d946ef);color:#fff;font-size:11px;font-weight:850;cursor:pointer}.proof-waiting{display:inline-flex;align-items:center;padding:0 12px;border-radius:10px;background:#fff7ed;color:#9a3412;font-size:11px;font-weight:800}.order-timeline-row{display:grid;grid-template-columns:20px 1fr;gap:10px;padding:10px 0}.order-timeline-row i{width:10px;height:10px;border-radius:50%;background:#8b5cf6;margin-top:4px}.order-timeline-row p{margin:4px 0;color:var(--muted)}.order-timeline-row small{color:#998da0}
@media(max-width:700px){.variant-form{grid-template-columns:1fr}.seller-order-body{grid-template-columns:1fr 1fr}.seller-order-head{align-items:flex-start}.buyer-order-progress span{font-size:8px}.buyer-order-meta{display:grid}}

.workspace-loading,.workspace-empty,.workspace-error{padding:18px;border:1px solid var(--line);border-radius:12px;background:#faf8fc;color:var(--muted)}
.workspace-empty b,.workspace-empty span,.workspace-error b,.workspace-error span{display:block}.workspace-empty span,.workspace-error span{margin-top:5px;font-size:11px}
.workspace-error{border-color:#fecaca;background:#fff7f7;color:#991b1b}.workspace-error .button{margin-top:12px}
.inventory-row{display:grid;grid-template-columns:70px 1fr auto;gap:12px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:12px;background:#fff}
.inventory-thumb{width:70px;height:70px;border-radius:10px;overflow:hidden;background:#f4eef8;display:grid;place-items:center}.inventory-thumb img{width:100%;height:100%;object-fit:cover}.inventory-thumb span{font-size:28px;color:#7c3aed}
.inventory-info b,.inventory-info small,.inventory-info span{display:block}.inventory-info small{margin-top:4px;color:var(--muted);font-size:10px}.inventory-info span{margin-top:5px;color:#6d28d9;font-weight:850}
@media(max-width:700px){.inventory-row{grid-template-columns:58px 1fr}.inventory-thumb{width:58px;height:58px}.inventory-actions{grid-column:2}}

/* Buyer cart + checkout repair */
.cart-commerce-layout,.checkout-commerce-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.7fr);gap:24px;align-items:start}.cart-items-panel{display:grid;gap:12px}.cart-commerce-item{display:grid;grid-template-columns:92px minmax(0,1fr) auto auto;gap:16px;align-items:center;padding:16px;border:1px solid var(--line);border-radius:16px;background:#fff}.cart-commerce-image{width:92px;height:92px;border-radius:13px;overflow:hidden;background:#f5eff8;display:grid;place-items:center}.cart-commerce-image img{width:100%;height:100%;object-fit:cover}.cart-commerce-info small,.cart-commerce-info span{display:block;color:var(--muted);font-size:10px}.cart-commerce-info h3{margin:5px 0}.cart-commerce-info b{color:#6d28d9}.cart-quantity{display:flex;align-items:center;gap:10px}.cart-quantity button{width:32px;height:32px;border:1px solid var(--line);border-radius:9px;background:#fff;font-size:18px}.cart-commerce-line{text-align:right}.cart-commerce-line strong{display:block}.cart-commerce-line button{border:0;background:none;color:#a21caf;font-size:10px;margin-top:8px}.cart-summary-card,.checkout-summary-sticky{position:sticky;top:92px;padding:22px;border-radius:17px;background:#171021;color:#fff}.cart-summary-card>div,.checkout-summary-line,.checkout-summary-total{display:flex;justify-content:space-between;gap:15px;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.12)}.cart-summary-card p,.checkout-summary-sticky p{color:#cbbfd3;font-size:11px;line-height:1.6}.cart-checkout-cta{width:100%;box-sizing:border-box}.cart-continue{display:block;text-align:center;color:#d8b4fe;margin-top:13px;font-size:11px}.cart-empty-state{text-align:center;padding:50px 20px;border:1px dashed var(--line);border-radius:18px}.cart-empty-state>span{font-size:48px;color:#8b5cf6}.checkout-commerce-form{display:grid;gap:14px}.checkout-block{position:relative;display:grid;grid-template-columns:42px 1fr 1fr;gap:14px;padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff}.checkout-block>div:first-of-type{grid-column:2/-1}.checkout-block label{font-size:10px;font-weight:800}.checkout-block input,.checkout-block select,.checkout-block textarea{width:100%;box-sizing:border-box;margin-top:6px;padding:11px;border:1px solid var(--line);border-radius:10px;background:#fff}.checkout-step{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#f3e8ff;color:#6d28d9;font-weight:900}.checkout-block h2{margin:0}.checkout-block p{margin:4px 0 0;color:var(--muted);font-size:11px}.checkout-place-order{min-height:50px;font-size:13px}.checkout-summary-total{margin-top:8px;border-bottom:0;font-size:15px}.order-success-modal{text-align:center}.success-mark{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 14px;border-radius:50%;background:#ecfdf5;color:#047857;font-size:26px;font-weight:900}.success-reference{display:flex;justify-content:space-between;padding:10px;margin:8px 0;background:#f8f4fb;border-radius:9px}
@media(max-width:800px){.cart-commerce-layout,.checkout-commerce-layout{grid-template-columns:1fr}.cart-summary-card,.checkout-summary-sticky{position:static}.cart-commerce-item{grid-template-columns:72px 1fr}.cart-commerce-image{width:72px;height:72px}.cart-quantity{grid-column:2}.cart-commerce-line{grid-column:2;text-align:left}.checkout-block{grid-template-columns:38px 1fr}.checkout-block label,.checkout-block>div:not(:first-of-type){grid-column:2}}

.route-recovery{max-width:620px;margin:40px auto;padding:42px;text-align:center;border:1px solid var(--line);border-radius:20px;background:#fff}.route-recovery>span{font-size:55px;color:#8b5cf6}.route-recovery h2{font-size:28px;margin:10px 0}.route-recovery p{color:#8a7e91;line-height:1.6}.route-recovery .button{margin:7px}

/* TamuBN v27 floating marketplace chat */
.tamu-chat{position:fixed;right:24px;bottom:0;z-index:8500;font-family:inherit}
.tamu-chat-launcher{margin-left:auto;min-width:126px;height:52px;border:1px solid #ddd4e7;border-bottom:0;border-radius:16px 16px 0 0;background:#fff;color:#6d28d9;box-shadow:0 -5px 28px rgba(37,20,52,.13);display:flex;align-items:center;justify-content:center;gap:9px;font-size:17px;font-weight:900;cursor:pointer;position:relative}.tamu-chat-launcher span{font-size:20px}.tamu-chat-launcher i{position:absolute;right:7px;top:5px;min-width:19px;height:19px;border-radius:10px;background:#ef4444;color:#fff;font:800 11px/19px inherit;font-style:normal}
.tamu-chat-panel{position:absolute;right:0;bottom:52px;width:min(920px,calc(100vw - 48px));height:min(620px,calc(100vh - 110px));background:#fff;border:1px solid #ddd4e7;border-radius:18px 18px 0 0;box-shadow:0 12px 55px rgba(25,13,35,.24);overflow:hidden}
.tamu-chat-panel>header{height:68px;padding:0 20px;border-bottom:1px solid #eee8f2;display:flex;align-items:center;justify-content:space-between}.tamu-chat-panel>header strong{display:block;font-size:22px;color:#6d28d9}.tamu-chat-panel>header small{color:#8d8196}.tamu-chat-panel>header button{width:38px;height:38px;border:0;border-radius:10px;background:#f7f3fa;font-size:24px;cursor:pointer}
.tamu-chat-body{height:calc(100% - 68px);display:grid;grid-template-columns:330px 1fr}.tamu-chat-body>aside{border-right:1px solid #eee8f2;min-width:0}.tamu-chat-search{height:70px;padding:13px;display:flex;align-items:center;gap:7px;border-bottom:1px solid #f2edf5}.tamu-chat-search input{width:100%;height:42px;border:1px solid #ddd4e7;border-radius:9px;padding:0 12px;font:inherit}.tamu-chat-threads{height:calc(100% - 70px);overflow:auto}.tamu-chat-threads>button{width:100%;min-height:82px;padding:12px;border:0;border-bottom:1px solid #f2edf5;background:#fff;display:grid;grid-template-columns:44px 1fr auto;gap:10px;text-align:left;cursor:pointer;position:relative}.tamu-chat-threads>button:hover,.tamu-chat-threads>button.active{background:#f8f4fb}.tamu-chat-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#6d28d9,#d946ef);color:#fff;display:grid;place-items:center;font-weight:900}.tamu-chat-threads b,.tamu-chat-threads small,.tamu-chat-threads em{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tamu-chat-threads b{font-size:14px}.tamu-chat-threads small{font-size:11px;color:#8d8196}.tamu-chat-threads em{font-size:13px;color:#766c7c;font-style:normal;margin-top:4px}.tamu-chat-threads time{font-size:11px;color:#9b919f}.tamu-chat-threads>button>i{position:absolute;right:12px;bottom:10px;background:#6d28d9;color:#fff;border-radius:10px;min-width:18px;height:18px;text-align:center;font:800 10px/18px inherit;font-style:normal}.tamu-chat-no-threads{padding:32px 18px;text-align:center;color:#776c7e}
.tamu-chat-body>main{min-width:0;background:#fbfafc}.tamu-chat-empty{height:100%;display:grid;place-content:center;text-align:center;padding:30px;color:#8a7f90}.tamu-chat-empty .cube-chat-icon{font-size:80px;color:#8b5cf6}.tamu-chat-empty h3{margin:12px 0 4px;color:#2a2130;font-size:21px}.tamu-chat-conversation{height:100%;display:grid;grid-template-rows:58px 1fr 64px}.tamu-chat-conversation-head{padding:10px 16px;background:#fff;border-bottom:1px solid #eee8f2}.tamu-chat-conversation-head strong,.tamu-chat-conversation-head small{display:block}.tamu-chat-conversation-head small{color:#8d8196;margin-top:3px}.tamu-chat-messages{overflow:auto;padding:18px;display:flex;flex-direction:column;gap:10px}.tamu-chat-bubble{align-self:flex-start;max-width:76%;background:#fff;border:1px solid #e8e1ec;border-radius:5px 16px 16px 16px;padding:9px 12px}.tamu-chat-bubble.mine{align-self:flex-end;background:#6d28d9;color:#fff;border-color:#6d28d9;border-radius:16px 5px 16px 16px}.tamu-chat-bubble small{font-size:10px;opacity:.72}.tamu-chat-bubble p{margin:3px 0;white-space:pre-wrap;word-break:break-word}.tamu-chat-bubble time{font-size:9px;opacity:.6}.tamu-chat-conversation form{background:#fff;border-top:1px solid #eee8f2;padding:10px;display:flex;gap:8px}.tamu-chat-conversation form input{flex:1;border:1px solid #ddd4e7;border-radius:10px;padding:0 13px;font:inherit;min-width:0}.tamu-chat-conversation form button{border:0;border-radius:10px;background:#6d28d9;color:#fff;font-weight:850;padding:0 17px}.tamu-chat-loading{text-align:center;color:#8d8196;padding:30px}
@media(max-width:720px){.tamu-chat{right:12px}.tamu-chat-panel{position:fixed;inset:0;width:100%;height:100%;border:0;border-radius:0}.tamu-chat-body{grid-template-columns:120px 1fr}.tamu-chat-search span{display:none}.tamu-chat-search{padding:8px}.tamu-chat-threads>button{grid-template-columns:36px 1fr;padding:9px}.tamu-chat-avatar{width:34px;height:34px}.tamu-chat-threads time,.tamu-chat-threads>button>i{display:none}.tamu-chat-launcher{min-width:104px;height:48px}.tamu-chat-panel>header{height:60px}.tamu-chat-body{height:calc(100% - 60px)}}

.tamu-chat-panel[hidden],.tamu-chat-empty[hidden],.tamu-chat-conversation[hidden]{display:none!important}
.tamu-chat-panel,.tamu-chat-body,.tamu-chat-body aside,.tamu-chat-body main,.tamu-chat-threads{pointer-events:auto}
.tamu-chat-threads>button{cursor:pointer;position:relative;z-index:1}
.tamu-chat-threads>button.active{background:#f2eafe;box-shadow:inset 3px 0 0 #7c3aed}
.tamu-chat-conversation{display:grid}
.tamu-chat-first-message{margin:auto;padding:28px;text-align:center;color:#8a7f90;line-height:1.7}
.tamu-chat-first-message b{color:#4c3d58}
\n/* v30 chat routing reliability */
.tamu-chat-threads>button:focus-visible{outline:3px solid rgba(124,58,237,.28);outline-offset:-3px}
.tamu-chat-conversation form button:disabled{opacity:.55;cursor:wait}

/* Phase 4 — Self-Healing Marketplace Core */
.system-health-banner{display:flex;align-items:center;gap:12px;margin-bottom:18px;padding:14px 16px;border:1px solid var(--workspace-line);border-radius:14px;background:#fff}.system-health-banner .health-dot{width:12px;height:12px;border-radius:50%;background:#10b981;box-shadow:0 0 0 5px #d1fae5}.system-health-banner[data-status="warning"] .health-dot{background:#f59e0b;box-shadow:0 0 0 5px #fef3c7}.system-health-banner[data-status="critical"] .health-dot{background:#ef4444;box-shadow:0 0 0 5px #fee2e2}.system-health-banner div{flex:1}.system-health-banner b,.system-health-banner small{display:block}.system-health-banner small{color:var(--workspace-muted);margin-top:3px}.system-health-banner button{border:0;background:#f3e8ff;color:#6d28d9;border-radius:9px;padding:9px 12px;font-weight:800}
.health-command-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:18px}.health-command-head h2{font-size:32px;margin:5px 0}.health-command-head p{margin:0;color:var(--workspace-muted)}.health-command-head>div:last-child{display:flex;gap:8px}
.health-check-list{display:grid;gap:9px}.health-check{display:grid;grid-template-columns:34px 1fr auto;gap:10px;align-items:center;padding:12px 13px;border:1px solid var(--workspace-line);border-radius:11px}.health-check>span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;font-weight:900}.health-check b,.health-check small{display:block}.health-check small{color:var(--workspace-muted);margin-top:3px}.health-check em{font-style:normal;text-transform:uppercase;font-size:9px;font-weight:900;letter-spacing:.7px}.health-check.healthy>span{background:#ecfdf5;color:#047857}.health-check.healthy em{color:#047857}.health-check.warning>span{background:#fffbeb;color:#b45309}.health-check.warning em{color:#b45309}.health-check.critical>span{background:#fef2f2;color:#b91c1c}.health-check.critical em{color:#b91c1c}
.repair-buttons{display:grid;gap:8px;margin-top:14px}.repair-buttons button{padding:11px;text-align:left;border:1px solid var(--workspace-line);border-radius:9px;background:#fff;font-weight:750;cursor:pointer}.repair-buttons button:hover{border-color:#a78bfa;background:#faf5ff}
@media(max-width:760px){.health-command-head{display:block}.health-command-head>div:last-child{margin-top:13px}.health-check{grid-template-columns:32px 1fr}.health-check em{grid-column:2}.system-health-banner{align-items:flex-start;flex-wrap:wrap}}

/* Phase 4.3 Trust & Marketplace Quality */
.trust-score{display:grid;gap:7px;margin-top:16px}.trust-score strong{text-transform:capitalize;font-size:34px;color:#6d28d9}.trust-score span{font-weight:850}.trust-score small{color:var(--workspace-muted)}
.review-row{display:grid;grid-template-columns:1fr auto;gap:14px;padding:15px;border:1px solid var(--workspace-line);border-radius:12px;background:#fff}.review-row b,.review-row span,.review-row small{display:block}.review-row span{margin-top:4px;color:#7c3aed;font-weight:850}.review-row p{margin:7px 0;color:#6f6476}.review-row small{color:var(--workspace-muted)}.seller-review-reply{margin-top:10px;padding:10px 12px;border-left:3px solid #8b5cf6;background:#faf5ff;border-radius:0 9px 9px 0}
.review-modal form{display:grid;gap:12px}.review-modal label{display:grid;gap:5px;font-size:11px;font-weight:800}.review-modal select,.review-modal input,.review-modal textarea{width:100%;box-sizing:border-box;border:1px solid var(--line);border-radius:10px;padding:11px;background:#fff}
.chat-order-context{align-self:center;width:min(90%,420px);padding:12px 14px;border:1px solid #ddd4e7;border-radius:12px;background:#fff;display:grid;grid-template-columns:1fr auto;gap:4px 12px}.chat-order-context small,.chat-order-context span{grid-column:1/-1;color:#8a7f90}.chat-order-context b{color:#6d28d9}
.trust-admin-actions{display:flex;gap:6px;padding:6px 0 12px}.trust-admin-actions button{border:1px solid var(--workspace-line);background:#fff;border-radius:8px;padding:7px 9px;font-size:10px;font-weight:800;cursor:pointer}
@media(max-width:700px){.review-row{grid-template-columns:1fr}.chat-order-context{width:92%}}

/* v44 Seller Studio runtime hardening */
.workspace-nav button{cursor:pointer}
.workspace-nav button:focus-visible,.workspace-signout:focus-visible,.workspace-sidebar-signout:focus-visible{outline:3px solid rgba(139,92,246,.25);outline-offset:2px}
.workspace-runtime-error{padding:14px;border:1px solid #fecaca;border-radius:11px;background:#fff7f7;color:#991b1b}

/* v45 Seller Trust + Commerce repair */
.pickup-location-form{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:16px 0}.pickup-location-form label{display:grid;gap:6px;font-size:11px;font-weight:800}.pickup-location-form label:nth-child(3),.pickup-location-form button{grid-column:1/-1}.pickup-location-form input,.pickup-location-form textarea{width:100%;box-sizing:border-box;border:1px solid var(--workspace-line);border-radius:10px;padding:11px;background:#fff;font:inherit}.pickup-location-list{display:grid;gap:9px;margin-top:14px}.pickup-location-row{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:13px;border:1px solid var(--workspace-line);border-radius:11px;background:#fff}.pickup-location-row b,.pickup-location-row small,.pickup-location-row span{display:block}.pickup-location-row small,.pickup-location-row span{margin-top:4px;color:var(--workspace-muted);font-size:10px}.pickup-location-row button{border:1px solid #fecaca;background:#fff7f7;color:#991b1b;border-radius:8px;padding:8px 10px;font-weight:800}
@media(max-width:700px){.pickup-location-form{grid-template-columns:1fr}.pickup-location-form label,.pickup-location-form label:nth-child(3),.pickup-location-form button{grid-column:1}.pickup-location-row{align-items:flex-start}}

/* v46 Seller category selector */
#cats:disabled{background:#f5f1f8;color:#8f8496;cursor:not-allowed}
#cats:not(:disabled){background:#fff;color:#211728;cursor:pointer}

/* v48 Buyer checkout layout + payment method UX */
.checkout-block{grid-template-columns:42px minmax(0,1fr);align-items:start}
.checkout-block-head{grid-column:2;min-width:0}
.checkout-fields{grid-column:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px;min-width:0}
.checkout-field{display:block;min-width:0;font-size:11px!important;font-weight:800}
.checkout-field-full{grid-column:1/-1}
.checkout-contact-fields .checkout-field input{min-height:44px;font-size:13px}
.checkout-fulfilment-fields>label:first-child,.checkout-payment-fields>label:first-child{grid-column:1/-1}
.checkout-fulfilment-fields select,.checkout-payment-fields select{min-height:46px;font-size:13px}
.checkout-subfields{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px}
.checkout-subfields[hidden]{display:none!important}
.checkout-payment-fields{grid-template-columns:1fr}
.payment-method-panel{border:1px solid #e7dff0;border-radius:13px;padding:14px;background:#fbf8fd}
.payment-method-panel[hidden]{display:none!important}
.payment-method-panel-head,.payment-pickup-reminder{display:flex;gap:12px;align-items:flex-start}
.payment-method-panel-head b,.payment-method-panel-head small,.payment-pickup-reminder b{display:block}
.payment-method-panel-head small{margin-top:4px;color:#817587;font-weight:500;line-height:1.5}
.payment-method-icon{flex:0 0 34px;width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#f3e8ff;color:#6d28d9;font-size:17px;font-weight:900}
.payment-proof-checkout{display:flex!important;align-items:center;justify-content:center;margin-top:12px;min-height:46px;border:1px dashed #a78bfa;border-radius:10px;background:#fff;color:#6d28d9;cursor:pointer;font-size:11px!important;font-weight:850!important;padding:8px 12px;text-align:center}
.payment-proof-checkout:hover{background:#faf5ff}
.payment-file-help{display:block;margin-top:7px;color:#8a7e91;font-size:9px}
.payment-pickup-reminder{background:#fffaf0;border-color:#f6d48b}
.payment-pickup-reminder .payment-method-icon{background:#fff0c2;color:#9a6700}
.payment-pickup-reminder p{margin:4px 0 0!important;color:#6b5a33!important;font-size:11px!important;line-height:1.55}
.checkout-summary-sticky .checkout-grand-total{margin-top:0;padding-top:13px;border-top:1px solid rgba(255,255,255,.12)}
.success-payment-notice{margin:12px 0;padding:12px;border-radius:11px;text-align:left}
.success-payment-notice b{display:block;margin-bottom:4px}
.success-payment-notice p{margin:0;line-height:1.5;font-size:11px}
.success-payment-notice.bank{background:#f5f3ff;color:#4c1d95}
.success-payment-notice.pickup{background:#fff7dd;color:#76520a}
@media(max-width:800px){
 .checkout-block{grid-template-columns:38px minmax(0,1fr)}
 .checkout-block-head,.checkout-fields{grid-column:2}
 .checkout-fields,.checkout-subfields{grid-template-columns:1fr}
 .checkout-field,.checkout-field-full,.checkout-subfields .checkout-field{grid-column:1!important}
}
@media(max-width:520px){
 .checkout-block{padding:15px;gap:10px}
 .checkout-commerce-form{gap:10px}
}

/* v49 seller bank transfer onboarding + checkout */
.seller-bank-form{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:15px}.seller-bank-form label{display:grid;gap:6px;font-size:11px;font-weight:800}.seller-bank-form input,.seller-bank-form textarea{width:100%;box-sizing:border-box;padding:11px;border:1px solid var(--workspace-line);border-radius:10px;font:inherit}.seller-bank-full{grid-column:1/-1}.seller-bank-status{margin-top:12px}.bank-configured{padding:12px;border:1px solid #a7f3d0;background:#ecfdf5;border-radius:11px;color:#065f46}.bank-configured b,.bank-configured span{display:block}.bank-configured span{font-size:10px;margin-top:4px}
.seller-bank-instructions{display:grid;gap:9px;margin:12px 0}.seller-bank-instruction{border:1px solid #e3d8ec;border-radius:11px;padding:12px;background:#fff}.seller-bank-instruction>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px}.seller-bank-instruction small{font-size:9px;color:#7c3aed;font-weight:900;letter-spacing:.6px}.seller-bank-instruction b{font-size:13px}.seller-bank-instruction dl{margin:10px 0 0;display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.seller-bank-instruction dl div{padding:8px;background:#faf7fc;border-radius:8px}.seller-bank-instruction dt{font-size:8px;color:#85778d;text-transform:uppercase}.seller-bank-instruction dd{margin:3px 0 0;font-size:11px;font-weight:850;word-break:break-word}.bank-account-number{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px!important;letter-spacing:.4px}.seller-bank-instruction p{margin:9px 0 0!important;font-size:10px!important;color:#736679!important}.seller-bank-instruction.missing{background:#fff7f7;border-color:#fecaca;color:#991b1b}.checkout-payment-loading{font-size:10px;color:#8a7e91}
.pickup-address-preview{padding:12px;border:1px solid #e5dcec;border-radius:10px;background:#faf8fc}.pickup-address-preview small,.pickup-address-preview b,.pickup-address-preview p,.pickup-address-preview span{display:block}.pickup-address-preview small{font-size:8px;color:#7c3aed;font-weight:900;letter-spacing:.7px}.pickup-address-preview b{margin-top:4px}.pickup-address-preview p{margin:5px 0!important;font-size:11px!important;color:#403746!important}.pickup-address-preview span{font-size:10px;color:#807484}
@media(max-width:700px){.seller-bank-form{grid-template-columns:1fr}.seller-bank-full{grid-column:1}.seller-bank-instruction dl{grid-template-columns:1fr}.seller-bank-instruction>div:first-child{display:block}.seller-bank-instruction>div:first-child b{display:block;margin-top:3px}}

/* v50 Buyer Order Actions */
.order-help-modal{width:min(560px,92vw)}.order-help-modal>p{color:#75697d;line-height:1.55}.order-help-modal form{display:grid;gap:14px;margin-top:18px}.order-help-modal label{display:grid;gap:7px;font-size:11px;font-weight:850}.order-help-modal select,.order-help-modal textarea{width:100%;box-sizing:border-box;padding:12px;border:1px solid #ded5e6;border-radius:11px;background:#fff;font:inherit}.order-help-actions{display:flex;justify-content:flex-end;gap:9px}.order-help-success{text-align:center}.buyer-order-actions button[disabled]{opacity:.62;cursor:wait}
@media(max-width:600px){.order-help-actions{display:grid;grid-template-columns:1fr}.order-help-actions .button{width:100%}}

/* v52 seller auth tabs: hidden forms must not be overridden by .portal-auth-form display:grid */
.portal-auth-form[hidden]{display:none!important}
.portal-auth-tabs{margin-bottom:22px;padding:4px;background:#f5f1f8;border-radius:12px}
.portal-auth-tabs button{border:0;border-radius:9px;background:transparent;cursor:pointer;font-weight:700;color:#554b5e}
.portal-auth-tabs button.active{background:linear-gradient(135deg,#6d28d9,#b832e8);color:#fff;box-shadow:0 5px 14px rgba(109,40,217,.18)}
.portal-auth-form{gap:16px}
.portal-auth-form label{display:grid;gap:7px;font-weight:650;color:#211728}
.portal-auth-form input{border:1px solid #ddd4e4;border-radius:10px;background:#fff;outline:none}
.portal-auth-form input:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px rgba(139,92,246,.12)}
.portal-auth-form button{border-radius:10px;font-weight:750;cursor:pointer}
@media(max-width:850px){.portal-auth-brand{padding:35px 24px}.portal-auth-brand h1{font-size:48px}.portal-auth-panel{padding:22px 16px}.portal-auth-card{box-sizing:border-box;padding:22px}}


/* v53 Marketplace Operations */
.nav-count{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#ef3f8f;color:#fff;font-size:11px;font-weight:800;margin-left:auto}
.workspace-notification-button{position:relative;border:1px solid #e9e1f2;background:#fff;border-radius:14px;min-width:46px;height:46px;font-size:18px;cursor:pointer}
.workspace-notification-button span{position:absolute;right:-5px;top:-7px;background:#ef3f8f;color:#fff;border-radius:999px;min-width:20px;height:20px;padding:2px 5px;font-size:10px;font-weight:800}
.launch-hero{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:18px;background:linear-gradient(135deg,#fff 0%,#faf6ff 62%,#f7ecff 100%)}
.launch-hero h2{font-size:clamp(30px,4vw,52px);margin:5px 0 8px}
.launch-score{display:flex;align-items:flex-end;gap:8px;white-space:nowrap}.launch-score strong{font-size:64px;letter-spacing:-4px}.launch-score span{padding-bottom:12px;color:#746a7e;font-weight:700}
.launch-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(300px,.8fr);gap:18px}
.launch-steps{display:grid;gap:10px}.launch-step{width:100%;display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:14px;text-align:left;border:1px solid #eadff3;background:#fff;border-radius:18px;padding:15px;cursor:pointer}.launch-step:hover{border-color:#a855f7;transform:translateY(-1px)}.launch-step.done{background:#fbfffd}.launch-step-number{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#f1e8ff;color:#7628df;font-weight:900}.launch-step.done .launch-step-number{background:#e8faf1;color:#078653}.launch-step b,.launch-step small{display:block}.launch-step small{margin-top:4px;color:#756b7d}.launch-step em{font-style:normal;font-size:12px;font-weight:800;color:#7628df}.launch-step.done em{color:#078653}.launch-next-card hr{border:0;border-top:1px solid #eee4f4;margin:24px 0}
.notification-centre{display:grid}.notification-item{display:grid;grid-template-columns:48px 1fr auto;gap:14px;align-items:start;width:100%;text-align:left;border:0;border-bottom:1px solid #eee7f3;background:#fff;padding:18px 10px;cursor:pointer}.notification-item:hover{background:#faf7fd}.notification-item.unread{background:#fbf7ff}.notification-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:#f2e8ff}.notification-item b,.notification-item small,.notification-item time{display:block}.notification-item small{margin-top:4px;color:#665d6d}.notification-item time{margin-top:7px;color:#9b91a2;font-size:11px}.notification-item i{font-style:normal;background:#7628df;color:#fff;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:800}.seller-order-body span{display:block;color:#7c7184;font-size:12px;margin-top:3px;max-width:340px}
@media(max-width:900px){.launch-layout{grid-template-columns:1fr}.launch-hero{align-items:flex-start;flex-direction:column}.launch-score strong{font-size:50px}.launch-step{grid-template-columns:42px 1fr}.launch-step em{grid-column:2}.workspace-notification-button{min-width:42px;height:42px}}

/* v54 Seller Launch Wizard + Notification Centre stability */
#launchNextButton:disabled{opacity:.5;cursor:wait;box-shadow:none}
.notification-detail-panel{margin-top:16px;border:1px solid #e6dcf0;border-radius:18px;background:linear-gradient(145deg,#fff,#fbf7ff);padding:20px;box-shadow:0 18px 48px rgba(34,15,55,.08)}
.notification-detail-panel[hidden]{display:none!important}
.notification-detail-head{display:grid;grid-template-columns:48px 1fr 36px;gap:13px;align-items:center}
.notification-detail-head small{display:block;color:#7c3aed;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.7px}
.notification-detail-head h3{margin:3px 0 0;font-size:20px}
.notification-detail-head>button{width:34px;height:34px;border:0;border-radius:10px;background:#f5eff9;font-size:20px;cursor:pointer}
.notification-detail-panel>p{font-size:14px;line-height:1.65;color:#504557;margin:18px 0 10px;white-space:pre-wrap}
.notification-detail-panel>time{display:block;font-size:11px;color:#95899d}
.notification-detail-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:18px}
.notification-item small{line-height:1.45;max-width:850px}
.workspace-loading{padding:18px;color:#7b6f84}
@media(max-width:650px){
 .notification-detail-actions{display:grid}
 .notification-detail-actions .button{width:100%}
 .notification-detail-head{grid-template-columns:42px 1fr 34px}
}

/* v55 Home collection preview interaction */
.horizontal-product-preview{cursor:pointer;touch-action:manipulation}
.horizontal-product-preview:focus-visible{outline:3px solid rgba(124,58,237,.3);outline-offset:3px}
.horizontal-product-preview>div{position:relative}
.horizontal-product-preview>div>span{pointer-events:none}
.horizontal-products.dragging{cursor:grabbing;user-select:none}

/* v56 Seller Inventory Save + Upload reliability */
#productForm button[type="submit"]:disabled,#uploadImagesButton:disabled{opacity:.6;cursor:wait}
.listing-image-studio{position:relative}
.image-dropzone{cursor:pointer}
.image-dropzone.dragover{border-color:#7c3aed;background:#faf5ff}

/* v57 New listing editor reset */
.inventory-editor-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}
.inventory-editor-head h2{margin:3px 0 0}
#newListingButton{white-space:nowrap}
@media(max-width:650px){.inventory-editor-head{flex-direction:column}#newListingButton{width:100%}}

/* v58 Seller payment proof review */
.seller-proof-backdrop{position:fixed;inset:0;z-index:10050;background:rgba(14,8,22,.68);display:grid;place-items:center;padding:24px}
.seller-proof-modal{width:min(820px,94vw);max-height:92vh;overflow:auto;background:#fff;border-radius:24px;padding:22px;box-shadow:0 35px 100px rgba(10,4,17,.35)}
.seller-proof-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}
.seller-proof-head h2{margin:4px 0 0}
.seller-proof-head>button{border:0;background:#f4eff7;width:40px;height:40px;border-radius:12px;font-size:24px;cursor:pointer}
.seller-proof-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:18px 0}
.seller-proof-meta>div{padding:12px;background:#faf7fc;border:1px solid #eee4f4;border-radius:12px}
.seller-proof-meta small,.seller-proof-meta b{display:block}
.seller-proof-meta small{font-size:9px;color:#8b7f92;text-transform:uppercase;font-weight:850}
.seller-proof-meta b{margin-top:4px;font-size:12px}
.seller-proof-image-wrap{display:grid;gap:8px;padding:14px;border:1px solid #e7dded;border-radius:16px;background:#f8f5fa}
.seller-proof-image-wrap a{display:grid;place-items:center;min-height:280px;background:#fff;border-radius:12px;overflow:hidden}
.seller-proof-image-wrap img{display:block;max-width:100%;max-height:62vh;object-fit:contain}
.seller-proof-image-wrap small{color:#7d7184;text-align:center}
.seller-proof-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:16px}
.danger-outline{background:#fff7f7!important;color:#a71919!important;border:1px solid #fecaca!important}
@media(max-width:700px){
 .seller-proof-backdrop{padding:10px}
 .seller-proof-modal{padding:16px;border-radius:18px}
 .seller-proof-meta{grid-template-columns:1fr 1fr}
 .seller-proof-actions{display:grid}
 .seller-proof-actions .button{width:100%}
}

/* v59 Cube visibility + seller branding */
.cube-branding-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:18px}
.cube-slug-field{display:flex;align-items:center;border:1px solid var(--workspace-line,#e7dfec);border-radius:10px;overflow:hidden;background:#fff}
.cube-slug-field span{padding:0 10px;color:#86798d;font-size:11px;white-space:nowrap;background:#faf7fc;height:42px;display:flex;align-items:center}
.cube-slug-field input{border:0!important;border-radius:0!important}
.cube-brand-upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.cube-brand-upload-grid>div{display:grid;gap:7px}.cube-brand-upload-grid small{color:#877a8e;font-size:10px}
.cube-brand-preview{border:1px dashed #cdbbea;border-radius:14px;background:#faf7fd;display:grid;place-items:center;overflow:hidden;color:#8b71a7;font-size:10px;font-weight:850}
.cube-brand-preview.logo{aspect-ratio:1;max-width:180px}.cube-brand-preview.cover{aspect-ratio:16/7}
.cube-brand-preview img{width:100%;height:100%;object-fit:cover}.cube-upload-button{display:flex!important;justify-content:center}
.cube-brand-link-preview{padding:14px;border-radius:14px;background:#130a1d;color:#fff;display:grid;gap:8px}.cube-brand-link-preview small{color:#c4afd8}.cube-brand-link-preview b{font-size:13px;word-break:break-all}.cube-brand-link-preview>div{display:flex;gap:8px;flex-wrap:wrap}
.branded-cube-view{position:relative;overflow:hidden}.cube-brand-cover{position:absolute;inset:0 0 auto;height:100%;z-index:0}.cube-brand-cover img{width:100%;height:100%;object-fit:cover;filter:saturate(.92)}.cube-brand-cover div{position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,7,20,.86),rgba(13,7,20,.54) 55%,rgba(13,7,20,.7))}
.branded-cube-view .cube-view-topbar,.branded-cube-view .cube-shop-profile{position:relative;z-index:1}.branded-cube-view .cube-shop-profile{color:#fff}.branded-cube-view .cube-shop-profile p,.branded-cube-view .cube-profile-meta{color:rgba(255,255,255,.8)}
.cube-tamubn-mark img{height:38px;filter:brightness(0) invert(1)}.cube-public-link{font-size:10px;color:rgba(255,255,255,.72)}
.cube-brand-identity{display:flex;align-items:center;gap:20px}.cube-brand-logo{width:104px;height:104px;border-radius:24px;overflow:hidden;background:#fff;border:4px solid rgba(255,255,255,.8);box-shadow:0 18px 45px rgba(0,0,0,.18);flex:0 0 auto}.cube-brand-logo img{width:100%;height:100%;object-fit:cover}
.cube-announcement{margin-top:12px;display:inline-flex;padding:7px 10px;border-radius:999px;background:color-mix(in srgb,var(--cube-accent) 75%,white);color:#fff;font-size:10px;font-weight:800}
.cube-shelf-brand{display:flex;align-items:center;gap:9px;margin-bottom:16px}.cube-shelf-brand img{width:34px;height:34px;border-radius:10px;object-fit:cover;background:#fff}.cube-shelf-brand b{font-size:11px}
.branded-cube-experience .cabinet-product:focus-visible{outline:3px solid var(--cube-accent)}
.cube-shop-about{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding-top:34px;padding-bottom:34px}.cube-shop-about article{padding:22px;border:1px solid #ece4f1;border-radius:20px;background:#fff}.cube-shop-about h2{font-size:26px;margin:5px 0 8px}.cube-shop-about p{color:#756a7d;line-height:1.6}.cube-shop-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.cube-shop-info-grid div{padding:12px;background:#faf7fc;border-radius:12px}.cube-shop-info-grid small,.cube-shop-info-grid b{display:block}.cube-shop-info-grid small{font-size:9px;color:#8b7f92}.cube-shop-info-grid b{margin-top:4px}
.cube-view-error{min-height:65vh;display:grid;place-items:center;align-content:center;text-align:center;gap:8px;padding:40px}.cube-view-error .cube-loader{font-size:42px;color:#7c3aed}
@media(max-width:850px){.cube-branding-layout,.cube-shop-about{grid-template-columns:1fr}.cube-brand-identity{align-items:flex-start}.cube-brand-logo{width:82px;height:82px}.cube-brand-upload-grid{grid-template-columns:1fr}.cube-public-link{display:none}}
@media(max-width:560px){.cube-brand-identity{display:grid}.cube-brand-logo{width:74px;height:74px}.cube-shop-info-grid{grid-template-columns:1fr}}

/* v66 Cube View interaction repair */
.branded-cube-view .cube-share-button,
.branded-cube-view .cube-share-button:link,
.branded-cube-view .cube-share-button:visited,
.branded-cube-view .cube-share-button:hover,
.branded-cube-view .cube-share-button:focus{
  color:#fff!important;
  border-color:rgba(255,255,255,.78)!important;
  background:rgba(255,255,255,.06)!important;
  text-decoration:none!important;
}
.branded-cube-view .cube-share-button:hover{
  background:rgba(255,255,255,.14)!important;
}
.cabinet-product{
  cursor:pointer;
  touch-action:manipulation;
}
.cabinet-product:hover{
  transform:translateY(-3px);
}
.cabinet-product:focus-visible{
  outline:3px solid rgba(255,255,255,.7);
  outline-offset:3px;
}
.interactive-cabinet.dragging{
  cursor:grabbing;
  user-select:none;
}

/* v67 commerce reliability */
.buyer-order-detail{max-width:760px;padding:8px}.buyer-order-detail h3{margin:22px 0 10px}.buyer-detail-badges{display:flex;gap:8px}.buyer-detail-badges span{padding:7px 11px;border-radius:999px;background:#f3ebff;font-weight:800;text-transform:capitalize}.buyer-detail-item{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid #eee7f4}.buyer-detail-item small{display:block;color:#786d80;margin-top:4px}.buyer-detail-timeline{list-style:none;padding:0;margin:0}.buyer-detail-timeline li{position:relative;padding:10px 10px 10px 24px;border-left:2px solid #dccbf4;margin-left:6px}.buyer-detail-timeline li:before{content:"";position:absolute;left:-6px;top:16px;width:10px;height:10px;border-radius:50%;background:#7c2ee8}.buyer-detail-timeline span,.buyer-detail-timeline small{display:block;color:#786d80;margin-top:3px}

/* v68 Live seller products in homepage Cube */
.hero-live-cabinet .cabinet-cell{overflow:hidden;padding:0!important;display:flex!important;align-items:stretch!important;justify-content:stretch!important;text-align:left!important}
.hero-live-product{cursor:pointer;position:relative;background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.12)!important;color:#fff!important}
.hero-live-product:hover{background:rgba(255,255,255,.11)!important;transform:translateY(-2px)}
.hero-product-art{position:absolute;inset:0;display:grid;place-items:center;overflow:hidden}
.hero-product-art img{width:100%;height:100%;object-fit:cover;display:block}
.hero-product-art .product-emoji{font-size:68px}
.hero-product-art:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 38%,rgba(8,3,16,.22) 58%,rgba(8,3,16,.92) 100%)}
.hero-product-copy{position:relative;z-index:2;align-self:flex-end;width:100%;padding:16px;display:grid;gap:3px}
.hero-product-copy small{font-size:9px;text-transform:uppercase;letter-spacing:.09em;color:rgba(255,255,255,.65);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hero-product-copy span{font-size:13px;font-weight:800;line-height:1.2;color:#fff;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.hero-product-copy b{font-size:12px;color:#fff;margin-top:3px}
.hero-product-empty{display:grid!important;place-items:center!important;color:rgba(255,255,255,.55)!important;text-align:center!important;padding:18px!important;font-size:11px!important}
.live-signature-cube .signature-cube-inner{overflow:hidden}
.live-signature-cube .signature-cube-inner button{border:0;background:transparent;padding:0;overflow:hidden;cursor:pointer;min-height:120px}
.live-signature-cube .signature-cube-inner button img{width:100%;height:100%;object-fit:cover;display:block}
.live-signature-cube .signature-cube-inner button:hover{filter:brightness(1.08)}
.live-signature-cube .signature-empty{grid-column:1/-1;display:grid;place-items:center;min-height:180px;color:#786a82}
@media(max-width:760px){
 .hero-product-copy{padding:10px}
 .hero-product-copy span{font-size:11px}
 .hero-product-copy b{font-size:10px}
}

/* v69 Marketplace hero — live seller products */
.live-market-shelves .shelf-card{
  overflow:hidden;
}
.live-seller-shelf{
  position:relative;
  padding:0!important;
}
.live-seller-shelf>button{
  appearance:none;
  border:0;
  background:transparent;
  color:inherit;
  width:100%;
  height:100%;
  padding:20px 20px 18px;
  text-align:left;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  cursor:pointer;
}
.live-seller-shelf-image{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
}
.live-seller-shelf-image:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(11,4,23,.06) 20%,rgba(11,4,23,.82) 100%);
}
.live-seller-shelf-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.live-seller-shelf:hover .live-seller-shelf-image img{
  transform:scale(1.045);
}
.live-seller-shelf>button>span,
.live-seller-shelf>button>b,
.live-seller-shelf>button>small{
  position:relative;
  z-index:1;
  color:#fff;
}
.live-seller-shelf>button>span{
  font-size:10px;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
  opacity:.78;
}
.live-seller-shelf>button>b{
  margin-top:4px;
  font-size:20px;
  line-height:1.05;
  max-width:95%;
}
.live-seller-shelf>button>small{
  margin-top:6px;
  font-size:13px;
  font-weight:800;
}
.live-shelf-empty{
  display:flex;
  align-items:flex-start;
  justify-content:flex-end;
  flex-direction:column;
}
.live-market-explore{
  text-decoration:none!important;
  color:#fff!important;
}
.live-market-explore:visited,
.live-market-explore:hover{
  color:#fff!important;
}
.live-product-fallback{
  position:absolute!important;
  inset:0;
  display:grid;
  place-items:center;
  font-size:56px!important;
}
@media(max-width:760px){
  .live-seller-shelf>button{padding:15px}
  .live-seller-shelf>button>b{font-size:16px}
}

/* =========================================================
   v72 — MOBILE BUYER EXPERIENCE
   ========================================================= */

.buyer-auth-modal{width:min(520px,100%);padding:30px}
.buyer-auth-head{padding-right:34px}
.buyer-auth-head h2{margin:5px 0 7px;font-size:28px}
.buyer-auth-head p{margin:0;color:#776b7e;font-size:13px;line-height:1.55}
.buyer-auth-tabs{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:5px;
  padding:5px;
  margin:20px 0 16px;
  border-radius:14px;
  background:#f5eff9;
}
.buyer-auth-tabs button{
  min-height:44px;
  border:0;
  border-radius:10px;
  background:transparent;
  color:#67596f;
  font-weight:800;
  cursor:pointer;
}
.buyer-auth-tabs button.active{
  background:#fff;
  color:#5b21b6;
  box-shadow:0 6px 20px rgba(80,34,120,.09);
}
.buyer-auth-panel[hidden]{display:none!important}
.buyer-auth-form{display:grid;gap:11px}
.buyer-auth-form label{display:grid;gap:6px;font-size:11px;font-weight:800;color:#53485a}
.buyer-auth-form input{
  width:100%;
  min-height:48px;
  border:1px solid #e4dbea;
  border-radius:12px;
  padding:0 13px;
  background:#fff;
  color:#180c20;
  font:inherit;
  outline:0;
}
.buyer-auth-form input:focus{
  border-color:#8b5cf6;
  box-shadow:0 0 0 4px rgba(139,92,246,.10);
}
.buyer-auth-panel>small{margin-top:10px}
.buyer-auth-portals{
  margin-top:20px;
  padding-top:16px;
  border-top:1px solid #eee5f2;
  display:grid;
  gap:10px;
}
.buyer-auth-portals>span{font-size:10px;font-weight:800;color:#8d8093;text-transform:uppercase;letter-spacing:.08em}
.buyer-auth-portals>div{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.buyer-auth-portals a{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #ddd1e6;
  border-radius:11px;
  color:#4c1d95;
  font-size:12px;
  font-weight:850;
  text-decoration:none;
  background:#faf7fc;
}

.mobile-discovery-strip{display:none}

@media(max-width:760px){
  html{scroll-padding-top:116px}
  body{
    padding-bottom:78px!important;
    overflow-x:hidden;
    background:#fbf9fd;
  }

  .announcement{
    min-height:28px!important;
    padding:6px 12px!important;
    font-size:9px!important;
    letter-spacing:.03em;
  }

  .app-header{
    position:sticky;
    top:0;
    z-index:95;
    min-height:102px;
    padding:9px 12px 10px;
    display:grid;
    grid-template-columns:minmax(120px,1fr) auto;
    grid-template-rows:38px 45px;
    gap:7px 10px;
    background:rgba(255,255,255,.97);
    box-shadow:0 7px 22px rgba(42,13,63,.08);
  }

  .app-brand{grid-column:1;grid-row:1}
  .app-brand img{width:160px;max-height:36px}

  .app-actions{
    grid-column:2;
    grid-row:1;
    gap:4px;
  }
  .app-actions>a:not(.cart-action):not(.buyer-notification-link){display:none}
  .buyer-notification-link{
    width:36px!important;
    height:36px!important;
    min-height:36px!important;
    padding:0!important;
    border-radius:11px!important;
    background:#f5eff9!important;
  }
  .cart-action{display:none!important}

  #accountButton{
    width:38px;
    min-width:38px;
    height:36px;
    min-height:36px;
    padding:0!important;
    border-radius:11px!important;
  }
  #accountButton .account-label,
  #accountButton .account-caret{display:none}
  #accountButton .account-avatar{font-size:19px}

  .app-search{
    grid-column:1/-1;
    grid-row:2;
    width:100%;
    height:45px;
    border-radius:14px;
    box-shadow:0 6px 18px rgba(46,18,70,.045);
    background:#f7f3fa;
  }
  .app-search input{
    font-size:14px;
    padding-left:14px;
  }
  .app-search button{
    width:50px;
    flex-basis:50px;
    font-size:22px;
  }

  .app-nav{display:none!important}

  .mobile-discovery-strip{
    display:flex;
    position:sticky;
    top:102px;
    z-index:82;
    gap:7px;
    overflow-x:auto;
    scrollbar-width:none;
    padding:8px 12px;
    background:rgba(255,255,255,.96);
    border-bottom:1px solid #eee7f1;
    -webkit-overflow-scrolling:touch;
  }
  .mobile-discovery-strip::-webkit-scrollbar{display:none}
  .mobile-discovery-strip a{
    flex:0 0 auto;
    min-height:32px;
    display:flex;
    align-items:center;
    padding:0 12px;
    border-radius:999px;
    border:1px solid #e7ddee;
    color:#4f4256;
    background:#fff;
    font-size:10px;
    font-weight:800;
    text-decoration:none;
    white-space:nowrap;
  }
  .mobile-discovery-strip a:first-child{
    background:#6d28d9;
    border-color:#6d28d9;
    color:#fff;
  }

  #app{
    min-height:calc(100vh - 180px);
    padding-top:0!important;
  }

  .shell{
    width:min(100% - 24px,1430px)!important;
  }

  .commercial-hero,
  .public-hero,
  .editorial-hero,
  .page-hero{
    margin-top:0!important;
    border-radius:0!important;
  }

  .commercial-hero-copy,
  .public-hero-grid>div:first-child{
    padding-left:18px!important;
    padding-right:18px!important;
  }

  .commercial-hero h1,
  .public-hero h1,
  .editorial-hero h1{
    font-size:clamp(34px,10vw,48px)!important;
    line-height:.98!important;
    letter-spacing:-2px!important;
  }

  .section{
    padding-top:28px!important;
    padding-bottom:28px!important;
  }
  .section-head{
    margin-bottom:15px!important;
  }
  .section-head h2{
    font-size:25px!important;
    line-height:1.05;
  }
  .section-head p{
    font-size:12px!important;
    line-height:1.5;
  }

  /* Product cards: compact visual-first two-column browsing */
  .public-product-grid,
  .commercial-masonry,
  .masonry-feed,
  #liveProducts.shop-placeholder{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }

  .public-product,
  .masonry-item,
  .commercial-card,
  .shop-card.product-live{
    margin:0!important;
    min-width:0;
    border-radius:15px!important;
    overflow:hidden;
    box-shadow:0 6px 18px rgba(34,15,52,.055)!important;
  }

  .public-product button,
  .masonry-item button{
    padding:0!important;
    width:100%;
    text-align:left;
  }

  .public-product-image,
  .masonry-item button>div:first-child{
    aspect-ratio:1/1.08;
    min-height:0!important;
  }
  .public-product-image img,
  .masonry-item img{
    width:100%;
    height:100%;
    object-fit:cover;
  }

  .public-product small,
  .public-product h3,
  .public-product b,
  .masonry-item small,
  .masonry-item h3,
  .masonry-item b{
    margin-left:10px!important;
    margin-right:10px!important;
  }
  .public-product small,
  .masonry-item small{
    display:block;
    margin-top:9px!important;
    font-size:8px!important;
    line-height:1.35;
  }
  .public-product h3,
  .masonry-item h3{
    margin-top:4px!important;
    margin-bottom:4px!important;
    font-size:13px!important;
    line-height:1.2;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .public-product b,
  .masonry-item b{
    display:block;
    padding-bottom:11px;
    font-size:13px!important;
  }

  .public-filter-bar{
    position:sticky;
    top:151px;
    z-index:30;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:7px!important;
    padding:10px!important;
    margin:0 -4px 14px!important;
    border-radius:14px!important;
    background:rgba(255,255,255,.97)!important;
    box-shadow:0 9px 26px rgba(29,12,44,.08);
  }
  .public-filter-bar input{grid-column:1/-1}
  .public-filter-bar button{grid-column:1/-1}
  .public-filter-bar input,
  .public-filter-bar select,
  .public-filter-bar button{
    min-width:0;
    min-height:40px!important;
    font-size:11px!important;
  }

  .horizontal-products{
    gap:10px!important;
    padding-bottom:5px;
    scroll-snap-type:x proximity;
  }
  .horizontal-product{
    flex:0 0 72vw!important;
    max-width:280px;
    scroll-snap-align:start;
  }

  .cube-view-topbar{
    padding-left:12px!important;
    padding-right:12px!important;
  }
  .cube-shop-profile{
    padding:18px 14px!important;
  }
  .cube-brand-identity{gap:12px!important}
  .cube-view-actions{
    display:grid!important;
    grid-template-columns:1fr 1fr;
    width:100%;
    gap:8px!important;
  }
  .cube-view-actions .button{width:100%}
  .cube-stage-area{
    min-height:350px!important;
  }

  footer{
    margin-top:24px!important;
    padding:30px 18px 96px!important;
  }

  .mobile-nav{
    display:grid!important;
    grid-template-columns:repeat(5,1fr);
    align-items:end;
    position:fixed;
    left:8px;
    right:8px;
    bottom:max(7px,env(safe-area-inset-bottom));
    z-index:500;
    height:64px;
    padding:5px 5px 6px;
    border:1px solid rgba(85,49,108,.10);
    border-radius:20px;
    background:rgba(255,255,255,.97);
    box-shadow:0 14px 40px rgba(20,7,30,.20);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
  }
  .mobile-nav a{
    position:relative;
    min-width:0;
    height:52px;
    display:flex!important;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:2px;
    border-radius:15px;
    color:#766a7d;
    text-decoration:none;
    font-size:10px!important;
    font-weight:800;
  }
  .mobile-nav a i{
    font-style:normal;
    font-size:19px;
    line-height:1;
  }
  .mobile-nav a span{font-size:9px!important}
  .mobile-nav a[href="#marketplace"]{
    color:#fff!important;
    background:linear-gradient(135deg,#6d28d9,#a855f7);
    transform:translateY(-7px);
    box-shadow:0 9px 22px rgba(109,40,217,.28);
  }
  .mobile-nav a[href="#cart"] b{
    position:absolute;
    top:3px;
    right:15%;
    min-width:16px;
    height:16px;
    display:grid;
    place-items:center;
    padding:0 4px;
    border-radius:999px;
    background:#dc2626;
    color:#fff;
    font-size:8px;
  }

  .buyer-auth-modal{
    align-self:end;
    width:100%;
    max-height:92dvh;
    overflow:auto;
    padding:23px 17px calc(20px + env(safe-area-inset-bottom));
    border-radius:23px 23px 0 0;
  }
  .modal-backdrop{
    align-items:end!important;
    padding:0!important;
  }
  .buyer-auth-head h2{font-size:25px}
  .buyer-auth-tabs{position:sticky;top:-23px;z-index:2;background:#f5eff9}
  .buyer-auth-form input{font-size:16px} /* prevents iOS form zoom */
  .buyer-auth-portals>div{grid-template-columns:1fr 1fr}

  #toastRoot{
    left:10px!important;
    right:10px!important;
    bottom:83px!important;
  }
  .toast{
    margin:6px 0!important;
    text-align:center;
    font-size:12px;
  }
}

@media(max-width:390px){
  .app-brand img{width:142px}
  .public-product-grid,
  .commercial-masonry,
  .masonry-feed,
  #liveProducts.shop-placeholder{gap:8px!important}
  .buyer-auth-portals>div{grid-template-columns:1fr}
  .mobile-nav{left:5px;right:5px}
}

@media(max-width:760px){
  .mobile-nav a.active:not([href="#marketplace"]){
    background:#f4eff9;
    color:#5b21b6;
  }
}

/* v72.1 buyer auth tab visibility fix */
.buyer-auth-panel{display:none}
.buyer-auth-panel.active{display:block}
.buyer-auth-panel[hidden]{display:none!important}
.buyer-auth-panel[aria-hidden="true"]{display:none!important}
.buyer-auth-panel[aria-hidden="false"]{display:block!important}

/* v73 — Verified Purchase Reviews + Seller Reputation */
.product-review-summary{display:flex;align-items:center;gap:7px;margin:6px 0 4px;color:#766879;font-size:12px}.product-review-summary b{color:#1d1024}.rating-stars{color:#f59e0b;letter-spacing:1px}
.product-review-panel{margin-top:22px;padding-top:18px;border-top:1px solid #eee5f1}.product-review-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:11px}.product-review-head h3{margin:0;font-size:17px}
.public-review-card{padding:14px 0;border-top:1px solid #f0e9f3}.public-review-card:first-of-type{border-top:0}.public-review-card>div:first-child{display:flex;gap:8px;align-items:center;justify-content:space-between}.public-review-card span{font-size:10px;color:#8b7d91}.public-review-card h4{margin:8px 0 4px;font-size:13px}.public-review-card p{margin:4px 0;color:#655a6b;font-size:12px;line-height:1.55}
.review-photo-grid{display:grid!important;grid-template-columns:repeat(4,1fr);gap:7px;margin-top:9px}.review-photo-grid img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:9px}
.public-seller-reply{margin-top:10px!important;padding:10px!important;border-radius:10px;background:#f7f2fa}.public-seller-reply b{font-size:10px}.public-seller-reply p{margin:3px 0 0!important}
.review-empty,.review-loading{padding:16px;border-radius:12px;background:#faf7fc;color:#887a8e;font-size:12px}
.cube-trust-strip{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;margin-top:24px;margin-bottom:8px;padding:18px 20px;border:1px solid #ece3f0;border-radius:18px;background:#fff}.cube-trust-mark{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:#f4ebff;color:#7c3aed;font-size:22px}.cube-trust-strip h3{margin:3px 0 0}.cube-trust-stats{display:flex;gap:20px}.cube-trust-stats div{display:grid}.cube-trust-stats b{font-size:16px}.cube-trust-stats span{font-size:10px;color:#887a8e}
.verified-review-modal{width:min(650px,100%)}.verified-review-modal>p{color:#786c7e}.star-score{border:0;padding:0;margin:13px 0}.star-score legend{font-size:11px;font-weight:850;margin-bottom:7px}.star-score>div{display:flex;gap:5px;flex-wrap:wrap}.star-score input{position:absolute;opacity:0;pointer-events:none}.star-score label span{display:flex;align-items:center;justify-content:center;min-width:62px;height:36px;padding:0 9px;border:1px solid #e4d9ea;border-radius:9px;background:#fff;font-size:11px;font-weight:800;cursor:pointer}.star-score input:checked+span{background:#6d28d9;color:#fff;border-color:#6d28d9}.review-photo-picker small{display:block;margin-top:5px;color:#8b7e90}
.seller-trust-level{display:flex;align-items:center;gap:10px;margin:8px 0 14px}.seller-trust-level>span{width:48px;height:48px;border-radius:15px;display:grid;place-items:center;background:#f2e8ff;color:#7c3aed;font-size:22px}.seller-trust-level strong{text-transform:none;font-size:22px}.seller-trust-metrics{display:grid;gap:9px}.seller-trust-metrics>div{display:grid;padding:10px;border-radius:11px;background:#faf7fc}.seller-trust-metrics b{font-size:16px}.seller-trust-metrics span{font-size:10px;color:#887a8e}
@media(max-width:700px){.cube-trust-strip{grid-template-columns:auto 1fr}.cube-trust-stats{grid-column:1/-1;justify-content:space-between}.review-photo-grid{grid-template-columns:repeat(3,1fr)}}

/* v74 — Personal Discovery + Product Alerts */
.for-you-section{padding-top:44px;padding-bottom:22px}.for-you-link{font-size:12px;font-weight:850;color:#6d28d9;text-decoration:none}
.for-you-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.for-you-card{border:0;background:transparent;text-align:left;padding:0;cursor:pointer;min-width:0}.for-you-art{aspect-ratio:1;border-radius:16px;overflow:hidden;background:#f3edf7;display:grid;place-items:center}.for-you-art img{width:100%;height:100%;object-fit:cover}.for-you-art .product-emoji{font-size:42px}.for-you-copy{display:grid;gap:3px;padding:9px 2px}.for-you-copy small{font-size:9px;color:#887a8e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.for-you-copy b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.for-you-copy span{font-size:11px;font-weight:850;color:#6d28d9}.for-you-empty{grid-column:1/-1;padding:24px;border-radius:16px;background:#faf7fc;color:#887a8e}
.product-watch-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:13px}.product-watch-actions button{border:1px solid #e5d9eb;border-radius:999px;background:#fff;padding:9px 12px;font-size:10px;font-weight:850;color:#5e5065;cursor:pointer}.product-watch-actions button.active{background:#211229;color:#fff;border-color:#211229}
@media(max-width:1000px){.for-you-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:650px){.for-you-grid{grid-template-columns:repeat(2,1fr)}}

/* v75 Seller Growth Engine */
.growth-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(135deg,#16091f,#351048);color:#fff;margin-bottom:18px}.growth-hero p{color:#c9b9d2;max-width:700px}.growth-conversion{width:125px;height:125px;border-radius:50%;display:grid;place-items:center;align-content:center;background:radial-gradient(circle,#6d28d9,#3b0b58);box-shadow:0 18px 45px rgba(75,19,107,.28);flex:0 0 auto}.growth-conversion strong{font-size:26px}.growth-conversion span{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#d6c6e0}
.growth-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.growth-metric{padding:16px;border:1px solid #eee5f2;border-radius:16px;background:#fff;display:grid;gap:5px}.growth-metric span{font-size:10px;color:#897c90;text-transform:uppercase;letter-spacing:.07em}.growth-metric strong{font-size:22px}
.growth-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(310px,.55fr);gap:18px;margin-bottom:18px}.growth-wide{min-width:0}.growth-card-head{display:flex;justify-content:space-between;gap:15px;align-items:end}.growth-card-head>span{font-size:10px;color:#8b7e91}
.growth-product-list{display:grid;margin-top:12px}.growth-product-row{display:grid;grid-template-columns:52px minmax(170px,1.3fr) minmax(250px,1fr) 85px;align-items:center;gap:12px;padding:12px 0;border-top:1px solid #f1eaf4}.growth-product-thumb{width:52px;height:52px;border-radius:12px;overflow:hidden;background:#f6f1f8;display:grid;place-items:center}.growth-product-thumb img{width:100%;height:100%;object-fit:cover}.growth-product-name{display:grid;gap:3px}.growth-product-name small{color:#887c8d;font-size:9px}.growth-health{width:max-content;padding:4px 7px;border-radius:999px;font-size:8px;font-weight:850}.growth-health.hot{background:#fff0e7;color:#c2410c}.growth-health.growing{background:#eef8ff;color:#0369a1}.growth-health.healthy{background:#ecfdf5;color:#047857}.growth-health.needs_attention{background:#fff4ed;color:#b45309}
.growth-product-signals{display:grid;grid-template-columns:1fr 1fr;gap:5px}.growth-product-signals span{font-size:9px;color:#827587}.growth-product-signals b{color:#2a1731}.growth-product-conversion{display:grid;text-align:right}.growth-product-conversion b{font-size:17px}.growth-product-conversion span{font-size:8px;color:#8d8091}
.growth-suggestions{display:grid;gap:9px;margin-top:12px}.growth-suggestion{display:flex;gap:10px;padding:11px;border-radius:12px;background:#faf7fc}.growth-suggestion>span{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#fff}.growth-suggestion b{font-size:11px}.growth-suggestion p{margin:3px 0 0;color:#6f6374;font-size:10px;line-height:1.45}
.growth-demand-list{display:grid;margin-top:12px}.growth-demand-row{display:grid;grid-template-columns:28px 1fr auto;gap:8px;align-items:center;padding:9px 0;border-top:1px solid #f1eaf4}.growth-demand-row>span{width:24px;height:24px;border-radius:8px;display:grid;place-items:center;background:#f3eaff;color:#6d28d9;font-size:9px;font-weight:900}.growth-demand-row b{font-size:11px}.growth-demand-row strong{font-size:10px}.growth-demand-row small{grid-column:2/-1;color:#918595;font-size:8px}
.growth-opportunity-list{display:grid;gap:9px;margin-top:12px}.growth-opportunity{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px;border:1px solid #ece3ef;border-radius:13px}.growth-opportunity span{font-size:8px;font-weight:900;color:#7c3aed}.growth-opportunity h3{margin:4px 0 0;font-size:15px}.growth-opportunity>div:last-child{display:grid;text-align:right}.growth-opportunity small{font-size:8px;color:#8a7e8e}.growth-opportunity.high{border-color:#d8b4fe;background:#fcf8ff}
.growth-milestones{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}.growth-milestone{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center;padding:12px;border-radius:13px;background:#faf7fc}.growth-milestone>span{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:#fff;color:#8c7c94}.growth-milestone.done>span{background:#6d28d9;color:#fff}.growth-milestone>b{font-size:10px}.growth-milestone>div{grid-column:1/-1;height:5px;border-radius:99px;background:#e9deed;overflow:hidden}.growth-milestone i{display:block;height:100%;background:#7c3aed}.growth-milestone small{font-size:8px;color:#8f8293}
@media(max-width:1050px){.growth-summary-grid{grid-template-columns:repeat(2,1fr)}.growth-dashboard-grid{grid-template-columns:1fr}.growth-product-row{grid-template-columns:52px 1fr 80px}.growth-product-signals{grid-column:2/-1}.growth-milestones{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.growth-hero{align-items:flex-start}.growth-conversion{width:90px;height:90px}.growth-summary-grid{grid-template-columns:1fr 1fr}.growth-product-row{grid-template-columns:48px 1fr}.growth-product-conversion{grid-column:2;text-align:left}.growth-product-signals{grid-column:1/-1}.growth-milestones{grid-template-columns:1fr}}

/* v76 — TamuBN Pulse Self-Healing Command Centre */
.pulse-command-grid{display:grid;grid-template-columns:260px minmax(0,1fr);gap:18px;margin-top:18px}
.pulse-score-card{display:grid;justify-items:center;text-align:center}.pulse-score-card .workspace-eyebrow{justify-self:start}.pulse-score-ring{width:150px;height:150px;margin:16px 0 10px;border-radius:50%;display:grid;place-items:center;align-content:center;background:radial-gradient(circle at 50% 50%,#fff 53%,transparent 54%),conic-gradient(#7c3aed 0 82%,#eee5f2 82%);box-shadow:inset 0 0 0 1px #eee5f2}.pulse-score-ring strong{font-size:38px;line-height:1}.pulse-score-ring span{font-size:10px;color:#8c7f90}.pulse-score-card p{font-size:11px;color:#7f7285;line-height:1.5}
.pulse-attention-card{min-width:0}.pulse-attention-row{display:flex;gap:10px;align-items:flex-start;padding:11px 0;border-top:1px solid #f0e9f3}.pulse-attention-row:first-child{border-top:0}.pulse-attention-row>span{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:#fff7ed}.pulse-attention-row.critical>span{background:#fef2f2}.pulse-attention-row b{font-size:11px}.pulse-attention-row small{display:block;margin-top:3px;color:#8b7f8f;font-size:9px}.pulse-all-clear{display:flex;gap:11px;align-items:center;padding:18px;border-radius:14px;background:#ecfdf5}.pulse-all-clear>span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#059669;color:#fff;font-weight:900}.pulse-all-clear b{font-size:12px}.pulse-all-clear small{display:block;margin-top:3px;color:#5f746a;font-size:9px}
.repair-buttons{display:grid;gap:7px}.repair-buttons button{min-height:39px;padding:0 11px;text-align:left;border:1px solid #e7ddec;border-radius:10px;background:#fff;color:#4e4055;font-size:10px;font-weight:800;cursor:pointer}.repair-buttons button:hover{border-color:#8b5cf6;color:#6d28d9;background:#fbf8ff}
@media(max-width:900px){.pulse-command-grid{grid-template-columns:1fr}.pulse-score-card{grid-template-columns:1fr auto;justify-items:start;text-align:left}.pulse-score-ring{width:100px;height:100px;margin:0}.pulse-score-ring strong{font-size:28px}.pulse-score-card p{grid-column:1/-1}}

/* v77 — Seller Promotions + Growth Tools */
.campaign-hero{display:flex;justify-content:space-between;align-items:center;gap:20px;background:linear-gradient(135deg,#38105b,#6d28d9 52%,#c026d3);color:#fff;margin-bottom:18px}.campaign-hero p{color:#eadcf3;max-width:700px}.campaign-hero-badge{width:92px;height:92px;border-radius:26px;display:grid;place-items:center;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.25);font-weight:950;letter-spacing:.1em;transform:rotate(5deg)}
.campaign-layout{display:grid;grid-template-columns:minmax(330px,.48fr) minmax(0,1fr);gap:18px}.campaign-builder{position:sticky;top:20px;align-self:start}.campaign-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.campaign-products-field{border:1px solid #e9deee;border-radius:13px;padding:11px}.campaign-products-field legend{font-size:10px;font-weight:850}.campaign-product-picker{display:grid;grid-template-columns:1fr 1fr;gap:7px;max-height:310px;overflow:auto}.campaign-product-choice{position:relative;display:grid!important;grid-template-columns:42px 1fr;gap:2px 8px;align-items:center;padding:7px!important;border:1px solid #eee5f2;border-radius:10px;cursor:pointer}.campaign-product-choice input{position:absolute;right:7px;top:7px;width:auto!important;min-height:0!important}.campaign-product-choice>span{grid-row:1/3;width:42px;height:42px;border-radius:8px;overflow:hidden;background:#f4eef7;display:grid;place-items:center}.campaign-product-choice img{width:100%;height:100%;object-fit:cover}.campaign-product-choice b{font-size:9px;padding-right:20px}.campaign-product-choice small{font-size:8px;color:#8b7e91}.campaign-product-choice:has(input:checked){border-color:#8b5cf6;background:#fbf8ff}.campaign-form-actions{display:grid;grid-template-columns:1fr auto;gap:8px}
.campaign-results{display:grid;gap:18px}.campaign-list{display:grid;gap:10px;margin-top:12px}.campaign-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:14px;border:1px solid #ece3f0;border-radius:14px}.campaign-row.active{border-color:#c4b5fd;background:#fcfbff}.campaign-row-main h3{margin:4px 0;font-size:16px}.campaign-row-main p{margin:2px 0;color:#5f5265;font-size:10px}.campaign-row-main small{display:block;margin-top:3px;color:#918595;font-size:8px}.campaign-status{display:inline-flex;padding:4px 7px;border-radius:999px;background:#f2eafd;color:#6d28d9;font-size:8px;font-weight:900;text-transform:uppercase}.campaign-performance{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.campaign-performance>div{display:grid;padding:8px 10px;border-radius:10px;background:#f9f6fb}.campaign-performance b{font-size:12px}.campaign-performance span{font-size:8px;color:#8a7e8e}.campaign-row-actions{grid-column:1/-1;display:flex;gap:6px;flex-wrap:wrap}.campaign-row-actions button{min-height:34px;padding:0 10px;border:1px solid #e4d9e9;border-radius:9px;background:#fff;font-size:9px;font-weight:800;cursor:pointer}.campaign-guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}.campaign-guide-grid>div{padding:12px;border-radius:12px;background:#faf7fc}.campaign-guide-grid b{font-size:10px}.campaign-guide-grid p{margin:5px 0 0;font-size:9px;color:#786c7e;line-height:1.5}
.live-promo-badge{display:inline-flex;padding:6px 9px;margin-bottom:8px;border-radius:999px;background:#6d28d9;color:#fff;font-size:9px;font-weight:900;letter-spacing:.06em}
@media(max-width:1000px){.campaign-layout{grid-template-columns:1fr}.campaign-builder{position:static}.campaign-guide-grid{grid-template-columns:1fr}}@media(max-width:650px){.campaign-form-grid,.campaign-product-picker{grid-template-columns:1fr}.campaign-hero-badge{display:none}}

/* v78 — Seller Sales Intelligence & Growth Engine */
.v78-growth-hero{background:linear-gradient(135deg,#20102f,#4c1d95 55%,#7e22ce);color:#fff}.v78-growth-hero p{color:#e6d8f1}.v78-score{min-width:145px;text-align:center;padding:18px;border:1px solid rgba(255,255,255,.2);border-radius:22px;background:rgba(255,255,255,.1)}.v78-score small{display:block;font-size:8px;letter-spacing:.12em}.v78-score strong{font-size:44px;line-height:1.1}.v78-score span{font-size:10px}
.v78-period-tabs{display:flex;gap:6px;margin:18px 0 10px;overflow:auto}.v78-period-tabs button{border:1px solid #e7ddec;background:#fff;border-radius:999px;padding:8px 13px;font-size:9px;font-weight:850;cursor:pointer;white-space:nowrap}.v78-period-tabs button.active{background:#3b0764;border-color:#3b0764;color:#fff}
.v78-command-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;margin:18px 0}.v78-funnel{display:grid;gap:9px;margin-top:14px}.v78-funnel>div{display:grid;grid-template-columns:65px 1fr 45px;gap:8px;align-items:center;font-size:9px}.v78-funnel i{height:12px;background:#f1ebf4;border-radius:999px;overflow:hidden}.v78-funnel i b{display:block;height:100%;background:linear-gradient(90deg,#7c3aed,#c026d3);border-radius:999px}.v78-funnel>small{margin-top:5px;color:#807286}
.v78-product-row{grid-template-columns:52px minmax(150px,1.2fr) minmax(190px,1.3fr) 90px 70px}.growth-health.high_interest{background:#fff7ed;color:#c2410c}.growth-health.growth_opportunity{background:#ecfeff;color:#0e7490}.growth-health.low_discovery{background:#f3f4f6;color:#6b7280}.v78-stock-signal{display:grid;align-content:center}.v78-stock-signal b{font-size:10px}.v78-stock-signal span{font-size:8px;color:#817486}.v78-stock-signal.stockout_risk b{color:#b45309}.v78-stock-signal.out b{color:#b91c1c}
.v78-revenue-mix{margin-top:12px}.v78-mix-bar{height:14px;border-radius:999px;background:#eee8f1;display:flex;overflow:hidden}.v78-mix-bar i{background:#5b21b6}.v78-mix-bar b{background:#d946ef}.v78-mix-values{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.v78-mix-values div{padding:10px;border-radius:11px;background:#faf7fc}.v78-mix-values span,.v78-mix-values small{display:block;font-size:8px;color:#85788a}.v78-mix-values strong{font-size:12px}.v78-space{display:block;margin-top:22px}.v78-follower-value{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:10px}.v78-follower-stat{padding:10px;border-radius:11px;background:#faf7fc}.v78-follower-stat strong{display:block;font-size:13px}.v78-follower-stat span{font-size:8px;color:#817586}.v78-action-button{margin-top:6px;border:0;background:transparent;color:#6d28d9;font-size:9px;font-weight:900;cursor:pointer;padding:0}
@media(max-width:1000px){.v78-command-grid{grid-template-columns:1fr}.v78-product-row{grid-template-columns:52px 1fr}.v78-product-row .growth-product-signals,.v78-product-row .v78-stock-signal,.v78-product-row .growth-product-conversion{grid-column:2}}@media(max-width:650px){.v78-score{min-width:95px}.v78-score strong{font-size:32px}.v78-follower-value{grid-template-columns:1fr}.v78-mix-values{grid-template-columns:1fr}}

/* v79 — Buyer Personalisation & Recommendation Engine */
.recommendation-zone{padding-top:44px;padding-bottom:18px}.recommendation-rails{display:grid;gap:34px}.recommendation-rail{min-width:0}.recommendation-rail-head{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-bottom:12px}.recommendation-rail-head h3{margin:3px 0 0;font-size:24px}.recommendation-rail-head p{margin:4px 0 0;color:#827588;font-size:10px}.recommendation-controls{display:flex;gap:5px}.recommendation-controls button{width:34px;height:34px;border:1px solid #e6dce9;border-radius:50%;background:#fff;cursor:pointer}
.recommendation-track{display:flex;gap:12px;overflow-x:auto;scrollbar-width:none;padding:2px 1px 8px;scroll-snap-type:x proximity}.recommendation-track::-webkit-scrollbar{display:none}.recommendation-card{position:relative;flex:0 0 190px;scroll-snap-align:start;transition:.2s ease}.recommendation-product{width:100%;border:0;background:transparent;padding:0;text-align:left;cursor:pointer}.recommendation-art{aspect-ratio:1;border-radius:17px;overflow:hidden;background:#f4eef7}.recommendation-art img{width:100%;height:100%;object-fit:cover}.recommendation-copy{display:grid;gap:3px;padding:9px 2px}.recommendation-copy small{font-size:8px;color:#8a7e8e}.recommendation-copy b{font-size:12px;line-height:1.25}.recommendation-copy span{font-size:11px;font-weight:900;color:#6d28d9}.recommendation-copy em{font-style:normal;font-size:8px;color:#9a8ca0}.recommendation-menu{position:absolute;right:7px;top:7px;width:27px;height:27px;border:0;border-radius:50%;background:rgba(20,10,28,.72);color:#fff;font-size:16px;cursor:pointer;opacity:0;transition:.15s}.recommendation-card:hover .recommendation-menu{opacity:1}.recommendation-dismissed{opacity:0;transform:scale(.92)}
.product-similar-panel{margin-top:22px;padding-top:18px;border-top:1px solid #eee5f1}.similar-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.similar-product-grid button{border:0;background:#faf7fc;border-radius:12px;padding:8px;text-align:left;cursor:pointer}.similar-product-grid button>div{aspect-ratio:1;border-radius:9px;overflow:hidden}.similar-product-grid img{width:100%;height:100%;object-fit:cover}.similar-product-grid small,.similar-product-grid b,.similar-product-grid span{display:block;margin-top:4px}.similar-product-grid small{font-size:7px;color:#887b8d}.similar-product-grid b{font-size:9px}.similar-product-grid span{font-size:9px;font-weight:850;color:#6d28d9}
@media(max-width:700px){.recommendation-card{flex-basis:46vw}.recommendation-menu{opacity:1}.similar-product-grid{grid-template-columns:repeat(2,1fr)}}

/* v80 — Marketplace Trust + Seller Reputation */
.v80-trust-strip{grid-template-columns:auto minmax(210px,1fr) auto auto}.v80-trust-strip>div:nth-child(2) p{margin:5px 0 0;color:#817587;font-size:9px;max-width:420px}.v80-trust-score{width:76px;height:76px;border-radius:22px;background:linear-gradient(135deg,#291038,#6d28d9);color:#fff;display:grid!important;place-items:center;align-content:center;text-align:center}.v80-trust-score strong{font-size:24px}.v80-trust-score span{font-size:7px!important;color:#e7daf0!important;text-transform:uppercase;letter-spacing:.08em}.v80-assurance{grid-template-columns:repeat(2,1fr)}
.seller-trust-level em{margin-left:auto;font-style:normal;padding:5px 8px;border-radius:999px;background:#f5eff9;color:#6d28d9;font-size:9px;font-weight:850}.seller-trust-metrics{grid-template-columns:repeat(2,1fr)}
.v80-admin-trust-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:18px}.v80-admin-trust-summary article{padding:14px;border:1px solid #ece3f0;border-radius:14px;background:#fff;display:grid;gap:4px}.v80-admin-trust-summary span{font-size:9px;color:#897d8e}.v80-admin-trust-summary b{font-size:20px}
.v80-admin-seller-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;padding:11px 0;border-top:1px solid #f0e9f3}.v80-admin-seller-row:first-child{border-top:0}.v80-admin-seller-row small{display:block;margin-top:3px;color:#887b8d;font-size:9px}.v80-admin-seller-row button,.v80-integrity-row button{min-height:31px;border:1px solid #e4d9e9;border-radius:8px;background:#fff;padding:0 8px;font-size:8px;font-weight:800;cursor:pointer}.v80-verification{padding:5px 7px;border-radius:999px;background:#f3f4f6;color:#6b7280;font-size:8px;font-weight:900;text-transform:uppercase}.v80-verification.verified{background:#ecfdf5;color:#047857}
.v80-integrity-row{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:10px 0;border-top:1px solid #f0e9f3}.v80-integrity-row>span{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#fff7ed}.v80-integrity-row small{display:block;margin-top:3px;font-size:9px;color:#877a8c}
@media(max-width:900px){.v80-trust-strip{grid-template-columns:auto 1fr}.v80-trust-strip .cube-trust-stats,.v80-trust-score{grid-column:1/-1}.v80-trust-score{width:100%;height:auto;padding:10px;display:flex!important;gap:8px}.v80-admin-trust-summary{grid-template-columns:repeat(2,1fr)}.v80-admin-seller-row{grid-template-columns:1fr}.v80-assurance{grid-template-columns:1fr}}

/* v81 — Automated Marketing & Re-engagement */
.retention-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(135deg,#19102a,#402060 55%,#7c3aed);color:#fff;margin-bottom:18px}.retention-hero p{color:#e6d8f1;max-width:760px}.retention-loop{width:90px;height:90px;border-radius:28px;display:grid;place-items:center;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);font-size:42px}
.retention-layout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);gap:18px}.retention-rules{display:grid;gap:10px;margin-top:12px}.retention-rule{display:grid;grid-template-columns:minmax(0,1fr) 110px 110px auto;gap:10px;align-items:center;padding:13px;border:1px solid #ece3f0;border-radius:14px}.retention-rule.active{border-color:#c4b5fd;background:#fcfaff}.retention-rule>div>span{display:inline-flex;padding:4px 6px;border-radius:999px;background:#f3f4f6;color:#6b7280;font-size:7px;font-weight:900}.retention-rule.active>div>span{background:#ecfdf5;color:#047857}.retention-rule h3{margin:4px 0;font-size:13px}.retention-rule p{margin:0;color:#7e7184;font-size:9px;line-height:1.45}.retention-rule label{font-size:8px;color:#817587}.retention-rule select{width:100%;margin-top:4px;min-height:34px;border:1px solid #e6dce9;border-radius:9px;background:#fff;font-size:9px}.retention-rule>button{min-height:36px;border:0;border-radius:9px;background:#6d28d9;color:#fff;padding:0 10px;font-size:9px;font-weight:850;cursor:pointer}.retention-rule.active>button{background:#fff;color:#6d28d9;border:1px solid #c4b5fd}
.retention-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.retention-stats>div{padding:12px;border-radius:12px;background:#faf7fc}.retention-stats b{display:block;font-size:18px}.retention-stats span{font-size:8px;color:#837687}.retention-principles{display:grid;gap:6px;margin-top:18px;padding:13px;border-radius:12px;background:#f5f1f8}.retention-principles b{font-size:10px}.retention-principles span{font-size:9px;color:#766979}.retention-principles span:before{content:"✓";margin-right:6px;color:#059669;font-weight:900}
@media(max-width:1000px){.retention-layout{grid-template-columns:1fr}.retention-rule{grid-template-columns:1fr 1fr}.retention-rule>div{grid-column:1/-1}.retention-rule>button{grid-column:1/-1}}@media(max-width:600px){.retention-loop{display:none}.retention-rule{grid-template-columns:1fr}.retention-rule>div,.retention-rule>button{grid-column:auto}.retention-stats{grid-template-columns:1fr 1fr}}

/* v82 — Commercial Monetisation */
.commercial-plan-hero{display:flex;justify-content:space-between;align-items:center;gap:20px;background:linear-gradient(135deg,#141020,#36214c 55%,#6d28d9);color:#fff;margin-bottom:18px}.commercial-plan-hero p{color:#e2d8e9;max-width:760px}.commercial-plan-badge{min-width:145px;padding:18px;border-radius:20px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);text-align:center}.commercial-plan-badge span{display:block;font-size:7px;letter-spacing:.12em}.commercial-plan-badge strong{display:block;margin-top:5px;font-size:22px}
.commercial-plan-grid,.commercial-admin-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:18px;margin-bottom:18px}.commercial-plan-wide{min-width:0}.seller-plan-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}.seller-plan-card{padding:15px;border:1px solid #e9dfed;border-radius:15px;background:#fff}.seller-plan-card.current{border-color:#8b5cf6;background:#fcf9ff}.seller-plan-card>span{font-size:7px;font-weight:900;text-transform:uppercase;color:#7c3aed}.seller-plan-card h3{margin:5px 0;font-size:17px}.seller-plan-card>strong{font-size:14px}.seller-plan-card p{min-height:38px;color:#7b6e81;font-size:9px;line-height:1.45}.seller-plan-card ul{padding-left:16px;margin:10px 0;color:#65596b;font-size:9px;line-height:1.7}.seller-plan-current{display:inline-flex;padding:5px 7px;border-radius:999px;background:#6d28d9;color:#fff;font-size:8px}
.seller-credit-balance{display:grid;justify-items:center;padding:18px;margin:10px 0;border-radius:15px;background:#f8f4fb}.seller-credit-balance strong{font-size:32px;color:#6d28d9}.seller-credit-balance span{font-size:8px;color:#86798b}.compact-form{gap:9px!important}.commercial-ledger{display:grid;gap:7px;margin-top:10px}.commercial-ledger-row{display:flex;justify-content:space-between;gap:10px;padding:10px;border-radius:11px;background:#faf7fc}.commercial-ledger-row b{font-size:10px}.commercial-ledger-row small{display:block;margin-top:3px;font-size:8px;color:#8b7e90}.commercial-ledger-row strong{font-size:11px}.commercial-ledger-row.credit strong{color:#047857}.commercial-ledger-row.debit strong{color:#b45309}
.commercial-shop-list{display:grid;gap:8px;margin-top:12px}.commercial-admin-shop{display:grid;grid-template-columns:1fr 170px auto;gap:9px;align-items:center;padding:11px;border:1px solid #eee6f1;border-radius:12px}.commercial-admin-shop b{font-size:11px}.commercial-admin-shop small{display:block;margin-top:3px;color:#847788;font-size:8px}.commercial-admin-shop select,.commercial-admin-shop button{min-height:34px;border:1px solid #e3d9e8;border-radius:9px;background:#fff;font-size:9px}.commercial-admin-shop button{padding:0 9px;font-weight:800;cursor:pointer}
.sponsored-label,.mobile-sponsored-label{position:absolute;left:7px;top:7px;z-index:4;padding:4px 6px;border-radius:999px;background:rgba(22,12,28,.82);color:#fff;font-style:normal;font-size:7px;font-weight:900;letter-spacing:.05em}.hero-product-art,.recommendation-art{position:relative}.sponsored-disclosure{display:inline-flex;margin-bottom:7px;padding:5px 8px;border-radius:999px;border:1px solid #ddd2e2;color:#6b5e71;font-size:8px;font-weight:850}
@media(max-width:1000px){.commercial-plan-grid,.commercial-admin-grid{grid-template-columns:1fr}.seller-plan-cards{grid-template-columns:1fr 1fr}.commercial-admin-shop{grid-template-columns:1fr 1fr}.commercial-admin-shop>div{grid-column:1/-1}}@media(max-width:650px){.commercial-plan-badge{display:none}.seller-plan-cards{grid-template-columns:1fr}.commercial-admin-shop{grid-template-columns:1fr}}

/* v83 scale & performance */
.marketplace-load-more{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:24px}.marketplace-load-more small{font-size:9px;color:#817587}.shop-cover{position:relative}.market-sponsored-label{position:absolute;left:8px;top:8px;padding:4px 7px;border-radius:999px;background:rgba(22,12,28,.82);color:#fff;font-size:7px;font-weight:900}.v83-performance-banner{display:flex;justify-content:space-between;gap:18px;align-items:center;margin:14px 0 18px;padding:12px 14px;border:1px solid #e8dded;border-radius:13px;background:#faf7fc}.v83-performance-banner span{display:block;font-size:7px;font-weight:900;color:#7c3aed;letter-spacing:.09em}.v83-performance-banner b{display:block;margin-top:3px;font-size:11px}.v83-performance-banner small{font-size:8px;color:#837687}@media(max-width:650px){.v83-performance-banner{display:grid}}

/* v84 public launch */
.launch-hero{display:flex;align-items:center;justify-content:space-between;gap:22px;background:linear-gradient(135deg,#140c1d,#342044 52%,#6d28d9);color:#fff;margin-bottom:18px}.launch-hero p{color:#e6d9ee;max-width:730px}.launch-score{width:130px;height:130px;border-radius:34px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);display:grid;place-items:center;align-content:center;text-align:center}.launch-score strong{font-size:42px;line-height:1}.launch-score span{font-size:10px}.launch-score small{margin-top:5px;font-size:8px;color:#eadff0}.launch-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(290px,.65fr);gap:18px;margin:18px 0}.launch-check-list{display:grid;gap:7px;margin-top:12px}.launch-check{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:center;padding:10px;border:1px solid #eee6f1;border-radius:12px}.launch-check>span{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;font-weight:900}.launch-check.pass>span{background:#ecfdf5;color:#047857}.launch-check.warning>span{background:#fff7ed;color:#b45309}.launch-check.fail>span{background:#fef2f2;color:#b91c1c}.launch-check b{font-size:10px}.launch-check small{display:block;margin-top:3px;color:#847789;font-size:8px;line-height:1.45}.launch-maintenance-actions{display:flex;gap:8px;margin-top:10px}.launch-rule{display:flex;gap:10px;padding:13px;border-radius:12px;background:#ecfdf5}.launch-rule>span{font-weight:900;color:#047857}.launch-rule p{margin:0;font-size:9px;color:#526b60;line-height:1.55}@media(max-width:900px){.launch-grid{grid-template-columns:1fr}.launch-score{width:100px;height:100px;border-radius:28px}.launch-score strong{font-size:32px}}@media(max-width:600px){.launch-score{display:none}.launch-maintenance-actions{display:grid}}


/* =========================================================
   v84.2 — SPONSORED PRODUCT VISIBILITY
   ========================================================= */

/* Important: old .cabinet-cell i rules are intentionally bypassed.
   Sponsored labels now use <span>, so the badge can never inherit
   the large decorative icon font size. */
.hero-product-art > .home-sponsored-badge{
  position:absolute;
  z-index:8;
  top:14px;
  left:14px;
  width:auto;
  max-width:calc(100% - 28px);
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:8px 12px;
  border-radius:999px;
  background:linear-gradient(135deg,#ff7a00,#ffb000 50%,#ffd447);
  border:1px solid rgba(255,255,255,.7);
  color:#211000;
  box-shadow:
    0 9px 30px rgba(255,136,0,.34),
    inset 0 1px 0 rgba(255,255,255,.65);
  font-size:10px!important;
  font-weight:950;
  line-height:1!important;
  letter-spacing:.11em;
  text-transform:uppercase;
  white-space:nowrap;
  text-shadow:none;
  transform:none!important;
  filter:none!important;
}
.hero-product-art > .home-sponsored-badge b{
  font-size:13px;
  line-height:1;
}
.hero-live-product.hero-sponsored-product{
  border-color:rgba(255,183,0,.62)!important;
  box-shadow:
    0 0 0 1px rgba(255,179,0,.12),
    0 18px 55px rgba(121,45,208,.23),
    inset 0 0 32px rgba(255,181,0,.05);
}
.hero-live-product.hero-sponsored-product:hover{
  border-color:#ffc83d!important;
  box-shadow:
    0 0 0 1px rgba(255,200,61,.42),
    0 22px 65px rgba(255,136,0,.18),
    0 18px 55px rgba(121,45,208,.28)!important;
}
.hero-sponsored-product .hero-product-art:before{
  content:"";
  position:absolute;
  z-index:1;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 10% 10%,rgba(255,190,52,.16),transparent 34%),
    linear-gradient(135deg,rgba(226,76,255,.08),transparent 55%);
}
.hero-sponsored-product .hero-product-copy{
  padding-top:46px;
}
.home-sponsored-kicker{
  color:#ffd56a!important;
  font-weight:850!important;
  letter-spacing:.12em!important;
}
.home-sponsored-benefit{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  margin-top:6px;
  padding:5px 8px;
  border:1px solid rgba(255,220,116,.38);
  border-radius:999px;
  background:rgba(40,14,54,.62);
  color:#ffe7a8;
  font-size:8px;
  font-weight:800;
  line-height:1.15;
  font-style:normal;
  letter-spacing:.04em;
}

/* Seller-facing sponsor CTA under the existing homepage hero */
.homepage-sponsor-strip{
  position:relative;
  z-index:5;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  margin-top:-28px;
  padding:16px 18px;
  border:1px solid rgba(210,115,255,.46);
  border-radius:18px;
  background:
    linear-gradient(110deg,rgba(40,12,67,.96),rgba(22,10,35,.96) 58%,rgba(52,16,67,.96));
  box-shadow:
    0 20px 60px rgba(0,0,0,.28),
    0 0 38px rgba(197,66,255,.12);
  color:#fff;
}
.homepage-sponsor-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:linear-gradient(145deg,#ffbd2d,#ff8c00);
  color:#241100;
  box-shadow:0 8px 25px rgba(255,157,0,.25);
  font-size:25px;
}
.homepage-sponsor-copy{
  min-width:0;
  display:grid;
  gap:2px;
}
.homepage-sponsor-copy small{
  color:#ffd43b;
  font-size:8px;
  font-weight:950;
  letter-spacing:.16em;
}
.homepage-sponsor-copy strong{
  color:#fff;
  font-size:16px;
  line-height:1.25;
}
.homepage-sponsor-copy span{
  color:#cdbbd6;
  font-size:9px;
  line-height:1.45;
}
.homepage-sponsor-cta{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 16px;
  border:1px solid rgba(222,122,255,.62);
  border-radius:12px;
  background:linear-gradient(135deg,#7c2ee8,#d946ef);
  color:#fff!important;
  text-decoration:none!important;
  font-size:10px;
  font-weight:900;
  box-shadow:0 12px 30px rgba(141,45,218,.25);
  transition:.2s ease;
}
.homepage-sponsor-cta:hover{
  transform:translateY(-2px);
  filter:brightness(1.08);
}
.homepage-sponsor-cta span{
  font-size:16px;
}

/* Marketplace paid-placement badge */
.market-sponsored-label{
  z-index:8!important;
  display:inline-flex!important;
  align-items:center;
  gap:5px;
  padding:6px 9px!important;
  border:1px solid rgba(255,255,255,.82);
  background:linear-gradient(135deg,#ff7a00,#ffc62d)!important;
  color:#241200!important;
  box-shadow:0 7px 20px rgba(255,136,0,.28);
  font-size:8px!important;
  font-weight:950!important;
  letter-spacing:.06em!important;
  text-transform:uppercase;
}
.market-sponsored-label b{
  font-size:10px;
}

/* Defensive fix for the old v82 badge if cached HTML still contains <i>. */
.hero-product-art > i.sponsored-label{
  position:absolute!important;
  top:14px!important;
  left:14px!important;
  right:auto!important;
  bottom:auto!important;
  z-index:8!important;
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  height:auto!important;
  padding:8px 12px!important;
  margin:0!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#ff7a00,#ffc62d)!important;
  color:#241200!important;
  font-family:inherit!important;
  font-size:10px!important;
  font-weight:950!important;
  line-height:1!important;
  font-style:normal!important;
  letter-spacing:.1em!important;
  text-transform:uppercase!important;
  filter:none!important;
  transform:none!important;
}

@media(max-width:900px){
  .homepage-sponsor-strip{
    grid-template-columns:auto 1fr;
    margin-top:14px;
  }
  .homepage-sponsor-cta{
    grid-column:1/-1;
  }
}
@media(max-width:620px){
  .hero-product-art > .home-sponsored-badge,
  .hero-product-art > i.sponsored-label{
    top:8px!important;
    left:8px!important;
    padding:6px 8px!important;
    font-size:8px!important;
  }
  .hero-sponsored-product .hero-product-copy{padding-top:34px}
  .home-sponsored-benefit{display:none}
  .homepage-sponsor-strip{
    grid-template-columns:1fr;
    padding:14px;
    gap:10px;
  }
  .homepage-sponsor-icon{display:none}
  .homepage-sponsor-copy strong{font-size:14px}
}

/* v84.3.5 password recovery */
.auth-forgot-link,.portal-forgot-link{border:0!important;background:transparent!important;color:#6d28d9!important;min-height:auto!important;height:auto!important;padding:2px 0!important;font-size:12px!important;font-weight:800!important;text-align:right!important;justify-self:end;cursor:pointer}.auth-forgot-link:hover,.portal-forgot-link:hover{text-decoration:underline}

/* v84.3.6 — Seller Studio Orders clean UI */
.seller-orders-centre{padding:0!important;overflow:hidden;background:#fbfafd!important}
.seller-orders-titlebar{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;padding:26px 28px 22px;background:#fff;border-bottom:1px solid #eee8f3}
.seller-orders-titlebar h2{font-size:28px;letter-spacing:-.035em;margin:5px 0 7px!important}
.seller-orders-titlebar p{margin:0;max-width:650px}
.seller-orders-summary{display:flex;gap:8px;flex-shrink:0}
.seller-orders-summary>div{min-width:86px;padding:10px 13px;border:1px solid #eee7f2;border-radius:12px;background:#fcfbfd;display:grid;gap:1px}
.seller-orders-summary strong{font-size:18px;line-height:1;color:#211329}.seller-orders-summary span{font-size:9px;color:#8d8194;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.order-centre-filters{display:flex;gap:7px;overflow-x:auto;padding:15px 28px;background:#fff;border-bottom:1px solid #eee8f3;scrollbar-width:none}.order-centre-filters::-webkit-scrollbar{display:none}
.order-centre-filters button{white-space:nowrap;border:1px solid #e7dfec;background:#fff;color:#665b6c;border-radius:999px;padding:8px 11px;font:inherit;font-size:11px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;gap:7px}
.order-centre-filters button span{min-width:19px;height:19px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#f2eef5;color:#756a7c;font-size:9px}
.order-centre-filters button.active{background:#26132f;color:#fff;border-color:#26132f;box-shadow:0 6px 16px rgba(38,19,47,.13)}.order-centre-filters button.active span{background:rgba(255,255,255,.15);color:#fff}
.seller-orders-list{gap:12px!important;padding:18px 28px 28px}
.seller-order-card{padding:0!important;border:1px solid #e8e1ec!important;border-radius:16px!important;background:#fff!important;overflow:hidden;box-shadow:0 5px 18px rgba(42,21,52,.035);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.seller-order-card:hover{border-color:#d9cae2!important;box-shadow:0 12px 30px rgba(42,21,52,.07);transform:translateY(-1px)}
.seller-order-head{padding:16px 18px 13px;border-bottom:1px solid #f1edf3;align-items:flex-start!important}.seller-order-identity{display:grid;grid-template-columns:auto auto;align-items:center;column-gap:8px}.seller-order-identity .seller-order-label{font-size:8px;letter-spacing:.1em;color:#9a8da1;font-weight:900}.seller-order-identity b{font-size:14px;color:#211329}.seller-order-identity small{grid-column:1/-1;margin:4px 0 0!important;font-size:10px}
.seller-order-badges{gap:6px!important;flex-wrap:wrap;justify-content:flex-end}.seller-order-badges span{padding:5px 8px!important;background:#f4edff!important;color:#6d28d9!important;font-size:8px!important;letter-spacing:.04em;text-transform:uppercase}.seller-order-badges .payment{background:#eafafd!important;color:#08788b!important}.seller-order-badges .status-cancelled{background:#fff0f2!important;color:#a61b3c!important}.seller-order-badges .status-completed{background:#edf9f1!important;color:#247044!important}.seller-order-badges .payment-paid{background:#edf9f1!important;color:#247044!important}
.seller-order-products{padding:12px 18px!important;margin:0!important;display:grid;grid-template-columns:80px 1fr;gap:12px;align-items:start}.seller-order-products small{font-size:8px!important;letter-spacing:.08em;color:#998ca0;font-weight:900;padding-top:2px}.seller-order-products>div{font-size:12px;font-weight:750;color:#34283a;line-height:1.5}.seller-order-products em{font-style:normal;color:#8a7e90;font-weight:700}.seller-order-item-sep{color:#d0c6d5;margin:0 8px}
.seller-order-body{margin:0 18px 14px!important;padding:14px 0!important;background:#faf8fb!important;border:1px solid #f0ebf3;border-radius:12px!important;grid-template-columns:1.05fr .8fr 1.35fr!important;gap:0!important}.seller-order-body>div{padding:0 14px;min-width:0}.seller-order-body>div+div{border-left:1px solid #ebe4ef}.seller-order-body small{font-size:8px!important;letter-spacing:.07em;font-weight:900}.seller-order-body b{font-size:13px;margin:3px 0;color:#25172d;text-transform:none}.seller-order-body span{display:block;color:#8a7e90;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.seller-order-body .seller-order-total{font-size:16px;color:#211329}
.seller-order-footer{min-height:54px;padding:10px 18px;border-top:1px solid #f1edf3;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff}.seller-order-actions{gap:7px!important}.seller-order-actions .button{min-height:36px!important;height:36px!important;padding:0 13px!important;border-radius:9px!important;font-size:10px!important}.seller-order-actions .button.primary{background:#6d28d9!important;box-shadow:none!important}.seller-order-timeline{border:0;background:transparent;color:#6d28d9;font:inherit;font-size:10px;font-weight:850;cursor:pointer;padding:8px 0;white-space:nowrap}.seller-order-timeline span{margin-left:4px}.seller-orders-empty{min-height:220px;display:grid;place-content:center;text-align:center;gap:5px;color:#887c8f}.seller-orders-empty strong{font-size:15px;color:#34283a}.seller-orders-empty span{font-size:11px}
@media(max-width:900px){.seller-orders-titlebar{align-items:flex-start;flex-direction:column}.seller-orders-summary{width:100%}.seller-orders-summary>div{flex:1}.seller-order-body{grid-template-columns:1fr!important}.seller-order-body>div{padding:10px 14px}.seller-order-body>div+div{border-left:0;border-top:1px solid #ebe4ef}.seller-order-footer{align-items:flex-start;flex-direction:column}.seller-order-timeline{align-self:flex-end}}
@media(max-width:620px){.seller-orders-titlebar,.order-centre-filters,.seller-orders-list{padding-left:15px;padding-right:15px}.seller-orders-summary{display:grid;grid-template-columns:repeat(3,1fr)}.seller-orders-summary>div{min-width:0}.seller-order-products{grid-template-columns:1fr}.seller-order-head{gap:10px}.seller-order-badges{max-width:45%}.seller-order-footer{padding:10px 14px}.seller-order-actions{width:100%}.seller-order-actions .button{flex:1}.seller-order-timeline{align-self:flex-start}}


/* =========================================================
   v84.3.7 — PAY ON PICKUP SELLER ACKNOWLEDGEMENT
   ========================================================= */
.seller-order-card.seller-order-cash-due{
  border-color:#e7d9b8;
  box-shadow:0 10px 35px rgba(107,75,12,.05);
}
.seller-cash-payment-note{
  margin:14px 0 0;
  padding:12px 14px;
  border:1px solid #f0deb3;
  border-radius:14px;
  background:#fffaf0;
  display:flex;
  align-items:flex-start;
  gap:10px;
}
.seller-cash-payment-note>span{
  width:34px;height:34px;flex:0 0 34px;
  display:grid;place-items:center;border-radius:10px;
  background:#fff0c4;font-size:17px;
}
.seller-cash-payment-note>div{display:grid;gap:3px;min-width:0}
.seller-cash-payment-note b{font-size:12px;color:#3b2a0b}
.seller-cash-payment-note small{font-size:10px;line-height:1.45;color:#82704c}
.seller-cash-payment-note.paid{
  border-color:#bce8d2;background:#f2fcf7;
}
.seller-cash-payment-note.paid>span{background:#d9f7e7;color:#08734a;font-weight:900}
.seller-cash-payment-note.paid b{color:#075c3d}
.seller-cash-payment-note.paid small{color:#567568}
.cash-received-button{
  background:linear-gradient(135deg,#15803d,#22c55e)!important;
  box-shadow:0 10px 24px rgba(34,197,94,.20)!important;
}
.cash-received-button:hover{filter:brightness(1.04)}
@media(max-width:700px){
  .seller-cash-payment-note{padding:11px}
}

/* v84.3.8 commercial plan upgrades */
.commercial-upgrade-button{width:100%;margin-top:12px}
.commercial-upgrade-panel{margin-top:18px;border:1px solid #e5d5ef;border-radius:18px;background:#faf7fc;padding:18px}
.commercial-upgrade-checkout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(260px,.7fr) minmax(300px,1fr);gap:18px;align-items:start}
.commercial-bank-box{display:grid;gap:5px;padding:16px;border-radius:15px;background:#170d20;color:#fff}.commercial-bank-box small{color:#d7b8f2;font-weight:800}.commercial-bank-box strong{font-size:20px;letter-spacing:.04em}.commercial-bank-box p{color:#cbbfd1;font-size:11px}
.commercial-upgrade-history{margin-top:22px;padding-top:18px;border-top:1px solid #eee4f2}.commercial-upgrade-history-row{display:flex;justify-content:space-between;gap:14px;padding:12px 0;border-bottom:1px solid #eee7f0}.commercial-upgrade-history-row>div{display:grid;gap:3px}.commercial-upgrade-history-row small{color:#7a6f80}
.commercial-upgrade-status{display:inline-flex;align-items:center;width:max-content;padding:5px 8px;border-radius:999px;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;background:#eee7f4;color:#5d4c69}.commercial-upgrade-status.pending{background:#fff3c7;color:#755500}.commercial-upgrade-status.needs_proof{background:#ffe9c9;color:#8a4d00}.commercial-upgrade-status.approved{background:#dff8e9;color:#08613e}.commercial-upgrade-status.rejected{background:#ffe6ea;color:#9d1735}
.commercial-upgrade-admin-list{display:grid;gap:12px}.commercial-upgrade-admin-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;padding:16px;border:1px solid #ece3ef;border-radius:15px}.commercial-upgrade-admin-row h3{margin:7px 0 3px}.commercial-upgrade-admin-row p,.commercial-upgrade-admin-row small{margin:0;color:#746a79}.commercial-upgrade-admin-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:flex-end}
@media(max-width:1050px){.commercial-upgrade-checkout{grid-template-columns:1fr}.commercial-upgrade-admin-row{grid-template-columns:1fr}.commercial-upgrade-admin-actions{justify-content:flex-start}}


/* ============================================================
   v84.5.1 — BUYER ORDER TIMELINE + SCROLLABLE DETAIL MODALS
   ============================================================ */

/* Any buyer modal must remain inside the viewport. */
.modal-backdrop{
  overflow-y:auto!important;
  overscroll-behavior:contain;
  padding:clamp(12px,3vw,28px)!important;
}
.modal-backdrop>.modal{
  width:min(620px,100%)!important;
  max-height:calc(100dvh - clamp(24px,6vw,56px))!important;
  padding:0!important;
  overflow:hidden!important;
  display:flex;
  flex-direction:column;
  border-radius:22px!important;
}
.buyer-scroll-modal{
  min-height:0;
  max-height:inherit;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
.buyer-modal-sticky-head{
  position:sticky;
  top:0;
  z-index:5;
  flex:0 0 auto;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  padding:25px 28px 18px;
  border-bottom:1px solid #eee7f1;
  background:rgba(255,255,255,.97);
  backdrop-filter:blur(14px);
}
.buyer-modal-sticky-head h2{margin:5px 0 0;font-size:27px;letter-spacing:-.8px}
.buyer-modal-sticky-head p{margin:7px 0 0;color:#776d7e;font-size:12px;line-height:1.5}
.buyer-modal-close{
  flex:0 0 40px;
  width:40px;height:40px;
  display:grid;place-items:center;
  border:1px solid #ece5f0;
  border-radius:50%;
  background:#fff;
  color:#22172a;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}
.buyer-modal-close:hover{background:#f7f3f9}
.buyer-modal-scroll-body{
  min-height:0;
  overflow-y:auto;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
  padding:22px 28px 30px;
  scrollbar-gutter:stable;
}
.buyer-modal-scroll-body::-webkit-scrollbar{width:7px}
.buyer-modal-scroll-body::-webkit-scrollbar-thumb{background:#d8cde0;border-radius:999px}
.buyer-detail-section{padding:0 0 20px;margin:0 0 20px;border-bottom:1px solid #eee8f1}
.buyer-detail-section:last-of-type{border-bottom:0}
.buyer-detail-section h3{margin:0 0 12px;font-size:17px}
.buyer-detail-section p{margin:0;line-height:1.55}
.buyer-timeline-summary{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-bottom:25px;
}
.buyer-timeline-summary>div{
  min-width:0;
  padding:11px 12px;
  border-radius:12px;
  background:#f7f3f9;
}
.buyer-timeline-summary small{display:block;color:#8b7e92;font-size:9px;text-transform:uppercase;letter-spacing:.05em}
.buyer-timeline-summary b{display:block;margin-top:4px;font-size:12px;text-transform:capitalize}

/* Five-stage summary shown on every order card. */
.buyer-order-progress{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:0!important;
  margin:20px 0 17px!important;
}
.buyer-progress-step{
  position:relative;
  min-width:0;
  display:grid;
  justify-items:center;
  align-content:start;
  gap:7px;
  color:#a398aa;
  text-align:center;
}
.buyer-progress-step:not(:last-child):after{
  content:"";
  position:absolute;
  z-index:0;
  top:6px;
  left:50%;
  width:100%;
  height:2px;
  background:#e5dce9;
  transform-origin:left center;
}
.buyer-progress-step.done:not(:last-child):after{
  background:linear-gradient(90deg,#7c2ee8,#b55bec);
  animation:buyerProgressFill .55s cubic-bezier(.2,.7,.2,1) both;
  animation-delay:calc(var(--step-index) * 90ms);
}
.buyer-progress-dot{
  position:relative;
  z-index:2;
  width:14px;height:14px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#ddd5e2;
  color:#fff;
  font-size:8px;
  font-weight:900;
  box-shadow:0 0 0 4px #fff;
}
.buyer-progress-step.done .buyer-progress-dot{
  background:#7c2ee8;
  animation:buyerMilestoneIn .4s ease both;
  animation-delay:calc(var(--step-index) * 95ms);
}
.buyer-progress-step.current .buyer-progress-dot{
  background:#7c2ee8;
  box-shadow:0 0 0 4px #f0e6ff,0 0 0 7px rgba(124,46,232,.14);
  animation:buyerCurrentPulse 2s ease-in-out infinite;
}
.buyer-progress-step b{
  max-width:110px;
  color:inherit;
  font-size:9px;
  font-weight:650;
  line-height:1.25;
}
.buyer-progress-step.done b,.buyer-progress-step.current b{color:#4c315e}
.buyer-order-progress.is-cancelled .buyer-progress-step:not(:first-child){opacity:.45}

@keyframes buyerProgressFill{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@keyframes buyerMilestoneIn{0%{transform:scale(.55);opacity:.2}70%{transform:scale(1.18)}100%{transform:scale(1);opacity:1}}
@keyframes buyerCurrentPulse{0%,100%{box-shadow:0 0 0 4px #f0e6ff,0 0 0 7px rgba(124,46,232,.10)}50%{box-shadow:0 0 0 4px #f0e6ff,0 0 0 11px rgba(124,46,232,.02)}}

/* Event-driven detailed timeline. */
.buyer-event-timeline{position:relative;padding:2px 0 4px}
.buyer-event-stage{
  position:relative;
  display:grid;
  grid-template-columns:28px minmax(0,1fr);
  gap:13px;
  min-height:79px;
  opacity:.55;
}
.buyer-event-stage:not(:last-child):before{
  content:"";
  position:absolute;
  left:7px;
  top:20px;
  bottom:-1px;
  width:2px;
  background:#e7ddea;
}
.buyer-event-stage.done:not(:last-child):before{
  background:linear-gradient(#7c2ee8,#c278ed);
  transform-origin:top;
  animation:buyerTimelineLine .5s ease both;
  animation-delay:calc(var(--stage-index) * 110ms + 120ms);
}
.buyer-event-stage.done,.buyer-event-stage.current,.buyer-event-stage.cancelled{opacity:1}
.buyer-event-marker{
  position:relative;
  z-index:2;
  width:16px;height:16px;
  margin-top:3px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#ddd4e2;
  color:#fff;
  font-size:9px;
  font-weight:900;
  box-shadow:0 0 0 5px #fff;
}
.buyer-event-stage.done .buyer-event-marker{
  background:#7c2ee8;
  animation:buyerMilestoneIn .45s ease both;
  animation-delay:calc(var(--stage-index) * 110ms);
}
.buyer-event-stage.current .buyer-event-marker{
  background:#7c2ee8;
  box-shadow:0 0 0 5px #f0e6ff,0 0 0 9px rgba(124,46,232,.10);
  animation:buyerCurrentPulse 2s ease-in-out infinite;
}
.buyer-event-stage.cancelled .buyer-event-marker{background:#b4233f}
.buyer-event-copy{padding:0 0 18px}
.buyer-event-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.buyer-event-title b{font-size:14px;text-transform:none}
.buyer-event-title span{
  padding:3px 7px;border-radius:999px;
  background:#f0e6ff;color:#6d28d9;
  font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.06em
}
.buyer-event-copy p{margin:4px 0 0;color:#726678;font-size:12px;line-height:1.45}
.buyer-event-copy p.future{color:#aaa0ae}
.buyer-event-copy small{display:block;margin-top:3px;color:#9a8fa0;font-size:10px}
.buyer-timeline-other{margin-top:8px;padding:14px;border-radius:13px;background:#f8f5fa}
.buyer-timeline-other>span{display:block;margin-bottom:8px;color:#8c7d94;font-size:9px;font-weight:850;text-transform:uppercase;letter-spacing:.07em}
.buyer-timeline-other>div{display:grid;gap:2px;padding:6px 0;border-top:1px solid #ece5ef}
.buyer-timeline-other>div:first-of-type{border-top:0}.buyer-timeline-other b{font-size:11px;text-transform:capitalize}.buyer-timeline-other small{color:#8d8293;font-size:9px}

@keyframes buyerTimelineLine{from{transform:scaleY(0)}to{transform:scaleY(1)}}

@media(prefers-reduced-motion:reduce){
  .buyer-progress-step.done:not(:last-child):after,
  .buyer-progress-step.done .buyer-progress-dot,
  .buyer-progress-step.current .buyer-progress-dot,
  .buyer-event-stage.done:not(:last-child):before,
  .buyer-event-stage.done .buyer-event-marker,
  .buyer-event-stage.current .buyer-event-marker{
    animation:none!important
  }
}

@media(max-width:680px){
  .modal-backdrop{padding:8px!important;align-items:flex-end!important}
  .modal-backdrop>.modal{
    max-height:calc(100dvh - 16px)!important;
    border-radius:20px 20px 8px 8px!important;
  }
  .buyer-modal-sticky-head{padding:19px 18px 14px}
  .buyer-modal-sticky-head h2{font-size:23px}
  .buyer-modal-scroll-body{padding:18px 18px calc(24px + env(safe-area-inset-bottom,0px))}
  .buyer-timeline-summary{grid-template-columns:1fr 1fr}
  .buyer-timeline-summary>div:last-child{grid-column:1/-1}
  .buyer-progress-step b{font-size:7.5px}
  .buyer-progress-dot{width:12px;height:12px}
  .buyer-progress-step:not(:last-child):after{top:5px}
}


/* ============================================================
   v84.5.2 — POPUP READABILITY / INNER SPACING / LONG LIST SCROLL
   ============================================================ */

/* Keep modal content clear of rounded edges and the close control. */
.modal-backdrop>.modal{
  box-sizing:border-box!important;
  color:#211526!important;
  background:#fff!important;
}
.buyer-scroll-modal{
  width:100%;
  box-sizing:border-box;
  color:#211526;
}
.buyer-modal-sticky-head{
  box-sizing:border-box;
  width:100%;
  padding-left:32px!important;
  padding-right:24px!important;
}
.buyer-modal-sticky-head>div:first-child{
  min-width:0;
  padding-right:12px;
}
.buyer-modal-sticky-head .eyebrow,
.buyer-modal-sticky-head h2,
.buyer-modal-sticky-head p{
  max-width:100%;
  overflow-wrap:anywhere;
}
.buyer-modal-scroll-body{
  box-sizing:border-box;
  width:100%;
  padding-left:32px!important;
  padding-right:32px!important;
  color:#211526!important;
}
.buyer-modal-scroll-body h1,
.buyer-modal-scroll-body h2,
.buyer-modal-scroll-body h3,
.buyer-modal-scroll-body h4,
.buyer-modal-scroll-body b,
.buyer-modal-scroll-body strong{
  color:#211526;
}
.buyer-modal-scroll-body p,
.buyer-modal-scroll-body small,
.buyer-modal-scroll-body span{
  overflow-wrap:anywhere;
}
.buyer-detail-item{
  min-width:0;
  box-sizing:border-box;
}
.buyer-detail-item>div{min-width:0}
.buyer-detail-item b,
.buyer-detail-item small{
  white-space:normal!important;
  overflow-wrap:anywhere;
}

/* Timeline itself becomes an independent scroll area when unusually long. */
.buyer-event-timeline{
  max-height:min(52dvh,520px);
  overflow-y:auto;
  overflow-x:hidden;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
  padding:6px 12px 6px 5px!important;
  margin-right:-8px;
  scrollbar-gutter:stable;
}
.buyer-event-timeline::-webkit-scrollbar{width:6px}
.buyer-event-timeline::-webkit-scrollbar-thumb{
  background:#d6c9df;
  border-radius:999px;
}
.buyer-event-copy{
  min-width:0;
  padding-right:8px;
}
.buyer-event-copy p,
.buyer-event-copy small,
.buyer-event-title b{
  white-space:normal!important;
  overflow-wrap:anywhere;
  word-break:normal;
}
.buyer-timeline-other{
  min-width:0;
  overflow:hidden;
}
.buyer-timeline-other small{
  white-space:normal!important;
  overflow-wrap:anywhere;
}

/* Give the final action row breathing room and prevent edge clipping. */
.order-help-actions{
  box-sizing:border-box;
  padding:2px 0 4px;
  margin-top:4px;
}

/* Smaller devices: stronger inset while preserving useful content width. */
@media(max-width:680px){
  .modal-backdrop>.modal{
    width:calc(100vw - 16px)!important;
    max-width:calc(100vw - 16px)!important;
  }
  .buyer-modal-sticky-head{
    padding:18px 20px 14px!important;
  }
  .buyer-modal-sticky-head>div:first-child{
    padding-right:4px;
  }
  .buyer-modal-scroll-body{
    padding:18px 20px calc(28px + env(safe-area-inset-bottom,0px))!important;
  }
  .buyer-event-timeline{
    max-height:50dvh;
    padding-right:9px!important;
    margin-right:-4px;
  }
  .buyer-event-stage{
    grid-template-columns:24px minmax(0,1fr);
    gap:10px;
  }
  .buyer-timeline-summary{
    width:100%;
    box-sizing:border-box;
  }
}


/* ============================================================
   v84.5.3 — CUMULATIVE ORDER POPUP FIX
   Ensures visible inset content + reliable nested scrolling.
   ============================================================ */
#modalRoot .modal-backdrop{
  box-sizing:border-box!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:100dvh!important;
  overflow:auto!important;
  padding:20px!important;
}
#modalRoot .modal-backdrop>.modal{
  width:min(660px,calc(100vw - 40px))!important;
  max-width:660px!important;
  height:auto!important;
  max-height:calc(100dvh - 40px)!important;
  min-height:0!important;
  margin:auto!important;
  padding:0!important;
  overflow:hidden!important;
  border-radius:22px!important;
  background:#fff!important;
  color:#211526!important;
  display:flex!important;
  flex-direction:column!important;
}
#modalRoot .buyer-scroll-modal{
  width:100%!important;
  min-width:0!important;
  min-height:0!important;
  max-height:calc(100dvh - 40px)!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
}
#modalRoot .buyer-modal-sticky-head{
  position:relative!important;
  flex:0 0 auto!important;
  width:100%!important;
  min-width:0!important;
  padding:24px 30px 18px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 42px!important;
  gap:18px!important;
  align-items:start!important;
  border-bottom:1px solid #eee7f1!important;
  background:#fff!important;
}
#modalRoot .buyer-modal-head-copy{
  min-width:0!important;
  padding-left:2px!important;
}
#modalRoot .buyer-modal-head-copy .eyebrow{
  display:block!important;
  margin:0 0 7px!important;
  color:#7c2ee8!important;
  font-size:10px!important;
  font-weight:850!important;
  letter-spacing:.12em!important;
  line-height:1.25!important;
  overflow-wrap:anywhere!important;
}
#modalRoot .buyer-modal-head-copy h2{
  margin:0!important;
  color:#211526!important;
  font-size:27px!important;
  line-height:1.08!important;
}
#modalRoot .buyer-modal-head-copy p{
  margin:7px 0 0!important;
  color:#766b7d!important;
  font-size:12px!important;
  line-height:1.5!important;
}
#modalRoot .buyer-modal-close{
  position:relative!important;
  top:0!important;
  right:0!important;
  width:42px!important;
  height:42px!important;
  min-width:42px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid #e9e1ed!important;
  border-radius:50%!important;
  background:#fff!important;
  color:#211526!important;
  font-size:24px!important;
  line-height:1!important;
}
#modalRoot .buyer-modal-scroll-body{
  flex:1 1 auto!important;
  min-height:0!important;
  width:100%!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  overscroll-behavior:contain!important;
  -webkit-overflow-scrolling:touch!important;
  padding:22px 32px 34px!important;
  color:#211526!important;
}
#modalRoot .buyer-detail-section,
#modalRoot .buyer-timeline-summary,
#modalRoot .buyer-event-timeline{
  margin-left:0!important;
  margin-right:0!important;
  max-width:100%!important;
}
#modalRoot .buyer-event-timeline{
  max-height:min(48dvh,480px)!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  padding:6px 12px 8px 4px!important;
  margin-top:4px!important;
  scrollbar-gutter:stable!important;
}
#modalRoot .buyer-event-stage{
  min-width:0!important;
}
#modalRoot .buyer-event-copy{
  min-width:0!important;
  padding-right:8px!important;
}
#modalRoot .buyer-event-copy *,
#modalRoot .buyer-detail-section *,
#modalRoot .buyer-timeline-summary *{
  overflow-wrap:anywhere!important;
}
#modalRoot .order-help-actions{
  margin-top:8px!important;
  padding-bottom:2px!important;
}

@media(max-width:680px){
  #modalRoot .modal-backdrop{
    align-items:flex-end!important;
    padding:8px!important;
  }
  #modalRoot .modal-backdrop>.modal{
    width:calc(100vw - 16px)!important;
    max-width:calc(100vw - 16px)!important;
    max-height:calc(100dvh - 16px)!important;
    border-radius:20px 20px 10px 10px!important;
  }
  #modalRoot .buyer-scroll-modal{
    max-height:calc(100dvh - 16px)!important;
  }
  #modalRoot .buyer-modal-sticky-head{
    padding:18px 20px 14px!important;
    grid-template-columns:minmax(0,1fr) 40px!important;
    gap:12px!important;
  }
  #modalRoot .buyer-modal-head-copy h2{
    font-size:23px!important;
  }
  #modalRoot .buyer-modal-scroll-body{
    padding:18px 22px calc(28px + env(safe-area-inset-bottom,0px))!important;
  }
  #modalRoot .buyer-event-timeline{
    max-height:46dvh!important;
    padding-right:8px!important;
  }
}


/* ==========================================================================
   v84.5.4 — SITE-WIDE CSS INTEGRITY LAYER
   Buyer site + Seller Studio + Admin + Commercial tools
   ========================================================================== */

:root{
  --layout-page:clamp(16px,2.4vw,34px);
  --layout-section:clamp(36px,5vw,72px);
  --layout-radius:18px;
  --layout-card:#fff;
  --layout-soft:#faf8fc;
  --layout-line:#ebe5ef;
  --layout-ink:#160d1d;
  --layout-muted:#746b79;
}
*,*::before,*::after{box-sizing:border-box}
html,body{max-width:100%;overflow-x:hidden}
img,video,svg,canvas{max-width:100%}
img{height:auto}
button,input,select,textarea{font:inherit}
input,select,textarea{min-width:0}
main,section,article,aside,header,footer,div{min-width:0}

/* ---------- Public buyer site ---------- */
.shell{
  width:min(1440px,calc(100% - (var(--layout-page) * 2)))!important;
  max-width:1440px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.section{padding:var(--layout-section) 0!important}
.section-head{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:24px!important;
  flex-wrap:wrap;
}
.section-head>div{min-width:0}
.section-head h2{
  margin:6px 0!important;
  font-size:clamp(28px,3vw,42px)!important;
  line-height:1.04!important;
  letter-spacing:-1.6px!important;
}
.section-head p{max-width:720px!important;line-height:1.55!important}
.page-hero{padding:clamp(42px,6vw,86px) 0 clamp(24px,3vw,44px)!important}
.page-hero h1{max-width:1050px}
.page-hero p{max-width:800px!important}

/* Every common buyer grid becomes fluid instead of relying on fixed four-column widths. */
.category-grid,.feature-grid,.support-grid,.about-grid,.visual-grid,.mood-grid,
.shop-placeholder,.seller-benefits,.seller-steps{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,230px),1fr))!important;
  gap:clamp(14px,2vw,22px)!important;
}
.category,.feature,.contact-card,.about-panel,.shop-card{
  min-width:0!important;
  max-width:100%!important;
  overflow:hidden;
}
.category,.feature,.contact-card,.about-panel{
  padding:clamp(18px,2.2vw,28px)!important;
}
.category p,.feature p,.contact-card p,.about-panel p{line-height:1.55}

/* Cart / checkout / forms */
.cart-layout,.checkout-layout,.sell-layout{
  width:100%!important;
  min-width:0!important;
  align-items:start!important;
  gap:clamp(18px,2.5vw,30px)!important;
}
.cart-items-panel,.cart-summary-card,.checkout-commerce-form,.payment-method-panel{
  min-width:0!important;
  max-width:100%!important;
}
.cart-summary-card{position:sticky;top:110px}
.checkout-hero{
  width:100%;
  max-width:100%;
  padding:clamp(26px,4vw,50px);
  border-radius:22px;
  background:linear-gradient(135deg,#14091f,#35164c);
  color:#fff;
}
.checkout-hero h1{margin:0;font-size:clamp(34px,4vw,56px);line-height:1.02}
.checkout-hero p{max-width:700px;color:#ded1e6;line-height:1.55}
.buyer-auth-form,.seller-form,.checkout-commerce-form,.workspace-form,.compact-form{
  min-width:0!important;
}
.buyer-auth-form input,.buyer-auth-form select,.buyer-auth-form textarea,
.seller-form input,.seller-form select,.seller-form textarea{
  width:100%!important;
  min-width:0!important;
}
.product-image-fallback{
  width:100%;height:100%;min-height:180px;
  display:grid;place-items:center;
  background:#f5f0f8;color:#8b7c93;font-weight:800;
}

/* Modals never exceed viewport. */
.modal-backdrop{
  box-sizing:border-box!important;
  max-width:100vw!important;
}
.modal{
  max-width:calc(100vw - 24px)!important;
  min-width:0!important;
}
.order-timeline-modal{width:100%;min-width:0}
.order-help-modal,.review-modal,.verified-review-modal,.wizard-modal,.order-success-modal{
  width:100%;min-width:0;max-width:100%;
}

/* ---------- Workspace base: Seller Studio + Admin ---------- */
.workspace-shell{
  width:100%!important;
  max-width:100%!important;
  min-height:100dvh!important;
  display:grid!important;
  grid-template-columns:260px minmax(0,1fr)!important;
  overflow:visible!important;
}
.workspace-sidebar{
  width:260px!important;
  min-width:260px!important;
  height:100dvh!important;
  position:sticky!important;
  top:0!important;
  overflow-y:auto!important;
}
.workspace-main{width:100%!important;min-width:0!important;max-width:100%!important}
.workspace-topbar{
  width:100%!important;
  min-width:0!important;
  padding:0 clamp(18px,2.5vw,34px)!important;
}
.workspace-user,.workspace-account-actions{min-width:0!important}
.workspace-user>span,.workspace-user>b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.workspace-content{
  width:100%!important;
  max-width:1600px!important;
  min-width:0!important;
  margin:0 auto!important;
  padding:clamp(18px,2.5vw,34px)!important;
}
.workspace-grid{
  width:100%!important;
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  gap:clamp(14px,1.6vw,20px)!important;
}
.workspace-card{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  overflow-wrap:anywhere;
  padding:clamp(17px,1.8vw,24px)!important;
  border-radius:18px!important;
}
.workspace-card h2{font-size:clamp(19px,2vw,26px)!important;line-height:1.15!important}
.workspace-card h3{font-size:clamp(15px,1.5vw,20px)!important;line-height:1.2!important}
.workspace-card p{line-height:1.55}
.workspace-stat{grid-column:span 3!important;min-width:0}
.workspace-wide{grid-column:span 8!important;min-width:0}
.workspace-side{grid-column:span 4!important;min-width:0}
.workspace-full{grid-column:1/-1!important}
.workspace-muted{color:var(--workspace-muted,#7b7180)!important;font-size:12px!important;line-height:1.5}
.workspace-error-actions{
  display:flex;flex-wrap:wrap;gap:10px;margin-top:16px
}
.workspace-form{
  display:grid!important;
  gap:12px!important;
}
.workspace-form label{
  min-width:0;
  margin:0!important;
  font-size:12px!important;
  line-height:1.35;
}
.workspace-form input,.workspace-form select,.workspace-form textarea{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  min-height:46px;
  margin-top:6px!important;
  padding:11px 12px!important;
}
.workspace-form textarea{min-height:105px}
.workspace-row{
  width:100%!important;
  min-width:0!important;
  grid-template-columns:70px minmax(0,1fr) auto!important;
}
.workspace-row>div{min-width:0}
.workspace-row b,.workspace-row small,.workspace-row span{
  overflow-wrap:anywhere;
}
.workspace-loading,.workspace-empty,.workspace-error{
  width:100%!important;
  min-width:0!important;
}
.workspace-empty{padding:clamp(22px,3vw,38px)!important}
.workspace-nav a,.workspace-nav button{
  min-width:0!important;
  white-space:normal!important;
  line-height:1.3!important;
}
.workspace-sidebar-footer a{line-height:1.35}
.workspace-logo img{max-width:100%}

/* Tables */
.table,
table.workspace-table,
.workspace-card table{
  width:100%!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  font-size:12px;
}
.table th,.table td,
.workspace-card table th,.workspace-card table td{
  padding:11px 12px!important;
  border-bottom:1px solid var(--layout-line)!important;
  text-align:left!important;
  vertical-align:top!important;
  overflow-wrap:anywhere;
}
.table th,.workspace-card table th{
  background:#faf8fc;
  color:#6f6475;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.workspace-card:has(>table),
.workspace-card:has(.table){overflow-x:auto}

/* ---------- Seller Studio ---------- */
.seller-orders-centre,.seller-orders-list,.seller-plan-cards,.seller-bank-card,
.growth-dashboard-grid,.campaign-guide-grid,.campaign-form-grid,
.launch-grid,.retention-grid,.v78-command-grid,.v78-growth-hero{
  width:100%!important;
  min-width:0!important;
}
.seller-orders-titlebar,.growth-card-head{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:16px!important;
  flex-wrap:wrap;
}
.seller-orders-titlebar h2,.growth-card-head h2{margin:0!important}
.seller-orders-summary,.growth-summary-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important;
  gap:10px!important;
}
.seller-order-card{
  width:100%!important;
  min-width:0!important;
  padding:clamp(15px,2vw,22px)!important;
  border-radius:16px!important;
}
.seller-order-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:16px!important;
  align-items:start!important;
}
.seller-order-identity{min-width:0}
.seller-order-products{
  margin-top:8px!important;
  font-size:13px!important;
  line-height:1.45!important;
  overflow-wrap:anywhere;
}
.seller-order-body{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  padding:14px!important;
}
.seller-order-body>div{min-width:0}
.seller-order-body small{font-size:9px!important}
.seller-order-body b{font-size:14px!important;overflow-wrap:anywhere}
.seller-order-body span{font-size:11px!important;line-height:1.4!important;overflow-wrap:anywhere}
.seller-order-actions,.seller-order-footer,.seller-proof-actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:9px!important;
}
.seller-order-actions .button,.seller-order-footer .button{min-height:42px}
.seller-bank-card{
  display:grid;
  gap:14px;
  padding:18px;
  border:1px solid var(--layout-line);
  border-radius:16px;
  background:#fff;
}
.seller-bank-full{grid-column:1/-1}
.seller-bank-status{font-size:11px;line-height:1.4}
.seller-bank-form{display:grid;gap:12px}

/* Commercial: remove legacy microscopic typography. */
.commercial-admin-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr)!important;
  gap:18px!important;
}
.seller-plan-cards{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(210px,1fr))!important;
  gap:14px!important;
}
.seller-plan-card{
  min-width:0!important;
  padding:18px!important;
  border-radius:16px!important;
}
.seller-plan-card>span{font-size:10px!important;letter-spacing:.06em}
.seller-plan-card h3{font-size:20px!important;margin:7px 0!important}
.seller-plan-card>strong{font-size:17px!important}
.seller-plan-card p{
  min-height:0!important;
  font-size:12px!important;
  line-height:1.5!important;
}
.seller-plan-card ul{
  margin:12px 0!important;
  padding-left:18px!important;
  font-size:12px!important;
  line-height:1.65!important;
}
.seller-plan-current{font-size:10px!important;padding:6px 9px!important}
.commercial-ledger{gap:9px!important}
.commercial-ledger-row{
  min-width:0!important;
  padding:12px!important;
  align-items:flex-start!important;
}
.commercial-ledger-row>div{min-width:0}
.commercial-ledger-row b{font-size:12px!important}
.commercial-ledger-row small{font-size:10px!important;line-height:1.45!important}
.commercial-ledger-row strong{font-size:12px!important;white-space:nowrap}
.commercial-shop-list,.commercial-upgrade-admin-list{min-width:0!important}
.commercial-admin-shop{
  grid-template-columns:minmax(0,1fr) minmax(130px,170px) auto!important;
  min-width:0!important;
}
.commercial-admin-shop>div{min-width:0}
.commercial-admin-shop b{font-size:12px!important}
.commercial-admin-shop small{font-size:10px!important;line-height:1.4!important}
.commercial-upgrade-checkout{
  grid-template-columns:minmax(0,.8fr) minmax(240px,.7fr) minmax(280px,1fr)!important;
}
.commercial-upgrade-history-row,
.commercial-upgrade-admin-row{min-width:0!important}
.commercial-upgrade-admin-row>div{min-width:0}
.commercial-bank-box{min-width:0!important;overflow-wrap:anywhere}
.commercial-upgrade-status{font-size:9px!important}

/* Growth / retention / launch / campaign / trust */
.growth-dashboard-grid,.launch-grid,.campaign-guide-grid,.v78-command-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important;
  gap:16px!important;
}
.growth-summary-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(145px,1fr))!important;
}
.campaign-form-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
}
.launch-wide{grid-column:1/-1!important}
.growth-hero,.campaign-hero,.launch-hero,.retention-hero,.v78-growth-hero{
  width:100%!important;
  min-width:0!important;
  overflow:hidden;
}
.growth-demand-list,.growth-opportunity-list,.growth-product-list,
.campaign-list,.pickup-location-list,.variant-list,.saved-image-grid{
  min-width:0!important;
}
.v80-admin-seller-row,.trust-admin-actions,.seller-trust-metrics{
  min-width:0!important;
}

/* ---------- Responsive workspace ---------- */
@media(max-width:1180px){
  .workspace-shell{grid-template-columns:225px minmax(0,1fr)!important}
  .workspace-sidebar{width:225px!important;min-width:225px!important}
  .workspace-stat{grid-column:span 6!important}
  .workspace-wide,.workspace-side{grid-column:1/-1!important}
  .commercial-admin-grid{grid-template-columns:1fr!important}
  .commercial-upgrade-checkout{grid-template-columns:1fr!important}
  .seller-order-body{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:820px){
  .workspace-shell{display:block!important}
  .workspace-sidebar{
    position:fixed!important;
    left:0!important;top:0!important;bottom:0!important;
    z-index:70!important;
    width:min(84vw,300px)!important;
    min-width:0!important;
    transform:translateX(-102%);
    transition:transform .22s ease;
  }
  .workspace-sidebar.open{transform:translateX(0)}
  .workspace-mobile-toggle{display:inline-flex!important}
  .workspace-topbar{height:66px!important;padding:0 16px!important}
  .workspace-content{padding:16px!important}
  .workspace-grid{grid-template-columns:1fr!important}
  .workspace-stat,.workspace-wide,.workspace-side,.workspace-full{grid-column:1/-1!important}
  .seller-order-body{grid-template-columns:1fr!important}
  .seller-order-head{grid-template-columns:1fr!important}
  .commercial-admin-shop{grid-template-columns:1fr!important}
  .campaign-form-grid{grid-template-columns:1fr!important}
  .workspace-row{grid-template-columns:58px minmax(0,1fr)!important}
  .workspace-row>:last-child{grid-column:1/-1}
}
@media(max-width:680px){
  .shell{width:calc(100% - 28px)!important}
  .section-head{align-items:flex-start!important}
  .cart-layout,.checkout-layout,.sell-layout{display:block!important}
  .cart-summary-card{position:static!important;margin-top:18px}
  .seller-callout{width:calc(100% - 28px)!important;padding:28px!important;display:block!important}
  .buyer-order-actions,.order-help-actions{flex-direction:column!important}
  .buyer-order-actions .button,.order-help-actions .button{width:100%!important}
}

.tabview{width:100%!important;min-width:0!important;max-width:100%!important}
.tabview[hidden]{display:none!important}


/* ==========================================================================
   v84.5.5 — COMPACT WORKSPACE + SAFE POPUP CONTENT FRAME
   ========================================================================== */

/* GLOBAL POPUPS: keep every text block safely inside its box. */
#modalRoot .modal-backdrop,.modal-backdrop{
  padding:clamp(12px,2.2vw,24px)!important;
  overflow:auto!important;
  overscroll-behavior:contain;
}
#modalRoot .modal-backdrop>.modal,.modal-backdrop>.modal{
  box-sizing:border-box!important;
  width:min(680px,calc(100vw - 32px))!important;
  max-width:680px!important;
  max-height:calc(100dvh - 32px)!important;
  min-width:0!important;
  overflow:auto!important;
  border-radius:20px!important;
  background:#fff!important;
  color:#201426!important;
}
#modalRoot .modal:not(:has(.buyer-scroll-modal)),
.modal-backdrop>.modal:not(:has(.buyer-scroll-modal)){
  padding:clamp(22px,2.6vw,30px)!important;
}
#modalRoot .modal:not(:has(.buyer-scroll-modal))>*,
.modal-backdrop>.modal:not(:has(.buyer-scroll-modal))>*{
  max-width:100%!important;
  min-width:0!important;
}
#modalRoot .modal h1,#modalRoot .modal h2,#modalRoot .modal h3,
#modalRoot .modal p,#modalRoot .modal li,#modalRoot .modal label,
#modalRoot .modal small,#modalRoot .modal b,#modalRoot .modal strong,
.modal-backdrop>.modal h1,.modal-backdrop>.modal h2,.modal-backdrop>.modal h3,
.modal-backdrop>.modal p,.modal-backdrop>.modal li,.modal-backdrop>.modal label,
.modal-backdrop>.modal small,.modal-backdrop>.modal b,.modal-backdrop>.modal strong{
  max-width:100%!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}
#modalRoot .modal form,.modal-backdrop>.modal form{
  width:100%!important;
  min-width:0!important;
}
#modalRoot .modal input,#modalRoot .modal select,#modalRoot .modal textarea,
.modal-backdrop>.modal input,.modal-backdrop>.modal select,.modal-backdrop>.modal textarea{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
}
#modalRoot .modal .close,.modal-backdrop>.modal .close{
  right:16px!important;
  top:14px!important;
  width:38px!important;
  height:38px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  background:#f6f2f8!important;
  z-index:5!important;
}

/* Conventional modal body components. */
.buyer-auth-modal,.review-modal,.verified-review-modal,.wizard-modal,
.order-help-modal,.order-success-modal{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  padding-left:2px!important;
  padding-right:2px!important;
}
.buyer-auth-head,.review-modal>h2,.verified-review-modal>h2,
.wizard-modal>h2,.order-help-modal>h2,.order-success-modal>h2{
  padding-right:44px!important;
}
.review-modal form,.verified-review-modal form,.wizard-modal form,.order-help-modal form{
  gap:10px!important;
}
.review-modal textarea,.verified-review-modal textarea,.wizard-modal textarea,.order-help-modal textarea{
  min-height:90px!important;
}

/* Scrollable buyer order/detail popups. */
#modalRoot .modal:has(.buyer-scroll-modal){
  padding:0!important;
  overflow:hidden!important;
}
#modalRoot .buyer-modal-sticky-head{
  padding:20px 26px 15px!important;
  gap:14px!important;
}
#modalRoot .buyer-modal-scroll-body{
  padding:18px 28px 26px!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
}
#modalRoot .buyer-detail-section{
  padding-bottom:14px!important;
  margin-bottom:14px!important;
}
#modalRoot .buyer-event-timeline{
  max-height:min(46dvh,430px)!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
}

/* Seller payment proof popup. */
.seller-proof-backdrop{
  padding:clamp(12px,2vw,22px)!important;
  overflow:auto!important;
}
.seller-proof-modal{
  box-sizing:border-box!important;
  width:min(860px,calc(100vw - 32px))!important;
  max-height:calc(100dvh - 32px)!important;
  padding:24px 28px!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
}
.seller-proof-modal *{
  min-width:0;
  overflow-wrap:anywhere;
}
.seller-proof-head{
  position:sticky!important;
  top:-24px!important;
  z-index:4!important;
  margin:-24px -28px 14px!important;
  padding:20px 28px 14px!important;
  background:rgba(255,255,255,.97)!important;
  border-bottom:1px solid #eee6f1!important;
  backdrop-filter:blur(12px);
}
.seller-proof-meta{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:8px!important;
  margin:12px 0!important;
}
.seller-proof-meta>div{padding:10px 11px!important}
.seller-proof-image-wrap{padding:12px!important}
.seller-proof-actions{
  position:sticky!important;
  bottom:-24px!important;
  margin:14px -28px -24px!important;
  padding:12px 28px 20px!important;
  background:#fff!important;
  border-top:1px solid #eee6f1!important;
}

/* SELLER + ADMIN: reduce empty space and use width more intelligently. */
.workspace-shell{
  grid-template-columns:238px minmax(0,1fr)!important;
}
.workspace-sidebar{
  width:238px!important;
  min-width:238px!important;
}
.workspace-topbar{
  height:64px!important;
  padding:0 20px!important;
}
.workspace-topbar h1{font-size:18px!important}
.workspace-content{
  max-width:1780px!important;
  padding:18px 20px 24px!important;
}
.tabview{width:100%!important;min-width:0!important}
.tabview> :first-child{margin-top:0!important}
.workspace-grid{gap:12px!important}
.workspace-card{
  padding:15px 17px!important;
  border-radius:15px!important;
  box-shadow:0 8px 26px rgba(43,15,65,.035)!important;
}
.workspace-card h2{
  margin-bottom:10px!important;
  font-size:clamp(18px,1.55vw,23px)!important;
}
.workspace-card h3{margin-bottom:8px!important}
.workspace-card p{margin-top:6px;margin-bottom:10px;line-height:1.48}
.workspace-eyebrow{font-size:9px!important;letter-spacing:.09em!important}
.workspace-muted{font-size:11px!important}
.workspace-empty,.workspace-loading,.workspace-error{padding:20px!important}
.workspace-tabs{margin-bottom:12px!important;gap:6px!important}
.workspace-tabs button{
  min-height:36px!important;
  padding:7px 11px!important;
  font-size:11px!important;
}
.workspace-form{gap:9px!important}
.workspace-form label{font-size:11px!important}
.workspace-form input,.workspace-form select,.workspace-form textarea{
  min-height:40px!important;
  padding:9px 10px!important;
  margin-top:4px!important;
}
.workspace-form textarea{min-height:82px!important}
.workspace-row{
  grid-template-columns:52px minmax(0,1fr) auto!important;
  gap:10px!important;
  padding:9px 10px!important;
}
.workspace-row img,.workspace-row-placeholder{
  width:52px!important;height:52px!important;border-radius:9px!important;
}
.workspace-row small{margin-top:2px!important;font-size:10px!important}
.workspace-row b,.workspace-row span,.workspace-row small{
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  overflow-wrap:anywhere!important;
}

/* Put summary metrics next to each other instead of making tall stacks. */
#stats.workspace-grid,
#sellerCommercialSummary.workspace-grid,
#adminCommercialSummary.workspace-grid,
#healthOverview.workspace-grid,
#launchSummary.workspace-grid,
#marketingAutomationSummary.workspace-grid,
#sellerCommercialSummary.growth-summary-grid,
#retentionSegments.growth-summary-grid,
.v80-admin-trust-summary,
.growth-summary-grid{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(135px,1fr))!important;
  gap:9px!important;
}
#stats.workspace-grid>.workspace-stat,
#sellerCommercialSummary.workspace-grid>.workspace-stat,
#adminCommercialSummary.workspace-grid>.workspace-stat,
#healthOverview.workspace-grid>.workspace-stat,
#launchSummary.workspace-grid>.workspace-stat,
#marketingAutomationSummary.workspace-grid>.workspace-stat{
  grid-column:auto!important;
}
.workspace-stat{
  min-height:80px!important;
  padding:13px 14px!important;
}
.workspace-stat small{font-size:9px!important}
.workspace-stat strong{font-size:23px!important;line-height:1.05!important}

/* Compact section headers and hero cards. */
.health-command-head{
  margin-bottom:12px!important;
  align-items:center!important;
}
.health-command-head h2{font-size:27px!important;margin:3px 0!important}
.health-command-head p{font-size:11px!important;line-height:1.45!important}
.health-command-head>div:last-child{flex-wrap:wrap!important;justify-content:flex-end!important}
.launch-hero,.campaign-hero,.retention-hero,.growth-hero,
.commercial-plan-hero,.v78-growth-hero{
  min-height:0!important;
  padding:18px 20px!important;
  margin-bottom:12px!important;
}
.launch-hero h2,.campaign-hero h2,.retention-hero h2,
.growth-hero h2,.commercial-plan-hero h2,.v78-growth-hero h2{
  margin:4px 0 6px!important;
  font-size:clamp(23px,2vw,31px)!important;
}
.launch-hero p,.campaign-hero p,.retention-hero p,
.growth-hero p,.commercial-plan-hero p,.v78-growth-hero p{
  margin:0!important;
  max-width:850px!important;
  font-size:11px!important;
  line-height:1.5!important;
}

/* Preserve useful side-by-side layouts longer. */
.launch-layout{
  grid-template-columns:minmax(0,1.7fr) minmax(260px,.72fr)!important;
  gap:12px!important;
}
.campaign-layout{
  grid-template-columns:minmax(300px,.48fr) minmax(0,1.52fr)!important;
  gap:12px!important;
}
.retention-layout{
  grid-template-columns:minmax(0,1.45fr) minmax(270px,.55fr)!important;
  gap:12px!important;
}
.cube-branding-layout{
  grid-template-columns:minmax(0,1.2fr) minmax(290px,.8fr)!important;
  gap:12px!important;
}
.growth-dashboard-grid{
  grid-template-columns:minmax(0,1.55fr) minmax(275px,.55fr)!important;
  gap:12px!important;
  margin-bottom:12px!important;
}
.commercial-admin-grid{
  grid-template-columns:minmax(0,1.55fr) minmax(280px,.65fr)!important;
  gap:12px!important;
  margin-bottom:12px!important;
}
.launch-grid{
  grid-template-columns:minmax(0,1.5fr) minmax(260px,.6fr)!important;
  gap:12px!important;
  margin:12px 0!important;
}
.pulse-command-grid{
  grid-template-columns:220px minmax(0,1fr)!important;
  gap:12px!important;
  margin-top:12px!important;
}
.campaign-guide-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
}

/* Cards/lists use horizontal space without truncating words. */
.seller-plan-cards{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
}
.seller-plan-card{padding:14px!important}
.seller-plan-card p,.seller-plan-card li{
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
.seller-orders-titlebar{
  padding-bottom:10px!important;
  align-items:center!important;
}
.seller-orders-summary{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(74px,1fr))!important;
  gap:6px!important;
}
.seller-orders-summary>div{
  min-width:0!important;
  padding:8px 10px!important;
}
.order-centre-filters{padding:9px 16px!important}
.seller-order-card{padding:13px 15px!important}
.seller-order-body{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
  padding:10px 12px!important;
}
.seller-order-footer,.seller-order-actions{gap:7px!important}
.seller-order-footer .button,.seller-order-actions .button{
  min-height:37px!important;
  padding:8px 12px!important;
  font-size:11px!important;
}

/* Growth / analytics rows. */
.growth-product-row{
  grid-template-columns:46px minmax(150px,1.15fr) minmax(200px,1fr) minmax(70px,.35fr)!important;
  gap:9px!important;
  padding:9px 0!important;
}
.growth-product-thumb{width:46px!important;height:46px!important}
.growth-product-name,.growth-product-signals,.growth-product-conversion{min-width:0!important}
.growth-product-name b,.growth-product-name small,
.growth-product-signals span,.growth-product-conversion span{
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
.growth-product-conversion{text-align:right}

/* Retention rows. */
.retention-rule{
  grid-template-columns:minmax(220px,1fr) minmax(90px,105px) minmax(90px,105px) auto!important;
  gap:8px!important;
  padding:10px!important;
}
.retention-rule h3,.retention-rule p{
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
.retention-rule select{min-width:0!important}

/* Commercial + Admin rows. */
.commercial-admin-shop{
  grid-template-columns:minmax(170px,1fr) minmax(130px,155px) auto!important;
  gap:8px!important;
  padding:9px!important;
}
.commercial-upgrade-admin-row{
  grid-template-columns:minmax(0,1fr) minmax(280px,auto)!important;
  gap:12px!important;
  padding:13px!important;
}
.commercial-upgrade-admin-actions{
  justify-content:flex-end!important;
  align-content:flex-start!important;
}
.commercial-ledger-row{padding:9px 10px!important}
.v80-admin-seller-row{
  grid-template-columns:minmax(0,1fr) auto auto!important;
  gap:8px!important;
  padding:8px 0!important;
}
.v80-admin-seller-row>div{min-width:0!important}
.v80-admin-seller-row b,.v80-admin-seller-row small{
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
.trust-admin-actions,.commercial-upgrade-admin-actions,
.campaign-form-actions,.launch-maintenance-actions{
  flex-wrap:wrap!important;
}

/* Tables wrap, never truncate. */
.table,.workspace-card table{table-layout:auto!important}
.table th,.table td,.workspace-card table th,.workspace-card table td{
  padding:8px 9px!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
.table th,.workspace-card table th{font-size:9px!important}
.table td,.workspace-card table td{font-size:11px!important}

/* RESPONSIVE */
@media(max-width:1120px){
  .workspace-shell{grid-template-columns:215px minmax(0,1fr)!important}
  .workspace-sidebar{width:215px!important;min-width:215px!important}
  .workspace-content{padding:16px!important}
  .seller-plan-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .launch-layout,.campaign-layout,.retention-layout,.cube-branding-layout,
  .growth-dashboard-grid,.commercial-admin-grid,.launch-grid{
    grid-template-columns:minmax(0,1fr) minmax(240px,.55fr)!important;
  }
  .growth-product-row{
    grid-template-columns:44px minmax(130px,1fr) minmax(170px,.9fr) 70px!important;
  }
}
@media(max-width:900px){
  .launch-layout,.campaign-layout,.retention-layout,.cube-branding-layout,
  .growth-dashboard-grid,.commercial-admin-grid,.launch-grid,.pulse-command-grid{
    grid-template-columns:1fr!important;
  }
  .seller-order-body{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .growth-product-row{grid-template-columns:44px minmax(0,1fr) minmax(150px,.8fr)!important}
  .growth-product-conversion{grid-column:2/-1;text-align:left!important}
  .retention-rule{grid-template-columns:minmax(0,1fr) 100px 100px!important}
  .retention-rule>button{grid-column:2/-1}
  .commercial-upgrade-admin-row{grid-template-columns:1fr!important}
  .commercial-upgrade-admin-actions{justify-content:flex-start!important}
}
@media(max-width:680px){
  #modalRoot .modal-backdrop,.modal-backdrop{padding:8px!important}
  #modalRoot .modal-backdrop>.modal,.modal-backdrop>.modal{
    width:calc(100vw - 16px)!important;
    max-height:calc(100dvh - 16px)!important;
  }
  #modalRoot .modal:not(:has(.buyer-scroll-modal)),
  .modal-backdrop>.modal:not(:has(.buyer-scroll-modal)){
    padding:20px!important;
  }
  #modalRoot .buyer-modal-sticky-head{padding:17px 19px 13px!important}
  #modalRoot .buyer-modal-scroll-body{padding:16px 20px 24px!important}
  .seller-proof-modal{width:calc(100vw - 16px)!important;padding:20px!important}
  .seller-proof-head{margin:-20px -20px 12px!important;padding:16px 20px 12px!important}
  .seller-proof-actions{margin:12px -20px -20px!important;padding:12px 20px 18px!important}
  .seller-proof-meta{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .workspace-content{padding:12px!important}
  .workspace-card{padding:14px!important}
  .seller-plan-cards{grid-template-columns:1fr!important}
  .seller-order-body{grid-template-columns:1fr!important}
  .growth-product-row{grid-template-columns:42px minmax(0,1fr)!important}
  .growth-product-signals,.growth-product-conversion{grid-column:2!important;text-align:left!important}
  .retention-rule{grid-template-columns:1fr!important}
  .retention-rule>button{grid-column:auto!important;width:100%}
}


/* ==========================================================================
   v84.6.0 — SELLER STUDIO + ADMIN MOBILE APP SHELL
   Strict mobile adaptation of the unified TamuBN flow board
   ========================================================================== */
.portal-mobile-nav,.portal-mobile-title{display:none}

@media(max-width:820px){
  .seller-workspace-body,.admin-workspace-body{
    --portal-purple:#6d28d9;
    --portal-purple2:#8b5cf6;
    --portal-ink:#18131d;
    --portal-muted:#7c7480;
    --portal-line:#ebe6ef;
    --portal-soft:#f8f7fa;
    margin:0!important;
    padding-bottom:72px!important;
    background:var(--portal-soft)!important;
  }

  /* Workspace becomes a dedicated mobile application. */
  .seller-workspace-body .workspace-shell,
  .admin-workspace-body .workspace-shell{
    display:block!important;
    min-height:100dvh!important;
    background:var(--portal-soft)!important;
  }
  .seller-workspace-body .workspace-main,
  .admin-workspace-body .workspace-main{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
  .seller-workspace-body .workspace-content,
  .admin-workspace-body .workspace-content{
    width:100%!important;
    max-width:100%!important;
    padding:12px 12px 20px!important;
  }

  /* Compact top bar from the mockup. */
  .seller-workspace-body .workspace-topbar,
  .admin-workspace-body .workspace-topbar{
    position:sticky!important;
    top:0!important;
    z-index:58!important;
    height:60px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    padding:0 12px!important;
    border-bottom:1px solid var(--portal-line)!important;
    background:rgba(255,255,255,.97)!important;
    backdrop-filter:blur(12px);
  }
  .seller-workspace-body .workspace-topbar>div:first-child,
  .admin-workspace-body .workspace-topbar>div:first-child{
    min-width:0!important;
    gap:8px!important;
  }
  .seller-workspace-body .workspace-topbar h1,
  .admin-workspace-body .workspace-topbar h1{
    display:none!important;
  }
  .portal-mobile-title{
    display:block!important;
    color:var(--portal-ink)!important;
    font-size:16px!important;
    font-weight:850!important;
    letter-spacing:-.4px!important;
  }
  .workspace-mobile-toggle{
    display:grid!important;
    place-items:center!important;
    width:36px!important;height:36px!important;
    border:0!important;
    border-radius:10px!important;
    background:#f7f4f9!important;
    font-size:16px!important;
  }
  .workspace-account-actions{gap:5px!important}
  .workspace-notification-button{
    width:36px!important;height:36px!important;
    min-height:36px!important;
    border:0!important;border-radius:50%!important;
    background:#f7f4f9!important;
    font-size:13px!important;
  }
  .workspace-user{
    max-width:44px!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
  }
  .workspace-user>span{display:none!important}
  .workspace-avatar{width:36px!important;height:36px!important;font-size:11px!important}
  .workspace-signout{display:none!important}

  /* Sidebar is the More menu, not the primary mobile navigation. */
  .seller-workspace-body .workspace-sidebar,
  .admin-workspace-body .workspace-sidebar{
    left:auto!important;
    right:0!important;
    top:0!important;
    bottom:0!important;
    width:min(84vw,310px)!important;
    min-width:0!important;
    height:100dvh!important;
    padding:18px 16px 28px!important;
    transform:translateX(103%)!important;
    box-shadow:-20px 0 55px rgba(25,12,35,.18)!important;
    background:#160d20!important;
  }
  .seller-workspace-body .workspace-sidebar.open,
  .admin-workspace-body .workspace-sidebar.open{
    transform:translateX(0)!important;
  }
  .workspace-sidebar .workspace-logo{margin-bottom:8px!important}
  .workspace-sidebar .workspace-role{margin-bottom:12px!important}
  .workspace-nav{gap:3px!important}
  .workspace-nav button{
    min-height:40px!important;
    padding:9px 10px!important;
    border-radius:9px!important;
    font-size:11px!important;
  }
  .workspace-sidebar-footer{margin-top:15px!important}

  /* Bottom five-tab navigation from the generated design. */
  .portal-mobile-nav{
    position:fixed!important;
    left:0!important;right:0!important;bottom:0!important;
    z-index:75!important;
    height:calc(64px + env(safe-area-inset-bottom,0px))!important;
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    padding:5px 4px env(safe-area-inset-bottom,0px)!important;
    border-top:1px solid var(--portal-line)!important;
    background:rgba(255,255,255,.98)!important;
    backdrop-filter:blur(14px);
    box-shadow:0 -8px 25px rgba(30,13,42,.04);
  }
  .portal-mobile-nav button{
    min-width:0!important;
    min-height:54px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:2px!important;
    border:0!important;
    border-radius:10px!important;
    background:transparent!important;
    color:#8a818f!important;
  }
  .portal-mobile-nav button>span{
    font-size:16px!important;
    line-height:1!important;
  }
  .portal-mobile-nav button>b{
    max-width:100%!important;
    overflow:hidden!important;
    color:inherit!important;
    font-size:8px!important;
    font-weight:800!important;
    line-height:1.1!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  .portal-mobile-nav button.active{
    color:var(--portal-purple)!important;
    background:#f7f2ff!important;
  }

  /* Generic cards: slim, white, bordered; no oversized desktop spacing. */
  .seller-workspace-body .workspace-grid,
  .admin-workspace-body .workspace-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
    margin-top:0!important;
  }
  .seller-workspace-body .workspace-card,
  .admin-workspace-body .workspace-card{
    grid-column:1/-1!important;
    min-width:0!important;
    padding:13px!important;
    border:1px solid var(--portal-line)!important;
    border-radius:13px!important;
    background:#fff!important;
    box-shadow:none!important;
  }
  .seller-workspace-body .workspace-stat,
  .admin-workspace-body .workspace-stat{
    grid-column:auto!important;
    min-height:78px!important;
    padding:12px!important;
  }
  .workspace-stat small{font-size:8px!important;color:#877d8c!important}
  .workspace-stat strong{margin-top:5px!important;font-size:19px!important;color:#18131d!important}
  .workspace-card h2{font-size:16px!important;letter-spacing:-.3px!important}
  .workspace-card h3{font-size:13px!important}
  .workspace-card p{font-size:9px!important;line-height:1.45!important}
  .workspace-eyebrow{font-size:7px!important;color:var(--portal-purple)!important}
  .workspace-muted{font-size:8px!important}

  /* Overview: metrics on top, recent activity beneath. */
  #overview .workspace-grid:first-child{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  #overview .workspace-grid[style]{margin-top:9px!important}
  #overview .workspace-wide,#overview .workspace-side{
    grid-column:1/-1!important;
  }
  #overview .workspace-side .button{
    width:100%!important;
    min-height:38px!important;
    margin-top:6px!important;
    border-radius:9px!important;
    font-size:9px!important;
  }

  /* Lists resemble mobile cards in the mockup. */
  .workspace-list,.commercial-ledger,.notification-centre{
    display:grid!important;
    gap:6px!important;
  }
  .workspace-row{
    grid-template-columns:40px minmax(0,1fr) auto!important;
    gap:8px!important;
    padding:9px 0!important;
    border:0!important;
    border-bottom:1px solid #eeeaf1!important;
    background:#fff!important;
  }
  .workspace-row:last-child{border-bottom:0!important}
  .workspace-row-placeholder,
  .workspace-row img{
    width:40px!important;height:40px!important;border-radius:9px!important;
  }
  .workspace-row b{font-size:9px!important;line-height:1.25!important}
  .workspace-row small{font-size:7px!important;line-height:1.35!important}
  .workspace-row button{
    min-height:32px!important;
    padding:0 9px!important;
    border-radius:8px!important;
    font-size:8px!important;
  }

  /* Inventory / Add product screen mirrors board. */
  #inventory .workspace-grid{display:block!important}
  #inventory .workspace-side,#inventory .workspace-wide{
    width:100%!important;
    margin-bottom:9px!important;
  }
  #inventory .inventory-editor-head{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:8px!important;
    margin-bottom:10px!important;
  }
  #inventory .inventory-editor-head h2{margin:2px 0!important}
  #inventory .workspace-form form,
  #inventory .listing-image-studio,
  #inventory .listing-variant-studio{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:8px!important;
  }
  #inventory .workspace-form form>label:nth-of-type(1),
  #inventory .workspace-form form>label:nth-of-type(2),
  #inventory .workspace-form form>label:nth-of-type(3),
  #inventory .workspace-form form>button,
  #inventory .listing-image-studio>h3,
  #inventory .listing-image-studio>p,
  #inventory .listing-image-studio>.image-dropzone,
  #inventory .listing-image-studio>#selectedImagePreviews,
  #inventory .listing-image-studio>#uploadProgress,
  #inventory .listing-image-studio>#uploadImagesButton,
  #inventory .listing-image-studio>#savedProductImages,
  #inventory .listing-variant-studio>h3,
  #inventory .listing-variant-studio>p,
  #inventory .listing-variant-studio>#variantForm,
  #inventory .listing-variant-studio>#variantList{
    grid-column:1/-1!important;
  }
  #inventory label{font-size:8px!important}
  #inventory input,#inventory select,#inventory textarea{
    min-height:39px!important;
    padding:8px 9px!important;
    border-radius:8px!important;
    font-size:9px!important;
  }
  #inventory textarea{min-height:74px!important}
  .image-dropzone{
    min-height:105px!important;
    border-radius:11px!important;
    padding:14px!important;
  }
  .image-dropzone b{font-size:9px!important}
  .image-dropzone small{font-size:7px!important}

  /* Seller orders mobile cards. */
  #orders .seller-orders-centre{padding:11px!important}
  .seller-orders-titlebar{
    display:flex!important;
    align-items:flex-start!important;
    padding-bottom:8px!important;
  }
  .seller-orders-summary{
    width:100%!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:5px!important;
  }
  .seller-orders-summary>div{padding:7px!important;border-radius:8px!important}
  .seller-order-card{
    padding:10px!important;
    border-radius:11px!important;
  }
  .seller-order-head{grid-template-columns:minmax(0,1fr) auto!important}
  .seller-order-products{font-size:9px!important}
  .seller-order-body{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:5px!important;
    padding:9px!important;
    border-radius:9px!important;
  }
  .seller-order-body small{font-size:6px!important}
  .seller-order-body b{font-size:9px!important}
  .seller-order-body span{font-size:7px!important}
  .seller-order-footer,.seller-order-actions{gap:5px!important}
  .seller-order-footer .button,.seller-order-actions .button{
    min-height:34px!important;
    padding:0 9px!important;
    border-radius:8px!important;
    font-size:8px!important;
  }

  /* Commercial plan upgrade screen. */
  #commercial .commercial-plan-hero,
  #commercial .health-command-head{
    padding:12px!important;
    margin-bottom:8px!important;
  }
  #commercial .seller-plan-cards{
    grid-template-columns:1fr!important;
    gap:7px!important;
  }
  #commercial .seller-plan-card{
    padding:12px!important;
    border-radius:11px!important;
  }
  #commercial .seller-plan-card h3{font-size:14px!important}
  #commercial .seller-plan-card>strong{font-size:13px!important}
  #commercial .seller-plan-card p,#commercial .seller-plan-card li{font-size:8px!important}
  #commercial .commercial-upgrade-checkout,
  #commercial .commercial-admin-grid{
    grid-template-columns:1fr!important;
  }
  #commercial .commercial-bank-box{border-radius:10px!important}

  /* Growth / Sales intelligence mockup. */
  #growth .growth-hero{
    padding:13px!important;
    border-radius:12px!important;
  }
  #growth .growth-hero h2{font-size:19px!important}
  #growth .growth-summary-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px!important;
  }
  #growth .growth-dashboard-grid{grid-template-columns:1fr!important}
  .growth-product-row{
    grid-template-columns:38px minmax(0,1fr) auto!important;
    gap:7px!important;
  }
  .growth-product-signals{display:none!important}
  .growth-product-conversion{grid-column:auto!important;text-align:right!important}

  /* Admin approvals/promotions/support/health resemble cards from board. */
  .admin-workspace-body #sellers .workspace-card,
  .admin-workspace-body #promotions .workspace-card,
  .admin-workspace-body #support .workspace-card,
  .admin-workspace-body #health .workspace-card{
    padding:12px!important;
  }
  .admin-workspace-body #sellerApps .workspace-row,
  .admin-workspace-body #promotionRows .workspace-row,
  .admin-workspace-body #supportRows .workspace-row{
    grid-template-columns:42px minmax(0,1fr) auto!important;
  }
  .admin-workspace-body #sellerApps .workspace-row>div:last-child,
  .admin-workspace-body #promotionRows .workspace-row>div:last-child{
    display:flex!important;
    gap:4px!important;
    flex-wrap:wrap!important;
    justify-content:flex-end!important;
  }
  .admin-workspace-body #health .health-command-head{
    margin-bottom:8px!important;
  }
  .admin-workspace-body #health .health-command-head h2{font-size:19px!important}
  .admin-workspace-body #healthOverview{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .pulse-command-grid{grid-template-columns:1fr!important}

  /* Forms and all mobile portal buttons. */
  .seller-workspace-body .workspace-form,
  .admin-workspace-body .workspace-form{gap:7px!important}
  .seller-workspace-body .workspace-form label,
  .admin-workspace-body .workspace-form label{font-size:8px!important}
  .seller-workspace-body .workspace-form input,
  .seller-workspace-body .workspace-form select,
  .seller-workspace-body .workspace-form textarea,
  .admin-workspace-body .workspace-form input,
  .admin-workspace-body .workspace-form select,
  .admin-workspace-body .workspace-form textarea{
    min-height:39px!important;
    padding:8px 9px!important;
    border-radius:8px!important;
    font-size:9px!important;
  }
  .seller-workspace-body .button,
  .admin-workspace-body .button{
    min-height:36px!important;
    padding:0 11px!important;
    border-radius:8px!important;
    font-size:8px!important;
  }
  .seller-workspace-body .button.primary,
  .admin-workspace-body .button.primary{
    background:linear-gradient(90deg,var(--portal-purple),var(--portal-purple2))!important;
  }
}

@media(max-width:390px){
  .seller-workspace-body .workspace-content,
  .admin-workspace-body .workspace-content{padding:10px!important}
  .portal-mobile-nav button>b{font-size:7.5px!important}
  .seller-order-body{grid-template-columns:1fr 1fr!important}
  .seller-order-body>div:last-child{grid-column:1/-1!important}
}

@media(max-width:820px){
  /* Seller uses the More tab to open the full Studio menu. */
  .seller-workspace-body .workspace-mobile-toggle{display:none!important}
}

/* v84.6.0 — Seller/Admin login mobile alignment */
@media(max-width:820px){
  .portal-auth-body{
    min-height:100dvh!important;
    background:#faf9fb!important;
  }
  .portal-auth-shell{
    min-height:100dvh!important;
    display:block!important;
    padding:0!important;
  }
  .portal-auth-brand{
    min-height:0!important;
    padding:28px 20px 18px!important;
    background:#fff!important;
    color:#17131d!important;
  }
  .portal-auth-brand img{width:124px!important}
  .portal-auth-brand h1{
    margin:22px 0 8px!important;
    color:#17131d!important;
    font-size:31px!important;
    line-height:1!important;
    letter-spacing:-1.2px!important;
  }
  .portal-auth-brand p{
    max-width:330px!important;
    color:#77707c!important;
    font-size:10px!important;
    line-height:1.5!important;
  }
  .portal-auth-panel{
    padding:0 14px 30px!important;
    background:#faf9fb!important;
  }
  .portal-auth-card{
    width:100%!important;
    max-width:100%!important;
    padding:18px!important;
    border:1px solid #ebe5ef!important;
    border-radius:15px!important;
    box-shadow:none!important;
    background:#fff!important;
  }
  .portal-auth-card h2{font-size:19px!important}
  .portal-auth-tabs{
    padding:4px!important;
    border-radius:11px!important;
    background:#f6f3f8!important;
  }
  .portal-auth-tabs button{
    min-height:39px!important;
    border-radius:8px!important;
    font-size:9px!important;
  }
  .portal-auth-form{gap:10px!important}
  .portal-auth-form label{font-size:8px!important}
  .portal-auth-form input{
    min-height:43px!important;
    border-radius:9px!important;
    font-size:10px!important;
  }
  .portal-auth-form>button:not(.portal-forgot-link){
    min-height:43px!important;
    border-radius:9px!important;
    background:linear-gradient(90deg,#6d28d9,#8b5cf6)!important;
    font-size:10px!important;
  }
  .portal-forgot-link{font-size:8px!important}
  .portal-auth-links,.portal-auth-footer{font-size:8px!important}
}


/* v84.7.0 — commercial reliability and conversion additions */
.checkout-coupon{display:grid;gap:9px;padding:14px;border:1px solid #e9e2ee;border-radius:14px;background:#faf8fc}
.checkout-coupon>div:first-child{display:grid;gap:3px}.checkout-coupon>div:first-child b{font-size:13px}.checkout-coupon>div:first-child small{color:#756b7b;font-size:11px;line-height:1.45}
.checkout-coupon-controls{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.checkout-coupon-controls input{width:100%;min-width:0;min-height:44px;border:1px solid #ded5e3;border-radius:10px;padding:0 12px;text-transform:uppercase}.checkout-coupon-controls button{min-height:44px;border:0;border-radius:10px;padding:0 16px;background:#25152f;color:#fff;font-weight:700}.checkout-coupon-feedback{min-height:17px;color:#746b79;font-size:11px}.checkout-coupon-feedback.success{color:#137443}.checkout-coupon-feedback.error{color:#a7253d}.checkout-discount-line b{color:#137443}
.seller-plan-economics{margin-top:10px;padding:10px 11px;border-radius:10px;background:#f5effd;color:#563b6d;font-size:11px;line-height:1.45}
.seller-fee-plans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:20px 0 36px}.seller-fee-plans article{padding:24px;border:1px solid #e8e0ec;border-radius:18px;background:#fff}.seller-fee-plans article.recommended{border-color:#8b5cf6;box-shadow:0 14px 38px rgba(109,40,217,.10)}.seller-fee-plans span{color:#7b3fe4;font-size:10px;font-weight:800;letter-spacing:.09em}.seller-fee-plans h2{margin:9px 0 6px;font-size:25px}.seller-fee-plans strong{font-size:15px}.seller-fee-plans p{color:#6f6674;font-size:13px;line-height:1.55}.homepage-seller-growth{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:36px;margin-bottom:54px;padding:30px 32px;border:1px solid #eadff0;border-radius:22px;background:linear-gradient(135deg,#fff7fb,#f2e9ff)}.homepage-seller-growth>div:first-child{max-width:760px}.homepage-seller-growth h2{margin:6px 0;font-size:clamp(26px,3vw,40px);letter-spacing:-1.3px}.homepage-seller-growth p{margin:0;color:#675d6c;line-height:1.55}.homepage-seller-growth>div:last-child{display:flex;gap:9px;flex-wrap:wrap}
@media(max-width:760px){.seller-fee-plans{grid-template-columns:1fr}.homepage-seller-growth{display:block;padding:22px}.homepage-seller-growth>div:last-child{margin-top:16px}.checkout-coupon-controls{grid-template-columns:1fr}.checkout-coupon-controls button{width:100%}}

/* v86.0.13 — clear authentication progress and errors */
.portal-auth-message[role="status"]{margin:12px 0;padding:11px 12px;border-radius:10px;background:#f7f2fc;color:#5b3377;line-height:1.45}
.portal-auth-form button:disabled,.buyer-auth-form button:disabled{cursor:wait;opacity:.68}

/* v86.0.15 — Admin Marketplace Settings radio-card repair */
#settingsForm .human-choice-group{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;min-width:0!important;margin:0!important;padding:0!important;border:0!important}
#settingsForm .human-choice-group>legend{grid-column:1/-1!important;width:auto!important;margin:0 0 2px!important;padding:0!important;font-size:13px!important;font-weight:850!important}
#settingsForm label.human-choice-option{width:auto!important;min-width:0!important;min-height:52px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;margin:0!important;padding:11px 13px!important;border:1px solid var(--hf-line,#ded5e3)!important;border-radius:13px!important;background:#fff!important;color:#211a25!important;font-size:13px!important;font-weight:750!important;line-height:1.3!important;white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important;cursor:pointer!important}
#settingsForm label.human-choice-option:has(input:checked){border-color:var(--hf-purple,#7c3aed)!important;background:var(--hf-purple-soft,#f4efff)!important;box-shadow:inset 0 0 0 1px var(--hf-purple,#7c3aed)!important}
#settingsForm label.human-choice-option input[type="radio"]{appearance:auto!important;width:19px!important;min-width:19px!important;max-width:19px!important;height:19px!important;min-height:19px!important;max-height:19px!important;flex:0 0 19px!important;margin:0!important;padding:0!important;border-radius:50%!important;accent-color:var(--hf-purple,#7c3aed)!important}
@media(max-width:760px){#settingsForm .human-choice-group{grid-template-columns:1fr!important}#settingsForm label.human-choice-option{min-height:48px!important;padding:10px 12px!important;font-size:12px!important}}
