/* Generated by igo2/tools/build_asset_bundles.php. Do not edit this file directly. */


/* Source: igo2/src/css/public/styles.base.css */
:root {
  --gold: #f2c36a;
  --gold-strong: #ffcc66;
  --gold-soft: #be8c39;
  --text: #f2ead7;
  --surface: rgba(9, 9, 12, 0.66);
  --surface-border: rgba(255, 196, 98, 0.55);
  --bg-image-mobile: url("./img/bg3-960.webp");
  --bg-image-tablet: url("./img/bg3-1440.webp");
  --bg-image-desktop: url("./img/bg3-1920.webp");
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  color: var(--text);
  font-family: "Trebuchet MS", "Segoe UI", "Arial Narrow", sans-serif;
  background-color: #030406;
  background-image: var(--bg-image-tablet);
  background-repeat: no-repeat;
  background-position: 50% -200px;
  background-size: 100% auto;
  background-attachment: scroll;
}

.page {
  width: min(1024px, 100%);
  margin: 0 auto;
  padding: 24px 18px 48px;
}

.section {
  position: relative;
  margin: 0 auto 24px;
  padding: 10px 0 4px;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(8, 8, 10, 0.26), rgba(8, 8, 10, 0.14));
  backdrop-filter: blur(1.2px);
}

.section > * {
  position: relative;
  z-index: 1;
}


/* Source: igo2/src/css/public/styles.hero.css */
.hero {
  --hero-bg-width: 960px;
  --hero-bg-top: -120px;
  position: relative;
  min-height: 390px;
  padding: 12px 8px 6px;
}

.hero::before {
  background: linear-gradient(180deg, rgba(8, 8, 10, 0.08), rgba(8, 8, 10, 0.04));
  backdrop-filter: none;
}

.hero::after {
  content: "";
  position: absolute;
  left: 50%;
  top: var(--hero-bg-top);
  z-index: 0;
  width: min(var(--hero-bg-width), 100vw);
  aspect-ratio: 3 / 2;
  transform: translateX(-50%);
  pointer-events: none;
  background:
    image-set(
      url("./img/hero-center-640.webp") 1x,
      url("./img/hero-center-1024.webp") 2x
    )
    center / contain no-repeat;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(260px, 340px) minmax(180px, 1fr);
  grid-template-rows: auto auto;
  gap: 14px 16px;
  align-items: center;
  perspective: 1400px;
}

.hero-grid::before {
  content: "";
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: center;
  width: 100%;
  max-width: 340px;
  height: clamp(140px, 19vw, 216px);
}

.hero-actions {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: min(448px, 100%);
  margin: 14px auto 0;
  padding: 4px 8px;
  border: 1px solid rgba(255, 200, 103, 0.58);
  border-radius: 11px;
  background: linear-gradient(180deg, rgba(16, 15, 19, 0.9), rgba(5, 5, 8, 0.96));
  box-shadow:
    0 0 0 1px rgba(255, 210, 129, 0.18) inset,
    0 8px 26px rgba(0, 0, 0, 0.45),
    0 0 24px rgba(255, 184, 83, 0.22);
  overflow: hidden;
  backdrop-filter: blur(2px);
}

.hero-actions::before {
  content: "";
  position: absolute;
  top: -52%;
  left: 50%;
  width: 3px;
  height: 208%;
  background: linear-gradient(180deg, rgba(255, 230, 172, 0), rgba(255, 206, 116, 0.95), rgba(255, 230, 172, 0));
  transform: translateX(-50%) rotate(34deg);
  box-shadow: 0 0 18px rgba(255, 195, 93, 0.58);
  pointer-events: none;
  z-index: 3;
}

.hero-actions::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 11px;
  background: linear-gradient(180deg, rgba(255, 234, 182, 0.16), rgba(255, 234, 182, 0) 34%);
  z-index: 1;
}

.hero .hero-cta {
  flex: 1 1 50%;
  width: auto;
  max-width: none;
  position: relative;
  z-index: 2;
  margin: 0;
  border: 0;
  border-radius: 8px;
  padding: 10px;
  font-size: clamp(14px, 1.45vw, 26px);
  font-weight: 700;
  letter-spacing: 0.15px;
  text-transform: none;
  background:
    radial-gradient(140% 130% at 15% -25%, rgba(255, 221, 148, 0.25), rgba(255, 221, 148, 0) 54%),
    linear-gradient(180deg, rgba(17, 18, 24, 0.88), rgba(5, 6, 10, 0.96));
  box-shadow:
    0 1px 0 rgba(255, 235, 197, 0.2) inset,
    0 -14px 18px rgba(0, 0, 0, 0.24) inset;
  text-shadow: 0 0 12px rgba(255, 206, 122, 0.2);
  transition:
    transform 0.28s ease,
    color 0.28s ease,
    box-shadow 0.32s ease,
    background-position 0.32s ease,
    filter 0.28s ease;
}

.hero .hero-cta:first-child {
  border-radius: 8px;
}

.hero .hero-cta:last-child {
  border-radius: 8px;
  color: #efbe69;
}

.hero .hero-cta:hover,
.hero .hero-cta:focus-visible {
  transform: translateY(-1px) scale(1.012);
  color: #ffe2a4;
  box-shadow:
    0 1px 0 rgba(255, 239, 205, 0.28) inset,
    0 -12px 20px rgba(0, 0, 0, 0.28) inset,
    0 0 18px rgba(255, 191, 93, 0.24);
  filter: saturate(1.12);
}

.hero-card {
  --panel-rot: 0deg;
  --panel-hover-tilt-y: 0deg;
  width: min(228px, 100%);
  min-height: 98px;
  padding: 10px 11px 9px;
  transform-origin: center;
}

.hero-card h3 {
  font-size: clamp(14px, 1.2vw, 18px);
  margin-bottom: 2px;
}

.hero-card p {
  margin-bottom: 6px;
  font-size: clamp(12px, 1.05vw, 14px);
}

.hero-card .btn {
  max-width: 108px;
  margin-top: 4px;
  padding: 5px 8px;
  font-size: 12px;
}

.hero-card-hookah {
  width: min(260px, 100%);
}

