/* —— E-posta doğrulama uyarısı —— */
.hesabim-email-verify {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #fcd34d;
  background: linear-gradient(135deg, #fffbeb 0%, #fff7ed 100%);
  color: #78350f;
}

.hesabim-email-verify__title {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  color: #92400e;
}

.hesabim-email-verify__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.hesabim-email-verify__btn {
  justify-self: start;
  padding: 8px 14px;
  border: 0;
  border-radius: 8px;
  background: #006d77;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.hesabim-email-verify__btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.hesabim-email-verify__message {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
}

.hesabim-email-verify__message.is-success {
  color: #047857;
}

.hesabim-email-verify__message.is-error {
  color: #b91c1c;
}

.hesabim-email-verify__link {
  padding: 10px 12px;
  border-radius: 8px;
  background: #fff;
  border: 1px dashed #d97706;
  font-size: 12px;
  line-height: 1.45;
  word-break: break-all;
}

.hesabim-email-verify__link a {
  color: #006d77;
  font-weight: 600;
}

/* —— Hesabım hero —— */
.hesabim-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  padding: 14px 20px;
  border-radius: 14px;
  background: linear-gradient(135deg, #006d77 0%, #008891 48%, #00a3ad 100%);
  color: #fff;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 109, 119, 0.2);
}

.hesabim-hero__content {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 1;
}

.hesabim-hero__title {
  margin: 0;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
  flex-shrink: 0;
}

.hesabim-hero__sep {
  flex-shrink: 0;
  opacity: 0.65;
  font-size: 1.1em;
  line-height: 1;
}

.hesabim-hero__lead {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  opacity: 0.9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.hesabim-hero__badge {
  flex-shrink: 0;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

/* —— Dashboard layout —— */
.hesabim-dashboard {
  display: grid;
  gap: 20px;
}

.hesabim-dashboard__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 20px;
  align-items: start;
}

.hesabim-panel {
  padding: 22px 22px 24px;
  border: 1px solid rgba(0, 109, 119, 0.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

.hesabim-panel__head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eef4f5;
}

.hesabim-panel__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #eef8f9;
  font-size: 18px;
  flex-shrink: 0;
}

.hesabim-panel__title {
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
}

.hesabim-panel__subtitle {
  margin: 0;
  font-size: 13px;
  color: #64748b;
  line-height: 1.45;
}

/* —— Wallet strip —— */
.hesabim-wallet {
  border-radius: 18px;
  background: linear-gradient(135deg, #f0fbfc 0%, #ffffff 100%);
  border: 1px solid rgba(0, 109, 119, 0.14);
  box-shadow: 0 8px 24px rgba(0, 109, 119, 0.08);
}

.hesabim-wallet__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
}

.hesabim-wallet__label {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #006d77;
}

.hesabim-wallet__amount {
  margin: 0 0 6px;
  font-size: 1.85rem;
  font-weight: 700;
  color: #004f57;
  line-height: 1.1;
}

.hesabim-wallet__hint {
  margin: 0;
  font-size: 13px;
  color: #64748b;
  line-height: 1.45;
}

.hesabim-wallet__action {
  flex-shrink: 0;
  padding: 10px 18px;
  border: 1px solid rgba(0, 109, 119, 0.22);
  border-radius: 10px;
  background: #fff;
  color: #006d77;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.hesabim-wallet__action:hover {
  background: #f3fbfb;
  border-color: rgba(0, 109, 119, 0.35);
  transform: translateY(-1px);
}

/* —— Favorites card —— */
.hesabim-favorites {
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  padding: 20px 22px 24px;
}

.hesabim-stocknotify {
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  padding: 20px 22px 22px;
  margin-bottom: 18px;
}

.hesabim-subs {
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  padding: 20px 22px 22px;
  margin-bottom: 18px;
}

.hesabim-subs__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.hesabim-subs__icon {
  font-size: 22px;
}

.hesabim-subs__title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.hesabim-subs__subtitle {
  margin: 2px 0 0;
  font-size: 12px;
  color: #64748b;
}

.hesabim-subs__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hesabim-subs__item {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.hesabim-subs__main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.hesabim-subs__name {
  flex: 1;
  min-width: 160px;
  text-align: left;
  border: none;
  background: none;
  padding: 0;
  font: inherit;
  font-weight: 700;
  color: #0f172a;
  cursor: pointer;
}

.hesabim-subs__name:hover {
  color: #006d77;
  text-decoration: underline;
}

.hesabim-subs__badges {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.hesabim-subs__badge {
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 999px;
  background: #e2e8f0;
  color: #475569;
}

.hesabim-subs__badge.is-active {
  background: #dcfce7;
  color: #15803d;
}

.hesabim-subs__badge.is-paused {
  background: #fef3c7;
  color: #b45309;
}

.hesabim-subs__badge.is-warn {
  background: #fee2e2;
  color: #b91c1c;
}

.hesabim-subs__interval-badge {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(0, 109, 119, 0.1);
  color: #006d77;
}

.hesabim-subs__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  font-size: 12px;
  color: #64748b;
}

.hesabim-subs__price {
  font-weight: 600;
  color: #0f172a;
}

.hesabim-subs__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px;
}

.hesabim-subs__field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  color: #5f6f71;
}

.hesabim-subs__qty {
  width: 70px;
  padding: 7px 8px;
  border: 1px solid #d5e2e3;
  border-radius: 9px;
  font: inherit;
}

.hesabim-subs__select {
  padding: 7px 10px;
  border: 1px solid #d5e2e3;
  border-radius: 9px;
  font: inherit;
  background: #fff;
}

.hesabim-subs__btn {
  padding: 8px 14px;
  border-radius: 9px;
  border: 1px solid #006d77;
  background: #006d77;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.hesabim-subs__btn:hover:not(:disabled) {
  background: #005a63;
}

.hesabim-subs__btn:disabled {
  opacity: 0.6;
  cursor: default;
}

.hesabim-subs__btn--ghost {
  background: #fff;
  color: #006d77;
}

.hesabim-subs__btn--ghost:hover:not(:disabled) {
  background: rgba(0, 109, 119, 0.08);
}

.hesabim-subs__btn--danger {
  background: #fff;
  color: #b91c1c;
  border-color: #f3c0c0;
}

.hesabim-subs__btn--danger:hover:not(:disabled) {
  background: #fef2f2;
}

.hesabim-rfq {
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  padding: 20px 22px 22px;
  margin-bottom: 18px;
}

.hesabim-rfq__head-card {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.hesabim-rfq__icon {
  font-size: 22px;
}

.hesabim-rfq__title {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
}

.hesabim-rfq__subtitle {
  margin: 2px 0 0;
  font-size: 13px;
  color: #64748b;
}

.hesabim-rfq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hesabim-rfq__item {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  padding: 14px;
}

.hesabim-rfq__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.hesabim-rfq__id {
  font-weight: 700;
  color: #0f172a;
  font-size: 13px;
}

.hesabim-rfq__status {
  font-size: 12px;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 20px;
  background: #f1f5f9;
  color: #475569;
}

.hesabim-rfq__status.is-quoted {
  background: #dbeafe;
  color: #1d4ed8;
}

.hesabim-rfq__status.is-accepted {
  background: #dcfce7;
  color: #166534;
}

.hesabim-rfq__status.is-rejected {
  background: #fee2e2;
  color: #b91c1c;
}

.hesabim-rfq__items {
  margin: 0 0 6px;
  font-size: 13px;
  color: #334155;
}

.hesabim-rfq__note {
  margin: 0 0 6px;
  font-size: 12px;
  color: #64748b;
}

.hesabim-rfq__quote {
  margin-top: 8px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #eff6ff;
  font-size: 14px;
  color: #1e3a8a;
}

.hesabim-rfq__quote-note {
  margin: 6px 0 0;
  font-size: 12px;
  font-weight: 400;
  color: #1e40af;
}

.hesabim-rfq__actions {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.hesabim-rfq__accept,
.hesabim-rfq__reject {
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.hesabim-rfq__accept {
  background: #006d77;
  color: #fff;
}

.hesabim-rfq__accept:hover {
  background: #005a62;
}

.hesabim-rfq__reject {
  background: #fff;
  color: #b91c1c;
  border: 1px solid #fecaca;
}

.hesabim-rfq__reject:hover {
  background: #fef2f2;
}

.hesabim-msg {
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  padding: 20px 22px 22px;
  margin-bottom: 18px;
}

.hesabim-msg__head-card {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.hesabim-msg__icon {
  font-size: 22px;
}

.hesabim-msg__title {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
}

.hesabim-msg__subtitle {
  margin: 2px 0 0;
  font-size: 13px;
  color: #64748b;
}

.hesabim-msg__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hesabim-msg__thread {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  padding: 14px;
}

.hesabim-msg__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.hesabim-msg__product {
  border: none;
  background: none;
  font: inherit;
  font-weight: 700;
  color: #006d77;
  cursor: pointer;
  padding: 0;
}

.hesabim-msg__product:hover {
  text-decoration: underline;
}

.hesabim-msg__id {
  font-size: 12px;
  color: #94a3b8;
}

.hesabim-msg__messages {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 10px;
}

.hesabim-msg__bubble {
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.45;
  max-width: 85%;
}

.hesabim-msg__bubble--customer {
  align-self: flex-end;
  background: #e0f2fe;
  color: #075985;
}

.hesabim-msg__bubble--seller,
.hesabim-msg__bubble--admin {
  align-self: flex-start;
  background: #f1f5f9;
  color: #334155;
}

.hesabim-msg__from {
  display: block;
  font-size: 11px;
  font-weight: 700;
  opacity: 0.7;
  margin-bottom: 2px;
}

.hesabim-msg__reply {
  display: flex;
  gap: 8px;
}

.hesabim-msg__input {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font-size: 13px;
}

.hesabim-msg__send {
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
  background: #006d77;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.hesabim-msg__send:hover {
  background: #005a62;
}

.hesabim-stocknotify__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.hesabim-stocknotify__icon {
  font-size: 22px;
}

.hesabim-stocknotify__title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.hesabim-stocknotify__subtitle {
  margin: 2px 0 0;
  font-size: 12px;
  color: #64748b;
}

.hesabim-stocknotify__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hesabim-stocknotify__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.hesabim-stocknotify__name {
  flex: 1;
  text-align: left;
  border: none;
  background: none;
  padding: 0;
  font: inherit;
  font-weight: 600;
  color: #0f172a;
  cursor: pointer;
}

.hesabim-stocknotify__name:hover {
  color: #006d77;
  text-decoration: underline;
}

.hesabim-stocknotify__badge {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 999px;
  background: #e2e8f0;
  color: #475569;
}

.hesabim-stocknotify__badge.is-ready {
  background: #dcfce7;
  color: #15803d;
}

.hesabim-stocknotify__remove {
  border: none;
  background: none;
  color: #dc2626;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  padding: 4px 6px;
}

.hesabim-stocknotify__remove:hover {
  text-decoration: underline;
}

.hesabim-stocknotify__remove:disabled {
  opacity: 0.5;
  cursor: default;
}

/* Satıcı paneli */
.hesabim-seller-panel {
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  padding: 20px 22px 24px;
  margin-bottom: 18px;
}

.hesabim-seller-panel__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.hesabim-seller-panel__icon {
  font-size: 22px;
  line-height: 1;
}

.hesabim-seller-panel__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
}

.hesabim-seller-panel__subtitle {
  margin: 2px 0 0;
  font-size: 13px;
  color: #64748b;
}

.hesabim-seller-panel__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.hesabim-seller-stat {
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.06);
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hesabim-seller-stat__value {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
}

.hesabim-seller-stat.is-good .hesabim-seller-stat__value {
  color: #059669;
}

.hesabim-seller-stat__label {
  font-size: 12px;
  color: #64748b;
}

.hesabim-seller-panel__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

@media (max-width: 720px) {
  .hesabim-seller-panel__cols {
    grid-template-columns: 1fr;
  }
}

.hesabim-seller-panel__col-title {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: #334155;
}

.hesabim-seller-panel__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 320px;
  overflow-y: auto;
}

.hesabim-seller-panel__empty {
  margin: 0;
  font-size: 13px;
  color: #94a3b8;
  padding: 8px 0;
}

.hesabim-seller-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.05);
}

.hesabim-seller-row__main {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.hesabim-seller-row__title {
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hesabim-seller-row__sub {
  font-size: 11px;
  color: #64748b;
}

.hesabim-seller-row__side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  flex-shrink: 0;
}

.hesabim-seller-row__side strong {
  font-size: 13px;
  color: #0f172a;
}

.hesabim-seller-row__stock {
  font-size: 11px;
  color: #475569;
}

.hesabim-seller-row__stock.is-out {
  color: #dc2626;
}

.hesabim-seller-row__flag {
  font-size: 10px;
  color: #b45309;
  background: #fef3c7;
  border-radius: 6px;
  padding: 1px 6px;
}

.hesabim-seller-row__status {
  font-size: 10px;
  border-radius: 6px;
  padding: 1px 7px;
  font-weight: 600;
}

.hesabim-seller-row__status.is-good,
.hesabim-seller-row__status.is-delivered,
.hesabim-seller-row__status.is-confirmed,
.hesabim-seller-row__status.is-shipped {
  color: #047857;
  background: #d1fae5;
}

.hesabim-seller-row__status.is-wait,
.hesabim-seller-row__status.is-pending {
  color: #b45309;
  background: #fef3c7;
}

.hesabim-seller-row__status.is-cancelled {
  color: #b91c1c;
  background: #fee2e2;
}

.hesabim-favorites__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.hesabim-favorites__icon {
  font-size: 22px;
  color: #e0456a;
  line-height: 1;
}

.hesabim-favorites__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
}

.hesabim-favorites__subtitle {
  margin: 2px 0 0;
  font-size: 13px;
  color: #64748b;
}

.hesabim-favorites__count {
  margin-left: auto;
  font-size: 13px;
  font-weight: 600;
  color: #006d77;
  background: #f0fbfc;
  border: 1px solid rgba(0, 109, 119, 0.16);
  border-radius: 999px;
  padding: 4px 12px;
}

.hesabim-favorites__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 14px;
}

