.dsp-birthday-profile-fields > small {
  margin: 6px 0 0;
  color: #587069;
  font-size: 12px;
  line-height: 1.55;
}

.dsp-birthday-profile-fields.is-locked select:disabled {
  color: #31443f;
  background: #f2f6f4;
  opacity: 1;
}

.dsp-shop-staff-modal[hidden],
.dsp-shop-staff-invite-page[hidden] { display: none !important; }

.dsp-shop-staff-modal {
  position: fixed;
  z-index: 2147483001;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
}

.dsp-shop-staff-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 35, 30, .55);
  backdrop-filter: blur(5px);
}

.dsp-shop-staff-modal > section {
  position: relative;
  width: min(680px, 100%);
  max-height: min(820px, calc(100dvh - 36px));
  overflow: auto;
  border: 1px solid #d5e4de;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(16, 48, 38, .22);
}

.dsp-shop-staff-modal header {
  position: sticky;
  z-index: 2;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  border-bottom: 1px solid #e1ebe7;
  background: rgba(255, 255, 255, .96);
}

.dsp-shop-staff-modal header strong { display: block; font-size: 20px; }
.dsp-shop-staff-modal header small { display: block; margin-top: 2px; color: #698078; }
.dsp-shop-staff-modal header button,
.dsp-shop-staff-remove {
  border: 0;
  border-radius: 50%;
  background: #edf5f1;
  color: #163c31;
}
.dsp-shop-staff-modal header button { display: grid; place-items: center; width: 38px; height: 38px; padding: 0; cursor: pointer; }
.dsp-shop-staff-modal header button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.dsp-shop-staff-body { padding: 18px 20px 26px; }

.dsp-shop-staff-invite-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 10px;
  padding: 14px;
  background: #f3f8f5;
  border: 1px solid #dbe9e3;
  border-radius: 8px;
}
.dsp-shop-staff-invite-form label { display: grid; gap: 6px; color: #314b43; font-size: 13px; }
.dsp-shop-staff-invite-form input { min-width: 0; height: 44px; padding: 0 12px; border: 1px solid #cbded6; border-radius: 6px; font: inherit; font-size: 16px; }
.dsp-shop-staff-invite-form button,
.dsp-shop-staff-copy {
  min-height: 44px;
  padding: 0 16px;
  border: 0;
  border-radius: 6px;
  background: #11845e;
  color: #fff;
  font: inherit;
  font-weight: 600;
}

.dsp-shop-staff-oa-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  margin-top: 10px;
  padding: 12px 14px;
  border: 1px solid #d8e8e1;
  border-radius: 8px;
  background: #fbfdfc;
}
.dsp-shop-staff-oa-card > img { display: block; width: 112px; height: 112px; object-fit: contain; border-radius: 6px; background: #fff; }
.dsp-shop-staff-oa-card strong { display: block; margin-top: 2px; color: #173f33; font-size: 15px; font-weight: 600; }
.dsp-shop-staff-oa-card small { display: block; margin-top: 4px; color: #687d75; font-size: 12px; line-height: 1.55; }

.dsp-shop-staff-section { margin-top: 22px; }
.dsp-shop-staff-section > h3 { margin: 0 0 10px; font-size: 16px; }
.dsp-shop-staff-list { display: grid; gap: 8px; }
.dsp-shop-staff-list > article {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid #dce8e3;
  border-radius: 7px;
}
.dsp-shop-staff-list > article strong, .dsp-shop-staff-list > article small { display: block; }
.dsp-shop-staff-list > article .dsp-shop-staff-line-name { font-size: 14px; font-weight: 600; line-height: 1.35; }
.dsp-shop-staff-list > article small { margin-top: 3px; color: #6d8079; }
.dsp-shop-staff-list .dsp-shop-staff-id { color: #177456; font-weight: 500; }
.dsp-shop-staff-avatar,
.dsp-shop-staff-avatar img,
.dsp-shop-staff-avatar span { width: 42px; height: 42px; border-radius: 50%; }
.dsp-shop-staff-avatar img { display: block; object-fit: cover; }
.dsp-shop-staff-avatar span { display: grid; place-items: center; background: #e5f4ed; color: #0b7453; font-weight: 600; }
.dsp-shop-staff-permissions { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 7px; }
.dsp-shop-staff-permissions span { padding: 3px 7px; border-radius: 5px; background: #e8f5ef; color: #12694f; font-size: 11px; }
.dsp-shop-staff-list > article form { justify-self: end; }
.dsp-shop-staff-list > article form button { min-height: 34px; padding: 0 10px; border: 1px solid #e4b9b9; border-radius: 6px; background: #fff; color: #a53535; font: inherit; font-size: 12px; }
.dsp-shop-staff-list .dsp-shop-staff-delete { display: grid; place-items: center; width: 36px; height: 36px; min-height: 36px; padding: 0; border-radius: 50%; }
.dsp-shop-staff-delete svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.dsp-shop-staff-link { display: flex; gap: 7px; margin-top: 8px; }
.dsp-shop-staff-link input { width: 100%; min-width: 0; height: 36px; padding: 0 9px; border: 1px solid #d8e4df; border-radius: 5px; color: #567069; font: inherit; font-size: 12px; }
.dsp-shop-staff-link button { min-height: 36px; padding: 0 10px; border: 0; border-radius: 5px; background: #11845e; color: #fff; white-space: nowrap; font: inherit; font-size: 12px; }
.dsp-shop-staff-invite-actions { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 9px; }
.dsp-shop-staff-invite-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 36px;
  padding: 0 11px;
  border: 1px solid #078552;
  border-radius: 6px;
  background: #fff;
  color: #087652;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}
.dsp-shop-staff-invite-actions .dsp-shop-staff-copy-button { background: #078552; color: #fff; }
.dsp-shop-staff-invite-actions button.is-copied { background: #dff6ea; border-color: #b7e5cf; color: #086746; }
.dsp-shop-staff-invite-actions button:disabled { background: #e3eae7; border-color: #d5dfdb; color: #87958f; cursor: not-allowed; }
.dsp-shop-staff-invite-actions svg,
.dsp-shop-staff-share-link button svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.dsp-shop-staff-qr-button svg { fill: currentColor; stroke: none; }
.dsp-shop-staff-note { margin: 18px 0 0; color: #687c75; font-size: 12px; line-height: 1.65; }

.dsp-shop-staff-share-modal[hidden] { display: none !important; }
.dsp-shop-staff-share-modal {
  position: fixed;
  z-index: 2147483010;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 16px;
}
.dsp-shop-staff-share-backdrop { position: absolute; inset: 0; background: rgba(16, 35, 29, .62); backdrop-filter: blur(6px); }
.dsp-shop-staff-share-modal > section {
  position: relative;
  width: min(440px, 100%);
  max-height: calc(100dvh - 32px);
  overflow: auto;
  border: 1px solid #d6e5df;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(12, 47, 36, .28);
}
.dsp-shop-staff-share-modal header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px 17px;
  border-bottom: 1px solid #e1ebe7;
}
.dsp-shop-staff-share-brand { display: flex; align-items: center; gap: 11px; min-width: 0; }
.dsp-shop-staff-line-badge { display: grid; flex: 0 0 42px; place-items: center; width: 42px; height: 42px; border-radius: 6px; background: #06c755; color: #fff; font-size: 11px; font-weight: 700; }
.dsp-shop-staff-share-brand strong { display: block; font-size: 17px; line-height: 1.25; }
.dsp-shop-staff-share-modal header > button {
  display: grid;
  flex: 0 0 38px;
  place-items: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #edf5f1;
  color: #173f33;
  cursor: pointer;
}
.dsp-shop-staff-share-modal header > button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.dsp-shop-staff-share-body { padding: 18px 20px 22px; text-align: center; }
.dsp-shop-staff-share-label { display: block; margin-bottom: 12px; color: #24483d; font-size: 14px; font-weight: 500; }
.dsp-shop-staff-qr-shell {
  position: relative;
  display: grid;
  place-items: center;
  width: 252px;
  height: 252px;
  margin: 0 auto;
  padding: 14px;
  border: 2px solid #06c755;
  border-radius: 8px;
  background: #fff;
}
.dsp-shop-staff-qr-shell [data-dsp-staff-invite-qr] { display: grid; place-items: center; width: 224px; height: 224px; color: #657a73; font-size: 13px; line-height: 1.5; }
.dsp-shop-staff-qr-shell canvas,
.dsp-shop-staff-qr-shell img { display: block; width: 224px !important; height: 224px !important; object-fit: contain; image-rendering: pixelated; }
.dsp-shop-staff-qr-shell > span { display: none; position: absolute; inset: 14px; place-items: center; padding: 24px; background: rgba(255,255,255,.94); color: #a43b35; font-size: 15px; font-weight: 600; }
.dsp-shop-staff-share-modal.is-expired .dsp-shop-staff-qr-shell > span { display: grid; }
.dsp-shop-staff-countdown { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 13px 0 8px; color: #60766e; font-size: 13px; }
.dsp-shop-staff-countdown strong { min-width: 58px; color: #087652; font-size: 20px; font-variant-numeric: tabular-nums; }
.dsp-shop-staff-share-modal.is-expired .dsp-shop-staff-countdown strong { color: #a43b35; }
.dsp-shop-staff-share-body > p { margin: 0 auto 14px; color: #657a73; font-size: 12px; line-height: 1.6; }
.dsp-shop-staff-share-body > label { display: grid; gap: 6px; color: #405c53; font-size: 12px; text-align: left; }
.dsp-shop-staff-share-link { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 7px; }
.dsp-shop-staff-share-link input { min-width: 0; height: 42px; padding: 0 10px; border: 1px solid #cadcd5; border-radius: 6px; background: #f7faf9; color: #556d65; font: inherit; font-size: 12px; }
.dsp-shop-staff-share-link button { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 42px; padding: 0 13px; border: 0; border-radius: 6px; background: #078552; color: #fff; font: inherit; font-size: 12px; font-weight: 600; white-space: nowrap; cursor: pointer; }
.dsp-shop-staff-share-link button.is-copied { background: #dff6ea; color: #086746; }
.dsp-shop-staff-share-link button:disabled { background: #dfe7e4; color: #82918c; cursor: not-allowed; }

.dsp-shop-staff-invite-page { min-height: 100dvh; }
.dsp-shop-staff-invite-card {
  width: min(480px, calc(100% - 30px));
  margin: 7vh auto;
  padding: 30px;
  border: 1px solid #dce8e3;
  border-radius: 8px;
  background: #fff;
  text-align: center;
  box-shadow: 0 16px 45px rgba(27, 66, 54, .12);
}
.dsp-shop-staff-invite-card h1 { margin: 8px 0; font-size: 28px; }
.dsp-shop-staff-invite-card p { color: #62756f; line-height: 1.65; }
.dsp-shop-staff-invite-icon { display: grid; place-items: center; width: 56px; height: 56px; margin: 0 auto 14px; border-radius: 50%; background: #dcf5e9; color: #087850; font-size: 28px; }
.dsp-shop-staff-invite-icon.is-error { background: #fff0f0; color: #a33434; }
.dsp-shop-staff-invite-label { display: flex; justify-content: space-between; gap: 12px; margin: 20px 0; padding: 12px 14px; background: #f3f7f5; border-radius: 6px; text-align: left; }
.dsp-shop-staff-invite-label span { color: #6a7d76; }
.dsp-shop-staff-invite-card .dsp-line-button { width: 100%; min-height: 48px; }

@media (max-width: 520px) {
  .dsp-shop-staff-oa-card { grid-template-columns: 84px minmax(0, 1fr); gap: 12px; padding: 10px 12px; }
  .dsp-shop-staff-oa-card > img { width: 84px; height: 84px; }
  .dsp-shop-staff-invite-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .dsp-shop-staff-invite-actions button { width: 100%; padding: 0 8px; }
  .dsp-shop-staff-share-body { padding: 16px 15px 20px; }
  .dsp-shop-staff-share-link { grid-template-columns: 1fr; }
  .dsp-shop-staff-share-link button { width: 100%; }
}

.dsp-shop-staff-head { align-items: center; }
.dsp-shop-staff-profile { display: flex; align-items: center; gap: 14px; }
.dsp-shop-staff-profile > img,
.dsp-shop-staff-profile > span { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; }
.dsp-shop-staff-profile > span { display: grid; place-items: center; background: #dff3e9; color: #087451; font-size: 24px; }
.dsp-shop-staff-profile h1 { margin: 2px 0; font-size: 26px; }
.dsp-shop-staff-profile p { margin: 0; color: #61766f; }
.dsp-shop-staff-safe { padding: 7px 10px; border-radius: 6px; background: #f0f5f3; color: #536a62; font-size: 12px; }
.dsp-shop-staff-home { padding-bottom: 30px; }
.dsp-shop-staff-features { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin: 16px 0 24px; }
.dsp-shop-staff-features > * { display: grid; place-items: center; gap: 5px; min-height: 78px; padding: 10px 6px; border: 1px solid #d8e7e1; border-radius: 7px; background: #fff; color: #163f33; font: inherit; text-decoration: none; }
.dsp-shop-staff-features span { font-size: 20px; color: #11845e; }
.dsp-shop-staff-features b { font-size: 12px; font-weight: 500; }
.dsp-shop-staff-sales > div:last-child { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.dsp-shop-staff-sales article { padding: 16px; border: 1px solid #dce8e3; border-radius: 7px; }
.dsp-shop-staff-sales article span, .dsp-shop-staff-sales article small { display: block; color: #687d75; }
.dsp-shop-staff-sales article strong { display: block; margin: 8px 0 2px; color: #0e6e50; font-size: 25px; }
.dsp-shop-staff-portal.dsp-price-view-active .dsp-shop-staff-home,
.dsp-shop-staff-portal.dsp-sellout-view-active .dsp-shop-staff-home,
.dsp-shop-staff-portal.dsp-consignment-view-active .dsp-shop-staff-home { display: none; }

/* My Account hides most sibling views; this modal is an intentional overlay. */
.dsp-account-view-active > #dsp-shop-staff-modal:not([hidden]) { display: grid !important; }

.dsp-target-period-label {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  margin: 0 0 7px;
  padding: 4px 10px;
  border: 1px solid color-mix(in srgb, var(--rank-color) 34%, #d8e6e0);
  border-radius: 6px;
  background: color-mix(in srgb, var(--rank-color) 13%, #fff);
  color: color-mix(in srgb, var(--rank-color) 78%, #173e32);
  font-size: 12px;
  font-weight: 700;
}
.dsp-target-carousel-card.is-quarterly {
  border-color: color-mix(in srgb, var(--rank-color) 52%, #d7e4de) !important;
  background: linear-gradient(135deg, color-mix(in srgb, var(--rank-color) 20%, #fff), #fff 68%) !important;
}
.dsp-target-carousel-card.is-quarterly .dsp-target-period-label {
  background: var(--rank-color);
  border-color: var(--rank-color);
  color: #fff;
}

.dsp-purchase-modal header .dsp-purchase-close:before { content: none !important; }
.dsp-purchase-modal header .dsp-purchase-close svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}
.dsp-purchase-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 8px;
  margin: 10px 0;
}
.dsp-purchase-tools .dsp-purchase-filter { margin: 0 !important; }
.dsp-purchase-report-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 34px;
  padding: 6px 10px;
  border-radius: 7px;
  background: #087a57;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.dsp-purchase-report-button svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.dsp-purchase-report-button:hover { background: #066b4c; color: #fff; }

@media (max-width: 520px) {
  .dsp-purchase-tools { grid-template-columns: 1fr; }
  .dsp-purchase-report-button { width: 100%; }
}

@media (max-width: 680px) {
  .dsp-shop-staff-modal { padding: 0; align-items: end; }
  .dsp-shop-staff-modal > section { width: 100%; max-height: calc(100dvh - 18px); border-radius: 8px 8px 0 0; padding-bottom: calc(78px + env(safe-area-inset-bottom)); }
  .dsp-shop-staff-invite-form { grid-template-columns: 1fr; }
  .dsp-shop-staff-list > article { grid-template-columns: 42px minmax(0, 1fr); }
  .dsp-shop-staff-list > article { grid-template-columns: 42px minmax(0, 1fr) 38px; }
  .dsp-shop-staff-list > article form { grid-column: 3; grid-row: 1; align-self: center; }
  .dsp-shop-staff-head { display: grid; gap: 12px; }
  .dsp-shop-staff-features { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .dsp-shop-staff-sales > div:last-child { grid-template-columns: 1fr; }
  .dsp-shop-staff-invite-card { margin: 24px auto; padding: 24px 20px; }
}

.dsp-shop-branch-settings { grid-column: 1 / -1; margin: 0; padding: 12px; border: 1px solid #d8e7e0; border-radius: 7px; background: #f7fbf9; }
.dsp-shop-branch-settings legend { padding: 0 5px; color: #0b6f50; font-weight: 700; }
.dsp-shop-branch-settings p,.dsp-shop-branch-settings small { display: block; margin: 0 0 7px; color: #6b7d75; font-size: 11px; }
.dsp-shop-branch-settings small { margin: 7px 0 0; }
.dsp-shop-branch-settings select { width: 100%; min-height: 108px; padding: 6px; border: 1px solid #cbded5; border-radius: 6px; background: #fff; font-size: 13px; }
.dsp-shop-branch-settings option { padding: 6px; }
.dsp-sellout-row{grid-template-columns:27px minmax(0,1.15fr) minmax(0,.95fr) 27px!important;align-items:center!important}.dsp-sellout-row>.dsp-sellout-imei{grid-column:2!important;grid-row:1!important}.dsp-sellout-row>.dsp-sellout-device{grid-column:3!important;grid-row:1!important}.dsp-sellout-row>.dsp-sellout-remove{grid-column:4!important;grid-row:1!important}.dsp-sellout-imei input{font-size:16px!important}.dsp-sellout-device{min-width:0;padding:7px 9px;border:1px solid #dce8e2;border-radius:7px;background:#f7faf8}.dsp-sellout-device span,.dsp-sellout-device small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dsp-sellout-device span{color:#536b61;font-size:10px;font-weight:600}.dsp-sellout-device small{margin-top:2px;color:#7a8d84;font-size:8px}.dsp-sellout-device.is-loading{background:#f4f7f6}.dsp-sellout-device.is-found{border-color:#83c7a8;background:#ecf8f2}.dsp-sellout-device.is-found span{color:#08704f}.dsp-sellout-device.is-external{border-color:#edc58f;background:#fff8ed}.dsp-sellout-device.is-external span{color:#9a5a13}.dsp-sellout-device.is-error{border-color:#e8aaa4;background:#fff2f0}.dsp-sellout-camera{min-height:220px!important;aspect-ratio:16/9!important}
.dsp-shop-branch-current{display:grid;gap:6px}.dsp-shop-branch-current article{display:grid;grid-template-columns:minmax(0,1fr) 30px;align-items:center;gap:8px;padding:8px 9px;border:1px solid #d7e6df;border-radius:7px;background:#fff}.dsp-shop-branch-current strong,.dsp-shop-branch-current small{display:block}.dsp-shop-branch-current strong{font-size:12px;font-weight:600}.dsp-shop-branch-current small{margin:2px 0 0;color:#70837b;font-size:9px}.dsp-shop-branch-current button{width:28px;height:28px;padding:0;border:0;border-radius:50%;background:#fff0ed;color:#b4453d;font-size:17px}.dsp-shop-branch-empty{padding:10px;border:1px dashed #c9dcd3;border-radius:7px;color:#72857d;text-align:center;font-size:10px}.dsp-shop-branch-add{width:100%;min-height:36px;margin-top:7px;border:1px solid #a9cdbd;border-radius:7px;background:#fff;color:#08704f;font-size:10px;font-weight:700}.dsp-shop-branch-add:disabled{opacity:.45}.dsp-shop-branch-picker{position:absolute;z-index:5;inset:0;overflow:auto;padding:14px;background:#fff}.dsp-shop-branch-picker[hidden]{display:none}.dsp-shop-branch-picker header{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:9px;padding-bottom:10px;border-bottom:1px solid #dfeae5}.dsp-shop-branch-picker header button{min-width:34px;height:34px;padding:0 9px;border:1px solid #cfe0d8;border-radius:7px;background:#f5faf7;color:#08704f}.dsp-shop-branch-picker header small,.dsp-shop-branch-picker header strong{display:block}.dsp-shop-branch-picker header small{color:#16805d;font-size:8px}.dsp-shop-branch-picker header strong{font-size:14px}.dsp-shop-branch-picker>label{display:grid;gap:4px;margin:10px 0;color:#657970;font-size:9px}.dsp-shop-branch-picker input{width:100%;height:38px;padding:7px 10px;border:1px solid #cbded5;border-radius:7px;font-size:16px}.dsp-shop-branch-picker [data-dsp-branch-options]{display:grid;gap:6px}.dsp-shop-branch-option{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;padding:9px 10px;border:1px solid #dce9e3;border-radius:7px;background:#fff;color:#24483b;text-align:left}.dsp-shop-branch-option strong,.dsp-shop-branch-option small{display:block}.dsp-shop-branch-option strong{font-size:11px;font-weight:600}.dsp-shop-branch-option small{margin-top:2px;color:#72857d;font-size:8px}.dsp-shop-branch-option i{display:grid;place-items:center;min-width:26px;height:26px;padding:0 6px;border-radius:13px;background:#edf5f1;color:#08704f;font-size:9px;font-style:normal}.dsp-shop-branch-option.is-selected{border-color:#79bea0;background:#eff9f4}.dsp-shop-branch-option:disabled{opacity:.48}.dsp-shop-edit-dialog{position:relative}.dsp-shop-link-state{display:inline-block;color:#829189;font-size:9px}.dsp-shop-link-state b{font-weight:600}.dsp-shop-link-state.is-main{padding:4px 7px;border-radius:10px;background:#e7f6ee;color:#08704f}.dsp-shop-link-state.is-branch{color:#277094}
.dsp-account-name-line { display: flex; align-items: center; justify-content: space-between; gap: 10px; min-width: 0; }
.dsp-account-name-line h2 { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dsp-account-name-line .dsp-account-code { flex: 0 0 auto; min-height: 25px!important; margin: 0!important; padding: 4px 7px!important; }
.dsp-account-name-line .dsp-account-code b { font-size: 9px!important; }.dsp-account-name-line .dsp-account-code svg { width: 12px!important; height: 12px!important; }
.dsp-account-menu [data-dsp-my-shops-open]>span svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.dsp-purchase-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin: 0 18px 12px; padding: 4px; border-radius: 7px; background: #edf4f0; }
.dsp-purchase-tabs button { min-height: 38px; border: 0; border-radius: 5px; background: transparent; color: #60736b; font: inherit; font-size: 13px; cursor: pointer; }
.dsp-purchase-tabs button.is-active { background: #fff; color: #087a57; font-weight: 700; box-shadow: 0 2px 8px rgba(22,70,53,.09); }
.dsp-purchase-tabs span { display: inline-grid; place-items: center; min-width: 20px; height: 20px; margin-left: 4px; border-radius: 10px; background: #fff1e3; color: #a65c17; font-size: 10px; }
.dsp-bill-status { display: inline-block; margin-top: 5px; padding: 3px 7px; border-radius: 10px; background: #fff0e3; color: #a45a15; font-size: 10px; }
.dsp-my-shops-modal { position: fixed; inset: 0; z-index: 1000004; display: grid; place-items: center; padding: 18px; }
.dsp-my-shops-modal[hidden] { display: none; }
.dsp-my-shops-backdrop { position: absolute; inset: 0; background: rgba(20,39,32,.52); }
.dsp-my-shops-modal>section { position: relative; width: min(560px,100%); max-height: calc(100dvh - 36px); overflow: auto; padding: 18px; border-radius: 8px; background: #fff; box-shadow: 0 22px 70px rgba(10,45,33,.24); }
.dsp-my-shops-modal header { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; padding-bottom: 13px; border-bottom: 1px solid #dfeae5; }
.dsp-my-shops-modal header strong { display: block; font-size: 20px; }.dsp-my-shops-modal header small { color: #6a7e75; }
.dsp-my-shops-modal header button { display: grid; place-items: center; flex: 0 0 auto; width: 36px; height: 36px; padding: 0; border: 1px solid #cfe0d8; border-radius: 50%; background: #f6faf8; color: #244b3d; cursor: pointer; }.dsp-my-shops-modal header button:hover { background:#eaf6f0;color:#087a57; }.dsp-my-shops-modal header svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; }
.dsp-my-shops-list { display: grid; gap: 8px; margin-top: 14px; }.dsp-my-shops-list article { display: grid; grid-template-columns: 30px minmax(0,1fr) auto; align-items: center; gap: 10px; padding: 11px; border: 1px solid #deebe5; border-radius: 7px; }.dsp-my-shops-list article>span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #e8f6ef; color: #087a57; font-weight: 700; }.dsp-my-shops-list strong,.dsp-my-shops-list small { display: block; }.dsp-my-shops-list small { color: #71847c; font-size: 10px; }.dsp-my-shops-list aside { text-align: right; }.dsp-my-shops-modal>section>p { margin: 13px 0 0; color: #6b7e76; font-size: 11px; }
.dsp-track.is-branch-track { display: flex; }.dsp-target-carousel-card .dsp-track.is-branch-track .dsp-branch-segment { flex: 0 0 auto; border-radius: 0; box-shadow: none!important; }.dsp-track.is-branch-track .dsp-branch-segment:first-child { border-radius: 20px 0 0 20px; }.dsp-track.is-branch-track .dsp-branch-segment:last-child { border-radius: 0 20px 20px 0; }
.dsp-target-carousel-card h3 { display:flex;align-items:center;gap:7px;flex-wrap:wrap; }.dsp-branch-breakdown-toggle { min-height:26px;margin:0;padding:4px 8px;border:1px solid currentColor;border-radius:999px;background:rgba(255,255,255,.74);color:inherit;font-size:9px;font-weight:500;text-decoration:none;cursor:pointer;opacity:.88; }.dsp-branch-breakdown-toggle.is-open{background:#fff;opacity:1}.dsp-branch-breakdown { display: grid; gap: 5px; margin-top: 8px; padding: 9px; border-radius: 7px; background: rgba(255,255,255,.68); color: #24483b; }.dsp-branch-breakdown[hidden] { display: none; }.dsp-branch-breakdown>div { display: grid; grid-template-columns: 8px minmax(0,1fr) auto; align-items: center; gap: 7px; }.dsp-branch-breakdown i { width: 8px; height: 8px; border-radius: 50%; }.dsp-branch-breakdown b,.dsp-branch-breakdown small { display: block; }.dsp-branch-breakdown b{font-size:10px;font-weight:500}.dsp-branch-breakdown small { font-size: 9px; font-weight: 400; opacity: .72; }.dsp-branch-breakdown>div>strong { text-align: right; font-size: 11px; }
@media(max-width:680px){.dsp-account-name-line{gap:6px}.dsp-account-name-line h2{font-size:17px!important}.dsp-my-shops-modal{padding:0;align-items:end}.dsp-my-shops-modal>section{width:100%;max-height:calc(100dvh - 18px);padding-bottom:calc(82px + env(safe-area-inset-bottom));border-radius:8px 8px 0 0}.dsp-purchase-tools{grid-template-columns:1fr 1fr}.dsp-purchase-report-button{grid-column:1/-1}}
@media(max-width:680px){.dsp-sellout-row{grid-template-columns:25px minmax(0,1fr) 27px!important;align-items:center!important}.dsp-sellout-row>.dsp-sellout-row-number{grid-column:1!important;grid-row:1/3!important}.dsp-sellout-row>.dsp-sellout-imei{grid-column:2!important;grid-row:1!important}.dsp-sellout-row>.dsp-sellout-device{grid-column:2!important;grid-row:2!important}.dsp-sellout-row>.dsp-sellout-remove{grid-column:3!important;grid-row:1/3!important}.dsp-sellout-device span,.dsp-sellout-device small{white-space:normal}.dsp-shop-link-cell{min-width:120px}}

/* Compact Shop workspace: keep account links and actions visible without horizontal scrolling. */
.dsp-shop-commission-col strong,.dsp-shop-commission-col small,.dsp-shop-commission-col em{display:block}.dsp-shop-commission-col strong{color:#80620e;font-size:11px}.dsp-shop-commission-col small{margin-top:3px!important;font-size:8px!important}.dsp-shop-commission-col em{margin-top:3px;color:#8b7540;font-size:7.5px;font-style:normal;line-height:1.35}.dsp-shop-commission-empty{color:#9aa8a2}.dsp-shop-sales-col strong{font-size:12px}.dsp-shop-sales-col small{font-size:9px!important}
@media(min-width:761px){
  .dsp-shops-table-wrap{overflow-x:visible!important}
  table.dsp-shops-table{width:100%!important;min-width:0!important;table-layout:fixed!important;font-size:10px!important}
  table.dsp-shops-table th,table.dsp-shops-table td{display:table-cell!important;padding:9px 5px!important;overflow-wrap:anywhere!important}
  table.dsp-shops-table th.dsp-shop-code-head,table.dsp-shops-table td.dsp-shop-code-col{display:none!important}
  table.dsp-shops-table th:nth-child(1){width:3%!important}table.dsp-shops-table th:nth-child(2){width:15%!important}table.dsp-shops-table th:nth-child(3){width:8%!important}table.dsp-shops-table th:nth-child(5),table.dsp-shops-table th:nth-child(6){width:6%!important}table.dsp-shops-table th:nth-child(7){width:8%!important}table.dsp-shops-table th:nth-child(8){width:10%!important}table.dsp-shops-table th:nth-child(9){width:15%!important}table.dsp-shops-table th:nth-child(10){width:7%!important}table.dsp-shops-table th:nth-child(11),table.dsp-shops-table th:nth-child(12){width:4%!important}table.dsp-shops-table th:nth-child(13){width:5%!important}table.dsp-shops-table th:nth-child(14){width:5%!important}table.dsp-shops-table th:nth-child(15){width:6%!important}
  table.dsp-shops-table th.dsp-shop-actions-head,table.dsp-shops-table td.dsp-shop-actions{position:static!important;right:auto!important;z-index:auto!important;background:inherit!important;box-shadow:none!important}
  .dsp-shop-action-menu{width:38px!important;margin:auto!important}.dsp-shop-action-toggle{justify-content:center!important;width:38px!important;min-width:38px!important;height:36px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#7b8983!important;box-shadow:none!important}.dsp-shop-action-toggle span{display:none!important}.dsp-shop-action-list{right:0!important}
  .dsp-shop-link-state{font-size:8px!important}.dsp-shop-link-state.is-main{padding:4px 5px!important}.dsp-shop-identity-copy>strong{font-size:11px!important}.dsp-shop-identity-copy>small{font-size:8px!important}.dsp-shop-compact-contact{gap:4px!important}.dsp-shop-compact-contact code,.dsp-shop-compact-contact em{font-size:7.5px!important}
}
@media(max-width:760px){
  .dsp-shops-table-wrap{overflow:visible!important}.dsp-shops-table,.dsp-shops-table tbody{display:block!important;width:100%!important;min-width:0!important}.dsp-shops-table thead{display:none!important}.dsp-shops-table tbody{display:grid!important;gap:10px!important}
  .dsp-shops-table tr[data-dsp-shop-search-row]{position:relative!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;padding:0 11px!important;border:1px solid #d8e7e0!important;border-radius:8px!important;background:#fff!important;overflow:visible!important}
  .dsp-shops-table tr[data-dsp-shop-search-row][hidden]{display:none!important}.dsp-shops-table td{position:relative!important;top:auto!important;right:auto!important;left:auto!important;display:block!important;width:auto!important;min-width:0!important;padding:9px 0!important;border-bottom:1px solid #edf3ef!important}
  .dsp-shops-table tr[data-dsp-shop-search-row]>td{position:relative!important;top:auto!important;right:auto!important;left:auto!important}.dsp-shops-table td:before{display:block!important}.dsp-shops-table td.dsp-flex-select-col{position:absolute!important;top:14px!important;left:11px!important;width:auto!important;padding:0!important;border:0!important;z-index:4!important}.dsp-shops-table td.dsp-flex-select-col:before{display:none!important}
  .dsp-shops-table td.dsp-shop-name-cell{grid-column:1/-1!important;padding:12px 48px 11px 29px!important}.dsp-shops-table td.dsp-shop-name-cell:before{display:none!important}
  .dsp-shops-table td.dsp-shop-code-col{display:none!important}.dsp-shops-table td.dsp-shop-link-cell{grid-column:1/-1!important;min-width:0!important}.dsp-shops-table td.dsp-shop-sales-col,.dsp-shops-table td.dsp-shop-progress-col{grid-column:1/-1!important}.dsp-shops-table td.dsp-shop-sales-col{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin:0 -11px!important;padding:10px 11px!important;background:#f7fbf9!important}.dsp-shops-table td.dsp-shop-sales-col:before{margin:0!important}.dsp-shops-table td.dsp-shop-commission-col{grid-column:1/-1!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:2px 8px!important}.dsp-shops-table td.dsp-shop-commission-col:before{grid-row:1/4!important}.dsp-shops-table td.dsp-shop-commission-col>*{text-align:right!important}
  .dsp-shops-table td.dsp-shop-actions{position:absolute!important;top:8px!important;right:8px!important;display:block!important;width:auto!important;padding:0!important;border:0!important;z-index:20!important}.dsp-shops-table td.dsp-shop-actions:before{display:none!important}.dsp-shop-action-menu{width:38px!important}.dsp-shop-action-toggle{width:38px!important;min-width:38px!important;height:38px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#7b8983!important;box-shadow:none!important}.dsp-shop-action-toggle span{display:none!important}.dsp-shop-action-list{right:0!important}
}
.dsp-shop-action-toggle,.dsp-shop-action-toggle:hover,.dsp-shop-action-toggle:focus,.dsp-shop-action-menu.is-open .dsp-shop-action-toggle,.dsp-shop-action-menu[open] .dsp-shop-action-toggle{border:0!important;background:transparent!important;color:#7b8983!important;-webkit-text-fill-color:#7b8983!important;box-shadow:none!important}
.dsp-shop-action-toggle span:first-child{display:block!important;position:relative!important;top:auto!important;width:4px!important;height:4px!important;border-radius:50%!important;background:#7b8983!important;box-shadow:-7px 0 #7b8983,7px 0 #7b8983!important;color:transparent!important;-webkit-text-fill-color:transparent!important;font-size:0!important;line-height:0!important}
.dsp-my-shops-list article>div>strong{font-size:13px!important;font-weight:500!important;line-height:1.35!important}
@media(max-width:680px){.dsp-my-shops-list article>div>strong{font-size:12px!important}}

/* Keep the camera preview useful while narrowing the IMEI1 focus strip by about half. */
.dsp-sellout-camera{min-height:190px!important;aspect-ratio:16/7!important}
.dsp-sellout-scan-line{inset:36% 5%!important;border-radius:4px!important}

/* HS Dashboard sales trend: revenue bars and an overlaid unit line share one time axis. */
.dsp-hs-trend-panel{margin-bottom:15px!important;padding:16px 18px!important;overflow:hidden!important}
.dsp-hs-trend-heading{align-items:center!important;margin-bottom:0!important}.dsp-hs-trend-heading h2{margin-bottom:2px!important}.dsp-hs-trend-heading>div>small{display:block;color:#7a8d84;font-size:9px}
.dsp-hs-trend-toggle{display:grid!important;place-items:center!important;flex:0 0 auto!important;width:34px!important;height:34px!important;padding:0!important;border:1px solid #cfe1d8!important;border-radius:7px!important;background:#f6faf8!important;color:#08704f!important;box-shadow:none!important}.dsp-hs-trend-toggle svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}.dsp-hs-trend-toggle[aria-expanded="true"] svg{transform:rotate(180deg)}
.dsp-hs-trend-body[hidden]{display:none!important}.dsp-hs-trend-body{padding-top:12px;animation:dspHsTrendOpen .22s ease both}@keyframes dspHsTrendOpen{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}
.dsp-hs-trend-legend{display:flex;align-items:center;gap:15px;flex-wrap:wrap;color:#61766d;font-size:9px}.dsp-hs-trend-legend span{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.dsp-hs-trend-legend span:before{content:"";display:block;width:14px;height:5px;border-radius:2px;background:#58c9c6}.dsp-hs-trend-legend .is-units:before{height:2px;background:#5e66c8}
.dsp-hs-trend-scroll{overflow-x:auto;overflow-y:hidden;padding:40px 0 2px;scrollbar-color:#b9ccc3 transparent;scrollbar-width:thin}
.dsp-hs-trend-chart{position:relative;width:100%;min-width:max(680px,calc(var(--dsp-trend-count) * 30px));height:168px;border-bottom:1px solid #dce8e2;background:repeating-linear-gradient(to bottom,#e8efec 0,#e8efec 1px,transparent 1px,transparent 37px)}
.dsp-hs-trend-columns{position:absolute;z-index:2;inset:0;display:grid;grid-template-columns:repeat(var(--dsp-trend-count),minmax(0,1fr));height:168px}
.dsp-hs-trend-point,.dsp-hs-trend-point:hover,.dsp-hs-trend-point:focus,.dsp-hs-trend-point:active{position:relative!important;display:grid!important;grid-template-rows:130px 30px!important;align-items:end!important;justify-items:center!important;min-width:0!important;margin:0!important;padding:0 2px 8px!important;border:0!important;border-radius:0!important;background:transparent!important;background-color:transparent!important;background-image:none!important;color:#677b72!important;font:inherit!important;box-shadow:none!important;outline-offset:1px!important;appearance:none!important;-webkit-appearance:none!important;cursor:pointer!important}
.dsp-hs-trend-point>i{display:block!important;align-self:end!important;width:min(16px,70%)!important;min-height:0!important;border-radius:3px 3px 0 0!important;background:linear-gradient(180deg,#53c7c4,#8adbd0)!important;background-color:#58c9c6!important;opacity:.82;transition:opacity .18s ease,filter .18s ease}
.dsp-hs-trend-point>small{align-self:end;font-size:8px;line-height:1;white-space:nowrap}.dsp-hs-trend-point:hover>i,.dsp-hs-trend-point:focus>i{opacity:1;filter:saturate(1.15)}
.dsp-hs-trend-line{position:absolute;z-index:3;inset:0 0 auto;width:100%;height:148px;overflow:visible;pointer-events:none}.dsp-hs-trend-line polyline{fill:none;stroke:#5e66c8;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.dsp-hs-trend-tooltip{position:absolute;z-index:8;top:-38px;left:50%;display:none;width:max-content;max-width:180px;padding:7px 9px;border:1px solid #d5e5de;border-radius:6px;background:#fff;color:#28493d;text-align:left;box-shadow:0 8px 22px rgba(18,61,46,.16);transform:translateX(-50%);pointer-events:none}.dsp-hs-trend-point:first-child .dsp-hs-trend-tooltip{left:0;transform:none}.dsp-hs-trend-point:last-child .dsp-hs-trend-tooltip{right:0;left:auto;transform:none}.dsp-hs-trend-tooltip b,.dsp-hs-trend-tooltip em,.dsp-hs-trend-tooltip strong,.dsp-hs-trend-tooltip small{display:block;white-space:nowrap}.dsp-hs-trend-tooltip b{font-size:9px}.dsp-hs-trend-tooltip em{margin-top:2px;color:#5e66c8;font-size:9px;font-style:normal}.dsp-hs-trend-tooltip strong{margin-top:1px;color:#087a57;font-size:10px}.dsp-hs-trend-tooltip small{margin-top:1px;color:#7a8b84;font-size:8px}.dsp-hs-trend-point:hover .dsp-hs-trend-tooltip,.dsp-hs-trend-point:focus .dsp-hs-trend-tooltip{display:block}
@media(max-width:700px){.dsp-hs-trend-panel{padding:14px 12px!important}.dsp-hs-trend-heading{align-items:flex-start!important;gap:8px!important}.dsp-hs-trend-legend{gap:10px}.dsp-hs-trend-scroll{margin-right:-12px;padding-right:12px}.dsp-hs-trend-chart{min-width:max(680px,calc(var(--dsp-trend-count) * 30px))}}
@media print{.dsp-hs-trend-panel{padding:9px!important;margin-bottom:8px!important;break-inside:avoid!important}.dsp-hs-trend-body[hidden]{display:block!important}.dsp-hs-trend-toggle{display:none!important}.dsp-hs-trend-scroll{overflow:visible!important;padding-top:20px!important}.dsp-hs-trend-chart{min-width:0!important;height:105px!important}.dsp-hs-trend-columns{height:105px!important}.dsp-hs-trend-point{grid-template-rows:80px 19px!important;padding-bottom:5px!important}.dsp-hs-trend-point>small{font-size:5.5px!important}.dsp-hs-trend-line{height:91px!important}.dsp-hs-trend-tooltip{display:none!important}.dsp-hs-trend-heading>div>small,.dsp-hs-trend-legend{font-size:6px!important}}

/* Six-stage Sell Out review and transparent payment breakdown. */
.dsp-sellout-status.is-delivered{background:#edf4ff!important;color:#2f65a6!important}.dsp-sellout-status.is-paid{background:#dcf5eb!important;color:#046747!important}.dsp-sellout-status.is-cancelled{background:#eef1f0!important;color:#687770!important}
.dsp-sellout-bulk-tools{display:grid;grid-template-columns:minmax(180px,1fr) minmax(320px,1.4fr);align-items:center;gap:12px;margin:0 0 10px;padding:10px 12px;border:1px solid #d8e7e0;border-radius:7px;background:#f7fbf9}.dsp-sellout-bulk-tools strong,.dsp-sellout-bulk-tools small{display:block}.dsp-sellout-bulk-tools strong{color:#24483b;font-size:11px}.dsp-sellout-bulk-tools small{margin-top:2px;color:#71847c;font-size:8px}.dsp-sellout-bulk-tools form{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:6px!important}.dsp-sellout-bulk-tools input[type=file]{min-width:0!important;height:34px!important;padding:5px!important;border:1px solid #cbded5!important;border-radius:6px!important;background:#fff!important;font-size:9px!important}.dsp-sellout-bulk-tools button{min-height:34px!important;padding:6px 10px!important;border:0!important;border-radius:6px!important;background:#087a57!important;color:#fff!important;font-size:9px!important;font-weight:700!important}
.dsp-sellout-manager-list article{grid-template-columns:minmax(210px,1fr) minmax(145px,.62fr) minmax(260px,1fr)!important;align-items:center!important}.dsp-sellout-manager-filters button em,.dsp-sellout-history-filter button em{display:inline-grid;place-items:center;min-width:18px;height:18px;margin-left:3px;padding:0 4px;border-radius:9px;background:#e7f3ed;color:#08704f;font-size:8px;font-style:normal}.dsp-sellout-model-line{display:flex;align-items:center;gap:8px;min-width:0}.dsp-sellout-model-line>.dsp-brand-logo em{display:none!important}.dsp-sellout-model-line>strong,.dsp-sellout-model-line>div{min-width:0}.dsp-sellout-admin-money{position:relative;margin-top:6px;min-width:0}.dsp-sellout-admin-money summary{display:inline-flex;padding:2px 0;color:#08704f;font-size:10px;font-weight:800;cursor:pointer;list-style:none}.dsp-sellout-admin-money summary::-webkit-details-marker{display:none}.dsp-sellout-admin-money>div{position:absolute;z-index:4;right:0;top:100%;display:grid;gap:4px;width:205px;padding:8px;border:1px solid #dce8e2;border-radius:7px;background:#fff;box-shadow:0 8px 20px rgba(20,55,43,.12)}.dsp-sellout-admin-money>div span{display:flex;justify-content:space-between;gap:8px;color:#6b7e75;font-size:7.5px}.dsp-sellout-admin-money>div b{color:#9a5440;font-weight:600}
.dsp-sellout-review-form{grid-column:4!important;display:grid!important;grid-template-columns:1fr!important;gap:5px!important}.dsp-sellout-review-form>label{display:grid;gap:3px;color:#536d62;font-size:8px}.dsp-sellout-review-form>label input,.dsp-sellout-review-form>input{width:100%!important;min-width:0!important;height:32px!important;padding:5px 7px!important;border:1px solid #cbded5!important;border-radius:6px!important;background:#fff!important;font-size:9px!important}.dsp-sellout-review-form>div{display:flex;justify-content:flex-end;gap:5px;flex-wrap:wrap}.dsp-sellout-review-form button{min-height:30px!important;padding:5px 8px!important;border:0!important;border-radius:6px!important;background:#087a57!important;color:#fff!important;font-size:8px!important}.dsp-sellout-review-form button.is-reject{background:#fff0ee!important;color:#aa4037!important}.dsp-sellout-review-form button.is-cancel{background:#eef1f0!important;color:#5f6e68!important}.dsp-sellout-reviewed{grid-column:4!important}
.dsp-sellout-history-main{flex:1;min-width:0}.dsp-sellout-history-state{display:grid;justify-items:end;align-self:start;gap:4px}.dsp-sellout-customer-money{position:relative}.dsp-sellout-customer-money summary{color:#08704f;font-size:10px;font-weight:800;cursor:pointer;list-style:none;white-space:nowrap}.dsp-sellout-customer-money summary::-webkit-details-marker{display:none}.dsp-sellout-customer-money>div{position:absolute;z-index:4;right:0;top:calc(100% + 3px);display:grid;gap:5px;width:210px;padding:8px 9px;border:1px solid #dce9e3;border-radius:6px;background:#fff;box-shadow:0 8px 20px rgba(20,55,43,.12)}.dsp-sellout-customer-money>div span{display:flex;justify-content:space-between;gap:8px;color:#6c7f77;font-size:8px}.dsp-sellout-customer-money>div b{color:#9a5440;font-weight:600}.dsp-sellout-page-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin:12px 0;padding:4px;border:1px solid #dce9e3;border-radius:8px;background:#f3f7f5}.dsp-sellout-page-tabs button{min-height:38px;border:0;border-radius:6px;background:transparent;color:#6a7e75;font:inherit;font-size:11px;font-weight:600}.dsp-sellout-page-tabs button.is-active{background:#fff;color:#08704f;box-shadow:0 2px 8px rgba(20,55,43,.08)}.dsp-sellout-wallet-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;margin:14px 0 20px;padding:18px;border-radius:8px;background:#087a57;color:#fff}.dsp-sellout-wallet-hero>div:first-child{display:grid;gap:3px}.dsp-sellout-wallet-hero small{opacity:.78;font-size:9px}.dsp-sellout-wallet-hero span{font-size:11px}.dsp-sellout-wallet-hero strong{font-size:28px;line-height:1.1}.dsp-sellout-wallet-hero em{font-size:9px;font-style:normal;opacity:.78}.dsp-sellout-wallet-paid{display:grid;align-content:center;justify-items:end;gap:2px;padding-left:14px;border-left:1px solid rgba(255,255,255,.25)}.dsp-sellout-wallet-paid b{font-size:16px}.dsp-sellout-wallet-list{display:grid;gap:7px}.dsp-sellout-wallet-list article{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px;border:1px solid #dce9e3;border-radius:7px;background:#fff}.dsp-sellout-wallet-list article aside{display:grid;justify-items:end;gap:4px}.dsp-sellout-wallet-list article aside>b{color:#08704f;font-size:12px}.dsp-payout-type-label{grid-column:1/-1}.dsp-payout-sellout-picker{grid-column:1/-1;display:grid;gap:9px;padding:12px;border:1px solid #cfe3d9;border-radius:8px;background:#f8fcfa}.dsp-payout-sellout-picker[hidden]{display:none!important}.dsp-payout-sellout-picker>div:first-child{display:grid;gap:2px}.dsp-payout-sellout-picker>div:first-child small{color:#71847b;font-size:10px}.dsp-payout-sellout-picker>div:nth-child(2){display:grid;gap:5px;max-height:240px;overflow:auto}.dsp-payout-sellout-picker label{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;margin:0;padding:8px;border:1px solid #dde9e3;border-radius:6px;background:#fff}.dsp-payout-sellout-picker label input{width:17px;height:17px}.dsp-payout-sellout-picker label span{display:grid;min-width:0}.dsp-payout-sellout-picker label small{color:#71847b;font-size:9px}.dsp-payout-sellout-picker label>strong{color:#08704f;font-size:11px}.dsp-payout-kind{display:inline-flex;width:max-content;margin-top:4px;padding:2px 6px;border-radius:8px;background:#eaf7f0;color:#08704f;font-size:8px;font-style:normal;font-weight:700}.dsp-payout-kind.is-rebate{background:#fff5d8;color:#85620b}
@media(max-width:980px){.dsp-sellout-manager-list article{grid-template-columns:minmax(0,1fr) 150px!important}.dsp-sellout-review-form,.dsp-sellout-reviewed{grid-column:1/-1!important}.dsp-sellout-review-form>div{justify-content:flex-start}}
@media(max-width:600px){.dsp-sellout-wallet-hero{grid-template-columns:1fr}.dsp-sellout-wallet-paid{justify-items:start;padding:10px 0 0;border-left:0;border-top:1px solid rgba(255,255,255,.25)}.dsp-sellout-history-list>article{align-items:flex-start!important}.dsp-sellout-history-state{min-width:84px}.dsp-sellout-model-line{gap:6px}}
@media(max-width:680px){.dsp-sellout-bulk-tools{grid-template-columns:1fr}.dsp-sellout-bulk-tools form{grid-template-columns:1fr!important}.dsp-sellout-manager-list article{grid-template-columns:minmax(0,1fr) auto!important}.dsp-sellout-customer-money summary{grid-template-columns:1fr}.dsp-sellout-manager-actions{flex-wrap:wrap!important}.dsp-sellout-manager-actions a{font-size:7px!important;padding:5px!important}}

/* v1.14.13: lighter AIS-inspired Sell Out wallet and grouped payment history. */
.dsp-sellout-wallet-hero{position:relative;isolation:isolate;overflow:hidden;margin-bottom:10px;border:1px solid #c9e9b5;background:linear-gradient(135deg,#fbfffb 0%,#effbe9 50%,#d9f3c8 100%);color:#173d2d;box-shadow:0 8px 24px rgba(42,112,55,.08)}
.dsp-sellout-wallet-hero::after{content:"฿";position:absolute;z-index:0;right:8%;top:50%;color:#4ba827;font-size:96px;font-weight:700;line-height:1;opacity:.065;transform:translateY(-50%) rotate(-8deg);pointer-events:none}
.dsp-sellout-wallet-hero>div{position:relative;z-index:1}.dsp-sellout-wallet-hero>div:first-child{gap:4px}.dsp-sellout-wallet-hero small{color:#627b6d;opacity:1}.dsp-sellout-wallet-hero span{color:#355d48}.dsp-sellout-wallet-hero strong{color:#167346;font-weight:700}.dsp-sellout-wallet-hero em{color:#678071;opacity:1}
.dsp-sellout-wallet-paid{border-left-color:rgba(54,132,50,.2)}.dsp-sellout-wallet-paid b{color:#4c9f18;font-weight:700}.dsp-sellout-wallet-paid small{max-width:150px;text-align:right}
.dsp-sellout-payout-history{margin:0 0 18px;border:1px solid #d8e8dd;border-radius:7px;background:#fff}.dsp-sellout-payout-history>summary{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:9px;min-height:48px;padding:9px 12px;color:#24483a;cursor:pointer;list-style:none}.dsp-sellout-payout-history>summary::-webkit-details-marker{display:none}.dsp-sellout-payout-history>summary span{display:grid;gap:1px}.dsp-sellout-payout-history>summary b{font-size:10px;font-weight:600}.dsp-sellout-payout-history>summary small{color:#71847b;font-size:8px}.dsp-sellout-payout-history>summary em{padding:3px 7px;border-radius:10px;background:#edf8e9;color:#4a8f21;font-size:8px;font-style:normal}.dsp-sellout-payout-history>summary i{color:#71847b;font-size:15px;font-style:normal;transition:transform .2s ease}.dsp-sellout-payout-history[open]>summary i{transform:rotate(180deg)}
.dsp-sellout-payout-history>div{border-top:1px solid #e4eee8}.dsp-sellout-payout-history article{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px}.dsp-sellout-payout-history article+article{border-top:1px solid #edf2ef}.dsp-sellout-payout-history article>div{display:grid;gap:2px;min-width:0}.dsp-sellout-payout-history article strong{overflow:hidden;color:#304b40;font-size:9px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.dsp-sellout-payout-history article small{color:#76887f;font-size:8px}.dsp-sellout-payout-history article>b{color:#167346;font-size:11px;font-weight:650;white-space:nowrap}.dsp-sellout-payout-empty{margin:0 0 18px;padding:10px 12px;border:1px dashed #d7e6dd;border-radius:7px;color:#778980;font-size:9px;text-align:center}
.dsp-sellout-wallet-list .dsp-sellout-model-line strong{color:#30473d;font-size:10px;font-weight:500;line-height:1.35}.dsp-sellout-wallet-list .dsp-sellout-model-line small{color:#7a8b83;font-size:8px}.dsp-sellout-wallet-list article aside>b{font-weight:650}
@media(max-width:600px){.dsp-sellout-wallet-hero{padding:16px}.dsp-sellout-wallet-hero::after{right:4%;font-size:82px}.dsp-sellout-wallet-paid{border-top-color:rgba(54,132,50,.2)}.dsp-sellout-wallet-paid small{text-align:left}.dsp-sellout-payout-history>summary{grid-template-columns:minmax(0,1fr) auto auto}.dsp-sellout-payout-history article{padding:9px 10px}}

/* v1.14.14: paired Sales/Sell in charts with always-visible values. */
.dsp-hs-trend-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.dsp-hs-trend-series{min-width:0;padding:11px 12px 8px;border:1px solid #dbe9e2;border-radius:7px;background:#fbfdfc}
.dsp-hs-trend-series-head{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:24px}.dsp-hs-trend-series-head>strong{color:#294a3e;font-size:10px;font-weight:650;white-space:nowrap}
.dsp-hs-trend-series .dsp-hs-trend-scroll{margin:0;padding-top:43px}.dsp-hs-trend-series .dsp-hs-trend-chart{min-width:max(440px,calc(var(--dsp-trend-count) * 31px))}
.dsp-hs-trend-point>i{position:relative}.dsp-hs-trend-value{position:absolute;z-index:5;bottom:calc(100% + 4px);left:50%;display:grid;justify-items:center;gap:0;color:#285044;font-style:normal;line-height:1;transform:translateX(-50%);pointer-events:none}.dsp-hs-trend-value b{font-size:8px;font-weight:700}.dsp-hs-trend-value em{margin-top:2px;color:#6a7d75;font-size:6.5px;font-style:normal;font-weight:500;white-space:nowrap}
.dsp-hs-trend-chart.is-dense .dsp-hs-trend-value{bottom:calc(100% + 2px);transform:translateX(-50%) rotate(-38deg);transform-origin:center bottom}.dsp-hs-trend-chart.is-dense .dsp-hs-trend-value b{font-size:7px}.dsp-hs-trend-chart.is-dense .dsp-hs-trend-value em{font-size:6px}
.dsp-hs-trend-series.is-sellin .dsp-hs-trend-point>i{background:linear-gradient(180deg,#8ac926,#c4e968)!important;background-color:#8ac926!important}.dsp-hs-trend-series.is-sellin .dsp-hs-trend-line polyline{stroke:#178a56}.dsp-hs-trend-series.is-sellin .dsp-hs-trend-legend span:before{background:#9bd23f}.dsp-hs-trend-series.is-sellin .dsp-hs-trend-legend .is-units:before{background:#178a56}
.dsp-hs-trend-empty{display:grid;place-items:center;min-height:168px;margin-top:12px;border:1px dashed #d7e5de;border-radius:6px;color:#74877e;font-size:9px;text-align:center}
@media(max-width:980px){.dsp-hs-trend-grid{grid-template-columns:1fr}.dsp-hs-trend-series .dsp-hs-trend-chart{min-width:max(620px,calc(var(--dsp-trend-count) * 31px))}}
@media(max-width:700px){.dsp-hs-trend-series{padding:10px 9px 7px}.dsp-hs-trend-series-head{align-items:flex-start;flex-direction:column;gap:4px}.dsp-hs-trend-series .dsp-hs-trend-scroll{margin-right:-9px;padding-right:9px}.dsp-hs-trend-series .dsp-hs-trend-chart{min-width:max(620px,calc(var(--dsp-trend-count) * 31px))}}
@media print{.dsp-hs-trend-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.dsp-hs-trend-series{padding:5px}.dsp-hs-trend-series .dsp-hs-trend-scroll{padding-top:15px!important}.dsp-hs-trend-series .dsp-hs-trend-chart{min-width:0!important}.dsp-hs-trend-value{display:none}.dsp-hs-trend-series-head{display:block}.dsp-hs-trend-series-head>strong{font-size:6px}.dsp-hs-trend-series-head .dsp-hs-trend-legend{margin-top:2px}.dsp-hs-trend-empty{min-height:95px;font-size:6px}}

/* v1.14.15: one grouped comparison chart, no SKU-level Sell in series. */
.dsp-hs-comparison-legend{display:flex;align-items:center;gap:16px;flex-wrap:wrap;color:#5f746b;font-size:9px}.dsp-hs-comparison-legend span{display:inline-flex;align-items:center;gap:6px}.dsp-hs-comparison-legend span::before{content:"";width:15px;height:6px;border-radius:2px;background:#4fcad0}.dsp-hs-comparison-legend .is-sellin::before{background:#696fe0}
.dsp-hs-comparison-scroll{padding-top:48px!important}.dsp-hs-comparison-chart{position:relative;width:100%;min-width:max(680px,calc(var(--dsp-comparison-count) * 86px));height:184px;border-bottom:1px solid #dce8e2;background:repeating-linear-gradient(to bottom,#e8efec 0,#e8efec 1px,transparent 1px,transparent 40px)}.dsp-hs-comparison-chart.is-overview{min-width:0}
.dsp-hs-comparison-columns{position:absolute;inset:0;display:grid;grid-template-columns:repeat(var(--dsp-comparison-count),minmax(0,1fr));height:184px}.dsp-hs-comparison-group{display:grid;grid-template-rows:148px 28px;align-items:end;justify-items:center;min-width:0;padding:0 6px 8px}.dsp-hs-comparison-pair{display:flex;align-items:flex-end;justify-content:center;gap:5px;width:100%;height:132px}.dsp-hs-comparison-group>small{align-self:end;color:#657970;font-size:8px;line-height:1;white-space:nowrap}
.dsp-hs-comparison-bar,.dsp-hs-comparison-bar:hover,.dsp-hs-comparison-bar:focus,.dsp-hs-comparison-bar:active{position:relative!important;display:block!important;align-self:flex-end!important;width:min(22px,36%)!important;min-width:10px!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important;border-radius:3px 3px 0 0!important;background:#4fcad0!important;background-image:linear-gradient(180deg,#42c4ca,#79dadd)!important;box-shadow:none!important;outline-offset:2px!important;appearance:none!important;-webkit-appearance:none!important;cursor:pointer!important}.dsp-hs-comparison-bar.is-sellin,.dsp-hs-comparison-bar.is-sellin:hover,.dsp-hs-comparison-bar.is-sellin:focus,.dsp-hs-comparison-bar.is-sellin:active{background:#696fe0!important;background-image:linear-gradient(180deg,#6269db,#9296eb)!important}
.dsp-hs-comparison-bar>span{position:absolute;bottom:calc(100% + 4px);left:50%;display:grid;justify-items:center;gap:2px;width:max-content;max-width:76px;color:#315145;line-height:1;transform:translateX(-50%);pointer-events:none}.dsp-hs-comparison-bar>span b{font-size:7px;font-weight:650;white-space:nowrap}.dsp-hs-comparison-bar>span em{color:#6a7d75;font-size:6.5px;font-style:normal;white-space:nowrap}.dsp-hs-comparison-chart.is-overview .dsp-hs-comparison-pair{gap:14px}.dsp-hs-comparison-chart.is-overview .dsp-hs-comparison-bar{width:42px!important}.dsp-hs-comparison-chart.is-overview .dsp-hs-comparison-bar>span b{font-size:9px}.dsp-hs-comparison-chart.is-overview .dsp-hs-comparison-bar>span em{font-size:8px}
@media(max-width:700px){.dsp-hs-comparison-legend{gap:10px}.dsp-hs-comparison-scroll{margin-right:-12px!important;padding-right:12px!important}.dsp-hs-comparison-chart{min-width:max(680px,calc(var(--dsp-comparison-count) * 86px))}.dsp-hs-comparison-chart.is-overview{min-width:0}.dsp-hs-comparison-chart.is-overview .dsp-hs-comparison-bar{width:34px!important}}
.dsp-hs-comparison-chart.is-sales-only .dsp-hs-comparison-pair{gap:0}.dsp-hs-comparison-chart.is-sales-only .dsp-hs-comparison-bar.is-sales{width:26px!important}
@media print{.dsp-hs-comparison-scroll{padding-top:18px!important;overflow:visible!important}.dsp-hs-comparison-chart{min-width:0!important;height:105px}.dsp-hs-comparison-columns{height:105px}.dsp-hs-comparison-group{grid-template-rows:82px 17px;padding:0 2px 4px}.dsp-hs-comparison-pair{height:72px}.dsp-hs-comparison-bar>span{display:none}.dsp-hs-comparison-group>small{font-size:5.5px}.dsp-hs-comparison-legend{font-size:6px}}

/* Sell Out payment history now opens from the latest-payment amount. */
.dsp-sellout-wallet-paid-row{display:flex;align-items:center;justify-content:flex-end;gap:7px}.dsp-sellout-wallet-paid-row button{min-height:27px!important;padding:4px 8px!important;border:1px solid #bcdcae!important;border-radius:6px!important;background:rgba(255,255,255,.72)!important;color:#327b25!important;font:inherit!important;font-size:8px!important;font-weight:650!important;box-shadow:none!important}.dsp-sellout-wallet-paid-row button:hover,.dsp-sellout-wallet-paid-row button:focus{background:#fff!important;border-color:#8fc977!important}
.dsp-sellout-payout-modal{position:fixed;z-index:2147483600;inset:0;display:grid;place-items:center;padding:14px}.dsp-sellout-payout-modal[hidden]{display:none!important}.dsp-sellout-payout-modal-backdrop{position:absolute;inset:0;background:rgba(14,35,27,.58)}.dsp-sellout-payout-modal>section{position:relative;z-index:1;display:grid;grid-template-rows:auto minmax(0,1fr);width:min(520px,calc(100vw - 28px));max-height:min(620px,calc(100dvh - 28px));overflow:hidden;border:1px solid #d7e6de;border-radius:9px;background:#fff;box-shadow:0 20px 55px rgba(15,47,35,.2)}.dsp-sellout-payout-modal header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid #e1ebe6}.dsp-sellout-payout-modal header strong{display:block;color:#29473c;font-size:13px}.dsp-sellout-payout-modal header button{display:grid!important;place-items:center!important;width:32px!important;height:32px!important;padding:0!important;border:1px solid #d4e2db!important;border-radius:50%!important;background:#fff!important;color:#486359!important;box-shadow:none!important}.dsp-sellout-payout-modal header svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.dsp-sellout-payout-modal-list{min-height:100px;overflow:auto;padding:6px 14px 12px}.dsp-sellout-payout-modal-list article{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 2px;border-bottom:1px solid #edf2ef}.dsp-sellout-payout-modal-list article>div{display:grid;gap:2px;min-width:0}.dsp-sellout-payout-modal-list article strong{overflow:hidden;color:#304b40;font-size:10px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.dsp-sellout-payout-modal-list article small{color:#75877f;font-size:8px}.dsp-sellout-payout-modal-list article>b{color:#167346;font-size:12px;font-weight:650;white-space:nowrap}
@media(max-width:600px){.dsp-sellout-wallet-paid-row{justify-content:flex-start}.dsp-sellout-payout-modal{padding:7px}.dsp-sellout-payout-modal>section{width:calc(100vw - 14px);max-height:calc(100dvh - 80px)}.dsp-sellout-payout-modal-list{padding:4px 12px 12px}}

/* v1.14.16: keep payout history above the Sell Out view and tighten reward rows. */
.dsp-sellout-wallet-paid{width:min(290px,100%);justify-items:stretch!important}
.dsp-sellout-wallet-paid-row{width:100%;justify-content:flex-start!important}
.dsp-sellout-wallet-paid-row button{margin-left:auto!important;flex:0 0 auto}
.dsp-sellout-wallet-list .dsp-sellout-model-line>div{display:grid!important;gap:2px!important;min-width:0!important}
.dsp-sellout-wallet-list .dsp-sellout-model-line>div>strong,
.dsp-sellout-wallet-list .dsp-sellout-model-line>div>small{display:block!important;min-width:0;max-width:100%}
.dsp-sellout-wallet-list .dsp-sellout-model-line>div>small{margin:0!important;white-space:normal!important;overflow-wrap:anywhere}
@media(max-width:600px){.dsp-sellout-wallet-paid{width:100%}}

/* v1.14.17: daily buckets stay readable and empty points do not print zero labels. */
.dsp-hs-comparison-scroll.is-daily{overflow-x:hidden!important;margin-right:0!important;padding-right:0!important}
.dsp-hs-comparison-chart.is-daily{width:100%;min-width:0!important}
.dsp-hs-comparison-chart.is-daily .dsp-hs-comparison-group{padding-inline:1px}
.dsp-hs-comparison-chart.is-daily .dsp-hs-comparison-pair{gap:0}
.dsp-hs-comparison-chart.is-daily .dsp-hs-comparison-bar.is-sales{width:min(10px,55%)!important;min-width:3px!important}
.dsp-hs-comparison-chart.is-daily .dsp-hs-comparison-group>small{font-size:7px}
.dsp-hs-comparison-chart.is-daily .dsp-hs-comparison-bar>span b{font-size:6.5px}.dsp-hs-comparison-chart.is-daily .dsp-hs-comparison-bar>span em{font-size:5.5px}
.dsp-hs-comparison-bar[style*="height:0.00%"]>span{display:none!important}
@media(max-width:700px){.dsp-hs-comparison-scroll.is-daily{margin-right:0!important;padding-right:0!important}.dsp-hs-comparison-chart.is-daily{min-width:0!important}.dsp-hs-comparison-chart.is-daily .dsp-hs-comparison-group{padding-inline:0}.dsp-hs-comparison-chart.is-daily .dsp-hs-comparison-group>small{font-size:5px}.dsp-hs-comparison-chart.is-daily .dsp-hs-comparison-bar>span{display:none}}

/* v1.14.18: external handset brand choice and compact bulk Sell Out review. */
.dsp-sellout-external-brand{grid-column:2/4!important;display:grid!important;grid-template-columns:minmax(130px,.45fr) minmax(0,1fr)!important;align-items:center!important;gap:4px 9px!important;padding:8px!important;border:1px solid #edc58f!important;border-radius:7px!important;background:#fffaf1!important}
.dsp-sellout-external-brand[hidden]{display:none!important}
.dsp-sellout-external-brand>span{color:#865316!important;font-size:8px!important;font-weight:650!important}
.dsp-sellout-external-brand>select{grid-row:1/3;grid-column:2!important;font-size:16px!important}
.dsp-sellout-external-brand>small{color:#8b755a!important;font-size:7.5px!important}
.dsp-sellout-manager>section{width:min(1120px,calc(100vw - 28px))!important;padding:12px!important;background:#fbfdfc!important}
.dsp-sellout-manager>section>header{position:sticky!important;z-index:8!important;top:-12px!important;margin:-12px -12px 0!important;padding:12px!important;background:#fff!important}
.dsp-sellout-bulk-tools{margin:8px 0!important;padding:9px!important;border-radius:7px!important;background:#f4f9f6!important}
.dsp-sellout-bulk-action{position:sticky;z-index:6;top:48px;display:grid;grid-template-columns:auto minmax(150px,.65fr) minmax(135px,.5fr) minmax(180px,1fr) auto;align-items:end;gap:7px;margin:8px 0;padding:9px;border:1px solid #cfe1d8;border-radius:7px;background:#fff;box-shadow:0 5px 16px rgba(28,67,51,.06)}
.dsp-sellout-bulk-action [hidden]{display:none!important}
.dsp-sellout-bulk-action label{display:grid;gap:3px;min-width:0;color:#60766c;font-size:7.5px}.dsp-sellout-bulk-action select,.dsp-sellout-bulk-action input{width:100%;height:32px;padding:5px 7px;border:1px solid #c9ddd3;border-radius:6px;background:#fff;color:#28483c;font-size:9px}.dsp-sellout-bulk-action button{height:32px;padding:5px 9px;border:0;border-radius:6px;font-size:8px;font-weight:650}.dsp-sellout-select-visible{border:1px solid #b9d7c8!important;background:#f2faf6!important;color:#08704f!important}.dsp-sellout-bulk-submit{background:#087a57!important;color:#fff!important}
.dsp-sellout-manager-list{gap:6px!important}.dsp-sellout-manager-list article{grid-template-columns:28px minmax(230px,1fr) minmax(150px,.58fr) minmax(255px,.9fr)!important;align-items:center!important;gap:9px!important;padding:9px!important;background:#fff!important}.dsp-sellout-row-select{display:grid;place-items:center}.dsp-sellout-row-select input{width:17px!important;height:17px!important;margin:0!important;accent-color:#087a57}.dsp-sellout-admin-product,.dsp-sellout-admin-shop{min-width:0}.dsp-sellout-admin-product .dsp-sellout-model-line{margin-bottom:3px}.dsp-sellout-admin-product strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dsp-sellout-admin-shop{display:grid;justify-items:start;gap:2px}.dsp-sellout-review-form,.dsp-sellout-reviewed{grid-column:4!important}.dsp-sellout-review-form{grid-template-columns:minmax(120px,1fr)!important}.dsp-sellout-review-form>div{justify-content:flex-start!important}.dsp-sellout-reviewed{padding:7px 8px;border-radius:6px;background:#f5f8f6}
@media(max-width:980px){.dsp-sellout-bulk-action{position:static;grid-template-columns:auto repeat(2,minmax(0,1fr));}.dsp-sellout-bulk-note{grid-column:2/4}.dsp-sellout-bulk-submit{grid-column:1/-1}.dsp-sellout-manager-list article{grid-template-columns:28px minmax(0,1fr) 160px!important}.dsp-sellout-admin-product{grid-column:2}.dsp-sellout-admin-shop{grid-column:3}.dsp-sellout-review-form,.dsp-sellout-reviewed{grid-column:2/-1!important}}
@media(max-width:680px){.dsp-sellout-external-brand{grid-column:2/4!important;grid-template-columns:1fr!important}.dsp-sellout-external-brand>select{grid-row:auto;grid-column:1!important}.dsp-sellout-bulk-action{grid-template-columns:1fr 1fr}.dsp-sellout-select-visible{grid-column:1/-1}.dsp-sellout-bulk-action label,.dsp-sellout-bulk-note{grid-column:auto}.dsp-sellout-bulk-submit{grid-column:1/-1}.dsp-sellout-manager-list article{grid-template-columns:26px minmax(0,1fr)!important;align-items:start!important}.dsp-sellout-admin-product,.dsp-sellout-admin-shop,.dsp-sellout-review-form,.dsp-sellout-reviewed{grid-column:2!important}.dsp-sellout-admin-shop{padding-top:6px;border-top:1px solid #edf2ef}}

/* v1.14.19: dedicated submission tab and structured Sell Out review table. */
.dsp-sellout-page-tabs{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.dsp-sellout-page-tabs button{padding-inline:6px!important;white-space:normal!important}
.dsp-sellout-manager-close{display:grid!important;place-items:center!important;padding:0!important;color:#456157!important;transition:background .18s ease,border-color .18s ease,color .18s ease!important}
.dsp-sellout-manager-close:hover,.dsp-sellout-manager-close:focus{border-color:#9fcbb5!important;background:#eff9f4!important;color:#08704f!important}
.dsp-sellout-manager-close svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.dsp-sellout-manager-toolbar{display:grid;grid-template-columns:minmax(0,1fr) minmax(210px,.38fr) auto;align-items:center;gap:8px;margin:9px 0}
.dsp-sellout-manager-toolbar .dsp-sellout-manager-filters{min-width:0;margin:0!important}
.dsp-sellout-manager-search{display:flex;align-items:center;gap:6px;height:34px;padding:0 8px;border:1px solid #c9ddd3;border-radius:6px;background:#fff;color:#668078}
.dsp-sellout-manager-search svg{flex:0 0 auto;width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.dsp-sellout-manager-search input{min-width:0;width:100%;height:30px;padding:0;border:0!important;outline:0;background:transparent;color:#29473c;font-size:9px;box-shadow:none!important}
.dsp-sellout-import-inline{display:flex!important;align-items:center;gap:5px!important}
.dsp-sellout-import-inline input[type=file]{width:145px;height:34px;padding:4px;border:1px solid #c9ddd3;border-radius:6px;background:#fff;color:#657970;font-size:7px}
.dsp-sellout-import-inline button{height:34px;padding:5px 9px;border:0;border-radius:6px;background:#087a57;color:#fff;font-size:8px;font-weight:650;white-space:nowrap}
.dsp-sellout-manager-table-head,.dsp-sellout-manager-list article{display:grid!important;grid-template-columns:28px minmax(210px,1.15fr) minmax(135px,.72fr) 100px 130px minmax(235px,1fr)!important;align-items:center!important;gap:9px!important}
.dsp-sellout-manager-table-head{position:sticky;z-index:5;top:104px;min-height:33px;padding:6px 9px;border:1px solid #d6e5dd;border-radius:6px;background:#edf6f1;color:#49665b;font-size:8px;font-weight:650}
.dsp-sellout-manager-list article{padding:9px!important}
.dsp-sellout-admin-imei{display:flex;align-items:center;gap:5px;min-width:0;margin-top:4px;color:#6f8279;font-size:8px}
.dsp-sellout-admin-imei>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.dsp-sellout-admin-imei .dsp-external-imei-tag{flex:0 0 auto;margin:0!important;padding:2px 5px!important;font-size:6.5px!important}
.dsp-sellout-admin-status{display:flex;align-items:center;justify-content:flex-start}
.dsp-sellout-admin-approved{display:grid;justify-items:start;gap:3px;min-width:0;color:#809087;font-size:9px}
.dsp-sellout-admin-approved>strong{color:#166e4d;font-size:11px;font-weight:650;white-space:nowrap}
.dsp-sellout-admin-approved .dsp-sellout-admin-money{margin:0!important}
.dsp-sellout-admin-approved .dsp-sellout-admin-money summary{color:#6b7f75;font-size:7.5px;font-weight:500;white-space:nowrap}
.dsp-sellout-review-form,.dsp-sellout-reviewed{grid-column:6!important;min-width:0}
.dsp-sellout-manager-list article[hidden]{display:none!important}
@media(max-width:980px){.dsp-sellout-manager-toolbar{grid-template-columns:minmax(0,1fr) minmax(190px,.5fr)}.dsp-sellout-import-inline{grid-column:1/-1;justify-content:flex-end}.dsp-sellout-manager-table-head{display:none!important}.dsp-sellout-manager-list article{grid-template-columns:28px minmax(0,1fr) 110px!important;align-items:start!important}.dsp-sellout-admin-product{grid-column:2}.dsp-sellout-admin-shop{grid-column:2}.dsp-sellout-admin-status,.dsp-sellout-admin-approved{grid-column:3}.dsp-sellout-admin-status{grid-row:1}.dsp-sellout-admin-approved{grid-row:2/4}.dsp-sellout-review-form,.dsp-sellout-reviewed{grid-column:2/-1!important}}
@media(max-width:680px){.dsp-sellout-page-tabs button{font-size:9px!important}.dsp-sellout-manager-toolbar{grid-template-columns:1fr}.dsp-sellout-manager-search{grid-row:1}.dsp-sellout-manager-toolbar .dsp-sellout-manager-filters{grid-row:2}.dsp-sellout-import-inline{grid-column:1;grid-row:3;justify-content:stretch}.dsp-sellout-import-inline input[type=file]{flex:1;width:auto}.dsp-sellout-manager-list article{grid-template-columns:25px minmax(0,1fr)!important}.dsp-sellout-admin-product,.dsp-sellout-admin-shop,.dsp-sellout-admin-status,.dsp-sellout-admin-approved,.dsp-sellout-review-form,.dsp-sellout-reviewed{grid-column:2!important;grid-row:auto!important}.dsp-sellout-admin-shop,.dsp-sellout-admin-status,.dsp-sellout-admin-approved{padding-top:5px;border-top:1px solid #edf2ef}.dsp-sellout-admin-status,.dsp-sellout-admin-approved{justify-items:start}}

/* v1.14.20: modal review actions and monthly Sell Out accounting workspace. */
.dsp-sellout-manager-table-head,.dsp-sellout-manager-list article{grid-template-columns:28px minmax(220px,1.2fr) minmax(145px,.75fr) 100px 130px 82px!important}
.dsp-sellout-admin-action{display:flex;justify-content:flex-end}.dsp-sellout-admin-action>button{min-width:68px;height:32px;padding:5px 10px;border:1px solid #b8d6c7;border-radius:6px;background:#fff;color:#08704f;font-size:8px;font-weight:700;box-shadow:none}.dsp-sellout-admin-action>button:hover,.dsp-sellout-admin-action>button:focus{border-color:#82b99f;background:#eef8f3}
.dsp-sellout-review-modal,.dsp-sellout-payment-manager{position:fixed;z-index:2147483600;inset:0;display:grid;place-items:center;padding:14px}.dsp-sellout-review-modal[hidden],.dsp-sellout-payment-manager[hidden]{display:none!important}.dsp-sellout-review-backdrop,.dsp-sellout-payment-backdrop{position:absolute;inset:0;background:rgba(12,34,26,.62);backdrop-filter:blur(2px)}
.dsp-sellout-review-modal>section,.dsp-sellout-payment-manager>section{position:relative;z-index:1;overflow:hidden;border:1px solid #d6e5dd;border-radius:9px;background:#fff;box-shadow:0 24px 70px rgba(10,42,30,.22)}.dsp-sellout-review-modal>section{width:min(480px,calc(100vw - 28px))}.dsp-sellout-review-modal header,.dsp-sellout-payment-manager header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid #e0ebe5}.dsp-sellout-review-modal header strong,.dsp-sellout-payment-manager header strong{display:block;color:#29493d;font-size:14px}.dsp-sellout-review-modal header button,.dsp-sellout-payment-manager header button{display:grid;place-items:center;width:32px;height:32px;padding:0;border:1px solid #d2e1da;border-radius:50%;background:#fff;color:#49645a}.dsp-sellout-review-modal header svg,.dsp-sellout-payment-manager header svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.dsp-sellout-review-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:3px 9px;margin:12px 14px 0;padding:10px;border:1px solid #d9e8e1;border-radius:7px;background:#f6faf8}.dsp-sellout-review-summary strong{overflow:hidden;color:#29493d;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.dsp-sellout-review-summary small{grid-column:1;color:#70847a;font-size:8px}.dsp-sellout-review-summary span{grid-column:2;grid-row:1/3;align-self:center;padding:4px 7px;border-radius:12px;background:#eaf5ef;color:#08704f;font-size:8px;font-weight:650}
.dsp-sellout-review-modal form{display:grid!important;gap:9px!important;padding:12px 14px 14px}.dsp-sellout-review-modal form label{display:grid;gap:4px;color:#536d62;font-size:8px}.dsp-sellout-review-modal input,.dsp-sellout-review-modal textarea{width:100%;box-sizing:border-box;padding:7px 9px;border:1px solid #c9ddd3;border-radius:6px;background:#fff;color:#29483d;font:inherit;font-size:10px}.dsp-sellout-review-modal input{height:36px}.dsp-sellout-review-modal textarea{resize:vertical}.dsp-sellout-review-modal form>p{margin:0;padding:8px;border-radius:6px;background:#f3f6f4;color:#6b7e75;font-size:8px}.dsp-sellout-review-actions{display:flex;justify-content:flex-end;gap:6px;flex-wrap:wrap}.dsp-sellout-review-actions button{min-height:34px;padding:6px 11px;border:0;border-radius:6px;background:#087a57;color:#fff;font-size:8px;font-weight:650}.dsp-sellout-review-actions .is-reject{background:#fff0ee;color:#aa4037}.dsp-sellout-review-actions .is-cancel{background:#edf1ef;color:#5d6e66}
.dsp-sellout-payment-manager>section{display:grid;grid-template-rows:auto auto auto minmax(0,1fr);width:min(1120px,calc(100vw - 28px));max-height:calc(100dvh - 28px)}.dsp-sellout-payment-manager header small{display:block;margin-top:2px;color:#71847b;font-size:8px}.dsp-sellout-payment-toolbar{display:flex;align-items:end;justify-content:space-between;gap:10px;padding:10px 14px}.dsp-sellout-payment-toolbar label{display:grid;gap:3px;color:#60766c;font-size:8px}.dsp-sellout-payment-toolbar select{height:34px;min-width:190px;padding:5px 8px;border:1px solid #c8dcd2;border-radius:6px;background:#fff;color:#29483d;font-size:9px}.dsp-sellout-payment-toolbar>a{display:inline-flex;align-items:center;min-height:34px;padding:6px 10px;border-radius:6px;background:#087a57;color:#fff;font-size:8px;font-weight:650;text-decoration:none}.dsp-sellout-payment-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;padding:0 14px 10px}.dsp-sellout-payment-kpis article{padding:9px;border:1px solid #d8e7e0;border-radius:7px;background:#f7fbf9}.dsp-sellout-payment-kpis span,.dsp-sellout-payment-kpis strong,.dsp-sellout-payment-kpis small{display:block}.dsp-sellout-payment-kpis span{color:#667b72;font-size:8px}.dsp-sellout-payment-kpis strong{margin-top:3px;color:#08704f;font-size:15px}.dsp-sellout-payment-kpis small{color:#788a82;font-size:7px}.dsp-sellout-payment-table{min-height:120px;overflow:auto;padding:0 14px 14px}.dsp-sellout-payment-head,.dsp-sellout-payment-table>article{display:grid;grid-template-columns:minmax(150px,1fr) minmax(135px,.8fr) 105px minmax(150px,.8fr) 105px minmax(180px,1fr);align-items:center;gap:9px}.dsp-sellout-payment-head{position:sticky;z-index:2;top:0;min-height:32px;padding:6px 9px;border:1px solid #d5e4dc;border-radius:6px;background:#edf6f1;color:#4a675c;font-size:8px;font-weight:650}.dsp-sellout-payment-table>article{padding:9px;border:1px solid #e0eae5;border-top:0;background:#fff}.dsp-sellout-payment-table strong,.dsp-sellout-payment-table small{display:block}.dsp-sellout-payment-table strong{color:#29483d;font-size:9px}.dsp-sellout-payment-table small{margin-top:2px;color:#71847b;font-size:7.5px}.dsp-sellout-payment-table details summary{color:#08704f;font-size:7.5px;cursor:pointer}.dsp-sellout-payment-table details>div{display:grid;gap:3px;margin-top:4px}.dsp-sellout-payment-table details span{display:flex;justify-content:space-between;gap:7px;color:#647970;font-size:7px}.dsp-sellout-payment-table>article>div:nth-child(5)>strong{color:#08704f;font-size:11px}
.dsp-payout-kind.is-rebate{background:#e9f3ff!important;color:#2d68a8!important}
@media(max-width:980px){.dsp-sellout-manager-table-head{display:none!important}.dsp-sellout-manager-list article{grid-template-columns:28px minmax(0,1fr) 110px!important}.dsp-sellout-admin-action{grid-column:3!important}.dsp-sellout-payment-head{display:none}.dsp-sellout-payment-table>article{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;border-top:1px solid #e0eae5;border-radius:7px;margin-bottom:7px}.dsp-sellout-payment-table>article>div:nth-child(5),.dsp-sellout-payment-table>article>div:nth-child(6){padding-top:6px;border-top:1px solid #edf2ef}}
@media(max-width:680px){.dsp-sellout-admin-action{grid-column:2!important;justify-content:flex-start;padding-top:5px;border-top:1px solid #edf2ef}.dsp-sellout-review-modal,.dsp-sellout-payment-manager{padding:7px}.dsp-sellout-payment-manager>section{width:calc(100vw - 14px);max-height:calc(100dvh - 14px)}.dsp-sellout-payment-toolbar{align-items:stretch;flex-direction:column}.dsp-sellout-payment-toolbar label,.dsp-sellout-payment-toolbar select,.dsp-sellout-payment-toolbar>a{width:100%}.dsp-sellout-payment-toolbar>a{justify-content:center}.dsp-sellout-payment-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.dsp-sellout-payment-table>article{grid-template-columns:1fr}.dsp-sellout-review-actions{display:grid;grid-template-columns:1fr 1fr}.dsp-sellout-review-actions button{width:100%}}

/* v1.14.21: Sell Out payout selection by IMEI or approval month. */
.dsp-payout-sellout-picker>.dsp-payout-sellout-heading{display:grid;gap:2px}.dsp-payout-sellout-heading small{color:#71847b;font-size:10px}.dsp-payout-sellout-modes{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px!important;max-height:none!important;overflow:visible!important}.dsp-payout-sellout-modes label{grid-template-columns:auto minmax(0,1fr)!important;align-items:center}.dsp-payout-sellout-modes label:has(input:checked){border-color:#75cfa7;background:#edf9f3;box-shadow:0 0 0 1px rgba(0,145,100,.08)}.dsp-payout-sellout-imei-list{display:grid;gap:5px;max-height:240px;overflow:auto}.dsp-payout-sellout-month-panel{display:grid;gap:8px;padding:10px;border:1px solid #dce9e3;border-radius:7px;background:#fff}.dsp-payout-sellout-month-panel[hidden],.dsp-payout-sellout-imei-list[hidden]{display:none!important}.dsp-payout-sellout-month-panel>label{display:grid!important;grid-template-columns:1fr!important;align-items:stretch!important;gap:5px!important;padding:0!important;border:0!important}.dsp-payout-sellout-month-panel select{width:100%;min-height:40px;border:1px solid #cbded5;border-radius:6px;background:#fff;padding:0 10px;font:inherit;font-size:13px}.dsp-payout-sellout-month-summary{padding:9px 10px;border-radius:6px;background:#edf8f3;color:#08704f;font-size:11px;font-weight:600}@media(max-width:640px){.dsp-payout-sellout-modes{grid-template-columns:1fr}}

/* v1.14.22: rebate period picker, aligned Sell Out states, and promotion Flex actions. */
.dsp-payout-rebate-picker{grid-column:1/-1;display:grid;gap:9px;padding:12px;border:1px solid #cfe3d9;border-radius:8px;background:#f8fcfa}.dsp-payout-rebate-picker[hidden]{display:none!important}.dsp-payout-rebate-picker>div:first-child{display:grid;gap:2px}.dsp-payout-rebate-picker>div:first-child small{color:#71847b;font-size:10px}.dsp-payout-rebate-modes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.dsp-payout-rebate-modes label{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;padding:8px;border:1px solid #dce9e3;border-radius:7px;background:#fff}.dsp-payout-rebate-modes label:has(input:checked){border-color:#75cfa7;background:#edf9f3}.dsp-payout-rebate-modes input{width:17px;height:17px}.dsp-payout-rebate-modes span{display:grid}.dsp-payout-rebate-modes b{font-size:11px}.dsp-payout-rebate-modes small{color:#71847b;font-size:8px}.dsp-payout-rebate-period[hidden]{display:none!important}.dsp-payout-rebate-period label{display:grid;gap:5px}.dsp-payout-rebate-period select{width:100%;min-height:40px;padding:0 10px;border:1px solid #cbded5;border-radius:6px;background:#fff;font:inherit;font-size:12px}.dsp-payout-rebate-summary{padding:9px 10px;border-radius:6px;background:#edf8f3;color:#08704f;font-size:10px;font-weight:600}.dsp-estimated-commission-card.is-paid{border-color:#9bd7b7!important;background:linear-gradient(135deg,#e5f8ed,#f7fdf9)!important;color:#15593f!important}.dsp-estimated-commission-card.is-paid span,.dsp-estimated-commission-card.is-paid strong{color:#08704f!important}.dsp-estimated-commission-card.is-paid small,.dsp-estimated-commission-card.is-paid p{color:#4f7565!important}
.dsp-sellout-manager-filters button[data-status="pending"]{border-color:#efd49f!important;background:#fff7e8!important;color:#985b0a!important}.dsp-sellout-manager-filters button[data-status="delivered"]{border-color:#c8dbf3!important;background:#edf4ff!important;color:#2f65a6!important}.dsp-sellout-manager-filters button[data-status="approved"]{border-color:#bce5ce!important;background:#e6f8ee!important;color:#08704f!important}.dsp-sellout-manager-filters button[data-status="paid"]{border-color:#a9ddc9!important;background:#dcf5eb!important;color:#046747!important}.dsp-sellout-manager-filters button[data-status="cancelled"]{border-color:#d9dfdc!important;background:#eef1f0!important;color:#687770!important}.dsp-sellout-manager-filters button[data-status=""]{border-color:#cbded5!important;background:#f5faf7!important;color:#315f4e!important}.dsp-sellout-manager-filters button.is-active{box-shadow:inset 0 0 0 1px currentColor!important}.dsp-sellout-manager-filters button[data-status="pending"] em{background:#f8e7c5;color:#985b0a}.dsp-sellout-manager-filters button[data-status="delivered"] em{background:#dbe8fa;color:#2f65a6}.dsp-sellout-manager-filters button[data-status="approved"] em{background:#d2f0df;color:#08704f}.dsp-sellout-manager-filters button[data-status="paid"] em{background:#c7ebdc;color:#046747}.dsp-sellout-manager-filters button[data-status="cancelled"] em{background:#dde3e0;color:#687770}
.dsp-promotion-manager header button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.dsp-promotion-workspace>.dsp-promotion-alert{grid-column:1/-1;padding:9px 11px;border-radius:7px;font-size:9px}.dsp-promotion-alert.is-success{border:1px solid #bde3ce;background:#eaf8f1;color:#08704f}.dsp-promotion-alert.is-error{border:1px solid #efc7c3;background:#fff0ee;color:#a23f37}.dsp-promotion-list article{grid-template-columns:72px minmax(0,1fr) auto!important}.dsp-promotion-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:5px;flex-wrap:wrap}.dsp-promotion-row-actions form{margin:0}.dsp-promotion-row-actions .dsp-promotion-line-button{border-color:#9bd2b7!important;background:#e9f8f0!important;color:#08704f!important}.dsp-promotion-row-actions form:last-child button{color:#a63b32!important;border-color:#efc8c4!important;background:#fff!important}@media(max-width:700px){.dsp-payout-rebate-modes{grid-template-columns:1fr}.dsp-promotion-list article{grid-template-columns:64px minmax(0,1fr)!important}.dsp-promotion-row-actions{grid-column:1/-1;justify-content:flex-end}}

/* v1.14.25: stable promotion close control across the layered Shop styles. */
.dsp-promotion-manager>section>header>button[data-dsp-promotion-close]{position:relative!important;z-index:3!important;display:grid!important;place-items:center!important;flex:0 0 34px!important;width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;margin:0!important;padding:0!important;border:1px solid #cfe0d8!important;border-radius:50%!important;background:#fff!important;color:#24483a!important;line-height:1!important;box-shadow:0 3px 10px rgba(14,63,46,.08)!important;appearance:none!important;-webkit-appearance:none!important}.dsp-promotion-manager>section>header>button[data-dsp-promotion-close]:hover{background:#edf8f3!important;color:#08704f!important}.dsp-promotion-manager>section>header>button[data-dsp-promotion-close] svg{display:block!important;width:17px!important;height:17px!important;margin:0!important;pointer-events:none!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important}
