:root {
  --bg: #14161a;
  --bg2: #0e0f12;
  --card: rgba(255, 255, 255, 0.04);
  --card2: rgba(255, 255, 255, 0.06);
  --text: rgba(255, 255, 255, 0.92);
  --muted: rgba(255, 255, 255, 0.65);
  --muted2: rgba(255, 255, 255, 0.5);
  --gold: #d2b06f;
  --gold2: #b69454;
  --red: #d2b06f;
  --red2: #b69454;
  --accent: #d2b06f;
  --ok: #38d070;
  --ring: rgba(210, 176, 111, 0.4);
  --shadow: 0 16px 60px rgba(0, 0, 0, 0.55);
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    "Noto Sans", "Liberation Sans", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, rgba(210, 176, 111, 0.05) 0%, rgba(210, 176, 111, 0.05) 100%), #101217;
  background-color: #101217;
}

body::before {
  display: none;
}

body::after {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

.container {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
}

.register-container {
  width: min(560px, calc(100% - 40px));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.2) 100%);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand__logo {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.brand__name {
  font-weight: 800;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
}

.nav {
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav a {
  padding: 10px 10px;
  border-radius: 999px;
}

.nav a:hover {
  background: rgba(255, 255, 255, 0.04);
}

.header__cta {
  white-space: nowrap;
}

.hero {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr;
  gap: 28px;
  padding: 40px 0 10px;
  align-items: start;
}

.landing {
  min-height: calc(100vh - 86px);
  display: grid;
  place-items: center;
  padding: 60px 0 40px;
  text-align: center;
}

.landing__pin {
  width: 70px;
  height: 70px;
  border-radius: 999px;
  border: 2px solid rgba(210, 176, 111, 0.78);
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 18px 70px rgba(210, 176, 111, 0.26);
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}

.landing__pin img {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  object-fit: cover;
}

.landing__kicker {
  color: rgba(255, 255, 255, 0.45);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.landing__title {
  margin: 0;
  line-height: 0.92;
  letter-spacing: -0.6px;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: none;
}

.landing__titleTop {
  display: block;
  font-size: clamp(56px, 7.6vw, 96px);
  color: rgba(255, 255, 255, 0.92);
}

.landing__titleBottom {
  display: block;
  font-size: clamp(56px, 7.6vw, 96px);
  color: transparent;
  -webkit-text-stroke: 1px rgba(210, 176, 111, 0.65);
  text-shadow: 0 0 40px rgba(210, 176, 111, 0.08);
}

.landing__desc {
  margin: 18px auto 0;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  line-height: 1.8;
}

.landing__actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero__title {
  margin: 0 0 12px;
  font-size: clamp(32px, 4.2vw, 54px);
  line-height: 1.03;
  letter-spacing: -0.6px;
}

.hero__lead {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 18px 0 0;
}

.hero__card {
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  padding: 18px;
  position: relative;
  overflow: hidden;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.3px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(210, 176, 111, 0.12);
  border: 1px solid rgba(210, 176, 111, 0.2);
  padding: 8px 12px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.hero__meta {
  display: grid;
  gap: 12px;
}

.meta__k {
  font-size: 12px;
  color: var(--muted2);
}

.meta__v {
  font-size: 14px;
  color: var(--text);
  margin-top: 2px;
}

.section {
  padding: 54px 0;
}

.section--alt {
  background: transparent;
  border-top: 0;
  border-bottom: 0;
}

.section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.section__title {
  margin: 0;
  font-size: 26px;
  letter-spacing: -0.2px;
}

.section__desc {
  margin: 0;
  color: var(--muted);
  max-width: 520px;
  text-align: right;
  font-size: 14px;
  line-height: 1.5;
}

.grid {
  display: grid;
  gap: 16px;
  align-items: stretch;
}

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

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

.card {
  border-radius: var(--radius);
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px;
  display: flex;
  flex-direction: column;
}

.card--soft {
  background: rgba(255, 255, 255, 0.03);
}

.card__top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}

.card__title {
  margin: 0;
  font-size: 16px;
  letter-spacing: -0.15px;
}

.card__rows {
  display: grid;
  gap: 10px;
  margin: 14px 0 18px;
  flex: 1;
}

#schedule .card__title {
  font-size: 18px;
}

#schedule .row__k {
  font-size: 13px;
}

#schedule .row__v {
  font-size: 15px;
}