.hesabim-favorites__empty {
  margin: 8px 0 0;
  font-size: 14px;
  color: #64748b;
  line-height: 1.5;
}

/* —— Seller (direct sales) card —— */
.hesabim-seller {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 22px 24px;
  border-radius: 18px;
  background: linear-gradient(135deg, #006d77 0%, #0a8f9c 100%);
  border: 1px solid rgba(0, 79, 87, 0.3);
  box-shadow: 0 10px 28px rgba(0, 109, 119, 0.22);
  color: #fff;
}

.hesabim-seller__body {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 240px;
  flex: 1 1 280px;
}

.hesabim-seller__icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.16);
}

.hesabim-seller__title {
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: 700;
}

.hesabim-seller__hint {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}

.hesabim-seller__action {
  flex-shrink: 0;
  padding: 12px 22px;
  border: 0;
  border-radius: 10px;
  background: #fff;
  color: #006d77;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.hesabim-seller__action:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

/* —— Profile form —— */
.hesabim-panel--profile {
  padding: 18px 18px 20px;
}

.hesabim-panel--profile .hesabim-panel__head {
  gap: 12px;
  margin-bottom: 14px;
  padding-bottom: 12px;
}

.hesabim-panel--profile .hesabim-panel__icon {
  width: 38px;
  height: 38px;
  font-size: 16px;
}

.hesabim-panel--profile .hesabim-panel__title {
  margin-bottom: 2px;
  font-size: 17px;
}

.hesabim-panel--profile .hesabim-panel__subtitle {
  font-size: 12px;
  line-height: 1.35;
}

.hesabim-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 12px;
}