.hero-card-hookah h3 {
  white-space: nowrap;
  font-size: clamp(14px, 1.16vw, 17px);
}

.hero-card-lt {
  --panel-rot: -4deg;
  --panel-hover-tilt-y: -10deg;
  grid-column: 1;
  grid-row: 1;
  justify-self: end;
}

.hero-card-lb {
  --panel-rot: -1deg;
  --panel-hover-tilt-y: -3deg;
  margin-top: 50px;
  margin-right: -20%;
  grid-column: 1;
  grid-row: 2;
  justify-self: end;
}

.hero-card-rt {
  --panel-rot: 4deg;
  --panel-hover-tilt-y: 10deg;
  grid-column: 3;
  grid-row: 1;
  justify-self: start;
}

.hero-card-rb {
  --panel-rot: 1deg;
  --panel-hover-tilt-y: 3deg;
  margin-top: 50px;
  margin-left: -20%;
  grid-column: 3;
  grid-row: 2;
  justify-self: start;
}

.hero-card-lt,
.hero-card-lb,
.cards-two > .panel:nth-child(odd),
.cards-three > .panel:nth-child(1),
.cards-three > .panel:nth-child(2) {
  --panel-frame-image: url("./img/panel-glow-left.webp");
}

.hero-card-rt,
.hero-card-rb,
.cards-two > .panel:nth-child(even),
.cards-three > .panel:nth-child(3) {
  --panel-frame-image: url("./img/panel-glow-right.webp");
  --panel-frame-size: 124% 143%;
  --panel-frame-position: calc(33% - 1px) 42%;
}

.hero-card-lt {
  --panel-frame-position: calc(40% + 7px) calc(47% + 1px);
}

.hero-card-rt {
  --panel-frame-position: calc(33% - 1px) calc(42% - 8px);
}

.hero-card-lb {
  --panel-frame-position: calc(53% + 7px) calc(63% + 41px);
}

/* Common alignment for lower left panels (except explicit custom overrides). */
.cards-two > .panel:nth-child(odd),
.cards-three > .panel:nth-child(1),
.cards-three > .panel:nth-child(2) {
  --panel-frame-size: 124% 142%;
  --panel-frame-position:  calc(44% + 1px) calc(45% + 1px);
}

.cards {
  display: grid;
  gap: 12px;
  perspective: 1400px;
}

.cards-two {
  grid-template-columns: repeat(2, minmax(250px, 1fr));
}

.cards-three {
  grid-template-columns: repeat(3, minmax(180px, 1fr));
}

.section-title {
  margin: 0 0 12px;
  text-align: center;
  font-size: clamp(19px, 2.45vw, 34px);
  line-height: 1.2;
  font-weight: 700;
  color: #f2f0ea;
  text-shadow: 0 0 14px rgba(255, 186, 86, 0.32);
}

.section-title::first-letter {
  color: var(--gold);
}


/* Source: igo2/src/css/public/styles.controls.css */
.panel {
  --panel-lift: 0px;
  --panel-tilt-x: 0deg;
  --panel-tilt-y: 0deg;
  --panel-frame-image: none;
  --panel-frame-size: 124% 141%;
  --panel-frame-position: calc(53% + 7px) calc(63% + 9px);
  --panel-frame-inset: 1px;
  position: relative;
  border: 1px solid var(--surface-border);
  border-radius: 12px;
  padding: 14px 14px 12px;
  background: linear-gradient(180deg, rgba(11, 11, 13, 0.66), rgba(4, 4, 7, 0.84));
  isolation: isolate;
  overflow: hidden;
  transform-origin: center;
  transform-style: preserve-3d;
  transform:
    translateY(var(--panel-lift))
    rotate(var(--panel-rot, 0deg))
    rotateX(var(--panel-tilt-x))
    rotateY(var(--panel-tilt-y));
  will-change: transform, box-shadow;
  transition:
    transform 0.58s cubic-bezier(0.22, 0.61, 0.36, 1),
    box-shadow 0.58s cubic-bezier(0.22, 0.61, 0.36, 1),
    border-color 0.32s ease,
    filter 0.32s ease;
  box-shadow:
    0 0 0 1px rgba(255, 197, 101, 0.22) inset,
    0 20px 28px rgba(0, 0, 0, 0.38),
    0 0 34px rgba(231, 165, 54, 0.22);
}

.panel > * {
  position: relative;
  z-index: 2;
}

.panel::before {
  content: "";
  position: absolute;
  inset: var(--panel-frame-inset);
  z-index: 1;
  border-radius: 11px;
  pointer-events: none;
  background:
    var(--panel-frame-image),
    linear-gradient(116deg, rgba(255, 255, 255, 0.34) 2%, rgba(255, 255, 255, 0.1) 13%, rgba(255, 255, 255, 0.02) 26%, rgba(255, 255, 255, 0) 40%),
    radial-gradient(140% 95% at 12% -16%, rgba(255, 232, 177, 0.5), rgba(255, 232, 177, 0) 45%),
    linear-gradient(155deg, rgba(255, 205, 109, 0.3), rgba(255, 205, 109, 0) 38%, rgba(0, 0, 0, 0.42));
  background-repeat: no-repeat;
  background-size: var(--panel-frame-size), 230% 230%, auto, auto;
  background-position: var(--panel-frame-position), 0% 0%, center, center;
  opacity: 0.9;
  transition:
    opacity 0.4s ease,
    background-position 0.7s ease;
}

.cards-two > .panel.panel-lounge-vodny {
  --panel-frame-image:
    image-set(
      url("./img/lounge-vodny-900.webp") 1x,
      url("./img/lounge-vodny-1400.webp") 2x
    );
  --panel-frame-size: cover;
  --panel-frame-position: center;
}

.cards-two > .panel.panel-lounge-smolnaya {
  --panel-frame-image:
    image-set(
      url("./img/lounge-smolnaya-900.webp") 1x,
      url("./img/lounge-smolnaya-1400.webp") 2x
    );
  --panel-frame-size: cover;
  --panel-frame-position: center;
}

