/* Tsiky — styles modal + toast + icône coin doré (Phase 1).
   Design : coin doré #F5B027 (gold) + ombre subtile + animations slide-in.
*/

/* ─── Icône coin dans la welcome tile (T61) ─────────────────────────── */
.hft-w-stat.hft-w-tsiky {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 4px 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 800;
  transition: background .15s ease, transform .15s ease;
}
.hft-w-stat.hft-w-tsiky:hover,
.hft-w-stat.hft-w-tsiky:focus {
  background: rgba(255, 255, 255, 0.28);
  transform: scale(1.02);
}
.hft-w-stat.hft-w-tsiky .fa-coins {
  color: #F5B027;
  filter: drop-shadow(0 1px 1.5px rgba(0, 0, 0, 0.35));
}

/* ─── Toast +N Tsiky 🪙 (T63) ─────────────────────────────────────────── */
.tsiky-toast {
  position: fixed;
  bottom: 24px;
  right: 16px;
  background: linear-gradient(135deg, #1C1C2E 0%, #2A2A40 100%);
  color: #fff;
  padding: 12px 18px;
  border-radius: 14px;
  font-family: Nunito, sans-serif;
  font-weight: 800;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
  transform: translateX(120%);
  opacity: 0;
  transition: transform .35s cubic-bezier(.34, 1.56, .64, 1), opacity .25s ease;
  z-index: 99998;
  pointer-events: none;
}
.tsiky-toast.show {
  transform: translateX(0);
  opacity: 1;
}
.tsiky-toast .fa-coins {
  color: #F5B027;
  font-size: 18px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4));
}
.tsiky-toast-amount {
  color: #F5B027;
  font-size: 17px;
}
.tsiky-toast-label {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
}

/* ─── Modal sheet Tsiky — refonte shop-style 2026-05-27 ──────────────── */
.tsiky-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 99990;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: background .28s ease;
  padding: 0;
}
.tsiky-modal-overlay.show {
  background: rgba(10, 10, 30, 0.65);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.tsiky-modal-sheet {
  background: linear-gradient(180deg, #1B1F4D 0%, #14163A 100%);
  width: 100%;
  max-width: 520px;
  border-radius: 24px 24px 0 0;
  padding: 12px 20px 26px;
  font-family: Nunito, sans-serif;
  color: #fff;
  position: relative;
  transform: translateY(100%);
  transition: transform .32s cubic-bezier(.34, 1.2, .64, 1);
  max-height: 86vh;
  overflow-y: auto;
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.55);
}
.tsiky-modal-overlay.show .tsiky-modal-sheet {
  transform: translateY(0);
}
.tsiky-modal-handle {
  width: 42px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.25);
  margin: 0 auto 12px;
}
.tsiky-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: background .15s ease;
  z-index: 2;
}
.tsiky-modal-close:hover { background: rgba(255, 255, 255, 0.22); }

.tsiky-modal-head {
  text-align: center;
  padding: 4px 0 18px;
  position: relative;
}
.tsiky-modal-coin-burst {
  width: 80px;
  height: 80px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(245, 176, 39, 0.45) 0%, rgba(245, 176, 39, 0) 70%);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: tsiky-coin-pulse 2.6s ease-in-out infinite;
}
@keyframes tsiky-coin-pulse {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.06); }
}
.tsiky-modal-coin {
  font-size: 52px;
  color: #F5B027;
  filter: drop-shadow(0 3px 6px rgba(245, 176, 39, 0.55));
}
.tsiky-modal-balance {
  font-size: 44px;
  font-weight: 900;
  color: #fff;
  line-height: 1.05;
  letter-spacing: -1.2px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.tsiky-modal-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 2px;
  font-weight: 700;
}