.hesabim-form__field {
  display: grid;
  gap: 4px;
}

.hesabim-form__field--full {
  grid-column: 1 / -1;
}

.hesabim-form__field > span {
  font-size: 12px;
  font-weight: 600;
  color: #334155;
  line-height: 1.3;
}

.hesabim-form__input {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #dbe5e7;
  border-radius: 9px;
  background: #fff;
  font-size: 14px;
  line-height: 1.35;
  color: #0f172a;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.hesabim-form__input:focus {
  outline: none;
  border-color: rgba(0, 109, 119, 0.45);
  box-shadow: 0 0 0 3px rgba(0, 109, 119, 0.12);
}

.hesabim-form__input--readonly {
  background: #f8fafb;
  color: #64748b;
  cursor: default;
}

.hesabim-form__textarea {
  resize: vertical;
  min-height: 88px;
  line-height: 1.45;
}

.hesabim-profile-address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  padding: 12px;
  border: 1px solid rgba(0, 109, 119, 0.16);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(0, 109, 119, 0.07), rgba(255, 255, 255, 0) 60%),
    #fff;
}

.hesabim-profile-address__main {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.hesabim-profile-address__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(0, 109, 119, 0.1);
  color: #006d77;
  font-size: 18px;
  font-weight: 700;
}