.panel::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: 12px;
  pointer-events: none;
  opacity: 0.78;
  background: linear-gradient(
    150deg,
    rgba(255, 205, 109, 0.17),
    rgba(255, 205, 109, 0) 24%,
    rgba(255, 205, 109, 0) 76%,
    rgba(255, 205, 109, 0.11)
  );
  background-size: 180% 180%;
  background-position: 0% 0%;
  transition:
    opacity 0.4s ease,
    transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1),
    background-position 0.55s ease;
}

.panel:not(.hero-card):hover,
.panel:not(.hero-card):focus-within {
  --panel-lift: -13px;
  border-color: rgba(255, 220, 150, 0.9);
  filter: saturate(1.2) brightness(1.08);
  box-shadow:
    0 0 0 1px rgba(255, 220, 150, 0.48) inset,
    0 32px 44px rgba(0, 0, 0, 0.52),
    0 0 44px rgba(255, 188, 86, 0.34);
}

.hero-card:hover,
.hero-card:focus-within {
  --panel-lift: -11px;
  border-color: rgba(255, 220, 150, 0.88);
  filter: saturate(1.18) brightness(1.08);
  box-shadow:
    0 0 0 1px rgba(255, 220, 150, 0.4) inset,
    0 26px 36px rgba(0, 0, 0, 0.5),
    0 0 38px rgba(255, 188, 86, 0.3);
}

.hero-card-hookah::before {
  opacity: 0.92;
  background:
    var(--panel-frame-image),
    linear-gradient(118deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.3) 12%, rgba(255, 255, 255, 0.1) 28%, rgba(255, 255, 255, 0) 46%),
    radial-gradient(125% 95% at 16% -12%, rgba(255, 245, 214, 0.74), rgba(255, 245, 214, 0) 46%),
    linear-gradient(154deg, rgba(255, 211, 124, 0.4), rgba(255, 211, 124, 0) 38%, rgba(0, 0, 0, 0.3));
  background-repeat: no-repeat;
  background-size: var(--panel-frame-size), 250% 250%, auto, auto;
  background-position: var(--panel-frame-position), 0% 0%, center, center;
}

.hero-card-hookah:hover,
.hero-card-hookah:focus-within {
  --panel-lift: -7px;
}

.hero-card-hookah:hover::before,
.hero-card-hookah:focus-within::before {
  opacity: 1;
  background-position: var(--panel-frame-position), 100% 54%, center, center;
}

.panel:hover::before,
.panel:focus-within::before {
  opacity: 0.98;
  transform: none;
  background-position: var(--panel-frame-position), 100% 60%, center, center;
}

.panel:hover::after,
.panel:focus-within::after {
  opacity: 1;
  transform: translateZ(24px);
  background-position: 100% 70%;
}

.panel h3 {
  margin: 0 0 4px;
  font-size: clamp(16px, 1.9vw, 27px);
  line-height: 1.17;
  font-weight: 700;
  color: #f4e8cf;
}

.panel p {
  margin: 0 0 8px;
  font-size: clamp(13px, 1.45vw, 18px);
  line-height: 1.35;
  color: #f2f2f2;
}

.panel ul {
  margin: 0 0 10px 16px;
  padding: 0;
}

.panel li {
  margin: 4px 0;
  font-size: clamp(12px, 1.35vw, 17px);
}

.panel-small {
  min-height: unset;
  text-align: center;
}

.panel-medium {
  min-height: 182px;
}

.panel-large {
  min-height: 268px;
}

.panel-shop {
  min-height: 166px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  text-align: center;
}

.shop-logo-wrap {
  display: grid;
  place-items: center;
  min-height: 68px;
  width: 100%;
  margin: 0 auto 4px;
}

.shop-logo {
  display: block;
  width: auto;
  max-width: 94%;
  max-height: 64px;
  object-fit: contain;
  object-position: 50% 50%;
  margin: 0 auto;
  image-rendering: auto;
  filter: drop-shadow(0 0 14px rgba(255, 191, 92, 0.42));
}

.shop-logo-ozon {
  width: min(208px, 92%);
}

.shop-logo-wb {
  width: min(232px, 95%);
}

.shop-logo-cart {
  width: min(98px, 62%);
  max-height: 66px;
  object-position: 50% 50%;
}

.panel-shop p {
  margin: 0 0 12px;
}

button.btn {
  appearance: none;
  cursor: pointer;
}

.btn {
  display: block;
  width: 100%;
  max-width: 194px;
  margin: 6px auto 0;
  padding: 7px 11px;
  border: 1px solid rgba(255, 197, 99, 0.58);
  border-radius: 7px;
  font-size: clamp(12px, 1.15vw, 15px);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #f7f5ec;
  background: linear-gradient(180deg, rgba(19, 18, 20, 0.9), rgba(8, 8, 10, 0.95));
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
  border-color: var(--gold-strong);
  box-shadow: 0 6px 18px rgba(247, 169, 58, 0.22);
}

.btn-wide {
  max-width: 220px;
}

.brand {
  font-size: clamp(24px, 2.5vw, 32px);
  letter-spacing: 0.3px;
}

.brand-ozon {
  color: #17a0ff;
}

.brand-wb {
  color: #d142ff;
}

.brand-igo {
  color: #f1d39a;
}


/* Source: igo2/src/css/public/home/rules.css */
.rules-spotlight {
  position: relative;
  padding: clamp(24px, 4.2vw, 42px);
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 209, 119, 0.18), rgba(255, 209, 119, 0) 32%),
    radial-gradient(circle at right center, rgba(255, 170, 80, 0.12), rgba(255, 170, 80, 0) 28%),
    linear-gradient(180deg, rgba(18, 17, 20, 0.96), rgba(6, 6, 9, 0.99));
  box-shadow:
    0 0 0 1px rgba(255, 207, 121, 0.1) inset,
    0 28px 56px rgba(0, 0, 0, 0.34);
}

.rules-spotlight__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none;
}

.rules-spotlight__eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.rules-spotlight__lead {
  margin: 0;
  color: rgba(242, 234, 215, 0.92);
  font-size: clamp(16px, 1.55vw, 20px);
  line-height: 1.72;
}

.rules-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin-top: clamp(22px, 3vw, 30px);
}

