@font-face {
  font-family: 'New Spirit';
  src: url('/assets/fonts/new-spirit-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Spirit';
  src: url('/assets/fonts/new-spirit-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'New Spirit';
  src: url('/assets/fonts/new-spirit-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proza Libre';
  src: url('/assets/fonts/proza-libre-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proza Libre';
  src: url('/assets/fonts/proza-libre-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-display: 'New Spirit', Arial, sans-serif;
  --font-body: 'Proza Libre', Arial, sans-serif;

  --neutral-10: #190101;
  --neutral-25: #20090b;
  --neutral-50: #2a0b0e;
  --neutral-100: #330e11;
  --neutral-150: #3d1015;
  --neutral-200: #50151b;
  --neutral-225: #672129;
  --neutral-250: #631a22;
  --neutral-300: #761f28;
  --neutral-350: #89242f;
  --neutral-400: #9c2a35;
  --neutral-450: #af2f3b;
  --neutral-500: #c23442;
  --neutral-550: #cd4250;
  --neutral-600: #d25561;
  --neutral-650: #d76873;
  --neutral-700: #dc7b85;
  --neutral-750: #e18e96;
  --neutral-800: #e6a1a8;
  --neutral-850: #ebb4ba;
  --neutral-900: #f0c7cb;
  --neutral-950: #f5dadd;
  --neutral-975: #faedef;

  --brand-10: #230309;
  --brand-25: #3a040e;
  --brand-30: #451318;
  --brand-50: #510614;
  --brand-100: #69081a;
  --brand-150: #800a1f;
  --brand-200: #970b25;
  --brand-250: #ae0d2b;
  --brand-300: #c50f30;
  --brand-350: #dc1136;
  --brand-400: #ee183f;
  --brand-450: #ef2f52;
  --brand-500: #f14665;
  --brand-550: #f35d79;
  --brand-600: #f5748c;
  --brand-650: #f68b9f;
  --brand-700: #f8a2b2;
  --brand-750: #fab9c5;
  --brand-800: #fcd1d8;
  --brand-850: #fde8ec;
  --brand-transparent: rgba(85, 29, 36, 0.18);

  --accent-50: #584300;
  --accent-100: #705600;
  --accent-150: #896900;
  --accent-200: #a27c00;
  --accent-250: #bb8f00;
  --accent-300: #d4a200;
  --accent-350: #edb500;
  --accent-400: #ffc506;
  --accent-450: #ffcb1f;
  --accent-500: #ffd138;
  --accent-550: #ffd651;
  --accent-600: #ffdc6a;
  --accent-650: #ffe283;
  --accent-700: #ffe89b;
  --accent-750: #ffeeb4;
  --accent-800: #fff3cd;
  --accent-850: #fff9e6;

  --gold-50: #3f2e19;
  --gold-100: #503c20;
  --gold-150: #624a28;
  --gold-200: #73582f;
  --gold-250: #846637;
  --gold-300: #95743f;
  --gold-350: #a68347;
  --gold-400: #b49152;
  --gold-450: #bb9c64;
  --gold-500: #c2a875;
  --gold-550: #c9b487;
  --gold-600: #d0bf99;
  --gold-650: #d8caaa;
  --gold-700: #dfd5bb;
  --gold-750: #e7dfcc;
  --gold-800: #efeadd;
  --gold-850: #f7f5ee;

  --positive: #7fc03d;
  --negative: #d43434;
  --warning: #f49a41;
  --info: #39bdc9;

  --bg-page: var(--neutral-10);
  --bg-sunken: var(--neutral-25);
  --bg-surface: var(--neutral-50);
  --bg-surface-2: var(--neutral-100);
  --bg-surface-3: var(--neutral-150);
  --bg-surface-4: var(--neutral-200);
  --bg-strip: var(--brand-10);

  --text-primary: var(--accent-850);
  --text-secondary: var(--accent-750);
  --text-link: var(--accent-650);
  --text-muted: var(--neutral-800);
  --text-nav: #b7975b;
  --text-on-gold: var(--brand-25);

  --divider: var(--neutral-100);

  --grad-header: linear-gradient(0deg, var(--brand-transparent), var(--brand-transparent)), radial-gradient(100% 100% at 50% 0%, #631a22 0%, #20090b 100%);
  --grad-footer: radial-gradient(399% 100% at 52% 100%, #3d1015 0%, #190101 38%, #190101 100%);
  --grad-brown-fill: linear-gradient(180deg, #50151b 0%, #2a0b0e 100%);
  --grad-brown-tile: linear-gradient(180deg, #50151b 0%, #330e11 100%);
  --grad-brown-tile-2: linear-gradient(180deg, #330e11 0%, #2a0b0e 100%);
  --grad-brown-tile-3: linear-gradient(180deg, #3d1015 0%, #330e11 100%);
  --grad-brown-input: linear-gradient(180deg, #3d1015 0%, #50151b 100%);
  --grad-brown-raise: linear-gradient(180deg, #2a0b0e 0%, #50151b 100%);
  --grad-brown-deep: linear-gradient(180deg, #20090b 0%, #2a0b0e 100%);
  --grad-brown-hero: radial-gradient(100% 100% at 50% 0%, #631a22 0%, #20090b 100%);
  --grad-red-subheader: linear-gradient(180deg, #3d1015 0%, #631a22 100%);
  --grad-red-fill: linear-gradient(180deg, #970b25 0%, #510614 100%);
  --grad-red-deep: linear-gradient(180deg, #510614 0%, #3a040e 100%);
  --grad-gold-frame: linear-gradient(180deg, #fff3cd 0%, #bb9c64 60%, #503c20 100%);
  --grad-gold-fill: linear-gradient(180deg, #95743f 0%, #d0bf99 100%);
  --grad-gold-line: linear-gradient(180deg, #c9b487 0%, #73582f 100%);
  --grad-yellow-cta: linear-gradient(359.72deg, #fff3cd 0%, #ffd651 50%, #e9821b 86%, #b8691b 100%);
  --grad-yellow-glow: radial-gradient(101.3% 91.95% at 49% -1%, #fff9e6 0%, #fff3cd 20%, #ffcb1f 67%, #e9821b 88%);

  --shadow-header: 0 1px 0 #000;
  --shadow-button: 0 2px 4px rgba(0, 0, 0, 0.35);
  --shadow-input: 0 2px 4px rgba(0, 0, 0, 0.41);
  --shadow-card: inset 0 1px 1px rgba(156, 42, 53, 0.24);
  --shadow-label: 0 2px 4px #190101;
  --shadow-inner: inset 0 4px 4px rgba(0, 0, 0, 0.3);
  --text-shadow-dark: 0 1px 0 #230309;

  --radius-2: 2px;
  --radius-4: 4px;
  --radius-6: 6px;
  --radius-8: 8px;
  --radius-12: 12px;
  --radius-16: 16px;
  --radius-20: 20px;
  --radius-24: 24px;

  --header-height: 64px;
  --sidebar-width: 234px;
  --page-x: 16px;
  --container-max: 1880px;
  --container-inner: 800px;
  --section-gap: 24px;

  --z-sidebar: 2;
  --z-sticky: 5;
  --z-header: 10;
  --z-overlay: 150;
  --z-drawer: 200;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar,
*::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

* {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body {
  overflow-x: hidden;
  background: var(--bg-page);
  color: var(--text-primary);
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.2;
}

ul,
ol {
  list-style: none;
}

img {
  height: auto;
}

:focus-visible {
  outline: 2px solid var(--accent-450);
  outline-offset: 2px;
}

::selection {
  background: var(--accent-450);
  color: var(--text-on-gold);
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: var(--header-height);
}

.content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  margin-left: var(--sidebar-width);
}

.main {
  display: contents;
}

.container {
  width: 100%;
  max-width: calc(var(--container-max) + var(--page-x) * 2);
  margin: 0 auto;
  padding-left: var(--page-x);
  padding-right: var(--page-x);
}

.container--inner {
  max-width: calc(var(--container-inner) + var(--page-x) * 2);
}

.no-scroll {
  overflow: hidden;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.icon {
  fill: currentcolor;
}

.btn {
  position: relative;
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  border: 0;
  background: none;
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: var(--text-shadow-dark);
  box-shadow: var(--shadow-button);
  cursor: pointer;
}

.btn::before,
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  border-style: solid;
  border-width: 3px;
  border-image-slice: 70 fill;
  border-image-width: 35px;
  border-image-repeat: stretch;
  opacity: 0;
  transition: opacity 0.15s ease;
  pointer-events: none;
}

.btn:hover::before {
  opacity: 1;
}

.btn:active::after {
  opacity: 1;
}

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

.btn--s {
  min-height: 48px;
  padding: 7px 20px;
  gap: 6px;
  border-radius: var(--radius-24);
  font-size: 16px;
  line-height: 22px;
}

.btn--xs {
  min-height: 36px;
  padding: 7px 12px;
  gap: 4px;
  border-radius: var(--radius-20);
  font-size: 14px;
  line-height: 22px;
}

.btn--secondary {
  color: var(--accent-850);
  border-image-source: image-set(url('/assets/image/site/btn-secondary.webp') 1dppx type('image/webp'), url('/assets/image/site/btn-secondary.png') 1dppx);
  border-image-slice: 70 fill;
  border-image-width: 35px;
  border-image-repeat: stretch;
}

.btn--secondary::before {
  border-image-source: image-set(url('/assets/image/site/btn-secondary-hover.webp') 1dppx type('image/webp'), url('/assets/image/site/btn-secondary-hover.png') 1dppx);
}

.btn--secondary::after {
  border-image-source: image-set(url('/assets/image/site/btn-secondary-active.webp') 1dppx type('image/webp'), url('/assets/image/site/btn-secondary-active.png') 1dppx);
}

.btn--tertiary {
  color: var(--neutral-900);
  border-image-source: image-set(url('/assets/image/site/btn-tertiary.webp') 1dppx type('image/webp'), url('/assets/image/site/btn-tertiary.png') 1dppx);
  border-image-slice: 70 fill;
  border-image-width: 35px;
  border-image-repeat: stretch;
}

.btn--tertiary::before {
  border-image-source: image-set(url('/assets/image/site/btn-tertiary-hover.webp') 1dppx type('image/webp'), url('/assets/image/site/btn-tertiary-hover.png') 1dppx);
}

.btn--tertiary::after {
  border-image-source: image-set(url('/assets/image/site/btn-tertiary-active.webp') 1dppx type('image/webp'), url('/assets/image/site/btn-tertiary-active.png') 1dppx);
}

.btn--primary {
  color: var(--text-on-gold);
  text-shadow: 0 0.5px 0 rgba(255, 255, 255, 0.5);
  border-image-source: image-set(url('/assets/image/site/btn-primary.webp') 1dppx type('image/webp'), url('/assets/image/site/btn-primary.png') 1dppx);
  border-image-slice: 70 fill;
  border-image-width: 35px;
  border-image-repeat: stretch;
}

.btn--primary::before {
  border-image-source: image-set(url('/assets/image/site/btn-primary-hover.webp') 1dppx type('image/webp'), url('/assets/image/site/btn-primary-hover.png') 1dppx);
}

.btn--primary::after {
  border-image-source: image-set(url('/assets/image/site/btn-primary-active.webp') 1dppx type('image/webp'), url('/assets/image/site/btn-primary-active.png') 1dppx);
}

.t-display-md {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -1.25px;
}

.t-display-sm {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -1px;
}

.t-display-xs {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.75px;
}

.t-headline-md {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.75px;
}

.t-headline-sm {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.75px;
}

.t-headline-xs {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.625px;
}

.t-headline-xxs {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.t-title-lg {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

.t-title-md {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.t-title-sm {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}

.t-label-sm {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.25px;
  text-transform: uppercase;
}

.t-label-xs {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.25px;
  text-transform: uppercase;
}

.t-body-md {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.25px;
}

.t-body-sm {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.25px;
}

.t-body-xs {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.25px;
}

.t-body-xxs {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: -0.125px;
}

.t-body-strong-md {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.25px;
}

.t-body-strong-sm {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.25px;
}

.t-body-strong-xs {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.25px;
}

@media (max-width: 1279px) {
  :root {
    --header-height: 64px;
    --sidebar-width: 0px;
  }

  .content {
    margin-left: 0;
  }
}

.head {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--z-header);
  height: var(--header-height);
  background: var(--grad-header);
  box-shadow: var(--shadow-header);
}

.head::before,
.head::after {
  content: '';
  position: absolute;
  bottom: -18px;
  width: 18px;
  height: 18px;
  background: url('/assets/image/site/header-corner.webp') no-repeat 0 0 / cover;
  pointer-events: none;
}

.head::before {
  left: 0;
}

.head::after {
  right: 0;
  transform: scaleX(-1);
}

.head__row {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
  padding: 8px 20px 8px 12px;
}

.head__nav {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: auto;
}

.head__burger {
  position: relative;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid transparent;
  border-radius: var(--radius-8);
  background: linear-gradient(#3a040e, #3a040e) padding-box, linear-gradient(180deg, #c23442 0%, #510614 100%) border-box;
}

.head__burger:hover {
  background: linear-gradient(#510614, #510614) padding-box, linear-gradient(180deg, #c23442 0%, #510614 100%) border-box;
}

.head__burger:active {
  background: linear-gradient(#330e11, #330e11) padding-box, linear-gradient(180deg, #c23442 0%, #510614 100%) border-box;
}

.head__burger-glyph {
  grid-area: 1 / 1;
  width: 28px;
  height: 28px;
  background: var(--grad-gold-frame);
  -webkit-mask: url('/assets/image/site/icon-sidebar-opened.svg') no-repeat center / contain;
  mask: url('/assets/image/site/icon-sidebar-opened.svg') no-repeat center / contain;
}

.head__burger-glyph--close {
  display: none;
  -webkit-mask-image: url('/assets/image/site/icon-close.svg');
  mask-image: url('/assets/image/site/icon-close.svg');
}

.head__logo {
  display: block;
}

.head__logo img {
  width: 111px;
  height: 30px;
  object-fit: contain;
}

.head__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.head__search {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 300px;
  height: 48px;
  padding: 0 16px;
  border-style: solid;
  border-width: 0;
  border-image-source: url('/assets/image/site/input-frame.svg');
  border-image-slice: 10;
  border-image-width: 10px;
  border-image-repeat: stretch;
  border-radius: var(--radius-6);
  background: linear-gradient(180deg, #190101 0%, #2a0b0e 100%);
  box-shadow: var(--shadow-input);
  color: var(--gold-500);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.25px;
}

.head__search-icon {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
}

.head__btn {
  min-height: 48px;
  padding: 7px 20px;
  gap: 6px;
  border-radius: var(--radius-24);
  font-size: 16px;
  line-height: 22px;
  white-space: nowrap;
}

.head--no-search .head__search {
  display: none;
}

.side {
  position: fixed;
  top: var(--header-height);
  left: 0;
  z-index: var(--z-sidebar);
  display: flex;
  flex-direction: column;
  width: var(--sidebar-width);
  height: calc(100vh - var(--header-height));
  background: var(--bg-page);
  box-shadow: 1px 0 0 var(--neutral-100);
}

.side__scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 12px;
}

.side__search {
  display: none;
  align-items: center;
  gap: 8px;
  height: 48px;
  margin-bottom: 8px;
  padding: 0 16px;
  border-style: solid;
  border-width: 0;
  border-image-source: url('/assets/image/site/input-frame.svg');
  border-image-slice: 10;
  border-image-width: 10px;
  border-image-repeat: stretch;
  border-radius: var(--radius-6);
  background: linear-gradient(180deg, #190101 0%, #2a0b0e 100%);
  box-shadow: var(--shadow-input);
  color: var(--gold-500);
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.25px;
}

.side__search-icon {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
}

.side__nav {
  display: grid;
  gap: 9px;
}

.side__group {
  display: grid;
  border-style: solid;
  border-width: 0;
  border-image-source: url('/assets/image/site/sidebar-bg.png');
  border-image-slice: 32 48 fill;
  border-image-width: 8px 12px;
  border-image-repeat: stretch;
}

.side__item {
  position: relative;
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 2px 16px;
  color: var(--text-nav);
}

.side__item-bg {
  position: absolute;
  inset: 2px;
  border-style: solid;
  border-width: 0;
  border-image-slice: 32 48 fill;
  border-image-width: 8px 12px;
  border-image-repeat: stretch;
  pointer-events: none;
}

.side__item-bg::before,
.side__item-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  opacity: 0;
}

.side__item-bg::before {
  background-image: url('/assets/image/site/sidebar-button-hover-decor.svg');
}

.side__item-bg::after {
  background-image: url('/assets/image/site/sidebar-button-active-decor.svg');
}

.side__item:hover .side__item-bg,
.side__item--active .side__item-bg {
  border-image-source: url('/assets/image/site/sidebar-button-active.png');
}

.side__item:hover .side__item-bg::before,
.side__item--active .side__item-bg::after {
  opacity: 1;
}

.side__item:hover,
.side__item--active {
  color: var(--text-primary);
}

.side__item-icon {
  position: relative;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.side__item-title {
  position: relative;
  padding: 4px 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.25px;
  text-transform: uppercase;
}

.side__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 0 12px 12px;
}

.side__action {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 4px;
  min-height: 74px;
  padding: 4px;
  color: var(--accent-750);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.25px;
  text-transform: uppercase;
  text-align: center;
  border-style: solid;
  border-width: 0;
  border-image-source: url('/assets/image/site/sidebar-bottom-default.webp');
  border-image-slice: 32 50 fill;
  border-image-width: 7px 12px;
  border-image-repeat: stretch;
}

.side__action:hover {
  border-image-source: url('/assets/image/site/sidebar-bottom-hover.png');
}

.side__action:active {
  border-image-source: url('/assets/image/site/sidebar-bottom-active.png');
}

.side__action-flag,
.side__action-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.side__action-icon {
  width: 24px;
  height: 24px;
}

.side__action--lang {
  padding: 0;
}

.side__lang-toggle {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 4px;
  width: 100%;
  min-height: 74px;
  padding: 4px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  cursor: pointer;
}

.side__lang-label {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.side__lang-caret {
  display: inline-flex;
  width: 16px;
  height: 16px;
  transition: transform 0.15s ease;
}

.side__lang-caret svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.side__lang-toggle[aria-expanded="true"] .side__lang-caret {
  transform: rotate(180deg);
}

.side__lang-menu {
  position: absolute;
  left: 0;
  bottom: calc(100% + 4px);
  z-index: 20;
  display: grid;
  min-width: 100%;
  padding: 4px;
  border-radius: var(--radius-8);
  background: var(--bg-page);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

.side__lang-menu[hidden] {
  display: none;
}

.side__lang-item {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  column-gap: 8px;
  padding: 8px;
  border-radius: var(--radius-4);
  color: var(--accent-750);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.25px;
  text-transform: uppercase;
  white-space: nowrap;
}

.side__lang-item:hover {
  background: var(--neutral-100);
}

.side__lang-item--active {
  background: var(--neutral-100);
  color: var(--accent-400);
}

.side__lang-flag {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.side-backdrop {
  display: none;
}

.submenu {
  display: none;
}

.submenu__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  padding: 3px 3px 4px;
}

.submenu__item {
  position: relative;
  padding: 1px;
  border-radius: var(--radius-16) 0 0;
  background: linear-gradient(180deg, #20090b 0%, #2a0b0e 100%), linear-gradient(180deg, #50151b 0%, #631a22 100%);
}

.submenu__item:hover {
  background: linear-gradient(180deg, #2a0b0e 0%, #50151b 100%), linear-gradient(180deg, #510614 0%, #69081a 100%);
}

.submenu__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 8px;
  border-radius: var(--radius-16) 0 0;
  box-shadow: var(--shadow-inner);
  color: var(--text-nav);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.25px;
  text-transform: uppercase;
  text-align: center;
}

.submenu__link:hover {
  color: var(--text-primary);
}

@media (min-width: 1280px) {
  .head--no-login .head__btn--login {
    display: none;
  }

  .head--no-signup .head__btn--signup {
    display: none;
  }

  body.is-nav-collapsed {
    --sidebar-width: 76px;
  }

  body.is-nav-collapsed .side__item {
    grid-template-columns: 20px;
    justify-content: center;
  }

  body.is-nav-collapsed .side__item-title {
    display: none;
  }

  body.is-nav-collapsed .side__actions {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  body.is-nav-collapsed .side__action {
    min-height: 50px;
  }

  body.is-nav-collapsed .side__action-text {
    position: absolute;
    opacity: 0;
    transform: scaleX(0);
  }
}

@media (max-width: 1279px) {
  .head--no-login-m .head__btn--login {
    display: none;
  }

  .head--no-signup-m .head__btn--signup {
    display: none;
  }

  .head__row {
    padding: 6px 12px;
  }

  .head__nav {
    flex: 1 1 auto;
    gap: 12px;
  }

  .head__burger {
    width: 36px;
    height: 36px;
    border-radius: var(--radius-6);
  }

  .head__burger-glyph {
    width: 20px;
    height: 20px;
    -webkit-mask-image: url('/assets/image/site/icon-burger.svg');
    mask-image: url('/assets/image/site/icon-burger.svg');
  }

  .head__burger-glyph--close {
    -webkit-mask-image: url('/assets/image/site/icon-close.svg');
    mask-image: url('/assets/image/site/icon-close.svg');
  }

  .head__actions {
    gap: 4px;
  }

  .head__search {
    display: none;
  }

  .head__btn {
    min-height: 36px;
    padding: 7px 12px;
    gap: 4px;
    border-radius: var(--radius-20);
    font-size: 14px;
    line-height: 22px;
  }

  .side {
    width: min(100% - 56px, 420px);
    transform: translateX(-100%);
    transition: transform 0.25s ease, visibility 0.25s ease;
    visibility: hidden;
    z-index: var(--z-drawer);
    box-shadow: none;
  }

  .side.is-open {
    transform: none;
    visibility: visible;
  }

  .side__search {
    display: flex;
  }

  .side-backdrop {
    display: block;
    position: fixed;
    inset: var(--header-height) 0 0;
    z-index: var(--z-overlay);
    background: rgba(25, 1, 1, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }

  body.is-nav-collapsed .side-backdrop {
    opacity: 1;
    visibility: visible;
  }

  body.is-nav-collapsed .head__burger-glyph--open {
    display: none;
  }

  body.is-nav-collapsed .head__burger-glyph--close {
    display: block;
  }

  .submenu {
    display: block;
  }
}

@media (max-width: 411px) {
  .head__row {
    padding: 6px 8px;
  }

  .head__nav {
    gap: 8px;
  }

  .head__logo img {
    width: 96px;
    height: 26px;
  }

  .head__btn {
    padding: 7px 8px;
    font-size: 13px;
  }
}

.seo {
  padding: 32px 0 0;
}

.seo__box {
  position: relative;
  display: grid;
}

.seo__box[open] {
  padding-bottom: 46px;
}

.seo__summary {
  display: grid;
  gap: 28px;
  list-style: none;
  cursor: pointer;
}

.seo__summary::-webkit-details-marker {
  display: none;
}

.seo__preview {
  display: grid;
  align-content: start;
  gap: 12px;
  height: 84px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #fff 64.58%);
  mask-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #fff 64.58%);
}

.seo__box[open] .seo__preview {
  height: auto;
  overflow: visible;
  -webkit-mask-image: none;
  mask-image: none;
}

.seo__preview p {
  color: var(--accent-750);
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.25px;
}

.seo__box[open] .seo__toggle {
  position: absolute;
  left: 0;
  bottom: 0;
}

.seo__title {
  color: var(--accent-750);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.25px;
}

.seo__toggle {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: start;
  gap: 4px;
  color: var(--accent-650);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.25px;
}

.seo__toggle-less {
  display: none;
}

.seo__box[open] .seo__toggle-more {
  display: none;
}

.seo__box[open] .seo__toggle-less {
  display: inline;
}

.seo__toggle-icon {
  width: 16px;
  height: 16px;
  background: currentcolor;
  -webkit-mask: url('/assets/image/site/icon-arrow-down.svg') no-repeat center / contain;
  mask: url('/assets/image/site/icon-arrow-down.svg') no-repeat center / contain;
}

.seo__box[open] .seo__toggle-icon {
  transform: rotate(180deg);
}

.seo__body {
  display: grid;
  gap: 20px;
  margin-top: 28px;
}

.seo__section {
  display: grid;
  gap: 12px;
  color: var(--accent-750);
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.25px;
}

.seo__section h2 {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.25px;
  color: var(--accent-750);
}

.seo__list {
  display: grid;
  gap: 4px;
  padding-left: 20px;
  list-style: disc;
}

.seo__list--ordered {
  list-style: decimal;
}

.seo__link {
  color: var(--accent-650);
  text-decoration: underline;
}

.seo__link:hover {
  color: var(--accent-850);
}

table {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 16px 0;
  border-collapse: collapse;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.25px;
  text-align: left;
}

table::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

thead,
tbody {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 520px;
}

tr {
  display: flex;
  width: 100%;
}

th,
td {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 110px;
  padding: 8px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-sizing: border-box;
  word-break: break-word;
}

thead th {
  background: var(--bg-page);
  color: var(--text-primary);
  font-weight: 700;
}

tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.04);
}

tbody tr:last-child th,
tbody tr:last-child td {
  border-bottom: 0;
}

.foot {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  padding: 10px 0 24px;
}

.foot__bg {
  position: absolute;
  inset: 0;
  background: var(--grad-footer);
  pointer-events: none;
}

.foot__bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 24px;
  background:
    url('/assets/image/site/footer-bg-left.png') no-repeat 0 100% / 40px 100%,
    url('/assets/image/site/footer-bg-right.png') no-repeat 100% 100% / 40px 100%,
    url('/assets/image/site/footer-bg-center.png') no-repeat 50% 100% / calc(100% - 78px) 100%;
}

.foot__actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}

.foot__action {
  min-width: 160px;
  min-height: 48px;
  padding: 7px 20px;
  gap: 6px;
  border-radius: var(--radius-24);
  font-size: 16px;
  line-height: 22px;
}

.foot__action-flag,
.foot__action-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.foot__lang {
  position: relative;
}

.foot__lang-caret {
  display: inline-flex;
  width: 16px;
  height: 16px;
  transition: transform 0.15s ease;
}

.foot__lang-caret svg {
  width: 100%;
  height: 100%;
}

.foot__lang-toggle[aria-expanded="true"] .foot__lang-caret {
  transform: rotate(180deg);
}

.foot__lang-menu {
  position: absolute;
  left: 0;
  bottom: calc(100% + 8px);
  z-index: 20;
  display: grid;
  min-width: 100%;
  padding: 4px;
  border-radius: var(--radius-8);
  background: var(--bg-page);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

.foot__lang-menu[hidden] {
  display: none;
}

.foot__lang-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: var(--radius-20);
  color: var(--neutral-900);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  white-space: nowrap;
}

.foot__lang-item:hover {
  background: var(--neutral-100);
}

.foot__lang-item--active {
  background: var(--neutral-100);
  color: var(--accent-400);
}

.foot__nav {
  position: relative;
  margin-top: 32px;
}

.foot__cols {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: auto auto auto;
  column-gap: 40px;
}

.foot__col {
  grid-row: 1 / 4;
}

.foot__col--c1r1 {
  grid-column: 1;
  grid-row: 1;
}

.foot__col--c2 {
  grid-column: 2;
}

.foot__col--c3 {
  grid-column: 3;
}

.foot__col--c4 {
  grid-column: 4;
}

.foot__col--c5 {
  grid-column: 5;
}

.foot__col--c6r1 {
  grid-column: 6;
  grid-row: 1;
}

.foot__col--c6r2 {
  grid-column: 6;
  grid-row: 2 / 4;
}

.foot__col--c7 {
  grid-column: 7;
}

.foot__col--c1r2 {
  grid-column: 1;
  grid-row: 2 / 4;
  display: grid;
  gap: 24px;
  align-content: start;
}

.foot__col-title {
  display: block;
  margin-bottom: 12px;
  color: var(--text-primary);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.25px;
  list-style: none;
}

.foot__col-title::-webkit-details-marker {
  display: none;
}

.foot__col--c1r2 .foot__col-title,
.foot__col--c6r2 .foot__col-title {
  margin-bottom: 0;
}

.foot__col-title--link:hover {
  color: var(--accent-750);
}

.foot__col-chevron {
  display: none;
}

.foot__links {
  display: grid;
  gap: 12px;
  padding-bottom: 12px;
}

.foot__link {
  color: var(--accent-750);
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.25px;
}

.foot__link--cap {
  text-transform: capitalize;
}

.foot__link:hover {
  color: var(--accent-850);
}

.foot__payments {
  position: relative;
  margin-top: 30px;
}

.foot__payments-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  min-height: 42px;
}

.foot__payment {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 32px;
  padding: 4px;
  border: 1px solid var(--neutral-250);
  border-radius: var(--radius-2);
  background: var(--bg-page);
}

.foot__payment:hover {
  border-color: var(--neutral-350);
}

.foot__payment img {
  width: 66px;
  height: 22px;
  object-fit: contain;
}

.foot__more {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 4px;
  padding: 8px 0 8px 8px;
  color: var(--accent-650);
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.25px;
}

.foot__more-icon {
  width: 16px;
  height: 16px;
}

.foot__apps {
  position: relative;
  display: none;
  justify-content: center;
  margin-top: 32px;
}

.foot__app img {
  width: 145px;
  height: 48px;
  object-fit: contain;
}

.foot__legal {
  position: relative;
  display: grid;
  gap: 40px;
  margin-top: 30px;
}

.foot__licenses {
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot__license {
  width: 40px;
  height: 40px;
}

.foot__legal-text {
  display: grid;
  gap: 16px;
  padding: 16px 0;
  justify-items: center;
  text-align: center;
  color: var(--accent-750);
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.25px;
}

@media (min-width: 1280px) {
  .foot__acc > .foot__col-title {
    pointer-events: none;
  }
}

@media (max-width: 1279px) {
  .seo {
    padding-top: 28px;
  }

  .seo__summary {
    gap: 12px;
  }

  .seo__box[open] {
    padding-bottom: 30px;
  }

  .seo__body {
    margin-top: 12px;
  }

  .foot__cols {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 8px;
  }

  .foot__col,
  .foot__col--c1r1,
  .foot__col--c2,
  .foot__col--c3,
  .foot__col--c4,
  .foot__col--c5,
  .foot__col--c6r1,
  .foot__col--c6r2,
  .foot__col--c7,
  .foot__col--c1r2 {
    grid-column: auto;
    grid-row: auto;
  }

  .foot__col--c1r2 {
    display: contents;
  }

  .foot__col-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48px;
    margin-bottom: 0;
    padding: 14px 12px;
    border-radius: var(--radius-4);
    background:
      url('/assets/image/site/footer-chapter-left.webp') no-repeat 0 50% / auto 100%,
      url('/assets/image/site/footer-chapter-right.webp') no-repeat 100% 50% / auto 100%,
      url('/assets/image/site/footer-chapter-center.png') no-repeat 22px 50% / calc(100% - 44px) 100%;
    color: var(--neutral-800);
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.25px;
    text-transform: uppercase;
    cursor: pointer;
  }

  .foot__col--c1r2 .foot__col-title {
    margin-bottom: 0;
  }

  .foot__col-title:hover {
    color: var(--text-primary);
  }

  .foot__col-chevron {
    display: block;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    background: currentcolor;
    -webkit-mask: url('/assets/image/site/icon-arrow-down.svg') no-repeat center / contain;
    mask: url('/assets/image/site/icon-arrow-down.svg') no-repeat center / contain;
    transition: transform 0.2s ease;
  }

  .foot__acc[open] .foot__col-chevron {
    transform: rotate(180deg);
  }

  .foot__links {
    gap: 12px;
    padding: 12px;
  }

  .foot__apps {
    display: flex;
  }

  .foot__legal {
    gap: 32px;
  }
}

@media (max-width: 767px) {
  .foot__action {
    flex: 1 0 calc(50% - 8px);
    min-width: 0;
  }
}

.cs-hero {
  --hero-h: 500px;
  padding: 0 var(--page-x);
}

.cs-hero__viewport {
  position: relative;
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  border-radius: 0 0 var(--radius-16) var(--radius-16);
  overflow: hidden;
}

.cs-hero__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  align-items: start;
  height: var(--hero-h);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}

.cs-hero__slide {
  position: relative;
  scroll-snap-align: start;
  height: var(--hero-h);
  overflow: hidden;
}

.cs-hero__pic,
.cs-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cs-hero__img {
  object-fit: cover;
  object-position: center;
}

.cs-hero__cover {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.cs-hero__body {
  position: absolute;
  left: 50%;
  top: 36%;
  z-index: 3;
  display: grid;
  justify-items: center;
  gap: 8px;
  width: min(420px, 90%);
  transform: translateX(-50%);
  text-align: center;
  pointer-events: none;
}

.cs-hero__cta {
  pointer-events: auto;
}

.cs-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 20px;
  padding: 2px 12px;
  border-radius: 10px;
  background: linear-gradient(180deg, #fff9e6 0%, #ffeeb4 40%, #c2a875 100%);
  box-shadow: 0 1px 3px rgba(25, 1, 1, 0.5);
  color: var(--bg-surface);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

.cs-hero__title {
  background: linear-gradient(180deg, #fff9e6 0%, #ffeeb4 45%, #d0bf99 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -1.5px;
  text-shadow: 0 2px 4px rgba(25, 1, 1, 0.5);
}

.cs-hero__cta {
  min-height: 64px;
  padding: 19px 35px 21px;
  gap: 8px;
  border-radius: 38px;
  font-size: 20px;
  line-height: 24px;
}

.cs-hero__nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid transparent;
  border-radius: var(--radius-8);
  background: linear-gradient(#3a040e, #3a040e) padding-box, var(--grad-gold-line) border-box;
  color: var(--accent-650);
  transform: translateY(-50%);
}

.cs-hero__nav:hover {
  background: linear-gradient(#510614, #510614) padding-box, var(--grad-gold-line) border-box;
}

.cs-hero__nav.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.cs-hero__nav--prev {
  left: 12px;
}

.cs-hero__nav--next {
  right: 12px;
}

.cs-hero__dots {
  position: absolute;
  left: 50%;
  bottom: 9px;
  z-index: 4;
  display: flex;
  gap: 0;
  transform: translateX(-50%);
}

.cs-hero__dot {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
}

.cs-hero__dot::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid var(--accent-850);
  border-radius: 50%;
}

.cs-hero__dot.is-active::before {
  background: var(--accent-850);
}

.cs-cats {
  position: sticky;
  top: var(--header-height);
  z-index: var(--z-sticky);
  margin-top: 8px;
  padding: 5px 0 7px;
  background:
    url('/assets/image/site/categories-menu-border.webp') left top / 2px 2px repeat-x,
    url('/assets/image/site/categories-menu-border.webp') left bottom / 2px 2px repeat-x,
    var(--bg-strip);
}

.cs-cats__inner {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: calc(var(--container-max) + var(--page-x) * 2);
  margin: 0 auto;
  padding: 0 var(--page-x);
}

.cs-cats__search {
  display: none;
  flex: 0 0 auto;
  place-items: center;
  width: 50px;
  height: 36px;
  padding: 3px;
  border-style: solid;
  border-width: 3px;
  border-image-source: url('/assets/image/site/tab-default.webp');
  border-image-slice: 32 36 fill;
  border-image-width: 16px 18px;
  border-image-repeat: stretch;
}

.cs-cats__search img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.cs-cats__rail {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 16px), rgba(0, 0, 0, 0.2) 100%);
  mask-image: linear-gradient(90deg, #000 0, #000 calc(100% - 16px), rgba(0, 0, 0, 0.2) 100%);
}

.cs-cats__chip:first-child {
  margin-left: auto;
}

.cs-cats__chip:last-child {
  margin-right: auto;
}

.cs-cats__chip {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 0 0 auto;
  min-width: 78px;
  height: 36px;
  padding: 3px 8px;
  border-style: solid;
  border-width: 3px;
  border-image-source: url('/assets/image/site/tab-default.webp');
  border-image-slice: 32 36 fill;
  border-image-width: 16px 18px;
  border-image-repeat: stretch;
  color: var(--neutral-975);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.25px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 1px 0 var(--brand-10);
  white-space: nowrap;
}

.cs-cats__chip:hover {
  border-image-source: url('/assets/image/site/tab-hover.webp');
}

.cs-cats__chip:active {
  border-image-source: url('/assets/image/site/tab-active.webp');
}

.cs-cats__icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

@media (max-width: 1279px) {
  .cs-hero {
    --hero-h: 450px;
    padding: 0;
  }

  .cs-hero__viewport {
    border-radius: 0;
  }

  .cs-cats__search {
    display: grid;
  }

  .cs-cats__chip:first-child {
    margin-left: 0;
  }

  .cs-cats__chip:last-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .cs-cats {
    margin-top: 0;
  }

  .cs-hero__body {
    top: auto;
    bottom: 60px;
    width: min(340px, 92%);
  }

  .cs-hero__title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -1px;
  }

  .cs-hero__cta {
    min-height: 56px;
    padding: 15px 28px 17px;
    font-size: 18px;
  }

  .cs-hero__nav {
    display: none;
  }

  .cs-hero__dots {
    bottom: 13px;
  }
}

.cs-sec {
  padding-top: 16px;
}

.cs-sec__head {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: calc(var(--container-max) + var(--page-x) * 2);
  min-height: 24px;
  margin: 0 auto 12px;
  padding: 0 var(--page-x);
}

.cs-sec__title {
  flex: 0 1 auto;
  min-width: 0;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.625px;
  color: var(--text-primary);
}

.cs-sec__line {
  flex: 1 1 auto;
  min-width: 12px;
  height: 24px;
  background: linear-gradient(90deg, rgba(208, 191, 153, 0) 0%, rgba(208, 191, 153, 0.35) 40%, rgba(208, 191, 153, 0.35) 60%, rgba(208, 191, 153, 0) 100%) center / 100% 1px no-repeat;
}

.cs-sec__all {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
  color: var(--text-link);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.25px;
  white-space: nowrap;
}

.cs-sec__all-icon {
  display: none;
}

.cs-sec__nav {
  display: flex;
  gap: 4px;
  flex: 0 0 auto;
}

.cs-sec__arrow {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  color: var(--text-link);
}

.cs-sec__arrow.is-hidden {
  color: var(--gold-200);
  pointer-events: none;
}

.cs-rail-wrap {
  position: relative;
}

.cs-rail {
  --tile-n: 5;
  --tile-ar: 219 / 328;
  --tile-h: auto;
  --tile-gap: 12px;
  --tile-gutter: 0px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - (var(--tile-n) - 1) * var(--tile-gap)) / var(--tile-n));
  align-items: start;
  gap: var(--tile-gap);
  width: 100%;
  max-width: calc(var(--container-max) + var(--page-x) * 2);
  margin: -4px auto -8px;
  padding: 4px var(--page-x) 8px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  scroll-padding-left: var(--page-x);
}

.cs-rail--top {
  --tile-n: 6;
  --tile-ar: 151.42 / 230.13;
  --tile-h: auto;
  --tile-gutter: 15.3%;
}

.cs-tile {
  position: relative;
  display: block;
  padding: 3px;
  padding-left: calc(3px + var(--tile-gutter));
  scroll-snap-align: start;
}

.cs-tile__pic {
  position: relative;
  display: block;
  height: var(--tile-h);
  aspect-ratio: var(--tile-ar);
}

.cs-tile__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 11px;
  object-fit: cover;
  background: var(--grad-brown-tile);
}

.cs-tile__frame {
  position: absolute;
  inset: -3px;
  padding: 1px;
  border-radius: 4px;
  background: linear-gradient(180deg, #89242f 0%, #50151b 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.cs-tile:hover .cs-tile__frame {
  background: var(--grad-gold-line);
}

.cs-tile__label {
  position: absolute;
  top: -4px;
  left: 50%;
  z-index: 2;
  padding: 0 8px;
  transform: translateX(-50%);
  background: var(--grad-brown-tile-2);
  color: var(--neutral-10);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.25px;
  text-transform: uppercase;
  text-shadow: 0 0.5px 0 rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}

.cs-tile__index {
  position: absolute;
  left: -4px;
  bottom: 0;
  z-index: 0;
  background: var(--grad-gold-frame);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -1px;
}

.cs-tile__jackpot {
  position: absolute;
  left: 50%;
  bottom: -8px;
  z-index: 2;
  min-width: 68px;
  padding: 0 8px;
  transform: translateX(-50%);
  border-radius: var(--radius-4);
  background: linear-gradient(180deg, #7fc03d 0%, #4d7d1f 100%);
  box-shadow: 0 0 0 1px rgba(25, 1, 1, 0.6), var(--shadow-label);
  color: #fff;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.25px;
  text-align: center;
  text-shadow: 0 0.5px 0 #000;
  white-space: nowrap;
}

@media (max-width: 1279px) {
  .cs-sec {
    padding-top: 0;
  }

  .cs-rail {
    --tile-gap: 8px;
    --tile-h: 132px;
    --tile-ar: auto;
    grid-auto-columns: 92px;
    margin: -4px auto -12px;
    padding: 12px var(--page-x) 12px;
  }

  .cs-rail--top {
    --tile-gutter: 46px;
    --tile-h: 132px;
    --tile-ar: auto;
    grid-auto-columns: 138px;
  }

  .cs-sec__nav {
    display: none;
  }

  .cs-sec__all-icon {
    display: block;
  }
}

@media (max-width: 767px) {
  .cs-sec__title {
    font-size: 18px;
    line-height: 22px;
    white-space: normal;
  }

  .cs-sec__line {
    display: none;
  }

  .cs-sec__all {
    margin-left: auto;
  }

  .cs-tile__jackpot {
    min-width: 0;
    padding: 0 6px;
    font-size: 12px;
    line-height: 18px;
  }

  .cs-tile__index {
    left: -2px;
    font-size: 28px;
    line-height: 34px;
  }
}

.cs-rail--sport {
  --tile-n: 7;
  margin: 0 auto -15px;
  padding: 8px var(--page-x) 15px;
}

.cs-sec--sport .cs-sec__head {
  margin-bottom: 4px;
}

.cs-sport {
  position: relative;
  display: block;
  scroll-snap-align: start;
}

.cs-sport__pic {
  position: relative;
  display: block;
  aspect-ratio: 2 / 3;
}

.cs-sport__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.cs-sport__hero {
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: 96%;
  height: auto;
  transform: translateX(-50%);
  object-fit: contain;
}

.cs-sport__text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  height: 54px;
  padding: 12px 4px;
  color: var(--accent-850);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 2px 4px var(--neutral-10);
}

.cs-rally {
  padding: 16px 0 20px;
  background:
    url('/assets/image/site/categories-menu-border.webp') left top / 2px 2px repeat-x,
    url('/assets/image/site/categories-menu-border.webp') left bottom / 2px 2px repeat-x,
    repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.16) 0 6.25px, rgba(0, 0, 0, 0) 6.25px 12.5px),
    var(--grad-red-subheader);
}

.cs-rally__inner {
  width: 100%;
  max-width: calc(var(--container-max) + var(--page-x) * 2);
  margin: 0 auto;
}

.cs-rally__head {
  margin-bottom: 8px;
}

.cs-rally__arrow {
  color: var(--accent-750);
}

.cs-rally__lead {
  max-width: calc(var(--container-max) + var(--page-x) * 2);
  margin: 0 auto 12px;
  padding: 0 var(--page-x);
  color: var(--accent-850);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.25px;
}

.cs-rally__lead strong {
  color: var(--accent-400);
  font-weight: 700;
}

.cs-rally__rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 3 * 12px) / 4 - 12px);
  gap: 12px;
  padding: 0 var(--page-x) 4px;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  scroll-padding-left: var(--page-x);
}

.cs-rally__card {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 10px;
  border: 1px solid var(--neutral-250);
  border-radius: var(--radius-8);
  background: var(--grad-brown-deep);
  scroll-snap-align: start;
}

.cs-rally__top {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 10px;
}

.cs-rally__thumb {
  position: relative;
  display: block;
  width: 88px;
  height: 88px;
}

.cs-rally__thumb img {
  width: 88px;
  height: 88px;
  border-radius: var(--radius-6);
  object-fit: cover;
}

.cs-rally__badge {
  position: absolute;
  top: 6px;
  right: -6px;
  padding: 1px 6px;
  border-radius: var(--radius-4);
  background: var(--grad-red-fill);
  color: var(--accent-850);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 11px;
  line-height: 16px;
  white-space: nowrap;
}

.cs-rally__badge--live {
  background: linear-gradient(180deg, #7fc03d 0%, #4d7d1f 100%);
  color: #fff;
}

.cs-rally__body {
  display: grid;
  align-content: start;
  gap: 2px;
  min-width: 0;
}

.cs-rally__name {
  margin-bottom: 4px;
  color: var(--text-primary);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.cs-rally__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  color: var(--accent-750);
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.25px;
}

.cs-rally__row > span:first-child {
  white-space: nowrap;
}

.cs-rally__value {
  flex: 0 0 auto;
  color: var(--text-primary);
  font-weight: 700;
}

.cs-rally__value--timer {
  padding: 0 6px;
  border-radius: var(--radius-4);
  background: var(--grad-yellow-cta);
  color: var(--text-on-gold);
}

.cs-rally__cta {
  min-height: 40px;
  padding: 7px 16px;
  font-size: 15px;
  line-height: 20px;
}

@media (max-width: 1279px) {
  .cs-rail--sport {
    margin: 0 auto -12px;
    padding: 8px var(--page-x) 12px;
    grid-auto-columns: 92px;
  }

  .cs-sec--sport .cs-sec__head {
    margin-bottom: 12px;
  }

  .cs-rally__rail {
    grid-auto-columns: calc((100% - 2 * 12px) / 3 - 8px);
  }

  .cs-sport__text {
    height: 40px;
    padding: 8px 2px;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.4px;
  }
}

@media (max-width: 767px) {
  .cs-rally__rail {
    grid-auto-columns: min(320px, 88%);
  }
}

.cs-rail--live {
  --tile-n: 9;
  --tile-ar: 113.77 / 273.45;
  --tile-h: auto;
}

.cs-rail--wide {
  --tile-n: 4;
  --tile-ar: 278.5 / 183.66;
  --tile-h: auto;
}

.cs-tile__meta {
  position: absolute;
  left: 50%;
  bottom: -7px;
  z-index: 2;
  display: grid;
  justify-items: center;
  gap: 6px;
  width: calc(100% - var(--tile-gutter));
  transform: translateX(-50%);
}

.cs-tile__numbers {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.cs-tile__num {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(180deg, #2a0b0e 0%, #190101 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  color: #fff;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}

.cs-tile__num--red {
  background: var(--brand-300);
}

.cs-tile__num--last {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.8);
}

.cs-tile__seats {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  min-height: 22px;
  padding: 0 4px;
  border-radius: var(--radius-4);
  background: linear-gradient(180deg, #38050e 0%, #8b0a22 100%);
  color: #ed7d7d;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.cs-tile__seats span {
  color: var(--accent-750);
}

.cs-tile__limits {
  display: inline-block;
  max-width: 100%;
  padding: 0 6px;
  border-radius: var(--radius-4);
  background: linear-gradient(180deg, #4d2a9c 0%, #2e1466 100%);
  box-shadow: 0 0 0 1px rgba(25, 1, 1, 0.6), var(--shadow-label);
  color: var(--accent-800);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 1279px) {
  .cs-rail--live {
    --tile-h: 208.66px;
    --tile-ar: auto;
    grid-auto-columns: 92px;
  }

  .cs-rail--wide {
    --tile-h: 122px;
    --tile-ar: auto;
    grid-auto-columns: 192px;
  }

  .cs-tile__num {
    width: 17px;
    height: 17px;
    font-size: 10px;
    line-height: 16px;
  }

  .cs-tile__limits,
  .cs-tile__seats {
    font-size: 10px;
    line-height: 16px;
  }

  .cs-tile__seats {
    min-height: 17px;
  }
}

.cs-promo {
  width: 100%;
  max-width: calc(var(--container-max) + var(--page-x) * 2);
  margin: 0 auto;
  padding: 16px var(--page-x) 0;
}

.cs-promo__card {
  position: relative;
  display: block;
  border-radius: var(--radius-8);
  overflow: hidden;
}

.cs-promo__pic {
  display: block;
}

.cs-promo__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1653 / 497;
  object-fit: cover;
}

.cs-promo__body {
  position: absolute;
  left: 0;
  top: 50%;
  display: grid;
  justify-items: start;
  gap: 20px;
  max-width: 46%;
  padding: 0 32px;
  transform: translateY(-50%);
}

.cs-promo__title {
  color: var(--text-primary);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: -1px;
  text-shadow: 0 2px 6px rgba(25, 1, 1, 0.65);
}

.cs-promo__cta {
  min-height: 48px;
  padding: 7px 24px;
}

@media (max-width: 1279px) {
  .cs-promo__title {
    font-size: 22px;
    line-height: 30px;
  }

  .cs-promo__body {
    max-width: 52%;
    gap: 12px;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .cs-promo__img {
    aspect-ratio: 1000 / 942;
  }

  .cs-promo__body {
    max-width: 100%;
    gap: 10px;
    padding: 0 16px;
  }

  .cs-promo__title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.5px;
  }

  .cs-promo__cta {
    min-height: 40px;
    padding: 6px 18px;
    font-size: 14px;
  }
}

.cs-rail--wide .cs-tile__meta {
  gap: 4px;
}

.cs-rail--wide .cs-tile__numbers {
  flex-wrap: wrap;
  gap: 4px;
}

.cs-rail--wide .cs-tile__num {
  width: 22px;
  height: 22px;
  font-size: 13px;
}

@media (max-width: 767px) {
  .cs-rail--wide .cs-tile__num {
    width: 17px;
    height: 17px;
    font-size: 10px;
  }
}

.pp {
  padding-top: 16px;
  padding-bottom: 32px;
}

.pp__article {
  max-width: var(--container-inner);
  margin: 0 auto;
  color: var(--text-secondary);
}

.pp__title {
  margin: 0 0 24px;
  padding-bottom: 16px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.75px;
  color: var(--text-primary);
}

.pp-item {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  padding-left: 36px;
  padding-right: 36px;
}

.pp-item:not(:last-of-type) {
  border-bottom: 1px solid var(--divider);
}

.pp-item:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}

.pp-item__head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 8px;
  margin-left: -36px;
  margin-right: -36px;
  padding: 16px;
  border-width: 0;
  border-style: solid;
  border-image-source: url('/assets/image/site/accordeon-default.webp');
  border-image-slice: 80 fill;
  border-image-width: 20px;
  border-image-repeat: stretch;
  color: var(--text-primary);
  list-style: none;
  cursor: pointer;
  transition: border-image-source 0.2s;
}

.pp-item__head::-webkit-details-marker {
  display: none;
}

.pp-item__head::after {
  content: '';
  width: 16px;
  height: 16px;
  margin-left: auto;
  background-color: currentcolor;
  -webkit-mask: url('/assets/image/site/icon-arrow-down.svg') center / contain no-repeat;
  mask: url('/assets/image/site/icon-arrow-down.svg') center / contain no-repeat;
  transform: rotate(0deg);
  transition: transform 0.2s;
}

.pp-item[open] > .pp-item__head {
  border-image-source: url('/assets/image/site/accordeon-active.webp');
}

.pp-item[open] > .pp-item__head::after {
  transform: rotate(180deg);
}

.pp-item__title {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.25px;
  color: inherit;
}

.pp-item__body {
  padding-top: 16px;
}

.pp-item:not(:last-of-type) .pp-item__body {
  padding-bottom: 16px;
}

.pp-item__body p,
.pp__date {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.25px;
}

.pp-item__body p:not(:last-child) {
  padding-bottom: 12px;
}

.pp-item__body ul {
  padding-bottom: 16px;
  padding-inline-start: 20px;
  list-style: disc;
}

.pp-item__body ul:last-child {
  padding-bottom: 0;
}

.pp-item__body li {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.25px;
  padding-bottom: 8px;
}

.pp-item__body li:last-child {
  padding-bottom: 0;
}

.pp-item__body a {
  color: inherit;
  text-decoration: underline;
  transition: color 0.2s;
}

.pp-item__body a:hover {
  color: var(--accent-750);
}

.pp-item__body a:active {
  color: var(--accent-350);
}

.pp__date {
  margin-top: 20px;
}

@media (hover: hover) and (pointer: fine) {
  .pp-item__head:hover {
    border-image-source: url('/assets/image/site/accordeon-hover.webp');
  }
}

@media (max-width: 1279px) {
  .pp__title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.625px;
  }

  .pp-item__title {
    font-size: 16px;
    line-height: 22px;
  }

  .pp-item__body li {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 1600px) {
  .cs-rail:not([class*="cs-rail--"]) {
    --tile-n: 7;
  }
}

@media (min-width: 2200px) {
  .cs-rail:not([class*="cs-rail--"]) {
    --tile-n: 8;
  }
}

@media (max-width: 1023px) {
  .cs-rally__name {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}

.seo__figure {
  margin: 0 0 12px;
}

.seo__figure-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-12);
}

.seo__figure-caption {
  margin-top: 8px;
  color: var(--accent-750);
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1.5;
}

.pp-item__figure {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 0;
}

.pp-item__figure-img {
  display: block;
  flex: none;
  width: 40px;
  height: 41px;
}

.pp-item__figure-caption {
  color: var(--accent-750);
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 1.5;
}


/* ---------- pagine di contenuto (art) ---------- */
.art {
  padding-top: 16px;
  padding-bottom: 40px;
}

.art--rel {
  padding-top: 0;
}

.crumbs {
  margin-bottom: 16px;
}

.crumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 0;
  margin: 0;
  color: var(--accent-750);
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 18px;
}

.crumbs__item:not(:last-child)::after {
  content: '/';
  margin-left: 6px;
  color: var(--neutral-400);
}

.crumbs__link {
  color: var(--accent-650);
  text-decoration: underline;
}

.crumbs__link:hover {
  color: var(--accent-850);
}

.crumbs__current {
  color: var(--accent-750);
}

.art__body {
  max-width: var(--container-inner);
  margin: 0 auto;
  color: var(--text-secondary);
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.25px;
}

.art__title {
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.75px;
  color: var(--text-primary);
}

.art__body h2 {
  margin: 32px 0 12px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: var(--text-primary);
}

.art__body h3 {
  margin: 20px 0 8px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: var(--text-primary);
}

.art__body p {
  margin: 0 0 12px;
}

.art__body ul,
.art__body ol {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
  padding-left: 20px;
  list-style: disc;
}

.art__body ol {
  list-style: decimal;
}

.art__body strong {
  color: var(--text-primary);
  font-weight: 700;
}

.art__link {
  color: var(--accent-650);
  text-decoration: underline;
}

.art__link:hover {
  color: var(--accent-850);
}

.art__table {
  margin: 16px 0;
}

.art__figure {
  margin: 16px 0;
}

.art__figure-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-12);
}

.art__figure-caption {
  margin-top: 8px;
  color: var(--accent-750);
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 18px;
}

.art__source {
  margin: 24px 0 0;
  padding: 12px 16px;
  border: 1px solid var(--divider);
  border-radius: var(--radius-12);
  background: var(--bg-sunken);
  font-size: 12px;
  line-height: 18px;
}

.art__source p {
  margin: 0;
}

.art__source p + p {
  margin-top: 6px;
}

.art__legal {
  max-width: var(--container-inner);
  margin: 32px auto 0;
}

.art__legal .pp__list {
  margin-top: 12px;
}

/* il testo SEO della home usa lo stesso markup delle pagine interne */
.seo__section ul,
.seo__section ol {
  display: grid;
  gap: 4px;
  margin: 0;
  padding-left: 20px;
  list-style: disc;
}

.seo__section ol {
  list-style: decimal;
}

.seo__section h3 {
  margin: 8px 0 0;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  color: var(--text-primary);
}

.seo__section strong {
  color: var(--text-primary);
  font-weight: 700;
}

.seo__section .art__figure {
  margin: 4px 0;
}

.seo__section .art__source {
  margin: 4px 0 0;
}

/* ---------- blocco "Pagine correlate" ---------- */
.rel {
  max-width: var(--container-inner);
  margin: 32px auto 0;
}

.rel__title {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: var(--text-primary);
}

.rel__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.rel__link {
  display: grid;
  gap: 4px;
  height: 100%;
  padding: 12px 14px;
  border: 1px solid var(--divider);
  border-radius: var(--radius-12);
  background: var(--bg-surface);
  transition: border-color 0.2s, background 0.2s;
}

.rel__link:hover {
  border-color: var(--accent-450);
  background: var(--bg-surface-2);
}

.rel__name {
  color: var(--accent-650);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.rel__desc {
  color: var(--accent-750);
  font-family: var(--font-body);
  font-size: 12px;
  line-height: 18px;
}

@media (max-width: 767px) {
  .rel__list {
    grid-template-columns: minmax(0, 1fr);
  }

  .art__body h2 {
    font-size: 18px;
    line-height: 26px;
  }
}