.hesabim-profile-address__label {
  margin: 0 0 2px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #006d77;
}

.hesabim-profile-address__summary {
  margin: 0;
  color: #475569;
  font-size: 12.5px;
  line-height: 1.35;
}

.hesabim-profile-address__btn {
  flex-shrink: 0;
  border: 1px solid rgba(0, 109, 119, 0.22);
  border-radius: 9px;
  background: #fff;
  color: #006d77;
  padding: 7px 11px;
  font-size: 12.5px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}

.hesabim-profile-address__btn:hover {
  background: rgba(0, 109, 119, 0.08);
  transform: translateY(-1px);
}

.hesabim-corp-adres {
  margin: 10px 0 4px;
  padding: 10px 12px;
  border: 1px solid rgba(0, 109, 119, 0.16);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(0, 109, 119, 0.05) 0%, #fff 100%);
}

.hesabim-corp-adres__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 6px;
}

.hesabim-corp-adres__title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #006d77;
}

.hesabim-corp-adres__tools {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.hesabim-corp-adres__status {
  margin: 0;
  font-size: 10px;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}

.hesabim-corp-adres__status:empty,
.hesabim-corp-adres__status[hidden] {
  display: none;
}

.hesabim-corp-adres__retry {
  border: none;
  background: rgba(0, 109, 119, 0.1);
  color: #006d77;
  padding: 3px 8px;
  font-size: 10.5px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
}

.hesabim-corp-adres__current {
  margin: 0 0 8px;
  padding: 6px 8px;
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.04);
  font-size: 11.5px;
  line-height: 1.35;
  color: #64748b;
}