.rules-link-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 22px 20px 20px;
  border: 1px solid rgba(255, 197, 101, 0.18);
  border-radius: 20px;
  background:
    radial-gradient(circle at top left, rgba(255, 215, 129, 0.18), rgba(255, 215, 129, 0) 40%),
    linear-gradient(180deg, rgba(19, 18, 22, 0.95), rgba(8, 8, 11, 0.98));
  box-shadow:
    0 0 0 1px rgba(255, 197, 101, 0.08) inset,
    0 24px 40px rgba(0, 0, 0, 0.28);
}

.rules-link-card--accent {
  background:
    radial-gradient(circle at top left, rgba(255, 214, 126, 0.3), rgba(255, 214, 126, 0) 44%),
    linear-gradient(180deg, rgba(27, 20, 11, 0.95), rgba(9, 8, 11, 0.98));
}

.rules-link-card h3 {
  margin: 0 0 10px;
  color: #f6e4bd;
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.2;
}

.rules-link-card p {
  margin: 0;
  color: rgba(242, 234, 215, 0.78);
  font-size: 15px;
  line-height: 1.65;
}

.rules-link-card .btn {
  width: fit-content;
  max-width: none;
  margin: auto 0 0;
  margin-top: 18px;
}


/* Source: igo2/src/css/public/home/partners.css */
.igo-carousel {
  padding: 20px;
}

.igo-carousel__controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 14px;
}

.igo-carousel__nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 201, 108, 0.38);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(21, 21, 25, 0.92), rgba(8, 8, 10, 0.98));
  color: #f2ead7;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.igo-carousel__nav:hover,
.igo-carousel__nav:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 214, 132, 0.9);
  box-shadow: 0 12px 24px rgba(255, 187, 74, 0.22);
}

.igo-carousel__nav svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.igo-carousel__viewport {
  overflow: hidden;
}

.igo-carousel__track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.igo-carousel__slide {
  flex: 0 0 100%;
  min-width: 100%;
}

.igo-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}

.igo-carousel__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid rgba(255, 204, 116, 0.52);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.igo-carousel__dot.is-active {
  background: var(--gold);
  box-shadow: 0 0 14px rgba(255, 200, 103, 0.35);
  transform: scale(1.08);
}

.igo-carousel--partners {
  position: relative;
  padding: clamp(26px, 4vw, 38px);
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(255, 215, 131, 0.18), rgba(255, 215, 131, 0) 26%),
    radial-gradient(circle at bottom right, rgba(255, 162, 79, 0.14), rgba(255, 162, 79, 0) 30%),
    linear-gradient(180deg, rgba(15, 14, 18, 0.96), rgba(5, 5, 8, 0.99));
}

.igo-carousel--partners::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.06), transparent 26%),
    radial-gradient(circle at 18% 22%, rgba(255, 214, 126, 0.12), transparent 34%);
  pointer-events: none;
}

.partners-showcase__header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: end;
  margin-bottom: 20px;
}

.partners-showcase__intro {
  max-width: 920px;
}

.partners-showcase__eyebrow {
  margin: 0 0 10px;
  color: rgba(255, 206, 120, 0.84);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.partners-showcase__intro h3 {
  margin: 0 0 12px;
  color: #f6e6c3;
  font-size: clamp(28px, 2.7vw, 42px);
  line-height: 1.02;
}

.partners-showcase__intro p {
  margin: 0;
  color: rgba(242, 234, 215, 0.8);
  font-size: 16px;
  line-height: 1.8;
}

.partners-showcase__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.partner-card {
  position: relative;
  display: grid;
  gap: 18px;
  min-height: 320px;
  padding: 24px;
  border: 1px solid rgba(255, 200, 103, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(16, 16, 20, 0.92), rgba(7, 7, 10, 0.98)),
    rgba(16, 16, 20, 0.92);
  box-shadow:
    0 0 0 1px rgba(255, 200, 103, 0.08) inset,
    0 28px 40px rgba(0, 0, 0, 0.28);
}

.partner-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at top left, rgba(255, 214, 126, 0.18), rgba(255, 214, 126, 0) 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.partner-card__label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-self: flex-start;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 199, 101, 0.08);
  color: rgba(246, 230, 195, 0.9);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.partner-card__media {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 152px;
  padding: 24px;
  border: 1px solid rgba(255, 205, 110, 0.1);
  border-radius: 20px;
  background:
    radial-gradient(circle at center, rgba(255, 214, 126, 0.14), rgba(255, 214, 126, 0) 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  overflow: hidden;
}

.partner-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 34%),
    linear-gradient(315deg, rgba(255, 255, 255, 0.04), transparent 28%);
  pointer-events: none;
}

.partner-card img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 280px;
  max-height: 112px;
  margin: auto;
  object-fit: contain;
  filter: saturate(1.03) contrast(1.04) drop-shadow(0 10px 24px rgba(0, 0, 0, 0.26));
}

.partner-card__body {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
}

.partner-card__body h4 {
  margin: 0;
  color: #f7ecd5;
  font-size: clamp(20px, 1.8vw, 25px);
  line-height: 1.12;
}

.partner-card__body p {
  margin: 0;
  color: rgba(242, 234, 215, 0.76);
  font-size: 14px;
  line-height: 1.68;
}

.partner-card__empty {
  min-height: 320px;
  display: grid;
  place-items: center;
  text-align: center;
  border: 1px dashed rgba(255, 205, 110, 0.22);
  border-radius: 24px;
  color: rgba(242, 234, 215, 0.62);
}


/* Source: igo2/src/css/public/home/footer.css */
.site-footer {
  padding: 8px 18px 42px;
}

.site-footer__inner {
  width: min(1200px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.82fr);
  gap: 24px;
  align-items: end;
  padding: 26px 28px;
  border: 1px solid rgba(255, 201, 108, 0.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(255, 206, 118, 0.16), rgba(255, 206, 118, 0) 30%),
    linear-gradient(180deg, rgba(14, 14, 18, 0.94), rgba(6, 6, 9, 0.99));
  box-shadow:
    0 0 0 1px rgba(255, 201, 108, 0.08) inset,
    0 24px 46px rgba(0, 0, 0, 0.24);
}

.site-footer__brand,
.site-footer__meta {
  display: grid;
  gap: 8px;
}

