/* MultiStore Seller — front office
   Designed to inherit the active PrestaShop theme typography and header/footer. */
:root{--mss-primary:#2dbc74;--mss-accent:#2563eb;--mss-ink:#0f172a;--mss-muted:#64748b;--mss-line:#e6edf4;--mss-bg:#f7fafc}
.mss-shell,.mss-product-block{font-family:inherit;color:var(--mss-ink)}
.mss-shell{max-width:1240px;margin:0 auto 48px}
.mss-page-title{font-weight:800}
.mss-shell *,.mss-product-block *{box-sizing:border-box}
.mss-kicker,.mss-offers-kicker{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.13em;font-size:11px;font-weight:900;color:var(--mss-primary)}
.mss-kicker:before,.mss-offers-kicker:before{content:"";width:22px;height:2px;border-radius:5px;background:currentColor}
.mss-hero{position:relative;overflow:hidden;padding:42px 46px;margin:0 0 20px;border:1px solid var(--mss-line);border-radius:30px;background:linear-gradient(135deg,#fff 0%,#fbfffd 46%,#f2fbf7 100%);box-shadow:0 22px 60px rgba(15,23,42,.06)}
.mss-hero:after{content:"";position:absolute;width:320px;height:320px;right:-120px;top:-140px;border-radius:50%;background:radial-gradient(circle,rgba(45,188,116,.16),rgba(45,188,116,0) 70%);pointer-events:none}
.mss-hero--compact{padding:30px 36px}
.mss-hero-grid{display:flex;justify-content:space-between;align-items:center;gap:30px;position:relative;z-index:1}
.mss-hero h1,.mss-dashboard-head h1{margin:9px 0 6px;font-size:clamp(28px,4vw,46px);line-height:1.05;font-weight:900;letter-spacing:-.03em;color:var(--mss-ink)}
.mss-hero-lead{margin:0;color:var(--mss-muted);font-size:16px}
.mss-hero-badge{display:flex;align-items:center;gap:14px;padding:14px 18px;border-radius:18px;background:#fff;border:1px solid var(--mss-line);box-shadow:0 12px 26px rgba(15,23,42,.06);font-weight:900}
.mss-hero-badge span{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#eefaf4;color:var(--mss-primary)}
.mss-hero-badge strong{color:#94a3b8}
.mss-policy{display:grid;grid-template-columns:56px 1fr;gap:18px;padding:25px 28px;margin:0 0 18px;border:1px solid #dcebe4;border-radius:24px;background:#fbfffd}
.mss-policy-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:15px;background:var(--mss-primary);color:#fff;font-size:21px;font-weight:900;box-shadow:0 10px 24px rgba(45,188,116,.2)}
.mss-policy-content h1,.mss-policy-content h2,.mss-policy-content h3{margin:0 0 10px;color:var(--mss-ink);font-weight:850}
.mss-policy-content p{margin:0 0 10px;color:#475569;line-height:1.65}
.mss-policy-content ul{margin:10px 0 0;padding-left:19px;color:#334155;line-height:1.7}
.mss-login-strip{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px 22px;margin-bottom:18px;border:1px solid var(--mss-line);border-radius:20px;background:#fff}
.mss-login-strip div{display:flex;flex-direction:column;gap:3px}.mss-login-strip span{font-size:13px;color:var(--mss-muted)}
.mss-alert{padding:17px 20px;margin:0 0 18px;border-radius:18px;border:1px solid;font-size:14px}
.mss-alert ul{margin:8px 0 0 18px}.mss-alert--error{background:#fff7f7;border-color:#fecaca;color:#991b1b}.mss-alert--success{background:#f2fff8;border-color:#bbf7d0;color:#166534}
.mss-wizard{border:1px solid var(--mss-line);border-radius:30px;background:#fff;box-shadow:0 22px 70px rgba(15,23,42,.07);overflow:hidden}
.mss-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-bottom:1px solid var(--mss-line);background:#fbfcfd}
.mss-step{appearance:none;border:0;border-right:1px solid var(--mss-line);background:transparent;padding:20px;display:flex;align-items:center;gap:12px;text-align:left;color:#64748b;cursor:pointer}
.mss-step:last-child{border-right:0}.mss-step>span{width:38px;height:38px;display:grid;place-items:center;border:1px solid #dbe4ec;border-radius:12px;background:#fff;font-weight:800;color:#64748b;transition:.2s}
.mss-step div{display:flex;min-width:0;flex-direction:column}.mss-step small{font-size:10px;letter-spacing:.1em;color:#94a3b8}.mss-step strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mss-step.is-active{color:var(--mss-ink);background:#fff}.mss-step.is-active>span{background:var(--mss-primary);border-color:var(--mss-primary);color:#fff;box-shadow:0 8px 18px rgba(45,188,116,.2)}
.mss-step.is-complete>span{background:#eafaf2;border-color:#b8ebcf;color:var(--mss-primary)}
.mss-wizard-panel{display:none;padding:34px 38px 38px}.mss-wizard-panel.is-active{display:block;animation:mssFade .22s ease}
@keyframes mssFade{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
.mss-panel-heading{display:flex;align-items:center;gap:16px;margin-bottom:27px}.mss-panel-number,.mss-card-number{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:14px;background:#effaf5;color:var(--mss-primary);font-size:13px;font-weight:900}
.mss-panel-heading h2{margin:0;font-size:23px;font-weight:900;letter-spacing:-.02em}.mss-panel-heading p{margin:4px 0 0;color:var(--mss-muted);font-size:13px}
.mss-account-types{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:25px}
.mss-choice-card{position:relative;display:flex;align-items:center;gap:15px;padding:18px 20px;border:1px solid var(--mss-line);border-radius:20px;background:#fff;cursor:pointer;transition:.2s}
.mss-choice-card:hover{border-color:#bcd8cb;transform:translateY(-1px);box-shadow:0 12px 24px rgba(15,23,42,.05)}
.mss-choice-card input{position:absolute;opacity:0}.mss-choice-card:has(input:checked){border-color:var(--mss-primary);box-shadow:0 0 0 3px rgba(45,188,116,.1)}
.mss-choice-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:15px;background:#f2f6f9;color:#334155;font-size:17px}.mss-choice-card:has(input:checked) .mss-choice-icon{background:#eafaf2;color:var(--mss-primary)}
.mss-choice-card>span:last-child{display:flex;flex-direction:column}.mss-choice-card strong{font-size:15px}.mss-choice-card small{margin-top:3px;color:var(--mss-muted);font-size:12px}
.mss-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 18px}.mss-span-2{grid-column:1/-1}
.mss-field{display:flex;flex-direction:column;gap:7px;min-width:0}.mss-field>span{font-size:12px;font-weight:800;color:#334155}.mss-field>span b{color:#ef4444}
.mss-field input,.mss-field select,.mss-field textarea{width:100%;min-height:48px;border:1px solid #d9e3eb;border-radius:14px;background:#fff;color:var(--mss-ink);padding:11px 14px;font:inherit;font-size:14px;outline:0;transition:border-color .18s,box-shadow .18s}
.mss-field textarea{min-height:105px;resize:vertical}.mss-field input:focus,.mss-field select:focus,.mss-field textarea:focus{border-color:var(--mss-primary);box-shadow:0 0 0 3px rgba(45,188,116,.11)}
.mss-field input[readonly]{background:#f8fafc;color:#64748b}.mss-field small{font-size:11px;color:#94a3b8}
.mss-check{display:flex;align-items:flex-start;gap:11px;cursor:pointer;color:#334155;font-size:13px;line-height:1.45}.mss-check input{position:absolute;opacity:0}
.mss-checkbox-ui{flex:0 0 21px;width:21px;height:21px;border:1px solid #cbd5e1;border-radius:7px;background:#fff;position:relative}.mss-check input:checked+.mss-checkbox-ui{background:var(--mss-primary);border-color:var(--mss-primary)}.mss-check input:checked+.mss-checkbox-ui:after{content:"✓";position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:13px;font-weight:900}
.mss-check--terms{padding:16px;border:1px solid var(--mss-line);border-radius:16px;background:#fafcfd}.mss-check a{color:var(--mss-accent);text-decoration:underline}
.mss-company-only{display:none!important}.mss-wizard.is-company .mss-company-only{display:flex!important}.mss-wizard.is-company label.mss-field.mss-company-only{display:flex!important}.mss-wizard.is-company label.mss-upload-card.mss-company-only{display:flex!important}
.mss-upload-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.mss-upload-card{position:relative;min-height:170px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:24px 18px;border:1.5px dashed #cbd9e3;border-radius:20px;background:#fbfdfe;cursor:pointer;transition:.2s}
.mss-upload-card:hover{border-color:var(--mss-primary);background:#fbfffd;transform:translateY(-1px)}.mss-upload-card input{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}
.mss-upload-icon{width:44px;height:44px;display:grid;place-items:center;margin-bottom:10px;border-radius:14px;background:#eefaf4;color:var(--mss-primary);font-size:22px;font-weight:900}.mss-upload-card strong{font-size:13px}.mss-upload-card small{margin-top:4px;color:#94a3b8;font-size:11px}.mss-upload-card em{max-width:100%;margin-top:8px;color:var(--mss-accent);font-size:11px;font-style:normal;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.mss-wizard-actions{display:flex;align-items:center;gap:12px;padding:18px 22px;border-top:1px solid var(--mss-line);background:#fbfcfd}.mss-progress-copy{display:flex;align-items:baseline;gap:3px;margin-left:auto}.mss-progress-copy strong{font-size:21px}.mss-progress-copy span{color:#94a3b8}
.mss-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:14px;border:1px solid transparent;text-decoration:none!important;font:inherit;font-size:13px;font-weight:850;cursor:pointer;transition:.18s}
.mss-btn--primary{background:var(--mss-primary);border-color:var(--mss-primary);color:#fff!important;box-shadow:0 10px 22px rgba(45,188,116,.18)}.mss-btn--primary:hover{filter:brightness(.94);transform:translateY(-1px);color:#fff!important}
.mss-btn--ghost{background:#fff;border-color:#dbe5ec;color:var(--mss-ink)!important}.mss-btn--ghost:hover{border-color:#aebfcb;background:#f8fafc}.mss-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}
.mss-status-card{display:flex;gap:18px;align-items:flex-start;padding:30px;border:1px solid var(--mss-line);border-radius:26px;background:#fff;box-shadow:0 16px 40px rgba(15,23,42,.05)}
.mss-status-icon{display:grid;place-items:center;flex:0 0 54px;width:54px;height:54px;border-radius:17px;font-size:23px;font-weight:900;background:#f1f5f9}.mss-status-card--approved .mss-status-icon{background:#eafaf2;color:#159455}.mss-status-card--pending .mss-status-icon{background:#fff7dd;color:#a66b00}.mss-status-card--rejected .mss-status-icon,.mss-status-card--suspended .mss-status-icon{background:#fff0f0;color:#c24141}
.mss-status-copy h2{margin:2px 0 7px;font-weight:900}.mss-status-copy p{margin:0 0 15px;color:var(--mss-muted)}

/* Dashboard */
.mss-dashboard-head{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:30px 34px;margin-bottom:18px;border:1px solid var(--mss-line);border-radius:28px;background:linear-gradient(135deg,#fff,#f5fcf8)}.mss-dashboard-head p{margin:0;color:var(--mss-muted)}
.mss-approved-pill{padding:10px 14px;border-radius:999px;background:#eafaf2;color:#14854d;font-size:12px;font-weight:850}
.mss-dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:18px;margin-bottom:18px}
.mss-dashboard-card,.mss-table-card{padding:26px;border:1px solid var(--mss-line);border-radius:26px;background:#fff;box-shadow:0 14px 40px rgba(15,23,42,.045)}
.mss-card-head{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:22px}.mss-card-head>div{display:flex;align-items:center;gap:12px}.mss-card-head h2{margin:0;font-size:20px;font-weight:900}.mss-mode-chip{padding:7px 10px;border-radius:999px;background:#eff6ff;color:var(--mss-accent);font-size:10px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}
.mss-dashboard-side{display:flex;flex-direction:column;gap:12px}.mss-mini-stat{padding:21px;border:1px solid var(--mss-line);border-radius:22px;background:#fff}.mss-mini-stat span{display:block;color:var(--mss-muted);font-size:11px;font-weight:700}.mss-mini-stat strong{display:block;margin-top:5px;font-size:25px;line-height:1.15;font-weight:900;word-break:break-word}
.mss-help-box{padding:14px 16px;margin-bottom:18px;border-radius:15px;background:#f0f7ff;color:#33567e;font-size:12px;line-height:1.5}
.mss-product-search{position:relative;margin-bottom:18px}.mss-search-results{position:absolute;left:0;right:0;top:78px;z-index:15;display:none;padding:7px;border:1px solid #dbe5ec;border-radius:16px;background:#fff;box-shadow:0 20px 46px rgba(15,23,42,.15)}
.mss-search-results.is-open{display:block}.mss-search-result{display:flex;justify-content:space-between;gap:12px;width:100%;padding:11px 12px;border:0;border-radius:11px;background:#fff;text-align:left;cursor:pointer}.mss-search-result:hover{background:#f4fbf7}.mss-search-result strong{font-size:12px}.mss-search-result small{color:#94a3b8}
.mss-selected-product{margin-top:9px;padding:12px 14px;border:1px solid #cde9da;border-radius:14px;background:#f4fdf8;font-size:12px;font-weight:800;color:#166534}
.mss-table-card{margin-bottom:18px}.mss-responsive-table{overflow:auto}.mss-responsive-table table{width:100%;border-collapse:collapse;min-width:780px}.mss-responsive-table th{padding:11px 12px;border-bottom:1px solid var(--mss-line);color:#64748b;font-size:10px;text-transform:uppercase;letter-spacing:.07em;text-align:left}.mss-responsive-table td{padding:13px 12px;border-bottom:1px solid #edf2f6;font-size:12px;vertical-align:middle}.mss-responsive-table td small,.mss-responsive-table td a{display:block;margin-top:3px}.mss-responsive-table td a{color:var(--mss-accent)}
.mss-status-pill{display:inline-flex;padding:6px 9px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:10px;font-weight:850;text-transform:uppercase}.mss-status-pill--approved{background:#eafaf2;color:#15814c}.mss-status-pill--pending{background:#fff5d8;color:#8a5b00}.mss-status-pill--rejected,.mss-status-pill--disabled{background:#fff0f0;color:#b73333}
.mss-empty{padding:30px;text-align:center;color:#94a3b8;font-size:13px}

/* Product grouped offers */
.mss-product-block{width:100%;margin:0 0 24px}
.mss-offers-card{position:relative;overflow:hidden;border:1px solid #e6edf4;border-radius:28px;background:linear-gradient(180deg,#fff 0%,#fbfdfc 100%);box-shadow:0 18px 42px rgba(15,23,42,.055)}
.mss-offers-card:before{content:"";position:absolute;width:230px;height:230px;left:-90px;top:-110px;background:radial-gradient(circle,rgba(45,188,116,.1),rgba(45,188,116,0) 72%);pointer-events:none}
.mss-offers-head{position:relative;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 24px;border-bottom:1px solid #edf2f6}.mss-offers-head h3{margin:6px 0 0;color:var(--mss-ink);font-size:19px;font-weight:900;letter-spacing:-.015em}.mss-verified-chip{padding:8px 11px;border-radius:999px;background:#eafaf2;color:#15814c;font-size:10px;font-weight:850;white-space:nowrap}
.mss-offer-list{position:relative;padding:8px 14px 14px}.mss-offer-row{display:grid;grid-template-columns:minmax(220px,1.5fr) minmax(100px,.65fr) minmax(110px,.7fr) minmax(150px,.75fr);align-items:center;gap:16px;padding:15px 10px;border-bottom:1px solid #edf2f6}.mss-offer-row:last-child{border-bottom:0}.mss-offer-row.is-best{margin-top:2px;border:1px solid #d7eee2;border-radius:18px;background:#fbfffd;padding:15px}
.mss-offer-seller{display:flex;align-items:center;gap:12px;min-width:0}.mss-seller-avatar{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:14px;background:#effaf5;color:var(--mss-primary);font-size:13px;font-weight:900}.mss-offer-seller div{min-width:0;display:flex;flex-direction:column}.mss-offer-seller small,.mss-offer-stock small,.mss-offer-price small{color:#94a3b8;font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.mss-offer-seller strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px}.mss-offer-seller div span{font-size:9px;color:#159455;font-weight:750}
.mss-offer-stock,.mss-offer-price{display:flex;flex-direction:column;gap:3px}.mss-offer-stock strong{font-size:11px;color:#3c4a59}.mss-offer-price strong{font-size:16px;font-weight:900;color:var(--mss-ink)}
.mss-offer-buy{width:100%;min-height:43px;border:0;border-radius:13px;background:var(--mss-primary);color:#fff;font:inherit;font-size:11px;font-weight:900;cursor:pointer;transition:.18s}.mss-offer-buy:hover{filter:brightness(.94);transform:translateY(-1px)}.mss-offer-buy:disabled{opacity:.4;cursor:not-allowed}.mss-offer-buy span{margin-left:6px}
.mss-seller-badge-card{display:flex;align-items:center;gap:12px;padding:16px 18px;border:1px solid #dcebe4;border-radius:18px;background:#fbfffd}.mss-seller-badge-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;background:#eafaf2;color:#15814c;font-weight:900}.mss-seller-badge-card>div:last-child{display:flex;flex-direction:column}.mss-seller-badge-card small{font-size:9px;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em}.mss-seller-badge-card strong{font-size:13px}.mss-seller-badge-card span{font-size:10px;color:#159455}

/* HTML marker */
.mss-marker-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:1px solid var(--mss-primary);border-radius:14px;font:inherit;font-size:13px;font-weight:850;text-decoration:none!important;transition:.18s}
.mss-marker-button--solid{background:var(--mss-primary);color:#fff!important;box-shadow:0 9px 20px rgba(45,188,116,.18)}.mss-marker-button--solid:hover{filter:brightness(.94);color:#fff!important}
.mss-marker-button--outline{background:#fff;color:var(--mss-primary)!important}.mss-marker-button--outline:hover{background:#f4fcf8}

@media(max-width:990px){
  .mss-shell{margin-left:0;margin-right:0}.mss-dashboard-grid{grid-template-columns:1fr}.mss-dashboard-side{display:grid;grid-template-columns:repeat(3,1fr)}
  .mss-offer-row{grid-template-columns:minmax(200px,1.4fr) 1fr 1fr}.mss-offer-action{grid-column:1/-1}.mss-offer-buy{max-width:240px;margin-left:auto}
}
@media(max-width:767px){
  .mss-hero{padding:27px 22px;border-radius:22px}.mss-hero-grid{align-items:flex-start;flex-direction:column}.mss-hero-badge{display:none}
  .mss-policy{grid-template-columns:1fr;padding:20px;border-radius:20px}.mss-login-strip{align-items:flex-start;flex-direction:column}
  .mss-wizard{border-radius:22px}.mss-steps{grid-template-columns:repeat(4,1fr)}.mss-step{padding:11px 6px;justify-content:center}.mss-step>span{width:34px;height:34px}.mss-step div{display:none}
  .mss-wizard-panel{padding:24px 18px 28px}.mss-form-grid,.mss-account-types,.mss-upload-grid{grid-template-columns:1fr}.mss-span-2{grid-column:auto}
  .mss-panel-heading{align-items:flex-start}.mss-panel-heading h2{font-size:20px}.mss-wizard-actions{padding:14px}.mss-progress-copy{display:none}.mss-wizard-actions .mss-btn{padding:0 13px;font-size:11px}.mss-wizard-actions [data-mss-next],.mss-wizard-actions [data-mss-submit]{margin-left:auto}
  .mss-dashboard-head{padding:23px 20px;align-items:flex-start;flex-direction:column}.mss-dashboard-card,.mss-table-card{padding:18px;border-radius:20px}.mss-dashboard-side{grid-template-columns:1fr}
  .mss-offers-head{align-items:flex-start;flex-direction:column;padding:18px}.mss-offer-list{padding:7px 10px 11px}.mss-offer-row,.mss-offer-row.is-best{grid-template-columns:1fr 1fr;padding:13px 10px;gap:12px}.mss-offer-seller{grid-column:1/-1}.mss-offer-action{grid-column:1/-1}.mss-offer-buy{max-width:none}.mss-offers-head h3{font-size:16px}
}
@media(max-width:430px){
  .mss-offer-row,.mss-offer-row.is-best{grid-template-columns:1fr}.mss-offer-seller,.mss-offer-action{grid-column:auto}
}

/* v1.1 seller-account entry */
.mss-entry-choice{margin:28px 0;padding:30px;border:1px solid #e5eaf0;border-radius:26px;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);box-shadow:0 18px 44px rgba(15,23,42,.07)}
.mss-entry-choice__head{text-align:center;max-width:760px;margin:0 auto 24px}.mss-entry-choice__head h2{margin:6px 0 8px;font-size:30px;line-height:1.15;color:#0f172a;font-weight:900}.mss-entry-choice__head p{margin:0;color:#64748b;font-size:16px;font-weight:600}
.mss-entry-choice__grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.mss-entry-card{width:100%;display:flex;align-items:center;gap:18px;padding:24px;border:1px solid #dfe6ee;border-radius:22px;background:#fff;text-align:left;text-decoration:none!important;color:#0f172a!important;cursor:pointer;box-shadow:0 8px 24px rgba(15,23,42,.04);transition:.18s ease}.mss-entry-card:hover{transform:translateY(-2px);border-color:var(--mss-primary);box-shadow:0 16px 34px rgba(15,23,42,.09)}.mss-entry-card.is-selected{border-color:var(--mss-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--mss-primary) 13%,transparent),0 14px 30px rgba(15,23,42,.07)}
.mss-entry-card__icon{width:54px;height:54px;min-width:54px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;font-size:27px;font-weight:900}.mss-entry-card--login .mss-entry-card__icon{background:#0f172a;color:#fff}.mss-entry-card--create .mss-entry-card__icon{background:var(--mss-primary);color:#fff}.mss-entry-card span:last-child{display:flex;min-width:0;flex-direction:column}.mss-entry-card small{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;font-weight:800}.mss-entry-card strong{font-size:20px;line-height:1.2;margin:4px 0 6px}.mss-entry-card em{font-style:normal;color:#64748b;font-size:13px;line-height:1.45}
.mss-login-page{max-width:900px!important}.mss-login-card{padding:38px;border:1px solid #e5eaf0;border-radius:28px;background:#fff;box-shadow:0 22px 60px rgba(15,23,42,.09)}.mss-login-card__intro{text-align:center;max-width:650px;margin:0 auto 28px}.mss-login-card__intro h1{font-size:36px;line-height:1.1;margin:8px 0 12px;color:#0f172a;font-weight:900}.mss-login-card__intro p{font-size:15px;color:#64748b;line-height:1.6}.mss-login-separate-note{display:inline-flex;align-items:center;gap:10px;margin-top:12px;padding:10px 15px;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;font-size:12px;color:#475569}.mss-login-form{max-width:520px;margin:0 auto;display:grid;gap:16px}.mss-login-submit{width:100%;min-height:54px;font-size:16px}.mss-login-create{max-width:520px;margin:24px auto 0;padding-top:22px;border-top:1px solid #edf1f5;display:flex;align-items:center;justify-content:space-between;gap:14px}.mss-login-strip--seller{border-color:#dbeafe;background:#f8fbff}
@media(max-width:767px){.mss-entry-choice{padding:20px 14px;border-radius:20px}.mss-entry-choice__head h2{font-size:24px}.mss-entry-choice__grid{grid-template-columns:1fr}.mss-entry-card{padding:18px}.mss-login-card{padding:24px 16px;border-radius:22px}.mss-login-card__intro h1{font-size:29px}.mss-login-create{align-items:stretch;flex-direction:column}.mss-login-create .mss-btn{width:100%}}
.mss-dashboard-head-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}@media(max-width:767px){.mss-dashboard-head-actions{justify-content:flex-start}}


/* ============================================================
   MultiStore Seller 1.1.1 — seller gateway + centered login
   Cache-busted stylesheet to avoid stale PrestaShop/CCC assets.
   ============================================================ */
.mss-entry-gateway{
  width:100%!important;max-width:1120px!important;margin:34px auto 28px!important;padding:38px!important;
  border:1px solid #e1e9e5!important;border-radius:30px!important;background:#fff!important;
  box-shadow:0 24px 70px rgba(15,23,42,.075)!important;text-align:center!important;
}
.mss-entry-gateway__head{max-width:760px!important;margin:0 auto 30px!important;text-align:center!important}
.mss-entry-gateway__head h2{margin:8px 0 10px!important;color:#0f172a!important;font-size:34px!important;line-height:1.12!important;font-weight:900!important;letter-spacing:-.025em!important}
.mss-entry-gateway__head p{margin:0!important;color:#64748b!important;font-size:16px!important;line-height:1.6!important}
.mss-entry-gateway__grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px!important;width:100%!important}
.mss-gateway-card{
  position:relative!important;overflow:hidden!important;display:flex!important;align-items:flex-start!important;gap:20px!important;
  min-height:230px!important;padding:30px!important;border:1px solid #e2e8f0!important;border-radius:26px!important;
  background:#fff!important;color:#0f172a!important;text-align:left!important;text-decoration:none!important;
  box-shadow:0 12px 32px rgba(15,23,42,.055)!important;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease!important;
}
.mss-gateway-card:after{content:"";position:absolute;width:180px;height:180px;right:-70px;bottom:-90px;border-radius:50%;pointer-events:none}
.mss-gateway-card--login:after{background:radial-gradient(circle,rgba(15,23,42,.06),rgba(15,23,42,0) 70%)}
.mss-gateway-card--register:after{background:radial-gradient(circle,rgba(45,188,116,.15),rgba(45,188,116,0) 70%)}
.mss-gateway-card:hover{transform:translateY(-4px)!important;border-color:#b9d9c8!important;box-shadow:0 22px 46px rgba(15,23,42,.10)!important;color:#0f172a!important;text-decoration:none!important}
.mss-gateway-card__icon{position:relative;z-index:1;display:grid!important;place-items:center!important;flex:0 0 64px!important;width:64px!important;height:64px!important;border-radius:19px!important;font-size:28px!important;font-weight:900!important}
.mss-gateway-card--login .mss-gateway-card__icon{background:#0f172a!important;color:#fff!important}
.mss-gateway-card--register .mss-gateway-card__icon{background:var(--mss-primary)!important;color:#fff!important;box-shadow:0 12px 28px rgba(45,188,116,.20)!important}
.mss-gateway-card__copy{position:relative;z-index:1;display:flex!important;flex:1!important;min-width:0!important;flex-direction:column!important;align-items:flex-start!important}
.mss-gateway-card__copy small{display:block!important;margin:2px 0 7px!important;color:#94a3b8!important;font-size:10px!important;line-height:1.2!important;font-weight:900!important;letter-spacing:.12em!important}
.mss-gateway-card__copy strong{display:block!important;margin:0 0 10px!important;color:#0f172a!important;font-size:23px!important;line-height:1.22!important;font-weight:900!important;letter-spacing:-.018em!important}
.mss-gateway-card__copy em{display:block!important;margin:0 0 24px!important;color:#64748b!important;font-size:13px!important;line-height:1.55!important;font-style:normal!important}
.mss-gateway-card__copy b{display:inline-flex!important;align-items:center!important;gap:8px!important;margin-top:auto!important;color:#0f172a!important;font-size:13px!important;font-weight:900!important}
.mss-gateway-card--register .mss-gateway-card__copy b{color:var(--mss-primary)!important}
.mss-entry-gateway__note{display:inline-flex!important;align-items:center!important;gap:8px!important;margin:26px auto 0!important;padding:11px 16px!important;border:1px solid #dcebe4!important;border-radius:999px!important;background:#fbfffd!important;color:#52616f!important;font-size:12px!important;font-weight:700!important}
.mss-entry-gateway__note>span{display:grid!important;place-items:center!important;width:20px!important;height:20px!important;border-radius:50%!important;background:#eafaf2!important;color:#16864e!important;font-size:11px!important;font-weight:900!important}

/* Registration wizard appears only after explicit register=1 choice. */
#mss-seller-register-form{max-width:1120px!important;margin:24px auto 0!important}
.mss-shell>.mss-alert{max-width:1120px!important;margin-left:auto!important;margin-right:auto!important}

/* Login: compact centered composition instead of full-width left aligned form. */
.mss-login-page--centered{width:100%!important;max-width:980px!important;margin:42px auto 72px!important;padding:0 20px!important}
.mss-login-page--centered .mss-login-card{width:100%!important;max-width:760px!important;margin:0 auto!important;padding:44px 48px!important;border:1px solid #e2ebe6!important;border-radius:30px!important;background:linear-gradient(180deg,#fff 0%,#fbfefc 100%)!important;box-shadow:0 28px 80px rgba(15,23,42,.09)!important}
.mss-login-page--centered .mss-login-card__intro{max-width:600px!important;margin:0 auto 30px!important;text-align:center!important}
.mss-login-page--centered .mss-login-card__intro h1{margin:8px 0 12px!important;color:#0f172a!important;font-size:38px!important;line-height:1.08!important;font-weight:900!important;letter-spacing:-.028em!important}
.mss-login-page--centered .mss-login-card__intro p{max-width:560px!important;margin:0 auto!important;color:#64748b!important;font-size:14px!important;line-height:1.65!important}
.mss-login-page--centered .mss-login-separate-note{display:inline-grid!important;grid-template-columns:22px auto!important;column-gap:8px!important;row-gap:1px!important;align-items:center!important;margin:18px auto 0!important;padding:10px 15px!important;border:1px solid #d9ebe1!important;border-radius:16px!important;background:#f7fdf9!important;color:#334155!important;text-align:left!important}
.mss-login-page--centered .mss-login-separate-note>span{grid-row:1/3;display:grid!important;place-items:center!important;width:22px!important;height:22px!important;border-radius:50%!important;background:var(--mss-primary)!important;color:#fff!important;font-size:11px!important;font-weight:900!important}
.mss-login-page--centered .mss-login-separate-note strong{font-size:11px!important;font-weight:900!important}.mss-login-page--centered .mss-login-separate-note small{font-size:10px!important;color:#7b8794!important}
.mss-login-page--centered .mss-login-form{width:100%!important;max-width:560px!important;margin:0 auto!important;display:grid!important;gap:18px!important}
.mss-login-page--centered .mss-field>span{font-size:12px!important}.mss-login-page--centered .mss-field input{min-height:56px!important;border-radius:16px!important;padding:13px 16px!important;font-size:15px!important}
.mss-login-page--centered .mss-login-submit{width:100%!important;min-height:56px!important;border-radius:16px!important;font-size:15px!important}
.mss-login-page--centered .mss-login-create{width:100%!important;max-width:560px!important;margin:28px auto 0!important;padding:24px 0 0!important;border-top:1px solid #e8efeb!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important}
.mss-login-page--centered .mss-login-create>div{display:flex!important;flex-direction:column!important;gap:3px!important;text-align:left!important}.mss-login-page--centered .mss-login-create small{font-size:9px!important;letter-spacing:.1em!important;color:#94a3b8!important;font-weight:900!important}.mss-login-page--centered .mss-login-create strong{font-size:14px!important;color:#0f172a!important;font-weight:900!important}.mss-login-create__button{min-height:48px!important;white-space:nowrap!important}

@media(max-width:767px){
  .mss-entry-gateway{padding:24px 16px!important;margin:24px auto!important;border-radius:24px!important}
  .mss-entry-gateway__head h2{font-size:27px!important}.mss-entry-gateway__head p{font-size:14px!important}
  .mss-entry-gateway__grid{grid-template-columns:1fr!important;gap:14px!important}.mss-gateway-card{min-height:0!important;padding:22px!important;border-radius:20px!important}
  .mss-gateway-card__icon{flex-basis:52px!important;width:52px!important;height:52px!important;border-radius:16px!important;font-size:23px!important}.mss-gateway-card__copy strong{font-size:19px!important}.mss-entry-gateway__note{border-radius:16px!important;text-align:left!important}
  .mss-login-page--centered{margin-top:24px!important;padding:0 10px!important}.mss-login-page--centered .mss-login-card{padding:30px 18px!important;border-radius:24px!important}.mss-login-page--centered .mss-login-card__intro h1{font-size:30px!important}.mss-login-page--centered .mss-login-create{align-items:stretch!important;flex-direction:column!important}.mss-login-page--centered .mss-login-create__button{width:100%!important}
}

/* ===== MultiStore Seller 1.1.2 entry / registration cleanup ===== */
.mss-shell{max-width:1320px!important;margin-left:auto!important;margin-right:auto!important}
.mss-entry-gateway{max-width:1120px!important;margin:28px auto 0!important;text-align:center!important}
.mss-entry-gateway__head{max-width:760px!important;margin:0 auto 24px!important;text-align:center!important}
.mss-entry-gateway__grid{max-width:1040px!important;margin:0 auto!important}
.mss-entry-gateway__note,.mss-login-separate-note{display:none!important}
.mss-wizard{max-width:1180px!important;margin:28px auto 0!important}
.mss-wizard .mss-steps{margin-left:auto!important;margin-right:auto!important}
.mss-login-page--centered{display:flex!important;justify-content:center!important}
.mss-login-card{width:min(100%,720px)!important;margin:34px auto 60px!important}

/* ===== MultiStore Seller 1.1.3 refined onboarding ===== */
.mss-wizard--v113{max-width:1240px!important;border:1px solid #e6edf4!important;border-radius:30px!important;background:#fff!important;box-shadow:0 24px 70px rgba(15,23,42,.08)!important;overflow:hidden!important}
.mss-wizard--v113 .mss-steps{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;background:#fbfcfe!important;border-bottom:1px solid #e8eef5!important;margin:0!important}
.mss-wizard--v113 .mss-step{min-height:96px!important;padding:18px 20px!important;border:0!important;border-right:1px solid #e8eef5!important;background:transparent!important;display:flex!important;align-items:center!important;gap:14px!important;text-align:left!important;cursor:pointer!important;transition:.2s ease!important}
.mss-wizard--v113 .mss-step:last-child{border-right:0!important}
.mss-wizard--v113 .mss-step-icon{width:46px!important;height:46px!important;min-width:46px!important;border-radius:15px!important;background:#f2f6fa!important;border:1px solid #dce6f0!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#63758b!important;transition:.2s ease!important}
.mss-wizard--v113 .mss-step-icon img{width:22px!important;height:22px!important;display:block!important}
.mss-wizard--v113 .mss-step small{display:block!important;font-size:10px!important;letter-spacing:.12em!important;color:#9aa9bb!important;font-weight:800!important;margin-bottom:3px!important}
.mss-wizard--v113 .mss-step strong{display:block!important;font-size:14px!important;line-height:1.25!important;color:#41536b!important;font-weight:800!important}
.mss-wizard--v113 .mss-step.is-active{background:#fff!important;box-shadow:inset 0 -3px 0 var(--mss-primary)!important}
.mss-wizard--v113 .mss-step.is-active .mss-step-icon,.mss-wizard--v113 .mss-step.is-complete .mss-step-icon{background:var(--mss-primary)!important;border-color:var(--mss-primary)!important;color:#fff!important;box-shadow:0 10px 24px color-mix(in srgb,var(--mss-primary) 22%,transparent)!important}
.mss-wizard--v113 .mss-step.is-active strong{color:#0f172a!important}
.mss-wizard--v113 .mss-wizard-panel{padding:42px!important}
.mss-wizard--v113 .mss-panel-heading{display:flex!important;align-items:center!important;gap:18px!important;margin:0 0 30px!important}
.mss-panel-icon{width:58px!important;height:58px!important;min-width:58px!important;border-radius:18px!important;background:#effbf5!important;color:var(--mss-primary)!important;display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid #d9f3e6!important}
.mss-panel-icon img{width:27px!important;height:27px!important}
.mss-panel-eyebrow{display:block!important;margin-bottom:4px!important;color:var(--mss-primary)!important;font-size:10px!important;font-weight:900!important;letter-spacing:.14em!important}
.mss-wizard--v113 .mss-panel-heading h2{margin:0!important;font-size:28px!important;line-height:1.05!important;color:#0f172a!important;font-weight:900!important}
.mss-wizard--v113 .mss-panel-heading p{margin:7px 0 0!important;color:#718096!important;font-size:14px!important}
.mss-wizard--v113 .mss-account-types{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;margin-bottom:22px!important}
.mss-wizard--v113 .mss-choice-card{position:relative!important;min-height:104px!important;padding:20px 24px!important;border:1px solid #dfe8f1!important;border-radius:22px!important;background:#fff!important;display:flex!important;align-items:center!important;gap:16px!important;cursor:pointer!important;transition:.2s ease!important}
.mss-wizard--v113 .mss-choice-card:hover{transform:translateY(-2px)!important;border-color:#b9dcca!important;box-shadow:0 12px 28px rgba(15,23,42,.05)!important}
.mss-wizard--v113 .mss-choice-card:has(input:checked){border-color:var(--mss-primary)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--mss-primary) 10%,transparent),0 14px 32px rgba(15,23,42,.06)!important;background:linear-gradient(180deg,#fff 0%,#fbfffd 100%)!important}
.mss-wizard--v113 .mss-choice-card input{position:absolute!important;opacity:0!important;pointer-events:none!important}
.mss-wizard--v113 .mss-choice-card i{position:absolute!important;right:18px!important;top:18px!important;width:24px!important;height:24px!important;border-radius:999px!important;background:var(--mss-primary)!important;color:#fff!important;font-style:normal!important;display:none!important;align-items:center!important;justify-content:center!important;font-size:12px!important;font-weight:900!important}
.mss-wizard--v113 .mss-choice-card:has(input:checked) i{display:flex!important}
.mss-wizard--v113 .mss-choice-icon{width:52px!important;height:52px!important;min-width:52px!important;border-radius:16px!important;background:#f1f6fa!important;color:#2c4968!important;display:flex!important;align-items:center!important;justify-content:center!important}
.mss-wizard--v113 .mss-choice-card:has(input:checked) .mss-choice-icon{background:#eaf9f2!important;color:var(--mss-primary)!important}
.mss-wizard--v113 .mss-choice-icon img{width:25px!important;height:25px!important}
.mss-wizard--v113 .mss-choice-card strong{font-size:17px!important;color:#152238!important;font-weight:850!important}.mss-wizard--v113 .mss-choice-card small{display:block!important;margin-top:4px!important;color:#7b8ba0!important;font-size:13px!important}
.mss-public-name-box{display:grid!important;grid-template-columns:64px minmax(0,1fr)!important;gap:18px!important;align-items:center!important;padding:22px!important;border:1px solid #cfeadf!important;border-radius:22px!important;background:linear-gradient(135deg,#f8fffb 0%,#fff 65%)!important;margin:0 0 24px!important}
.mss-public-name-box__icon{width:58px!important;height:58px!important;border-radius:18px!important;background:var(--mss-primary)!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 12px 26px color-mix(in srgb,var(--mss-primary) 25%,transparent)!important}.mss-public-name-box__icon img{width:29px!important;height:29px!important}
.mss-wizard--v113 .mss-field>span{font-size:12px!important;text-transform:none!important;letter-spacing:0!important;color:#26364d!important;font-weight:850!important;margin-bottom:8px!important}.mss-wizard--v113 .mss-field input,.mss-wizard--v113 .mss-field select,.mss-wizard--v113 .mss-field textarea{border:1px solid #d8e3ee!important;border-radius:15px!important;background:#fff!important;min-height:54px!important;padding:13px 16px!important;font-size:15px!important;color:#111827!important;box-shadow:none!important;transition:.18s ease!important}.mss-wizard--v113 .mss-field textarea{min-height:120px!important}.mss-wizard--v113 .mss-field input:focus,.mss-wizard--v113 .mss-field select:focus,.mss-wizard--v113 .mss-field textarea:focus{border-color:var(--mss-primary)!important;box-shadow:0 0 0 4px color-mix(in srgb,var(--mss-primary) 10%,transparent)!important;outline:0!important}.mss-wizard--v113 .mss-field small{display:block!important;color:#7c8ba0!important;font-size:12px!important;line-height:1.45!important;margin-top:7px!important}
.mss-address-proof-note{display:flex!important;gap:16px!important;align-items:flex-start!important;padding:18px 20px!important;border:1px solid #dce8f5!important;border-radius:18px!important;background:#f8fbff!important;margin:0 0 22px!important}.mss-address-proof-note img{width:28px!important;height:28px!important;color:#2563eb!important;flex:0 0 auto!important}.mss-address-proof-note strong{display:block!important;font-size:14px!important;color:#14213a!important;font-weight:850!important}.mss-address-proof-note p{margin:5px 0 0!important;color:#65758b!important;font-size:12px!important;line-height:1.5!important}
.mss-wizard--v113 .mss-upload-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}.mss-wizard--v113 .mss-upload-card{min-height:158px!important;border:1px dashed #cfdbe7!important;border-radius:20px!important;background:#fbfcfe!important;padding:22px!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;transition:.2s ease!important}.mss-wizard--v113 .mss-upload-card:hover{border-color:var(--mss-primary)!important;background:#fbfffd!important;transform:translateY(-2px)!important}.mss-wizard--v113 .mss-upload-icon{width:46px!important;height:46px!important;border-radius:15px!important;background:#edf8f3!important;color:var(--mss-primary)!important;display:flex!important;align-items:center!important;justify-content:center!important;margin-bottom:13px!important}.mss-wizard--v113 .mss-upload-icon img{width:24px!important;height:24px!important}.mss-wizard--v113 .mss-upload-card strong{font-size:14px!important;color:#18263b!important;font-weight:850!important}.mss-wizard--v113 .mss-upload-card small{margin-top:4px!important;color:#8090a3!important}.mss-wizard--v113 .mss-upload-card em{font-style:normal!important;margin-top:8px!important;color:var(--mss-primary)!important;font-size:11px!important;font-weight:800!important;word-break:break-word!important}
.mss-review-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}.mss-review-card{border:1px solid #e0e8f0!important;border-radius:20px!important;background:#fff!important;padding:20px!important;box-shadow:0 8px 24px rgba(15,23,42,.035)!important}.mss-review-card__head{display:grid!important;grid-template-columns:38px 1fr auto!important;align-items:center!important;gap:10px!important;padding-bottom:14px!important;border-bottom:1px solid #edf1f5!important;margin-bottom:6px!important}.mss-review-card__head img{width:22px!important;height:22px!important;color:var(--mss-primary)!important}.mss-review-card__head strong{font-size:15px!important;color:#14213a!important;font-weight:900!important}.mss-review-card__head button{border:0!important;background:#f3f7fa!important;color:#50647c!important;border-radius:10px!important;padding:7px 10px!important;font-size:11px!important;font-weight:800!important;cursor:pointer!important}.mss-review-card dl{margin:0!important}.mss-review-card dl>div{display:grid!important;grid-template-columns:minmax(110px,.42fr) 1fr!important;gap:12px!important;padding:10px 0!important;border-bottom:1px solid #f1f4f7!important}.mss-review-card dl>div:last-child{border-bottom:0!important}.mss-review-card dt{font-size:11px!important;color:#8a99ac!important;font-weight:750!important}.mss-review-card dd{margin:0!important;font-size:12px!important;color:#24354b!important;font-weight:800!important;word-break:break-word!important}.mss-confirm-final{display:flex!important;align-items:flex-start!important;gap:13px!important;margin:22px 0 0!important;padding:18px 20px!important;border:1px solid #cbe7d9!important;border-radius:18px!important;background:#f7fffb!important;cursor:pointer!important}.mss-confirm-final input{position:absolute!important;opacity:0!important}.mss-confirm-final .mss-checkbox-ui{width:24px!important;height:24px!important;min-width:24px!important;border-radius:8px!important;border:2px solid #bad5c7!important;background:#fff!important;position:relative!important}.mss-confirm-final input:checked+.mss-checkbox-ui{background:var(--mss-primary)!important;border-color:var(--mss-primary)!important}.mss-confirm-final input:checked+.mss-checkbox-ui:after{content:'✓'!important;position:absolute!important;inset:0!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#fff!important;font-size:13px!important;font-weight:900!important}.mss-confirm-final strong{display:block!important;font-size:13px!important;color:#14213a!important;font-weight:850!important}.mss-confirm-final small{display:block!important;margin-top:4px!important;font-size:11px!important;color:#748499!important}
.mss-wizard--v113 .mss-wizard-actions{padding:20px 28px!important;background:#fbfcfe!important;border-top:1px solid #e8eef5!important}.mss-wizard--v113 .mss-btn{min-height:50px!important;border-radius:14px!important;padding:0 20px!important;font-weight:850!important}.mss-wizard--v113 .mss-progress-copy{font-size:14px!important}.mss-wizard--v113 .mss-progress-copy strong{font-size:24px!important;color:#0f172a!important}
.mss-gateway-card__icon img{width:30px!important;height:30px!important;display:block!important}
@media(max-width:900px){.mss-wizard--v113 .mss-steps{grid-template-columns:repeat(5,1fr)!important}.mss-wizard--v113 .mss-step{min-height:72px!important;padding:12px!important;justify-content:center!important}.mss-wizard--v113 .mss-step div{display:none!important}.mss-wizard--v113 .mss-step-icon{width:42px!important;height:42px!important;min-width:42px!important}.mss-wizard--v113 .mss-wizard-panel{padding:26px 20px!important}.mss-review-grid{grid-template-columns:1fr!important}}
@media(max-width:640px){.mss-wizard--v113{border-radius:20px!important}.mss-wizard--v113 .mss-account-types,.mss-wizard--v113 .mss-upload-grid{grid-template-columns:1fr!important}.mss-public-name-box{grid-template-columns:1fr!important}.mss-public-name-box__icon{width:48px!important;height:48px!important}.mss-wizard--v113 .mss-panel-heading h2{font-size:23px!important}.mss-review-card dl>div{grid-template-columns:1fr!important;gap:3px!important}}
.mss-wizard--v113 .mss-step.is-active .mss-step-icon img,.mss-wizard--v113 .mss-step.is-complete .mss-step-icon img,.mss-public-name-box__icon img,.mss-gateway-card--register .mss-gateway-card__icon img{filter:brightness(0) invert(1)!important}.mss-upload-card.has-file{border-style:solid!important;border-color:var(--mss-primary)!important;background:#f9fffc!important}

/* 1.2.3 CMS direct-render */
.mss-cms-shell{width:100%;max-width:100%;}
.mss-cms-shell>.mss-shell{margin-top:0;}


/* MSS_STANDALONE_SHELL_1_4_4 */
html,body{margin:0;min-height:100%;background:#f6f8fa;color:#0f172a;font-family:Arial,Helvetica,sans-serif}
body{padding:28px 18px 56px}
.mss-standalone-top{max-width:1240px;margin:0 auto 22px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.mss-standalone-brand{display:flex;align-items:center;gap:11px;font-weight:900;font-size:15px;color:#0f172a;text-decoration:none}
.mss-standalone-brand__mark{width:38px;height:38px;border-radius:13px;background:var(--mss-primary,#2dbc74);display:grid;place-items:center;color:#fff;font-weight:900;box-shadow:0 10px 24px rgba(45,188,116,.22)}
.mss-standalone-back{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border:1px solid #dde5eb;border-radius:12px;background:#fff;color:#334155;text-decoration:none;font-size:12px;font-weight:800}
.mss-standalone-main{max-width:1240px;margin:0 auto}
.mss-standalone-main>.mss-shell{margin-bottom:0}
@media(max-width:640px){body{padding:16px 10px 36px}.mss-standalone-top{margin-bottom:14px}.mss-standalone-brand span:last-child{display:none}}

/* 1.5.0: Axon shell must touch viewport edges. Spacing belongs only to seller content. */
html,body{margin:0!important;padding:0!important;width:100%!important;min-height:100%!important;background:#fff!important}
body#mss-seller-physical>main{margin:0!important;padding:0!important;width:100%!important;max-width:none!important}
body#mss-seller-physical #header,body#mss-seller-physical #footer{margin:0!important;width:100%!important;max-width:none!important}
body#mss-seller-physical #wrapper{margin:0!important;padding:48px 18px 56px!important;width:100%!important;max-width:none!important;background:#f6f8fa;box-sizing:border-box}
body#mss-seller-physical #content-wrapper,body#mss-seller-physical #main-content{margin:0!important;padding:0!important;width:100%!important;max-width:none!important}
body#mss-seller-physical .mss-standalone-main{width:100%!important;max-width:1240px!important;margin:0 auto!important;padding:0!important}
@media(max-width:640px){body#mss-seller-physical #wrapper{padding:24px 10px 36px!important}}

/* MSS 1.5.5 document previews */
.mss-file-preview-list{display:flex;flex-direction:column;gap:8px;width:100%;margin-top:10px}
.mss-file-preview-item{display:grid;grid-template-columns:56px minmax(0,1fr) 34px;gap:10px;align-items:center;padding:8px;border:1px solid #e2e8f0;border-radius:12px;background:#fff}
.mss-file-preview-thumb{width:56px;height:56px;border:0;border-radius:9px;padding:0;overflow:hidden;background:#f1f5f9;display:flex;align-items:center;justify-content:center;cursor:zoom-in}
.mss-file-preview-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.mss-file-ext{font-size:11px;font-weight:900;color:#475569}
.mss-file-preview-meta{min-width:0;display:flex;flex-direction:column;gap:2px;text-align:left}
.mss-file-preview-meta strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#0f172a}
.mss-file-preview-meta small{font-size:11px;color:#64748b}
.mss-file-preview-remove{width:30px;height:30px;border:0;border-radius:50%;background:#fff1f2;color:#be123c;font-size:22px;line-height:1;cursor:pointer}
.mss-file-modal{position:fixed;inset:0;z-index:2147483600;display:none;align-items:center;justify-content:center;padding:24px}
.mss-file-modal.is-open{display:flex}
.mss-file-modal__backdrop{position:absolute;inset:0;background:rgba(2,6,23,.76);backdrop-filter:blur(3px)}
.mss-file-modal__dialog{position:relative;z-index:1;width:min(1100px,96vw);height:min(820px,90vh);background:#fff;border-radius:16px;box-shadow:0 30px 80px rgba(0,0,0,.35);overflow:hidden}
.mss-file-modal__body{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#0f172a}
.mss-file-modal__body img{max-width:100%;max-height:100%;object-fit:contain}
.mss-file-modal__body object{width:100%;height:100%;border:0;background:#fff}
.mss-file-modal__close{position:absolute;right:12px;top:12px;z-index:3;width:40px;height:40px;border:0;border-radius:50%;background:rgba(15,23,42,.82);color:#fff;font-size:28px;cursor:pointer}
.mss-file-text-preview{width:100%;height:100%;margin:0;padding:24px;overflow:auto;background:#fff;color:#0f172a;white-space:pre-wrap}
.mss-file-generic-preview{display:flex;flex-direction:column;gap:12px;align-items:center;color:#fff;padding:30px;text-align:center}.mss-file-generic-preview a{color:#fff;text-decoration:underline}
html.mss-file-modal-open,html.mss-file-modal-open body{overflow:hidden!important}

/* MSS 1.5.7 company/private + preview hardening */
[data-mss-company-only][hidden],.mss-company-only[hidden]{display:none!important}
.mss-file-preview-item{grid-template-columns:64px minmax(0,1fr) auto!important}
.mss-file-preview-thumb{width:64px!important;height:64px!important}
.mss-file-preview-actions{display:flex;flex-direction:column;gap:6px;align-items:stretch}
.mss-file-preview-open,.mss-file-preview-remove{border:0;border-radius:9px;padding:7px 10px;font-size:11px;font-weight:700;cursor:pointer;white-space:nowrap}
.mss-file-preview-open{background:#ecfdf5;color:#047857}
.mss-file-preview-remove{width:auto!important;height:auto!important;background:#fff1f2!important;color:#be123c!important;font-size:11px!important;line-height:1.2!important}
@media(max-width:575px){.mss-file-preview-item{grid-template-columns:56px minmax(0,1fr)!important}.mss-file-preview-actions{grid-column:1/-1;flex-direction:row}.mss-file-preview-open,.mss-file-preview-remove{flex:1}}

/* MSS 1.5.8 preview lives outside label; prevent upload-card click behavior on preview */
.mss-file-preview-list{position:relative;z-index:2;cursor:default}
.mss-file-preview-list *{pointer-events:auto}

/* MSS 1.5.9 identity document selector */
.mss-identity-upload-choice{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 20px;padding:17px 20px;border:1px solid #dce8f5;border-radius:18px;background:#fbfdff}
.mss-identity-upload-choice>div:first-child{min-width:0;display:flex;flex-direction:column;gap:4px}.mss-identity-upload-choice strong{font-size:14px;color:#14213a;font-weight:850}.mss-identity-upload-choice small{font-size:12px;line-height:1.45;color:#718096}
.mss-identity-upload-choice__buttons{display:flex;gap:8px;flex:0 0 auto}.mss-identity-upload-choice__buttons button{border:1px solid #d8e3ee;background:#fff;color:#41536b;border-radius:12px;padding:10px 14px;font-size:12px;font-weight:850;cursor:pointer;transition:.18s ease}.mss-identity-upload-choice__buttons button:hover{border-color:#b7d8c8}.mss-identity-upload-choice__buttons button.is-active{border-color:var(--mss-primary);background:#ecfbf4;color:#087a4e;box-shadow:0 0 0 2px color-mix(in srgb,var(--mss-primary) 10%,transparent)}
[data-mss-id-back-card][hidden]{display:none!important}
@media(max-width:640px){.mss-identity-upload-choice{align-items:stretch;flex-direction:column}.mss-identity-upload-choice__buttons{display:grid;grid-template-columns:1fr 1fr}.mss-identity-upload-choice__buttons button{width:100%}}

/* MSS 1.6.3: each upload owns its preview; preview is below the card, never a grid sibling. */
.mss-upload-field{min-width:0;display:flex;flex-direction:column;align-items:stretch;gap:10px}
.mss-upload-field>.mss-upload-card{width:100%;box-sizing:border-box}
.mss-upload-field>.mss-file-preview-list{width:100%!important;margin:0!important;grid-column:auto!important;position:relative!important;z-index:3}
.mss-file-preview-list[hidden]{display:none!important}
.mss-file-preview-item{width:100%;box-sizing:border-box}

.mss-verification-note{display:flex;flex-direction:column;gap:3px;margin-top:10px;padding:11px 13px;border:1px solid rgba(45,188,116,.24);border-radius:11px;background:#f3fff8}.mss-verification-note strong{font-size:12px;color:#16894f}.mss-verification-note span{font-size:11px;color:#52665b;line-height:1.45}

/* ===== MultiStore Seller 1.7.0 — Digital Marketplace Seller Center ===== */
body#mss-seller-physical .mss-seller-center{--mss-ink:#0e1b31;--mss-muted:#718096;--mss-line:#e4ebf3;--mss-soft:#f7f9fc;--mss-green:#2dbc74;max-width:1440px!important;color:var(--mss-ink);font-family:Poppins,Arial,sans-serif}
.mss-seller-center *{box-sizing:border-box}.mss-seller-center a{text-decoration:none}.mss-center-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 30px;border:1px solid #deebf2;border-radius:24px;background:radial-gradient(circle at 92% 20%,rgba(45,188,116,.16),transparent 27%),linear-gradient(135deg,#fff,#f7fbf9);box-shadow:0 18px 50px rgba(20,45,70,.07)}
.mss-center-hero__identity{min-width:0}.mss-kicker,.mss-panel-eyebrow{display:block;margin-bottom:6px;color:#15925a;font-size:10px;line-height:1.2;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.mss-center-hero h1{margin:0;color:#09172c;font-size:31px;line-height:1.15;font-weight:900;letter-spacing:-.035em}.mss-center-hero p{margin:7px 0 0;color:#718096;font-size:12px}.mss-center-hero__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.mss-approved-pill,.mss-mode-chip{display:inline-flex;align-items:center;gap:6px;padding:9px 12px;border-radius:999px;background:#eafaf2;color:#118450;font-size:10px;font-weight:900;border:1px solid #cceedd}
.mss-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:9px 14px;border:0;border-radius:11px;font-size:11px;font-weight:850;cursor:pointer;transition:.18s ease}.mss-btn:hover{transform:translateY(-1px)}.mss-btn--primary{background:var(--mss-primary,#2dbc74);color:#fff!important;box-shadow:0 7px 20px rgba(45,188,116,.2)}.mss-btn--soft{background:#eefaf4;color:#148b55!important}.mss-btn--ghost{border:1px solid #dce5ed;background:#fff;color:#334155!important}
.mss-center-nav{position:sticky;top:6px;z-index:50;display:flex;align-items:center;gap:5px;margin:16px 0 20px;padding:7px;border:1px solid #e4ebf1;border-radius:17px;background:rgba(255,255,255,.94);box-shadow:0 12px 32px rgba(15,23,42,.07);backdrop-filter:blur(14px);overflow-x:auto}.mss-center-nav a{display:flex;align-items:center;gap:7px;flex:0 0 auto;padding:10px 12px;border-radius:11px;color:#58677a;font-size:10px;font-weight:800;white-space:nowrap}.mss-center-nav a span{font-size:14px}.mss-center-nav a:hover,.mss-center-nav a.is-active{background:#eaf9f1;color:#0e8d53}.mss-center-nav a.is-active{box-shadow:inset 0 0 0 1px rgba(45,188,116,.12)}
.mss-alert{margin:0 0 16px;padding:13px 16px;border-radius:13px;font-size:11px;font-weight:650}.mss-alert ul{margin:0;padding-left:18px}.mss-alert--success{background:#ecfdf5;color:#047857;border:1px solid #c6f2dd}.mss-alert--error{background:#fff1f2;color:#b4233a;border:1px solid #fecdd3}
.mss-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-bottom:15px}.mss-kpi-card{position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:125px;padding:20px;border:1px solid #e4ebf2;border-radius:19px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.045)}.mss-kpi-card:after{content:"";position:absolute;width:90px;height:90px;right:-35px;top:-35px;border-radius:50%;background:#f1f7f4}.mss-kpi-card--primary{background:linear-gradient(135deg,#122638,#173d35);border-color:#173d35;color:#fff}.mss-kpi-card--primary:after{background:rgba(45,188,116,.15)}.mss-kpi-card>span{position:relative;z-index:1;color:#7c8a9e;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.mss-kpi-card--primary>span,.mss-kpi-card--primary small{color:#b8d5ca}.mss-kpi-card strong{position:relative;z-index:1;margin-top:12px;font-size:27px;line-height:1;font-weight:900;letter-spacing:-.04em}.mss-kpi-card small{position:relative;z-index:1;margin-top:auto;padding-top:12px;color:#8a98aa;font-size:9px}
.mss-panel-card{margin-bottom:15px;padding:22px;border:1px solid #e3eaf1;border-radius:21px;background:#fff;box-shadow:0 12px 36px rgba(15,23,42,.045)}.mss-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.mss-panel-head h2{margin:0;color:#101d31;font-size:18px;line-height:1.2;font-weight:900;letter-spacing:-.025em}.mss-panel-head p{max-width:720px;margin:5px 0 0;color:#758399;font-size:10.5px;line-height:1.55}
.mss-chart-card{padding-bottom:17px}.mss-sales-chart{position:relative;height:305px;padding:15px 8px 30px;border-radius:16px;background:linear-gradient(180deg,#fbfdfc,#f6faf8);overflow:hidden}.mss-sales-chart svg{display:block;width:100%;height:245px;overflow:visible}.mss-sales-chart [data-mss-chart-grid] line{stroke:#e1eae5;stroke-width:1}.mss-sales-chart [data-mss-chart-area]{fill:rgba(45,188,116,.11);stroke:none}.mss-sales-chart [data-mss-chart-line]{fill:none;stroke:var(--mss-primary,#2dbc74);stroke-width:3;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.mss-chart-labels{position:absolute;left:14px;right:14px;bottom:7px;display:flex;justify-content:space-between;color:#8491a0;font-size:8.5px;font-weight:700}
.mss-offer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.mss-offer-tile{display:flex;flex-direction:column;min-height:188px;padding:17px;border:1px solid #e5ebf1;border-radius:16px;background:linear-gradient(180deg,#fff,#fbfcfd);transition:.18s ease}.mss-offer-tile:hover{border-color:#cfe8da;box-shadow:0 12px 30px rgba(15,23,42,.07);transform:translateY(-2px)}.mss-offer-tile__top{display:flex;align-items:center;justify-content:space-between}.mss-offer-tile__top small{color:#94a3b8;font-size:9px}.mss-offer-tile h3{margin:14px 0 4px;font-size:13px;line-height:1.35;font-weight:850}.mss-offer-tile p{margin:0 0 15px;color:#7c899a;font-size:9px}.mss-offer-tile__numbers{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:auto}.mss-offer-tile__numbers div{padding:8px;border-radius:10px;background:#f5f8fa}.mss-offer-tile__numbers span{display:block;color:#8a98a9;font-size:7.5px;font-weight:700;text-transform:uppercase}.mss-offer-tile__numbers strong{display:block;margin-top:3px;font-size:10px}.mss-offer-tile>a{margin-top:12px;color:#128b54;font-size:10px;font-weight:850}
.mss-status-pill{display:inline-flex;align-items:center;padding:5px 8px;border-radius:999px;background:#f1f5f9;color:#5d6b7c;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.mss-status-pill--approved{background:#eafaf2;color:#08794a}.mss-status-pill--pending{background:#fff8dc;color:#9a6c00}.mss-status-pill--rejected,.mss-status-pill--disabled{background:#fff0f1;color:#b4233a}
.mss-responsive-table{overflow:auto;border:1px solid #e6ebf0;border-radius:15px}.mss-center-table table{width:100%;min-width:900px;border-collapse:collapse;background:#fff}.mss-center-table th{padding:11px 13px;background:#f8fafc;color:#8290a2;font-size:8px;text-align:left;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid #e6ebf0}.mss-center-table td{padding:12px 13px;border-bottom:1px solid #edf1f5;color:#243247;font-size:9.5px;vertical-align:middle}.mss-center-table tbody tr:last-child td{border-bottom:0}.mss-center-table td>strong{font-size:10px}.mss-center-table td small{display:block;margin-top:3px;color:#8491a2;font-size:8px;line-height:1.45}.mss-table-action{display:inline-flex;margin:2px 4px 2px 0;padding:6px 8px;border-radius:8px;background:#f1faf5;color:#138953!important;font-size:8.5px;font-weight:800}
.mss-editor-card{overflow:hidden}.mss-offer-form--mega{display:flex;flex-direction:column;gap:14px}.mss-editor-section{padding:17px;border:1px solid #e5ebf1;border-radius:16px;background:#fbfcfd}.mss-editor-section__title{display:flex;align-items:center;gap:12px;margin-bottom:14px}.mss-editor-section__title>span{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:#eaf9f1;color:#108552;font-size:10px;font-weight:900}.mss-editor-section__title h3{margin:0;font-size:12px;font-weight:900}.mss-editor-section__title p{margin:3px 0 0;color:#8592a1;font-size:8.5px}.mss-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.mss-form-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.mss-span-2{grid-column:span 2}.mss-field{display:flex;flex-direction:column;gap:6px;min-width:0}.mss-field>span{color:#4c5d72;font-size:9px;font-weight:800}.mss-field>span b{color:#d02e48}.mss-field input,.mss-field select,.mss-field textarea,.mss-message-form input,.mss-message-form select,.mss-message-form textarea,.mss-integration-form input,.mss-profile-form input,.mss-profile-form select,.mss-profile-form textarea{width:100%;min-height:40px;padding:9px 11px;border:1px solid #dce5ed;border-radius:10px;background:#fff;color:#172338;font:inherit;font-size:10px;outline:none;transition:.15s}.mss-field textarea,.mss-message-form textarea{min-height:100px;resize:vertical}.mss-field input:focus,.mss-field select:focus,.mss-field textarea:focus,.mss-message-form input:focus,.mss-message-form select:focus,.mss-message-form textarea:focus,.mss-integration-form input:focus,.mss-profile-form input:focus,.mss-profile-form select:focus{border-color:rgba(45,188,116,.75);box-shadow:0 0 0 3px rgba(45,188,116,.09)}.mss-field small{color:#8a96a5;font-size:8px;line-height:1.45}.mss-toggle-row{display:flex;align-items:center;gap:8px;cursor:pointer}.mss-toggle-row input{position:absolute;opacity:0;pointer-events:none}.mss-toggle-row>span{position:relative;width:36px;height:20px;border-radius:999px;background:#cbd5e1;flex:0 0 auto}.mss-toggle-row>span:after{content:"";position:absolute;left:2px;top:2px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.2);transition:.17s}.mss-toggle-row input:checked+span{background:var(--mss-primary,#2dbc74)}.mss-toggle-row input:checked+span:after{transform:translateX(16px)}.mss-toggle-row strong{font-size:9px}
.mss-balance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.mss-balance-card{padding:20px;border:1px solid #e4eaf0;border-radius:16px;background:#fff}.mss-balance-card>span{font-size:10px;font-weight:900}.mss-balance-card strong{display:block;margin:12px 0 5px;font-size:24px;font-weight:900}.mss-balance-card small{display:block;color:#8190a2;font-size:8px}.mss-center-two-cols{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:14px}.mss-message-form,.mss-integration-form{display:flex;flex-direction:column;gap:10px}.mss-message-list{display:flex;flex-direction:column;gap:9px;max-height:650px;overflow:auto}.mss-message-list article{padding:13px;border:1px solid #e5ebf0;border-radius:12px;background:#fbfcfd}.mss-message-list article>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.mss-message-list strong{font-size:10px}.mss-message-list small{color:#8a96a4;font-size:8px}.mss-message-list p{margin:8px 0 0;color:#526176;font-size:9.5px;line-height:1.55}
.mss-integration-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.mss-integration-card{position:relative;padding:20px;border:1px solid #e5ebf0;border-radius:17px;background:#fbfcfd}.mss-integration-card--featured{background:linear-gradient(145deg,#f7fffb,#fff)}.mss-integration-logo{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:#122b29;color:#fff;font-size:14px;font-weight:900}.mss-integration-copy h3{margin:12px 0 4px;font-size:13px;font-weight:900}.mss-integration-copy p{margin:0 0 14px;color:#748396;font-size:9px;line-height:1.55}.mss-integration-card>.mss-status-pill{position:absolute;right:16px;top:16px}.mss-integration-form{padding-top:14px;border-top:1px solid #e4ebe7}.mss-help-box{margin-bottom:14px;padding:12px 14px;border-radius:11px;background:#f0f9f5;color:#246b4a;font-size:9.5px}.mss-help-box--warning{background:#fff9e7;color:#8b6808}.mss-setting-choice{padding:12px;border:1px solid #e4eaf0;border-radius:12px;background:#fbfcfd}.mss-setting-choice p{margin:7px 0 0;color:#7d8b9a;font-size:8.5px;line-height:1.45}.mss-profile-form>.mss-btn{margin-top:14px}.mss-support-card{display:grid;grid-template-columns:70px 1fr;gap:22px;padding:30px;border:1px solid #dceae3;border-radius:22px;background:radial-gradient(circle at 100% 0,rgba(45,188,116,.16),transparent 35%),#fff}.mss-support-icon{display:flex;align-items:center;justify-content:center;width:70px;height:70px;border-radius:20px;background:#e8faf1;color:#148b55;font-size:31px;font-weight:900}.mss-support-card h2{margin:0;font-size:20px;font-weight:900}.mss-support-card>div>p{max-width:760px;color:#68778a;font-size:10px;line-height:1.6}.mss-support-contact{display:flex;flex-direction:column;gap:5px;margin:15px 0;padding:14px;border:1px solid #e3ebe7;border-radius:12px;background:#f8fbf9}.mss-support-contact strong{font-size:9px;text-transform:uppercase;color:#52685d}.mss-support-contact span{font-size:10px;font-weight:700}.mss-empty{padding:30px;border:1px dashed #dbe4ec;border-radius:14px;text-align:center;color:#8491a1;font-size:10px;background:#fbfcfd}
@media(max-width:1100px){.mss-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mss-offer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mss-balance-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mss-center-two-cols,.mss-integration-grid{grid-template-columns:1fr}}
@media(max-width:700px){.mss-center-hero{align-items:flex-start;flex-direction:column;padding:22px}.mss-center-hero__actions{justify-content:flex-start}.mss-center-nav{position:relative;top:auto}.mss-kpi-grid,.mss-offer-grid,.mss-balance-grid,.mss-form-grid,.mss-form-grid--3{grid-template-columns:1fr}.mss-span-2{grid-column:auto}.mss-panel-card{padding:16px}.mss-panel-head{align-items:flex-start;flex-direction:column}.mss-sales-chart{height:255px}.mss-sales-chart svg{height:200px}.mss-support-card{grid-template-columns:1fr}.mss-support-icon{width:54px;height:54px;border-radius:15px;font-size:24px}}


/* MSS 1.8.0 digital marketplace editor */
.mss-marketplace-v180 .mss-new-product-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px}.mss-marketplace-v180 .mss-search-result.is-blocked{background:#fff1f2!important;border-color:#fecdd3!important;color:#991b1b!important;cursor:not-allowed;opacity:1}.mss-blocked-result{display:block;margin-top:6px;font-size:11px;font-weight:800;color:#dc2626;text-transform:uppercase;letter-spacing:.05em}.mss-region-picker{display:flex;flex-wrap:wrap;gap:8px;padding:12px;border:1px solid #dfe6ee;border-radius:14px;background:#fbfcfe;max-height:230px;overflow:auto}.mss-region-picker label{display:flex;align-items:center;gap:6px;padding:8px 10px;border:1px solid #e5eaf0;border-radius:10px;background:#fff;cursor:pointer}.mss-region-picker label:has(input:checked){border-color:var(--mss-primary);background:#effcf5}.mss-code-editor{background:linear-gradient(180deg,#101424,#0d1220)!important;color:#e9ecf8!important;border-color:#242c42!important}.mss-code-editor .mss-editor-section__title h3,.mss-code-editor .mss-editor-section__title p,.mss-code-editor .mss-field span{color:#e9ecf8!important}.mss-code-editor textarea,.mss-code-editor input,.mss-code-editor select{background:#101827!important;color:#eef2ff!important;border-color:#303a53!important}.mss-code-counters{display:flex;gap:10px;margin-bottom:15px}.mss-code-counters>div{padding:10px 14px;border-radius:10px;background:#171e31;border:1px solid #2b3550;color:#9aa8c7}.mss-code-counters strong{color:#fff;margin-left:6px}.mss-code-price-row{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:12px;margin-top:14px}.mss-code-duplicate-warning{margin-top:10px;padding:10px 12px;background:#451a1a;color:#fecaca;border:1px solid #7f1d1d;border-radius:10px}.mss-offer-image-preview{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;margin-top:10px}.mss-offer-image-item{position:relative;border:1px solid #dfe6ee;border-radius:12px;background:#fff;overflow:hidden}.mss-offer-image-item img{width:100%;height:120px;object-fit:cover;display:block}.mss-offer-image-item div{padding:8px;display:flex;flex-direction:column}.mss-offer-image-item small{color:#8090a6}.mss-offer-image-item button{position:absolute;right:7px;top:7px;border:0;border-radius:8px;background:rgba(15,23,42,.88);color:#fff;padding:6px 9px;cursor:pointer}.mss-offer-cards s{color:#94a3b8;margin-right:4px}@media(max-width:760px){.mss-marketplace-v180 .mss-new-product-fields,.mss-code-price-row{grid-template-columns:1fr}.mss-region-picker{max-height:300px}}

.mss-remove-saved-image{display:flex!important;align-items:center;gap:6px;padding:8px!important;font-size:12px;color:#b91c1c;cursor:pointer}.mss-remove-saved-image input{width:auto!important}.mss-offer-image-item--saved img{cursor:zoom-in}
/* MSS 1.8.2 offer editor expansion */
.mss-marketplace-v180 .mss-editor-section{padding:24px;border-radius:20px}.mss-marketplace-v180 .mss-editor-section__title>span{width:42px;height:42px;font-size:12px}.mss-marketplace-v180 .mss-editor-section__title h3{font-size:16px}.mss-marketplace-v180 .mss-editor-section__title p{font-size:11px;line-height:1.55}.mss-marketplace-v180 .mss-field>span{font-size:11px}.mss-marketplace-v180 .mss-field small{font-size:9.5px}.mss-marketplace-v180 .mss-field input,.mss-marketplace-v180 .mss-field select,.mss-marketplace-v180 .mss-field textarea{font-size:12px;min-height:46px;padding:11px 13px}
.mss-region-help{display:block;margin:2px 0 10px;color:#718096;font-size:10px}.mss-region-picker{display:grid;grid-template-columns:repeat(5,minmax(145px,1fr));gap:9px;max-height:440px;padding:16px;background:#f4f8fb;border:1px solid #d7e2ec}.mss-region-picker label{min-height:42px;padding:9px 11px;justify-content:flex-start}.mss-region-picker label span{font-size:10px;font-weight:700}.mss-region-picker label small{margin-left:auto;color:#94a3b8;font-size:8px}.mss-region-picker .mss-region-featured{background:#eefbf5;border-color:#b7ecd2}.mss-region-picker label:has(input:checked){box-shadow:0 0 0 2px rgba(45,188,116,.11)}
.mss-existing-product-lock{margin-top:14px;padding:13px 15px;border-radius:12px;background:#eef6ff;border:1px solid #bfdbfe;color:#1d4f91;font-size:10px;font-weight:800}.mss-existing-product-selected [data-mss-params-section] .mss-form-grid{display:none}.mss-existing-product-selected [data-mss-existing-lock]{display:block!important}.mss-existing-product-selected [data-mss-old-price-field],.mss-existing-product-selected [data-mss-product-images-field]{display:none!important}
.mss-offer-finance{display:grid;grid-template-columns:1fr 1fr 1.5fr;gap:12px;margin-top:2px}.mss-offer-finance>div,.mss-google-promo{min-height:74px;padding:14px;border-radius:14px;border:1px solid #dfe8ef;background:#f8fbfd;display:flex;flex-direction:column;justify-content:center}.mss-offer-finance small{font-size:9px;color:#78889a}.mss-offer-finance strong{font-size:16px;color:#172338;margin-top:4px}.mss-google-promo{flex-direction:row;align-items:center;gap:10px;cursor:pointer}.mss-google-promo input{width:auto;min-height:0}.mss-google-promo span{display:flex;flex-direction:column}.mss-google-promo b{font-size:11px}.mss-google-promo.is-disabled{opacity:.55;cursor:not-allowed}
.mss-code-editor{padding:26px!important;background:linear-gradient(135deg,#111827 0%,#18223a 52%,#102f2b 100%)!important;box-shadow:0 20px 45px rgba(15,23,42,.16)}.mss-code-editor .mss-editor-section__title>span{background:#2dbc74;color:#071b13}.mss-code-counters>div{font-size:11px;padding:13px 17px}.mss-code-counters strong{font-size:16px}.mss-code-entry{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);gap:14px;align-items:start}.mss-code-editor textarea{min-height:260px!important;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace!important;font-size:12px!important;line-height:1.75!important}.mss-code-lines-preview{max-height:295px;overflow:auto;border:1px solid #303a53;border-radius:12px;background:#0b1020;padding:8px}.mss-code-line{display:grid;grid-template-columns:34px 1fr;gap:8px;padding:7px 8px;border-bottom:1px solid #1d2940;color:#aebbd3;font:10px/1.35 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;word-break:break-all}.mss-code-line:last-child{border-bottom:0}.mss-code-line b{color:#64748b;text-align:right}.mss-code-line.is-duplicate{background:#4b1018;color:#fecaca;border-radius:7px;border-bottom-color:#7f1d1d}.mss-code-line.is-duplicate b{color:#fda4af}.mss-code-line em{font-style:normal;color:#fb7185;font-weight:800;margin-left:6px}.mss-code-price-row{grid-template-columns:1.6fr 1fr 1fr;gap:14px}.mss-code-price-row .mss-field{padding:13px;border:1px solid #2a3651;border-radius:13px;background:rgba(7,13,28,.42)}
@media(max-width:1180px){.mss-region-picker{grid-template-columns:repeat(4,minmax(135px,1fr))}.mss-code-entry{grid-template-columns:1fr}.mss-offer-finance{grid-template-columns:1fr 1fr}}@media(max-width:760px){.mss-region-picker{grid-template-columns:repeat(2,minmax(0,1fr));max-height:520px}.mss-offer-finance{grid-template-columns:1fr}.mss-marketplace-v180 .mss-editor-section{padding:16px}}

/* MSS 1.8.3 — complete Seller Center visual refresh */
.mss-marketplace-v180{--mss-ink:#0f172a;--mss-muted:#64748b;--mss-line:#e5eaf0;--mss-soft:#f7f9fc;--mss-card:#fff;max-width:1380px!important;margin:0 auto!important;padding:0 8px 42px!important}
.mss-marketplace-v180 .mss-center-hero--v183{position:relative;overflow:hidden;min-height:154px;padding:30px 34px!important;border:1px solid #dfe8ee!important;border-radius:28px!important;background:radial-gradient(circle at 84% 16%,rgba(45,188,116,.22),transparent 30%),radial-gradient(circle at 64% 100%,rgba(37,99,235,.08),transparent 28%),linear-gradient(135deg,#fff 0%,#fbfefd 58%,#f0fbf5 100%)!important;box-shadow:0 22px 60px rgba(15,23,42,.08)!important}
.mss-marketplace-v180 .mss-center-hero--v183:after{content:"";position:absolute;right:-80px;bottom:-120px;width:360px;height:360px;border:1px solid rgba(45,188,116,.18);border-radius:50%;box-shadow:0 0 0 42px rgba(45,188,116,.03),0 0 0 88px rgba(45,188,116,.025)}
.mss-center-hero--v183 .mss-center-hero__identity{position:relative;z-index:2;display:flex;align-items:center;gap:18px}.mss-seller-avatar{width:68px;height:68px;min-width:68px;border-radius:22px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,var(--mss-primary),#178b56);color:#fff;font-size:31px;box-shadow:0 16px 34px rgba(45,188,116,.24)}
.mss-center-hero--v183 h1{font-size:32px!important;letter-spacing:-.04em!important}.mss-center-hero--v183 p{display:flex;align-items:center;gap:6px;font-size:12px!important}.mss-center-hero--v183 .mss-approved-pill{padding:10px 14px!important;background:#fff!important;border:1px solid #ccebdc!important;box-shadow:0 7px 22px rgba(15,23,42,.05)!important}.mss-center-hero--v183 .mss-btn{min-height:42px!important;padding:0 16px!important;background:#fff!important}
.mss-center-nav--v183{position:sticky!important;top:8px!important;z-index:60!important;gap:6px!important;margin:18px 0 24px!important;padding:8px!important;border:1px solid #e4eaf0!important;border-radius:20px!important;background:rgba(255,255,255,.96)!important;box-shadow:0 14px 38px rgba(15,23,42,.08)!important;backdrop-filter:blur(16px)!important}
.mss-center-nav--v183 a{min-height:44px!important;padding:0 14px!important;border-radius:13px!important;font-size:11px!important;color:#526173!important;transition:.18s ease!important}.mss-center-nav--v183 a i{font-size:18px!important}.mss-center-nav--v183 a:hover{background:#f4f8f6!important;color:#0e8d53!important;transform:translateY(-1px)}.mss-center-nav--v183 a.is-active{background:linear-gradient(135deg,#e8f9f0,#f2fbf7)!important;color:#087c48!important;box-shadow:inset 0 0 0 1px #c9ead9,0 7px 18px rgba(45,188,116,.08)!important}
.mss-marketplace-v180 .mss-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;margin-bottom:18px!important}.mss-marketplace-v180 .mss-stat-grid article{position:relative;overflow:hidden;min-height:122px;padding:20px!important;border:1px solid #e4eaf0!important;border-radius:20px!important;background:linear-gradient(145deg,#fff,#f9fbfc)!important;box-shadow:0 12px 30px rgba(15,23,42,.05)!important}.mss-marketplace-v180 .mss-stat-grid article:after{content:"";position:absolute;right:-24px;top:-24px;width:88px;height:88px;border-radius:50%;background:rgba(45,188,116,.07)}.mss-marketplace-v180 .mss-stat-grid span{font-size:10px!important;font-weight:800!important;letter-spacing:.05em!important;text-transform:uppercase!important;color:#7a8797!important}.mss-marketplace-v180 .mss-stat-grid strong{display:block;margin-top:14px!important;font-size:25px!important;line-height:1!important;letter-spacing:-.035em!important;color:#101828!important}
.mss-marketplace-v180 .mss-panel-card{padding:26px!important;border:1px solid #e4eaf0!important;border-radius:24px!important;background:#fff!important;box-shadow:0 18px 46px rgba(15,23,42,.055)!important;margin-bottom:18px!important}.mss-marketplace-v180 .mss-panel-head{padding-bottom:18px!important;margin-bottom:18px!important;border-bottom:1px solid #edf1f4!important}.mss-marketplace-v180 .mss-panel-head h2{margin:2px 0 4px!important;font-size:22px!important;line-height:1.15!important;letter-spacing:-.035em!important;color:#111827!important}.mss-marketplace-v180 .mss-panel-head p{max-width:820px!important;margin:0!important;color:#748295!important;font-size:11px!important;line-height:1.6!important}.mss-marketplace-v180 .mss-panel-eyebrow{font-size:9px!important;letter-spacing:.17em!important}
.mss-marketplace-v180 .mss-btn{min-height:42px!important;padding:0 15px!important;border-radius:12px!important;font-size:10.5px!important;font-weight:850!important;gap:7px!important}.mss-marketplace-v180 .mss-btn--primary{background:linear-gradient(135deg,var(--mss-primary),#19965d)!important;box-shadow:0 10px 24px rgba(45,188,116,.18)!important}.mss-marketplace-v180 .mss-btn--primary:hover{transform:translateY(-1px)!important;box-shadow:0 14px 28px rgba(45,188,116,.24)!important}
.mss-marketplace-v180 .mss-offer-cards{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}.mss-marketplace-v180 .mss-offer-cards article{padding:18px!important;border:1px solid #e3e9ef!important;border-radius:18px!important;background:linear-gradient(145deg,#fff,#fbfcfe)!important;box-shadow:0 9px 24px rgba(15,23,42,.04)!important}.mss-marketplace-v180 .mss-offer-cards h3{font-size:13px!important;line-height:1.35!important;min-height:35px!important}.mss-marketplace-v180 .mss-offer-cards dl{margin:14px 0!important;padding:12px!important;border-radius:13px!important;background:#f7f9fb!important}.mss-marketplace-v180 .mss-offer-cards dt{font-size:8px!important;text-transform:uppercase!important;letter-spacing:.05em!important;color:#8995a4!important}.mss-marketplace-v180 .mss-offer-cards dd{font-size:11px!important;color:#1f2937!important}
.mss-marketplace-v180 .mss-responsive-table{overflow:auto!important;border:1px solid #e4eaf0!important;border-radius:18px!important}.mss-marketplace-v180 .mss-responsive-table table{width:100%!important;border-collapse:separate!important;border-spacing:0!important;background:#fff!important}.mss-marketplace-v180 .mss-responsive-table th{padding:12px 14px!important;background:#f7f9fb!important;border-bottom:1px solid #e6ebf0!important;color:#748196!important;font-size:9px!important;letter-spacing:.06em!important;text-transform:uppercase!important}.mss-marketplace-v180 .mss-responsive-table td{padding:14px!important;border-bottom:1px solid #eef2f5!important;font-size:10.5px!important;color:#334155!important}.mss-marketplace-v180 .mss-responsive-table tr:last-child td{border-bottom:0!important}.mss-marketplace-v180 .mss-responsive-table tbody tr:hover td{background:#fbfdfc!important}
.mss-offer-editor-v183{padding:0!important;overflow:hidden!important;background:#f8fafc!important}.mss-offer-editor-v183>.mss-panel-head{margin:0!important;padding:28px 30px!important;border-bottom:1px solid #e5eaef!important;background:radial-gradient(circle at 96% 0,rgba(45,188,116,.12),transparent 28%),#fff!important}.mss-offer-editor-v183 .mss-offer-form{padding:22px!important}.mss-offer-editor-v183 .mss-editor-section{position:relative!important;margin-bottom:16px!important;padding:24px 24px 24px 88px!important;border:1px solid #e2e8ef!important;border-radius:22px!important;background:#fff!important;box-shadow:0 10px 28px rgba(15,23,42,.035)!important}.mss-offer-editor-v183 .mss-editor-section__title{margin-bottom:20px!important}.mss-offer-editor-v183 .mss-editor-section__title>span{position:absolute!important;left:24px!important;top:24px!important;width:46px!important;height:46px!important;border-radius:15px!important;background:linear-gradient(145deg,#ecfaf3,#dcf6e9)!important;color:#0b8a50!important;box-shadow:inset 0 0 0 1px #d1eddf!important}.mss-offer-editor-v183 .mss-editor-section__title h3{font-size:18px!important;letter-spacing:-.025em!important;color:#101828!important}.mss-offer-editor-v183 .mss-editor-section__title p{max-width:760px!important;font-size:10.5px!important;color:#7a8798!important}
.mss-product-search--v183{padding:18px!important;border:1px solid #e2e9ee!important;border-radius:18px!important;background:linear-gradient(145deg,#fbfdfc,#f7faf9)!important}.mss-product-search--v183 .mss-field input[type=search]{min-height:52px!important;padding-left:15px!important;border-radius:14px!important;background:#fff!important}.mss-search-policy{display:flex;align-items:flex-start;gap:8px;margin-top:10px;color:#7a8796;font-size:9.5px;line-height:1.45}.mss-search-policy i{color:#dc2626;font-size:15px}.mss-search-results{top:93px!important;padding:8px!important;border-radius:16px!important}.mss-search-result{position:relative!important;display:grid!important;grid-template-columns:1fr auto!important;gap:4px 12px!important;width:100%!important;padding:13px 14px!important;border:1px solid transparent!important;border-radius:12px!important;background:#fff!important;text-align:left!important;color:#142033!important}.mss-search-result:hover{background:#f6fbf8!important;border-color:#d7ebdf!important}.mss-search-result strong{font-size:11px!important}.mss-search-result small{grid-column:1!important;font-size:8.5px!important;color:#8793a3!important}.mss-search-result.is-blocked{background:linear-gradient(135deg,#fff1f2,#fff7f7)!important;border:1px solid #fecdd3!important;box-shadow:inset 4px 0 0 #dc2626!important}.mss-search-result.is-blocked:before{content:"\f023";font-family:"Line Awesome Free";font-weight:900;grid-column:2;grid-row:1/3;align-self:center;font-size:20px;color:#dc2626}.mss-blocked-result{grid-column:1!important;margin-top:4px!important;padding:5px 8px!important;border-radius:8px!important;background:#fee2e2!important;width:max-content!important;max-width:100%!important;color:#b91c1c!important;font-size:8px!important}.mss-selected-product{margin-top:12px!important;padding:14px 16px!important;border:1px solid #bee8d2!important;border-radius:14px!important;background:#f0fbf5!important;color:#12633f!important;font-size:10.5px!important;font-weight:800!important;box-shadow:inset 4px 0 0 var(--mss-primary)!important}
.mss-marketplace-v180 .mss-form-grid{gap:14px!important}.mss-marketplace-v180 .mss-field{gap:7px!important}.mss-marketplace-v180 .mss-field>span{font-size:10px!important;color:#3d4c60!important;font-weight:850!important}.mss-marketplace-v180 .mss-field input,.mss-marketplace-v180 .mss-field select,.mss-marketplace-v180 .mss-field textarea{border:1px solid #dce4eb!important;border-radius:13px!important;background:#fbfcfd!important;color:#111827!important;box-shadow:none!important}.mss-marketplace-v180 .mss-field input:focus,.mss-marketplace-v180 .mss-field select:focus,.mss-marketplace-v180 .mss-field textarea:focus{background:#fff!important;border-color:var(--mss-primary)!important;box-shadow:0 0 0 4px rgba(45,188,116,.09)!important}
.mss-marketplace-v180 .mss-region-picker{grid-template-columns:repeat(5,minmax(160px,1fr))!important;gap:8px!important;max-height:470px!important;padding:14px!important;border-radius:16px!important;background:#f5f8fa!important}.mss-marketplace-v180 .mss-region-picker label{min-height:43px!important;border-radius:11px!important}.mss-marketplace-v180 .mss-region-picker input{width:16px!important;height:16px!important;min-height:0!important;accent-color:var(--mss-primary)!important}.mss-marketplace-v180 .mss-region-featured{background:linear-gradient(145deg,#edfaf3,#fff)!important;font-weight:900!important}
.mss-marketplace-v180 .mss-offer-finance>div,.mss-marketplace-v180 .mss-google-promo{min-height:86px!important;padding:16px!important;border-radius:16px!important;background:linear-gradient(145deg,#f8fafc,#fff)!important}.mss-marketplace-v180 .mss-offer-finance strong{font-size:19px!important}.mss-marketplace-v180 .mss-google-promo:not(.is-disabled){border-color:#c8ead8!important;background:#f3fbf7!important}
.mss-offer-editor-v183 .mss-code-editor{padding:26px 26px 26px 90px!important;border:1px solid #26324a!important;background:radial-gradient(circle at 100% 0,rgba(45,188,116,.17),transparent 28%),linear-gradient(135deg,#0e1424,#172036 55%,#102a28)!important;box-shadow:0 22px 48px rgba(15,23,42,.18)!important}.mss-offer-editor-v183 .mss-code-editor .mss-editor-section__title>span{background:#2dbc74!important;color:#071b13!important;box-shadow:none!important}.mss-offer-editor-v183 .mss-code-editor .mss-editor-section__title h3{color:#fff!important}.mss-offer-editor-v183 .mss-code-editor .mss-editor-section__title p{color:#aebbd0!important}.mss-code-counters{gap:10px!important}.mss-code-counters>div{min-width:112px!important;padding:14px 16px!important;border:1px solid #2d3851!important;border-radius:13px!important;background:rgba(8,13,26,.52)!important}.mss-code-counters strong{display:block!important;margin:5px 0 0!important;font-size:20px!important}.mss-code-lines-preview{border-radius:14px!important;background:#090f1d!important}.mss-code-line{padding:8px!important}.mss-code-line.is-duplicate{background:linear-gradient(90deg,#4c1018,#351016)!important;box-shadow:inset 3px 0 0 #ef4444!important}.mss-code-price-row .mss-field{padding:14px!important;border-radius:14px!important}.mss-code-price-row .mss-field small{color:#91a0b8!important}.mss-code-duplicate-warning{font-weight:800!important}
.mss-marketplace-v180 .mss-editor-submit{display:flex!important;justify-content:flex-end!important;padding:4px 0 2px!important}.mss-marketplace-v180 .mss-editor-submit .mss-btn{min-width:190px!important;min-height:50px!important;font-size:11px!important;border-radius:14px!important}
.mss-marketplace-v180 .mss-balance-grid{gap:14px!important}.mss-marketplace-v180 .mss-balance-card{padding:20px!important;border:1px solid #e1e8ee!important;border-radius:20px!important;background:radial-gradient(circle at 100% 0,rgba(45,188,116,.1),transparent 35%),#fff!important;box-shadow:0 10px 28px rgba(15,23,42,.045)!important}.mss-marketplace-v180 .mss-balance-card strong{font-size:22px!important;letter-spacing:-.03em!important}.mss-marketplace-v180 .mss-currency-badge{padding:7px 10px!important;border-radius:9px!important;background:#111827!important;color:#fff!important;font-weight:900!important}
.mss-marketplace-v180 .mss-integration-grid{gap:16px!important}.mss-marketplace-v180 .mss-integration-card{padding:22px!important;border:1px solid #e2e8ee!important;border-radius:20px!important;background:linear-gradient(145deg,#fff,#fafcfd)!important;box-shadow:0 10px 28px rgba(15,23,42,.04)!important}.mss-marketplace-v180 .mss-integration-logo{width:58px!important;height:58px!important;border-radius:18px!important;background:linear-gradient(145deg,#0f172a,#25324a)!important}.mss-marketplace-v180 .mss-integration-copy h3{font-size:16px!important}.mss-marketplace-v180 .mss-integration-copy p{font-size:10px!important}
.mss-marketplace-v180 .mss-support-card{padding:28px!important;border-radius:22px!important;background:radial-gradient(circle at 90% 10%,rgba(45,188,116,.16),transparent 28%),linear-gradient(145deg,#fff,#f8fcfa)!important;box-shadow:0 12px 32px rgba(15,23,42,.045)!important}.mss-marketplace-v180 .mss-support-icon{background:linear-gradient(145deg,#e6faf0,#d7f4e6)!important}.mss-marketplace-v180 .mss-empty{padding:42px!important;border-radius:18px!important;background:linear-gradient(145deg,#fbfcfd,#f7f9fb)!important}
@media(max-width:1180px){.mss-marketplace-v180 .mss-region-picker{grid-template-columns:repeat(4,minmax(150px,1fr))!important}.mss-marketplace-v180 .mss-offer-cards{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:900px){.mss-marketplace-v180 .mss-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mss-offer-editor-v183 .mss-editor-section,.mss-offer-editor-v183 .mss-code-editor{padding:20px!important}.mss-offer-editor-v183 .mss-editor-section__title>span{position:static!important;margin-right:12px!important}.mss-offer-editor-v183 .mss-editor-section__title{display:flex!important;align-items:flex-start!important}.mss-marketplace-v180 .mss-region-picker{grid-template-columns:repeat(3,minmax(145px,1fr))!important}}
@media(max-width:640px){.mss-marketplace-v180{padding:0 2px 30px!important}.mss-center-hero--v183 .mss-center-hero__identity{align-items:flex-start!important}.mss-seller-avatar{width:54px;height:54px;min-width:54px;border-radius:17px;font-size:25px}.mss-center-hero--v183 h1{font-size:25px!important}.mss-center-nav--v183 a span{display:none}.mss-center-nav--v183 a{padding:0 13px!important}.mss-marketplace-v180 .mss-stat-grid,.mss-marketplace-v180 .mss-offer-cards{grid-template-columns:1fr!important}.mss-marketplace-v180 .mss-region-picker{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mss-marketplace-v180 .mss-panel-card{padding:18px!important}.mss-offer-editor-v183{padding:0!important}.mss-offer-editor-v183>.mss-panel-head{padding:22px 18px!important}.mss-offer-editor-v183 .mss-offer-form{padding:14px!important}}


/* MSS 1.8.4 — wide region selector + offer editor refinements */
.mss-marketplace-v180 .mss-span-3{grid-column:1/-1!important;width:100%!important;max-width:none!important}
.mss-offer-editor-v183 .mss-region-field{width:100%!important;max-width:none!important;overflow:visible!important}
.mss-region-selector-v184{width:100%!important;max-width:none!important;border:1px solid #dce6ee;border-radius:20px;background:linear-gradient(180deg,#f8fbfd 0%,#f3f7fa 100%);padding:18px;overflow:hidden;box-sizing:border-box}
.mss-region-featured-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px}
.mss-region-featured-row .mss-region-featured{display:flex;align-items:center;gap:11px;min-height:64px;padding:13px 15px;border:1px solid #d9e5ec;border-radius:15px;background:#fff;cursor:pointer;box-shadow:0 5px 14px rgba(15,23,42,.025);transition:.16s}
.mss-region-featured-row .mss-region-featured:hover{transform:translateY(-1px);border-color:#b8dcca}
.mss-region-featured-row .mss-region-featured:has(input:checked){border-color:#7bd5a7;background:linear-gradient(145deg,#eafaf2,#f8fffb);box-shadow:0 0 0 3px rgba(45,188,116,.08)}
.mss-region-featured-row input,.mss-region-country-grid input{width:18px!important;height:18px!important;min-height:0!important;flex:0 0 auto;accent-color:var(--mss-primary)!important}
.mss-region-featured-row span{display:flex;flex-direction:column;gap:2px}.mss-region-featured-row b{font-size:12px;color:#172033}.mss-region-featured-row small{font-size:8px;color:#8b98aa;letter-spacing:.08em}
.mss-region-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;margin:0 0 13px}
.mss-region-search{position:relative}.mss-region-search i{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:18px;color:#8493a6;pointer-events:none}.mss-region-search input{width:100%;height:46px!important;min-height:46px!important;padding:0 15px 0 42px!important;border:1px solid #d7e2ea!important;border-radius:13px!important;background:#fff!important;font-size:11px!important}
.mss-region-selected-count{display:flex;align-items:center;gap:8px;min-height:46px;padding:0 15px;border:1px solid #d7e2ea;border-radius:13px;background:#fff;white-space:nowrap}.mss-region-selected-count strong{display:flex;align-items:center;justify-content:center;min-width:27px;height:27px;padding:0 7px;border-radius:9px;background:#e9f9f1;color:#07894d;font-size:11px}.mss-region-selected-count span{font-size:9px;color:#64748b;font-weight:750}
.mss-region-all-title{margin:2px 0 9px;font-size:9px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#748296}
.mss-region-country-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;max-height:390px;overflow-y:auto;overflow-x:hidden;padding:3px 6px 7px 1px;scrollbar-width:thin;scrollbar-color:#aeb8c5 transparent}
.mss-region-country-grid label{display:flex;align-items:center;gap:8px;min-width:0;min-height:45px;padding:9px 11px;border:1px solid #e0e7ed;border-radius:12px;background:#fff;cursor:pointer;transition:.14s;box-sizing:border-box}
.mss-region-country-grid label:hover{border-color:#bdd8ca;background:#fbfefc}.mss-region-country-grid label:has(input:checked){border-color:#78d3a4;background:#eefbf5;box-shadow:inset 3px 0 0 var(--mss-primary)}
.mss-region-country-grid label span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px!important;font-weight:760!important;color:#28384d!important}.mss-region-country-grid label small{margin-left:auto!important;font-size:8px!important;color:#98a5b5!important}
.mss-new-category-box{margin-top:8px;padding:10px;border:1px dashed #a8d8bf;border-radius:12px;background:#f4fcf8}.mss-new-category-box input{background:#fff!important}.mss-new-category-box small{margin-top:5px!important;color:#5f7c6c!important}
.mss-editor-submit .mss-btn--primary{min-width:230px;justify-content:center}
@media(max-width:1200px){.mss-region-country-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:900px){.mss-region-featured-row{grid-template-columns:repeat(2,minmax(0,1fr))}.mss-region-country-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:640px){.mss-region-toolbar{grid-template-columns:1fr}.mss-region-country-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-height:480px}.mss-region-selector-v184{padding:12px}.mss-region-featured-row{gap:7px}}

/* 1.9.6 seller existing-account status */
.mss-account-status-card{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:18px;margin:0 0 22px;padding:20px 22px;border:1px solid #dbe7ef;border-radius:18px;background:linear-gradient(135deg,#fff,#f8fbfd);box-shadow:0 10px 30px rgba(15,23,42,.05)}.mss-account-status-card__icon{display:grid;place-items:center;width:54px;height:54px;border-radius:16px;background:#eafaf2;color:#16894f;font-size:22px;font-weight:900}.mss-account-status-card__copy small{display:block;color:#16894f;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.mss-account-status-card__copy h3{margin:4px 0 5px;font-size:19px}.mss-account-status-card__copy p{margin:0;color:#64748b;font-size:12px;line-height:1.55}.mss-account-status-card__meta{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.mss-account-status-card__meta span,.mss-account-status-card__meta strong{padding:5px 8px;border-radius:999px;background:#f1f5f9;font-size:10px}.mss-account-status-card--rejected,.mss-account-status-card--suspended{border-color:#fecaca;background:linear-gradient(135deg,#fff,#fff7f7)}.mss-account-status-card--rejected .mss-account-status-card__icon,.mss-account-status-card--suspended .mss-account-status-card__icon{background:#fee2e2;color:#b91c1c}.mss-account-status-card--rejected .mss-account-status-card__copy small,.mss-account-status-card--suspended .mss-account-status-card__copy small{color:#b91c1c}@media(max-width:760px){.mss-account-status-card{grid-template-columns:44px 1fr}.mss-account-status-card__icon{width:44px;height:44px}.mss-account-status-card>a{grid-column:1/-1;justify-content:center}}

.mss-account-status-card--waiting_review_seller{border-color:#f1d68a!important;background:#fffdf7!important}.mss-account-status-card--rejected_from_seller{border-color:#efc4c4!important;background:#fff8f8!important}

/* MultiStore Seller 1.9.27 — conversation SQL hotfix */
.mss-center-hero--v183 .mss-center-hero__actions{position:relative;z-index:8;pointer-events:auto}.mss-center-hero--v183 .mss-center-hero__actions a{position:relative;z-index:9;pointer-events:auto!important}.mss-marketplace-v180 .mss-center-hero--v183:after{pointer-events:none!important;z-index:0}.mss-center-hero--v183 .mss-center-hero__identity{z-index:2}.mss-mailbox-label{display:inline-flex;margin-left:7px;padding:4px 7px;border-radius:999px;background:#eefbf5;color:#168654;font-size:9px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;vertical-align:middle}.mss-nav-count{min-width:19px;height:19px;padding:0 5px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ef4444;color:#fff;font-size:10px;line-height:1;font-weight:900}
.mss-conversations-shell{border:1px solid #e2e8f0;border-radius:26px;background:#fff;box-shadow:0 18px 46px rgba(15,23,42,.06);overflow:hidden}.mss-conversations-top{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:26px 28px 20px;border-bottom:1px solid #edf2f7;background:linear-gradient(180deg,#fff,#fbfdfc)}.mss-conversations-top h2{margin:2px 0 7px;color:#0f172a;font-size:25px;font-weight:900;letter-spacing:-.03em}.mss-conversations-top p{margin:0;color:#64748b;font-size:12px}.mss-conversation-search{width:min(470px,100%);height:46px;display:flex;align-items:center;gap:8px;padding:0 7px 0 14px;border:1px solid #dbe4ea;border-radius:14px;background:#fff;box-shadow:0 7px 20px rgba(15,23,42,.04)}.mss-conversation-search i{font-size:18px;color:#94a3b8}.mss-conversation-search input{min-width:0;flex:1;height:42px;border:0!important;box-shadow:none!important;outline:0!important;background:transparent!important;font-size:12px}.mss-conversation-search button{height:34px;padding:0 13px;border:0;border-radius:10px;background:#0f172a;color:#fff;font-size:11px;font-weight:900;cursor:pointer}.mss-conversation-filters{display:flex;gap:8px;flex-wrap:wrap;padding:14px 28px;border-bottom:1px solid #edf2f7;background:#fff}.mss-conversation-filters a{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid #e2e8f0;border-radius:999px;color:#475569!important;background:#fff;font-size:10px;font-weight:900}.mss-conversation-filters a b{display:inline-flex;align-items:center;justify-content:center;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:#f1f5f9;color:#475569}.mss-conversation-filters a.is-active{border-color:#0f172a;background:#0f172a;color:#fff!important}.mss-conversation-filters .mss-filter-need.is-active{border-color:#dc2626;background:#dc2626}.mss-conversation-filters .mss-filter-read.is-active{border-color:#d97706;background:#d97706}.mss-conversation-filters .mss-filter-replied.is-active{border-color:#059669;background:#059669}.mss-conversation-filters a.is-active b{background:rgba(255,255,255,.2);color:#fff}.mss-conversation-layout{display:grid;grid-template-columns:minmax(310px,38%) 1fr;min-height:650px}.mss-thread-list{border-right:1px solid #edf2f7;background:#f8fafc;max-height:760px;overflow:auto;padding:12px}.mss-thread-card{display:block;margin-bottom:9px;padding:14px 15px;border:1px solid #e3e9ee;border-radius:16px;background:#fff;color:#0f172a!important;transition:.16s ease}.mss-thread-card:hover,.mss-thread-card.is-active{border-color:#9bd8bc;box-shadow:0 9px 25px rgba(15,23,42,.07);transform:translateY(-1px)}.mss-thread-card.is-active{background:linear-gradient(135deg,#fff,#f2fbf7);box-shadow:inset 3px 0 0 var(--mss-primary),0 9px 25px rgba(15,23,42,.06)}.mss-thread-card__top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:9px}.mss-thread-card__top time{font-size:9px;color:#94a3b8;font-weight:700}.mss-thread-status{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:8px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.mss-status-need_reply{background:#fef2f2;color:#dc2626}.mss-status-seller_read{background:#fff7ed;color:#c2410c}.mss-status-replied{background:#ecfdf5;color:#047857}.mss-thread-card>strong{display:block;margin-bottom:6px;font-size:12px;line-height:1.4}.mss-thread-email{display:flex;align-items:center;gap:5px;color:#64748b;font-size:10px}.mss-thread-card p{margin:9px 0;color:#64748b;font-size:10px;line-height:1.55}.mss-thread-card small{display:flex;align-items:flex-start;gap:5px;color:#7c8a9a;font-size:9px;line-height:1.4}.mss-thread-view{min-width:0;display:flex;flex-direction:column;background:#fff}.mss-thread-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 24px;border-bottom:1px solid #edf2f7}.mss-thread-head span{font-size:9px;color:#15925a;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.mss-thread-head h3{margin:4px 0 5px;font-size:17px;color:#0f172a;font-weight:900}.mss-thread-head small{color:#64748b;font-size:10px}.mss-message-stream{flex:1;min-height:320px;max-height:480px;overflow:auto;padding:22px 24px;background:linear-gradient(180deg,#fbfcfd,#f8fafc)}.mss-message-bubble{width:min(78%,620px);margin:0 auto 14px 0;padding:14px 16px;border:1px solid #e2e8f0;border-radius:5px 17px 17px 17px;background:#fff;box-shadow:0 7px 18px rgba(15,23,42,.04)}.mss-message-bubble.is-seller{margin-left:auto;margin-right:0;border-color:#bfe8d5;border-radius:17px 5px 17px 17px;background:#effbf5}.mss-message-meta{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:7px}.mss-message-meta strong{font-size:10px;color:#0f172a}.mss-message-meta span{font-size:8px;color:#94a3b8}.mss-message-bubble h4{margin:0 0 7px;font-size:11px;color:#334155}.mss-message-text{font-size:11px;line-height:1.65;color:#334155;word-break:break-word}.mss-message-attachments{display:flex;flex-wrap:wrap;gap:7px;margin-top:11px;padding-top:10px;border-top:1px solid rgba(148,163,184,.18)}.mss-message-attachments a{display:flex;align-items:center;gap:6px;max-width:100%;padding:7px 9px;border:1px solid #dce5eb;border-radius:10px;background:#fff;color:#334155!important;font-size:9px}.mss-message-attachments a span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mss-message-attachments a small{color:#94a3b8}.mss-reply-box{padding:19px 22px 22px;border-top:1px solid #edf2f7;background:#fff}.mss-reply-title{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:13px}.mss-reply-title>div{display:flex;align-items:center;gap:7px;color:#0f172a}.mss-reply-title i{font-size:18px;color:#15925a}.mss-reply-title span{font-size:9px;color:#64748b}.mss-reply-box>label{display:block;margin-bottom:10px}.mss-reply-box>label>span{display:block;margin-bottom:5px;color:#64748b;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.mss-reply-box input[type=text],.mss-reply-box textarea{width:100%;border:1px solid #dbe4ea!important;border-radius:12px!important;background:#fff!important;box-shadow:none!important;font-size:11px!important}.mss-reply-box input[type=text]{height:40px;padding:0 12px}.mss-reply-box textarea{padding:11px 12px;resize:vertical}.mss-reply-box input:focus,.mss-reply-box textarea:focus{border-color:#81c9aa!important;box-shadow:0 0 0 3px rgba(45,188,116,.09)!important}.mss-reply-footer{display:flex;align-items:center;justify-content:space-between;gap:16px}.mss-attachment-picker{position:relative;display:flex;align-items:center;gap:8px;min-height:40px;padding:0 12px;border:1px dashed #cbd5e1;border-radius:12px;cursor:pointer;color:#475569}.mss-attachment-picker input{position:absolute;inset:0;opacity:0;cursor:pointer}.mss-attachment-picker i{font-size:17px}.mss-attachment-picker span{font-size:10px;font-weight:900}.mss-attachment-picker small{font-size:8px;color:#94a3b8}.mss-empty--messages{min-height:260px;display:flex!important;align-items:center;justify-content:center;flex-direction:column;gap:7px;text-align:center}.mss-empty--messages i{font-size:38px;color:#cbd5e1}.mss-empty--messages strong{font-size:13px;color:#334155}.mss-empty--messages span{font-size:10px;color:#94a3b8}
@media(max-width:980px){.mss-conversations-top{align-items:stretch;flex-direction:column}.mss-conversation-search{width:100%}.mss-conversation-layout{grid-template-columns:1fr}.mss-thread-list{border-right:0;border-bottom:1px solid #edf2f7;max-height:340px}.mss-thread-view{min-height:520px}}@media(max-width:640px){.mss-conversations-top,.mss-conversation-filters{padding-left:16px;padding-right:16px}.mss-thread-head{align-items:flex-start;flex-direction:column;padding:18px 16px}.mss-message-stream{padding:16px 12px}.mss-message-bubble{width:92%}.mss-reply-box{padding:16px 12px}.mss-reply-footer{align-items:stretch;flex-direction:column}.mss-attachment-picker,.mss-reply-footer .mss-btn{width:100%}.mss-center-hero--v183 p{flex-wrap:wrap}.mss-mailbox-label{margin-left:0}}
.mss-order-message-link{display:inline-flex;align-items:center;gap:5px;padding:7px 9px;border-radius:9px;background:#effbf5;color:#087a49!important;font-size:9px;font-weight:900;white-space:nowrap}.mss-order-message-link:hover{background:#dff6eb;color:#05603a!important}
/* MultiStore Seller 1.9.29 — real seller mailbox */
.mss-mailbox-line{display:flex!important;align-items:center;gap:7px}.mss-mailbox-open,.mss-mailbox-inline{border:0;background:transparent;padding:0;color:inherit;font:inherit;cursor:pointer;text-decoration:none}.mss-mailbox-open{font-weight:800}.mss-mailbox-open:hover,.mss-mailbox-inline:hover{text-decoration:underline}.mss-conversations-top{align-items:center!important}.mss-mail-sync{height:46px;display:inline-flex;align-items:center;justify-content:center;gap:7px;flex:0 0 auto;padding:0 14px;border:1px solid #d8e4de;border-radius:13px;background:#f3fbf7;color:#147a4d;font-size:10px;font-weight:900;cursor:pointer}.mss-mail-sync i{font-size:17px}.mss-mail-sync.is-loading i{animation:mssSpin .8s linear infinite}@keyframes mssSpin{to{transform:rotate(360deg)}}
.mss-modal-open{overflow:hidden}.mss-mailbox-modal[hidden]{display:none!important}.mss-mailbox-modal{position:fixed;inset:0;z-index:999999;display:grid;place-items:center;padding:20px}.mss-mailbox-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.64);backdrop-filter:blur(6px)}.mss-mailbox-modal__dialog{position:relative;z-index:2;width:min(680px,100%);max-height:90vh;overflow:auto;padding:30px;border:1px solid rgba(255,255,255,.7);border-radius:28px;background:#fff;box-shadow:0 36px 90px rgba(15,23,42,.3)}.mss-mailbox-modal__close{position:absolute;right:18px;top:18px;width:38px;height:38px;border:1px solid #e2e8f0;border-radius:50%;background:#fff;color:#475569;cursor:pointer}.mss-mailbox-modal__icon{display:grid;place-items:center;width:58px;height:58px;margin-bottom:16px;border-radius:18px;background:#ecfdf5;color:#15925a;font-size:29px}.mss-mailbox-modal__dialog h3{margin:5px 0 8px;font-size:26px;font-weight:900;color:#0f172a;letter-spacing:-.03em}.mss-mailbox-modal__lead{margin:0 0 18px;color:#64748b;font-size:11px;line-height:1.6}.mss-mailbox-state{margin-bottom:14px;padding:10px 12px;border-radius:11px;background:#f8fafc;color:#64748b;font-size:10px;font-weight:800}.mss-mailbox-state.is-ready{background:#ecfdf5;color:#047857}.mss-mailbox-state.is-warning{background:#fff7ed;color:#c2410c}.mss-mailbox-state.is-error{background:#fef2f2;color:#b91c1c}.mss-mailbox-credentials{display:grid;gap:11px}.mss-mailbox-primary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 15px;border:1px solid #e2e8f0;border-radius:15px;background:#fbfdfe}.mss-mailbox-primary>span{min-width:100px;color:#64748b;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.mss-mailbox-primary>strong{flex:1;color:#0f172a;font-size:12px;word-break:break-all}.mss-mailbox-primary>button,.mss-mailbox-primary>div button{border:1px solid #dbe4ea;border-radius:9px;background:#fff;padding:7px 9px;color:#334155;font-size:9px;font-weight:900;cursor:pointer}.mss-mailbox-primary>div{display:flex;gap:6px}.mss-mailbox-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.mss-mailbox-grid article{display:flex;align-items:flex-start;gap:11px;padding:15px;border:1px solid #e2e8f0;border-radius:15px;background:#fff}.mss-mailbox-grid article>i{font-size:24px;color:#15925a}.mss-mailbox-grid span{display:block;margin-bottom:4px;color:#64748b;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.mss-mailbox-grid strong{display:block;color:#0f172a;font-size:11px}.mss-mailbox-grid small{display:block;margin-top:3px;color:#64748b;font-size:9px}.mss-mailbox-tip{display:flex;gap:9px;align-items:flex-start;margin-top:2px;padding:12px 13px;border-radius:13px;background:#f8fafc;color:#64748b;font-size:9px;line-height:1.55}.mss-mailbox-tip i{font-size:18px;color:#2563eb}.mss-secret{letter-spacing:.08em}
@media(max-width:700px){.mss-conversations-top{align-items:stretch!important}.mss-mail-sync{width:100%}.mss-mailbox-modal{padding:10px}.mss-mailbox-modal__dialog{padding:22px 15px;border-radius:20px}.mss-mailbox-primary{align-items:flex-start;flex-direction:column}.mss-mailbox-primary>div{width:100%}.mss-mailbox-grid{grid-template-columns:1fr}}

/* MSS 1.9.32 mailbox state */
.mss-mailbox-open{display:inline-flex!important;align-items:center;gap:8px;flex-wrap:wrap}.mss-mailbox-open__hint,.mss-mailbox-inline span{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border:1px solid #d6e4dc;border-radius:999px;background:#fff;color:#176b48;font-size:9px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.mss-mailbox-label.is-ready{background:#e9fbf1;color:#12814f}.mss-mailbox-label.is-pending{background:#fff2f2;color:#c33131}.mss-mailbox-inline{display:inline-flex;align-items:center;gap:7px;flex-wrap:wrap}.mss-mailbox-open:focus-visible,.mss-mailbox-inline:focus-visible{outline:2px solid #2563eb;outline-offset:3px;border-radius:6px}

/* Seller message attachments v1.9.47 */
.mss-message-attachment-item{position:relative;display:flex;align-items:center;max-width:100%}.mss-message-attachment-item>a{padding-right:31px!important}.mss-attachment-delete{position:absolute;right:4px;top:50%;width:24px;height:24px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;border:0;border-radius:8px;background:#fff1f2;color:#e11d48;cursor:pointer}.mss-attachment-delete:hover{background:#ffe4e6}.mss-attachment-upload{min-width:0;flex:1}.mss-selected-attachments{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.mss-selected-attachment{position:relative;display:grid;grid-template-columns:34px minmax(0,1fr) 26px;align-items:center;gap:8px;min-width:210px;max-width:330px;padding:7px 8px;border:1px solid #dbe4ea;border-radius:11px;background:#f8fafc}.mss-selected-attachment>img{width:34px;height:34px;object-fit:cover;border-radius:7px}.mss-selected-attachment>i{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:7px;background:#e2e8f0;color:#64748b;font-size:18px}.mss-selected-attachment>div{min-width:0}.mss-selected-attachment strong,.mss-selected-attachment small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mss-selected-attachment strong{font-size:9px;color:#334155}.mss-selected-attachment small{margin-top:2px;font-size:8px;color:#94a3b8}.mss-selected-attachment-remove{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:0;border-radius:7px;background:#fff1f2;color:#e11d48;cursor:pointer}.mss-selected-attachment-remove:hover{background:#ffe4e6}

/* Attachment preview / lightbox */
.mss-message-attachment-item>a{transition:.18s ease;box-shadow:0 4px 12px rgba(15,23,42,.03)}.mss-message-attachment-item>a:hover{border-color:#93c5fd;background:#f8fbff;box-shadow:0 8px 22px rgba(15,23,42,.08);transform:translateY(-1px)}.mss-message-attachment-item>a i{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#eff6ff;color:#2563eb;font-size:16px}.mss-message-attachment-item>a small{padding-left:3px}.mss-selected-attachment-thumb,.mss-selected-attachment-copy strong{cursor:zoom-in}.mss-selected-attachment-thumb:hover{filter:brightness(.94);transform:scale(1.03)}.mss-selected-attachment-copy strong:hover{color:#2563eb;text-decoration:underline}.mss-attachment-preview-modal[hidden]{display:none!important}.mss-attachment-preview-modal{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:28px}.mss-attachment-preview-backdrop{position:absolute;inset:0;background:rgba(3,7,18,.82);backdrop-filter:blur(7px)}.mss-attachment-preview-dialog{position:relative;z-index:1;width:min(1180px,96vw);height:min(860px,92vh);display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:24px;background:#0b1220;box-shadow:0 34px 90px rgba(0,0,0,.48)}.mss-attachment-preview-head{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 18px 14px 22px;border-bottom:1px solid rgba(255,255,255,.1);background:#111827}.mss-attachment-preview-head>div:first-child{min-width:0}.mss-attachment-preview-head .mss-panel-eyebrow{display:block;color:#60a5fa}.mss-attachment-preview-head strong{display:block;max-width:650px;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#f8fafc;font-size:14px}.mss-attachment-preview-head small{display:block;margin-top:2px;color:#94a3b8;font-size:10px}.mss-attachment-preview-actions{display:flex;align-items:center;gap:7px;flex-shrink:0}.mss-attachment-preview-actions button,.mss-attachment-preview-actions a{height:38px;min-width:38px;padding:0 11px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.13);border-radius:11px;background:rgba(255,255,255,.06);color:#e2e8f0!important;cursor:pointer;text-decoration:none}.mss-attachment-preview-actions button:hover,.mss-attachment-preview-actions a:hover{background:rgba(255,255,255,.13)}.mss-attachment-preview-actions .mss-attachment-preview-close{background:#7f1d1d;border-color:#991b1b;color:#fff!important}.mss-attachment-preview-stage{position:relative;flex:1;min-height:0;display:flex;align-items:center;justify-content:center;overflow:auto;padding:26px;background:radial-gradient(circle at center,#182235 0,#090f1b 72%)}.mss-preview-image-wrap{min-width:100%;min-height:100%;display:flex;align-items:center;justify-content:center;overflow:auto}.mss-preview-image{display:block;max-width:92%;max-height:calc(92vh - 130px);object-fit:contain;transform-origin:center center;transition:transform .18s ease;box-shadow:0 18px 60px rgba(0,0,0,.36);border-radius:10px}.mss-preview-frame{width:100%;height:100%;min-height:620px;border:0;border-radius:12px;background:#fff}.mss-preview-file-card{width:min(440px,92%);padding:34px;text-align:center;border:1px solid rgba(255,255,255,.14);border-radius:20px;background:#111827;color:#e2e8f0}.mss-preview-file-card>i{display:flex;width:70px;height:70px;margin:0 auto 16px;align-items:center;justify-content:center;border-radius:18px;background:#1e293b;color:#60a5fa;font-size:38px}.mss-preview-file-card strong,.mss-preview-file-card span{display:block}.mss-preview-file-card strong{font-size:14px;word-break:break-word}.mss-preview-file-card span{margin:7px 0 18px;color:#94a3b8;font-size:11px}.mss-preview-file-card a{display:inline-flex;padding:10px 16px;border-radius:10px;background:#2563eb;color:#fff!important;font-size:11px;font-weight:900}.mss-attachment-preview-open{overflow:hidden!important}@media(max-width:700px){.mss-attachment-preview-modal{padding:8px}.mss-attachment-preview-dialog{width:100%;height:96vh;border-radius:18px}.mss-attachment-preview-head{align-items:flex-start;flex-direction:column;padding:12px}.mss-attachment-preview-actions{width:100%;justify-content:flex-end}.mss-attachment-preview-stage{padding:12px}.mss-preview-frame{min-height:70vh}}

/* v1.9.51 - buyer message countdown + read-only seller profile */
.mss-mail-sync{min-width:155px;flex-direction:column!important;gap:1px!important;line-height:1.15}.mss-mail-sync>i{position:absolute;margin-left:-126px}.mss-mail-sync>[data-mss-sync-label]{font-size:10px;font-weight:900}.mss-mail-sync>[data-mss-sync-countdown]{display:block;font-size:7.5px;font-weight:700;color:#6b8778;white-space:nowrap}.mss-profile-support-note{display:flex;align-items:center;gap:13px;padding:16px 17px;margin-bottom:18px;border:1px solid #cfe4d8;border-radius:16px;background:#f4fbf7}.mss-profile-support-note>i{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border-radius:12px;background:#e3f5eb;color:#158253;font-size:18px}.mss-profile-support-note>div{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}.mss-profile-support-note strong{font-size:11px;color:#172338}.mss-profile-support-note span{font-size:9px;line-height:1.5;color:#718096}.mss-profile-data-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.mss-profile-data-grid article{min-width:0;padding:14px 15px;border:1px solid #e5ebf1;border-radius:14px;background:#fbfcfd}.mss-profile-data-grid article>span{display:block;margin-bottom:5px;color:#8491a2;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.mss-profile-data-grid article>strong{display:block;color:#172338;font-size:10.5px;line-height:1.45;overflow-wrap:anywhere}.mss-profile-data-wide{grid-column:span 2}@media(max-width:800px){.mss-profile-data-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mss-profile-support-note{align-items:flex-start;flex-wrap:wrap}.mss-profile-support-note .mss-btn{margin-left:51px}}@media(max-width:540px){.mss-profile-data-grid{grid-template-columns:1fr}.mss-profile-data-wide{grid-column:auto}.mss-profile-support-note .mss-btn{width:100%;margin-left:0}.mss-mail-sync>i{position:static;margin:0}}

/* MSS 1.9.52 — compact mailbox refresh + seller preferences */
.mss-conversations-top .mss-mail-sync{position:relative!important;min-width:118px!important;height:42px!important;padding:6px 11px!important;display:grid!important;grid-template-columns:24px auto!important;grid-template-rows:17px 12px!important;column-gap:7px!important;row-gap:0!important;align-items:center!important;border:1px solid #d7e7df!important;border-radius:12px!important;background:#f7fbf9!important;box-shadow:0 2px 7px rgba(15,78,50,.04)!important;color:#15774d!important;line-height:1!important}
.mss-conversations-top .mss-mail-sync>i{position:static!important;margin:0!important;grid-row:1/3!important;grid-column:1!important;width:24px!important;height:24px!important;display:grid!important;place-items:center!important;border-radius:8px!important;background:#e8f6ef!important;font-size:14px!important}
.mss-conversations-top .mss-mail-sync>[data-mss-sync-label]{grid-column:2!important;grid-row:1!important;text-align:left!important;font-size:9.5px!important;font-weight:900!important;white-space:nowrap!important}
.mss-conversations-top .mss-mail-sync>[data-mss-sync-countdown]{grid-column:2!important;grid-row:2!important;text-align:left!important;font-size:8px!important;font-weight:700!important;color:#7a9185!important;white-space:nowrap!important}
.mss-conversations-top .mss-mail-sync:hover{background:#f0f9f4!important;border-color:#bcdcca!important;transform:translateY(-1px)}
.mss-conversations-top .mss-mail-sync:disabled{opacity:.68!important;cursor:not-allowed!important;transform:none!important}
.mss-seller-preferences{display:grid;gap:10px;margin:0 0 18px}.mss-preference-card{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:13px;padding:14px 15px;border:1px solid #e1e9e5;border-radius:15px;background:#fbfdfc}.mss-preference-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#eaf7f0;color:#188155;font-size:20px}.mss-preference-copy{display:flex;flex-direction:column;gap:3px;min-width:0}.mss-preference-copy strong{font-size:11px;color:#172338}.mss-preference-copy span{font-size:9px;color:#788697;line-height:1.45}.mss-preference-switch{display:flex;align-items:center;gap:8px;cursor:pointer}.mss-preference-switch input{position:absolute;opacity:0;pointer-events:none}.mss-preference-switch i{position:relative;width:40px;height:22px;border-radius:999px;background:#d9e1e5;transition:.18s}.mss-preference-switch i:after{content:"";position:absolute;width:16px;height:16px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.18);transition:.18s}.mss-preference-switch input:checked+i{background:#29ae72}.mss-preference-switch input:checked+i:after{transform:translateX(18px)}.mss-preference-switch b{min-width:48px;font-size:9px;color:#536273}.mss-refresh-select select{min-width:112px;height:36px;padding:0 30px 0 11px;border:1px solid #d9e3df;border-radius:10px;background:#fff;color:#172338;font-size:10px;font-weight:800}.mss-preferences-actions{display:flex;justify-content:space-between;align-items:center;gap:14px;padding-top:2px}.mss-preferences-actions>small{font-size:8.5px;line-height:1.4;color:#7b8898}.mss-preferences-actions>.mss-btn{min-width:132px}.mss-profile-support-note{margin-top:6px!important}
@media(max-width:700px){.mss-preference-card{grid-template-columns:38px minmax(0,1fr)}.mss-preference-icon{width:38px;height:38px}.mss-preference-switch,.mss-refresh-select{grid-column:2}.mss-preferences-actions{align-items:stretch;flex-direction:column}.mss-preferences-actions>.mss-btn{width:100%}.mss-conversations-top .mss-mail-sync{width:auto!important;align-self:flex-start!important}}

/* 1.9.53 — approved offer lock, inventory and cleaner offer list */
.mss-offers-panel-v1953>.mss-panel-head p{margin:5px 0 0;color:#7b8797;font-size:11px}.mss-offers-table-wrap{border:1px solid #e7ecf1;border-radius:18px;overflow:hidden;background:#fff}.mss-offers-table{margin:0!important}.mss-offers-table thead th{padding:13px 15px!important;background:#f8fafc!important;color:#667085!important;font-size:9px!important;letter-spacing:.08em!important;text-transform:uppercase!important}.mss-offers-table tbody td{padding:15px!important;border-top:1px solid #edf1f4!important;vertical-align:middle!important}.mss-offers-table tbody tr:hover{background:#fbfdfc!important}.mss-offer-id{display:inline-flex;padding:6px 8px;border-radius:9px;background:#f2f4f7;color:#667085;font-size:10px;font-weight:900}.mss-offer-product-cell{display:flex;align-items:center;gap:11px;min-width:260px}.mss-offer-product-icon{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border:1px solid #dce9e3;border-radius:12px;background:#f2fbf6;color:#15915a;font-size:18px}.mss-offer-product-cell strong{display:block;max-width:420px;color:#172033;font-size:12px;line-height:1.35}.mss-offer-product-cell small{display:block;margin-top:4px;color:#8b96a5;font-size:9.5px}.mss-offer-price-cell{display:flex;flex-direction:column;gap:3px}.mss-offer-price-cell s{color:#98a2b3;font-size:9px}.mss-offer-price-cell strong{color:#101828;font-size:12px}.mss-stock-number{display:inline-grid;place-items:center;min-width:34px;height:30px;padding:0 8px;border-radius:9px;background:#eefaf3;color:#11824f;font-weight:900}.mss-offer-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.mss-action-btn{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:0 10px;border:1px solid #dfe5eb;border-radius:10px;background:#fff;color:#475467!important;font-size:9.5px;font-weight:850;text-decoration:none!important;transition:.15s ease}.mss-action-btn:hover{border-color:#b9c7d3;background:#f8fafc;transform:translateY(-1px)}.mss-action-btn--codes{border-color:#c8ead8;background:#effaf4;color:#0e8550!important}.mss-action-btn--codes:hover{border-color:#8ed2ad;background:#e6f8ef}
.mss-offer-editor-v1953>.mss-panel-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important}.mss-editor-main-status{gap:6px!important;padding:9px 12px!important;font-size:9px!important;white-space:nowrap}.mss-offer-editor-v1953 .mss-editor-section__title{display:flex;align-items:flex-start;gap:14px}.mss-offer-editor-v1953 .mss-editor-section__title>div{min-width:0}.mss-section-lock{display:inline-flex;align-items:center;gap:5px;margin-left:auto;padding:6px 9px;border:1px solid #dce4ea;border-radius:999px;background:#f8fafc;color:#64748b;font-size:9px;font-style:normal;font-weight:850;white-space:nowrap}.mss-locked-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.mss-locked-summary>div{padding:14px 15px;border:1px solid #e4e9ee;border-radius:14px;background:#fafbfc}.mss-locked-summary small{display:block;margin-bottom:5px;color:#8a96a6;font-size:8.5px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.mss-locked-summary strong{display:block;color:#182230;font-size:11px;line-height:1.35}.mss-region-chip-list{display:flex;gap:5px;flex-wrap:wrap}.mss-region-chip-list span{display:inline-flex;padding:5px 8px;border-radius:999px;background:#edf8f2;color:#117d4c;font-size:9px;font-weight:850}.mss-product-images-block{display:block!important}.mss-locked-inline-note{display:flex;align-items:center;gap:7px;margin:8px 0 12px;padding:10px 12px;border:1px solid #e2e8ee;border-radius:11px;background:#f8fafc;color:#657386;font-size:10px}.mss-offer-image-item.is-locked{position:relative;padding-right:45px!important}.mss-image-lock-badge{position:absolute;right:12px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#f2f4f7;color:#667085}.mss-image-upload-zone{position:relative;display:flex!important;align-items:center;justify-content:center;gap:8px;min-height:78px;margin-top:8px;border:1px dashed #bdc9d4;border-radius:14px;background:#fafcfd;color:#475467;cursor:pointer}.mss-image-upload-zone input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.mss-image-upload-zone>i{font-size:20px;color:#15915a}.mss-image-upload-zone>span{font-size:10px;font-weight:850}.mss-image-upload-zone>small{color:#98a2b3;font-size:9px}.mss-empty-inline{padding:14px;border:1px dashed #dce3e9;border-radius:12px;background:#fafbfc;color:#8b96a5;font-size:10px;text-align:center}
.mss-offer-editor-v1953 .mss-code-editor{padding:24px 24px 24px 88px!important;border:1px solid #e1e8e5!important;background:#fff!important;box-shadow:0 10px 28px rgba(15,23,42,.035)!important}.mss-offer-editor-v1953 .mss-code-editor .mss-editor-section__title>span{background:linear-gradient(145deg,#ecfaf3,#dcf6e9)!important;color:#0b8a50!important;box-shadow:inset 0 0 0 1px #d1eddf!important}.mss-offer-editor-v1953 .mss-code-editor .mss-editor-section__title h3{color:#101828!important}.mss-offer-editor-v1953 .mss-code-editor .mss-editor-section__title p{color:#7a8798!important}.mss-offer-editor-v1953 .mss-code-counters{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px!important;margin-bottom:14px!important}.mss-offer-editor-v1953 .mss-code-counters>div{min-width:0!important;padding:13px 14px!important;border:1px solid #e3e9ed!important;border-radius:13px!important;background:#f8faf9!important}.mss-offer-editor-v1953 .mss-code-counters>div>span{display:block;color:#7b8795;font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.mss-offer-editor-v1953 .mss-code-counters strong{display:block;margin-top:4px!important;color:#10231a!important;font-size:20px!important}.mss-code-add-card{padding:16px;border:1px solid #e5eaee;border-radius:16px;background:#fbfcfc}.mss-offer-editor-v1953 .mss-code-lines-preview{max-height:180px;border:1px solid #e7ebef!important;border-radius:12px!important;background:#fff!important;overflow:auto}.mss-offer-editor-v1953 .mss-code-line{color:#475467!important;background:#fff!important;border-bottom:1px solid #f0f2f4!important}.mss-offer-editor-v1953 .mss-code-line.is-duplicate{background:#fff5f5!important;box-shadow:inset 3px 0 0 #ef4444!important}.mss-offer-editor-v1953 .mss-code-price-row .mss-field{padding:0!important;border:0!important;background:transparent!important}.mss-stored-codes-head{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;margin:20px 0 9px}.mss-stored-codes-head h4{margin:0;color:#182230;font-size:14px}.mss-stored-codes-head p{margin:4px 0 0;color:#8994a3;font-size:9.5px}.mss-stored-codes-head>span{padding:6px 9px;border-radius:999px;background:#eff8f3;color:#168653;font-size:9px;font-weight:850}.mss-stored-codes-list{max-height:420px;border:1px solid #e4e9ee;border-radius:14px;background:#fff;overflow:auto}.mss-stored-code-row{display:grid;grid-template-columns:minmax(240px,1fr) 90px 110px 135px;align-items:center;gap:10px;padding:10px 12px;border-bottom:1px solid #edf0f2}.mss-stored-code-row:last-child{border-bottom:0}.mss-stored-code-value{display:flex;align-items:center;gap:8px;min-width:0}.mss-stored-code-value>i{color:#169158}.mss-stored-code-value code{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0;background:transparent;color:#263342;font:600 10px/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.mss-stored-code-value button{display:grid;place-items:center;width:26px;height:26px;border:1px solid #e0e6eb;border-radius:8px;background:#fff;color:#667085;cursor:pointer}.mss-stored-code-value button:hover,.mss-stored-code-value button.is-copied{border-color:#a9dcc1;background:#eefaf4;color:#11804d}.mss-code-status{display:inline-flex;justify-content:center;padding:5px 7px;border-radius:999px;font-size:8px;font-weight:900;text-transform:uppercase}.mss-code-status--available{background:#eaf9f1;color:#0c7c49}.mss-code-status--sent{background:#eef2f6;color:#5f6c7b}.mss-code-cost,.mss-stored-code-row time{color:#6f7d8d;font-size:9px}.mss-code-list-note{margin-top:8px;color:#8a96a5;font-size:9px}.mss-empty-inline--codes{display:flex;align-items:center;justify-content:center;gap:7px;min-height:62px}.mss-offer-editor-v1953 .mss-editor-submit{display:flex;justify-content:flex-end;padding:4px 0 0}.mss-offer-editor-v1953 .mss-editor-submit .mss-btn{min-width:180px}
@media(max-width:900px){.mss-locked-summary{grid-template-columns:1fr 1fr}.mss-stored-code-row{grid-template-columns:minmax(180px,1fr) 80px 90px}.mss-stored-code-row time{display:none}.mss-offer-editor-v1953 .mss-code-editor{padding:20px!important}}@media(max-width:640px){.mss-locked-summary{grid-template-columns:1fr}.mss-stored-code-row{grid-template-columns:1fr auto}.mss-code-cost,.mss-stored-code-row time{display:none}.mss-offer-actions{flex-direction:column;align-items:stretch}.mss-action-btn{justify-content:center}.mss-offer-editor-v1953>.mss-panel-head{align-items:flex-start!important}.mss-editor-main-status{margin-top:4px}.mss-offer-editor-v1953 .mss-code-counters{grid-template-columns:repeat(3,1fr)}}
.mss-offer-editor-v1953 .mss-code-editor .mss-field span{color:#344054!important}.mss-offer-editor-v1953 .mss-code-editor textarea,.mss-offer-editor-v1953 .mss-code-editor input,.mss-offer-editor-v1953 .mss-code-editor select{background:#fff!important;color:#182230!important;border-color:#d9e1e7!important}.mss-offer-editor-v1953 .mss-code-editor textarea:focus,.mss-offer-editor-v1953 .mss-code-editor input:focus,.mss-offer-editor-v1953 .mss-code-editor select:focus{border-color:#7fcda4!important;box-shadow:0 0 0 3px rgba(45,188,116,.1)!important}.mss-offer-editor-v1953 .mss-code-price-row .mss-field small{color:#8793a3!important}.mss-offer-editor-v1953 .mss-code-duplicate-warning{background:#fff1f2!important;color:#b42335!important;border-color:#fecdd3!important}
.mss-offer-editor-v1953 .mss-code-add-card .mss-code-entry{grid-template-columns:1fr!important;gap:10px!important}.mss-offer-editor-v1953 .mss-code-add-card textarea{min-height:170px!important}.mss-offer-editor-v1953 .mss-code-lines-preview:empty{display:none}

/* MultiStore Seller 1.9.54 — code delivery rules */
.mss-code-delivery-rules{display:grid;grid-template-columns:minmax(180px,240px) minmax(260px,1fr);gap:16px;align-items:end;margin-top:16px;padding:16px;border:1px solid #e6eaf0;border-radius:14px;background:#fff}
.mss-repeat-field input{width:96px!important;min-height:40px;border-radius:10px!important}
.mss-anti-repeat-setting{display:flex;align-items:center;gap:12px;min-height:54px;padding:10px 12px;border:1px solid #e7ebf1;border-radius:12px;background:#fafbfd;cursor:pointer}
.mss-anti-repeat-setting>input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}
.mss-antirep-track{position:relative;display:inline-flex;flex:0 0 48px;width:48px;height:26px;border-radius:999px;background:#cfd5df;cursor:pointer;transition:.18s ease}
.mss-antirep-track .thumb{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 2px 7px rgba(15,23,42,.22);transition:.18s ease}
.mss-antirep-track[aria-checked=true]{background:var(--mss-primary,#2dbc74)}
.mss-antirep-track[aria-checked=true] .thumb{transform:translateX(22px)}
.mss-anti-repeat-setting strong{display:block;font-size:13px;color:#111827}.mss-anti-repeat-setting small{display:block;margin-top:2px;color:#6b7280;font-size:11px;line-height:1.35}
@media(max-width:700px){.mss-code-delivery-rules{grid-template-columns:1fr}}

/* MultiStore Seller 1.9.57 — marketplace seller cards + reviews */
.mss-marketplace-offers-v1957{margin:24px 0}.mss-seller-marketplace{border:1px solid #e7eaf0;border-radius:24px;background:#fff;box-shadow:0 14px 44px rgba(16,24,40,.08);overflow:hidden}.mss-seller-marketplace__head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 26px;border-bottom:1px solid #edf0f3;background:linear-gradient(180deg,#fff,#fbfcfd)}.mss-seller-marketplace__head h3{margin:3px 0 5px;font-size:24px;line-height:1.15;color:#101828}.mss-seller-marketplace__head p{margin:0;color:#667085;font-size:13px}.mss-marketplace-kicker{display:block;color:#177245;font-size:10px;font-weight:850;letter-spacing:.13em}.mss-marketplace-trust{display:flex;align-items:center;gap:10px;padding:10px 13px;border:1px solid #d9eee3;border-radius:14px;background:#f2fbf6;color:#176b44}.mss-marketplace-trust i{font-size:23px}.mss-marketplace-trust span{display:grid}.mss-marketplace-trust strong{font-size:12px}.mss-marketplace-trust small{font-size:10px;color:#53836d}.mss-marketplace-list{display:grid;gap:10px;padding:14px}.mss-marketplace-seller{position:relative;display:grid;grid-template-columns:minmax(210px,1.35fr) minmax(280px,1.4fr) minmax(135px,.65fr) minmax(150px,.7fr);align-items:center;gap:18px;padding:18px 18px;border:1px solid #e7eaf0;border-radius:18px;background:#fff;transition:.2s ease}.mss-marketplace-seller:hover{border-color:#cdd6df;box-shadow:0 10px 30px rgba(16,24,40,.07);transform:translateY(-1px)}.mss-marketplace-seller.is-best{border-color:#cfeada;background:linear-gradient(90deg,#fbfffc,#fff 38%)}.mss-best-offer{position:absolute;top:-1px;right:18px;padding:5px 9px;border-radius:0 0 8px 8px;background:#157347;color:#fff;font-size:8px;font-weight:850;letter-spacing:.08em}.mss-seller-identity{appearance:none;border:0;background:transparent;display:flex;align-items:center;gap:13px;padding:0;text-align:left;cursor:pointer;min-width:0}.mss-marketplace-logo,.mss-profile-logo{display:grid;place-items:center;flex:0 0 auto;width:52px;height:52px;border:1px solid #e6e9ee;border-radius:14px;background:#f8fafc;overflow:hidden;color:#667085}.mss-marketplace-logo img,.mss-profile-logo img{width:100%;height:100%;object-fit:cover}.mss-marketplace-logo i,.mss-profile-logo i{font-size:25px}.mss-seller-main{display:grid;min-width:0}.mss-seller-name-line{display:flex;align-items:center;gap:6px;min-width:0}.mss-seller-name-line strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#101828;font-size:14px}.mss-seller-name-line i{color:#18794e;font-size:17px}.mss-seller-main small{margin-top:3px;color:#7a8493;font-size:10px}.mss-seller-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.mss-seller-metric{display:grid;grid-template-columns:auto 1fr;column-gap:6px;align-items:center;padding:8px 9px;border-radius:12px;background:#f8fafc}.mss-seller-metric i,.mss-seller-metric svg{grid-row:1/3;width:18px;height:18px;font-size:18px;color:#667085}.mss-seller-metric b{font-size:12px;color:#1d2939;line-height:1.05}.mss-seller-metric small{font-size:8px;color:#98a2b3;text-transform:uppercase;letter-spacing:.04em}.mss-seller-metric.is-positive i{color:#168750}.mss-seller-pricebox{display:grid;gap:3px}.mss-seller-pricebox>small{font-size:9px;color:#98a2b3;text-transform:uppercase}.mss-seller-pricebox>strong{font-size:20px;color:#101828;line-height:1.1}.mss-seller-pricebox>span{font-size:10px;color:#667085}.mss-seller-pricebox>span i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#18a15f;margin-right:3px}.mss-seller-buy-form{margin:0}.mss-marketplace-buy{width:100%;min-height:44px;border:0;border-radius:12px;padding:0 14px;background:#151a21;color:#fff;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:.18s ease}.mss-marketplace-buy:hover{background:#24704a;transform:translateY(-1px)}.mss-marketplace-buy:disabled{opacity:.45;cursor:not-allowed;transform:none}.mss-marketplace-flash{margin:0 0 12px;padding:12px 14px;border-radius:12px;font-size:12px;font-weight:650}.mss-marketplace-flash.is-ok{background:#ecfdf3;border:1px solid #b7e7cb;color:#18774b}.mss-marketplace-flash.is-error{background:#fff1f0;border:1px solid #f4c7c3;color:#b42318}

.mss-seller-profile-modal{position:fixed;inset:0;z-index:100001;display:grid;place-items:center;padding:24px}.mss-seller-profile-modal[hidden]{display:none!important}.mss-seller-profile-modal__backdrop{position:absolute;inset:0;background:rgba(12,18,28,.68);backdrop-filter:blur(6px)}.mss-seller-profile-dialog{position:relative;width:min(1050px,96vw);max-height:92vh;overflow:auto;border-radius:24px;background:#f7f9fb;box-shadow:0 30px 100px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.65)}.mss-seller-profile-close{position:absolute;z-index:3;right:16px;top:16px;width:38px;height:38px;border:1px solid #e5e9ef;border-radius:11px;background:#fff;color:#344054;display:grid;place-items:center;cursor:pointer}.mss-seller-profile-head{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:26px 64px 22px 26px;background:#fff;border-bottom:1px solid #e9edf2}.mss-profile-logo{width:68px;height:68px;border-radius:18px}.mss-profile-heading h3{margin:4px 0 3px;font-size:23px;color:#101828}.mss-profile-heading h3 i{color:#15804b}.mss-profile-heading p{margin:0;color:#667085;font-size:11px}.mss-profile-score{text-align:right;display:grid}.mss-profile-score strong{font-size:26px;line-height:1;color:#101828}.mss-profile-score span{color:#f5a623;letter-spacing:1px}.mss-profile-score small{font-size:9px;color:#98a2b3}.mss-profile-metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:18px 20px 0}.mss-profile-metrics-grid article{display:flex;align-items:center;gap:12px;padding:16px;border:1px solid #e4e9ee;border-radius:16px;background:#fff}.mss-profile-metrics-grid article i{font-size:22px;color:#18794e}.mss-profile-metrics-grid article.has-negative i{color:#c63c32}.mss-profile-metrics-grid article div{display:grid}.mss-profile-metrics-grid strong{font-size:18px;color:#101828}.mss-profile-metrics-grid span{font-size:10px;color:#667085}.mss-profile-columns{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:14px 20px}.mss-profile-card{border:1px solid #e3e7ed;border-radius:18px;background:#fff;padding:18px}.mss-profile-card__head{display:flex;align-items:center;gap:10px;padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid #eef1f4}.mss-profile-card__head>i{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#f0f7f3;color:#177146;font-size:18px}.mss-profile-card__head div{display:grid}.mss-profile-card__head strong{font-size:13px;color:#101828}.mss-profile-card__head span{font-size:9px;color:#98a2b3}.mss-profile-card dl{margin:0;display:grid;gap:0}.mss-profile-card dl>div{display:grid;grid-template-columns:130px 1fr;gap:12px;padding:9px 0;border-bottom:1px solid #f1f3f5}.mss-profile-card dt{font-size:10px;color:#98a2b3}.mss-profile-card dd{margin:0;font-size:11px;color:#344054;font-weight:650;word-break:break-word}.mss-profile-card dd a{color:#176c45}.mss-profile-yes{color:#137a49}.mss-seller-contact-form{display:grid;gap:10px}.mss-seller-contact-form label{display:grid;gap:5px}.mss-seller-contact-form label span{font-size:9px;color:#667085;font-weight:700}.mss-seller-contact-form input,.mss-seller-contact-form textarea{width:100%;border:1px solid #dfe4ea;border-radius:11px;background:#fbfcfd;padding:10px 11px;color:#202938;font-size:11px}.mss-seller-contact-form button,.mss-review-editor button,.mss-review-owner-actions button{min-height:39px;border:0;border-radius:10px;background:#17202a;color:#fff;font-size:10px;font-weight:800;padding:0 13px;cursor:pointer}.mss-seller-profile-open{overflow:hidden!important}

.mss-marketplace-reviews{margin:0 20px 20px;border:1px solid #e3e7ed;border-radius:18px;background:#fff;padding:18px}.mss-marketplace-reviews-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:12px}.mss-marketplace-reviews-head h4{margin:3px 0 0;font-size:16px}.mss-marketplace-review-list{display:grid;gap:10px}.mss-marketplace-review{padding:13px;border:1px solid #edf0f3;border-radius:13px;background:#fcfdfe}.mss-marketplace-review header{display:flex;align-items:center;gap:9px}.mss-marketplace-review header strong{font-size:11px}.mss-marketplace-review header small{color:#98a2b3;font-size:9px}.mss-marketplace-review .mss-stars{margin-left:auto;color:#d0d5dd}.mss-marketplace-review .mss-stars .is-on{color:#f4a620}.mss-marketplace-review h5{margin:9px 0 3px;font-size:12px}.mss-marketplace-review>p{margin:0;color:#475467;font-size:11px;line-height:1.5}.mss-review-thread-public{display:grid;gap:7px;margin-top:10px}.mss-review-thread-public>div{display:flex;gap:8px;padding:9px;border-radius:10px;background:#f5f7fa}.mss-review-thread-public i{margin-top:2px}.mss-review-thread-public strong{display:block;font-size:9px}.mss-review-thread-public p{margin:2px 0 0;font-size:10px;color:#566273}.mss-review-editor{margin-top:13px;padding-top:13px;border-top:1px solid #edf0f3;display:grid;gap:9px}.mss-rating-input{display:flex;gap:5px;flex-wrap:wrap}.mss-rating-input input{position:absolute;opacity:0;pointer-events:none}.mss-rating-input span{display:block;padding:6px 9px;border:1px solid #dfe4e8;border-radius:9px;background:#fff;font-size:10px;cursor:pointer}.mss-rating-input input:checked+span{background:#fff6da;border-color:#f2c85b;color:#815f00}.mss-review-editor input[type=text],.mss-review-editor textarea,.mss-review-owner-actions input{width:100%;border:1px solid #dfe4ea;border-radius:10px;padding:9px 10px;font-size:11px}.mss-review-owner-actions{display:flex;gap:8px;margin-top:8px}.mss-review-owner-actions form:first-child{display:flex;gap:7px;flex:1}.mss-review-owner-actions .is-delete{background:#fff1f0;color:#b42318;border:1px solid #fac9c4}.mss-review-login-note{display:flex;align-items:center;gap:8px;margin-top:12px;padding:10px;border-radius:10px;background:#f7f8fa;color:#667085;font-size:10px}

.mss-center-hero .mss-seller-avatar img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.mss-nav-count--reviews{background:#fff3cd!important;color:#8a6700!important}.mss-reviews-center{display:grid;gap:16px}.mss-reviews-hero{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px;border:1px solid #e5e9ee;border-radius:20px;background:linear-gradient(135deg,#fff,#f7fbf9);box-shadow:0 8px 30px rgba(16,24,40,.05)}.mss-reviews-hero h2{margin:4px 0 6px;font-size:24px}.mss-reviews-hero p{margin:0;color:#667085;font-size:12px;max-width:720px}.mss-reviews-score{text-align:right;display:grid}.mss-reviews-score strong{font-size:34px;line-height:1}.mss-reviews-score span{color:#f4a621;letter-spacing:2px}.mss-reviews-score small{font-size:10px;color:#98a2b3}.mss-review-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.mss-review-stat-grid article{display:flex;align-items:center;gap:12px;padding:16px;border:1px solid #e5e9ee;border-radius:16px;background:#fff}.mss-review-stat-grid i{font-size:24px;color:#667085}.mss-review-stat-grid .is-positive i{color:#16814d}.mss-review-stat-grid .is-negative i{color:#c33d33}.mss-review-stat-grid article div{display:grid}.mss-review-stat-grid strong{font-size:20px;color:#101828}.mss-review-stat-grid span{font-size:9px;color:#98a2b3;text-transform:uppercase}.mss-review-disabled{display:flex;gap:12px;align-items:center;padding:14px;border:1px solid #f3d28d;border-radius:14px;background:#fffaf0;color:#795a18}.mss-review-disabled i{font-size:22px}.mss-review-disabled div{display:grid}.mss-review-disabled strong{font-size:11px}.mss-review-disabled span{font-size:10px}.mss-seller-review-list{display:grid;gap:12px}.mss-seller-review-card{padding:17px;border:1px solid #e5e9ee;border-left:4px solid #279160;border-radius:16px;background:#fff}.mss-seller-review-card.is-negative{border-left-color:#d44b40}.mss-seller-review-card.is-neutral{border-left-color:#d0a229}.mss-seller-review-card>header{display:flex;align-items:center;gap:10px}.mss-review-buyer-avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#f1f4f7;color:#667085}.mss-review-buyer-copy{display:grid}.mss-review-buyer-copy strong{font-size:12px}.mss-review-buyer-copy span{font-size:9px;color:#98a2b3}.mss-review-buyer-copy span i{color:#15804b}.mss-review-card-score{margin-left:auto;text-align:right}.mss-review-card-score>strong{display:block;font-size:16px}.mss-review-card-score span i{color:#d0d5dd;font-size:12px}.mss-review-card-score span i.is-on{color:#f3a61e}.mss-review-product-line{display:flex;gap:7px;align-items:center;margin:11px 0 5px;color:#667085;font-size:9px}.mss-review-product-line b{margin-left:auto}.mss-seller-review-card h3{font-size:13px;margin:7px 0 3px}.mss-review-body{margin:0;color:#475467;font-size:11px;line-height:1.55}.mss-review-thread{display:grid;gap:7px;margin-top:12px;padding-left:16px;border-left:2px solid #e5e9ee}.mss-review-reply{display:flex;gap:8px;padding:9px 10px;border-radius:11px;background:#f8fafc}.mss-review-reply.is-seller{background:#f2fbf6}.mss-review-reply.is-admin{background:#f3f5ff}.mss-review-reply-icon{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid #e7eaee}.mss-review-reply div{display:grid}.mss-review-reply strong{font-size:9px}.mss-review-reply p{margin:2px 0;font-size:10px}.mss-review-reply small{font-size:8px;color:#98a2b3}.mss-review-reply-form{display:flex;gap:8px;margin-top:12px}.mss-review-reply-form>div{display:flex;align-items:center;gap:7px;flex:1;border:1px solid #e0e5ea;border-radius:11px;padding:0 10px;background:#fbfcfd}.mss-review-reply-form input{width:100%;height:39px;border:0;background:transparent;outline:none;font-size:10px}.mss-review-reply-form button{border:0;border-radius:10px;background:#17202a;color:#fff;padding:0 14px;font-size:10px;font-weight:800}.mss-preference-card--logo .mss-preference-logo-preview{overflow:hidden}.mss-preference-card--logo .mss-preference-logo-preview img{width:100%;height:100%;object-fit:cover}.mss-logo-upload input{display:none}.mss-logo-upload span{display:inline-flex;align-items:center;gap:6px;padding:9px 12px;border:1px solid #dfe4e9;border-radius:10px;background:#fff;font-size:10px;font-weight:750;cursor:pointer}

@media(max-width:1050px){.mss-marketplace-seller{grid-template-columns:1fr 1fr}.mss-seller-pricebox{grid-column:1}.mss-seller-buy-form{grid-column:2}.mss-profile-columns{grid-template-columns:1fr}.mss-review-stat-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.mss-seller-marketplace__head,.mss-reviews-hero{align-items:flex-start;flex-direction:column}.mss-marketplace-trust{width:100%}.mss-marketplace-seller{grid-template-columns:1fr;gap:12px}.mss-seller-pricebox,.mss-seller-buy-form{grid-column:auto}.mss-seller-metrics{grid-template-columns:repeat(3,1fr)}.mss-seller-profile-modal{padding:8px}.mss-seller-profile-dialog{width:100%;max-height:96vh;border-radius:18px}.mss-seller-profile-head{grid-template-columns:auto 1fr;padding:20px 54px 16px 16px}.mss-profile-score{grid-column:1/3;text-align:left;display:flex;gap:8px;align-items:center}.mss-profile-metrics-grid{grid-template-columns:1fr;padding:12px 12px 0}.mss-profile-columns{padding:12px}.mss-marketplace-reviews{margin:0 12px 12px}.mss-review-stat-grid{grid-template-columns:1fr 1fr}.mss-reviews-score{text-align:left}.mss-review-owner-actions{flex-direction:column}.mss-review-owner-actions form:first-child{width:100%}.mss-review-reply-form{flex-direction:column}.mss-review-reply-form button{min-height:38px}}
.mss-seller-reviews{margin:0 20px 20px;border:1px solid #e3e7ed;border-radius:18px;background:#fff;padding:18px}.mss-reviews-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.mss-reviews-head h4{margin:3px 0 0;font-size:16px;color:#101828}.mss-review-summary{padding:7px 10px;border-radius:10px;background:#f2fbf6;color:#286d4c;font-size:9px}.mss-review-summary b{font-size:12px}.mss-public-review-list{display:grid;gap:10px}.mss-public-review{padding:13px;border:1px solid #edf0f3;border-radius:13px;background:#fcfdfe}.mss-public-review.is-negative{border-left:3px solid #d84a40}.mss-public-review>header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.mss-public-review>header>div:first-child{display:grid}.mss-public-review>header strong{font-size:11px;color:#101828}.mss-verified-purchase{font-size:8px;color:#1b8050}.mss-review-stars{display:flex;gap:2px;color:#d0d5dd}.mss-review-stars i{font-size:12px}.mss-review-stars i.is-on{color:#f4a621}.mss-public-review h5{margin:8px 0 3px;font-size:12px}.mss-public-review>p{margin:0;color:#475467;font-size:11px;line-height:1.5}.mss-public-review>small{display:block;margin-top:6px;color:#98a2b3;font-size:8px}.mss-no-reviews{display:grid;place-items:center;gap:3px;padding:25px;border:1px dashed #dfe4ea;border-radius:13px;color:#667085;text-align:center}.mss-no-reviews>i{font-size:24px;color:#d1a333}.mss-no-reviews strong{font-size:11px}.mss-no-reviews span{font-size:9px}.mss-buyer-review-editor{margin-top:14px;padding-top:14px;border-top:1px solid #edf0f3}.mss-buyer-review-editor>div h4{margin:3px 0;font-size:14px}.mss-buyer-review-editor>div p{margin:0 0 10px;font-size:9px;color:#667085}.mss-buyer-review-editor>form{display:grid;gap:8px}.mss-buyer-review-editor input[type=text],.mss-buyer-review-editor textarea{width:100%;border:1px solid #dfe4ea;border-radius:10px;padding:9px 10px;background:#fbfcfd;font-size:11px}.mss-buyer-review-editor button{justify-self:start;min-height:38px;border:0;border-radius:10px;background:#17202a;color:#fff;padding:0 13px;font-size:10px;font-weight:800}.mss-seller-reviews .mss-review-thread{margin-top:9px}.mss-seller-reviews .mss-review-reply{padding:8px 9px}.mss-seller-reviews .mss-review-reply strong{font-size:9px}.mss-seller-reviews .mss-review-reply p{margin:2px 0;font-size:10px}.mss-seller-reviews .mss-review-reply small{font-size:8px;color:#98a2b3}@media(max-width:650px){.mss-seller-reviews{margin:0 12px 12px;padding:13px}.mss-reviews-head{align-items:flex-start;flex-direction:column}}
.mss-unverified-review{font-size:8px;color:#667085;background:#f2f4f7;padding:3px 6px;border-radius:7px}

/* MultiStore Seller 1.9.58 review flow CTA */
.mss-buyer-review-editor--redirect{display:flex!important;align-items:center;justify-content:space-between;gap:16px}.mss-review-flow-link{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;padding:11px 15px;border-radius:11px;background:#17212b;color:#fff!important;font-size:10px;font-weight:800;text-decoration:none!important;box-shadow:0 8px 18px rgba(16,24,40,.12)}.mss-review-flow-link:hover{background:#0d141b;color:#fff!important}@media(max-width:650px){.mss-buyer-review-editor--redirect{align-items:stretch;flex-direction:column}.mss-review-flow-link{justify-content:center}}
/* MSS 1.9.66 — public seller profile settings */
.mss-preference-card--textarea{align-items:flex-start!important}.mss-public-profile-field{grid-column:1/-1;display:block;width:100%}.mss-public-profile-field textarea,.mss-public-profile-field input{width:100%;border:1px solid #dce5e1;border-radius:12px;background:#fff;padding:11px 12px;color:#213128;font-size:10px;line-height:1.5;outline:none}.mss-public-profile-field textarea{min-height:104px;resize:vertical}.mss-public-profile-field textarea:focus,.mss-public-profile-field input:focus{border-color:#55b982;box-shadow:0 0 0 3px rgba(35,166,96,.09)}

/* 1.9.108 conversations timing + HTML preference */
.mss-conversation-insights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) minmax(190px,.9fr);gap:10px;margin:12px 0 16px}.mss-conversation-insights>article,.mss-html-view-toggle{border:1px solid #e5e7eb;border-radius:12px;background:#fff;padding:12px 14px;min-width:0}.mss-conversation-insights>article{display:flex;gap:10px;align-items:center}.mss-conversation-insights>article>i{font-size:22px}.mss-conversation-insights article strong,.mss-conversation-insights article span{display:block}.mss-conversation-insights article strong{font-size:16px}.mss-conversation-insights article span,.mss-html-view-toggle small{font-size:11px;color:#667085}.mss-html-view-toggle label{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0}.mss-html-view-toggle input[type=checkbox]{position:absolute;opacity:0}.mss-html-view-toggle label b{width:38px;height:22px;border-radius:20px;background:#d1d5db;position:relative;flex:0 0 auto}.mss-html-view-toggle label b:after{content:"";position:absolute;width:16px;height:16px;left:3px;top:3px;border-radius:50%;background:#fff;transition:.18s}.mss-html-view-toggle input:checked+b{background:#16a34a}.mss-html-view-toggle input:checked+b:after{transform:translateX(16px)}.mss-thread-timing{display:flex;flex-wrap:wrap;gap:8px;padding:10px 14px;border-bottom:1px solid #edf0f2;background:#f8fafc}.mss-thread-timing span{display:inline-flex;align-items:center;gap:5px;border:1px solid #e5e7eb;border-radius:999px;background:#fff;padding:6px 9px;font-size:12px}.mss-message-html{overflow-wrap:anywhere}.mss-message-html img{max-width:100%!important;height:auto!important}.mss-message-html table{max-width:100%!important;width:auto!important}.mss-message-html body,.mss-message-html html{margin:0!important;padding:0!important;background:transparent!important}
@media(max-width:900px){.mss-conversation-insights{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.mss-conversation-insights{grid-template-columns:1fr}.mss-thread-timing{align-items:stretch}.mss-thread-timing span{border-radius:10px}}

/* 1.9.116 repeat confirmation */
.mss-repeat-confirm-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.mss-repeat-confirm{min-height:42px;padding:0 14px;border:1px solid #b8d9c7;border-radius:10px;background:#eef9f3;color:#117647;font-size:9px;font-weight:850;cursor:pointer}.mss-repeat-confirm.is-confirmed{background:#18a45f;color:#fff;border-color:#18a45f}.mss-repeat-confirmed{font-style:normal;font-size:8px;color:#7b8792}.mss-repeat-confirmed+*{}


/* 1.9.117 — existing catalog product UX */
.mss-product-images-block[hidden]{display:none!important}
.mss-selected-product{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important}
.mss-selected-product[style*="display:none"]{display:none!important}
.mss-selected-product__open{margin-left:auto!important;display:inline-flex!important;align-items:center!important;gap:6px!important;padding:7px 10px!important;border:1px solid #bfe3cf!important;border-radius:9px!important;background:#fff!important;color:#117a49!important;font-size:9px!important;font-weight:850!important;text-decoration:none!important;white-space:nowrap!important}
.mss-selected-product__open:hover{background:#f4fbf7!important;border-color:#8fc9aa!important;color:#0c683d!important}

/* MSS 1.9.126 — premium offers, instructions and key withdrawal */
.mss-offers-panel-v196{overflow:visible!important}.mss-offers-head-v196{align-items:flex-end}.mss-offer-market-grid{display:grid;gap:14px}.mss-offer-market-card{border:1px solid #e6ebef;border-radius:20px;background:#fff;overflow:hidden;box-shadow:0 8px 28px rgba(16,24,40,.045);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.mss-offer-market-card:hover{transform:translateY(-2px);border-color:#d9e5df;box-shadow:0 16px 38px rgba(16,24,40,.075)}.mss-offer-market-main{display:grid;grid-template-columns:132px minmax(0,1fr);gap:18px;padding:16px}.mss-offer-market-cover{position:relative;display:block;width:132px;height:116px;border-radius:15px;overflow:hidden;background:linear-gradient(145deg,#f6f8fa,#edf3f0);border:1px solid #e6ebe8;text-decoration:none!important}.mss-offer-market-cover img{width:100%;height:100%;object-fit:cover;display:block}.mss-offer-market-cover>span{display:grid;place-items:center;width:100%;height:100%;font-size:34px;color:#7da691}.mss-offer-market-cover>b{position:absolute;left:8px;top:8px;padding:5px 7px;border-radius:8px;background:rgba(17,24,39,.82);color:#fff;font-size:8px;line-height:1;backdrop-filter:blur(6px)}.mss-offer-market-info{min-width:0;display:grid;align-content:center;gap:10px}.mss-offer-market-titleline{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.mss-offer-market-titleline h3{margin:3px 0 0;color:#111827;font-size:15px;line-height:1.35;font-weight:850}.mss-offer-market-kicker{display:block;color:#15915a;font-size:8px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.mss-offer-market-meta{display:flex;flex-wrap:wrap;gap:7px}.mss-offer-market-meta span{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:8px;background:#f7f9fa;color:#6b7280;font-size:8.5px}.mss-offer-market-stats{display:grid;grid-template-columns:repeat(3,minmax(110px,1fr));gap:8px}.mss-offer-market-stats>div{position:relative;min-height:54px;padding:9px 11px;border:1px solid #edf0f2;border-radius:11px;background:#fbfcfd}.mss-offer-market-stats small,.mss-offer-market-stats strong,.mss-offer-market-stats s{display:block}.mss-offer-market-stats small{margin-bottom:3px;color:#8a94a3;font-size:8px;font-weight:750}.mss-offer-market-stats strong{color:#172033;font-size:12px}.mss-offer-market-stats strong.is-stock{color:#12814e}.mss-offer-market-stats s{position:absolute;right:10px;bottom:9px;color:#a0a8b3;font-size:8px}.mss-offer-market-actions{display:flex;align-items:center;gap:7px;padding:11px 16px;border-top:1px solid #eef1f3;background:#fafbfc}.mss-offer-market-actions .mss-action-btn{min-height:35px}.mss-action-btn--edit{border-color:#d7e3ed;background:#f7fbff;color:#315d7c!important}.mss-offer-market-actions .mss-action-btn--danger{margin-left:auto}
.mss-instructions-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:14px}.mss-instruction-field textarea{min-height:272px!important;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace!important;line-height:1.55!important}.mss-instruction-field small b{color:#15915a}.mss-required-badge{align-self:center;padding:6px 9px;border-radius:999px;background:#fff2f0;color:#c23b2e;font-size:8px;font-style:normal;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.mss-token-panel{border:1px solid #e5e9ec;border-radius:15px;background:#fbfcfd;overflow:hidden}.mss-token-panel__head{padding:12px 13px;border-bottom:1px solid #e9edef;background:#fff}.mss-token-panel__head span{display:block;color:#172033;font-size:11px;font-weight:850}.mss-token-panel__head small{display:block;margin-top:2px;color:#87919d;font-size:8px}.tokens-wrap{display:grid;gap:0}.token-line{display:grid;grid-template-columns:max-content 1fr;align-items:center;gap:9px;padding:9px 12px;border-bottom:1px solid #edf0f2}.token-line:last-child{border-bottom:0}.token-line--required{background:#f1fbf6}.token-code{display:inline-flex;align-items:center;min-height:27px;padding:0 8px;border:1px solid #cdd8d2;border-radius:8px;background:#fff;color:#176c47;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px;font-weight:900;cursor:pointer;transition:.15s}.token-code:hover,.token-code:focus{border-color:#68ba8d;background:#ebf9f1;outline:none;transform:translateY(-1px)}.token-line--required .token-code{border-color:#8bd0aa;background:#e6f7ee}.token-desc{color:#657080;font-size:8px;line-height:1.35}.token-desc b{color:#be3d32}.mss-withdraw-card{display:grid;grid-template-columns:auto minmax(0,1fr) 150px auto;align-items:end;gap:12px;margin:14px 0;padding:14px;border:1px solid #cfe6da;border-radius:15px;background:linear-gradient(135deg,#f3fbf7,#fbfefd)}.mss-withdraw-card__icon{display:grid;place-items:center;width:42px;height:42px;align-self:center;border-radius:12px;background:#e5f6ed;color:#118552;font-size:21px}.mss-withdraw-card__copy{align-self:center}.mss-withdraw-card__copy strong,.mss-withdraw-card__copy span{display:block}.mss-withdraw-card__copy strong{color:#172033;font-size:11px}.mss-withdraw-card__copy span{margin-top:3px;color:#718076;font-size:8.5px}.mss-withdraw-card label>span{display:block;margin-bottom:5px;color:#667085;font-size:8px;font-weight:800}.mss-withdraw-card input{width:100%;height:39px;border:1px solid #cfdcd5;border-radius:9px;background:#fff;padding:0 10px;font-size:11px;outline:none}.mss-btn--withdraw{min-height:39px!important;background:#15271f!important}.mss-code-delete{display:grid;place-items:center;width:29px;height:29px;border:1px solid #f0d4d0;border-radius:8px;background:#fff8f7;color:#c94e42!important;text-decoration:none!important}.mss-code-delete:hover{background:#fdecea}.mss-withdraw-modal{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(8,15,12,.64);backdrop-filter:blur(8px)}.mss-withdraw-dialog{position:relative;width:min(760px,96vw);max-height:90vh;overflow:auto;border:1px solid rgba(255,255,255,.7);border-radius:22px;background:#fff;box-shadow:0 28px 90px rgba(0,0,0,.28)}.mss-withdraw-close{position:absolute;right:13px;top:13px;z-index:2;width:34px;height:34px;border:1px solid #e1e6e3;border-radius:10px;background:#fff;color:#49554f;font-size:22px;line-height:1;cursor:pointer}.mss-withdraw-dialog__head{display:flex;gap:12px;align-items:center;padding:20px 58px 16px 20px;border-bottom:1px solid #edf0ee;background:linear-gradient(135deg,#f3fbf6,#fff)}.mss-withdraw-dialog__icon{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:14px;background:#dff5e9;color:#11804d;font-size:24px}.mss-withdraw-dialog__head span{color:#15915a;font-size:8px;font-weight:900;letter-spacing:.1em}.mss-withdraw-dialog__head h3{margin:2px 0;color:#172033;font-size:17px}.mss-withdraw-dialog__head p{margin:3px 0 0;color:#758079;font-size:9px}.mss-withdraw-text{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important}.mss-withdraw-preview{display:grid;gap:7px;padding:16px 20px;max-height:420px;overflow:auto}.mss-withdraw-preview>div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 10px;border:1px solid #e8ecea;border-radius:11px;background:#fbfcfc}.mss-withdraw-preview>div>span{display:flex;align-items:center;gap:8px;min-width:0}.mss-withdraw-preview code{overflow-wrap:anywhere;color:#172033;font-size:10px;font-weight:750}.mss-withdraw-preview button{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;border:1px solid #dce3df;border-radius:8px;background:#fff;padding:6px 8px;color:#526059;font-size:8px;font-weight:800;cursor:pointer}.mss-withdraw-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:14px 20px;border-top:1px solid #edf0ee;background:#fafbfb}.mss-withdraw-actions form{margin-left:auto}.mss-btn--danger-solid{background:#c9443a!important;border-color:#c9443a!important;color:#fff!important}.mss-stored-code-row{grid-template-columns:minmax(240px,1fr) auto auto auto auto!important}
@media(max-width:900px){.mss-instructions-layout{grid-template-columns:1fr}.mss-withdraw-card{grid-template-columns:auto 1fr}.mss-withdraw-card label,.mss-withdraw-card .mss-btn--withdraw{grid-column:1/-1}.mss-offer-market-stats{grid-template-columns:repeat(3,1fr)}}
@media(max-width:650px){.mss-offer-market-main{grid-template-columns:88px minmax(0,1fr);gap:11px;padding:12px}.mss-offer-market-cover{width:88px;height:88px}.mss-offer-market-titleline{display:block}.mss-offer-market-titleline .mss-status-pill{margin-top:7px}.mss-offer-market-meta{display:none}.mss-offer-market-stats{grid-template-columns:1fr 1fr;margin-left:-99px;margin-top:8px}.mss-offer-market-stats>div:first-child{grid-column:1/-1}.mss-offer-market-actions{display:grid;grid-template-columns:1fr 1fr;padding:10px}.mss-offer-market-actions .mss-action-btn{justify-content:center}.mss-offer-market-actions .mss-action-btn--danger{margin-left:0}.mss-withdraw-modal{padding:8px}.mss-withdraw-dialog{width:100%;max-height:96vh;border-radius:17px}.mss-withdraw-actions{display:grid;grid-template-columns:1fr 1fr}.mss-withdraw-actions form{grid-column:1/-1;margin:0}.mss-withdraw-actions form button{width:100%;justify-content:center}.mss-stored-code-row{grid-template-columns:1fr auto!important}.mss-stored-code-row .mss-code-cost,.mss-stored-code-row time{display:none}}

/* MSS 1.9.127 catalog thumbnails, attachment and additional info */
.mss-search-result{display:grid!important;grid-template-columns:58px minmax(0,1fr) auto;gap:12px;align-items:center;text-align:left}.mss-search-result>img,.mss-search-result__placeholder{width:58px;height:58px;border-radius:11px;border:1px solid #e5e9e7;background:#fff;object-fit:contain;display:grid;place-items:center}.mss-search-result__copy{display:grid;gap:3px;min-width:0}.mss-search-result__copy strong{white-space:normal}.mss-search-result__copy em{font-style:normal;font-size:11px;color:#68736c}.mss-search-result__copy em b{color:#0a9550}.mss-selected-product{display:grid!important;grid-template-columns:68px minmax(0,1fr) auto;gap:14px;align-items:center}.mss-selected-product__image,.mss-selected-product--catalog>img{width:68px;height:68px;object-fit:contain;border:1px solid #e2e8e4;border-radius:12px;background:#fff}.mss-selected-product>span{display:grid;gap:4px}.mss-selected-product__price,.mss-selected-product>span>small{display:block;color:#6d7872}.mss-selected-product__price b,.mss-selected-product>span>small b{color:#087c41}.mss-attachment-box{margin-top:18px;padding:16px;border:1px dashed #d5ddd9;border-radius:14px;background:#fafcfb;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}.mss-attachment-box>div{display:flex;align-items:center;gap:11px}.mss-attachment-box>div>i{width:38px;height:38px;display:grid;place-items:center;border-radius:10px;background:#edf4f0;color:#63736a;font-size:19px}.mss-attachment-box>div span{display:grid;gap:2px}.mss-attachment-box>div small{color:#7a857f}.mss-attachment-box.is-required{border-color:#19a45e;background:#f3fbf6}.mss-attachment-box.is-required>div>i{background:#def5e8;color:#098849}.mss-delivery-attachment-upload{height:42px;padding:0 14px;border:1px solid #cfdad4;background:#fff;border-radius:10px;display:flex;gap:7px;align-items:center;cursor:pointer;font-weight:800}.mss-delivery-attachment-upload input{display:none}.mss-attachment-box>em{grid-column:1/-1;font-style:normal;font-size:11px;color:#3f4c45}.mss-extra-info-editor textarea{resize:vertical}.mss-extra-info-editor .mss-field>small{text-align:right}.mss-offer-market-cover img{object-fit:contain!important;background:#fff}.mss-offer-market-cover span{display:grid;place-items:center}.mss-offer-market-cover img[src=""]{display:none}@media(max-width:700px){.mss-selected-product{grid-template-columns:56px minmax(0,1fr)}.mss-selected-product__image,.mss-selected-product--catalog>img{width:56px;height:56px}.mss-selected-product__open{grid-column:1/-1}.mss-attachment-box{grid-template-columns:1fr}.mss-search-result{grid-template-columns:50px minmax(0,1fr)}.mss-search-result>img,.mss-search-result__placeholder{width:50px;height:50px}}

/* MSS 1.9.129 — catalog search, lighter withdraw, multi-attachment preview */
.mss-search-results{top:calc(100% - 2px)!important;padding:8px!important;max-height:430px!important;overflow:auto!important;border-radius:14px!important;box-shadow:0 14px 38px rgba(17,24,39,.13)!important}.mss-search-result{width:100%!important;min-height:76px!important;padding:8px 10px!important;border:0!important;border-bottom:1px solid #eef1ef!important;border-radius:9px!important;background:#fff!important;grid-template-columns:56px minmax(0,1fr) max-content!important}.mss-search-result:last-child{border-bottom:0!important}.mss-search-result:hover{background:#f7fbf8!important}.mss-search-result__copy{align-content:center!important}.mss-search-result__copy strong{font-size:11px!important;line-height:1.35!important;color:#1d2935!important}.mss-search-result__copy small{font-size:8px!important;color:#8b958f!important}.mss-search-result__copy em{font-size:9px!important}.mss-btn--withdraw{background:#eef9f3!important;border:1px solid #b9e2cb!important;color:#087a42!important;box-shadow:none!important}.mss-btn--withdraw:hover{background:#e3f6eb!important;border-color:#87cca5!important}.mss-attachment-box--multi{align-items:start!important}.mss-attachment-box__intro{align-items:center!important}.mss-attachment-preview{grid-column:1/-1;display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:9px;width:100%}.mss-attachment-item{display:grid!important;grid-template-columns:54px minmax(0,1fr)!important;gap:10px!important;align-items:center!important;padding:9px!important;border:1px solid #e2e8e5!important;border-radius:11px!important;background:#fff!important;min-width:0}.mss-attachment-thumb{width:54px;height:54px;border:1px solid #e3e9e6;border-radius:9px;background:#f8faf9;display:grid;place-items:center;overflow:hidden;cursor:pointer;padding:0}.mss-attachment-thumb img{width:100%;height:100%;object-fit:cover}.mss-attachment-thumb i{font-size:23px;color:#66756d}.mss-attachment-thumb small{font-size:7px;font-weight:900;color:#809087}.mss-attachment-item>div{display:grid;gap:3px;min-width:0}.mss-attachment-item>div strong{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mss-attachment-item>div small{font-size:8px;color:#8b958f}.mss-attachment-remove{grid-column:1/-1;display:flex;justify-content:flex-end}.mss-attachment-remove input{display:none}.mss-attachment-remove span{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border:1px solid #f0d2ce;border-radius:7px;background:#fff8f7;color:#b94338;font-size:8px;font-weight:800;cursor:pointer}.mss-attachment-remove input:checked+span{background:#b94338;color:#fff;border-color:#b94338}.mss-attachment-item.is-new .mss-attachment-remove span{border-color:#d9e3de;color:#5c6c63;background:#f8faf9}.mss-attachment-lightbox[hidden]{display:none!important}.mss-attachment-lightbox{position:fixed;inset:0;z-index:100010;background:rgba(12,18,15,.72);backdrop-filter:blur(7px);display:grid;place-items:center;padding:20px}.mss-attachment-lightbox>button{position:fixed;right:24px;top:22px;width:40px;height:40px;border:1px solid rgba(255,255,255,.45);border-radius:12px;background:#fff;color:#18231d;font-size:25px;cursor:pointer}.mss-attachment-lightbox>div{max-width:min(1000px,92vw);max-height:88vh;background:#fff;border-radius:16px;overflow:auto;box-shadow:0 25px 80px rgba(0,0,0,.35)}.mss-attachment-lightbox img{display:block;max-width:90vw;max-height:84vh;object-fit:contain}.mss-attachment-lightbox iframe{width:min(900px,88vw);height:80vh;border:0}.mss-attachment-lightbox pre{margin:0;padding:22px;min-width:min(700px,82vw);max-width:88vw;white-space:pre-wrap;font-size:12px}.mss-extra-info-editor h3{letter-spacing:0!important}

/* MSS 1.9.129 final UI corrections */
.mss-search-results{left:0!important;right:0!important;width:100%!important;box-sizing:border-box!important}
.mss-search-result{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;min-height:68px!important;padding:7px 9px!important}
.mss-search-result>img,.mss-search-result__placeholder{flex:0 0 52px!important;width:52px!important;height:52px!important}
.mss-search-result__copy{flex:1 1 auto!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:2px!important;margin:0!important;min-width:0!important}
.mss-search-result__copy strong,.mss-search-result__copy small,.mss-search-result__copy em{display:block!important;width:100%!important;margin:0!important;grid-column:auto!important;text-align:left!important}
.mss-search-result__copy strong{font-size:10px!important;line-height:1.3!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.mss-search-result__copy small{font-size:7.5px!important}.mss-search-result__copy em{font-size:8.5px!important}
.mss-search-result .mss-blocked-result{flex:0 0 auto!important}
.mss-btn--withdraw{background:#f4fbf7!important;border-color:#bfe5cf!important;color:#087c43!important;box-shadow:0 3px 10px rgba(8,124,67,.06)!important}.mss-btn--withdraw:hover{background:#eaf8f0!important;color:#066b39!important}
.mss-v1983-selected{overflow:hidden!important}.mss-v2001-selected-extra{display:flex;align-items:flex-start;gap:11px;margin:0 18px 18px;padding:12px 14px;border:1px solid #dcebe3;border-radius:12px;background:#f8fcfa;color:#26372e;min-width:0}.mss-v2001-selected-extra>i{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:9px;background:#e5f6ed;color:#099153;font-size:16px}.mss-v2001-selected-extra>div{min-width:0}.mss-v2001-selected-extra b{display:block;margin-bottom:3px;font-size:10px;color:#18271f}.mss-v2001-selected-extra span{display:block;font-size:10px;line-height:1.5;overflow-wrap:anywhere;word-break:normal;white-space:normal}
.mss-v1983-row{grid-template-rows:auto auto!important}.mss-v2001-row-extra--below{grid-column:1/-1!important;grid-row:2!important;display:flex!important;align-items:flex-start!important;gap:9px!important;margin:0!important;padding:10px 13px!important;border-top:1px solid #edf1ef!important;background:#fafcfb!important;min-width:0!important;max-width:none!important;width:auto!important}.mss-v2001-row-extra--below[style*="display:none"]{display:none!important}.mss-v2001-row-extra--below>i{flex:0 0 auto;margin-top:2px;color:#0b9a56}.mss-v2001-row-extra--below>div{min-width:0!important}.mss-v2001-row-extra--below b{display:block;margin-bottom:2px;font-size:8px;color:#415047}.mss-v2001-row-extra--below span{display:block;max-width:100%;font-size:9px;line-height:1.45;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important}
@media(max-width:700px){.mss-search-result__copy strong{white-space:normal!important}.mss-v2001-selected-extra{margin:0 10px 12px}.mss-v2001-row-extra--below{grid-column:1/-1!important}}

/* MSS 1.9.134 — premium sales analytics */
.mss-chart-card{padding:22px!important;overflow:hidden}.mss-chart-card .mss-panel-head{margin-bottom:12px}.mss-sales-chart{height:auto!important;min-height:390px;padding:0!important;border:1px solid #e5eee9!important;border-radius:20px!important;background:linear-gradient(180deg,#fff 0%,#fbfefc 100%)!important;overflow:visible!important}.mss-chart-top{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;padding:20px 22px 17px;border-bottom:1px solid #edf2ef}.mss-chart-top>div:first-child small{display:block;color:#15925a;font-size:8px;font-weight:900;letter-spacing:.13em}.mss-chart-top>div:first-child strong{display:block;margin-top:3px;color:#0c1d2e;font-size:27px;line-height:1;font-weight:900;letter-spacing:-.04em}.mss-chart-top>div:first-child span{display:block;margin-top:6px;color:#8592a2;font-size:9px;font-weight:650}.mss-chart-mini{display:flex;gap:8px}.mss-chart-mini>span{min-width:105px;padding:10px 12px;border-radius:12px;background:#f5faf7}.mss-chart-mini b,.mss-chart-mini small{display:block}.mss-chart-mini b{color:#142436;font-size:12px;font-weight:900}.mss-chart-mini small{margin-top:3px;color:#8794a4;font-size:7.5px;font-weight:700}.mss-chart-stage{position:relative;height:285px;padding:15px 18px 30px 54px}.mss-chart-stage svg{display:block;width:100%!important;height:230px!important;overflow:visible}.mss-chart-stage [data-chart-grid] line{stroke:#e8efeb;stroke-width:1;stroke-dasharray:4 7}.mss-chart-stage [data-chart-area]{stroke:none}.mss-chart-stage [data-chart-line]{fill:none;stroke:var(--mss-primary,#2dbc74);stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.mss-chart-stage [data-chart-points] circle{fill:#fff;stroke:var(--mss-primary,#2dbc74);stroke-width:3;vector-effect:non-scaling-stroke}.mss-chart-y{position:absolute;left:10px;top:15px;bottom:40px;width:40px;color:#94a0af;font-size:7.5px;font-weight:700}.mss-chart-y span{position:absolute;right:0;transform:translateY(-50%)}.mss-chart-labels{position:absolute!important;left:54px!important;right:18px!important;bottom:10px!important;display:flex!important;justify-content:space-between!important;color:#8996a5!important;font-size:8px!important;font-weight:750!important}.mss-chart-tooltip{position:absolute;z-index:4;transform:translate(-50%,-100%);min-width:94px;padding:8px 10px;border:1px solid #dbe9e1;border-radius:10px;background:#10281f;color:#fff;box-shadow:0 8px 24px rgba(15,23,42,.16);pointer-events:none;text-align:center}.mss-chart-tooltip:after{content:"";position:absolute;left:50%;bottom:-5px;width:9px;height:9px;background:#10281f;transform:translateX(-50%) rotate(45deg)}.mss-chart-tooltip b,.mss-chart-tooltip span{display:block}.mss-chart-tooltip b{font-size:10px}.mss-chart-tooltip span{margin-top:2px;color:#bad4c8;font-size:7.5px}.mss-chart-empty{display:flex;align-items:center;justify-content:center;min-height:280px;color:#8a98a8;font-size:11px;font-weight:700}@media(max-width:700px){.mss-chart-top{align-items:flex-start;flex-direction:column}.mss-chart-mini{width:100%;overflow:auto}.mss-chart-mini>span{min-width:95px}.mss-chart-stage{padding-left:45px}.mss-chart-labels{left:45px!important}}

/* MSS 1.9.135 editor header + single attachment */
.mss-editor-head-product{display:flex;align-items:center;gap:14px;min-width:0}.mss-editor-head-product>div{min-width:0}.mss-editor-head-product__image{width:64px;height:64px;flex:0 0 64px;display:grid;place-items:center;overflow:hidden;border:1px solid #dce7e1;border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(16,24,40,.07)}.mss-editor-head-product__image img{width:100%;height:100%;object-fit:contain;padding:5px}.mss-attachment-box--single .mss-attachment-preview{display:grid;grid-template-columns:minmax(0,1fr);gap:10px}.mss-attachment-box--single .mss-attachment-item{max-width:760px}.mss-attachment-box--single .mss-delivery-attachment-upload{max-width:360px}@media(max-width:640px){.mss-editor-head-product{align-items:flex-start}.mss-editor-head-product__image{width:52px;height:52px;flex-basis:52px;border-radius:13px}}

.mss-attachment-new-remove{grid-column:1/-1;justify-self:end;display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border:1px solid #f0d2ce;border-radius:8px;background:#fff8f7;color:#b94338;font-size:9px;font-weight:850;cursor:pointer}.mss-attachment-new-remove:hover{background:#fff1ef;border-color:#e9b9b3}.mss-attachment-box--single .mss-attachment-preview:empty{display:none}.mss-attachment-box--single .mss-attachment-preview:not(:empty){margin-top:4px}

/* X-Sender seller onboarding v1.9.137 */
.mss-integration-grid--wide{grid-template-columns:1fr!important}.mss-xseller-card{position:relative;overflow:hidden}.mss-integration-logo--xs{background:linear-gradient(135deg,#e9f1ff,#f8fbff);color:#2563eb;border:1px solid #cddcff}.mss-xseller-status{display:flex;align-items:center;gap:9px;padding:10px 13px;border-radius:12px;background:#f5f7fb;color:#5d6472;font-weight:700;font-size:13px}.mss-xseller-status.is-connected{background:#effaf4;color:#16834b}.mss-xseller-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}.mss-xseller-choice{position:relative;border:1px solid #e4e8ef;border-radius:16px;padding:20px;background:#fff;box-shadow:0 8px 26px rgba(15,23,42,.05)}.mss-xseller-choice>i{font-size:27px;color:#315eea}.mss-xseller-choice h4{font-size:17px;margin:10px 0 7px;color:#172033}.mss-xseller-choice p{font-size:13px;line-height:1.55;color:#697386;min-height:62px}.mss-xseller-choice__number{position:absolute;right:15px;top:13px;font-weight:900;font-size:24px;color:#edf0f5}.mss-xseller-choice .mss-btn{margin-top:8px}.mss-xseller-how{margin-top:16px;padding:18px;border-radius:16px;background:#f8fafc;border:1px solid #e7ebf1}.mss-xseller-how__title{display:flex;gap:11px;align-items:center}.mss-xseller-how__title>i{font-size:26px;color:#315eea}.mss-xseller-how__title strong{display:block;color:#172033;font-size:15px}.mss-xseller-how__title span{font-size:12px;color:#7a8495}.mss-xseller-how ol{margin:15px 0 0;padding-left:22px}.mss-xseller-how li{padding:5px 0;color:#4d586a;font-size:13px;line-height:1.5}.mss-xseller-credentials,.mss-xseller-connect-result{margin-top:16px;border:1px solid #ccebd9;background:#f2fbf6;border-radius:16px;padding:17px}.mss-xseller-connect-result{border-color:#d8e2ff;background:#f5f8ff}.mss-xseller-credentials__head{display:flex;gap:10px;align-items:center}.mss-xseller-credentials__head>i{font-size:25px;color:#17834c}.mss-xseller-credentials__head strong,.mss-xseller-connect-result>strong{display:block;font-size:15px;color:#162033}.mss-xseller-credentials__head span,.mss-xseller-connect-result p{display:block;font-size:12px;color:#6b7585;margin-top:3px}.mss-xseller-credentials dl{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:14px 0}.mss-xseller-credentials dl>div{padding:10px 12px;border-radius:10px;background:#fff}.mss-xseller-credentials dt{font-size:10px;text-transform:uppercase;color:#8892a0}.mss-xseller-credentials dd{margin:3px 0 0;font-size:13px;font-weight:800;overflow-wrap:anywhere}.mss-xseller-connect-result>div{display:flex;gap:10px;align-items:center;margin-top:11px}.mss-xseller-connect-result code{flex:1;background:#fff;padding:11px;border-radius:10px;font-size:13px;letter-spacing:.06em;overflow-wrap:anywhere}@media(max-width:760px){.mss-xseller-choice-grid,.mss-xseller-credentials dl{grid-template-columns:1fr}.mss-xseller-connect-result>div{align-items:stretch;flex-direction:column}}

.mss-xseller-password-row{grid-column:1/-1!important}.mss-xseller-password{display:block!important;font-size:18px!important;letter-spacing:.04em!important;color:#111827!important;background:#fff7d6!important;border:1px solid #f2d36b!important;padding:10px 12px!important;border-radius:9px!important;user-select:all!important}
/* MSS 1.9.143 X-Sender account + order details */
.mss-xseller-account-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.mss-xseller-account-actions form{margin:0}.mss-xseller-show-password{margin-left:10px;border:0;background:#eef2ff;color:#3347a8;border-radius:9px;padding:8px 10px;font-size:11px;font-weight:800;cursor:pointer}.mss-xseller-password.is-hidden{letter-spacing:.12em;color:#64748b!important;background:#f8fafc!important;border-color:#e2e8f0!important}.mss-xseller-credentials--saved{border-color:#cfe0ff;background:#f6f9ff}
.mss-orders-v214 .mss-order-ref{display:block;margin-top:3px;color:#98a0ad;font-size:9px;font-weight:600}.mss-order-actions{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.mss-order-detail-btn,.mss-order-delivery-btn{border:0;border-radius:9px;padding:7px 9px;font-size:9px;font-weight:900;display:inline-flex;align-items:center;gap:5px;cursor:pointer;white-space:nowrap}.mss-order-detail-btn{background:#f2f5ff;color:#3853b7}.mss-order-delivery-btn{background:#fff5e8;color:#a35a00}.mss-order-modal,.mss-order-delivery-modal{position:fixed;inset:0;z-index:10090;display:flex;align-items:center;justify-content:center;padding:20px}.mss-order-modal[hidden],.mss-order-delivery-modal[hidden]{display:none!important}.mss-order-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.58);backdrop-filter:blur(3px)}.mss-order-modal__dialog,.mss-order-delivery-dialog{position:relative;z-index:1;width:min(900px,96vw);max-height:92vh;overflow:auto;background:#fff;border-radius:22px;box-shadow:0 30px 90px rgba(15,23,42,.3);padding:24px}.mss-order-modal__close{position:absolute;right:16px;top:16px;border:0;background:#f1f5f9;width:36px;height:36px;border-radius:50%;cursor:pointer}.mss-order-modal__dialog>header,.mss-order-delivery-dialog>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-right:44px;margin-bottom:18px}.mss-order-modal__dialog h3,.mss-order-delivery-dialog h3{margin:3px 0 0;font-size:22px;color:#152033}.mss-order-modal__dialog header p{margin:5px 0 0;color:#718096;font-size:13px}.mss-order-paid{padding:7px 11px;border-radius:999px;background:#fff4e5;color:#9a5c08;font-size:11px;font-weight:900}.mss-order-paid.is-paid{background:#eaf9f0;color:#16824b}.mss-order-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.mss-order-detail-grid article{padding:13px;border:1px solid #e8ecf2;border-radius:13px;background:#fafbfd}.mss-order-detail-grid article.is-wide{grid-column:span 2}.mss-order-detail-grid span{display:block;font-size:9px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:#98a0ad}.mss-order-detail-grid strong{display:block;margin-top:5px;font-size:13px;color:#1f2937}.mss-order-detail-grid small{display:block;margin-top:3px;color:#667085;line-height:1.5}.mss-order-modal__actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:16px}.mss-order-frame{margin-top:16px;border:1px solid #e6eaf0;border-radius:14px;overflow:hidden;height:520px}.mss-order-frame iframe{width:100%;height:100%;border:0}.mss-order-delivery-dialog{width:min(1180px,97vw);padding:16px}.mss-order-delivery-dialog>header{padding:4px 4px 12px}.mss-order-delivery-dialog>header button{border:0;background:#f1f5f9;width:36px;height:36px;border-radius:50%;cursor:pointer}.mss-order-delivery-dialog>iframe{display:block;width:100%;height:min(760px,78vh);border:1px solid #e5e7eb;border-radius:14px;background:#fff}@media(max-width:760px){.mss-order-detail-grid{grid-template-columns:1fr}.mss-order-detail-grid article.is-wide{grid-column:auto}.mss-order-modal__dialog{padding:18px}.mss-order-actions{justify-content:flex-start}}

/* MSS SELLER TIERS 1.9.155 */
.mss-tier-page{display:grid;gap:22px}.mss-tier-hero{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:34px;border-radius:28px;background:linear-gradient(135deg,#101827,#19243a);color:#fff;box-shadow:0 22px 55px rgba(15,23,42,.18)}.mss-tier-hero:after{content:"";position:absolute;width:340px;height:340px;border-radius:50%;right:-120px;top:-150px;background:radial-gradient(circle,rgba(255,255,255,.18),transparent 68%)}.mss-tier-hero__copy{max-width:760px;position:relative;z-index:2}.mss-tier-hero__copy h2{font-size:38px;line-height:1.05;margin:6px 0 12px;color:#fff}.mss-tier-hero__copy p{margin:0;color:rgba(255,255,255,.76);font-size:15px;line-height:1.7}.mss-tier-current-badge{position:relative;z-index:2;min-width:235px;padding:24px;text-align:center;border:1px solid rgba(255,255,255,.18);border-radius:24px;background:rgba(255,255,255,.08);backdrop-filter:blur(12px)}.mss-tier-current-badge small,.mss-tier-current-badge span{display:block;color:rgba(255,255,255,.7)}.mss-tier-current-badge strong{display:block;font-size:20px;margin:6px 0}.mss-tier-emblem{position:relative;width:70px;height:70px;margin:0 auto 12px;border-radius:23px;display:grid;place-items:center;background:linear-gradient(145deg,#eef2f7,#fff);box-shadow:inset 0 0 0 1px rgba(15,23,42,.08),0 12px 28px rgba(2,6,23,.22)}.mss-tier-emblem i{font-size:34px;color:#64748b}.mss-tier-emblem b{position:absolute;right:-5px;bottom:-5px;width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#0f172a;color:#fff;font-size:11px;border:3px solid #fff}.mss-tier-family--gold .mss-tier-emblem i{color:#d69b16}.mss-tier-family--diamond .mss-tier-emblem i{color:#26a9e0}.mss-tier-family--platinum .mss-tier-emblem i{color:#7c8da4}.mss-tier-family--ultimate .mss-tier-emblem i{color:#8b5cf6}.mss-tier-layout{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:22px;align-items:start}.mss-tier-scorecard{position:sticky;top:20px;background:#fff;border:1px solid #e5eaf1;border-radius:26px;padding:22px;box-shadow:0 14px 40px rgba(15,23,42,.07)}.mss-tier-scorecard__head span,.mss-tier-next span{font-size:11px;font-weight:800;letter-spacing:.14em;color:#64748b}.mss-tier-scorecard__head h3{margin:5px 0 4px;font-size:23px}.mss-tier-scorecard__head p{margin:0;color:#7b8799}.mss-tier-metrics{display:grid;gap:9px;margin:20px 0}.mss-tier-metrics article{display:flex;align-items:center;gap:12px;padding:12px 13px;border-radius:15px;background:#f8fafc;border:1px solid #edf1f5}.mss-tier-metrics article>i{width:36px;height:36px;display:grid;place-items:center;border-radius:12px;background:#fff;font-size:19px;color:#334155}.mss-tier-metrics article div{display:flex;flex-direction:column}.mss-tier-metrics article span{font-size:11px;color:#7b8799}.mss-tier-metrics article strong{font-size:16px;color:#111827}.mss-tier-metrics article small{font-size:10px;color:#94a3b8}.mss-tier-metrics article.is-alert{background:#fff7ed;border-color:#fed7aa}.mss-tier-benefits{padding:17px;border-radius:18px;background:#101827;color:#fff}.mss-tier-benefits h4{margin:0 0 10px;color:#fff}.mss-tier-benefits dl{margin:0}.mss-tier-benefits dl>div{display:flex;justify-content:space-between;gap:15px;padding:8px 0;border-top:1px solid rgba(255,255,255,.08)}.mss-tier-benefits dt{font-size:12px;color:#aab5c5}.mss-tier-benefits dd{margin:0;font-weight:800}.mss-tier-benefits .is-yes{color:#72e6a5}.mss-tier-next{margin-top:14px;padding:14px;border-radius:16px;background:#eff6ff;border:1px solid #dbeafe}.mss-tier-next strong{display:block;margin-top:4px;color:#1d4ed8}.mss-tier-next p{margin:4px 0 0;font-size:12px;color:#64748b}.mss-tier-next.is-max{background:#f5f3ff;border-color:#ddd6fe}.mss-tier-roadmap{display:grid;gap:13px}.mss-tier-card{position:relative;padding:19px;border:1px solid #e5eaf1;border-radius:22px;background:#fff;box-shadow:0 8px 26px rgba(15,23,42,.045);transition:.2s}.mss-tier-card.is-current{border-color:#2563eb;box-shadow:0 14px 36px rgba(37,99,235,.15);transform:translateY(-1px)}.mss-tier-card.is-complete{background:#fbfffd;border-color:#d9f5e5}.mss-tier-card__top{display:flex;align-items:center;gap:14px}.mss-tier-card__top .mss-tier-emblem{width:52px;height:52px;border-radius:17px;margin:0}.mss-tier-card__top .mss-tier-emblem i{font-size:25px}.mss-tier-card__top>div:nth-child(2){flex:1}.mss-tier-card__top span{font-size:10px;font-weight:800;letter-spacing:.14em;color:#94a3b8}.mss-tier-card__top h3{margin:2px 0 0;font-size:18px}.mss-tier-card__top em{font-style:normal;font-size:10px;font-weight:900;color:#fff;background:#2563eb;border-radius:999px;padding:7px 10px}.mss-tier-card__top em.is-done{background:#16a34a}.mss-tier-req-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin:15px 0}.mss-tier-req-grid span{padding:10px;border-radius:13px;background:#f8fafc;text-align:center}.mss-tier-req-grid i{display:block;font-size:17px;color:#64748b;margin-bottom:5px}.mss-tier-req-grid b{display:block;font-size:13px}.mss-tier-req-grid small{display:block;font-size:9px;color:#94a3b8}.mss-tier-card__terms{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.mss-tier-card__terms span{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:10px 11px;border-radius:12px;background:#0f172a;color:#fff}.mss-tier-card__terms small{color:#aab5c5}.mss-tier-card__terms b{font-size:12px}@media(max-width:1100px){.mss-tier-layout{grid-template-columns:1fr}.mss-tier-scorecard{position:static}.mss-tier-req-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.mss-tier-hero{padding:24px;display:grid}.mss-tier-current-badge{min-width:0}.mss-tier-hero__copy h2{font-size:31px}.mss-tier-req-grid{grid-template-columns:repeat(2,1fr)}.mss-tier-card__terms{grid-template-columns:repeat(2,1fr)}}

/* MSS 1.9.181 — Seller dashboard analytics, pending replies and tier progress */
.mss-dashboard-filter-v181{padding:18px 20px!important;margin-bottom:14px}.mss-dashboard-range-form{display:grid;grid-template-columns:minmax(220px,1.25fr) minmax(180px,.75fr) minmax(170px,.65fr) auto;gap:12px;align-items:end}.mss-dashboard-range-title h2{margin:2px 0 3px!important;font-size:20px!important}.mss-dashboard-range-title p{margin:0;color:#809087;font-size:11px}.mss-dashboard-range-form label{display:flex;flex-direction:column;gap:6px}.mss-dashboard-range-form label>span{font-size:9px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;color:#6f8178}.mss-dashboard-range-form select,.mss-dashboard-range-form input{height:42px;border:1px solid #d9e5df;border-radius:11px;background:#fff;padding:0 11px;font:800 11px/1 inherit;color:#183328;outline:0}.mss-dashboard-range-form select:focus,.mss-dashboard-range-form input:focus{border-color:#83cbaa;box-shadow:0 0 0 3px rgba(47,188,120,.09)}.mss-dashboard-custom-range{display:flex;gap:8px}.mss-dashboard-custom-range label{min-width:130px}.mss-dashboard-range-submit{height:42px!important;white-space:nowrap}.mss-stat-grid--range-v181 article{position:relative;overflow:hidden}.mss-stat-grid--range-v181 article:before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background:linear-gradient(#2dbc74,#7cdbab)}.mss-stat-grid--range-v181 article small{display:block;margin-top:6px;color:#84918b;font-size:9px}.mss-dashboard-currencies-v181{display:flex;align-items:center;gap:12px;margin:11px 0 14px;padding:10px 13px;border:1px solid #e0ebe5;border-radius:12px;background:#f8fcfa;min-height:48px}.mss-dashboard-currencies-v181>div:first-child{display:flex;align-items:center;gap:7px;font-size:10px;font-weight:900;color:#365648}.mss-dashboard-currencies-v181>div:first-child i{font-size:18px;color:var(--mss-primary,#2dbc74)}.mss-dashboard-currency-chips{display:flex;flex-wrap:wrap;gap:7px;flex:1}.mss-dashboard-currency-chips span{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border:1px solid #dce8e2;border-radius:999px;background:#fff;font-size:9px;color:#53665d}.mss-dashboard-currency-chips b{color:#14784c}.mss-dashboard-currencies-v181>small{font-size:9px;color:#89968f;white-space:nowrap}.mss-dashboard-pending-v181,.mss-dashboard-tier-v181{margin-top:14px}.mss-dashboard-pending-list{display:grid;gap:8px}.mss-dashboard-pending-item{display:grid;grid-template-columns:38px minmax(0,1fr) 20px;align-items:center;gap:10px;padding:11px 12px;border:1px solid #e3ebe7;border-radius:12px;background:#fff;color:#21342b;text-decoration:none!important;transition:.16s ease}.mss-dashboard-pending-item:hover{border-color:#addbc4;background:#f8fcfa;transform:translateY(-1px)}.mss-dashboard-pending-icon{width:36px;height:36px;border-radius:10px;background:#eaf8f1;display:grid;place-items:center;color:#15945a;font-size:18px}.mss-dashboard-pending-copy>span{display:flex;align-items:center;gap:8px;min-width:0}.mss-dashboard-pending-copy strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mss-dashboard-pending-copy em{font-style:normal;padding:3px 7px;border-radius:999px;background:#fff3dc;color:#a86400;font-size:7px;font-weight:900;white-space:nowrap}.mss-dashboard-pending-copy small{display:block;margin-top:2px;font-size:8px;color:#87948e}.mss-dashboard-pending-copy p{margin:4px 0 0!important;font-size:9px;color:#64736c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mss-dashboard-pending-item>i{color:#9ba9a2}.mss-dashboard-pending-footer{display:flex;justify-content:space-between;align-items:center;margin-top:10px;padding-top:10px;border-top:1px solid #edf2ef;font-size:9px}.mss-dashboard-pending-footer span{color:#85928c}.mss-dashboard-pending-footer a{font-weight:900;color:#12844f;text-decoration:none}.mss-empty--messages{display:flex!important;align-items:center;justify-content:center;gap:8px;min-height:90px}.mss-empty--messages i{font-size:22px;color:#20a765}.mss-tier-journey-v181{display:grid;grid-template-columns:170px minmax(260px,1fr) 170px;gap:22px;align-items:center;padding:16px;border:1px solid #e1eae5;border-radius:15px;background:linear-gradient(90deg,#fafdfb,#fff,#fafdfb)}.mss-tier-node-v181{text-align:center}.mss-tier-node-v181 small{display:block;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.05em;color:#829088}.mss-tier-node-v181 img{display:block;width:74px;height:74px;object-fit:contain;margin:5px auto 3px}.mss-tier-node-v181 strong{display:block;font-size:12px;color:#172920}.mss-tier-progress-v181{text-align:center}.mss-tier-progress-meta{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:baseline}.mss-tier-progress-meta strong{font-size:22px;color:#12834f}.mss-tier-progress-meta span{text-align:left;font-size:9px;color:#718078}.mss-tier-progress-meta b{font-size:12px;color:#12834f}.mss-tier-progress-bar-v181{height:8px;background:#e7efeb;border-radius:99px;overflow:hidden;margin:8px 0}.mss-tier-progress-bar-v181 i{display:block;height:100%;background:linear-gradient(90deg,#15a861,#48cf8e);border-radius:99px}.mss-tier-progress-v181>small{font-size:8px;color:#7d8a84}.mss-tier-requirements-v181{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px}.mss-tier-requirements-v181>div{display:grid;grid-template-columns:20px 1fr;grid-template-rows:auto auto;column-gap:8px;padding:10px;border:1px solid #e4ebe7;border-radius:11px;background:#fff}.mss-tier-requirements-v181 i{grid-row:1/3;align-self:center;font-size:18px;color:#aab5b0}.mss-tier-requirements-v181 span{font-size:8px;color:#77857e}.mss-tier-requirements-v181 b{font-size:9px;color:#283b32}.mss-tier-requirements-v181>div.is-ok{background:#f3fbf7;border-color:#bde4cf}.mss-tier-requirements-v181>div.is-ok i,.mss-tier-requirements-v181>div.is-ok b{color:#12894f}
@media(max-width:1050px){.mss-dashboard-range-form{grid-template-columns:1fr 1fr}.mss-dashboard-range-title{grid-column:1/-1}.mss-dashboard-range-submit{justify-self:start}.mss-tier-journey-v181{grid-template-columns:130px 1fr 130px}.mss-tier-requirements-v181{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.mss-dashboard-filter-v181{padding:14px!important}.mss-dashboard-range-form{grid-template-columns:1fr}.mss-dashboard-range-title{grid-column:auto}.mss-dashboard-range-main,.mss-dashboard-range-extra,.mss-dashboard-custom-range,.mss-dashboard-range-submit{width:100%}.mss-dashboard-custom-range{display:grid!important;grid-template-columns:1fr 1fr}.mss-dashboard-range-submit{justify-content:center}.mss-dashboard-currencies-v181{align-items:flex-start;flex-direction:column}.mss-dashboard-currencies-v181>small{white-space:normal}.mss-dashboard-pending-v181 .mss-panel-head,.mss-dashboard-tier-v181 .mss-panel-head{align-items:flex-start;flex-direction:column}.mss-dashboard-pending-v181 .mss-panel-head .mss-btn,.mss-dashboard-tier-v181 .mss-panel-head .mss-btn{width:100%;justify-content:center}.mss-dashboard-pending-item{grid-template-columns:34px minmax(0,1fr) 14px;padding:10px}.mss-dashboard-pending-copy>span{align-items:flex-start;flex-direction:column;gap:3px}.mss-dashboard-pending-copy strong,.mss-dashboard-pending-copy p{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mss-tier-journey-v181{grid-template-columns:1fr 1fr;gap:12px}.mss-tier-progress-v181{grid-column:1/-1;grid-row:2}.mss-tier-node-v181.is-current{grid-column:1}.mss-tier-node-v181.is-next{grid-column:2}.mss-tier-requirements-v181{grid-template-columns:1fr}.mss-tier-node-v181 img{width:64px;height:64px}}

/* MSS 1.9.182 finance, support, review-resolution and offer switches */
.mss-stat-grid--range-v181{grid-template-columns:repeat(5,minmax(0,1fr))}.mss-stat-payout-v182{background:linear-gradient(145deg,#effaf4,#fff)!important;border-color:#bfe7d0!important}.mss-stat-payout-v182 a{color:#0b9957;font-weight:800;text-decoration:none}.mss-balance-summary-v182{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px}.mss-balance-summary-v182 article{border:1px solid #e0e8e3;border-radius:15px;padding:18px;background:#fff;display:grid;grid-template-columns:auto 1fr;gap:4px 12px;align-items:center}.mss-balance-summary-v182 article i{grid-row:1/3;font-size:27px;color:#0aa45e}.mss-balance-summary-v182 article span{font-size:12px;color:#748078}.mss-balance-summary-v182 article strong{font-size:22px}.mss-balance-summary-v182 .is-available{background:linear-gradient(145deg,#eaf9f1,#fff);border-color:#a9dfc2}.mss-balance-currency-switch label{display:flex;align-items:center;gap:10px}.mss-balance-currency-switch select{padding:10px 34px 10px 12px;border:1px solid #dce5df;border-radius:10px;background:#fff}.mss-balance-note-v182{display:flex;gap:8px;align-items:center;margin-top:12px;color:#718078;font-size:12px}.mss-balance-columns-v182,.mss-support-columns-v182{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:16px;margin-top:16px}.mss-payout-form-v182 .mss-btn{margin-top:14px}.mss-payout-list-v182,.mss-support-ticket-list-v182{display:grid;gap:10px}.mss-payout-list-v182 article,.mss-support-ticket-list-v182 article{padding:13px;border:1px solid #e2e9e5;border-radius:12px;background:#fbfdfc}.mss-payout-list-v182 article strong,.mss-support-ticket-list-v182 article strong{display:block;margin:6px 0}.mss-payout-list-v182 article small,.mss-support-ticket-list-v182 article small{color:#78847d}.mss-payout-status{display:inline-flex;padding:4px 8px;border-radius:999px;background:#eef2ef;font-size:10px;font-weight:800}.mss-payout-status.is-paid{background:#e7f8ef;color:#078d4f}.mss-support-contact-grid-v182{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}.mss-support-contact-grid-v182 article,.mss-support-contact-grid-v182 a{display:flex;gap:10px;align-items:center;padding:13px;border:1px solid #dfe8e2;border-radius:12px;text-decoration:none;color:inherit;background:#fff}.mss-support-contact-grid-v182 i{font-size:22px;color:#0aa45e}.mss-support-contact-grid-v182 span{font-size:11px;color:#718078}.mss-support-form-v182 .mss-btn{margin-top:12px}.mss-review-resolution-v182{margin-top:14px;padding:14px;border:1px solid #e0e8e3;border-radius:12px;background:#f8fbf9}.mss-review-resolution-head{display:flex;gap:10px;align-items:flex-start}.mss-review-resolution-head>i{font-size:24px;color:#0aa45e}.mss-review-resolution-head strong{display:block}.mss-review-resolution-head span{display:block;font-size:11px;color:#718078;margin-top:2px}.mss-review-resolution-head em{margin-left:auto;padding:4px 8px;border-radius:999px;background:#eef4f0;font-size:10px}.mss-review-resolution-v182 form{margin-top:10px}.mss-review-resolution-v182 textarea{width:100%;border:1px solid #dce5df;border-radius:9px;padding:10px}.mss-review-resolution-options{display:flex;gap:15px;flex-wrap:wrap;margin:9px 0}.mss-review-resolution-options label{display:flex;align-items:center;gap:7px;font-size:11px}.mss-loop-setting-v182{border-color:#f0cc9a!important;background:#fffaf2!important}.mss-loop-commission-note-v182{display:block;color:#a86100;margin-top:6px}.mss-code-delivery-rules{align-items:stretch}.mss-anti-repeat-setting{cursor:pointer}
@media(max-width:1100px){.mss-stat-grid--range-v181{grid-template-columns:repeat(2,minmax(0,1fr))}.mss-balance-summary-v182{grid-template-columns:repeat(2,minmax(0,1fr))}.mss-balance-columns-v182,.mss-support-columns-v182{grid-template-columns:1fr}}
@media(max-width:640px){.mss-balance-summary-v182,.mss-support-contact-grid-v182{grid-template-columns:1fr}.mss-stat-grid--range-v181{grid-template-columns:1fr}.mss-balance-currency-switch label{align-items:flex-start;flex-direction:column}.mss-review-resolution-options{flex-direction:column;gap:7px}}

/* MSS 1.9.183 — withdrawal verification + seller refunds */
.mss-withdraw-verify-intro{display:flex;align-items:flex-start;gap:14px;margin:0 0 16px;padding:16px;border:1px solid #b9e4cb;border-radius:16px;background:linear-gradient(135deg,#f2fff7,#fff)}
.mss-withdraw-verify-intro>i{display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;border-radius:12px;background:#e1f7ea;color:#148653;font-size:23px}.mss-withdraw-verify-intro strong{display:block;font-size:15px}.mss-withdraw-verify-intro span{display:block;margin-top:4px;color:#667085;font-size:12px;line-height:1.5}
.mss-bank-locked-card{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;margin-bottom:16px;padding:15px;border:1px solid #dce5e0;border-radius:14px;background:#fafcfb}.mss-bank-locked-card>i{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;background:#eef4f1;color:#527064;font-size:21px}.mss-bank-locked-card strong,.mss-bank-locked-card span,.mss-bank-locked-card small{display:block}.mss-bank-locked-card span{margin-top:3px;color:#475467;font-size:12px}.mss-bank-locked-card small{margin-top:5px;color:#667085}.mss-bank-locked-card.is-verified{border-color:#a7dec0;background:#f5fcf8}.mss-bank-locked-card.is-verified>i{background:#dcf7e8;color:#148653}.mss-bank-locked-card.is-rejected{border-color:#efc7c2;background:#fff8f7}.mss-bank-locked-card.is-rejected>i{background:#fee9e7;color:#b42318}.mss-bank-locked-card>a{font-weight:800;color:#158657}
.mss-order-refund-box{display:flex;align-items:end;gap:10px;flex-wrap:wrap;margin:12px 0;padding:12px;border:1px solid #f0d2ce;border-radius:13px;background:#fff9f8}.mss-order-refund-box label{display:grid;gap:5px}.mss-order-refund-box label span{font-size:11px;font-weight:800;color:#475467}.mss-order-refund-box input{width:100px;border:1px solid #d9e0e5;border-radius:9px;padding:8px 10px}.mss-order-refund-box small{color:#667085;font-size:11px}.mss-btn--danger-solid{background:#c9382f!important;border-color:#c9382f!important;color:#fff!important}
@media(max-width:720px){.mss-bank-locked-card{grid-template-columns:auto 1fr}.mss-bank-locked-card>a{grid-column:1/-1}.mss-order-refund-box{align-items:stretch;flex-direction:column}.mss-order-refund-box input{width:100%}.mss-order-refund-box .mss-btn{width:100%;justify-content:center}}

/* 1.9.186 seller terms editor */
.mss-preference-card--terms{align-items:flex-start}.mss-preference-card--terms .mss-public-profile-field{width:100%}.mss-preference-card--terms textarea{min-height:300px;line-height:1.55;font-family:inherit;resize:vertical}.mss-terms-public-link{display:flex;align-items:center;gap:6px;margin-top:8px;color:#64748b;font-size:10px}.mss-terms-public-link a{color:#16784f;font-weight:800}.seller-storefront-terms__document{margin-top:16px;padding:22px;border:1px solid #e5e7eb;border-radius:18px;background:#fff;color:#334155;font-size:13px;line-height:1.75;white-space:normal}.seller-storefront-terms__document br+br{display:block;content:'';margin-top:10px}

/* 1.9.187 orders / refund builder / delivery link */
.mss-payment-chip{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:800;white-space:nowrap;background:#fff4e5;color:#9a5b00;border:1px solid #f3d7a4}.mss-payment-chip.is-paid{background:#eaf8f0;color:#087a43;border-color:#bfe8d0}.mss-payment-chip i{font-size:15px}.mss-detail-payment-status{color:#9a5b00}.mss-detail-payment-status.is-paid{color:#087a43}
.mss-refund-builder-v187{margin:16px 0;padding:0;border:1px solid #e5e9e7;border-radius:18px;background:#fbfcfb;overflow:hidden}.mss-refund-builder-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border-bottom:1px solid #e8ecea;background:#fff}.mss-refund-builder-head>div{display:flex;align-items:center;gap:12px;min-width:0}.mss-refund-builder-head>div>i{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#fff1f0;color:#c53c2f;font-size:21px}.mss-refund-builder-head span span,.mss-refund-builder-head>div>span{display:grid;gap:2px}.mss-refund-builder-head strong{font-size:14px;color:#1d2923}.mss-refund-builder-head small{font-size:11px;color:#738078;font-weight:600}.mss-refund-payment{display:inline-flex!important;grid-auto-flow:column;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:#f0f4f2;color:#53625a;font-size:11px;font-weight:800;white-space:nowrap}.mss-refund-products-v187{display:grid;gap:10px;padding:14px}.mss-refund-product-v187{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;padding:13px 14px;border:1px solid #e1e7e4;border-radius:14px;background:#fff;transition:.18s ease}.mss-refund-product-v187.is-selected{border-color:#8ed1ac;box-shadow:0 0 0 2px rgba(13,151,79,.08)}.mss-refund-check-v187{margin:0}.mss-refund-check-v187 input{display:none}.mss-refund-check-v187 span{width:26px;height:26px;border:1px solid #cbd7d1;border-radius:8px;display:grid;place-items:center;color:transparent;background:#fff;cursor:pointer}.mss-refund-check-v187 input:checked+span{background:#0b9150;border-color:#0b9150;color:#fff}.mss-refund-product-copy{display:grid;gap:3px;min-width:0}.mss-refund-product-copy strong{font-size:13px;color:#1e2924;line-height:1.35}.mss-refund-product-copy small{font-size:11px;color:#758179}.mss-refund-qty-v187 label{display:grid;gap:5px}.mss-refund-qty-v187 label>span{font-size:10px;color:#7b867f;font-weight:800;text-align:center}.mss-refund-qty-v187 label>div{display:grid;grid-template-columns:32px 52px 32px;align-items:center;border:1px solid #d9e1dd;border-radius:10px;overflow:hidden;background:#fff}.mss-refund-qty-v187 button{height:34px;border:0;background:#f3f6f4;font-weight:900;cursor:pointer}.mss-refund-qty-v187 input{height:34px;width:52px;border:0!important;text-align:center;font-weight:900;padding:0!important;background:#fff}.mss-refund-one-v187{display:inline-flex;align-items:center;justify-content:center;min-width:62px;height:36px;border-radius:10px;background:#eef5f1;color:#415148;font-size:12px;font-weight:900}.mss-refund-builder-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-top:1px solid #e7ece9;background:#fff}.mss-refund-builder-footer>div{display:grid;gap:2px}.mss-refund-builder-footer>div span{font-size:10px;color:#849087;text-transform:uppercase;font-weight:800;letter-spacing:.04em}.mss-refund-builder-footer>div strong{font-size:12px}.mss-refund-builder-footer .mss-btn{margin:0}.mss-order-delivery-dialog-v187{display:grid;grid-template-rows:auto minmax(320px,1fr) auto}.mss-order-delivery-dialog-v187 iframe{min-height:420px}.mss-delivery-link-v187{padding:14px 16px;border-top:1px solid #e2e8e5;background:#fff;display:grid;gap:8px}.mss-delivery-link-v187>span{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:900;color:#657169;text-transform:uppercase;letter-spacing:.04em}.mss-delivery-link-v187>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.mss-delivery-link-v187 input{min-width:0;height:40px;border:1px solid #dce4e0;border-radius:10px;padding:0 11px;background:#f8faf9;font-size:11px;color:#4d5a53}.mss-delivery-link-v187 button{height:40px;border:0;border-radius:10px;padding:0 14px;background:#14251c;color:#fff;font-weight:900;display:flex;align-items:center;gap:7px;cursor:pointer;white-space:nowrap}
@media(max-width:760px){.mss-refund-builder-head,.mss-refund-builder-footer{align-items:flex-start;flex-direction:column}.mss-refund-payment{align-self:flex-start}.mss-refund-product-v187{grid-template-columns:auto minmax(0,1fr)}.mss-refund-qty-v187{grid-column:2}.mss-refund-builder-footer .mss-btn{width:100%;justify-content:center}.mss-delivery-link-v187>div{grid-template-columns:1fr}.mss-delivery-link-v187 button{justify-content:center}.mss-order-delivery-dialog-v187 iframe{min-height:360px}}

/* 1.9.189 refund action feedback/status */
.mss-refund-flash-v189{position:fixed;right:20px;top:20px;z-index:100500;display:grid;grid-template-columns:40px minmax(0,1fr) 32px;gap:10px;align-items:center;width:min(430px,calc(100vw - 28px));padding:12px 13px;border:1px solid #dce7e1;border-radius:15px;background:#fff;box-shadow:0 18px 55px rgba(16,24,40,.2)}.mss-refund-flash-v189>i{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;font-size:22px}.mss-refund-flash-v189.is-success>i{background:#e9f8ef;color:#138a53}.mss-refund-flash-v189.is-error>i{background:#fff0ee;color:#c83b31}.mss-refund-flash-v189 strong,.mss-refund-flash-v189 span{display:block}.mss-refund-flash-v189 strong{font-size:12px;color:#172033}.mss-refund-flash-v189 span{margin-top:2px;font-size:9px;line-height:1.45;color:#667085}.mss-refund-flash-v189 button{width:30px;height:30px;border:0;border-radius:8px;background:#f4f6f5;color:#64706a;cursor:pointer}.mss-detail-payment-status.is-refunded{color:#177a4c!important;background:#eaf8f0!important;border-color:#bde7cf!important}.mss-detail-payment-status.is-partial{color:#8a5a08!important;background:#fff7e7!important;border-color:#f1d49a!important}[data-mss-refund-submit].is-loading{opacity:.72;pointer-events:none}[data-mss-refund-submit].is-loading i{animation:mssRefundSpin .8s linear infinite}@keyframes mssRefundSpin{to{transform:rotate(360deg)}}@media(max-width:640px){.mss-refund-flash-v189{top:10px;right:10px;left:10px;width:auto}}

/* 1.9.190 — orders instant search + refund status polish */
.mss-orders-search-v190{position:relative;display:flex;align-items:center;max-width:620px;margin:0 0 14px;border:1px solid #dfe6e2;border-radius:14px;background:#fff;box-shadow:0 4px 14px rgba(18,45,31,.04);transition:.18s ease}.mss-orders-search-v190:focus-within{border-color:#74c99c;box-shadow:0 0 0 3px rgba(13,145,80,.08)}.mss-orders-search-v190>i{position:absolute;left:14px;color:#789086;font-size:18px;pointer-events:none}.mss-orders-search-v190 input{width:100%;height:46px;border:0!important;outline:0!important;background:transparent!important;padding:0 44px 0 43px!important;font-size:13px;color:#17251e;box-shadow:none!important}.mss-orders-search-v190 input::placeholder{color:#9aa7a0}.mss-orders-search-v190 button{position:absolute;right:8px;width:31px;height:31px;border:0;border-radius:9px;background:#f1f5f3;color:#687970;cursor:pointer;display:grid;place-items:center}.mss-orders-search-empty-v190 td{text-align:center!important;padding:30px 15px!important;color:#7d8983}.mss-orders-search-empty-v190 td i{font-size:24px;display:block;margin-bottom:6px}.mss-orders-search-empty-v190 td span{font-size:12px;font-weight:800}.mss-order-paid.is-partial{background:#fff4dd;color:#9d6510}.mss-order-paid.is-refunded{background:#eef1f4;color:#53606c}.mss-payment-chip.is-partial{background:#fff4dd!important;color:#9d6510!important}.mss-payment-chip.is-refunded{background:#eef1f4!important;color:#53606c!important}@media(max-width:760px){.mss-orders-search-v190{max-width:none}.mss-orders-search-v190 input{font-size:12px}}

/* 1.9.191 payout methods + tier-synced releases */
.mss-payout-head-v191{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.mss-payout-currency-head-v191 label{display:flex;align-items:center;gap:9px;background:#f6f8f9;border:1px solid #e4e9ec;border-radius:12px;padding:7px 8px 7px 12px;white-space:nowrap}.mss-payout-currency-head-v191 span{font-size:11px;font-weight:800;color:#69747d;text-transform:uppercase;letter-spacing:.05em}.mss-payout-currency-head-v191 select{border:0;background:#fff;border-radius:9px;padding:8px 28px 8px 10px;font-weight:800;color:#18221d;outline:0}.mss-payout-methods-v191{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:16px 0}.mss-payout-methods-v191 label{display:flex;align-items:center;gap:13px;border:1px solid #dfe6e2;border-radius:14px;padding:14px 15px;cursor:pointer;background:#fff;transition:.18s ease}.mss-payout-methods-v191 label:hover,.mss-payout-methods-v191 label.is-active{border-color:#31b96f;box-shadow:0 0 0 3px rgba(49,185,111,.09);background:#fbfffc}.mss-payout-methods-v191 input{position:absolute;opacity:0;pointer-events:none}.mss-payout-methods-v191 i{font-size:25px;color:#27aa63}.mss-payout-methods-v191 span{display:grid;gap:2px}.mss-payout-methods-v191 strong{font-size:14px}.mss-payout-methods-v191 small{font-size:11px;color:#79847e}.mss-field--wide{grid-column:1/-1}.mss-fund-releases-toggle-v191{width:100%;margin-top:16px;border:1px solid #dfe7e2;background:#f8fbf9;border-radius:13px;padding:13px 15px;display:flex;align-items:center;gap:10px;color:#26352d;font-weight:800;cursor:pointer}.mss-fund-releases-toggle-v191>i:first-child{color:#27aa63;font-size:20px}.mss-fund-releases-toggle-v191>i:last-child{margin-left:auto;transition:.18s}.mss-fund-releases-toggle-v191.is-open>i:last-child{transform:rotate(180deg)}.mss-fund-releases-v191{margin-top:10px;border:1px solid #e1e8e4;border-radius:16px;padding:15px;background:#fff}.mss-fund-releases-v191>header{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;padding-bottom:12px;border-bottom:1px solid #edf1ef}.mss-fund-releases-v191>header div{display:grid;gap:3px}.mss-fund-releases-v191>header strong{font-size:14px}.mss-fund-releases-v191>header span{font-size:11px;color:#76817a}.mss-fund-releases-v191>header>b{background:#eef9f2;color:#258753;border-radius:999px;padding:6px 9px;font-size:10px;white-space:nowrap}.mss-release-list-v191{display:grid}.mss-release-list-v191 article{display:grid;grid-template-columns:34px minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:11px 0;border-bottom:1px solid #f0f3f1}.mss-release-list-v191 article:last-child{border-bottom:0}.mss-release-list-v191 article>i{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:#eef9f2;color:#27aa63;font-size:18px}.mss-release-list-v191 article>div{display:grid}.mss-release-list-v191 article strong{font-size:12px}.mss-release-list-v191 article span{font-size:10px;color:#879089}.mss-release-list-v191 article em{font-style:normal;font-size:10px;color:#69756e;background:#f4f6f5;border-radius:999px;padding:5px 7px;white-space:nowrap}.mss-release-list-v191 article>b{font-size:12px;white-space:nowrap}.mss-fund-releases-v191>footer{display:flex;gap:8px;flex-wrap:wrap;padding-top:12px;border-top:1px solid #edf1ef}.mss-fund-releases-v191>footer span{font-size:10px;font-weight:700;background:#f5f7f6;border-radius:999px;padding:6px 8px}.mss-fund-releases-v191>footer i{color:#29aa64;margin-right:4px}
@media(max-width:700px){.mss-payout-head-v191{display:grid}.mss-payout-currency-head-v191{justify-self:stretch}.mss-payout-currency-head-v191 label{justify-content:space-between}.mss-payout-methods-v191{grid-template-columns:1fr}.mss-release-list-v191 article{grid-template-columns:34px minmax(0,1fr) auto}.mss-release-list-v191 article>em{grid-column:2}.mss-release-list-v191 article>b{grid-column:3;grid-row:1/3}}

/* v33 seller working hours */
.mss-preference-card--work-hours{align-items:flex-start!important;grid-template-columns:52px minmax(220px,.65fr) minmax(460px,1.35fr)!important}.mss-work-hours-grid{display:grid;gap:8px;width:100%}.mss-work-hours-row{display:grid;grid-template-columns:minmax(150px,1fr) 140px 140px;align-items:center;gap:9px;padding:9px 11px;border:1px solid #e2eae6;border-radius:12px;background:#fbfdfc}.mss-work-day-toggle{display:flex;align-items:center;gap:9px;margin:0}.mss-work-day-toggle input{position:absolute;opacity:0;pointer-events:none}.mss-work-day-toggle i{width:34px;height:19px;border-radius:999px;background:#d9e2de;position:relative;transition:.2s}.mss-work-day-toggle i:after{content:"";position:absolute;width:15px;height:15px;left:2px;top:2px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.18);transition:.2s}.mss-work-day-toggle input:checked+i{background:#0b9367}.mss-work-day-toggle input:checked+i:after{transform:translateX(15px)}.mss-work-day-toggle strong{font-size:11px;color:#20362d}.mss-work-hours-row>label:not(.mss-work-day-toggle){display:grid;gap:4px;margin:0}.mss-work-hours-row small{font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#85938c}.mss-work-hours-row input[type=time]{height:38px;border:1px solid #d8e3de;border-radius:10px;background:#fff;padding:0 10px;color:#1e342b;font-size:11px;font-weight:800;outline:none}.mss-work-hours-row input[type=time]:focus{border-color:#49af82;box-shadow:0 0 0 3px rgba(11,147,103,.08)}.mss-work-hours-note{display:flex;gap:7px;align-items:flex-start;margin:3px 2px 0;color:#718078;font-size:9px;line-height:1.5}.mss-work-hours-note i{color:#0b9367;font-size:14px}@media(max-width:980px){.mss-preference-card--work-hours{grid-template-columns:44px 1fr!important}.mss-preference-card--work-hours .mss-work-hours-grid{grid-column:1/-1}.mss-work-hours-row{grid-template-columns:minmax(140px,1fr) 120px 120px}}@media(max-width:620px){.mss-work-hours-row{grid-template-columns:1fr 1fr!important}.mss-work-day-toggle{grid-column:1/-1}.mss-work-hours-row>label:not(.mss-work-day-toggle){width:100%}}

/* v46 dashboard paid/unpaid consistency */
.mss-stat-grid--range-v181{grid-template-columns:repeat(7,minmax(0,1fr))}
.mss-stat-payment-v46.is-paid{background:linear-gradient(145deg,#f1fbf5,#fff)!important;border-color:#bfe6cf!important}.mss-stat-payment-v46.is-paid:before{background:#20a765!important}.mss-stat-payment-v46.is-paid strong{color:#11854f!important}
.mss-stat-payment-v46.is-unpaid{background:linear-gradient(145deg,#fff9ef,#fff)!important;border-color:#f0d9aa!important}.mss-stat-payment-v46.is-unpaid:before{background:#e7a52e!important}.mss-stat-payment-v46.is-unpaid strong{color:#9c6500!important}
@media(max-width:1350px){.mss-stat-grid--range-v181{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:900px){.mss-stat-grid--range-v181{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.mss-stat-grid--range-v181{grid-template-columns:1fr}}

/* v47: separate instant code inventory action */
.mss-code-ajax-actions-v47{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:14px 0 4px}.mss-add-codes-fast-v47{min-width:150px;justify-content:center}.mss-add-codes-fast-v47.is-loading{opacity:.72;pointer-events:none}.mss-code-ajax-status-v47{flex:1;min-width:250px;padding:11px 13px;border-radius:12px;font-size:12px;font-weight:700;line-height:1.45}.mss-code-ajax-status-v47.is-loading{background:#eef5ff;border:1px solid #cfddfa;color:#355070}.mss-code-ajax-status-v47.is-success{background:#ecfbf3;border:1px solid #bde9d1;color:#12633f}.mss-code-ajax-status-v47.is-error{background:#fff1f2;border:1px solid #fecdd3;color:#991b1b}.mss-code-ajax-status-v47 span{font-weight:600;opacity:.78}@media(max-width:760px){.mss-code-ajax-actions-v47{display:grid;grid-template-columns:1fr}.mss-add-codes-fast-v47,.mss-code-ajax-status-v47{width:100%;min-width:0}}

/* v48: base-wide delivery rules + fast add button aligned to the right of Loop */
.mss-code-delivery-rules{grid-template-columns:minmax(180px,240px) minmax(240px,1fr) minmax(300px,1.15fr) auto!important;align-items:stretch!important}
.mss-code-fast-side-v48{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;gap:7px;min-width:150px}
.mss-code-fast-side-v48 .mss-add-codes-fast-v47{min-width:150px;justify-content:center;white-space:nowrap}
.mss-code-fast-side-v48 .mss-code-ajax-status-v47{max-width:260px;text-align:right}
.mss-stored-codes-meta-v48{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.mss-stored-codes-head .mss-stored-codes-meta-v48>span{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border-radius:999px;font-size:9px;font-weight:850}
.mss-code-loop-state-v48.is-on{background:#e8f8ef;color:#087d48}.mss-code-loop-state-v48.is-off{background:#f2f4f6;color:#667085}.mss-code-total-badge-v48{background:#eff8f3;color:#168653}
@media(max-width:1050px){.mss-code-delivery-rules{grid-template-columns:1fr 1fr!important}.mss-code-fast-side-v48{align-items:stretch}.mss-code-fast-side-v48 .mss-add-codes-fast-v47{width:100%}}
@media(max-width:700px){.mss-code-delivery-rules{grid-template-columns:1fr!important}.mss-code-fast-side-v48{align-items:stretch}.mss-stored-codes-head{align-items:flex-start}.mss-stored-codes-meta-v48{justify-content:flex-start}}
/* v54 notification preferences */
.mss-notify-settings-v54{padding:16px;border:1px solid #dfe9e4;border-radius:16px;background:linear-gradient(180deg,#fbfefc,#f7fbf9);display:grid;gap:14px}.mss-notify-head-v54{display:flex;align-items:center;gap:12px}.mss-notify-head-v54>div{display:flex;flex-direction:column;gap:3px}.mss-notify-head-v54 strong{font-size:12px;color:#172338}.mss-notify-head-v54 small{font-size:9px;color:#718078;line-height:1.45}.mss-notify-email-v54{display:grid;gap:5px;max-width:560px}.mss-notify-email-v54>span{font-size:9px;font-weight:800;color:#526274;text-transform:uppercase;letter-spacing:.05em}.mss-notify-email-v54 input{height:40px;border:1px solid #d7e2dd;border-radius:11px;background:#fff;padding:0 12px;color:#172338;font-size:11px}.mss-notify-email-v54 small{font-size:8.5px;color:#7d8a82}.mss-notify-grid-v54{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mss-notify-grid-v54 label{position:relative;display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:center;padding:11px 12px;border:1px solid #e1e9e5;border-radius:12px;background:#fff;cursor:pointer}.mss-notify-grid-v54 label>input{position:absolute;opacity:0}.mss-notify-grid-v54 label>i{width:32px;height:18px;border-radius:999px;background:#d8e0dd;position:relative}.mss-notify-grid-v54 label>i:after{content:"";position:absolute;width:12px;height:12px;left:3px;top:3px;background:#fff;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:.18s}.mss-notify-grid-v54 label>input:checked+i{background:#20a66c}.mss-notify-grid-v54 label>input:checked+i:after{transform:translateX(14px)}.mss-notify-grid-v54 label>span{display:flex;flex-direction:column;gap:2px}.mss-notify-grid-v54 b{font-size:10px;color:#1a293a}.mss-notify-grid-v54 small{font-size:8px;color:#7b8893;line-height:1.35}@media(max-width:760px){.mss-notify-grid-v54{grid-template-columns:1fr}.mss-notify-settings-v54{padding:12px}}


/* v59: premium 4-column dashboard stat cards */
.mss-stat-grid--premium-v59{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important;margin:16px 0 18px!important}
.mss-stat-grid--premium-v59 .mss-stat-card-v59{min-height:118px!important;padding:18px 18px!important;border:1px solid #e1eae5!important;border-radius:18px!important;background:linear-gradient(145deg,#fff,#fbfdfc)!important;box-shadow:0 8px 26px rgba(24,54,41,.055)!important;display:grid!important;grid-template-columns:46px minmax(0,1fr)!important;gap:14px!important;align-items:center!important;position:relative!important;overflow:hidden!important;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease!important}
.mss-stat-grid--premium-v59 .mss-stat-card-v59:hover{transform:translateY(-2px)!important;box-shadow:0 13px 32px rgba(24,54,41,.09)!important;border-color:#cee1d7!important}
.mss-stat-grid--premium-v59 .mss-stat-card-v59:before{display:none!important}
.mss-stat-card-v59>i{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#eef8f3;color:#15945a;font-size:24px;box-shadow:inset 0 0 0 1px #dceddf}
.mss-stat-card-v59>div{min-width:0;display:flex;flex-direction:column;justify-content:center}
.mss-stat-card-v59 span{font-size:10px!important;font-weight:850!important;letter-spacing:.015em!important;color:#62746a!important;line-height:1.25!important}
.mss-stat-card-v59 strong{display:block!important;margin-top:5px!important;font-size:25px!important;line-height:1.05!important;font-weight:950!important;letter-spacing:-.035em!important;color:#162b22!important}
.mss-stat-card-v59 small{display:block!important;margin-top:7px!important;font-size:8.5px!important;color:#8a978f!important;line-height:1.3!important}
.mss-stat-card-v59.is-revenue{background:linear-gradient(145deg,#edf9f3,#fff 72%)!important;border-color:#c8e6d6!important}.mss-stat-card-v59.is-revenue>i{background:#dff5e9;color:#0c8b4d}.mss-stat-card-v59.is-revenue strong{color:#0d7846!important}
.mss-stat-card-v59.is-paid{background:linear-gradient(145deg,#f0fbf5,#fff)!important;border-color:#c1e8d2!important}.mss-stat-card-v59.is-paid>i{background:#ddf6e8;color:#0b8c4e}.mss-stat-card-v59.is-paid strong{color:#0c7f49!important}
.mss-stat-card-v59.is-unpaid{background:linear-gradient(145deg,#fff8ed,#fff)!important;border-color:#f0d9aa!important}.mss-stat-card-v59.is-unpaid>i{background:#fff0d5;color:#b5770a}.mss-stat-card-v59.is-unpaid strong{color:#986200!important}
.mss-stat-card-v59.is-funds{background:linear-gradient(145deg,#eef6ff,#fff)!important;border-color:#d4e2f5!important}.mss-stat-card-v59.is-funds>i{background:#e1edfc;color:#3469a8}.mss-stat-card-v59.is-funds strong{color:#244f83!important}.mss-stat-card-v59.is-funds a{font-size:8.5px!important;font-weight:900!important;color:#2b68a8!important}
@media(max-width:1250px){.mss-stat-grid--premium-v59{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:680px){.mss-stat-grid--premium-v59{grid-template-columns:1fr!important;gap:10px!important}.mss-stat-grid--premium-v59 .mss-stat-card-v59{min-height:96px!important;padding:14px!important;grid-template-columns:40px minmax(0,1fr)!important}.mss-stat-card-v59>i{width:40px;height:40px;border-radius:12px;font-size:21px}.mss-stat-card-v59 strong{font-size:22px!important}}


/* v60: compact dashboard cards — true 4x2 layout */
.mss-stat-grid.mss-stat-grid--range-v181.mss-stat-grid--premium-v59{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
  margin:12px 0 15px!important;
  align-items:stretch!important;
}
.mss-stat-grid--premium-v59>.mss-stat-card-v59{
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  min-height:86px!important;
  height:auto!important;
  margin:0!important;
  padding:12px 13px!important;
  border-radius:14px!important;
  grid-template-columns:36px minmax(0,1fr)!important;
  gap:10px!important;
}
.mss-stat-grid--premium-v59>.mss-stat-card-v59>i{
  width:36px!important;height:36px!important;border-radius:10px!important;font-size:18px!important;
}
.mss-stat-grid--premium-v59>.mss-stat-card-v59 span{font-size:8.5px!important;line-height:1.15!important}
.mss-stat-grid--premium-v59>.mss-stat-card-v59 strong{margin-top:3px!important;font-size:21px!important;line-height:1!important}
.mss-stat-grid--premium-v59>.mss-stat-card-v59 small{margin-top:4px!important;font-size:7.5px!important;line-height:1.2!important}
.mss-stat-grid--premium-v59>.mss-stat-card-v59 small a{font-size:7.5px!important}
@media(max-width:950px){
 .mss-stat-grid.mss-stat-grid--range-v181.mss-stat-grid--premium-v59{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:560px){
 .mss-stat-grid.mss-stat-grid--range-v181.mss-stat-grid--premium-v59{grid-template-columns:1fr!important}
 .mss-stat-grid--premium-v59>.mss-stat-card-v59{min-height:78px!important}
}

/* v61: seller order modal — billing/invoice details */
.mss-order-invoice-card-v61{background:linear-gradient(145deg,#fbfefd,#f6fbf8)!important;border-color:#d9e9e1!important}
.mss-order-invoice-card-v61 small b{color:#314b3f;font-weight:900}
.mss-order-invoice-status-v61.is-yes{background:#edf9f2!important;border-color:#c9e9d6!important}
.mss-order-invoice-status-v61.is-yes strong{color:#0b8249!important}
.mss-order-invoice-status-v61.is-no{background:#fafbfc!important}
.mss-order-invoice-status-v61.is-no strong{color:#657187!important}

/* v62 — seller discussions tab + unresolved workflow */
.mss-thread-discussion-v62{display:inline-flex;align-items:center;gap:6px;margin-top:9px;padding:6px 9px;border-radius:999px;background:#f4f7f6;border:1px solid #dfe8e4;color:#53645d;font-style:normal;font-size:11px;font-weight:800;line-height:1.1}
.mss-thread-discussion-v62.is-open{background:#fff7e8;border-color:#f1d7a4;color:#9a6500}
.mss-thread-discussion-v62.is-resolved{background:#ecfbf5;border-color:#c9eadc;color:#147a52}
.mss-thread-discussion-v62.is-admin_refunded{background:#edf6ff;border-color:#cfe3f7;color:#316b9d}
.mss-discussion-status-form-v62{display:inline-flex;margin:0}
.mss-btn--warning-v62{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #efd4a0!important;background:#fff8eb!important;color:#9a6500!important;box-shadow:none!important}
.mss-discussions-shell-v62 .mss-conversations-top{background:linear-gradient(135deg,#fff 0%,#fbfffd 100%);border-color:#dbe9e3}
.mss-discussions-shell-v62 .mss-conversation-layout{border-color:#dbe9e3}
.mss-discussions-shell-v62 .mss-thread-card.is-active{box-shadow:inset 3px 0 0 #0a8f5a}
@media(max-width:760px){.mss-thread-head-actions-v51{align-items:stretch}.mss-discussion-status-form-v62,.mss-discussion-status-form-v62 .mss-btn{width:100%}}

/* v63 notification badges + custom integration CTA */
.mss-nav-count--discussions{background:#eef2ff!important;color:#4f46e5!important}.mss-custom-integration-help-v63{margin-top:16px;display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:14px;align-items:center;padding:15px 16px;border:1px solid #dfe8e3;border-radius:16px;background:linear-gradient(135deg,#fbfefc,#f4faf7)}.mss-custom-integration-help-v63__icon{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;background:#e9f8f0;color:#108154;font-size:23px}.mss-custom-integration-help-v63>div{display:grid;gap:3px}.mss-custom-integration-help-v63 strong{font-size:12px;color:#17251e}.mss-custom-integration-help-v63 p{margin:0;font-size:10px;line-height:1.5;color:#68766f}.mss-custom-integration-help-v63 .mss-btn{white-space:nowrap}@media(max-width:760px){.mss-custom-integration-help-v63{grid-template-columns:42px 1fr}.mss-custom-integration-help-v63 .mss-btn{grid-column:1/-1;justify-content:center}}

/* v70 — compact inline conversation send result */
.mss-reply-inline-status-v70{margin:10px 0 0;padding:10px 13px;border:1px solid #b9e5ce;border-radius:11px;background:#f0fbf5;color:#147748;display:flex;align-items:center;gap:8px;font-size:11px;font-weight:850;line-height:1.35;box-shadow:0 5px 16px rgba(20,119,72,.08);transition:opacity .24s ease,transform .24s ease}.mss-reply-inline-status-v70 i{font-size:17px}.mss-reply-inline-status-v70.is-warning{border-color:#f1cf91;background:#fff8e8;color:#9b6200}.mss-reply-inline-status-v70.is-hiding{opacity:0;transform:translateY(-4px)}

/* v89 — translated/original message controls + external X-Sender reply */
.mss-show-original-v29{display:inline-flex!important;align-items:center!important;gap:7px!important;margin:10px 0 0!important;padding:8px 12px!important;border:1px solid #b9d8ca!important;border-radius:999px!important;background:#f2faf6!important;color:#087b59!important;font-size:11px!important;font-weight:850!important;line-height:1.2!important;text-decoration:none!important;cursor:pointer!important;box-shadow:0 4px 12px rgba(8,123,89,.07)!important}.mss-show-original-v29:before{content:"↺";display:grid;place-items:center;width:18px;height:18px;border-radius:6px;background:#dff2e9;color:#087b59;font-size:13px;font-weight:900}.mss-message-original-v29[hidden]{display:none!important}.mss-message-original-v29{margin-top:10px!important;padding:12px 14px!important;border:1px solid #dfe8e3!important;border-left:3px solid #91bdaa!important;border-radius:10px!important;background:#f8fbf9!important;color:#66766e!important;font-size:11px!important;line-height:1.6!important}.mss-message-external-reply-v89{display:flex!important;align-items:center!important;gap:10px!important;margin:12px 0 0!important;padding:10px 13px!important;border:1px solid #b8ddcd!important;border-radius:12px!important;background:#eff9f4!important;color:#075f46!important;text-decoration:none!important}.mss-message-external-reply-icon-v89{display:grid;place-items:center;width:32px;height:32px;flex:0 0 32px;border-radius:10px;background:#0d8b65;color:#fff;font-size:16px;font-weight:900}.mss-message-external-reply-v89>span:last-child{display:flex;flex-direction:column}.mss-message-external-reply-v89 b{font-size:11px}.mss-message-external-reply-v89 small{margin-top:2px;color:#678579;font-size:9px}

/* v92 conversation commerce / purchased-product panel */
.mss-thread-head-v92{display:grid!important;grid-template-columns:minmax(220px,1fr) minmax(260px,1.15fr) auto!important;align-items:center!important;gap:14px!important;padding:16px 18px!important}
.mss-thread-identity-v92{min-width:0}.mss-thread-products-v92{min-width:0;display:flex;align-items:center;justify-content:center;gap:10px;padding:9px 10px;border:1px solid #dce9e3;border-radius:14px;background:linear-gradient(180deg,#fbfffd,#f5fbf8)}
.mss-thread-products-title-v92{display:flex;align-items:center;gap:8px;flex:0 0 auto}.mss-thread-products-title-v92>i{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#e6f8ef;color:#148756;font-size:18px}.mss-thread-products-title-v92 span{display:flex;flex-direction:column}.mss-thread-products-title-v92 small{font-size:9px;color:#7b8a83;text-transform:uppercase;letter-spacing:.07em}.mss-thread-products-title-v92 strong{font-size:11px;color:#163326}.mss-thread-product-buttons-v92{display:flex;gap:6px;min-width:0;overflow:auto}.mss-btn--product-v92{display:flex!important;align-items:center!important;gap:8px!important;min-width:165px!important;max-width:240px!important;padding:8px 10px!important;border:1px solid #cfe4da!important;border-radius:11px!important;background:#fff!important;color:#17372a!important;text-align:left!important}.mss-btn--product-v92>i{font-size:18px;color:#15915b}.mss-btn--product-v92 span{display:flex;min-width:0;flex-direction:column}.mss-btn--product-v92 b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.mss-btn--product-v92 small{font-size:8px;color:#829188}.mss-conversation-commerce-v92{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:14px 0}.mss-commerce-card-v92{border:1px solid #e0e7e4;border-radius:18px;background:#fff;box-shadow:0 10px 28px rgba(15,40,30,.055);overflow:hidden}.mss-commerce-card-v92>header{display:flex;align-items:center;gap:11px;padding:14px 15px;border-bottom:1px solid #edf2ef;background:#fbfdfc}.mss-commerce-card-v92>header>span{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#eaf9f1;color:#178a55;font-size:20px}.mss-commerce-card-v92.is-refund>header>span{background:#fff1f0;color:#d04444}.mss-commerce-card-v92>header div{display:flex;flex-direction:column}.mss-commerce-card-v92>header strong{font-size:13px;color:#173326}.mss-commerce-card-v92>header small{margin-top:2px;font-size:9px;line-height:1.4;color:#7b8a83}.mss-commerce-form-v92{display:grid;grid-template-columns:minmax(0,1fr) 92px auto;gap:9px;align-items:end;padding:14px}.mss-commerce-form-v92 label{display:flex;flex-direction:column;gap:5px}.mss-commerce-form-v92 label>span{font-size:9px;font-weight:800;color:#5e6d66;text-transform:uppercase}.mss-commerce-form-v92 select,.mss-commerce-form-v92 input,.mss-commerce-refund-v92 input[type=number]{height:40px;border:1px solid #d9e5df;border-radius:10px;background:#fff;padding:0 10px;font-size:11px;outline:0}.mss-commerce-form-v92 select:focus,.mss-commerce-form-v92 input:focus{border-color:#39ad76;box-shadow:0 0 0 3px rgba(57,173,118,.1)}.mss-btn--replace-v92{height:40px!important;border:0!important;background:linear-gradient(135deg,#168b58,#24b36f)!important;color:#fff!important;border-radius:10px!important;padding:0 14px!important;box-shadow:0 8px 18px rgba(22,139,88,.18)!important}.mss-commerce-refund-v92{display:flex;flex-direction:column;gap:8px;padding:14px}.mss-commerce-refund-line-v92{display:grid;grid-template-columns:28px minmax(0,1fr) 74px;gap:9px;align-items:center;padding:9px;border:1px solid #edf0ef;border-radius:11px;background:#fafcfb}.mss-commerce-refund-check-v92{position:relative;display:grid;place-items:center;width:24px;height:24px;border:1px solid #d6dfdb;border-radius:8px;background:#fff;color:#fff}.mss-commerce-refund-check-v92 input{position:absolute;opacity:0}.mss-commerce-refund-check-v92:has(input:checked){background:#178a55;border-color:#178a55}.mss-commerce-refund-copy-v92{display:flex;min-width:0;flex-direction:column}.mss-commerce-refund-copy-v92 b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.mss-commerce-refund-copy-v92 small{font-size:8px;color:#87948e}.mss-conv-product-modal-v92[hidden]{display:none!important}.mss-conv-product-modal-v92{position:fixed;inset:0;z-index:999999;display:grid;place-items:center;padding:18px}.mss-conv-product-backdrop-v92{position:absolute;inset:0;background:rgba(7,15,12,.72);backdrop-filter:blur(5px)}.mss-conv-product-modal-v92>section{position:relative;width:min(1120px,96vw);height:min(780px,92vh);display:flex;flex-direction:column;border-radius:20px;background:#fff;box-shadow:0 30px 90px rgba(0,0,0,.35);overflow:hidden}.mss-conv-product-modal-v92>section>header{display:flex;justify-content:space-between;align-items:center;padding:14px 17px;border-bottom:1px solid #e7ece9}.mss-conv-product-modal-v92>section>header small{font-size:9px;color:#178a55;font-weight:900;letter-spacing:.09em}.mss-conv-product-modal-v92>section>header h3{margin:2px 0 0;font-size:15px}.mss-conv-product-modal-v92>section>header button{width:36px;height:36px;border:0;border-radius:11px;background:#f0f4f2;font-size:24px;cursor:pointer}.mss-conv-product-modal-v92>section>div{flex:1;min-height:0}.mss-conv-product-modal-v92 iframe{width:100%;height:100%;border:0;background:#fff}.mss-conv-modal-open-v92{overflow:hidden!important}
@media(max-width:1100px){.mss-thread-head-v92{grid-template-columns:1fr auto!important}.mss-thread-products-v92{grid-column:1/-1;grid-row:2}.mss-conversation-commerce-v92{grid-template-columns:1fr}.mss-commerce-form-v92{grid-template-columns:minmax(0,1fr) 90px auto}}
@media(max-width:720px){.mss-thread-head-v92{display:flex!important;flex-direction:column!important;align-items:stretch!important}.mss-thread-products-v92{align-items:stretch;flex-direction:column}.mss-thread-product-buttons-v92{display:grid;overflow:visible}.mss-btn--product-v92{max-width:none!important;width:100%!important}.mss-thread-head-actions-v51{justify-content:flex-start!important}.mss-commerce-form-v92{grid-template-columns:1fr 86px}.mss-commerce-form-v92 .mss-btn--replace-v92{grid-column:1/-1;width:100%}.mss-conversation-commerce-v92{margin:10px 0}.mss-conv-product-modal-v92{padding:0}.mss-conv-product-modal-v92>section{width:100vw;height:100dvh;border-radius:0}.mss-commerce-refund-line-v92{grid-template-columns:28px minmax(0,1fr) 66px}}

/* v95 — compact conversation header: simple product action only */
.mss-thread-head-v92{grid-template-columns:minmax(220px,1fr) auto auto!important;gap:12px!important;padding:14px 16px!important}
.mss-thread-products-v95{display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;min-width:0!important}
.mss-btn--product-v95{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;min-height:38px!important;padding:8px 12px!important;border:1px solid #cfe3d9!important;border-radius:10px!important;background:#fff!important;color:#147a4c!important;font-size:10px!important;font-weight:850!important;line-height:1!important;white-space:nowrap!important;box-shadow:none!important;cursor:pointer!important}
.mss-btn--product-v95:hover{background:#f1faf5!important;border-color:#a9d2bd!important;color:#0d6840!important}.mss-btn--product-v95 i{font-size:16px!important}.mss-btn--product-v95 span{display:inline!important}
@media(max-width:1100px){.mss-thread-head-v92{grid-template-columns:minmax(0,1fr) auto!important}.mss-thread-products-v95{grid-column:2!important;grid-row:1!important}.mss-thread-head-actions-v51{grid-column:1/-1!important;grid-row:2!important;justify-content:flex-start!important}}
@media(max-width:720px){.mss-thread-head-v92{display:flex!important;flex-direction:column!important;align-items:stretch!important}.mss-thread-products-v95{justify-content:flex-start!important}.mss-btn--product-v95{width:auto!important;align-self:flex-start!important}}

/* 1.9.196 payment status + compact paid-only commerce */
.mss-order-payment-v96{display:inline-flex!important;align-items:center!important;gap:5px!important;padding:7px 10px!important;border-radius:999px!important;font-size:9px!important;font-weight:900!important;letter-spacing:.02em!important;text-transform:none!important;white-space:nowrap}.mss-order-payment-v96.is-paid{background:#eaf8f1!important;border:1px solid #bfe5d1!important;color:#147b4b!important}.mss-order-payment-v96.is-unpaid{background:#fff1f0!important;border:1px solid #f0c8c4!important;color:#c23b35!important}.mss-conversation-commerce-v92{margin:12px 22px 22px!important}.mss-commerce-form-v92:has(input[data-mss-replace-product-single]){grid-template-columns:minmax(0,92px) auto!important;justify-content:start}.mss-commerce-form-v92:has(input[data-mss-replace-product-single]) .is-qty[hidden]{display:none!important}.mss-commerce-refund-single-v96{display:flex;align-items:end;gap:10px;padding:0}.mss-commerce-refund-single-v96>span{min-width:0;flex:1;display:flex;align-items:center;min-height:40px;padding:0 11px;border:1px solid #edf0ef;border-radius:10px;background:#fafcfb}.mss-commerce-refund-single-v96 b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px}.mss-commerce-refund-single-v96 label{width:92px;display:flex;flex-direction:column;gap:5px}.mss-commerce-refund-single-v96 label>span{font-size:9px;font-weight:800;color:#5e6d66;text-transform:uppercase}@media(max-width:720px){.mss-conversation-commerce-v92{margin:10px 14px 18px!important}.mss-commerce-form-v92:has(input[data-mss-replace-product-single]){grid-template-columns:1fr!important}.mss-commerce-refund-single-v96{align-items:stretch;flex-direction:column}.mss-commerce-refund-single-v96 label{width:100%}}


/* v1.9.213 - seller registration policy / fees CTA */
.mss-policy--seller-start{
  position:relative;overflow:hidden;grid-template-columns:64px minmax(0,1fr);gap:22px;
  padding:30px 32px;border:1px solid #d8e9e0;border-radius:26px;
  background:linear-gradient(135deg,#fbfffd 0%,#f7fbf9 58%,#f0faf5 100%);
  box-shadow:0 18px 46px rgba(15,23,42,.055);
}
.mss-policy--seller-start:after{content:"";position:absolute;right:-80px;top:-105px;width:245px;height:245px;border-radius:50%;background:radial-gradient(circle,rgba(45,188,116,.11),rgba(45,188,116,0) 68%);pointer-events:none}
.mss-policy--seller-start .mss-policy-icon{position:relative;z-index:1;width:54px;height:54px;border-radius:17px;background:linear-gradient(145deg,#2dbc74,#159c5a);box-shadow:0 11px 28px rgba(45,188,116,.24);font-family:Arial,sans-serif;font-size:0}
.mss-policy--seller-start .mss-policy-icon span{font-size:24px;font-weight:800;line-height:1;color:#fff}
.mss-policy--seller-start .mss-policy-content{position:relative;z-index:1;min-width:0}
.mss-policy--seller-start .mss-policy-content h1,.mss-policy--seller-start .mss-policy-content h2,.mss-policy--seller-start .mss-policy-content h3{margin:0 0 10px;font-size:24px;line-height:1.25;letter-spacing:-.025em;color:#102033}
.mss-policy--seller-start .mss-policy-content>p{max-width:900px;margin:0 0 15px;color:#526174;font-size:14.5px;line-height:1.7}
.mss-policy--seller-start .mss-policy-content>ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:17px 0 0;padding:0;list-style:none}
.mss-policy--seller-start .mss-policy-content>ul li{position:relative;margin:0;padding:12px 13px 12px 34px;border:1px solid #e2eee8;border-radius:13px;background:rgba(255,255,255,.76);color:#344457;font-size:13px;line-height:1.45}
.mss-policy--seller-start .mss-policy-content>ul li:before{content:"✓";position:absolute;left:12px;top:11px;width:16px;height:16px;display:grid;place-items:center;border-radius:50%;background:#e8f8f0;color:#159c5a;font-size:10px;font-weight:900}
.mss-policy-fees{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:14px;margin-top:20px;padding:15px 16px;border:1px solid rgba(45,188,116,.2);border-radius:16px;background:rgba(255,255,255,.9);box-shadow:0 8px 25px rgba(15,23,42,.035)}
.mss-policy-fees__icon{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;background:#e9f8f0;color:#159c5a;font-size:19px;font-weight:900}
.mss-policy-fees__copy{display:flex;min-width:0;flex-direction:column;gap:3px}
.mss-policy-fees__copy strong{color:#142338;font-size:14px;font-weight:800}
.mss-policy-fees__copy span{color:#6b7788;font-size:12.5px;line-height:1.45}
.mss-policy-fees__btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:42px;padding:9px 16px;border:1px solid #2dbc74;border-radius:12px;background:#fff;color:#159c5a!important;font-size:13px;font-weight:800;text-decoration:none!important;white-space:nowrap;transition:.18s ease}
.mss-policy-fees__btn:hover{background:#2dbc74;color:#fff!important;box-shadow:0 9px 22px rgba(45,188,116,.2);transform:translateY(-1px)}
.mss-policy-fees__btn span{font-size:17px;line-height:1}
@media(max-width:820px){.mss-policy--seller-start{grid-template-columns:1fr;padding:23px 20px}.mss-policy--seller-start .mss-policy-content>ul{grid-template-columns:1fr}.mss-policy-fees{grid-template-columns:42px minmax(0,1fr)}.mss-policy-fees__btn{grid-column:1/-1;width:100%}}
@media(max-width:480px){.mss-policy--seller-start{padding:20px 16px;border-radius:20px}.mss-policy--seller-start .mss-policy-content h1,.mss-policy--seller-start .mss-policy-content h2,.mss-policy--seller-start .mss-policy-content h3{font-size:21px}.mss-policy-fees{padding:13px}.mss-policy-fees__copy span{font-size:12px}}

/* MSS 1.9.221 — regions remain seller-editable after approval */
.mss-section-lock--regions{background:#eefaf4!important;border-color:#c6ead6!important;color:#0c8d56!important}
.mss-locked-param-card{min-height:72px;padding:13px 15px;border:1px solid #dfe7e2;border-radius:14px;background:#f8fbf9;display:flex;flex-direction:column;justify-content:center;gap:4px}
.mss-locked-param-card small{font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:#89958e;font-weight:800}.mss-locked-param-card strong{font-size:13px;color:#26352d;font-weight:900}
.mss-offer-editor-v1953 .mss-region-field{margin-top:4px;padding-top:4px}

/* v1.9.225: catalog product locks shared product parameters only; seller availability remains per-offer and editable */
.mss-existing-product-selected [data-mss-params-section] .mss-form-grid{display:grid!important}
.mss-existing-product-selected [data-mss-params-section] .mss-form-grid>.mss-field:not(.mss-region-field),
.mss-existing-product-selected [data-mss-params-section] .mss-form-grid>.mss-locked-param-card{display:none!important}
.mss-existing-product-selected [data-mss-params-section] .mss-region-field{display:block!important;grid-column:1/-1!important}
.mss-existing-product-selected [data-mss-params-section] [data-mss-existing-lock]{display:block!important;margin-top:10px}

/* v326 — polished multi-select code inventory, X-Sender authoritative */
.mss-code-bulkbar-v326{display:flex;align-items:center;gap:10px;margin:10px 0 8px;padding:10px 11px;border:1px solid #dfe8e3;border-radius:13px;background:linear-gradient(135deg,#f8fcfa,#fff);box-shadow:0 4px 14px rgba(16,48,32,.035)}
.mss-code-select-all-v326{display:inline-flex;align-items:center;gap:8px;margin:0;cursor:pointer;color:#34433b;font-size:9px;font-weight:800}.mss-code-select-all-v326 input{position:absolute;opacity:0;pointer-events:none}.mss-code-select-all-v326 span{display:inline-flex;align-items:center;gap:6px;min-height:31px;padding:0 10px;border:1px solid #dbe6e0;border-radius:9px;background:#fff}.mss-code-select-all-v326 input:checked+span{border-color:#84c9a5;background:#edf9f2;color:#0d814b}
.mss-code-bulkbar-count-v326{margin-right:auto;color:#77847d;font-size:9px}.mss-code-bulkbar-count-v326 b{color:#193c2b;font-size:11px}
.mss-code-bulk-delete-v326{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 11px;border:1px solid #f0c9c5;border-radius:9px;background:#fff7f6;color:#bb3d34;font-size:9px;font-weight:850;cursor:pointer;transition:.15s}.mss-code-bulk-delete-v326:hover:not(:disabled){background:#fdecea;border-color:#e9aaa4}.mss-code-bulk-delete-v326:disabled{opacity:.42;cursor:not-allowed}
.mss-code-bulk-status-v326{font-size:9px;font-weight:750}.mss-code-bulk-status-v326.is-loading{color:#52665c}.mss-code-bulk-status-v326.is-success{color:#0a8450}.mss-code-bulk-status-v326.is-error{color:#b42318}
.mss-stored-code-row{grid-template-columns:30px minmax(240px,1fr) auto auto auto auto!important;transition:background .14s ease,box-shadow .14s ease}.mss-stored-code-row.is-selected-v326{background:#f1fbf6;box-shadow:inset 3px 0 0 #2dbc74}
.mss-code-check-v326{display:grid;place-items:center;margin:0;cursor:pointer}.mss-code-check-v326 input{position:absolute;opacity:0;pointer-events:none}.mss-code-check-v326 span,.mss-code-check-placeholder-v326{display:block;width:18px;height:18px;border:1px solid #ccd9d2;border-radius:6px;background:#fff;position:relative}.mss-code-check-v326 input:checked+span{border-color:#2dbc74;background:#2dbc74}.mss-code-check-v326 input:checked+span:after{content:'✓';position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:11px;font-weight:900}
.mss-code-delete{border:1px solid #f0d4d0!important;cursor:pointer}.mss-code-bulkbar-v326.is-busy-v326{opacity:.82}
@media(max-width:650px){.mss-code-bulkbar-v326{display:grid;grid-template-columns:1fr auto}.mss-code-bulkbar-count-v326{margin:0}.mss-code-bulk-status-v326{grid-column:1/-1}.mss-stored-code-row{grid-template-columns:28px minmax(0,1fr) auto!important}.mss-stored-code-row .mss-code-cost,.mss-stored-code-row time{display:none}}

/* v1.9.329 dashboard currency + chart polish */
.mss-dashboard-currencies-v329{display:grid!important;grid-template-columns:auto minmax(180px,1fr) minmax(240px,330px);align-items:center;gap:16px;padding:16px 18px!important;border:1px solid #e2ece7!important;border-radius:18px!important;background:linear-gradient(135deg,#ffffff 0%,#f7fbf9 100%)!important;box-shadow:0 8px 24px rgba(16,49,35,.05)}
.mss-dashboard-currency-title-v329{display:flex;align-items:center;gap:9px;font-weight:850;color:#173629;white-space:nowrap}.mss-dashboard-currency-title-v329 i{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:#eaf8f1;color:var(--mss-primary,#2dbc74);font-size:18px}.mss-dashboard-currencies-v329 .mss-dashboard-currency-chips{display:flex;flex-wrap:wrap;gap:7px}.mss-dashboard-currencies-v329 .mss-dashboard-currency-chips span{display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid #e4ece8;border-radius:11px;background:#fff;color:#53675e;font-size:9px}.mss-dashboard-currencies-v329 .mss-dashboard-currency-chips b{color:#132b20;font-size:9px}.mss-dashboard-currency-picker-v329{display:grid;gap:5px}.mss-dashboard-currency-picker-v329 label{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:9px;margin:0}.mss-dashboard-currency-picker-v329 label>span{font-size:8px;font-weight:800;color:#71837a;white-space:nowrap}.mss-dashboard-currency-picker-v329 select{width:100%;height:38px;padding:0 34px 0 11px;border:1px solid #d8e5de;border-radius:11px;background:#fff;color:#183127;font-size:10px;font-weight:800;outline:none}.mss-dashboard-currency-picker-v329 select:focus{border-color:var(--mss-primary,#2dbc74);box-shadow:0 0 0 3px rgba(45,188,116,.10)}.mss-dashboard-currency-picker-v329 small{display:flex;align-items:center;gap:5px;color:#8a9992;font-size:7.5px;font-weight:650}.mss-chart-card{border:1px solid #e5eee9!important;border-radius:22px!important;background:#fff!important;box-shadow:0 12px 34px rgba(16,49,35,.06)!important}.mss-sales-chart{border:0!important;background:linear-gradient(180deg,#fbfefc 0%,#f5faf7 100%)!important}.mss-chart-top{background:linear-gradient(90deg,#fff 0%,#fbfefc 100%);border-bottom:1px solid #e8f0ec!important}.mss-chart-top>div:first-child strong{font-size:31px!important}.mss-chart-mini>span{border:1px solid #e5eee9;background:#fff!important;box-shadow:0 5px 14px rgba(19,52,38,.035)}.mss-chart-stage{background-image:radial-gradient(circle at 50% 0%,rgba(45,188,116,.06),transparent 52%)}.mss-chart-stage [data-chart-line]{stroke-width:4!important;filter:drop-shadow(0 4px 6px rgba(45,188,116,.18))}.mss-chart-stage [data-chart-points] circle{r:5;filter:drop-shadow(0 2px 3px rgba(45,188,116,.22))}
@media(max-width:850px){.mss-dashboard-currencies-v329{grid-template-columns:1fr!important}.mss-dashboard-currency-picker-v329{max-width:none}.mss-dashboard-currency-picker-v329 label{grid-template-columns:1fr}.mss-dashboard-currency-title-v329{white-space:normal}}

/* MSS v341: lightweight AJAX conversation switching */
.mss-thread-view{transition:opacity .12s ease}
.mss-thread-view.is-loading{opacity:.55;pointer-events:none}
.mss-thread-card.is-active{will-change:transform}

/* MultiStore Seller 1.9.363 — stored code columns: key and status are physically separate */
.mss-code-table-head-v362{display:grid!important;grid-template-columns:30px minmax(0,1fr) 104px 92px 132px 38px!important;column-gap:12px!important;align-items:center!important}
.mss-code-table-head-v362>span:nth-child(3){text-align:center!important}
.mss-stored-codes-list .mss-stored-code-row{display:grid!important;grid-template-columns:30px minmax(0,1fr) 104px 92px 132px 38px!important;column-gap:12px!important;align-items:center!important;min-height:58px!important;padding:9px 12px!important}
.mss-stored-codes-list .mss-stored-code-value{grid-column:2!important;display:grid!important;grid-template-columns:18px minmax(0,1fr) 30px!important;align-items:center!important;gap:8px!important;min-width:0!important;width:100%!important;border:1px solid #e1e8e5!important;border-radius:10px!important;background:#fff!important;padding:6px 7px!important;overflow:hidden!important}
.mss-stored-codes-list .mss-stored-code-value>i{grid-column:1!important}
.mss-stored-codes-list .mss-stored-code-value code{grid-column:2!important;display:block!important;min-width:0!important;width:100%!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;background:transparent!important;padding:0!important;color:#20352b!important;line-height:1.35!important}
.mss-stored-codes-list .mss-stored-code-value button{grid-column:3!important;width:28px!important;height:28px!important;flex:none!important}
.mss-code-status-cell-v363{grid-column:3!important;display:flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;width:100%!important}
.mss-code-status-cell-v363 .mss-code-status{position:static!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:100%!important;max-width:96px!important;min-height:28px!important;margin:0!important;padding:5px 8px!important;border-radius:8px!important;line-height:1!important;white-space:nowrap!important;transform:none!important}
.mss-stored-codes-list .mss-code-cost{grid-column:4!important;white-space:nowrap!important}
.mss-stored-codes-list .mss-stored-code-row time{grid-column:5!important;white-space:nowrap!important}
.mss-stored-codes-list .mss-code-delete{grid-column:6!important;justify-self:end!important}
.mss-stored-codes-list .mss-code-check-v326,.mss-stored-codes-list .mss-code-check-placeholder-v326{grid-column:1!important}
@media(max-width:900px){
  .mss-code-table-head-v362{display:none!important}
  .mss-stored-codes-list .mss-stored-code-row{grid-template-columns:28px minmax(0,1fr) 90px 36px!important;column-gap:9px!important}
  .mss-stored-codes-list .mss-stored-code-value{grid-column:2!important}
  .mss-code-status-cell-v363{grid-column:3!important}
  .mss-stored-codes-list .mss-code-delete{grid-column:4!important}
  .mss-stored-codes-list .mss-code-cost,.mss-stored-codes-list .mss-stored-code-row time{display:none!important}
}
@media(max-width:600px){
  .mss-stored-codes-list .mss-stored-code-row{grid-template-columns:24px minmax(0,1fr) 76px 34px!important;column-gap:7px!important}
  .mss-code-status-cell-v363{display:flex!important}
  .mss-code-status-cell-v363 .mss-code-status{display:inline-flex!important;max-width:72px!important;font-size:7px!important;padding:4px 5px!important}
  .mss-stored-codes-list .mss-stored-code-value code{font-size:10px!important}
}

/* ===== 1.9.364 code inventory: visible selection, premium delete modal, mobile ===== */
.mss-code-bulkbar-v326{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important;margin:12px 0 10px!important;padding:10px!important;border:1px solid #dce8e2!important;border-radius:14px!important;background:linear-gradient(180deg,#fff,#f8fbf9)!important;box-shadow:0 6px 20px rgba(16,24,40,.045)!important}
.mss-code-select-all-v326{display:inline-flex!important;align-items:center!important;margin:0!important;cursor:pointer!important}.mss-code-select-all-v326 input{position:absolute!important;opacity:0!important;pointer-events:none!important}.mss-code-select-all-v326>span{display:inline-flex!important;align-items:center!important;gap:7px!important;min-height:36px!important;padding:0 12px!important;border:1px solid #d9e4de!important;border-radius:10px!important;background:#fff!important;color:#34463d!important;font-size:10px!important;font-weight:850!important}.mss-code-select-all-v326 input:checked+span{border-color:#9ed7ba!important;background:#effaf4!important;color:#11794a!important}.mss-code-select-all-v326 i{font-size:16px!important}
.mss-code-bulkbar-count-v326{display:inline-flex!important;align-items:center!important;gap:5px!important;min-height:36px!important;padding:0 11px!important;border-radius:10px!important;background:#f1f5f3!important;color:#607168!important;font-size:10px!important}.mss-code-bulkbar-count-v326 b{display:grid!important;place-items:center!important;min-width:22px!important;height:22px!important;padding:0 5px!important;border-radius:999px!important;background:#fff!important;color:#172c21!important;font-size:10px!important}
.mss-code-bulk-delete-v326{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;min-height:36px!important;margin-left:auto!important;padding:0 13px!important;border:1px solid #edc5c0!important;border-radius:10px!important;background:#fff6f5!important;color:#b33d31!important;font-size:10px!important;font-weight:900!important;cursor:pointer!important;transition:.16s!important}.mss-code-bulk-delete-v326:not(:disabled):hover{background:#c7473b!important;border-color:#c7473b!important;color:#fff!important;transform:translateY(-1px)!important}.mss-code-bulk-delete-v326:disabled{opacity:.42!important;cursor:not-allowed!important}
.mss-code-bulk-status-v326{flex:1 1 100%!important;padding:9px 11px!important;border-radius:9px!important;font-size:10px!important;font-weight:750!important}.mss-code-bulk-status-v326.is-loading{background:#eef6ff!important;color:#255fa8!important}.mss-code-bulk-status-v326.is-success{background:#eaf9f1!important;color:#13784a!important}.mss-code-bulk-status-v326.is-error{background:#fff0ee!important;color:#ad4034!important}
.mss-stored-codes-list .mss-stored-code-row{grid-template-columns:34px minmax(300px,1fr) 104px 92px 132px 40px!important;gap:10px!important;padding:10px 12px!important}.mss-code-check-v326 span{width:21px!important;height:21px!important;border-radius:7px!important}.mss-stored-code-row.is-selected-v326{background:#f0fbf5!important;box-shadow:inset 3px 0 #24a969!important}.mss-stored-code-value{min-width:0!important;padding:8px 9px!important;border:1px solid #e5ebe8!important;border-radius:10px!important;background:#fbfcfc!important}.mss-stored-code-value code{display:block!important;max-height:54px!important;overflow:auto!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important;line-height:1.45!important}.mss-code-status-cell-v363{padding:0 4px!important}.mss-code-delete{display:grid!important;place-items:center!important;border:1px solid #efcbc6!important;background:#fff7f6!important;color:#c04437!important;cursor:pointer!important}.mss-code-delete:hover{background:#c7473b!important;color:#fff!important;border-color:#c7473b!important}
.mss-code-delete-modal-v364{position:fixed!important;inset:0!important;z-index:2147483000!important;display:grid!important;place-items:center!important;padding:18px!important;background:rgba(10,18,14,.58)!important;backdrop-filter:blur(7px)!important;opacity:0!important;visibility:hidden!important;transition:.16s ease!important}.mss-code-delete-modal-v364.is-open{opacity:1!important;visibility:visible!important}.mss-code-delete-dialog-v364{position:relative!important;width:min(100%,490px)!important;padding:28px!important;border:1px solid rgba(255,255,255,.7)!important;border-radius:24px!important;background:#fff!important;box-shadow:0 30px 90px rgba(0,0,0,.28)!important;transform:translateY(12px) scale(.985)!important;transition:.16s ease!important}.mss-code-delete-modal-v364.is-open .mss-code-delete-dialog-v364{transform:none!important}.mss-code-delete-x-v364{position:absolute!important;right:14px!important;top:14px!important;width:36px!important;height:36px!important;border:1px solid #e7ece9!important;border-radius:11px!important;background:#fafbfb!important;color:#69766f!important;font-size:22px!important;cursor:pointer!important}.mss-code-delete-icon-v364{display:grid!important;place-items:center!important;width:58px!important;height:58px!important;margin-bottom:16px!important;border-radius:18px!important;background:linear-gradient(145deg,#fff0ee,#ffe5e1)!important;color:#c94337!important;font-size:27px!important;box-shadow:inset 0 0 0 1px #f5d0cb!important}.mss-code-delete-copy-v364>span{display:inline-flex!important;padding:5px 8px!important;border-radius:999px!important;background:#fff3f1!important;color:#b54236!important;font-size:8px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.08em!important}.mss-code-delete-copy-v364 h3{margin:8px 0 7px!important;color:#15251d!important;font-size:22px!important;line-height:1.15!important;font-weight:900!important}.mss-code-delete-copy-v364 p{margin:0!important;color:#69776f!important;font-size:11px!important;line-height:1.65!important}.mss-code-delete-summary-v364{display:flex!important;align-items:center!important;gap:11px!important;margin-top:18px!important;padding:12px 13px!important;border:1px solid #eadfdd!important;border-radius:13px!important;background:#fffaf9!important}.mss-code-delete-summary-v364>i{font-size:21px!important;color:#bd493d!important}.mss-code-delete-summary-v364 div{display:flex!important;flex-direction:column!important}.mss-code-delete-summary-v364 strong{font-size:16px!important;color:#2c3a32!important}.mss-code-delete-summary-v364 small{font-size:9px!important;color:#8a746f!important}.mss-code-delete-actions-v364{display:grid!important;grid-template-columns:1fr 1.2fr!important;gap:9px!important;margin-top:20px!important}.mss-code-delete-actions-v364 button{min-height:44px!important;border-radius:11px!important;font-size:11px!important;font-weight:900!important;cursor:pointer!important}.mss-code-modal-cancel-v364{border:1px solid #dce4e0!important;background:#fff!important;color:#526159!important}.mss-code-modal-confirm-v364{display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;border:1px solid #c7473b!important;background:#c7473b!important;color:#fff!important;box-shadow:0 9px 22px rgba(199,71,59,.18)!important}
@media(max-width:760px){.mss-offer-editor-v1953 .mss-code-editor{padding:14px!important;border-radius:15px!important}.mss-code-counters{grid-template-columns:repeat(3,minmax(0,1fr))!important}.mss-code-counters>div{padding:10px!important}.mss-code-counters strong{font-size:17px!important}.mss-code-add-card{padding:12px!important}.mss-code-price-row,.mss-code-delivery-rules{display:grid!important;grid-template-columns:1fr!important}.mss-withdraw-card{display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;gap:10px!important;padding:13px!important}.mss-withdraw-card label,.mss-withdraw-card button{grid-column:1/-1!important;width:100%!important}.mss-stored-codes-head{align-items:flex-start!important;flex-direction:column!important}.mss-stored-codes-meta-v48{width:100%!important;justify-content:space-between!important}.mss-code-bulkbar-v326{display:grid!important;grid-template-columns:1fr auto!important;gap:8px!important}.mss-code-select-all-v326>span{width:100%!important;justify-content:center!important}.mss-code-bulkbar-count-v326{justify-content:center!important}.mss-code-bulk-delete-v326{grid-column:1/-1!important;width:100%!important;margin:0!important}.mss-stored-codes-list{max-height:520px!important;border-radius:12px!important}.mss-stored-codes-list .mss-stored-code-row{display:grid!important;grid-template-columns:28px minmax(0,1fr) 82px!important;grid-template-areas:'check code status' '. cost del' '. date del'!important;gap:6px 8px!important;padding:10px!important;align-items:start!important}.mss-code-check-v326,.mss-code-check-placeholder-v326{grid-area:check!important;margin-top:9px!important}.mss-stored-code-value{grid-area:code!important}.mss-code-status-cell-v363{grid-area:status!important;align-self:start!important;margin-top:4px!important}.mss-code-status-cell-v363 .mss-code-status{display:inline-flex!important;max-width:78px!important;width:100%!important;font-size:7px!important}.mss-stored-codes-list .mss-code-cost{display:block!important;grid-area:cost!important;font-size:8px!important}.mss-stored-codes-list .mss-stored-code-row time{display:block!important;grid-area:date!important;font-size:8px!important;white-space:normal!important}.mss-stored-codes-list .mss-code-delete{grid-area:del!important;justify-self:end!important;align-self:end!important}.mss-code-table-head-v362{display:none!important}.mss-code-delete-dialog-v364{padding:22px 18px 18px!important;border-radius:20px!important}.mss-code-delete-copy-v364 h3{font-size:19px!important}.mss-code-delete-actions-v364{grid-template-columns:1fr!important}.mss-code-modal-confirm-v364{order:-1!important}}

/* ===== 1.9.364 /seller/register marketplace showcase ===== */
.mss-register-showcase-v364{max-width:1220px!important;margin:34px auto 0!important;padding:28px!important;border:1px solid #e1e9e5!important;border-radius:26px!important;background:linear-gradient(145deg,#fff 0%,#f7fbf9 100%)!important;box-shadow:0 18px 52px rgba(16,35,26,.07)!important;overflow:hidden!important}.mss-register-showcase-v364--sellers{background:linear-gradient(145deg,#0c1c14 0%,#133626 65%,#0e5d3c 100%)!important;border-color:#214938!important}.mss-showcase-head-v364{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:24px!important;margin-bottom:20px!important}.mss-showcase-head-v364>div>span{display:block!important;margin-bottom:6px!important;color:#15955b!important;font-size:9px!important;font-weight:950!important;letter-spacing:.13em!important}.mss-showcase-head-v364 h2{margin:0!important;color:#13251c!important;font-size:28px!important;line-height:1.1!important;font-weight:900!important;letter-spacing:-.025em!important}.mss-showcase-head-v364 p{max-width:760px!important;margin:8px 0 0!important;color:#708078!important;font-size:11px!important;line-height:1.6!important}.mss-showcase-link-v364{display:inline-flex!important;align-items:center!important;gap:6px!important;min-height:39px!important;padding:0 13px!important;border:1px solid #dbe5e0!important;border-radius:11px!important;background:#fff!important;color:#287050!important;font-size:10px!important;font-weight:850!important;text-decoration:none!important}.mss-top-products-grid-v364{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:13px!important}.mss-top-product-v364{display:grid!important;grid-template-columns:116px minmax(0,1fr)!important;min-height:146px!important;border:1px solid #e4eae7!important;border-radius:17px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 7px 22px rgba(16,35,26,.04)!important;transition:.18s!important}.mss-top-product-v364:hover{transform:translateY(-2px)!important;box-shadow:0 15px 30px rgba(16,35,26,.08)!important}.mss-top-product-image-v364{display:grid!important;place-items:center!important;min-height:146px!important;padding:10px!important;background:linear-gradient(145deg,#f8faf9,#eef5f1)!important}.mss-top-product-image-v364 img{width:100%!important;height:100%!important;max-height:126px!important;object-fit:contain!important}.mss-top-product-image-v364 span{display:grid!important;place-items:center!important;width:52px!important;height:52px!important;border-radius:16px!important;background:#fff!important;color:#2aa66a!important;font-size:24px!important}.mss-top-product-copy-v364{display:flex!important;flex-direction:column!important;min-width:0!important;padding:13px!important}.mss-top-product-rank-v364{display:flex!important;align-items:center!important;gap:5px!important;color:#dd6b20!important;font-size:8px!important;font-weight:900!important;text-transform:uppercase!important}.mss-top-product-copy-v364 h3{margin:6px 0 8px!important;color:#1b2a22!important;font-size:12px!important;line-height:1.35!important;font-weight:850!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.mss-top-product-meta-v364{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin-top:auto!important}.mss-top-product-meta-v364 strong{color:#10834f!important;font-size:14px!important}.mss-top-product-meta-v364 span{color:#87938d!important;font-size:8px!important}.mss-top-product-copy-v364>a{display:inline-flex!important;align-items:center!important;gap:5px!important;margin-top:8px!important;color:#3c6952!important;font-size:9px!important;font-weight:850!important;text-decoration:none!important}.mss-register-showcase-v364--sellers .mss-showcase-head-v364>div>span{color:#79e1ac!important}.mss-register-showcase-v364--sellers .mss-showcase-head-v364 h2{color:#fff!important}.mss-register-showcase-v364--sellers .mss-showcase-head-v364 p{color:#b7cbbf!important}.mss-top-sellers-grid-v364{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:11px!important}.mss-top-seller-v364{display:flex!important;flex-direction:column!important;align-items:center!important;min-width:0!important;padding:18px 13px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:18px!important;background:rgba(255,255,255,.075)!important;color:#fff!important;text-decoration:none!important;backdrop-filter:blur(6px)!important;transition:.18s!important}.mss-top-seller-v364:hover{transform:translateY(-3px)!important;background:rgba(255,255,255,.12)!important;border-color:rgba(121,225,172,.4)!important}.mss-top-seller-avatar-v364{position:relative!important;display:grid!important;place-items:center!important;width:68px!important;height:68px!important;margin-bottom:12px!important;border-radius:20px!important;background:#fff!important;overflow:visible!important;box-shadow:0 10px 25px rgba(0,0,0,.16)!important}.mss-top-seller-avatar-v364 img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:20px!important}.mss-top-seller-avatar-v364>span{color:#168d56!important;font-size:25px!important;font-weight:950!important}.mss-top-seller-avatar-v364>i{position:absolute!important;right:-4px!important;bottom:-4px!important;display:grid!important;place-items:center!important;width:23px!important;height:23px!important;border:3px solid #163a29!important;border-radius:999px!important;background:#2dbc74!important;color:#fff!important;font-size:11px!important}.mss-top-seller-copy-v364{width:100%!important;text-align:center!important}.mss-top-seller-copy-v364>small{color:#8ec8aa!important;font-size:8px!important;font-weight:850!important;text-transform:uppercase!important;letter-spacing:.08em!important}.mss-top-seller-copy-v364 h3{margin:4px 0 7px!important;color:#fff!important;font-size:13px!important;font-weight:900!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.mss-top-seller-tier-v364{display:flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;color:#d9e9e0!important;font-size:8px!important}.mss-top-seller-tier-v364 img{width:21px!important;height:21px!important;object-fit:contain!important}.mss-top-seller-stats-v364{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important;margin-top:12px!important}.mss-top-seller-stats-v364 span{padding:7px 4px!important;border-radius:10px!important;background:rgba(0,0,0,.12)!important;color:#a9c5b6!important;font-size:7px!important;line-height:1.25!important}.mss-top-seller-stats-v364 b{display:block!important;margin-bottom:2px!important;color:#fff!important;font-size:13px!important}.mss-top-seller-open-v364{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;margin-top:12px!important;color:#75dfaa!important;font-size:9px!important}.mss-register-cta-v364{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;margin-top:16px!important;padding:13px 15px!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:15px!important;background:rgba(255,255,255,.075)!important}.mss-register-cta-v364>div{display:flex!important;align-items:center!important;gap:11px!important}.mss-register-cta-v364>div>span{display:grid!important;place-items:center!important;width:40px!important;height:40px!important;border-radius:12px!important;background:#2dbc74!important;color:#fff!important;font-size:18px!important}.mss-register-cta-v364 strong{display:block!important;color:#fff!important;font-size:11px!important}.mss-register-cta-v364 p{margin:3px 0 0!important;color:#a9c3b5!important;font-size:9px!important}.mss-register-cta-v364>a{display:inline-flex!important;align-items:center!important;gap:6px!important;min-height:39px!important;padding:0 14px!important;border-radius:11px!important;background:#fff!important;color:#12683f!important;font-size:10px!important;font-weight:900!important;text-decoration:none!important}
@media(max-width:1050px){.mss-top-products-grid-v364{grid-template-columns:repeat(2,minmax(0,1fr))!important}.mss-top-sellers-grid-v364{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:700px){.mss-register-showcase-v364{margin-top:20px!important;padding:17px!important;border-radius:19px!important}.mss-showcase-head-v364{align-items:flex-start!important;flex-direction:column!important;gap:12px!important}.mss-showcase-head-v364 h2{font-size:22px!important}.mss-showcase-link-v364{width:100%!important;justify-content:center!important}.mss-top-products-grid-v364{grid-template-columns:1fr!important}.mss-top-product-v364{grid-template-columns:94px minmax(0,1fr)!important;min-height:124px!important}.mss-top-product-image-v364{min-height:124px!important}.mss-top-sellers-grid-v364{grid-template-columns:1fr 1fr!important}.mss-top-seller-v364{padding:15px 9px!important}.mss-top-seller-avatar-v364{width:58px!important;height:58px!important}.mss-top-seller-stats-v364{grid-template-columns:1fr!important}.mss-register-cta-v364{align-items:stretch!important;flex-direction:column!important}.mss-register-cta-v364>a{justify-content:center!important;width:100%!important}}
@media(max-width:420px){.mss-top-sellers-grid-v364{grid-template-columns:1fr!important}.mss-top-product-v364{grid-template-columns:78px minmax(0,1fr)!important}.mss-top-product-meta-v364{align-items:flex-start!important;flex-direction:column!important}.mss-register-showcase-v364{padding:14px!important}}

/* ===== 1.9.365 hard refresh: code inventory controls always visible ===== */
.mss-code-bulkbar-v326{position:sticky!important;top:0!important;z-index:6!important;background:#fff!important;border:1px solid #d9e5df!important;box-shadow:0 8px 24px rgba(17,54,36,.08)!important}
.mss-code-select-all-v326,.mss-code-bulk-delete-v326,.mss-code-check-v326,.mss-code-delete{visibility:visible!important;opacity:1!important}
.mss-code-check-v326{display:grid!important;place-items:center!important;min-width:30px!important;min-height:30px!important}
.mss-code-check-v326 span{width:22px!important;height:22px!important;border:1px solid #baccc2!important;background:#fff!important;box-shadow:0 2px 8px rgba(20,54,37,.05)!important}
.mss-code-delete{width:34px!important;height:34px!important;border-radius:10px!important;font-size:16px!important}
.mss-code-table-head-v362{display:grid!important;grid-template-columns:34px minmax(300px,1fr) 104px 92px 132px 40px!important;gap:10px!important;padding:8px 12px!important;border:1px solid #e2e9e5!important;border-bottom:0!important;border-radius:12px 12px 0 0!important;background:#f7faf8!important;color:#7b8b82!important;font-size:8px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.06em!important}
.mss-stored-codes-list{border-radius:0 0 14px 14px!important}
@media(max-width:760px){
  .mss-code-bulkbar-v326{position:static!important;grid-template-columns:1fr!important;padding:10px!important}
  .mss-code-select-all-v326,.mss-code-bulkbar-count-v326,.mss-code-bulk-delete-v326{width:100%!important}
  .mss-code-select-all-v326>span,.mss-code-bulkbar-count-v326,.mss-code-bulk-delete-v326{min-height:42px!important;justify-content:center!important}
  .mss-stored-codes-list .mss-stored-code-row{grid-template-columns:30px minmax(0,1fr) 74px!important;grid-template-areas:'check code status' '. code status' '. cost del' '. date del'!important}
  .mss-stored-code-value{width:100%!important;overflow:hidden!important}
  .mss-stored-code-value code{max-height:70px!important;font-size:9.5px!important}
  .mss-code-delete{width:38px!important;height:38px!important}
}

/* ===== 1.9.365 top sellers: 30-card horizontal carousel ===== */
.mss-showcase-head-sellers-v365{align-items:center!important}
.mss-top-sellers-nav-v365{display:flex!important;align-items:center!important;gap:8px!important;flex:0 0 auto!important}
.mss-top-sellers-nav-v365 button{display:grid!important;place-items:center!important;width:43px!important;height:43px!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:13px!important;background:rgba(255,255,255,.09)!important;color:#fff!important;font-size:18px!important;cursor:pointer!important;backdrop-filter:blur(8px)!important;transition:.16s!important}
.mss-top-sellers-nav-v365 button:hover{background:#2dbc74!important;border-color:#2dbc74!important;transform:translateY(-1px)!important}
.mss-top-sellers-carousel-v365{position:relative!important;width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-behavior:smooth!important;scroll-snap-type:x proximity!important;scrollbar-width:none!important;-ms-overflow-style:none!important;padding:2px 2px 10px!important}
.mss-top-sellers-carousel-v365::-webkit-scrollbar{display:none!important}
.mss-top-sellers-carousel-v365 .mss-top-sellers-grid-v364{display:flex!important;grid-template-columns:none!important;gap:12px!important;width:max-content!important;min-width:100%!important}
.mss-top-sellers-carousel-v365 .mss-top-seller-v364{flex:0 0 210px!important;width:210px!important;scroll-snap-align:start!important;min-height:276px!important}
.mss-top-seller-avatar-v364{overflow:visible!important}
.mss-top-seller-avatar-v364>i{overflow:visible!important}
.mss-top-seller-avatar-v364 img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;padding:5px!important;background:#fff!important}
.mss-top-seller-stats-v364 span{min-height:45px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important}
@media(max-width:700px){
  .mss-showcase-head-sellers-v365{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:end!important}
  .mss-showcase-head-sellers-v365>div:first-child{min-width:0!important}
  .mss-top-sellers-nav-v365{align-self:end!important}
  .mss-top-sellers-nav-v365 button{width:40px!important;height:40px!important}
  .mss-top-sellers-carousel-v365{margin-right:-17px!important;padding-right:17px!important}
  .mss-top-sellers-carousel-v365 .mss-top-seller-v364{flex-basis:176px!important;width:176px!important;min-height:255px!important}
}
@media(max-width:430px){
  .mss-showcase-head-sellers-v365{grid-template-columns:1fr!important}
  .mss-top-sellers-nav-v365{justify-self:end!important}
  .mss-top-sellers-carousel-v365 .mss-top-seller-v364{flex-basis:164px!important;width:164px!important}
}
\n\n/* 1.9.369 — code input preview: no artificial line numbers + stronger counter hint */
.mss-offer-editor-v1953 [data-mss-code-hint]{display:flex!important;align-items:center!important;gap:7px!important;margin-top:8px!important;font-size:13px!important;line-height:1.45!important;font-weight:750!important;color:#5f6f66!important}
.mss-offer-editor-v1953 [data-mss-code-hint] .mss-code-hint-count{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:30px!important;height:26px!important;padding:0 8px!important;border-radius:999px!important;background:#e9f9f0!important;color:#07834b!important;font-size:14px!important;font-weight:950!important;box-shadow:inset 0 0 0 1px #ccebd9!important}
.mss-offer-editor-v1953 [data-mss-code-hint] span{font-size:12px!important;font-weight:750!important;color:#64748b!important}
.mss-offer-editor-v1953 .mss-code-line{display:block!important;grid-template-columns:none!important;padding:9px 11px!important;font-size:10px!important;line-height:1.45!important;word-break:break-all!important}
.mss-offer-editor-v1953 .mss-code-line>b{display:none!important}
@media(max-width:760px){.mss-offer-editor-v1953 [data-mss-code-hint]{align-items:flex-start!important;flex-wrap:wrap!important;font-size:12px!important}.mss-offer-editor-v1953 [data-mss-code-hint] .mss-code-hint-count{min-width:28px!important;height:25px!important;font-size:13px!important}.mss-offer-editor-v1953 [data-mss-code-hint] span{font-size:11px!important}.mss-offer-editor-v1953 .mss-code-line{font-size:9.5px!important;padding:9px!important}}


/* ===== 1.9.401 — complete two-mailbox inbox + readable conversation stream ===== */
.mss-filter-total-v401{margin-left:auto;display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border:1px solid #dce7e2;border-radius:999px;background:#f7fbf9;color:#52675c;font-size:9px;font-weight:850;white-space:nowrap}.mss-filter-total-v401 i{color:#15925a;font-size:14px}.mss-filter-total-v401 b{color:#0f172a;font-size:11px}
.mss-thread-mailmeta-v401{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin:8px 0 2px}.mss-thread-mailmeta-v401>span{display:inline-flex;align-items:center;gap:4px;max-width:100%;padding:4px 7px;border:1px solid #e5ebe8;border-radius:999px;background:#f8faf9;color:#66786f;font-size:8px;font-weight:800;line-height:1.15}.mss-thread-mailmeta-v401>span i{font-size:11px;color:#15925a}.mss-thread-mailmeta-v401>span b{color:#17251e}.mss-thread-source-v401{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.mss-message-stream{padding:24px!important;background:#f6f8fa!important}.mss-message-bubble{width:min(84%,760px)!important;padding:16px 18px!important;border-radius:7px 18px 18px 18px!important;box-shadow:0 7px 20px rgba(15,23,42,.045)!important}.mss-message-bubble.is-seller{border-radius:18px 7px 18px 18px!important}.mss-message-meta{align-items:flex-start!important;margin-bottom:9px!important}.mss-message-author-v401{display:flex;align-items:center;flex-wrap:wrap;gap:7px;min-width:0}.mss-message-author-v401>strong{font-size:10px!important}.mss-message-source-v401{display:inline-flex!important;align-items:center;gap:4px;max-width:330px;padding:3px 7px;border:1px solid #dde7e2;border-radius:999px;background:rgba(255,255,255,.78);color:#718079!important;font-size:7.5px!important;font-weight:800;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mss-message-source-v401 i{font-size:10px;color:#15925a}.mss-message-bubble h4{margin:0 0 9px!important;padding-bottom:8px;border-bottom:1px solid rgba(148,163,184,.18);font-size:10.5px!important;line-height:1.45!important;color:#4a5b52!important;overflow-wrap:anywhere}.mss-message-text{font-size:11.5px!important;line-height:1.72!important;color:#27372f!important;overflow-wrap:anywhere!important;word-break:normal!important}.mss-message-text a{overflow-wrap:anywhere!important;word-break:break-all!important}.mss-message-collapsed-v401{margin-top:12px;border:1px solid #dfe7e3;border-radius:12px;background:rgba(255,255,255,.65);overflow:hidden}.mss-message-collapsed-v401>summary{display:flex;align-items:center;gap:8px;padding:10px 12px;list-style:none;cursor:pointer;color:#607069;font-size:9px;font-weight:900;user-select:none}.mss-message-collapsed-v401>summary::-webkit-details-marker{display:none}.mss-message-collapsed-v401>summary .la-ellipsis-h{display:grid;place-items:center;width:24px;height:24px;border-radius:8px;background:#edf4f0;color:#15925a;font-size:15px}.mss-message-collapsed-v401>summary .la-angle-down{margin-left:auto;transition:transform .16s}.mss-message-collapsed-v401[open]>summary .la-angle-down{transform:rotate(180deg)}.mss-message-collapsed-body-v401{max-height:330px;overflow:auto;padding:12px;border-top:1px solid #e7ece9;background:#fbfcfc;color:#64726b!important;font-size:10px!important;line-height:1.65!important;white-space:normal}.mss-message-original-v29{max-height:380px;overflow:auto;margin-top:8px;padding:12px!important;border:1px solid #e4e9e6;border-radius:11px;background:#fbfcfc;color:#64726b!important;overflow-wrap:anywhere!important}
.mss-mailbox-modal__dialog{width:min(860px,100%)!important}.mss-mailbox-network-v401{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px}.mss-network-mailbox-card-v401{min-width:0;display:grid;align-content:start;gap:12px;padding:16px;border:1px solid #dfe8e3;border-radius:18px;background:linear-gradient(180deg,#fff,#fbfdfc);box-shadow:0 10px 28px rgba(15,23,42,.055)}.mss-network-mailbox-card-v401.is-ready{border-color:#cfe8db}.mss-network-mailbox-card-v401.is-warning{border-color:#f2d8af}.mss-network-mailbox-head-v401{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding-bottom:12px;border-bottom:1px solid #edf1ef}.mss-network-mailbox-title-v401{display:flex;align-items:center;gap:10px;min-width:0}.mss-network-mailbox-icon-v401{display:grid;place-items:center;flex:0 0 40px;width:40px;height:40px;border-radius:12px;background:#eaf8f1;color:#168654;font-size:20px}.mss-network-mailbox-title-v401>div{min-width:0}.mss-network-mailbox-title-v401 small{display:block;margin-bottom:3px;color:#7c8c84;font-size:7px;font-weight:950;letter-spacing:.08em}.mss-network-mailbox-title-v401 strong{display:block;color:#14241c;font-size:11px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mss-network-mailbox-title-v401 em{display:block;margin-top:3px;color:#5f7168;font-size:9px;font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mss-network-mailbox-status-v401{flex:0 0 auto;padding:5px 8px;border-radius:999px;background:#e8f8f0;color:#168654;font-size:7px;font-weight:950;letter-spacing:.05em}.mss-network-mailbox-card-v401.is-warning .mss-network-mailbox-status-v401{background:#fff4e3;color:#a65b08}.mss-network-mailbox-error-v401{display:flex;align-items:flex-start;gap:8px;padding:9px 10px;border-radius:10px;background:#fff7ed;color:#9a4b0d;font-size:9px;line-height:1.45}.mss-network-mailbox-error-v401 i{font-size:14px}.mss-network-mailbox-credentials-v401{display:grid;gap:8px}.mss-network-mailbox-card-v401 .mss-mailbox-primary{padding:11px 12px!important;gap:8px!important}.mss-network-mailbox-card-v401 .mss-mailbox-primary>span{min-width:82px!important;font-size:7px!important}.mss-network-mailbox-card-v401 .mss-mailbox-primary>strong{font-size:9.5px!important}.mss-network-mailbox-card-v401 .mss-mailbox-grid{gap:8px!important}.mss-network-mailbox-card-v401 .mss-mailbox-grid article{padding:11px!important;border-radius:12px!important}.mss-network-mailbox-card-v401 .mss-mailbox-grid article>i{font-size:19px!important}.mss-network-mailbox-card-v401 .mss-mailbox-grid strong{font-size:9px!important;overflow-wrap:anywhere}.mss-network-mailbox-card-v401 .mss-mailbox-grid small{font-size:8px!important}.mss-mailbox-state.is-warning{border-color:#f3d5a5!important;background:#fff8ed!important;color:#9a5a12!important}
@media(max-width:900px){.mss-mailbox-network-v401{grid-template-columns:1fr}.mss-filter-total-v401{margin-left:0}.mss-message-bubble{width:94%!important}}
@media(max-width:560px){.mss-message-stream{padding:14px 10px!important}.mss-message-bubble{width:97%!important;padding:13px 14px!important}.mss-message-meta{gap:8px!important}.mss-message-source-v401{max-width:220px}.mss-network-mailbox-card-v401{padding:13px;border-radius:15px}.mss-network-mailbox-head-v401{align-items:flex-start}.mss-network-mailbox-title-v401 strong,.mss-network-mailbox-title-v401 em{white-space:normal;overflow-wrap:anywhere}.mss-network-mailbox-card-v401 .mss-mailbox-primary{align-items:flex-start!important;flex-direction:column!important}.mss-network-mailbox-card-v401 .mss-mailbox-primary>div{width:100%!important;flex-wrap:wrap}.mss-network-mailbox-card-v401 .mss-mailbox-grid{grid-template-columns:1fr!important}.mss-thread-mailmeta-v401{gap:4px}.mss-filter-total-v401{width:100%;justify-content:center}}


/* 1.9.403 — clear buyer/seller direction + cleaner conversation stream */
.mss-message-stream{background:#f6f8fa!important;padding:22px 22px 28px!important}
.mss-message-bubble-v403{position:relative;width:min(82%,700px)!important;margin-bottom:18px!important;padding:0!important;overflow:hidden;border-radius:18px!important;box-shadow:0 8px 22px rgba(15,23,42,.055)!important}
.mss-message-bubble-v403.is-buyer{margin-left:0!important;margin-right:auto!important;border:1px solid #dfe6eb!important;background:#fff!important;border-top-left-radius:7px!important}
.mss-message-bubble-v403.is-seller{margin-left:auto!important;margin-right:0!important;border:1px solid #b8e5cf!important;background:#f0fbf6!important;border-top-right-radius:7px!important}
.mss-message-meta-v403{margin:0!important;padding:12px 14px 10px!important;border-bottom:1px solid rgba(148,163,184,.16)!important;align-items:flex-start!important}
.mss-message-author-v403{display:flex;min-width:0;flex-wrap:wrap;align-items:center;gap:6px 8px}
.mss-message-author-v403>strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1f2937!important;font-size:10px!important;font-weight:800!important}
.mss-message-direction-v403{display:inline-flex!important;align-items:center!important;gap:5px!important;padding:5px 8px!important;border-radius:999px!important;font-size:8px!important;line-height:1!important;font-weight:900!important;letter-spacing:.05em!important;text-transform:uppercase!important}
.mss-message-direction-v403.is-inbound{background:#eef4ff!important;color:#315ca8!important}
.mss-message-direction-v403.is-outbound{background:#ddf7e9!important;color:#117249!important}
.mss-message-source-v403{display:inline-flex!important;align-items:center!important;gap:4px!important;max-width:100%;color:#7b8794!important;font-size:8px!important;font-weight:700!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mss-message-date-v403{flex:0 0 auto;padding-top:4px;color:#94a3b8!important;font-size:8px!important;font-weight:700!important;white-space:nowrap}
.mss-message-subject-v403{display:flex;align-items:flex-start;gap:7px;padding:10px 14px 0;color:#536171;font-size:9px;line-height:1.45;font-weight:750}
.mss-message-subject-v403 i{margin-top:1px;color:#94a3b8;font-size:12px}
.mss-message-subject-v403 span{min-width:0;overflow-wrap:anywhere}
.mss-message-text-v403{padding:12px 14px 14px!important;color:#243140!important;font-size:11px!important;line-height:1.72!important;overflow-wrap:anywhere!important;word-break:break-word!important}
.mss-message-bubble-v403 .mss-message-attachments{margin:0 14px 14px!important;padding-top:10px!important}
.mss-message-bubble-v403 .mss-message-collapsed-v401,.mss-message-bubble-v403 .mss-show-original-v29,.mss-message-bubble-v403 .mss-message-original-v29,.mss-message-bubble-v403 .mss-message-external-reply-v89{margin-left:14px!important;margin-right:14px!important}
.mss-message-bubble-v403 .mss-message-collapsed-v401{margin-bottom:14px!important}
.mss-message-bubble-v403 .mss-message-external-reply-v89{margin-bottom:14px!important}
.mss-thread-card>strong{font-size:11px!important;line-height:1.42!important;overflow-wrap:anywhere}
.mss-thread-email{font-weight:750!important;color:#475569!important}
.mss-thread-mailmeta-v401{margin-top:7px!important}
@media(max-width:700px){.mss-message-stream{padding:14px 9px 20px!important}.mss-message-bubble-v403{width:96%!important}.mss-message-meta-v403{padding:10px 11px 9px!important}.mss-message-author-v403{gap:5px}.mss-message-author-v403>strong{width:100%;order:3}.mss-message-source-v403{width:100%;order:4}.mss-message-subject-v403{padding:9px 11px 0}.mss-message-text-v403{padding:11px!important}.mss-message-bubble-v403 .mss-message-attachments,.mss-message-bubble-v403 .mss-message-collapsed-v401,.mss-message-bubble-v403 .mss-show-original-v29,.mss-message-bubble-v403 .mss-message-original-v29,.mss-message-bubble-v403 .mss-message-external-reply-v89{margin-left:11px!important;margin-right:11px!important}}