.hesabim-corp-adres__current[hidden] {
  display: none;
}

.hesabim-corp-adres__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 10px;
}

.hesabim-corp-adres__grid .hesabim-form__field select {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #dbe5e7;
  border-radius: 9px;
  background: #fff;
  font-size: 13px;
}

.hesabim-corp-adres [data-adres-inner-wrap][hidden] {
  display: none;
}

.hesabim-form__corp {
  margin: 16px 0 0;
  padding: 14px 16px 6px;
  border: 1px solid rgba(0, 109, 119, 0.18);
  border-radius: 12px;
  background: rgba(0, 109, 119, 0.03);
}

.hesabim-form__corp-title {
  padding: 0 6px;
  font-size: 13px;
  font-weight: 700;
  color: #006d77;
}

.hesabim-form__corp-status {
  margin: 0 0 12px;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  background: #fffbeb;
  color: #a16207;
}

.hesabim-form__corp-status.is-approved,
.hesabim-form__corp-status.is-verified {
  background: #ecfdf5;
  color: #047857;
}

.hesabim-form__corp-status.is-rejected {
  background: #fef2f2;
  color: #b91c1c;
}

.hesabim-form__corp-sub {
  margin: 14px 6px 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #64748b;
}

.hesabim-form__bank {
  margin: 16px 0 0;
  padding: 14px 16px 4px;
  border: 1px dashed rgba(0, 109, 119, 0.3);
  border-radius: 12px;
  background: rgba(0, 109, 119, 0.04);
}

.hesabim-form__bank-title {
  padding: 0 6px;
  font-size: 13px;
  font-weight: 700;
  color: #006d77;
}

.hesabim-form__bank-hint {
  margin: 0 0 12px;
  font-size: 12px;
  line-height: 1.45;
  color: #64748b;
}

.hesabim-form__message {
  margin: 8px 0 0;
  min-height: 1.2em;
  font-size: 13px;
  color: #b91c1c;
}

.hesabim-form__actions {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}

.hesabim-form__submit {
  padding: 9px 18px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, #006d77, #008891);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(0, 109, 119, 0.24);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.hesabim-form__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(0, 109, 119, 0.28);
}

/* —— Orders —— */
.hesabim-orders {
  display: grid;
  gap: 12px;
}