.site-footer__eyebrow {
  margin: 0;
  color: rgba(255, 206, 120, 0.82);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-footer__title {
  margin: 0;
  color: #f7ecd5;
  font-size: clamp(28px, 2.7vw, 42px);
  line-height: 0.96;
}

.site-footer__copy,
.site-footer__legal,
.site-footer__dev {
  margin: 0;
  color: rgba(242, 234, 215, 0.72);
  line-height: 1.6;
}

.site-footer__meta {
  justify-items: end;
  text-align: right;
}

.site-footer__dev strong {
  color: #f6dfaf;
}

.site-footer__link {
  display: inline-flex;
  align-self: center;
  padding: 0;
  color: #f1d39a;
  font-weight: 600;
  text-decoration: none;
}

.site-footer__link:hover,
.site-footer__link:focus-visible {
  color: #ffe2a4;
}


/* Source: igo2/src/css/public/home/callback.css */
.callback-widget {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 70;
  display: grid;
  justify-items: end;
  gap: 12px;
}

.callback-widget__panel {
  width: min(360px, calc(100vw - 24px));
  padding: 18px 16px 16px;
  transform: translateY(10px) scale(0.98);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.26s ease, opacity 0.26s ease, visibility 0.26s ease;
}

.callback-widget.is-open .callback-widget__panel {
  transform: none;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.callback-widget__eyebrow {
  margin: 0 0 6px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.callback-widget__title {
  margin: 0 0 8px;
  color: #f6e4bd;
  font-size: clamp(18px, 1.4vw, 22px);
  line-height: 1.2;
}

.callback-widget__lead {
  margin: 0 0 14px;
  color: rgba(242, 234, 215, 0.74);
  font-size: 14px;
  line-height: 1.55;
}

.callback-widget__form {
  display: grid;
  gap: 12px;
}

.callback-widget__field {
  display: grid;
  gap: 6px;
}

.callback-widget__field span {
  color: rgba(242, 234, 215, 0.8);
  font-size: 13px;
}

.callback-widget__field input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(255, 200, 103, 0.32);
  border-radius: 10px;
  color: #f7f5ec;
  font: inherit;
  background: rgba(7, 7, 10, 0.9);
  box-shadow: 0 0 0 1px rgba(255, 200, 103, 0.06) inset;
}

.callback-widget__field input:focus {
  outline: none;
  border-color: rgba(255, 212, 129, 0.85);
  box-shadow: 0 0 0 1px rgba(255, 212, 129, 0.16), 0 0 18px rgba(255, 187, 74, 0.12);
}

.callback-widget__actions {
  display: flex;
  gap: 10px;
}

.callback-widget__actions > .btn {
  flex: 1 1 0;
  width: auto;
  max-width: none;
  margin: 0;
}

.callback-widget__actions > .callback-widget__dismiss {
  color: rgba(242, 234, 215, 0.82);
}

.callback-widget__status {
  margin: 0;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.callback-widget__status.is-success {
  color: #dff7d5;
  background: rgba(65, 123, 59, 0.22);
  border: 1px solid rgba(117, 184, 112, 0.36);
}

.callback-widget__status.is-error {
  color: #ffd4cf;
  background: rgba(135, 42, 32, 0.22);
  border: 1px solid rgba(197, 90, 78, 0.36);
}

.callback-widget__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.callback-widget__trigger {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 8px 16px 8px 10px;
  border: 1px solid rgba(255, 199, 101, 0.46);
  border-radius: 999px;
  color: #f8f4eb;
  background:
    radial-gradient(circle at top left, rgba(255, 216, 137, 0.24), rgba(255, 216, 137, 0) 46%),
    linear-gradient(180deg, rgba(17, 17, 20, 0.96), rgba(7, 7, 10, 0.98));
  box-shadow:
    0 0 0 1px rgba(255, 205, 110, 0.12) inset,
    0 16px 26px rgba(0, 0, 0, 0.34),
    0 0 22px rgba(255, 187, 74, 0.18);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.callback-widget__trigger:hover,
.callback-widget__trigger:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 214, 132, 0.86);
  box-shadow:
    0 0 0 1px rgba(255, 214, 132, 0.14) inset,
    0 20px 30px rgba(0, 0, 0, 0.38),
    0 0 28px rgba(255, 187, 74, 0.26);
}

.callback-widget__trigger-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  color: #070708;
  background: linear-gradient(180deg, #ffd489, #e0a85b);
  box-shadow: 0 6px 16px rgba(255, 186, 75, 0.28);
}

.callback-widget__trigger-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.callback-widget__trigger-label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.callback-widget__trigger-label strong {
  font-size: 14px;
  line-height: 1;
}

.callback-widget__trigger-label span {
  color: rgba(242, 234, 215, 0.68);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}


/* Source: igo2/src/css/public/home/responsive.css */
@media (max-width: 900px) {
  .rules-links {
    grid-template-columns: 1fr;
  }

  .partners-showcase__header {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

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

  .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .site-footer__meta {
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 640px) {
  .igo-carousel,
  .rules-spotlight {
    padding: 14px;
  }

  .partners-showcase__intro h3 {
    font-size: 24px;
  }

  .partners-showcase__grid {
    grid-template-columns: 1fr;
  }

  .partner-card {
    min-height: 0;
    padding: 14px;
  }

  .partner-card__media {
    min-height: 126px;
    padding: 18px;
  }

  .site-footer {
    padding: 0 12px 84px;
  }

  .site-footer__inner {
    padding: 22px 18px;
  }

  .callback-widget {
    right: 10px;
    left: 10px;
    bottom: 10px;
    justify-items: stretch;
  }

  .callback-widget__panel {
    width: 100%;
  }

  .callback-widget__trigger {
    justify-content: center;
  }

  .callback-widget__actions {
    flex-direction: column;
  }
}


/* Source: igo2/src/css/public/styles.hero-responsive.css */
@media (min-width: 1400px) {
  body {
    background-image: var(--bg-image-desktop);
  }
}

@media (max-width: 860px) {
  .hero {
    --hero-bg-width: 720px;
    --hero-bg-top: -170px;
  }

  .cards-three {
    grid-template-columns: 1fr;
  }

  .cards-two {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    grid-template-rows: auto auto auto;
    gap: 10px;
  }

  .hero-grid::before {
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
    max-width: 330px;
    height: clamp(110px, 24vw, 170px);
  }

  .hero-card {
    width: 100%;
    --panel-rot: 0deg;
    --panel-hover-tilt-y: 0deg;
  }

  .hero-card-lt {
    grid-column: 1;
    grid-row: 2;
    justify-self: stretch;
  }

  .hero-card-rt {
    grid-column: 2;
    grid-row: 2;
    justify-self: stretch;
  }

  .hero-card-lb {
    grid-column: 1;
    grid-row: 3;
    justify-self: stretch;
  }

  .hero-card-rb {
    grid-column: 2;
    grid-row: 3;
    justify-self: stretch;
  }

  .hero-card-lb,
  .hero-card-rb {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-actions {
    margin-top: 12px;
  }
}

@media (max-width: 640px) {
  body {
    background-image: var(--bg-image-mobile);
  }

  .hero {
    --hero-bg-width: 560px;
    --hero-bg-top: -92px;
    padding-top: 82px;
  }

  .hero-grid::before {
    display: none;
  }

  .hero-grid {
    grid-template-rows: auto auto;
  }

  .hero-card-lt {
    grid-row: 1;
  }

  .hero-card-rt {
    grid-row: 1;
  }

  .hero-card-lb {
    grid-row: 2;
  }

  .hero-card-rb {
    grid-row: 2;
  }

  .hero-card-lb,
  .hero-card-rb {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
    width: min(330px, 100%);
    gap: 6px;
    padding: 6px;
  }

  .hero-actions::before {
    display: none;
  }

  .hero .hero-cta {
    width: 100%;
    border-radius: 10px;
  }

  .hero .hero-cta:first-child,
  .hero .hero-cta:last-child {
    border-radius: 10px;
  }
}

@media (max-width: 480px) {
  .hero {
    --hero-bg-width: 430px;
    --hero-bg-top: -74px;
    padding-top: 86px;
  }

  .page {
    padding: 14px 10px 22px;
  }

  .section {
    margin-bottom: 16px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .hero-grid::before {
    display: none;
  }

  .hero-card-lt,
  .hero-card-rt,
  .hero-card-lb,
  .hero-card-rb {
    grid-column: 1;
    justify-self: stretch;
  }

  .hero-card-lt {
    grid-row: 1;
  }

  .hero-card-rt {
    grid-row: 2;
  }

  .hero-card-lb {
    grid-row: 3;
  }

  .hero-card-rb {
    grid-row: 4;
  }

  .hero-card {
    min-height: 92px;
  }

  .panel-medium,
  .panel-large,
  .panel-shop {
    min-height: unset;
  }
}


/* Source: igo2/src/css/public/booking/modal-shell.css */
body.modal-open {
  overflow: hidden;
}

.igo-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.igo-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.igo-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.74);
  backdrop-filter: blur(2px);
}

.igo-modal__dialog {
  position: relative;
  z-index: 2;
  width: min(580px, 100%);
  max-height: min(88vh, 760px);
  overflow-y: auto;
  padding: 18px 16px 16px;
  border: 1px solid rgba(255, 202, 112, 0.62);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(15, 14, 17, 0.96), rgba(5, 5, 8, 0.98));
  box-shadow:
    0 0 0 1px rgba(255, 208, 124, 0.22) inset,
    0 20px 42px rgba(0, 0, 0, 0.56);
}

.igo-modal__dialog--menu {
  width: min(1080px, 100%);
  height: calc(100vh - 24px);
  max-height: calc(100vh - 24px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.igo-modal__dialog--booking {
  width: min(780px, 100%);
  max-height: calc(100vh - 24px);
}

.igo-modal__dialog--privacy {
  width: min(860px, 100%);
  max-height: calc(100vh - 24px);
}

.igo-modal__dialog--booking-result {
  width: min(700px, 100%);
  max-height: calc(100vh - 24px);
}

.igo-modal__dialog:focus {
  outline: none;
}

.igo-modal__close {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 205, 120, 0.64);
  border-radius: 50%;
  background: rgba(20, 18, 16, 0.95);
  color: #f5e4bf;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.igo-modal__title {
  margin: 0 44px 6px 0;
  font-size: clamp(23px, 2.6vw, 34px);
  color: #f4e8cf;
}

.igo-modal__subtitle {
  margin: 0 0 12px;
  color: #f0ddbe;
}


/* Source: igo2/src/css/public/booking/booking-layout.css */
.igo-booking__hero {
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid rgba(255, 205, 118, 0.18);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(17, 16, 20, 0.96), rgba(9, 8, 11, 0.98)),
    rgba(15, 14, 18, 0.8);
}

.igo-booking__lead {
  margin: 0;
  color: rgba(244, 232, 207, 0.88);
  line-height: 1.7;
}

.igo-booking__meta {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.igo-booking__meta-item {
  display: grid;
  gap: 2px;
}

.igo-booking__meta-label {
  color: #f1c775;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.igo-booking__meta-item a {
  color: #f4e8cf;
  text-decoration: none;
}

.igo-booking__form,
.igo-booking-page__form {
  display: grid;
  gap: 12px;
}

.igo-booking__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.igo-booking__actions > .btn,
.igo-booking__actions > button.btn {
  flex: 1 1 220px;
  width: auto;
  max-width: none;
  margin: 0;
}

.igo-booking__secondary-btn {
  background: linear-gradient(180deg, rgba(17, 18, 24, 0.88), rgba(5, 6, 10, 0.96));
  color: #f1d39a;
}

.igo-booking-result__lead {
  margin-bottom: 12px;
  line-height: 1.65;
}

.igo-booking-result__card {
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(255, 205, 118, 0.24);
  border-radius: 12px;
  background: rgba(11, 11, 15, 0.86);
}

.igo-booking-result__line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 205, 118, 0.16);
}

.igo-booking-result__line:last-child {
  border-bottom: 0;
}

.igo-booking-result__line > span {
  color: rgba(244, 232, 207, 0.72);
}

.igo-booking-result__line > strong {
  color: #f4e8cf;
  text-align: right;
}

.igo-booking-page__status {
  padding: 12px 14px;
  border: 1px solid rgba(255, 204, 114, 0.3);
  border-radius: 10px;
  background: rgba(14, 13, 17, 0.82);
  color: #f4e8cf;
}

.igo-booking-page__status.is-success {
  border-color: rgba(137, 216, 145, 0.45);
  background: rgba(10, 34, 17, 0.88);
}

.igo-booking-page__status.is-error {
  border-color: rgba(255, 125, 115, 0.44);
  background: rgba(45, 12, 12, 0.88);
}

.igo-booking-page__helper {
  margin: 0;
  color: rgba(242, 234, 215, 0.72);
  font-size: 14px;
  line-height: 1.6;
}

.igo-booking-page__trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}


/* Source: igo2/src/css/public/booking/booking-form.css */
.igo-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.igo-form-field {
  display: block;
}

.igo-form-field--wide {
  grid-column: 1 / -1;
}

.igo-form-field span {
  display: block;
  margin-bottom: 6px;
  color: #f0ddbe;
  font-weight: 700;
}

.igo-form-field input,
.igo-form-field select,
.igo-form-field textarea {
  width: 100%;
  min-height: 44px;
  padding: 11px 12px;
  border: 1px solid rgba(255, 204, 114, 0.44);
  border-radius: 10px;
  background: rgba(14, 13, 17, 0.9);
  color: #f4e8cf;
}

.igo-form-field__input-wrap {
  position: relative;
}

.igo-form-field--with-control input[type="date"],
.igo-form-field--with-control input[type="time"] {
  padding-right: 50px;
}

.igo-form-field__picker {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 204, 114, 0.44);
  border-radius: 8px;
  background: rgba(12, 11, 15, 0.94);
  color: #f4d08e;
  font-size: 16px;
  line-height: 1;
  transform: translateY(-50%);
  cursor: pointer;
}