.card .btn {
  margin-top: auto;
}

.placeholder {
  min-height: 140px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.55);
}

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

.gallery-card {
  padding: 0;
  overflow: hidden;
  display: block;
}

.gallery-thumb {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: block;
  height: 92px;
  overflow: hidden;
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
  border: 0;
}

.gallery-thumb:focus-visible {
  outline: 2px solid rgba(210, 176, 111, 0.7);
  outline-offset: 3px;
  border-radius: 16px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.75);
  display: grid;
  place-items: center;
  padding: 18px;
}

.lightbox__img {
  max-width: min(1100px, 96vw);
  max-height: 84vh;
  width: auto;
  height: auto;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow);
  background: rgba(0, 0, 0, 0.2);
}

.lightbox__close {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(0, 0, 0, 0.35);
  color: rgba(255, 255, 255, 0.92);
  cursor: pointer;
}

.lightbox__close:hover {
  background: rgba(0, 0, 0, 0.5);
}

.row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.row__k {
  color: var(--muted2);
  font-size: 12px;
}

.row__v {
  color: var(--text);
  font-size: 13px;
  text-align: right;
}

.pill {
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 999px;
  background: rgba(210, 176, 111, 0.12);
  border: 1px solid rgba(210, 176, 111, 0.22);
  white-space: nowrap;
}

.feature {
  border-radius: var(--radius);
  background: var(--card);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px;
}

.feature__title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 8px;
}

.feature__text {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.map {
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 220px;
  display: grid;
  place-items: center;
  padding: 18px;
}

.map__placeholder {
  color: var(--muted);
  text-align: center;
  line-height: 1.6;
}

#location .row__k {
  font-size: 24px;
}

#location .row__v {
  font-size: 26px;
}

#location .links {
  font-size: 20px;
}

#location .map__placeholder {
  font-size: 22px;
}

.links {
  display: flex;
  gap: 14px;
  margin-top: 14px;
  color: var(--muted);
}

.links a {
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(210, 176, 111, 0.36);
  background: linear-gradient(180deg, rgba(210, 176, 111, 0.25) 0%, rgba(210, 176, 111, 0.12) 100%);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2px;
  cursor: pointer;
  transition: transform 0.12s ease, filter 0.12s ease, border-color 0.12s ease;
}

.btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
  border-color: rgba(210, 176, 111, 0.6);
}

.btn--ghost {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.86);
}

.btn--ghost:hover {
  border-color: rgba(255, 255, 255, 0.24);
}

.btn--small {
  padding: 9px 12px;
  font-size: 13px;
  border-radius: 12px;
}

.btn--red {
  border: 1px solid rgba(210, 176, 111, 0.95);
  background: linear-gradient(180deg, rgba(210, 176, 111, 0.98) 0%, rgba(182, 148, 84, 0.94) 100%);
  color: #111;
  box-shadow: 0 10px 26px rgba(210, 176, 111, 0.2);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  padding: 12px 18px;
  border-radius: 6px;
}

.btn--outline-red {
  border: 1px solid rgba(210, 176, 111, 0.72);
  background: rgba(210, 176, 111, 0.08);
  color: rgba(255, 248, 230, 0.92);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  padding: 12px 18px;
  border-radius: 6px;
}

.btn--outline-red:hover {
  border-color: rgba(210, 176, 111, 0.95);
  background: rgba(210, 176, 111, 0.14);
}

.form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px;
}

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

.field--full {
  grid-column: 1 / -1;
}

.field__label {
  color: var(--muted2);
  font-size: 12px;
}

.field__input {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.2);
  color: var(--text);
  padding: 10px 12px;
  outline: none;
}