.tsiky-modal-streak {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 12px auto 0;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(103, 80, 164, 0.18) 0%, rgba(245, 176, 39, 0.22) 100%);
  border: 1px solid rgba(255, 176, 39, 0.35);
  font-weight: 700;
  font-size: 13px;
  color: #FFD18A;
}
.tsiky-modal-streak .fa-fire { color: #6750A4; font-size: 14px; }
.tsiky-modal-streak strong { color: #fff; font-weight: 900; }

/* ─── Section title (uppercase mini-label) ─── */
.tsiky-modal-section-title {
  font-size: 12px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 18px 0 10px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.tsiky-modal-section-title i { color: #F5B027; font-size: 12px; }

/* ─── Packs row (horizontal scroll) ─── */
.tsiky-packs-row {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 8px 4px 12px;
  margin: 0 -20px 0;
  padding-left: 20px;
  padding-right: 20px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.tsiky-packs-row::-webkit-scrollbar { display: none; }

.tsiky-pack {
  flex: 0 0 118px;
  scroll-snap-align: start;
  appearance: none;
  border: 2px solid transparent;
  border-radius: 18px;
  padding: 14px 8px 10px;
  position: relative;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-family: Nunito, sans-serif;
  transition: transform .18s cubic-bezier(.34, 1.56, .64, 1), border-color .15s, box-shadow .15s;
  background: linear-gradient(160deg, #1E40AF 0%, #1D4ED8 60%, #1E3A8A 100%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  overflow: hidden;
}
.tsiky-pack::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.18) 0%, transparent 50%);
  pointer-events: none;
}
.tsiky-pack:hover { transform: translateY(-3px); }
.tsiky-pack.selected {
  border-color: #F5B027;
  box-shadow: 0 0 0 4px rgba(245, 176, 39, 0.3), 0 6px 18px rgba(245, 176, 39, 0.35);
  transform: translateY(-2px);
}

/* Pack tiers — couleurs distinctes */
.tsiky-pack-decouverte { background: linear-gradient(160deg, #06B6D4 0%, #0891B2 60%, #155E75 100%); }
.tsiky-pack-standard   { background: linear-gradient(160deg, #3B82F6 0%, #2563EB 60%, #1E40AF 100%); }
.tsiky-pack-famille    { background: linear-gradient(160deg, #22C55E 0%, #16A34A 60%, #15803D 100%); }
.tsiky-pack-mega       {
  background: linear-gradient(160deg, #A855F7 0%, #7C3AED 50%, #4C1D95 100%);
  flex: 0 0 140px;
  padding-top: 16px;
}
.tsiky-pack-mega::after {
  content: "";
  position: absolute;
  inset: -50%;
  background: conic-gradient(from 0deg, transparent 0deg, rgba(255, 215, 100, 0.18) 60deg, transparent 120deg);
  animation: tsiky-pack-shine 4.5s linear infinite;
  pointer-events: none;
}
@keyframes tsiky-pack-shine {
  to { transform: rotate(360deg); }
}

.tsiky-pack-icon-wrap {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
  position: relative;
  z-index: 1;
}
.tsiky-pack-icon {
  font-size: 34px;
  color: #F5B027;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
}
.tsiky-pack-mega .tsiky-pack-icon { font-size: 40px; }
.tsiky-pack-amount {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.5px;
  position: relative;
  z-index: 1;
}
.tsiky-pack-mega .tsiky-pack-amount { font-size: 26px; }
.tsiky-pack-label {
  font-size: 11px;
  font-weight: 800;
  opacity: 0.85;
  margin-top: 1px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1;
}
.tsiky-pack-price {
  margin-top: 8px;
  padding: 6px 0;
  background: rgba(0, 0, 0, 0.28);
  border-radius: 10px;
  font-size: 12.5px;
  font-weight: 900;
  letter-spacing: -0.2px;
  position: relative;
  z-index: 1;
}

.tsiky-pack-badge {
  position: absolute;
  top: 6px;
  left: 6px;
  background: linear-gradient(135deg, #6750A4 0%, #F5B027 100%);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  padding: 3px 7px;
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  letter-spacing: 0.3px;
  z-index: 2;
}
.tsiky-pack-badge-mega {
  background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
  color: #fff;
  font-size: 11px;
  top: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(-4deg);
  padding: 4px 10px;
  border: 2px solid #FBBF24;
  letter-spacing: 1px;
}

/* ─── Tier cards (forfaits) ─── */
.tsiky-tier {
  flex: 0 0 140px;
  padding: 12px 8px 10px;
}
.tsiky-tier-premium     { background: linear-gradient(160deg, #60A5FA 0%, #3B82F6 60%, #1E40AF 100%); }
.tsiky-tier-gold        { background: linear-gradient(160deg, #FBBF24 0%, #F5B027 60%, #B45309 100%); }
.tsiky-tier-family_gold { background: linear-gradient(160deg, #FB7185 0%, #E11D48 60%, #9F1239 100%); }
.tsiky-tier-platinium   { background: linear-gradient(160deg, #67E8F9 0%, #06B6D4 60%, #0E7490 100%); }
.tsiky-tier-emoji {
  font-size: 28px;
  margin-bottom: 4px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.35));
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tsiky-tier .tsiky-pack-label {
  font-size: 10px;
  line-height: 1.25;
  text-transform: none;
  letter-spacing: 0;
  opacity: 0.9;
  margin-top: 4px;
  white-space: normal;
  height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tsiky-tier .tsiky-pack-price { padding: 5px 4px; font-size: 12px; }
.tsiky-tier .tsiky-pack-price small { font-weight: 700; opacity: 0.75; font-size: 10px; }
.tsiky-tier-badge-reco {
  background: linear-gradient(135deg, #10B981 0%, #059669 100%);
  font-size: 10px;
  letter-spacing: 0.5px;
}

.tsiky-buy-hint {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  margin-top: 6px;
  font-weight: 600;
  padding: 0 8px;
}

/* ─── Buy button (big primary CTA) ─── */
.tsiky-buy-btn {
  width: 100%;
  appearance: none;
  border: none;
  background: linear-gradient(135deg, #6750A4 0%, #F5B027 60%, #FFC107 100%);
  color: #fff;
  font-family: Nunito, sans-serif;
  font-weight: 900;
  font-size: 15px;
  padding: 15px 14px;
  border-radius: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 8px 22px rgba(103, 80, 164, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition: transform .15s, box-shadow .15s, opacity .15s;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.2px;
}
.tsiky-buy-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(103, 80, 164, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.tsiky-buy-btn:active { transform: translateY(0); }
.tsiky-buy-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}
.tsiky-buy-btn.loading i { animation: tsiky-spin .8s linear infinite; }
@keyframes tsiky-spin { to { transform: rotate(360deg); } }
.tsiky-buy-btn i { font-size: 16px; }

/* ─── Footer actions (history + comment gagner) ─── */
.tsiky-modal-footer-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 14px;
}
.tsiky-modal-btn {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.88);
  font-family: Nunito, sans-serif;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 12px;
  border-radius: 12px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  transition: background .15s ease;
}
.tsiky-modal-btn:hover { background: rgba(255, 255, 255, 0.12); }
.tsiky-modal-btn.tsiky-modal-btn-primary {
  background: rgba(245, 176, 39, 0.18);
  color: #FFD18A;
  border-color: rgba(245, 176, 39, 0.4);
}
.tsiky-modal-btn.tsiky-modal-btn-primary:hover { background: rgba(245, 176, 39, 0.28); }
.tsiky-modal-btn.tsiky-modal-btn-primary.expanded {
  background: #F5B027;
  color: #1C1C2E;
}

/* ─── Toast info (achat status) ─── */
.tsiky-toast.tsiky-toast-info .fa-circle-info {
  color: #60A5FA;
  font-size: 18px;
}

/* ─── Modal instructions paiement (stacked au-dessus du shop) ─────── */
.tsiky-pay-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 99995;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: background .28s ease;
  padding: 0;
}
.tsiky-pay-overlay.show {
  background: rgba(8, 8, 24, 0.78);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.tsiky-pay-sheet {
  background: linear-gradient(180deg, #1B1F4D 0%, #14163A 100%);
  width: 100%;
  max-width: 520px;
  border-radius: 24px 24px 0 0;
  padding: 12px 20px 24px;
  font-family: Nunito, sans-serif;
  color: #fff;
  position: relative;
  transform: translateY(100%);
  transition: transform .32s cubic-bezier(.34, 1.2, .64, 1);
  max-height: 92vh;
  overflow-y: auto;
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.55);
}
.tsiky-pay-overlay.show .tsiky-pay-sheet { transform: translateY(0); }

.tsk-pay-title {
  font-size: 19px;
  font-weight: 900;
  text-align: center;
  margin: 8px 24px 4px;
  line-height: 1.2;
}
.tsk-pay-title strong { color: #FFD18A; }
.tsk-pay-price {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  color: #F5B027;
  margin-bottom: 18px;
  text-shadow: 0 2px 6px rgba(245, 176, 39, 0.35);
}
.tsk-pay-price small { font-size: 13px; opacity: 0.75; font-weight: 700; }

.tsk-pay-step {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  align-items: flex-start;
}
.tsk-pay-step-num {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6750A4 0%, #F5B027 100%);
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px rgba(103, 80, 164, 0.4);
}
.tsk-pay-step-body { flex: 1; min-width: 0; }
.tsk-pay-step-body h3 {
  font-size: 14.5px;
  font-weight: 900;
  margin: 2px 0 6px;
  color: #fff;
}
.tsk-pay-step-body p {
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 8px;
}

.tsk-pay-nums {
  list-style: none;
  padding: 0;
  margin: 8px 0 6px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.tsk-pay-num-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 8px 12px;
  font-size: 13px;
}
.tsk-pay-prov {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.tsk-pay-prov .fa-mobile-screen { color: #F5B027; }
.tsk-pay-num {
  appearance: none;
  background: rgba(245, 176, 39, 0.18);
  color: #FFD18A;
  font-family: Nunito, monospace;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.5px;
  border: 1px solid rgba(245, 176, 39, 0.4);
  border-radius: 8px;
  padding: 5px 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all .15s ease;
}
.tsk-pay-num:hover { background: rgba(245, 176, 39, 0.3); }
.tsk-pay-num .fa-copy { font-size: 11px; opacity: 0.7; }
.tsk-pay-num.copied {
  background: rgba(16, 185, 129, 0.25);
  color: #6EE7B7;
  border-color: rgba(16, 185, 129, 0.5);
}

.tsk-pay-ref-note {
  background: rgba(245, 176, 39, 0.1);
  border: 1px dashed rgba(245, 176, 39, 0.35);
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 12px;
  color: #FFD18A;
  margin-top: 4px !important;
}
.tsk-pay-ref-note .fa-tag { color: #F5B027; margin-right: 4px; }
.tsk-pay-ref-note em { font-style: normal; opacity: 0.85; }

.tsk-pay-contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 6px 0 6px;
}
.tsk-pay-contact {
  appearance: none;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 10px 8px;
  font-family: Nunito, sans-serif;
  font-weight: 800;
  font-size: 12.5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all .15s ease;
}
.tsk-pay-contact i { font-size: 16px; }
.tsk-pay-contact.tsk-pay-fb {
  background: linear-gradient(135deg, #0084FF 0%, #00C6FF 100%);
  border-color: transparent;
}
.tsk-pay-contact.tsk-pay-fb:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0, 132, 255, 0.45); }
.tsk-pay-contact.tsk-pay-mail {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
}
.tsk-pay-contact.tsk-pay-mail:hover { background: rgba(255, 255, 255, 0.16); }

.tsk-pay-pack-tag {
  background: rgba(96, 165, 250, 0.15);
  border: 1px solid rgba(96, 165, 250, 0.3);
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 12px;
  color: #93C5FD !important;
  margin-top: 6px !important;
}
.tsk-pay-pack-tag .fa-circle-info { color: #60A5FA; margin-right: 4px; }

.tsk-pay-info {
  font-style: italic;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.6) !important;
}

.tsk-pay-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}
.tsk-pay-field { display: block; }
.tsk-pay-field > span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 4px;
}
.tsk-pay-field small { font-weight: 500; opacity: 0.7; }
.tsk-pay-field select,
.tsk-pay-field input,
.tsk-pay-field textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 10px 12px;
  color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 13px;
  resize: vertical;
}
.tsk-pay-field select:focus,
.tsk-pay-field input:focus,
.tsk-pay-field textarea:focus {
  outline: none;
  border-color: #F5B027;
  background: rgba(255, 255, 255, 0.1);
}
.tsk-pay-field select option { background: #14163A; color: #fff; }

.tsk-pay-error {
  font-size: 12.5px;
  color: #FCA5A5;
  text-align: center;
  margin: 6px 0 0;
  min-height: 16px;
}

.tsk-pay-actions {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  margin-top: 12px;
}
.tsk-pay-actions .tsiky-modal-btn { padding: 13px 18px; }
.tsk-pay-actions .tsiky-buy-btn { padding: 13px 14px; font-size: 14.5px; }

@media (prefers-reduced-motion: reduce) {
  .tsiky-pay-overlay,
  .tsiky-pay-sheet { transition: none !important; }
}

/* ─── History ─── */
.tsiky-modal-history {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  padding: 4px 0;
  margin-top: 10px;
  max-height: 280px;
  overflow-y: auto;
}
.tsiky-modal-history-loading,
.tsiky-modal-history-empty {
  padding: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}
.tsiky-modal-ledger-row {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "reason delta"
    "date   delta";
  align-items: center;
  padding: 9px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  gap: 0 12px;
}
.tsiky-modal-ledger-row:last-child { border-bottom: none; }
.tsiky-modal-ledger-reason {
  grid-area: reason;
  font-weight: 700;
  font-size: 13.5px;
  color: #fff;
}
.tsiky-modal-ledger-date {
  grid-area: date;
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}
.tsiky-modal-ledger-delta {
  grid-area: delta;
  font-weight: 900;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.tsiky-modal-ledger-delta.pos { color: #10B981; }
.tsiky-modal-ledger-delta.neg { color: #EF5350; }
.tsiky-modal-ledger-delta .fa-coins { font-size: 11px; color: #F5B027; }

/* ─── Tier display equivalence (T59) ──────────────────────────────────── */
.account-tier-tsiky-hint {
  font-size: 11.5px;
  color: #8B8B9A;
  margin: -4px 0 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
}
.account-tier-tsiky-hint .fa-coins {
  color: #F5B027;
  font-size: 11px;
}

/* ─── Theme dark (modal is dark by default now — only hint tweaks) ─── */
@media (prefers-color-scheme: dark) {
  .account-tier-tsiky-hint { color: rgba(255,255,255,0.6); }
}

@media (prefers-reduced-motion: reduce) {
  .tsiky-modal-overlay,
  .tsiky-modal-sheet,
  .tsiky-toast { transition: none !important; }
}