.igo-form-field__picker:hover,
.igo-form-field__picker:focus-visible {
  border-color: rgba(255, 222, 154, 0.84);
  color: #ffe7b4;
  box-shadow: 0 0 14px rgba(255, 192, 84, 0.28);
  outline: none;
}

.igo-form-field select {
  appearance: none;
}

.igo-form-field textarea {
  resize: vertical;
}

.igo-form-field input:disabled,
.igo-form-field select:disabled,
.igo-form-field textarea:disabled,
.igo-booking__actions > button.btn:disabled {
  opacity: 0.72;
  cursor: wait;
}


/* Source: igo2/src/css/public/booking/doc-modals.css */
.igo-policy-modal__body {
  margin-top: 6px;
  max-height: min(56vh, 480px);
  overflow-y: auto;
  padding: 12px;
  border: 1px solid rgba(255, 205, 118, 0.24);
  border-radius: 12px;
  background: rgba(11, 11, 15, 0.86);
}

.igo-policy-modal__text {
  margin: 0;
  color: rgba(242, 234, 215, 0.9);
  line-height: 1.65;
  white-space: pre-line;
}

.igo-policy-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.igo-policy-modal__actions > .btn,
.igo-policy-modal__actions > button.btn {
  flex: 1 1 220px;
  width: auto;
  max-width: none;
  margin: 0;
}