.hesabim-order {
  padding: 16px 16px 14px;
  border: 1px solid #e8eef0;
  border-radius: 14px;
  background: linear-gradient(180deg, #fbfdfd 0%, #ffffff 100%);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.hesabim-order:hover {
  border-color: rgba(0, 109, 119, 0.18);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
}

.hesabim-order__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.hesabim-order__id {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

.hesabim-order__date {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: #64748b;
}

.hesabim-order__status {
  flex-shrink: 0;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hesabim-order__status--pending {
  background: #fff7ed;
  color: #c2410c;
}

.hesabim-order__status--confirmed {
  background: #ecfdf5;
  color: #047857;
}

.hesabim-order__status--shipped {
  background: #eff6ff;
  color: #1d4ed8;
}

.hesabim-order__status--delivered {
  background: #f0fdf4;
  color: #15803d;
}

.hesabim-order__status--cancelled {
  background: #fef2f2;
  color: #b91c1c;
}

.hesabim-order__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.hesabim-order__meta > div {
  padding: 10px 12px;
  border-radius: 10px;
  background: #f8fafb;
}

.hesabim-order__meta span {
  display: block;
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #94a3b8;
}

.hesabim-order__meta strong {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

.hesabim-order__track {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.hesabim-order__track-btn {
  border: none;
  background: #f0f9fa;
  color: #006d77;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 10px;
  cursor: pointer;
}

.hesabim-order__track-btn:hover {
  background: #e6f4f5;
}

.hesabim-order__track-btn--secondary {
  margin-top: 8px;
  background: #f8fafc;
  color: #334155;
}

.hesabim-order__track-btn--secondary:hover {
  background: #f1f5f9;
}

.hesabim-order__rma-panel {
  margin-top: 8px;
  padding: 12px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.07);
}

.hesabim-order__rma-reason {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(15, 23, 42, 0.15);
  padding: 8px 10px;
  font: inherit;
  resize: vertical;
  box-sizing: border-box;
}

.hesabim-order__rma-actions {
  margin-top: 8px;
}

.hesabim-order__rma-msg {
  margin: 8px 0 0;
  font-size: 12px;
  color: #059669;
}

.hesabim-order__rma-msg.is-error {
  color: #dc2626;
}

.hesabim-order__rma-status {
  margin-top: 8px;
  font-size: 13px;
  color: #334155;
}

.hesabim-order__rma-note {
  color: #64748b;
  font-size: 12px;
}

.hesabim-order__compliance-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hesabim-order__compliance-item {
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  padding: 10px 12px;
}

.hesabim-order__compliance-name {
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
  color: #0f172a;
}

.hesabim-order__compliance-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 12px;
  margin: 0;
}

.hesabim-order__compliance-meta dt {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #94a3b8;
}

.hesabim-order__compliance-meta dd {
  margin: 0;
  font-size: 12px;
  color: #334155;
  word-break: break-word;
}

.hesabim-order__compliance-ref {
  color: #64748b;
  font-size: 11px;
}

.hesabim-order__compliance-invoice {
  margin: 0 0 10px;
  font-size: 12px;
  color: #475569;
}

.hesabim-order__track-panel {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.hesabim-order__track-head {
  margin-bottom: 10px;
}

.hesabim-order__track-status {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #006d77;
  background: #e6f7f8;
  border-radius: 8px;
  padding: 4px 10px;
}

.hesabim-order__track-no {
  margin: 8px 0 0;
  font-size: 13px;
  color: #475569;
}

.hesabim-order__track-link {
  color: #0d9488;
  font-weight: 600;
  text-decoration: none;
}

.hesabim-order__track-link:hover {
  text-decoration: underline;
}

.hesabim-order__track-loading,
.hesabim-order__track-empty {
  margin: 0;
  font-size: 13px;
  color: #64748b;
}

.hesabim-order__timeline {
  list-style: none;
  margin: 0;
  padding: 0 0 0 6px;
}

.hesabim-order__timeline-item {
  position: relative;
  display: flex;
  gap: 12px;
  padding: 0 0 16px 18px;
  border-left: 2px solid #dbe4e6;
}

.hesabim-order__timeline-item:last-child {
  padding-bottom: 0;
  border-left-color: transparent;
}

.hesabim-order__timeline-dot {
  position: absolute;
  left: -7px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #cbd5e1;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #dbe4e6;
}

.hesabim-order__timeline-item.is-done .hesabim-order__timeline-dot {
  background: #94a3b8;
}

.hesabim-order__timeline-item.is-active .hesabim-order__timeline-dot {
  background: #006d77;
  box-shadow: 0 0 0 3px rgba(0, 109, 119, 0.15);
}

.hesabim-order__timeline-item.is-active {
  border-left-color: #006d77;
}

.hesabim-order__timeline-label {
  display: block;
  font-size: 14px;
  color: #0f172a;
  margin-bottom: 2px;
}

.hesabim-order__timeline-desc {
  margin: 0 0 4px;
  font-size: 13px;
  color: #475569;
  line-height: 1.45;
}

.hesabim-order__timeline-meta {
  margin: 0;
  font-size: 11px;
  color: #94a3b8;
}

.hesabim-orders__empty {
  padding: 28px 20px;
  border: 1px dashed #d7e2e5;
  border-radius: 14px;
  text-align: center;
  color: #64748b;
  font-size: 14px;
  line-height: 1.5;
  background: #fafcfd;
}

.hesabim-orders__empty-icon {
  display: block;
  margin-bottom: 8px;
  font-size: 28px;
}

/* —— Login (guest) —— */
.med-account-login {
  display: flex;
  justify-content: center;
  padding: 8px 0 24px;
}

.med-account-login__card {
  width: 100%;
  max-width: 420px;
  padding: 28px 24px;
  border: 1px solid var(--med-line);
  border-radius: 18px;
  background: var(--med-panel);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

.med-account-login__card h2 {
  margin: 0 0 8px;
  color: var(--ty-orange-dark);
  font-size: 22px;
}

.med-account-login__lead {
  margin: 0 0 20px;
  color: var(--ty-muted);
  font-size: 14px;
}

.med-account-login__form {
  display: grid;
  gap: 14px;
}

.med-account-login__form label {
  display: grid;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
}

.med-account-login__form input,
.med-account-login__form textarea {
  padding: 10px 14px;
  border: 1px solid var(--ty-line);
  border-radius: 10px;
  font-size: 14px;
}

.med-account-login__message {
  margin: 0;
  color: var(--med-danger);
  font-size: 14px;
  min-height: 1.2em;
}

.med-account-login__switch {
  margin: 16px 0 0;
  text-align: center;
  font-size: 14px;
  color: var(--ty-muted);
}

.med-account-login__switch a {
  color: var(--ty-orange-dark);
  font-weight: 600;
  text-decoration: none;
}

/* Legacy aliases (admin shell) */
.med-account-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.med-form-grid {
  display: grid;
  gap: 14px;
}

.med-account-card {
  padding: 24px;
  border: 1px solid var(--med-line);
  border-radius: var(--med-radius);
  background: var(--med-panel);
}

@media (max-width: 960px) {
  .hesabim-dashboard__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hesabim-hero {
    padding: 12px 14px;
    gap: 10px;
  }

  .hesabim-hero__title {
    font-size: 0.95rem;
  }

  .hesabim-hero__lead {
    font-size: 12px;
  }

  .hesabim-form__grid {
    grid-template-columns: 1fr;
  }

  .hesabim-wallet__body {
    flex-direction: column;
    align-items: stretch;
  }

  .hesabim-wallet__action {
    width: 100%;
  }

  .hesabim-order__meta {
    grid-template-columns: 1fr;
  }

  .hesabim-form__actions {
    justify-content: stretch;
  }

  .hesabim-form__submit {
    width: 100%;
  }
}

/* —— Kayıtlı adresler —— */
.hesabim-addresses {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #eef4f5;
}

.hesabim-addresses__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.hesabim-addresses__title {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.hesabim-addresses__subtitle {
  margin: 0;
  font-size: 13px;
  color: #64748b;
  line-height: 1.45;
}

.hesabim-addresses__add {
  flex-shrink: 0;
  padding: 8px 14px;
  border: 1px solid rgba(0, 109, 119, 0.22);
  border-radius: 10px;
  background: #fff;
  color: #006d77;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.hesabim-addresses__list {
  display: grid;
  gap: 12px;
}

.hesabim-addresses__empty {
  padding: 18px;
  border: 1px dashed #d7e2e5;
  border-radius: 12px;
  font-size: 14px;
  color: #64748b;
  background: #fafcfd;
}

.hesabim-address-card {
  padding: 14px 14px 12px;
  border: 1px solid #e4ecee;
  border-radius: 14px;
  background: #fbfdfd;
}

.hesabim-address-card.is-default {
  border-color: rgba(0, 109, 119, 0.28);
  box-shadow: inset 0 0 0 1px rgba(0, 109, 119, 0.08);
}

.hesabim-address-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.hesabim-address-card__title-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.hesabim-address-card__label {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

.hesabim-address-card__badge {
  padding: 3px 8px;
  border-radius: 999px;
  background: #e6f7f8;
  color: #006d77;
  font-size: 11px;
  font-weight: 700;
}

.hesabim-address-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
}

.hesabim-address-card__btn {
  padding: 6px 10px;
  border: none;
  border-radius: 8px;
  background: #006d77;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.hesabim-address-card__btn--ghost {
  background: #fff;
  color: #006d77;
  border: 1px solid rgba(0, 109, 119, 0.22);
}

.hesabim-address-card__btn--danger {
  background: #fff;
  color: #b91c1c;
  border: 1px solid #fecaca;
}

.hesabim-address-card__line {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #475569;
  word-break: break-word;
}

@keyframes hesabimAddressModalIn {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.hesabim-address-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 16px;
}

.hesabim-address-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.5);
  backdrop-filter: blur(2px);
}

.hesabim-address-modal__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(720px, calc(100vw - 24px));
  max-height: min(92vh, 860px);
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.28);
  animation: hesabimAddressModalIn 0.22s ease;
}

.hesabim-address-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 22px 22px 18px;
  border-bottom: 1px solid #eef4f5;
  background: linear-gradient(180deg, #f4fbfb 0%, #fff 72%);
}

.hesabim-address-modal__head-text {
  min-width: 0;
}

.hesabim-address-modal__eyebrow {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #006d77;
}

.hesabim-address-modal__head h3 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  color: #0f172a;
}

.hesabim-address-modal__subtitle {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #64748b;
}

.hesabim-address-modal__close {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
  color: #475569;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.hesabim-address-modal__close:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
  color: #0f172a;
}

.hesabim-address-modal__close span {
  margin-top: -2px;
}

.hesabim-address-modal__body {
  flex: 1;
  overflow-y: auto;
  padding: 18px 22px 8px;
}

.hesabim-address-modal__field {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.hesabim-address-modal__field > span {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
}

.hesabim-address-modal__field input,
.hesabim-address-modal__field select {
  width: 100%;
  padding: 11px 12px;
  border: 1px solid #dbe5e7;
  border-radius: 10px;
  background: #fff;
  font: inherit;
  font-size: 14px;
  color: #0f172a;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.hesabim-address-modal__field select {
  padding-right: 34px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2364748b' d='M1.4.7 6 5.3 10.6.7 12 2.1 6 8.1 0 2.1z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  cursor: pointer;
}

.hesabim-address-modal__field select:disabled {
  background-color: #f8fafb;
  color: #94a3b8;
  cursor: not-allowed;
}

.hesabim-address-modal__field input:focus,
.hesabim-address-modal__field select:focus {
  outline: none;
  border-color: rgba(0, 109, 119, 0.45);
  box-shadow: 0 0 0 3px rgba(0, 109, 119, 0.12);
}

.hesabim-address-modal__field--title {
  margin-bottom: 4px;
}

.hesabim-address-modal__hint {
  font-size: 12px;
  line-height: 1.45;
  color: #94a3b8;
  font-weight: 400;
}

.hesabim-address-modal__picker {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid #e4ecee;
  border-radius: 16px;
  background: linear-gradient(180deg, #fafcfd 0%, #f6fafa 100%);
}

.hesabim-address-modal__picker-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.hesabim-address-modal__picker-title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

.hesabim-address-modal__picker-tools {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.hesabim-address-modal__status {
  margin: 0;
  min-height: 0;
  font-size: 12px;
  color: #475569;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 240px;
}

.hesabim-address-modal__status:empty,
.hesabim-address-modal__status[hidden] {
  display: none;
}

.hesabim-address-modal__status[data-type="loading"] {
  color: #006d77;
}

.hesabim-address-modal__status[data-type="success"] {
  color: #047857;
}

.hesabim-address-modal__status[data-type="error"] {
  color: #b91c1c;
}

.hesabim-address-modal__retry {
  flex-shrink: 0;
  padding: 6px 12px;
  border: 1px solid #cbdfe2;
  border-radius: 8px;
  background: #fff;
  color: #006d77;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.hesabim-address-modal__retry:hover {
  border-color: #006d77;
  background: #f3fafa;
}

.hesabim-address-modal__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 14px;
}

.hesabim-address-modal__picker [data-adres-inner-wrap][hidden] {
  display: none;
}

.hesabim-address-modal__message {
  min-height: 1.2em;
  margin: 14px 0 0;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.45;
  color: #b91c1c;
  background: #fef2f2;
  border: 1px solid #fecaca;
}

.hesabim-address-modal__message:empty {
  display: none;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

.hesabim-address-modal__message[data-tone="success"] {
  color: #047857;
  background: #ecfdf5;
  border-color: #a7f3d0;
}

.hesabim-address-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-shrink: 0;
  padding: 14px 22px 18px;
  border-top: 1px solid #eef4f5;
  background: #fff;
}

.hesabim-address-modal__btn {
  min-width: 108px;
  padding: 11px 18px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(135deg, #006d77, #008891);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 109, 119, 0.22);
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
}

.hesabim-address-modal__btn:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(0, 109, 119, 0.26);
}

.hesabim-address-modal__btn:disabled {
  opacity: 0.65;
  cursor: wait;
}

.hesabim-address-modal__btn--ghost {
  background: #fff;
  color: #334155;
  border: 1px solid #dbe5e7;
  box-shadow: none;
}

.hesabim-address-modal__btn--ghost:hover:not(:disabled) {
  background: #f8fafc;
  box-shadow: none;
  transform: none;
}

@media (max-width: 900px) {
  .hesabim-address-modal__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hesabim-profile-address {
    align-items: stretch;
    flex-direction: column;
  }

  .hesabim-profile-address__btn {
    width: 100%;
  }

  .hesabim-corp-adres__grid {
    grid-template-columns: 1fr;
  }

  .hesabim-addresses__head {
    flex-direction: column;
  }

  .hesabim-addresses__add {
    width: 100%;
  }

  .hesabim-address-card__head {
    flex-direction: column;
  }

  .hesabim-address-card__actions {
    justify-content: flex-start;
  }

  .hesabim-address-modal {
    padding: 10px;
  }

  .hesabim-address-modal__dialog {
    width: 100%;
    max-height: calc(100vh - 20px);
    border-radius: 16px;
  }

  .hesabim-address-modal__head,
  .hesabim-address-modal__body,
  .hesabim-address-modal__actions {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hesabim-address-modal__grid {
    grid-template-columns: 1fr;
  }

  .hesabim-address-modal__picker-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .hesabim-address-modal__status {
    max-width: none;
    white-space: normal;
    text-align: left;
  }

  .hesabim-address-modal__actions {
    flex-direction: column-reverse;
  }

  .hesabim-address-modal__btn {
    width: 100%;
    min-width: 0;
  }
}
