/* =====================================================================
   CyberX account UI v48
   Кабинет: скидка, мульти-бронирование, брони, отзыв, статистика игр.
===================================================================== */

.account-page{
  position:relative;
  min-height:100vh;
  overflow:hidden;
  padding:clamp(92px,10vw,138px) 0 clamp(72px,8vw,120px);
  background:
    radial-gradient(circle at 76% 4%, rgba(255,0,51,.16), transparent 32%),
    radial-gradient(circle at 8% 42%, rgba(255,0,51,.075), transparent 28%),
    var(--bg,#050507);
}

.account-bg{
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.28;
  background-image:
    linear-gradient(rgba(255,255,255,.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.032) 1px, transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(to bottom, #000 0%, rgba(0,0,0,.84) 42%, transparent 100%);
}

.account-page .container{
  position:relative;
  z-index:1;
}

.account-cabinet{
  display:grid;
  gap:20px;
}

.account-auth{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.72fr);
  gap:28px;
  align-items:center;
}

.account-auth__intro h1,
.account-dashboard-hero h1{
  margin:12px 0 14px;
  color:#fff;
  font-family:var(--font-display,inherit);
  font-size:clamp(2.4rem,6vw,5.7rem);
  line-height:.92;
  letter-spacing:-.075em;
  text-transform:uppercase;
}

.account-auth__intro p,
.account-dashboard-hero p,
.account-section-head p{
  max-width:680px;
  margin:0;
  color:var(--muted,#a7a7b3);
  font-size:.96rem;
  line-height:1.68;
}

.account-auth__features{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}

.account-auth__features span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  padding:0 13px;
  border-radius:999px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.09);
  color:#fff;
  font-weight:800;
  font-size:.78rem;
}

.account-auth__features i{
  color:var(--accent,#ff0033);
}

.account-auth-card,
.account-dashboard-hero,
.account-topup,
.account-booking,
.account-bookings,
.played-games,
.account-review{
  border:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(420px 220px at 100% 0, rgba(255,0,51,.12), transparent 62%),
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.022)),
    rgba(14,15,20,.92);
  box-shadow:0 22px 64px rgba(0,0,0,.34);
  contain:layout paint;
}

.account-auth-card{
  padding:20px;
  border-radius:30px;
}

.account-tabs{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  padding:6px;
  margin-bottom:16px;
  border-radius:999px;
  background:rgba(0,0,0,.24);
}