.field__input--select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #15171d;
  color: #f4f1ea;
  border-color: rgba(210, 176, 111, 0.34);
  padding-right: 42px;
  background-image: linear-gradient(45deg, transparent 50%, rgba(210, 176, 111, 0.95) 50%), linear-gradient(135deg, rgba(210, 176, 111, 0.95) 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(50% - 3px), calc(100% - 14px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.field__input--select option {
  background: #15171d;
  color: #f4f1ea;
}

.field__input--select:invalid {
  color: rgba(244, 241, 234, 0.62);
}

.field__input:focus {
  border-color: rgba(210, 176, 111, 0.65);
  box-shadow: 0 0 0 4px var(--ring);
}

.field__input--select:focus {
  background-color: #191c23;
}

.form__fineprint {
  grid-column: 1 / -1;
  color: var(--muted2);
  font-size: 12px;
  line-height: 1.5;
}

.note {
  margin-top: 16px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.8);
  width: fit-content;
}

.note--ok {
  border-color: rgba(56, 208, 112, 0.35);
  background: rgba(56, 208, 112, 0.08);
  color: rgba(255, 255, 255, 0.92);
}

.ok-banner {
  width: 100%;
  margin-top: 0;
}

.ok-banner__title {
  font-weight: 900;
  letter-spacing: -0.2px;
  font-size: 18px;
}

.ok-banner__text {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 1.5;
}

.hp-field {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.captcha {
  position: fixed;
  inset: 0;
  z-index: 1200;
  background: rgba(0, 0, 0, 0.72);
  display: grid;
  place-items: center;
  padding: 18px;
}

.captcha__card {
  width: min(520px, 96vw);
  border-radius: 18px;
  background: rgba(20, 22, 26, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
  padding: 16px;
}

.captcha__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.captcha__title {
  font-weight: 900;
  letter-spacing: -0.2px;
}

.captcha__close {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.86);
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

.captcha__imgWrap {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.2);
}

.captcha__img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.captcha__q {
  margin-top: 12px;
  font-weight: 800;
}

.captcha__opts {
  margin-top: 10px;
  display: grid;
  gap: 10px;
}

.captcha__opt {
  justify-content: center;
}

.captcha__opt--selected {
  border-color: rgba(210, 176, 111, 0.75);
}

.captcha__hintRow {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.captcha__hint {
  margin-top: 12px;
  border-radius: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.55;
}

.captcha__err {
  margin-top: 10px;
  color: rgba(210, 176, 111, 0.95);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(210, 176, 111, 0.95);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.split {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 26px;
  align-items: center;
}

.split__title {
  margin: 10px 0 14px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: clamp(34px, 4.3vw, 52px);
  line-height: 1.05;
}

.split__text {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
}

.poster {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 26px;
  display: grid;
  place-items: center;
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.55);
}

.poster img {
  width: min(320px, 100%);
  height: auto;
  border-radius: 18px;
}

.rules {
  text-align: center;
}

.rules__title {
  margin: 14px 0 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: clamp(34px, 4.3vw, 52px);
  line-height: 1.05;
}

.rules__cards {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.rule-card {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 16px;
  text-align: left;
  min-height: 92px;
}

.rule-card__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.quote {
  padding: 80px 0;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
}

.quote__text {
  margin: 0 auto;
  max-width: 880px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.35;
}

.page-head {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
}

.page-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.6px;
}

.page-subtitle {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.tour-block {
  margin-top: 22px;
}

.tour-block__title {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 12px;
  letter-spacing: -0.1px;
}

.tour-list {
  display: grid;
  gap: 12px;
}

.tour-item {
  width: 100%;
  text-align: left;
  border-radius: 14px;
  padding: 16px 16px 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text);
  cursor: pointer;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}

.tour-item:hover {
  border-color: rgba(255, 255, 255, 0.16);
}

.tour-item--selected {
  border-color: rgba(210, 176, 111, 0.86);
  background: linear-gradient(180deg, rgba(210, 176, 111, 0.09) 0%, rgba(210, 176, 111, 0.03) 100%), rgba(255, 255, 255, 0.03);
  box-shadow: 0 0 0 2px rgba(210, 176, 111, 0.16), 0 18px 60px rgba(0, 0, 0, 0.45);
}

.tour-item--disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.tour-item__top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.tour-item__name {
  font-weight: 800;
  letter-spacing: -0.2px;
}

.tour-item__status {
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}

.tour-item__status--green {
  color: rgba(56, 208, 112, 0.95);
}

.tour-item__status--red {
  color: rgba(210, 176, 111, 0.95);
}

.tour-item__status--muted {
  color: rgba(255, 255, 255, 0.55);
}

.tour-item__meta {
  margin-top: 10px;
  display: grid;
  gap: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.tour-item__label {
  color: rgba(255, 255, 255, 0.55);
}

.tour-item__bar {
  margin-top: 12px;
  height: 3px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  overflow: hidden;
}

.tour-item__barFill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, rgba(210, 176, 111, 0.95) 0%, rgba(56, 208, 112, 0.95) 100%);
}

.tour-selected {
  color: rgba(255, 255, 255, 0.78);
  margin: 6px 0 12px;
}

#formWrap {
  margin-top: 12px;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid rgba(210, 176, 111, 0.24);
  background: rgba(255, 255, 255, 0.018);
  box-shadow: 0 0 0 1px rgba(210, 176, 111, 0.08), 0 14px 44px rgba(0, 0, 0, 0.32);
}

.tour-more {
  margin: 14px 0 16px;
  border: 1px solid rgba(210, 176, 111, 0.3);
  background: rgba(255, 255, 255, 0.025);
  border-radius: 14px;
  overflow: hidden;
}

.tour-more--inline {
  margin-top: 0;
}

.tour-more__summary {
  cursor: pointer;
  list-style: none;
  padding: 12px 14px;
  color: rgba(210, 176, 111, 0.96);
  font-weight: 700;
}

.tour-more__summary::-webkit-details-marker {
  display: none;
}

.tour-more__title {
  padding: 14px 14px 0;
  color: rgba(210, 176, 111, 0.98);
  font-weight: 800;
}

.tour-more__body {
  padding: 0 14px 14px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.7;
  white-space: normal;
}

.admin-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.5fr;
  gap: 16px;
}

