/* Buyer account dashboard — shared styles */
body[data-layout="buyer-dashboard"] {
  background: radial-gradient(circle at top right, rgba(125, 211, 252, 0.25), transparent 50%),
              radial-gradient(circle at bottom left, rgba(200, 160, 240, 0.15), transparent 50%),
              #f1f5f9 !important;
}
body[data-layout="buyer-dashboard"] #view-area {
  padding: 0.5rem 0.625rem !important;
}
@media (min-width: 768px) {
  body[data-layout="buyer-dashboard"] #view-area { padding: 0.875rem 1rem !important; }
}

.buyer-view { max-width: 52rem; margin: 0 auto; width: 100%; }
.buyer-head {
  display: flex; align-items: flex-start; justify-content: space-between;
  gap: 0.5rem; margin-bottom: 0.5rem;
}
.buyer-head h2 {
  font-size: 1.125rem; font-weight: 800; letter-spacing: -0.02em; line-height: 1.2;
}
@media (min-width: 768px) {
  .buyer-head { gap: 0.75rem; margin-bottom: 0.625rem; }
  .buyer-head h2 { font-size: 1.25rem; }
}
.buyer-head p {
  font-size: 0.6875rem; color: #64748b; margin-top: 0.125rem; max-width: 28rem; line-height: 1.35;
}
@media (min-width: 768px) {
  .buyer-head p { font-size: 0.75rem; }
}

.buyer-invite-top {
  display: inline-flex; align-items: center; gap: 0.375rem;
  padding: 0.4rem 0.65rem !important; font-size: 0.8125rem !important;
  border-radius: 999px !important; white-space: nowrap;
}
@media (max-width: 767px) {
  .buyer-head .buyer-invite-top {
    padding: 0.4rem !important;
    min-width: 2.25rem;
    justify-content: center;
  }
  .buyer-head .buyer-invite-top .buyer-invite-label { display: none; }
}