.account-tabs button{
  min-height:42px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:var(--muted,#a7a7b3);
  font-family:var(--font-display,inherit);
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
  cursor:pointer;
}

.account-tabs button.is-active{
  background:var(--accent,#ff0033);
  color:#fff;
}

.account-form{
  display:none;
  gap:14px;
}

.account-form.is-active{
  display:grid;
}

.account-form__head h2,
.account-section-head h2{
  margin:0 0 8px;
  color:#fff;
  font-family:var(--font-display,inherit);
  font-size:clamp(1.35rem,2.6vw,2.25rem);
  line-height:1;
  letter-spacing:-.06em;
}

.account-form__head p{
  margin:0 0 6px;
  color:var(--muted,#a7a7b3);
  font-size:.9rem;
  line-height:1.55;
}

.account-form label,
.booking-panel label{
  display:grid;
  gap:8px;
}

.account-form label span,
.booking-panel label span{
  color:var(--muted,#a7a7b3);
  font-size:.68rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:800;
}

.account-form input,
.booking-panel input,
.booking-panel select,
.topup-field input,
.review-form textarea,
.booking-item__edit input,
.booking-item__edit select{
  width:100%;
  min-height:48px;
  padding:0 14px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(0,0,0,.24);
  color:#fff;
  outline:none;
}

.review-form textarea{
  min-height:130px;
  padding:14px;
  resize:vertical;
}

.account-form input:focus,
.booking-panel input:focus,
.booking-panel select:focus,
.topup-field input:focus,
.review-form textarea:focus{
  border-color:rgba(255,0,51,.42);
}

.account-submit{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:0;
  border-radius:999px;
  background:var(--accent,#ff0033);
  color:#fff;
  text-decoration:none;
  font-family:var(--font-display,inherit);
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:uppercase;
  cursor:pointer;
}

.account-dashboard-hero{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:clamp(22px,3vw,34px);
  border-radius:32px;
}

.account-balance{
  min-width:180px;
  padding:18px;
  border-radius:24px;
  background:rgba(0,0,0,.24);
  border:1px solid rgba(255,255,255,.08);
}

.account-balance span,
.loyalty-card span,
.booking-selected span,
.booking-summary span,
.topup-balance-line span,
.topup-field span,
.booking-duration > span,
.booking-item__main span{
  color:var(--muted,#a7a7b3);
  font-size:.68rem;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:800;
}

.account-balance b{
  display:block;
  margin-top:8px;
  color:#fff;
  font-family:var(--font-display,inherit);
  font-size:2rem;
  letter-spacing:-.06em;
}

/* two stat blocks */
.account-loyalty{
  display:grid;
  grid-template-columns:.42fr 1fr;
  gap:14px;
}

.loyalty-card{
  min-height:170px;
  padding:22px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.09);
  background:
    radial-gradient(260px 140px at 100% 0, rgba(255,0,51,.12), transparent 64%),
    rgba(255,255,255,.04);
  contain:layout paint;
}

.loyalty-card > i,
.loyalty-card__top i{
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-bottom:16px;
  border-radius:15px;
  color:var(--accent,#ff0033);
  background:rgba(255,0,51,.12);
}

.loyalty-card b{
  display:block;
  margin-top:8px;
  color:#fff;
  font-family:var(--font-display,inherit);
  font-size:clamp(1.6rem,3.5vw,2.5rem);
  letter-spacing:-.06em;
}

.loyalty-card small{
  display:block;
  margin-top:8px;
  color:rgba(255,255,255,.46);
  font-size:.78rem;
}

.loyalty-card__top{
  display:flex;
  align-items:flex-start;
  gap:14px;
}

.loyalty-card__top i{
  margin:0;
  flex:0 0 auto;
}

.loyalty-progress{
  height:12px;
  overflow:hidden;
  margin:22px 0 10px;
  border-radius:999px;
  background:rgba(255,255,255,.075);
}

.loyalty-progress i{
  display:block;
  height:100%;
  border-radius:inherit;
  background:var(--accent,#ff0033);
  box-shadow:0 0 22px rgba(255,0,51,.24);
}

/* common sections */
.account-topup,
.account-booking,
.account-bookings,
.played-games,
.account-review{
  padding:clamp(18px,2.4vw,28px);
  border-radius:32px;
}

.account-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:20px;
}

.account-section-head--clean p{
  display:none;
}

/* top up */
.topup-layout{
  display:grid;
  grid-template-columns:minmax(280px,.72fr) minmax(0,1fr);
  gap:18px;
  align-items:stretch;
}

.bank-card-preview{
  position:relative;
  min-height:292px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:24px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.13);
  background:
    radial-gradient(circle at 86% 14%, rgba(255,255,255,.20), transparent 18%),
    radial-gradient(circle at 14% 88%, rgba(255,0,51,.42), transparent 36%),
    linear-gradient(135deg, #161821, #090a0e 48%, #35000d);
  box-shadow:0 24px 70px rgba(0,0,0,.35);
  contain:layout paint;
}

.bank-card-preview__glow{
  position:absolute;
  inset:auto -22% -42% auto;
  width:260px;
  height:260px;
  border-radius:50%;
  background:rgba(255,0,51,.28);
  filter:blur(26px);
  pointer-events:none;
}

.bank-card-preview__top,
.bank-card-preview__bottom{
  position:relative;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  color:#fff;
}

.bank-card-preview__top span{
  font-family:var(--font-display,inherit);
  font-weight:900;
  letter-spacing:-.04em;
}

.bank-card-preview__chip{
  position:relative;
  width:54px;
  height:40px;
  border-radius:12px;
  background:linear-gradient(135deg, rgba(255,255,255,.9), rgba(255,255,255,.35));
}

.bank-card-preview__number{
  position:relative;
  margin-top:auto;
  color:#fff;
  font-family:var(--font-display,inherit);
  font-size:clamp(1.1rem,2.3vw,1.55rem);
  letter-spacing:.08em;
}

.bank-card-preview__bottom span{
  display:block;
  color:rgba(255,255,255,.56);
  font-size:.62rem;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.bank-card-preview__bottom b{
  display:block;
  margin-top:6px;
  color:#fff;
  font-size:.82rem;
  text-transform:uppercase;
}

.topup-card-form{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  padding:18px;
  border-radius:28px;
  background:rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.08);
}

.topup-balance-line,
.topup-presets,
.topup-field--wide,
.topup-form-row,
.topup-card-form .account-submit,
.topup-note{
  grid-column:1 / -1;
}

.topup-balance-line{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 16px;
  border-radius:20px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.08);
}

.topup-balance-line b{
  color:#fff;
  font-family:var(--font-display,inherit);
  font-size:1.25rem;
}

.topup-presets{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}

.topup-presets button,
.booking-duration__buttons button{
  min-height:40px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:999px;
  background:rgba(255,255,255,.045);
  color:#fff;
  font-family:var(--font-display,inherit);
  font-size:.7rem;
  font-weight:900;
  cursor:pointer;
}

.topup-presets button:hover,
.topup-presets button.is-active,
.booking-duration__buttons button.is-active{
  background:rgba(255,0,51,.14);
  border-color:rgba(255,0,51,.36);
}

.topup-field{
  display:grid;
  gap:8px;
}

.topup-form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.topup-note{
  margin:0;
  color:#63eba5;
  font-size:.78rem;
  line-height:1.45;
}

/* booking */
.booking-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(310px,.42fr);
  gap:18px;
}

.hall-map-card,
.booking-panel{
  border-radius:26px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(0,0,0,.22);
}

.hall-map-card{
  padding:18px;
}

.hall-map-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  margin-bottom:16px;
}

.hall-map-head b{
  display:block;
  color:#fff;
  font-family:var(--font-display,inherit);
  font-size:1.15rem;
}

.hall-map-head span{
  color:var(--muted,#a7a7b3);
  font-size:.82rem;
}

.hall-legend{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:flex-end;
}

.hall-legend span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:var(--muted,#a7a7b3);
  font-size:.74rem;
}

.hall-legend i{
  width:9px;
  height:9px;
  border-radius:50%;
}

.hall-legend .is-free{background:#2de38b}
.hall-legend .is-selected{background:var(--accent,#ff0033)}
.hall-legend .is-busy{background:#5a5b66}

.hall-map{
  position:relative;
  display:grid;
  grid-template-columns:repeat(10, minmax(0, 1fr));
  gap:9px;
  min-height:430px;
  padding:18px;
  border-radius:22px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    rgba(5,5,8,.72);
  background-size:42px 42px;
  contain:layout paint;
}

.hall-seat{
  min-height:54px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:16px;
  background:rgba(255,255,255,.045);
  color:#fff;
  cursor:pointer;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:3px;
  transition:transform .14s ease, border-color .14s ease, background .14s ease;
}

.hall-seat:hover:not(.is-busy){
  transform:translateY(-2px);
  border-color:rgba(255,0,51,.34);
}

.hall-seat b{
  font-family:var(--font-display,inherit);
  font-size:.78rem;
}

.hall-seat span{
  color:var(--muted,#a7a7b3);
  font-size:.56rem;
  text-transform:uppercase;
}

.hall-seat.is-vip{
  background:rgba(255,0,51,.08);
}

.hall-seat.is-boot{
  background:rgba(255,255,255,.07);
}

.hall-seat.is-busy{
  opacity:.38;
  cursor:not-allowed;
}

.hall-seat.is-selected{
  background:var(--accent,#ff0033);
  border-color:transparent;
  box-shadow:0 0 20px rgba(255,0,51,.18);
}

.hall-seat.is-selected span{
  color:rgba(255,255,255,.82);
}

.booking-panel{
  display:grid;
  align-content:start;
  gap:16px;
  padding:18px;
  border-radius:28px;
  background:
    radial-gradient(260px 160px at 100% 0, rgba(255,0,51,.11), transparent 64%),
    rgba(0,0,0,.24);
  contain:layout paint;
}

.booking-selected{
  padding:16px;
  border-radius:20px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.08);
}

.booking-selected--modern{
  display:flex;
  align-items:center;
  gap:12px;
}

.booking-selected--modern i{
  width:42px;
  height:42px;
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:15px;
  color:var(--accent,#ff0033);
  background:rgba(255,0,51,.12);
}

.booking-selected b,
.booking-summary b{
  display:block;
  margin-top:7px;
  color:#fff;
  font-family:var(--font-display,inherit);
}

.booking-fields-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}

.booking-panel input[type="range"],
.booking-item__edit input[type="range"]{
  padding:0;
  min-height:22px;
  accent-color:var(--accent,#ff0033);
  background:transparent;
  border:0;
}

.range-value{
  display:inline-flex;
  justify-content:center;
  margin-top:2px;
  color:#fff;
  font-family:var(--font-display,inherit);
}

.booking-duration{
  display:grid;
  gap:9px;
}

.booking-duration__buttons{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
}

.booking-summary{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.booking-summary div{
  padding:13px;
  border-radius:18px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.075);
}

.booking-summary__total{
  grid-column:1 / -1;
  background:rgba(255,0,51,.10) !important;
  border-color:rgba(255,0,51,.24) !important;
}

.booking-summary__total b{
  font-size:1.35rem;
}

/* bookings list */
.booking-list{
  display:grid;
  gap:12px;
}

.booking-item{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto auto;
  gap:12px;
  align-items:center;
  padding:16px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(0,0,0,.22);
  contain:layout paint;
}

.booking-item.is-cancelled{
  opacity:.52;
}

.booking-item__main b{
  display:block;
  margin:6px 0;
  color:#fff;
  font-family:var(--font-display,inherit);
}

.booking-item__main small{
  color:var(--muted,#a7a7b3);
}

.booking-item__status{
  padding:8px 10px;
  border-radius:999px;
  color:#63eba5;
  background:rgba(99,235,165,.10);
  border:1px solid rgba(99,235,165,.16);
  font-size:.72rem;
  font-weight:900;
}

.booking-item__edit{
  display:grid;
  grid-template-columns:150px 140px 130px;
  gap:8px;
  grid-column:1 / -1;
}

.booking-item__edit[hidden]{
  display:none !important;
}

.booking-item__actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.booking-item__actions button{
  min-height:36px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
  color:#fff;
  font-size:.7rem;
  font-weight:900;
  cursor:pointer;
}

.booking-item__actions button:hover{
  border-color:rgba(255,0,51,.3);
}

/* played stats */
.games-tools{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:16px;
}

.games-tools button,
.games-tools select{
  min-height:40px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
  color:#fff;
  font-family:var(--font-display,inherit);
  font-size:.7rem;
  font-weight:800;
  letter-spacing:.045em;
  text-transform:uppercase;
  cursor:pointer;
}

.games-tools button.is-active{
  background:rgba(255,0,51,.14);
  border-color:rgba(255,0,51,.36);
}

.games-tools select{
  margin-left:auto;
  background:rgba(0,0,0,.26);
}

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

.played-game-card[hidden],
.played-empty[hidden]{
  display:none !important;
}

.played-game-card{
  min-width:0;
  contain:layout paint;
}

.played-game-card button{
  width:100%;
  min-height:150px;
  display:grid;
  grid-template-columns:82px minmax(0,1fr) 70px;
  gap:14px;
  align-items:center;
  padding:14px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(0,0,0,.22);
  color:inherit;
  text-align:left;
  cursor:pointer;
  transition:transform .18s ease, border-color .18s ease, background .18s ease;
}

.played-game-card button:hover{
  transform:translateY(-2px);
  border-color:rgba(255,0,51,.28);
  background:rgba(255,255,255,.045);
}

.played-game-card__image{
  position:relative;
  width:82px;
  height:104px;
  overflow:hidden;
  border-radius:18px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255,0,51,.16), transparent 50%),
    rgba(255,255,255,.045);
}

.played-game-card__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.played-game-card__image > i{
  position:absolute;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  color:var(--accent,#ff0033);
}

.played-game-card__image.is-empty > i{
  display:flex;
}

.played-game-card__body{
  min-width:0;
}

.played-game-card__genre{
  display:inline-flex;
  min-height:24px;
  align-items:center;
  padding:0 9px;
  border-radius:999px;
  color:var(--accent,#ff0033);
  background:rgba(255,0,51,.10);
  font-size:.62rem;
  font-weight:900;
  text-transform:uppercase;
}

.played-game-card__body b{
  display:block;
  margin:10px 0 6px;
  color:#fff;
  font-family:var(--font-display,inherit);
  font-size:1rem;
  line-height:1.1;
}

.played-game-card small{
  color:var(--muted,#a7a7b3);
}

.played-game-card__stat{
  text-align:right;
}

.played-game-card__stat b{
  display:block;
  color:#fff;
  font-family:var(--font-display,inherit);
  font-size:1.25rem;
}

.played-empty{
  min-height:180px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:var(--muted,#a7a7b3);
}

/* review */
.review-form{
  display:grid;
  gap:12px;
}

.review-stars{
  display:flex;
  gap:8px;
}

.review-stars button{
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
  color:rgba(255,255,255,.32);
  cursor:pointer;
}

.review-stars button.is-active{
  color:var(--accent,#ff0033);
  border-color:rgba(255,0,51,.28);
  background:rgba(255,0,51,.10);
}

.review-form__status{
  margin:0;
  color:#63eba5;
  font-size:.82rem;
}

.account-review--locked{
  display:grid;
  justify-items:center;
  gap:16px;
  text-align:center;
}

.account-review--locked > i{
  width:60px;
  height:60px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:20px;
  color:#fff;
  background:var(--accent,#ff0033);
}

.account-review--locked h2{
  max-width:620px;
  margin:0;
  color:#fff;
  font-family:var(--font-display,inherit);
}

.review-public-card{
  min-height:180px;
  padding:20px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(0,0,0,.22);
}

.review-public-card p{
  color:#fff;
  line-height:1.6;
}

.review-public-card b{
  color:var(--accent,#ff0033);
}

/* modal */
.game-stat-modal{
  position:fixed;
  inset:0;
  z-index:1200;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .16s ease, visibility .16s ease;
}

.game-stat-modal.is-open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

.game-stat-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.78);
}

.game-stat-modal__dialog{
  position:relative;
  z-index:1;
  width:min(760px,100%);
  max-height:calc(100vh - 40px);
  overflow:auto;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.10);
  background:
    radial-gradient(420px 220px at 100% 0, rgba(255,0,51,.13), transparent 62%),
    rgba(13,14,19,.98);
  box-shadow:0 24px 70px rgba(0,0,0,.56);
  padding:clamp(22px,3vw,34px);
  contain:layout paint;
}

.game-stat-modal__close{
  position:absolute;
  top:16px;
  right:16px;
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.055);
  color:#fff;
  cursor:pointer;
}

.game-stat-modal__top span{
  display:inline-flex;
  min-height:28px;
  align-items:center;
  padding:0 10px;
  border-radius:999px;
  color:var(--accent,#ff0033);
  background:rgba(255,0,51,.10);
  font-size:.66rem;
  font-weight:900;
  text-transform:uppercase;
}

.game-stat-modal__top h2{
  margin:14px 46px 12px 0;
  color:#fff;
  font-family:var(--font-display,inherit);
  font-size:clamp(1.8rem,4vw,3.2rem);
  line-height:1;
  letter-spacing:-.06em;
}

.game-stat-modal__top p{
  margin:0;
  color:var(--muted,#a7a7b3);
  line-height:1.65;
}

.game-stat-modal__stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin:22px 0 14px;
}

.game-stat-modal__stats article,
.game-stat-modal__extra div{
  padding:15px;
  border-radius:18px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.075);
}

.game-stat-modal__stats span,
.game-stat-modal__extra span{
  display:block;
  color:var(--muted,#a7a7b3);
  font-size:.66rem;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.game-stat-modal__stats b,
.game-stat-modal__extra b{
  display:block;
  margin-top:7px;
  color:#fff;
  font-family:var(--font-display,inherit);
  font-size:1.35rem;
}

.game-stat-modal__extra{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

body.account-modal-open{
  overflow:hidden;
}

@media (max-width: 1080px){
  .account-auth,
  .booking-layout,
  .topup-layout{
    grid-template-columns:1fr;
  }

  .played-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .account-section-head,
  .account-dashboard-hero{
    align-items:flex-start;
    flex-direction:column;
  }

  .games-tools select{
    margin-left:0;
  }

  .account-loyalty{
    grid-template-columns:1fr;
  }
}

@media (max-width: 760px){
  .hall-map{
    grid-template-columns:repeat(5,minmax(0,1fr));
  }

  .played-grid{
    grid-template-columns:1fr;
  }

  .played-game-card button{
    grid-template-columns:74px minmax(0,1fr);
  }

  .played-game-card__stat{
    grid-column:2;
    text-align:left;
  }

  .game-stat-modal__stats,
  .game-stat-modal__extra,
  .topup-card-form,
  .topup-presets,
  .booking-summary,
  .booking-item{
    grid-template-columns:1fr;
  }

  .booking-item__edit{
    grid-template-columns:1fr;
  }
}

@media (max-width: 560px){
  .account-dashboard-hero h1,
  .account-auth__intro h1{
    font-size:clamp(2rem,14vw,3.2rem);
  }

  .hall-map{
    gap:8px;
    padding:12px;
    grid-template-columns:repeat(4,minmax(0,1fr));
  }

  .hall-seat{
    min-height:50px;
    border-radius:15px;
  }

  .topup-form-row,
  .booking-duration__buttons{
    grid-template-columns:1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce){
  .hall-seat,
  .played-game-card button,
  .game-stat-modal,
  .topup-presets button,
  .booking-duration__buttons button{
    transition:none !important;
  }
}


/* =====================================================================
   v49 — выбор времени + ползунок часов, схема зала, пустая статистика
===================================================================== */

/* Подвал: убираем рекламное описание под логотипом */
.footer .footer-text{
  display:none !important;
}

/* Бронирование: обычный выбор времени, ползунок количества часов */
.booking-duration--range{
  display:grid;
  gap:10px;
}

.booking-duration__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.booking-duration__head b{
  color:#fff;
  font-family:var(--font-display, inherit);
  font-size:1rem;
}

.booking-duration--range input[type="range"]{
  width:100%;
  min-height:28px;
  padding:0;
  border:0;
  background:transparent;
  accent-color:var(--accent, #ff0033);
  cursor:pointer;
}

.booking-duration__scale{
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:rgba(255,255,255,.45);
  font-size:.72rem;
}

/* Схема зала вместо простого списка */
.hall-map{
  display:grid !important;
  grid-template-columns:1.1fr 1fr 1fr !important;
  grid-template-areas:
    "entrance standard pro"
    "reception standard pro"
    "lounge vip boot";
  align-items:stretch;
  gap:14px !important;
  min-height:520px !important;
  padding:16px !important;
  border:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(520px 260px at 76% 10%, rgba(255,0,51,.10), transparent 62%),
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
    rgba(4,5,8,.82) !important;
  background-size:auto, 42px 42px, 42px 42px, auto !important;
}

.hall-object,
.hall-zone{
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.035);
  contain:layout paint;
}

.hall-object{
  min-height:92px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:8px;
  color:#fff;
}

.hall-object i{
  width:40px;
  height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  color:var(--accent,#ff0033);
  background:rgba(255,0,51,.12);
}

.hall-object span{
  color:var(--muted,#a7a7b3);
  font-size:.72rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.hall-object--entrance{ grid-area:entrance; }
.hall-object--reception{ grid-area:reception; }
.hall-object--lounge{ grid-area:lounge; }

.hall-zone{
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:14px;
}

.hall-zone--standard{ grid-area:standard; }
.hall-zone--pro{ grid-area:pro; }
.hall-zone--vip{ grid-area:vip; }
.hall-zone--boot{ grid-area:boot; }

.hall-zone__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding-bottom:10px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.hall-zone__head b{
  color:#fff;
  font-family:var(--font-display,inherit);
  font-size:.96rem;
}

.hall-zone__head span{
  color:var(--muted,#a7a7b3);
  font-size:.72rem;
}

.hall-zone__seats{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:8px;
  height:100%;
}

.hall-zone--vip .hall-zone__seats,
.hall-zone--boot .hall-zone__seats{
  grid-template-columns:repeat(4, minmax(0, 1fr));
}

.hall-seat{
  min-height:54px !important;
  border-radius:15px !important;
}

.hall-seat b{
  font-size:.72rem !important;
}

.hall-seat span{
  font-size:.54rem !important;
}

/* Если игрок ещё не запускал игры */
.played-empty--no-games{
  min-height:240px;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(260px 140px at 50% 0, rgba(255,0,51,.10), transparent 62%),
    rgba(0,0,0,.22);
}

.played-empty--no-games i{
  width:54px;
  height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  color:var(--accent,#ff0033);
  background:rgba(255,0,51,.12);
  font-size:1.2rem;
}

.played-empty--no-games b{
  color:#fff;
  font-family:var(--font-display,inherit);
  font-size:1.2rem;
}

@media (max-width: 1080px){
  .hall-map{
    grid-template-columns:1fr 1fr !important;
    grid-template-areas:
      "entrance reception"
      "standard pro"
      "vip boot"
      "lounge lounge";
  }
}

@media (max-width: 720px){
  .hall-map{
    grid-template-columns:1fr !important;
    grid-template-areas:
      "entrance"
      "reception"
      "standard"
      "pro"
      "vip"
      "boot"
      "lounge";
    min-height:auto !important;
  }

  .hall-zone__seats,
  .hall-zone--vip .hall-zone__seats,
  .hall-zone--boot .hall-zone__seats{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }
}


/* =====================================================================
   v50 — настоящая схема зала без Bootcamp + фиксы сыгранных игр
===================================================================== */

/* Подвал: дублирующий рекламный текст скрыт даже если base.html был старый */
.footer .footer-text,
.footer-text{
  display:none !important;
}

/* Полностью переопределяем карту зала: теперь это план помещения, не список */
.hall-map{
  display:grid !important;
  grid-template-columns:1.05fr 1.15fr 1.15fr 1fr !important;
  grid-template-rows:auto auto auto !important;
  grid-template-areas:
    "entrance standardLeft standardRight vip"
    "reception standardLeft standardRight vip"
    "bar pro pro lounge" !important;
  gap:14px !important;
  min-height:560px !important;
  padding:18px !important;
  border:1px solid rgba(255,255,255,.08) !important;
  border-radius:24px !important;
  background:
    radial-gradient(520px 260px at 72% 8%, rgba(255,0,51,.11), transparent 62%),
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
    rgba(4,5,8,.84) !important;
  background-size:auto, 42px 42px, 42px 42px, auto !important;
  contain:layout paint;
}

.hall-plan-object,
.hall-plan-zone{
  border-radius:22px;
  border:1px solid rgba(255,255,255,.085);
  background:
    linear-gradient(180deg, rgba(255,255,255,.048), rgba(255,255,255,.018)),
    rgba(0,0,0,.16);
  contain:layout paint;
}

.hall-plan-object{
  min-height:118px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:9px;
  color:#fff;
}

.hall-plan-object i{
  width:42px;
  height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:15px;
  color:var(--accent,#ff0033);
  background:rgba(255,0,51,.12);
}

.hall-plan-object span{
  color:var(--muted,#a7a7b3);
  font-size:.72rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.hall-plan-object--entrance{ grid-area:entrance; }
.hall-plan-object--reception{ grid-area:reception; }
.hall-plan-object--bar{ grid-area:bar; }
.hall-plan-object--lounge{ grid-area:lounge; }

.hall-plan-zone{
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:14px;
}

.hall-plan-zone--standard-left{ grid-area:standardLeft; }
.hall-plan-zone--standard-right{ grid-area:standardRight; }
.hall-plan-zone--pro{ grid-area:pro; }
.hall-plan-zone--vip{ grid-area:vip; }

.hall-plan-zone__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding-bottom:10px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.hall-plan-zone__head b{
  color:#fff;
  font-family:var(--font-display,inherit);
  font-size:.96rem;
}

.hall-plan-zone__head span{
  color:var(--muted,#a7a7b3);
  font-size:.72rem;
}

.hall-plan-zone__seats{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:8px;
  height:100%;
}

.hall-plan-zone--pro .hall-plan-zone__seats{
  grid-template-columns:repeat(6, minmax(0, 1fr));
}

.hall-plan-zone--vip .hall-plan-zone__seats{
  grid-template-columns:repeat(2, minmax(0, 1fr));
}

.hall-seat{
  min-height:52px !important;
  border-radius:15px !important;
  padding:6px !important;
}

.hall-seat b{
  font-size:.72rem !important;
}

.hall-seat span{
  font-size:.54rem !important;
}

/* Старые зоны, если остались в кэше, не показываем */
.hall-zone,
.hall-object,
.hall-zone--boot,
.hall-object--lounge.hall-zone--boot{
  display:none;
}

/* Ползунок количества часов */
.booking-duration--range input[type="range"]{
  width:100%;
  min-height:28px;
  padding:0;
  border:0;
  background:transparent;
  accent-color:var(--accent,#ff0033);
}

.booking-duration__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.booking-duration__head b{
  color:#fff;
  font-family:var(--font-display,inherit);
}

.booking-duration__scale{
  display:flex;
  justify-content:space-between;
  color:rgba(255,255,255,.45);
  font-size:.72rem;
}

/* Пустая статистика по играм */
.played-empty--no-games{
  min-height:240px;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(260px 140px at 50% 0, rgba(255,0,51,.10), transparent 62%),
    rgba(0,0,0,.22);
}

.played-empty--no-games i{
  width:54px;
  height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  color:var(--accent,#ff0033);
  background:rgba(255,0,51,.12);
  font-size:1.2rem;
}

.played-empty--no-games b{
  color:#fff;
  font-family:var(--font-display,inherit);
  font-size:1.2rem;
}

/* Если backend прислал битые строки без названий, скрываем кривые карточки */
.played-game-card[data-name=""],
.played-game-card:not([data-name]){
  display:none !important;
}

@media (max-width: 1120px){
  .hall-map{
    grid-template-columns:1fr 1fr !important;
    grid-template-areas:
      "entrance reception"
      "standardLeft standardRight"
      "pro pro"
      "vip lounge"
      "bar bar" !important;
  }
}

@media (max-width: 720px){
  .hall-map{
    grid-template-columns:1fr !important;
    grid-template-areas:
      "entrance"
      "reception"
      "standardLeft"
      "standardRight"
      "pro"
      "vip"
      "bar"
      "lounge" !important;
    min-height:auto !important;
  }

  .hall-plan-zone__seats,
  .hall-plan-zone--pro .hall-plan-zone__seats,
  .hall-plan-zone--vip .hall-plan-zone__seats{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}


/* =====================================================================
   v51 — random stats + discount help tooltip
===================================================================== */

.loyalty-card__top{
  position:relative;
}

.discount-help{
  position:relative;
  margin-left:auto;
  flex:0 0 auto;
  z-index:4;
}

.discount-help > i{
  width:34px;
  height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.055);
  color:var(--accent,#ff0033);
  cursor:help;
}

.discount-help__tooltip{
  position:absolute;
  top:calc(100% + 10px);
  right:0;
  width:230px;
  display:grid;
  gap:7px;
  padding:14px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(10,11,15,.98);
  box-shadow:0 18px 46px rgba(0,0,0,.44);
  opacity:0;
  visibility:hidden;
  transform:translateY(-6px);
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
  pointer-events:none;
}

.discount-help__tooltip::before{
  content:"";
  position:absolute;
  top:-6px;
  right:15px;
  width:12px;
  height:12px;
  transform:rotate(45deg);
  background:rgba(10,11,15,.98);
  border-left:1px solid rgba(255,255,255,.10);
  border-top:1px solid rgba(255,255,255,.10);
}

.discount-help:hover .discount-help__tooltip,
.discount-help:focus-within .discount-help__tooltip,
.discount-help:focus .discount-help__tooltip{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.discount-help__tooltip b{
  margin:0 0 2px;
  color:#fff;
  font-family:var(--font-display,inherit);
  font-size:.9rem;
}

.discount-help__tooltip span{
  display:flex;
  justify-content:space-between;
  gap:10px;
  color:var(--muted,#a7a7b3);
  font-size:.78rem;
  line-height:1.35;
  text-transform:none;
  letter-spacing:0;
}

.discount-help__tooltip span::before{
  content:"";
  width:7px;
  height:7px;
  flex:0 0 auto;
  margin-top:.36em;
  border-radius:50%;
  background:var(--accent,#ff0033);
}

.played-game-card[data-played-card]{
  animation:accountCardIn .28s ease both;
}

@keyframes accountCardIn{
  from{
    opacity:0;
    transform:translateY(8px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@media (max-width: 560px){
  .discount-help__tooltip{
    right:-12px;
    width:210px;
  }
}


/* =====================================================================
   v52 — per-game stats, auth badges removed, game images, delete booking
===================================================================== */

/* Бейджи под текстом авторизации/регистрации */
.account-auth__features{
  display:none !important;
}

/* Карточки игр: больше похожи на блок "Игры" — постер вместо маленькой заглушки */
.played-game-card button{
  grid-template-columns:104px minmax(0,1fr) 78px !important;
}

.played-game-card__image{
  width:104px !important;
  height:124px !important;
  border-radius:20px !important;
  background:
    radial-gradient(circle at 50% 20%, rgba(255,0,51,.16), transparent 50%),
    rgba(255,255,255,.045);
}

.played-game-card__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.played-game-card__image.is-empty > i{
  display:flex;
}

/* Удаление брони */
.booking-item__delete{
  color:#ff6b85 !important;
  border-color:rgba(255,0,51,.22) !important;
}

.booking-item__delete:hover{
  background:rgba(255,0,51,.12) !important;
}

/* Модальное окно статистики стало универсальным под разные жанры */
.game-stat-modal__stats{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
}

.game-stat-modal__stats article{
  min-height:102px;
}

.game-stat-modal__stats b,
.game-stat-modal__extra b{
  word-break:break-word;
}

/* Убираем старые "процент побед / K/D" там, где JS уже подставляет сюжетные показатели */
.played-game-card__stat small{
  text-transform:lowercase;
}

@media (max-width: 760px){
  .played-game-card button{
    grid-template-columns:86px minmax(0,1fr) !important;
  }

  .played-game-card__image{
    width:86px !important;
    height:108px !important;
  }

  .game-stat-modal__stats{
    grid-template-columns:1fr 1fr !important;
  }
}

@media (max-width: 480px){
  .game-stat-modal__stats{
    grid-template-columns:1fr !important;
  }
}


/* =====================================================================
   v53 — polish account typography, spacing, empty played-games state
===================================================================== */

.account-page{
  font-family:var(--font-body, "Inter", "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
}

.account-page .eyebrow,
.account-page h1,
.account-page h2,
.account-page h3,
.account-page .account-submit,
.account-page button,
.account-page select,
.account-page .account-balance b,
.account-page .loyalty-card b,
.account-page .bank-card-preview__number,
.account-page .game-stat-modal__top h2{
  font-family:var(--font-display, "Unbounded", "Montserrat", "Inter", system-ui, sans-serif);
}

.account-cabinet{
  gap:18px !important;
}

.account-dashboard-hero,
.account-topup,
.account-booking,
.account-bookings,
.played-games,
.account-review{
  border-radius:28px !important;
  padding:clamp(18px, 2.15vw, 26px) !important;
}

.account-dashboard-hero h1{
  font-size:clamp(2.05rem, 4.8vw, 4.8rem) !important;
  letter-spacing:-.07em !important;
}

.account-dashboard-hero p,
.account-section-head p{
  font-size:.9rem !important;
  line-height:1.58 !important;
}

.account-section-head{
  margin-bottom:16px !important;
  gap:14px !important;
}

.account-section-head h2{
  font-size:clamp(1.25rem, 2.25vw, 2rem) !important;
  letter-spacing:-.055em !important;
}

.account-section-head .eyebrow{
  font-size:.66rem !important;
}

.account-loyalty{
  gap:12px !important;
}

.loyalty-card{
  min-height:148px !important;
  padding:18px !important;
  border-radius:24px !important;
}

.loyalty-card > i,
.loyalty-card__top i{
  width:38px !important;
  height:38px !important;
  border-radius:14px !important;
  margin-bottom:12px !important;
}

.loyalty-card span,
.account-balance span,
.booking-selected span,
.booking-summary span,
.topup-balance-line span,
.topup-field span,
.booking-duration > span,
.booking-item__main span{
  font-size:.62rem !important;
  letter-spacing:.075em !important;
}

.loyalty-card b{
  font-size:clamp(1.35rem, 3vw, 2.1rem) !important;
  line-height:1.05 !important;
}

.loyalty-card small{
  font-size:.72rem !important;
  line-height:1.35 !important;
}

.account-balance{
  min-width:160px !important;
  padding:15px !important;
  border-radius:20px !important;
}

.account-balance b{
  font-size:1.65rem !important;
}

/* Forms and booking spacing */
.topup-layout,
.booking-layout{
  gap:14px !important;
}

.topup-card-form,
.booking-panel{
  gap:11px !important;
  padding:16px !important;
  border-radius:24px !important;
}

.bank-card-preview{
  min-height:258px !important;
  padding:20px !important;
  border-radius:24px !important;
}

.topup-field input,
.booking-panel input,
.booking-panel select,
.review-form textarea,
.booking-item__edit input,
.booking-item__edit select{
  min-height:44px !important;
  border-radius:14px !important;
  font-size:.88rem !important;
}

.account-submit{
  min-height:46px !important;
  font-size:.7rem !important;
  letter-spacing:.045em !important;
}

.hall-map-card{
  padding:15px !important;
  border-radius:24px !important;
}

.hall-map-head{
  margin-bottom:12px !important;
}

.hall-map-head b{
  font-size:1rem !important;
}

.hall-map-head span,
.hall-legend span{
  font-size:.7rem !important;
}

.hall-map{
  min-height:500px !important;
  gap:12px !important;
  padding:14px !important;
  border-radius:22px !important;
}

.hall-plan-object,
.hall-plan-zone{
  border-radius:20px !important;
}

.hall-plan-zone{
  padding:12px !important;
}

.hall-plan-zone__head b{
  font-size:.86rem !important;
}

.hall-plan-zone__head span{
  font-size:.66rem !important;
}

.hall-seat{
  min-height:48px !important;
  border-radius:13px !important;
}

.hall-seat b{
  font-size:.66rem !important;
}

.hall-seat span{
  font-size:.5rem !important;
}

/* Played games empty state */
.played-games{
  overflow:hidden;
}

.played-games .games-tools{
  margin-bottom:14px !important;
}

.played-empty--no-games{
  min-height:280px !important;
  display:flex !important;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px !important;
  padding:32px 20px !important;
  text-align:center;
  border-radius:24px !important;
  background:
    radial-gradient(280px 150px at 50% 0, rgba(255,0,51,.12), transparent 65%),
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.016)),
    rgba(0,0,0,.20) !important;
}

.played-empty--no-games i{
  width:60px !important;
  height:60px !important;
  border-radius:20px !important;
  font-size:1.25rem !important;
}

.played-empty--no-games b{
  margin:2px 0 0;
  color:#fff;
  font-family:var(--font-display, "Unbounded", "Montserrat", "Inter", system-ui, sans-serif);
  font-size:clamp(1.15rem, 2.2vw, 1.55rem) !important;
  line-height:1.08 !important;
  letter-spacing:-.045em;
}

.played-empty--no-games span{
  max-width:440px;
  color:var(--muted,#a7a7b3);
  font-size:.9rem !important;
  line-height:1.55 !important;
}

.played-grid:empty,
.played-grid[hidden]{
  display:none !important;
}

/* Auth page polish after badge removal */
.account-auth{
  gap:24px !important;
}

.account-auth__intro h1{
  font-size:clamp(2.15rem, 5vw, 5rem) !important;
}

.account-auth__intro p{
  max-width:620px !important;
  font-size:.94rem !important;
  line-height:1.62 !important;
}

.account-auth-card{
  border-radius:28px !important;
  padding:18px !important;
}

.account-form{
  gap:12px !important;
}

.account-form__head h2{
  font-size:clamp(1.25rem, 2.2vw, 1.9rem) !important;
}

.account-form__head p{
  font-size:.84rem !important;
}

@media (max-width: 1080px){
  .account-dashboard-hero,
  .account-section-head{
    gap:10px !important;
  }

  .hall-map{
    min-height:auto !important;
  }
}

@media (max-width: 680px){
  .account-dashboard-hero,
  .account-topup,
  .account-booking,
  .account-bookings,
  .played-games,
  .account-review{
    border-radius:22px !important;
    padding:16px !important;
  }

  .played-empty--no-games{
    min-height:230px !important;
  }

  .account-cabinet{
    gap:14px !important;
  }
}


/* v88 — переход к бронированию из карточки конфигурации */
#booking{
  scroll-margin-top:118px;
}