.admin-card__title {
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: -0.2px;
}

.admin-form {
  background: transparent;
  border: 0;
  padding: 0;
}

.admin-table {
  display: grid;
  gap: 10px;
}

.admin-table__row {
  display: grid;
  grid-template-columns: 2.2fr 1.1fr 0.9fr 0.7fr 0.9fr 0.9fr 0.9fr 1.4fr;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.admin-table__head {
  border-top: 0;
  padding-top: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
}

.admin-table__main {
  display: grid;
  gap: 4px;
}

.admin-table__name {
  font-weight: 800;
}

.admin-table__muted {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.badge--green {
  background: rgba(56, 208, 112, 0.1);
  border-color: rgba(56, 208, 112, 0.25);
}

.badge--red {
  background: rgba(210, 176, 111, 0.12);
  border-color: rgba(210, 176, 111, 0.3);
}

.badge--muted {
  opacity: 0.8;
}

.admin-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.admin-actions form {
  margin: 0;
}

.btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
  filter: none;
}

.is-hidden {
  display: none;
}

.form--single {
  grid-template-columns: 1fr;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 0 48px;
  color: var(--muted);
}

.footer__brand {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 4px;
}

.footer__right {
  display: flex;
  gap: 14px;
}

@media (max-width: 920px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 22px;
  }
  .split {
    grid-template-columns: 1fr;
  }
  .rules__cards {
    grid-template-columns: 1fr;
  }
  .admin-grid {
    grid-template-columns: 1fr;
  }
  .admin-table__row {
    grid-template-columns: 1fr;
  }
  .section__head {
    align-items: start;
    flex-direction: column;
  }
  .section__desc {
    text-align: left;
  }
  .grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid--2 {
    grid-template-columns: 1fr;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .container {
    width: min(1100px, calc(100% - 24px));
  }
  .header {
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px 0;
  }
  .brand {
    order: 1;
  }
  .header__cta {
    order: 2;
    width: 100%;
  }
  .nav {
    order: 3;
    width: 100%;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding-bottom: 6px;
    font-size: 10px;
  }
  .nav a {
    white-space: nowrap;
    padding: 8px 8px;
  }

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

  .gallery-thumb {
    height: 76px;
  }

  .captcha__img {
    height: 140px;
  }

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

  .admin .nav {
    overflow-x: visible;
    flex-wrap: wrap;
    padding-bottom: 0;
  }

  .admin .nav a {
    flex: 1 1 auto;
    text-align: center;
    white-space: normal;
  }

  .admin .header__cta {
    width: auto;
  }
  .card {
    padding: 14px;
  }
  #location .row__k {
    font-size: 13px;
  }
  #location .row__v {
    font-size: 15px;
  }
  #location .links {
    font-size: 13px;
  }
  #location .map__placeholder {
    font-size: 14px;
  }
  .form {
    grid-template-columns: 1fr;
  }

  .admin .form .field__input {
    width: 100%;
    min-width: 0;
  }

  .admin .form .btn {
    width: 100%;
    justify-content: center;
  }
}