.igo-doc-modal__body {
  display: grid;
  gap: 18px;
}

.igo-doc-modal__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.igo-doc-modal__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(255, 205, 118, 0.22);
  border-radius: 999px;
  color: rgba(244, 232, 207, 0.82);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.igo-doc-modal__section {
  padding: 14px;
  border: 1px solid rgba(255, 205, 118, 0.18);
  border-radius: 14px;
  background: rgba(15, 14, 18, 0.74);
}

.igo-doc-modal__section h3,
.igo-doc-modal__prose h3 {
  margin: 0 0 10px;
  color: #f4e8cf;
  font-size: 18px;
  line-height: 1.25;
}

.igo-doc-modal__section p,
.igo-doc-modal__prose p,
.igo-doc-modal__prose li {
  margin: 0;
  color: rgba(242, 234, 215, 0.86);
  line-height: 1.68;
}

.igo-doc-modal__prose {
  display: grid;
  gap: 16px;
}

.igo-doc-modal__prose ul,
.igo-doc-modal__prose ol {
  margin: 0;
  padding-left: 20px;
}

.igo-doc-modal__prose a {
  color: #f1d39a;
}


/* Source: igo2/src/css/public/styles.menu-browser.css */
.igo-menu-modal-body,
.igo-menu-browser {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
}

.igo-menu-page-browser {
  height: clamp(720px, 78vh, 960px);
  min-height: clamp(720px, 78vh, 960px);
}

.igo-menu-browser__shell {
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  min-height: 0;
}

.igo-menu-browser__tabs-wrap {
  padding: 8px;
  border: 1px solid rgba(255, 205, 118, 0.24);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(18, 16, 21, 0.98), rgba(9, 8, 11, 0.98)),
    rgba(15, 14, 18, 0.8);
  box-shadow: 0 0 0 1px rgba(255, 214, 136, 0.08) inset;
}

.igo-menu-browser__tabs {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: thin;
}