.buyer-order-row {
  display: grid; grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.375rem 0.5rem; align-items: start;
  padding: 0.5rem 0.625rem; border-bottom: 1px solid rgba(2, 132, 199, 0.08);
}
@media (min-width: 768px) {
  .buyer-order-row {
    gap: 0.5rem 0.75rem;
    padding: 0.625rem 0.75rem;
  }
}
.buyer-order-row:last-child { border-bottom: 0; }
.buyer-order-row--clickable {
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.buyer-order-row--clickable:hover {
  background: rgba(37, 99, 235, 0.04);
}
.buyer-order-vendor { font-weight: 700; font-size: 0.8125rem; color: #0f172a; }
@media (min-width: 768px) { .buyer-order-vendor { font-size: 0.875rem; } }
.buyer-order-meta { font-size: 0.625rem; color: #64748b; margin-top: 0.0625rem; }
@media (min-width: 768px) { .buyer-order-meta { font-size: 0.6875rem; } }
.buyer-order-amount {
  font-weight: 800; font-size: 0.8125rem; text-align: right;
  font-variant-numeric: tabular-nums;
}
@media (min-width: 768px) { .buyer-order-amount { font-size: 0.875rem; } }
.buyer-order-actions {
  grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.125rem;
}
.buyer-order-link {
  display: inline-flex; align-items: center; gap: 0.25rem;
  font-size: 0.75rem; font-weight: 600; color: #0284c7; text-decoration: none;
}
.buyer-order-link .material-symbols-outlined { font-size: 1rem; }

.buyer-toolbar {
  display: flex; align-items: center; justify-content: space-between;
  gap: 0.375rem; margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .buyer-toolbar { gap: 0.5rem; margin-bottom: 0.625rem; }
}
.buyer-toolbar .orders-page-btn { flex: none; width: auto; min-width: 2.25rem; padding: 0.4rem 0.55rem !important; }
.buyer-seats-chip {
  display: inline-flex; align-items: center; gap: 0.375rem;
  padding: 0.25rem 0.5rem 0.25rem 0.375rem; border-radius: 999px;
  border: 1px solid rgba(2, 132, 199, 0.16);
  background: linear-gradient(135deg, rgba(255,255,255,0.92), rgba(240,247,255,0.88));
  box-shadow: 0 1px 2px rgba(2, 132, 199, 0.06);
  font-size: 0.6875rem; font-weight: 600; color: #0a4c6e;
  min-width: 0;
}
@media (min-width: 768px) {
  .buyer-seats-chip {
    gap: 0.5rem;
    padding: 0.35rem 0.65rem 0.35rem 0.45rem;
    font-size: 0.75rem;
  }
}
.buyer-seats-chip .material-symbols-outlined { font-size: 0.875rem; color: #0284c7; }
@media (min-width: 768px) {
  .buyer-seats-chip .material-symbols-outlined { font-size: 1rem; }
}
@media (max-width: 767px) {
  .buyer-seats-chip .team-seats-mini { display: none; }
}
.team-seats-mini {
  width: 3.5rem; height: 4px; border-radius: 999px;
  background: rgba(2, 132, 199, 0.12); overflow: hidden;
}
.team-seats-mini-fill {
  height: 100%; border-radius: 999px;
  background: linear-gradient(90deg, #0284c7, #0ea5e9);
}

#buyer-team-list .orders-table-head > :nth-child(3),
#buyer-team-list .orders-table-head > :nth-child(4) { text-align: right; }
#buyer-tbody .orders-row { cursor: default; }
#buyer-tbody .orders-row:nth-child(odd) { background: rgba(255, 255, 255, 0.96); }
#buyer-tbody .orders-row:nth-child(even) { background: rgba(240, 249, 255, 0.85); }
#buyer-tbody .orders-row:hover { background: rgba(125, 211, 252, 0.14) !important; }
#buyer-tbody .orders-row--last {
  border-bottom: none;
  border-radius: 0 0 0.75rem 0.75rem;
}

.buyer-member { display: flex; align-items: center; gap: 0.5rem; min-width: 0; }
@media (min-width: 768px) {
  .buyer-member { gap: 0.625rem; }
}
.buyer-avatar {
  width: 1.75rem; height: 1.75rem; border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.625rem; font-weight: 800; flex-shrink: 0;
  color: #0a4c6e;
  background: linear-gradient(145deg, rgba(125, 211, 252, 0.55), rgba(2, 132, 199, 0.18));
  border: 1px solid rgba(2, 132, 199, 0.14);
}
@media (min-width: 768px) {
  .buyer-avatar { width: 2rem; height: 2rem; font-size: 0.6875rem; }
}
.buyer-avatar--owner {
  color: #92400e;
  background: linear-gradient(145deg, rgba(253, 224, 71, 0.45), rgba(245, 158, 11, 0.2));
  border-color: rgba(245, 158, 11, 0.25);
}
.buyer-role-pill {
  display: inline-flex; padding: 0.15rem 0.4rem; border-radius: 999px;
  font-size: 0.625rem; font-weight: 700; border: 1px solid transparent; white-space: nowrap;
}
@media (min-width: 768px) {
  .buyer-role-pill { padding: 0.2rem 0.5rem; font-size: 0.6875rem; }
}
.buyer-role-pill--owner { background: rgba(245, 158, 11, 0.15); color: #92400e; border-color: rgba(245, 158, 11, 0.22); }
.buyer-role-pill--member { background: rgba(2, 132, 199, 0.1); color: #0a4c6e; border-color: rgba(2, 132, 199, 0.16); }
.buyer-status-pill {
  display: inline-flex; justify-content: center; min-width: 0;
  padding: 0.15rem 0.35rem; border-radius: 999px;
  font-size: 0.625rem; font-weight: 700; text-transform: capitalize;
}
@media (min-width: 768px) {
  .buyer-status-pill {
    min-width: 3.75rem;
    padding: 0.2rem 0.45rem;
    font-size: 0.6875rem;
  }
}
.buyer-status-pill.active { background: rgba(46, 125, 90, 0.16); color: #166534; }
.buyer-status-pill.invited { background: rgba(125, 211, 252, 0.35); color: #0a4c6e; }
.buyer-status-pill.disabled { background: rgba(148, 163, 184, 0.2); color: #475569; }
.buyer-cell-actions { display: flex; align-items: center; justify-content: flex-end; gap: 0.2rem; }
.buyer-cell-status { display: flex; justify-content: flex-end; align-items: center; }
.buyer-cell-role { display: flex; align-items: center; }
.buyer-icon-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 1.625rem; height: 1.625rem; padding: 0; border-radius: 0.45rem;
  border: 1px solid rgba(148, 163, 184, 0.35); background: #fff; color: #64748b; cursor: pointer;
}
.buyer-icon-btn .material-symbols-outlined { font-size: 1rem; }
@media (min-width: 768px) {
  .buyer-icon-btn { width: 1.75rem; height: 1.75rem; border-radius: 0.5rem; }
  .buyer-cell-actions { gap: 0.25rem; }
}
.buyer-icon-btn--danger { color: #dc2626; border-color: rgba(220, 38, 38, 0.25); }

body[data-layout="buyer-dashboard"] select.buyer-role-select {
  width: auto; max-width: 5.75rem; min-width: 5rem; height: 1.625rem; min-height: 1.625rem !important;
  padding: 0 1.125rem 0 0.5rem !important; font-size: 0.6875rem !important; font-weight: 700 !important;
  line-height: 1.625rem !important; border-radius: 999px !important;
  border: 1px solid rgba(2, 132, 199, 0.16) !important;
  background-color: rgba(2, 132, 199, 0.1) !important;
  color: #0a4c6e !important; appearance: none; -webkit-appearance: none; cursor: pointer;
}

.buyer-phone-wrap {
  display: flex; align-items: stretch; border-radius: 0.625rem; overflow: hidden;
  border: 1px solid rgba(2, 132, 199, 0.2); background: #fff;
}
.buyer-phone-prefix {
  display: flex; align-items: center; padding: 0 0.625rem;
  font-size: 0.875rem; font-weight: 700; color: #0a4c6e;
  background: rgba(2, 132, 199, 0.06); border-right: 1px solid rgba(2, 132, 199, 0.12);
}
.buyer-phone-cc {
  max-width: 8.5rem; min-width: 5.5rem; padding: 0 1.25rem 0 0.5rem; margin: 0;
  border: none; border-right: 1px solid rgba(2, 132, 199, 0.12); border-radius: 0;
  font-size: 0.75rem; font-weight: 700; color: #0a4c6e;
  background: rgba(2, 132, 199, 0.06); cursor: pointer;
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230a4c6e' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 0.35rem center;
}
.buyer-phone-cc:focus { outline: none; }
.buyer-phone-input {
  border: 0 !important; border-radius: 0 !important; box-shadow: none !important;
  flex: 1; min-width: 0; padding: 0.5rem 0.625rem !important;
  font-size: 0.9375rem !important; font-weight: 600 !important; letter-spacing: 0.04em;
}

@media (min-width: 768px) {
  #buyer-team-list .orders-table-head,
  #buyer-tbody .orders-row {
    grid-template-columns: minmax(0, 1.45fr) 6.25rem 5rem minmax(5.5rem, auto) !important;
  }
}
@media (max-width: 767px) {
  body[data-page="team"] .buyer-head p,
  body[data-page="orders"] .buyer-head p { display: none; }

  #buyer-tbody .orders-buyer-name {
    font-size: 0.8125rem;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #buyer-tbody .orders-buyer-phone {
    font-size: 0.625rem;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #buyer-tbody .buyer-login-hint { display: none; }

  #buyer-team-list .orders-table-head { display: none; }
  #buyer-tbody .orders-row {
    grid-template-columns: minmax(0, 1fr) auto auto auto !important;
    grid-template-rows: auto !important;
    gap: 0.25rem 0.35rem !important;
    padding: 0.45rem 0.5rem !important;
    align-items: center !important;
  }
  #buyer-tbody .buyer-cell-member { grid-column: 1; grid-row: 1; min-width: 0; }
  #buyer-tbody .buyer-cell-role {
    grid-column: 2; grid-row: 1;
    justify-content: flex-end;
    padding: 0; margin: 0; border: 0;
  }
  #buyer-tbody .buyer-cell-role::before { content: none; }
  #buyer-tbody .buyer-cell-status { grid-column: 3; grid-row: 1; }
  #buyer-tbody .buyer-cell-actions { grid-column: 4; grid-row: 1; }

  #buyer-orders-list .px-4.py-8 { padding: 1.5rem 0.75rem !important; font-size: 0.8125rem !important; }
}

/* Buyer My Catalogs cards */
.buyer-view--wide { max-width: 64rem; }
.buyer-catalog-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
@media (min-width: 560px) {
  .buyer-catalog-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.875rem;
  }
}
@media (min-width: 960px) {
  .buyer-catalog-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}
.buyer-catalogs-loading,
.buyer-catalogs-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 2.5rem 1rem;
  color: #64748b;
  font-size: 0.875rem;
}
.buyer-catalogs-empty__icon {
  font-size: 2.5rem;
  color: #94a3b8;
  margin-bottom: 0.5rem;
}
.buyer-catalogs-empty h3 {
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 0.35rem;
}
.buyer-catalogs-empty p {
  max-width: 22rem;
  margin: 0 auto;
  line-height: 1.45;
  font-size: 0.8125rem;
}
.buyer-cat-card {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(125, 211, 252, 0.28);
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}
.buyer-cat-card:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--buyer-cat-accent, #0a4c6e) 35%, rgba(125, 211, 252, 0.4));
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1);
}
.buyer-cat-card__cover {
  aspect-ratio: 16 / 10;
  background: linear-gradient(145deg, rgba(240, 249, 255, 0.95), rgba(224, 242, 254, 0.7));
  overflow: hidden;
}
.buyer-cat-card__cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.buyer-cat-card__cover-ph {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--buyer-cat-accent, #0a4c6e);
  background:
    radial-gradient(circle at 30% 20%, color-mix(in srgb, var(--buyer-cat-accent, #0a4c6e) 18%, transparent), transparent 55%),
    linear-gradient(145deg, #f0f9ff, #e0f2fe);
}
.buyer-cat-card__cover-ph .material-symbols-outlined { font-size: 2.5rem; }
.buyer-cat-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 0.75rem 0.85rem 0.85rem;
  flex: 1;
}
.buyer-cat-card__vendor {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 0;
}
.buyer-cat-card__logo,
.buyer-cat-card__logo-ph {
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  flex-shrink: 0;
  object-fit: cover;
}
.buyer-cat-card__logo-ph {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--buyer-cat-accent, #0a4c6e) 12%, white);
  color: var(--buyer-cat-accent, #0a4c6e);
}
.buyer-cat-card__logo-ph .material-symbols-outlined { font-size: 1.1rem; }
.buyer-cat-card__vendor-name {
  font-size: 0.75rem;
  font-weight: 700;
  color: #334155;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.buyer-cat-card__meta {
  font-size: 0.625rem;
  color: #94a3b8;
  font-weight: 600;
}
.buyer-cat-card__title {
  font-size: 0.95rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.buyer-cat-card__note {
  font-size: 0.6875rem;
  color: #64748b;
  line-height: 1.35;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.buyer-cat-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 0.35rem;
}
.buyer-cat-badge {
  font-size: 0.625rem;
  font-weight: 700;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.15);
  color: #64748b;
  white-space: nowrap;
}
.buyer-cat-badge--open,
.buyer-cat-badge--ok {
  background: rgba(16, 185, 129, 0.12);
  color: #047857;
}
.buyer-cat-badge--pending {
  background: rgba(245, 158, 11, 0.14);
  color: #b45309;
}
.buyer-cat-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--buyer-cat-accent, #0a4c6e);
  white-space: nowrap;
}
.buyer-cat-card__cta .material-symbols-outlined { font-size: 0.95rem; }

/* Buyer order edit — qty stepper + add products */
.buyer-qty-step {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  border-radius: 0.5rem;
  background: rgba(240, 249, 255, 0.9);
  border: 1px solid rgba(125, 211, 252, 0.4);
  padding: 0.1rem;
}
.buyer-qty-step__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border: none;
  border-radius: 0.4rem;
  background: white;
  color: var(--primary, #0a4c6e);
  cursor: pointer;
  padding: 0;
}
.buyer-qty-step__btn:hover { background: rgba(125, 211, 252, 0.25); }
.buyer-qty-step__btn .material-symbols-outlined { font-size: 1rem; }
.buyer-qty-step__input {
  width: 3rem;
  border: none;
  background: transparent;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: #0f172a;
  padding: 0;
  -moz-appearance: textfield;
}
.buyer-qty-step__input::-webkit-outer-spin-button,
.buyer-qty-step__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.od-field--stepper {
  gap: 0.4rem;
  padding-right: 0.35rem;
}
.buyer-staged-tag {
  display: inline-block;
  font-size: 0.5625rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #047857;
  background: rgba(16, 185, 129, 0.12);
  padding: 0.1rem 0.35rem;
  border-radius: 999px;
  margin-left: 0.25rem;
  vertical-align: middle;
}
.buyer-add-products {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px dashed rgba(125, 211, 252, 0.35);
}
.buyer-add-products__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid rgba(125, 211, 252, 0.45);
  background: rgba(240, 249, 255, 0.85);
  color: var(--primary, #0a4c6e);
  font-size: 0.8125rem;
  font-weight: 700;
  padding: 0.45rem 0.75rem;
  border-radius: 0.625rem;
  cursor: pointer;
  font-family: inherit;
}
.buyer-add-products__toggle:hover { background: rgba(125, 211, 252, 0.2); }
.buyer-add-products__toggle .material-symbols-outlined { font-size: 1.1rem; }
.buyer-add-products__panel {
  margin-top: 0.65rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.buyer-add-products__search {
  font-size: 0.8125rem !important;
  padding: 0.45rem 0.65rem !important;
}
.buyer-add-products__list {
  max-height: 14rem;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding-right: 0.15rem;
}
.buyer-add-products__hint {
  font-size: 0.75rem;
  color: #64748b;
  text-align: center;
  padding: 0.75rem 0.5rem;
  margin: 0;
}
.buyer-add-products__row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
  text-align: left;
  border: 1px solid rgba(125, 211, 252, 0.25);
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0.625rem;
  padding: 0.4rem 0.5rem;
  cursor: pointer;
  font-family: inherit;
  color: #0f172a;
}
.buyer-add-products__row:hover:not(:disabled) {
  border-color: rgba(10, 76, 110, 0.35);
  background: rgba(240, 249, 255, 0.95);
}
.buyer-add-products__row:disabled,
.buyer-add-products__row.is-added {
  opacity: 0.55;
  cursor: default;
}
.buyer-add-products__row .material-symbols-outlined {
  font-size: 1.15rem;
  color: var(--primary, #0a4c6e);
  flex-shrink: 0;
}
.buyer-add-products__thumb {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.4rem;
  overflow: hidden;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #94a3b8;
}
.buyer-add-products__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.buyer-add-products__thumb .material-symbols-outlined { font-size: 1.1rem; }
.buyer-add-products__meta {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}
.buyer-add-products__title {
  font-size: 0.8125rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.buyer-add-products__price {
  font-size: 0.6875rem;
  color: #64748b;
  font-weight: 600;
}

.buyer-return-modal {
  width: min(100%, 28rem);
  max-height: min(90vh, 40rem);
}
.buyer-return-modal__body {
  max-height: min(70vh, 32rem);
}
.buyer-return-modal__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.875rem;
  padding-top: 0.25rem;
}
.buyer-return-modal__actions .btn-ghost,
.buyer-return-modal__actions .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.625rem 1.25rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  font-family: inherit;
}
.buyer-return-modal__actions .btn-primary {
  background: var(--primary, #0a4c6e);
  color: #fff;
  border: 1px solid var(--primary, #0a4c6e);
  background-image: none;
}
.buyer-return-modal__actions .btn-primary:hover {
  opacity: 0.92;
  transform: none;
  filter: none;
}
.buyer-return-modal__actions .btn-ghost {
  background: rgba(255, 255, 255, 0.95);
  color: var(--text-muted, #64748b);
  border: 1px solid rgba(193, 199, 206, 0.9);
}
.buyer-return-modal__actions .btn-ghost:hover {
  color: var(--text, #0f172a);
  border-color: rgba(148, 163, 184, 0.95);
  background: rgba(248, 250, 252, 0.98);
}
