/* TacCasino — Profil popup premium */
.profile-popup.taccasino-profile-premium {
  --kb-prof-gold: #d4bc82;
  --kb-prof-gold-deep: #be9a75;
  --kb-prof-bg: #080604;
  --kb-prof-border: rgba(190, 154, 117, 0.28);
  --kb-prof-text: #f0ebe3;
  --kb-prof-muted: #9a9080;
  background: linear-gradient(180deg, #0c0a08 0%, #080604 100%) !important;
  color: var(--kb-prof-text);
}

.profile-popup.taccasino-profile-premium._active {
  box-shadow: -8px 0 40px rgba(0, 0, 0, 0.55);
}

.profile-popup.taccasino-profile-premium .profile-popup__header {
  background: linear-gradient(180deg, #1a1510, #100c08) !important;
  border-bottom: 1px solid var(--kb-prof-border) !important;
  min-height: 54px;
  padding: 8px 14px;
}

.profile-popup.taccasino-profile-premium .profile-popup__logo img {
  max-height: 34px;
  width: auto;
}

.profile-popup.taccasino-profile-premium .profile-popup__close-btn {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid var(--kb-prof-border);
  background: rgba(255, 255, 255, 0.03);
  color: var(--kb-prof-gold);
}

.profile-popup.taccasino-profile-premium .profile-popup__close-btn:hover {
  background: rgba(190, 154, 117, 0.12);
  border-color: rgba(212, 188, 130, 0.5);
  color: var(--kb-prof-text);
}

.profile-popup.taccasino-profile-premium .profile-popup__body {
  background: transparent !important;
  padding: 12px 12px 8px !important;
}

.profile-popup.taccasino-profile-premium .profile-popup__slider-wrap {
  margin-bottom: 14px;
}

.profile-popup.taccasino-profile-premium .profile-amount-card.withdrawable .profile-amount-card__inner {
  background: linear-gradient(135deg, #3d3020 0%, #2a2218 40%, #1a1510 100%) !important;
  border: 1px solid rgba(212, 188, 130, 0.45);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.profile-popup.taccasino-profile-premium .profile-amount-card.bonuses .profile-amount-card__inner {
  background: linear-gradient(135deg, #2a2218, #14100c) !important;
  border: 1px solid rgba(190, 154, 117, 0.35);
}

.profile-popup.taccasino-profile-premium .profile-amount-card__inner {
  border-radius: 16px !important;
  padding: 14px 16px !important;
}

.profile-popup.taccasino-profile-premium .profile-amount-card__inner::after {
  background: radial-gradient(circle at 0% 0%, rgba(212, 188, 130, 0.2), transparent 60%) !important;
}

.profile-popup.taccasino-profile-premium .profile-amount-card__title {
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(240, 235, 227, 0.75) !important;
}

.profile-popup.taccasino-profile-premium .profile-amount-card__amount {
  font-size: 1.45rem !important;
  font-weight: 800 !important;
  color: var(--kb-prof-gold) !important;
}

.profile-popup.taccasino-profile-premium .profile-amount-card__view-btn {
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(190, 154, 117, 0.25);
  color: var(--kb-prof-gold) !important;
}

.profile-popup.taccasino-profile-premium .profile-amount-card__btn-box {
  display: flex;
  gap: 8px;
}

.profile-popup.taccasino-profile-premium .profile-amount-card__btn {
  flex: 1;
  border-radius: 12px !important;
  border: 1px solid rgba(190, 154, 117, 0.35) !important;
  background: linear-gradient(140deg, rgba(212, 188, 130, 0.22), rgba(154, 123, 79, 0.14)) !important;
  color: var(--kb-prof-text) !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  min-height: 40px;
}

.profile-popup.taccasino-profile-premium .profile-amount-card__info b {
  color: var(--kb-prof-gold);
}

.profile-popup.taccasino-profile-premium .profile-popup__edit-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  margin-bottom: 12px;
  border-radius: 14px;
  border: 1px solid var(--kb-prof-border);
  background: linear-gradient(165deg, #1c1610, #100c08);
}

.profile-popup.taccasino-profile-premium .profile-popup__user-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(140deg, rgba(212, 188, 130, 0.2), rgba(154, 123, 79, 0.1));
  border: 1px solid rgba(190, 154, 117, 0.3);
  color: var(--kb-prof-gold);
}

.profile-popup.taccasino-profile-premium .profile-popup__ids span {
  color: var(--kb-prof-text) !important;
  font-weight: 600;
}

.profile-popup.taccasino-profile-premium .profile-popup__edit-arrow {
  margin-left: auto;
  color: var(--kb-prof-muted);
}

.profile-popup.taccasino-profile-premium .profile-popup-nav__menu > li {
  margin-bottom: 8px;
}

.profile-popup.taccasino-profile-premium .profile-nav-item__header {
  border-radius: 14px !important;
  border: 1px solid var(--kb-prof-border) !important;
  background: linear-gradient(165deg, #1a1510, #0e0b08) !important;
  padding: 12px 14px !important;
}

.profile-popup.taccasino-profile-premium .profile-nav-item__icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(190, 154, 117, 0.1);
  border: 1px solid rgba(190, 154, 117, 0.2);
  color: var(--kb-prof-gold) !important;
}

.profile-popup.taccasino-profile-premium .profile-nav-item__title {
  color: var(--kb-prof-text) !important;
  font-weight: 600 !important;
}

.profile-popup.taccasino-profile-premium .profile-nav-item-overlay {
  background: var(--kb-prof-bg) !important;
}

.profile-popup.taccasino-profile-premium .back-nav__title {
  color: var(--kb-prof-gold) !important;
}

.profile-popup.taccasino-profile-premium .popup-tabs__list button {
  border-radius: 10px !important;
  border: 1px solid var(--kb-prof-border) !important;
  background: #14100c !important;
  color: var(--kb-prof-muted) !important;
}

.profile-popup.taccasino-profile-premium .popup-tabs__list button._active {
  background: linear-gradient(140deg, rgba(212, 188, 130, 0.22), rgba(154, 123, 79, 0.12)) !important;
  border-color: rgba(212, 188, 130, 0.55) !important;
  color: var(--kb-prof-gold) !important;
}

.profile-popup.taccasino-profile-premium .profile-popup__promocode-block {
  margin-top: 14px;
  padding: 14px;
  border-radius: 14px;
  border: 1px solid var(--kb-prof-border);
  background: linear-gradient(165deg, #1a1510, #100c08);
}

.profile-popup.taccasino-profile-premium .promocode-block .btn {
  border-radius: 12px !important;
  background: linear-gradient(140deg, #d4bc82, #be9a75, #9a7b4f) !important;
  color: #1a140a !important;
  font-weight: 800 !important;
}

.profile-popup.taccasino-profile-premium .profile-popup__footer {
  border-top: 1px solid var(--kb-prof-border) !important;
  background: #0a0806 !important;
}

.profile-popup.taccasino-profile-premium .profile-popup__footer .btn {
  width: 100%;
  border-radius: 12px !important;
  border: 1px solid rgba(190, 154, 117, 0.35) !important;
  background: linear-gradient(165deg, #1c1610, #14100c) !important;
  color: var(--kb-prof-gold) !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  min-height: 46px;
}

.profile-popup.taccasino-profile-premium .kb-payments--embed {
  padding: 0;
  max-width: none;
}

.profile-popup.taccasino-profile-premium .kb-payments--embed .kb-payments__grid {
  grid-template-columns: 1fr;
  gap: 8px;
}

body.taccasino-profile-open .liveSupportButton {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.modal__container.taccasino-profile-premium .modal__content,
.modal__container.taccasino-profile-premium .profile-popup-content {
  background: linear-gradient(180deg, #0c0a08, #080604) !important;
  border: 1px solid rgba(190, 154, 117, 0.28) !important;
  border-radius: 16px !important;
}

.profile-popup.taccasino-profile-premium .profile-amount-card.withdrawable .profile-amount-card__inner {
  background: linear-gradient(135deg, #3d3020, #1a1510) !important;
  border: 1px solid rgba(212, 188, 130, 0.45);
}

/* ——— Premium v2: overlay, swiper, geçmiş, masaüstü ——— */

.profile-popup.taccasino-profile-premium {
  border-left: 1px solid rgba(190, 154, 117, 0.2);
}

.profile-popup.taccasino-profile-premium .profile-popup__slider-wrap .swiper {
  overflow: visible;
  padding-right: 12%;
}

.profile-popup.taccasino-profile-premium .profile-amount-card.withdrawable .profile-amount-card__inner {
  position: relative;
  overflow: hidden;
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.profile-popup.taccasino-profile-premium .profile-amount-card.withdrawable .profile-amount-card__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 40%, rgba(212, 188, 130, 0.12) 50%, transparent 60%);
  pointer-events: none;
}

.profile-popup.taccasino-profile-premium .profile-amount-card__btn:hover,
.profile-popup.taccasino-profile-premium .profile-amount-card__btn:focus-visible {
  border-color: rgba(212, 188, 130, 0.65) !important;
  background: linear-gradient(140deg, rgba(212, 188, 130, 0.32), rgba(154, 123, 79, 0.2)) !important;
  color: #fff !important;
}

.profile-popup.taccasino-profile-premium .profile-popup__copy-btn {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid rgba(190, 154, 117, 0.25);
  background: rgba(255, 255, 255, 0.04);
  color: var(--kb-prof-gold);
  transition: background 0.2s, border-color 0.2s;
}

.profile-popup.taccasino-profile-premium .profile-popup__copy-btn:hover {
  background: rgba(190, 154, 117, 0.15);
  border-color: rgba(212, 188, 130, 0.5);
}

.profile-popup.taccasino-profile-premium .profile-nav-item__header {
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
  cursor: pointer;
}

.profile-popup.taccasino-profile-premium .profile-nav-item__header:hover {
  border-color: rgba(212, 188, 130, 0.45) !important;
  background: linear-gradient(165deg, #221c14, #12100c) !important;
}

.profile-popup.taccasino-profile-premium .profile-nav-item__arrow {
  color: var(--kb-prof-muted) !important;
}

.profile-popup.taccasino-profile-premium .profile-nav-item-overlay {
  background: linear-gradient(180deg, #0c0a08, #080604) !important;
}

.profile-popup.taccasino-profile-premium .profile-nav-item-overlay .back-nav {
  border-bottom: 1px solid var(--kb-prof-border);
  background: linear-gradient(180deg, #1a1510, #100c08);
  padding: 12px 14px;
}

.profile-popup.taccasino-profile-premium .profile-nav-item-overlay .back-nav__btn {
  color: var(--kb-prof-gold) !important;
}

.profile-popup.taccasino-profile-premium .popup-tabs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0 0 12px;
}

.profile-popup.taccasino-profile-premium .popup-tabs__list button {
  flex: 1 1 auto;
  min-height: 38px;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.profile-popup.taccasino-profile-premium .popup-tabs__content {
  padding-top: 4px;
}

.profile-popup.taccasino-profile-premium .empty-text > p:only-child {
  color: var(--kb-prof-muted);
  font-size: 0.85rem;
  padding: 12px 4px;
}

.profile-popup.taccasino-profile-premium .trans-history-card {
  border-radius: 14px !important;
  border: 1px solid var(--kb-prof-border) !important;
  background: linear-gradient(165deg, #1a1510, #0e0b08) !important;
  padding: 12px 14px !important;
  margin-bottom: 8px;
}

.profile-popup.taccasino-profile-premium .trans-history-card__id-number {
  color: var(--kb-prof-gold) !important;
}

.profile-popup.taccasino-profile-premium .trans-history-card__title {
  color: var(--kb-prof-muted) !important;
  font-size: 0.7rem !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.profile-popup.taccasino-profile-premium .filter-form {
  border-radius: 14px;
  border: 1px solid var(--kb-prof-border);
  background: linear-gradient(165deg, #1a1510, #100c08);
  overflow: hidden;
  margin-bottom: 12px;
}

.profile-popup.taccasino-profile-premium .filter-form__header {
  padding: 12px 14px;
  color: var(--kb-prof-gold);
}

.profile-popup.taccasino-profile-premium .filter-form .btn--light {
  border-radius: 12px !important;
  background: linear-gradient(140deg, #d4bc82, #be9a75) !important;
  color: #1a140a !important;
  font-weight: 800 !important;
  border: none !important;
}

.profile-popup.taccasino-profile-premium .promocode-block .input__label,
.profile-popup.taccasino-profile-premium .promocode-block input {
  color: var(--kb-prof-text) !important;
}

.profile-popup.taccasino-profile-premium .promocode-block .input {
  border-radius: 12px;
  border: 1px solid var(--kb-prof-border);
  background: rgba(255, 255, 255, 0.03);
}

.profile-popup.taccasino-profile-premium .profile-popup__footer {
  padding: 12px !important;
  gap: 8px;
  display: flex;
}

.profile-popup.taccasino-profile-premium .profile-popup__footer .btn:hover {
  border-color: rgba(212, 188, 130, 0.55) !important;
  background: linear-gradient(165deg, #241e16, #1a1510) !important;
  color: #fff !important;
}

.profile-popup.taccasino-profile-premium .kb-payments--embed .kb-payments__tabs {
  padding-bottom: 10px;
}

.profile-popup.taccasino-profile-premium .kb-payments--embed .kb-pay-card {
  min-height: 0;
}

/* Masaüstü modal profil */
.modal__container.taccasino-profile-premium .profile-popup-sidebar__inner {
  background: linear-gradient(180deg, #100c08, #080604);
  border-right: 1px solid rgba(190, 154, 117, 0.2);
  padding: 16px;
}

.modal__container.taccasino-profile-premium .profile-popup-sidebar__edit-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  margin-bottom: 14px;
  border-radius: 14px;
  border: 1px solid rgba(190, 154, 117, 0.28);
  background: linear-gradient(165deg, #1c1610, #100c08);
}

.modal__container.taccasino-profile-premium .profile-popup-sidebar__user-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(140deg, rgba(212, 188, 130, 0.2), rgba(154, 123, 79, 0.1));
  border: 1px solid rgba(190, 154, 117, 0.3);
  color: #d4bc82;
}

.modal__container.taccasino-profile-premium .profile-popup-sidebar__ids span {
  color: #f0ebe3;
  font-weight: 600;
}

.modal__container.taccasino-profile-premium .profile-popup-sidebar__copy-btn {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid rgba(190, 154, 117, 0.25);
  background: rgba(255, 255, 255, 0.04);
  color: #d4bc82;
}

.modal__container.taccasino-profile-premium .profile-popup-nav__menu > li {
  margin-bottom: 8px;
}

.modal__container.taccasino-profile-premium .profile-nav-item__header {
  border-radius: 14px !important;
  border: 1px solid rgba(190, 154, 117, 0.28) !important;
  background: linear-gradient(165deg, #1a1510, #0e0b08) !important;
}

.modal__container.taccasino-profile-premium .profile-nav-item__title {
  color: #f0ebe3 !important;
  font-weight: 600 !important;
}

.modal__container.taccasino-profile-premium .my-profile-info-block__title {
  color: #d4bc82 !important;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.modal__container.taccasino-profile-premium .my-profile-info-block__body {
  padding: 12px 16px 20px;
}

.modal__container.taccasino-profile-premium .kb-payments--embed .kb-payments__grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

@media (min-width: 900px) {
  .modal__container.taccasino-profile-premium .kb-payments--embed .kb-payments__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