.igo-menu-browser__tab {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(255, 205, 118, 0.2);
  border-radius: 12px;
  background:
    radial-gradient(120% 150% at 12% -10%, rgba(255, 222, 156, 0.14), rgba(255, 222, 156, 0) 52%),
    rgba(255, 255, 255, 0.02);
  color: rgba(244, 232, 207, 0.82);
  cursor: pointer;
  font-weight: 700;
  white-space: nowrap;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.igo-menu-browser__tab:hover,
.igo-menu-browser__tab:focus-visible {
  color: #fff4d7;
  transform: translateY(-1px);
  background: rgba(255, 209, 125, 0.1);
  border-color: rgba(255, 220, 150, 0.36);
  box-shadow: 0 10px 18px rgba(255, 188, 82, 0.1);
  outline: none;
}

.igo-menu-browser__tab.is-active {
  color: #120d05;
  background:
    radial-gradient(140% 160% at 16% -22%, rgba(255, 242, 201, 0.6), rgba(255, 242, 201, 0) 54%),
    linear-gradient(180deg, #ffd47f, #e6a648);
  border-color: rgba(255, 231, 183, 0.9);
  box-shadow:
    0 0 0 1px rgba(255, 235, 194, 0.26) inset,
    0 14px 26px rgba(255, 186, 72, 0.16);
}

.igo-menu-browser__panel {
  flex: 1 1 auto;
  min-height: 0;
}

.igo-menu-browser__frame {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: 14px;
  height: 100%;
  min-height: 0;
}

.igo-menu-browser__sidebar,
.igo-menu-browser__detail {
  min-height: 0;
  border: 1px solid rgba(255, 205, 118, 0.32);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(18, 16, 21, 0.96), rgba(9, 8, 11, 0.98)),
    rgba(15, 14, 18, 0.8);
  box-shadow: 0 0 0 1px rgba(255, 214, 136, 0.08) inset;
}

.igo-menu-browser__sidebar {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.igo-menu-browser__sidebar-body {
  min-height: 0;
  overflow-y: auto;
  padding: 14px;
}

.igo-menu-tree,
.igo-menu-tree--nested,
.igo-menu-tree--items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.igo-menu-tree--nested,
.igo-menu-tree--items {
  margin-top: 6px;
  padding-left: 14px;
  border-left: 1px solid rgba(255, 205, 118, 0.14);
}

.igo-menu-tree--root-items {
  margin-top: 10px;
}

.igo-menu-tree__node + .igo-menu-tree__node {
  margin-top: 4px;
}

.igo-menu-tree__button {
  display: block;
  width: 100%;
  padding: 11px 13px;
  border: 1px solid transparent;
  border-radius: 12px;
  background:
    radial-gradient(120% 140% at 12% -10%, rgba(255, 222, 156, 0.12), rgba(255, 222, 156, 0) 54%),
    rgba(255, 255, 255, 0.02);
  color: rgba(244, 232, 207, 0.78);
  text-align: left;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.igo-menu-tree__button--section {
  color: #f7d9a1;
  font-weight: 700;
}

.igo-menu-tree__button--overview {
  background:
    radial-gradient(120% 140% at 12% -10%, rgba(255, 222, 156, 0.16), rgba(255, 222, 156, 0) 56%),
    rgba(255, 209, 125, 0.08);
}

.igo-menu-tree__button--item {
  font-size: 14px;
}

.igo-menu-tree__button:hover,
.igo-menu-tree__button:focus-visible {
  color: #fff4d7;
  transform: translateY(-1px);
  background: rgba(255, 209, 125, 0.1);
  border-color: rgba(255, 220, 150, 0.24);
  box-shadow: 0 12px 20px rgba(255, 190, 82, 0.08);
  outline: none;
}

.igo-menu-tree__button.is-active {
  color: #0f0c07;
  background:
    radial-gradient(140% 160% at 16% -22%, rgba(255, 242, 201, 0.6), rgba(255, 242, 201, 0) 54%),
    linear-gradient(180deg, #ffd47f, #e8aa4b);
  border-color: rgba(255, 227, 173, 0.88);
  box-shadow: 0 12px 20px rgba(255, 190, 82, 0.16);
}

.igo-menu-browser__detail {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.igo-menu-detail__header {
  padding: 18px 18px 0;
}

.igo-menu-detail__title {
  margin: 0;
  color: #f7eddb;
  font-size: clamp(24px, 2.4vw, 34px);
}

.igo-menu-detail__meta {
  margin: 10px 0 0;
  color: #f1c775;
  font-size: 15px;
  font-weight: 700;
}

.igo-menu-detail__body {
  display: grid;
  grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
  gap: 16px;
  min-height: 0;
  overflow-y: auto;
  padding: 18px;
}

.igo-menu-detail__body--text {
  grid-template-columns: 1fr;
}

.igo-menu-detail__figure {
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(7, 7, 10, 0.7);
  border: 1px solid rgba(255, 209, 125, 0.18);
}

.igo-menu-detail__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.igo-menu-detail__content {
  align-self: start;
}

.igo-menu-detail__description {
  color: rgba(244, 232, 207, 0.92);
  line-height: 1.7;
}

.igo-menu-detail__description p {
  margin: 0 0 14px;
}

.igo-menu-detail__description p:last-child {
  margin-bottom: 0;
}

.igo-menu-browser__empty {
  display: grid;
  place-items: center;
  min-height: 260px;
  padding: 20px;
  border: 1px dashed rgba(255, 205, 118, 0.26);
  border-radius: 14px;
  color: rgba(244, 232, 207, 0.82);
  text-align: center;
}

@supports (height: 100dvh) {
  .igo-modal__dialog--menu {
    height: calc(100dvh - 24px);
    max-height: calc(100dvh - 24px);
  }
}


/* Source: igo2/src/css/public/styles.ui-responsive.css */
@media (max-width: 640px) {
  .igo-modal__dialog {
    padding: 14px 12px;
  }

  .igo-modal__dialog--menu {
    width: 100%;
    height: calc(100vh - 12px);
    max-height: calc(100vh - 12px);
  }

  .igo-menu-browser__tabs {
    padding-bottom: 2px;
  }

  .igo-menu-browser__frame,
  .igo-form-grid,
  .igo-menu-detail__body {
    grid-template-columns: 1fr;
  }

  .igo-menu-browser__sidebar {
    max-height: 34vh;
  }

  .igo-booking__actions > .btn,
  .igo-booking__actions > button.btn {
    flex-basis: 100%;
  }

  .igo-policy-modal__actions > .btn,
  .igo-policy-modal__actions > button.btn {
    flex-basis: 100%;
  }

  .igo-policy-modal__body {
    max-height: min(48vh, 420px);
  }

  .igo-doc-modal__grid {
    grid-template-columns: 1fr;
  }

  .igo-booking-result__line {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .igo-booking-result__line > strong {
    text-align: left;
  }

  .igo-menu-detail__header {
    padding: 14px 14px 0;
  }

  .igo-menu-detail__body {
    padding: 14px;
    gap: 12px;
  }

  .igo-menu-detail__image {
    min-height: 220px;
  }
}