/* Адаптивная таблица заявок для телефонов */
@media (max-width: 768px) {
  .admin-responsive-table table,
  .admin-responsive-table thead,
  .admin-responsive-table tbody,
  .admin-responsive-table th,
  .admin-responsive-table td,
  .admin-responsive-table tr {
    display: block;
  }

  /* Прячем заголовки таблицы */
  .admin-responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .admin-responsive-table tr {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
    margin-bottom: 16px;
    padding: 12px;
  }

  .admin-responsive-table td {
    border: none !important;
    position: relative;
    padding: 8px 0 8px 110px !important;
    text-align: left !important;
    min-height: 32px;
    word-break: break-word;
  }

  .admin-responsive-table td form {
    text-align: left;
  }

  /* Рисуем подписи к полям с помощью data-label (нужно добавить атрибуты в HTML) */
  .admin-responsive-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    top: 8px;
    width: 100px;
    font-weight: 700;
    color: var(--muted);
    font-size: 12px;
    text-transform: uppercase;
  }
}

/* Рейтинг игроков (Креативный карточный вид) */
.rating-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0;
}
.rating-row {
  display: flex;
  align-items: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  padding: 12px 16px;
  transition: all 0.2s ease;
}
.rating-row:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(210, 176, 111, 0.42);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.rating-row--header {
  background: transparent !important;
  border: none !important;
  padding: 0 16px 8px !important;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--muted);
}
.rating-row--header:hover {
  transform: none;
  box-shadow: none;
}
.rating-rank {
  width: 60px;
  text-align: center;
  font-size: 18px;
  flex-shrink: 0;
}
.rating-trend {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  font-size: 14px;
  flex-shrink: 0;
  margin-left: 4px;
}
.trend-up { color: #38d070; }
.trend-down { color: #d01616; }
.trend-same { color: rgba(255, 255, 255, 0.2); }
.trend-new { color: #FFD700; font-size: 10px; font-weight: bold; text-transform: uppercase; }

.rating-name {
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  margin-left: 10px;
}
.rating-leader {
  flex-grow: 1;
}
.rating-pts {
  font-weight: bold;
  color: #111;
  font-size: 16px;
  white-space: nowrap;
  flex-shrink: 0;
  background: var(--accent);
  padding: 4px 12px;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(210, 176, 111, 0.28);
}
/* Медали */
.rank-1 { color: #FFD700; font-weight: bold; font-size: 20px; }
.rank-2 { color: #C0C0C0; font-weight: bold; font-size: 20px; }
.rank-3 { color: #CD7F32; font-weight: bold; font-size: 20px; }
.rank-other { color: var(--muted); font-weight: bold; }

@media (max-width: 480px) {
  .rating-row { padding: 10px 12px; }
  .rating-rank { width: 50px; font-size: 16px; }
  .rating-name { font-size: 14px; margin-left: 5px; }
  .rating-pts { font-size: 14px; padding: 3px 10px; }
}

.cookie-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  padding: 12px;
}

.cookie-consent__card {
  width: min(1100px, calc(100% - 24px));
  margin: 0 auto 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(10, 10, 10, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.cookie-consent__text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.45;
}

.cookie-consent__text a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-consent__actions {
  flex-shrink: 0;
}

@media (max-width: 680px) {
  .cookie-consent__card {
    flex-direction: column;
    align-items: stretch;
  }
  .cookie-consent__actions .btn {
    width: 100%;
    justify-content: center;
  }
}