


@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('/assets/fonts/manrope-var-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('/assets/fonts/manrope-var-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('/assets/fonts/manrope-var-greek.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF, U+1F00-1FFF;
}

@font-face {
  font-family: 'Fira Sans Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/assets/fonts/fira-sans-condensed-800-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Fira Sans Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/assets/fonts/fira-sans-condensed-800-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Fira Sans Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/assets/fonts/fira-sans-condensed-800-greek.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: 'Fira Sans Condensed';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/assets/fonts/fira-sans-condensed-800-greek-ext.woff2') format('woff2');
  unicode-range: U+1F00-1FFF;
}


:root {
  
  --c-bg: #0d0d15;
  --c-bg-2: #111120;
  --c-surface: #16162a;
  --c-surface-2: #1c1c34;
  --c-surface-3: #0a0a12;
  --c-border: rgba(255, 255, 255, 0.08);
  --c-border-2: rgba(255, 255, 255, 0.16);

  
  --c-text: #f5f5fa;
  --c-text-2: #c4c4d6;
  --c-text-3: #9d9db4;

  
  --c-gold: #ffd643;
  --c-gold-2: #ffaa00;
  --c-gold-ink: #241a02;

  
  --c-violet: #8b5cf6;
  --c-violet-2: #5b21b6;
  --c-violet-ink: #f5f0ff;

  
  --c-accent: var(--c-gold);
  --c-accent-2: var(--c-gold-2);

  
  --g-gold: linear-gradient(135deg, var(--c-gold) 0%, var(--c-gold-2) 100%);
  --g-violet: linear-gradient(135deg, var(--c-violet) 0%, var(--c-violet-2) 100%);
  
  --g-hero: radial-gradient(85% 120% at 0% 100%, rgba(139, 92, 246, 0.30) 0%, rgba(139, 92, 246, 0) 55%),
            radial-gradient(90% 120% at 100% 0%, rgba(255, 214, 67, 0.22) 0%, rgba(255, 214, 67, 0) 50%),
            linear-gradient(160deg, #171728 0%, #0f0f1c 55%, #0a0a12 100%);

  
  --f-display: 'Fira Sans Condensed', system-ui, 'Segoe UI', Roboto, Arial, sans-serif;
  --f-body: 'Manrope', system-ui, 'Segoe UI', Roboto, Arial, sans-serif;

  
  --r-xs: 4px;
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 18px;
  --r-pill: 999px;

  
  --sp-1: 4px;
  --sp-2: 8px;
  --sp-3: 12px;
  --sp-4: 16px;
  --sp-5: 24px;
  --sp-6: 32px;
  --sp-7: 48px;
  --sp-8: 64px;
  --sp-9: 80px;
  --sp-10: 96px;

  
  --container: 1240px;
  --section-py: 64px;

  
  --shadow-1: 0 4px 16px rgba(0, 0, 0, 0.35);
  --shadow-2: 0 16px 48px rgba(0, 0, 0, 0.45);
  --glow-gold: 0 0 0 1px rgba(255, 214, 67, 0.35), 0 8px 28px rgba(255, 170, 0, 0.25);
}

@media (max-width: 768px) {
  :root {
    --section-py: calc(var(--section-py) * 0.6);
  }
}


* {
  box-sizing: border-box;
}

html {
  background: var(--c-bg);
}

body {
  margin: 0;
  background: var(--c-bg);
  color: var(--c-text);
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: var(--f-display);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1.15;
  margin: 0 0 var(--sp-3);
  color: var(--c-text);
}

h1 { font-size: clamp(28px, 6vw, 48px); }
h2 { font-size: clamp(22px, 4.2vw, 32px); }
h3 { font-size: clamp(17px, 2.6vw, 20px); }

p { margin: 0 0 var(--sp-3); color: var(--c-text-2); }

ul, ol { margin: 0; padding: 0; list-style: none; }

table { border-collapse: collapse; width: 100%; }

button {
  font-family: inherit;
  cursor: pointer;
}

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


._9e5p {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--sp-4);
}

._865b {
  padding-block: var(--section-py);
}
._bn7r { background: var(--c-bg-2); }
._jjbn { padding-block: calc(var(--section-py) * 0.5); }

._l9zf {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  margin-bottom: var(--sp-5);
  flex-wrap: wrap;
}
._9bsz {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--c-accent);
  flex: none;
}
._dcsn {
  font-family: var(--f-display);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: clamp(20px, 3.6vw, 28px);
  margin: 0;
  flex: 1 1 auto;
}
._9le1 {
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--c-accent);
  white-space: nowrap;
}


._51h8 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
  padding: 14px 28px;
  border-radius: var(--r-pill);
  font-family: var(--f-display);
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border: 1px solid transparent;
  min-height: 44px;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}
._51h8:hover { filter: brightness(1.06); }
._51h8:active { transform: scale(0.98); }

._cwxq {
  background: var(--g-gold);
  color: var(--c-gold-ink);
  box-shadow: var(--glow-gold);
}
._lxtq {
  background: var(--g-violet);
  color: var(--c-violet-ink);
}
._huj2 {
  background: transparent;
  border-color: var(--c-border-2);
  color: var(--c-text);
}
._mdeg { padding: 17px 36px; font-size: 17px; }
._7t8n { display: flex; width: 100%; }


._8v43 {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
  padding: var(--sp-5);
  box-shadow: var(--shadow-1);
}
._fxt9 {
  background: var(--g-violet);
  border-color: transparent;
  color: var(--c-violet-ink);
}
._e174 {
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  border-color: var(--c-border);
}
._f399 { transition: transform 0.2s ease, border-color 0.2s ease; }
._f399:hover {
  transform: translateY(-3px);
  border-color: var(--c-border-2);
}


._gqyy {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  border-radius: var(--r-pill);
  background: var(--c-surface-2);
  border: 1px solid var(--c-border);
  color: var(--c-text-2);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
._6f4g {
  background: var(--g-gold);
  color: var(--c-gold-ink);
  border-color: transparent;
}


._g4kx {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: var(--r-sm);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
._izi { background: rgba(255, 214, 67, 0.14); color: var(--c-gold); }
._5yhk { background: rgba(139, 92, 246, 0.16); color: var(--c-violet); }


._6cxq { display: grid; gap: var(--sp-4); }
._5f0t { grid-template-columns: repeat(2, 1fr); }
._6dq1 { grid-template-columns: repeat(3, 1fr); }
._4q3g { grid-template-columns: repeat(4, 1fr); }
._ixx3 { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }

@media (max-width: 900px) {
  ._6dq1, ._4q3g { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  ._5f0t, ._6dq1, ._4q3g { grid-template-columns: 1fr; }
}


._j8n4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-3);
  margin-bottom: var(--sp-4);
}
._2p0j {
  display: flex;
  gap: var(--sp-3);
  overflow-x: auto;
  scroll-snap-type: x proximity;
  padding-bottom: var(--sp-2);
  scrollbar-width: none;
}
._2p0j::-webkit-scrollbar { display: none; }
._2p0j > * {
  scroll-snap-align: start;
  flex: 0 0 auto;
}
._md84 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: var(--r-pill);
  background: var(--c-surface-2);
  border: 1px solid var(--c-border);
  color: var(--c-text);
  flex: none;
}


._68dn {
  display: block;
  width: 148px;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  transition: transform 0.2s ease, border-color 0.2s ease;
}
._68dn:hover {
  transform: translateY(-4px);
  border-color: var(--c-accent);
}
._3q60 {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--c-surface-3);
}
._3q60 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
._gbaz {
  position: absolute;
  top: var(--sp-2);
  left: var(--sp-2);
  padding: 3px 8px;
  border-radius: var(--r-sm);
  background: rgba(10, 10, 18, 0.75);
  color: var(--c-gold);
  font-size: 11px;
  font-weight: 800;
}
._kh2f {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  background: rgba(13, 13, 21, 0.45);
  transition: opacity 0.2s ease;
}
._kh2f::before {
  content: '';
  width: 44px;
  height: 44px;
  border-radius: var(--r-pill);
  background: var(--g-gold);
  clip-path: polygon(32% 24%, 78% 50%, 32% 76%);
}
._68dn:hover ._kh2f { opacity: 1; }
._js {
  display: block;
  padding: var(--sp-2) var(--sp-2) 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--c-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
._evng {
  display: block;
  padding: 0 var(--sp-2) var(--sp-2);
  font-size: 11px;
  color: var(--c-text-3);
}

@media (min-width: 768px) {
  ._68dn { width: 178px; }
}


._lksv { color: var(--c-text-2); }
._lksv h2 {
  font-size: clamp(20px, 3.2vw, 26px);
  margin-top: var(--sp-6);
  margin-bottom: var(--sp-3);
}
._lksv h2:first-child { margin-top: 0; }
._lksv h3 {
  text-transform: none;
  font-family: var(--f-body);
  font-weight: 700;
  color: var(--c-text);
  margin-top: var(--sp-5);
}
._lksv p { margin-bottom: var(--sp-3); }
._lksv ul, ._lksv ol { margin: 0 0 var(--sp-3); padding-left: var(--sp-5); list-style: disc; }
._lksv ol { list-style: decimal; }
._lksv li { margin-bottom: var(--sp-2); }
._lksv a { color: var(--c-accent); text-decoration: underline; text-underline-offset: 2px; }
._lksv blockquote {
  margin: var(--sp-4) 0;
  padding: var(--sp-4) var(--sp-5);
  border-left: 3px solid var(--c-accent);
  background: var(--c-surface);
  border-radius: var(--r-sm);
  color: var(--c-text-2);
}


._a4mm {
  overflow-x: auto;
  border-radius: var(--r-md);
  border: 1px solid var(--c-border);
}
._75ge {
  min-width: 100%;
}
._75ge th, ._75ge td {
  padding: var(--sp-3) var(--sp-4);
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid var(--c-border);
  white-space: nowrap;
}
._75ge thead th {
  font-family: var(--f-display);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: var(--c-accent);
  background: var(--c-surface-2);
}
._75ge tbody tr:last-child td { border-bottom: none; }
._75ge tbody tr:hover { background: rgba(255, 255, 255, 0.03); }


._5p5b table,
._kvbi table,
._bx8s table,
._a8fk table,
._iy37 table,
._lksv table {
  width: 100%;
  margin: var(--sp-4) 0;
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  font-size: 14px;
  background: var(--c-surface);
}
._5p5b table th,
._kvbi table th,
._bx8s table th,
._a8fk table th,
._iy37 table th,
._lksv table th {
  padding: var(--sp-3) var(--sp-4);
  text-align: left;
  font-family: var(--f-display);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: var(--c-accent);
  background: var(--c-surface-2);
  border-bottom: 1px solid var(--c-border);
}
._5p5b table td,
._kvbi table td,
._bx8s table td,
._a8fk table td,
._iy37 table td,
._lksv table td {
  padding: var(--sp-3) var(--sp-4);
  text-align: left;
  color: var(--c-text-2);
  border-bottom: 1px solid var(--c-border);
  vertical-align: top;
}
._5p5b table tr:last-child td,
._kvbi table tr:last-child td,
._bx8s table tr:last-child td,
._a8fk table tr:last-child td,
._iy37 table tr:last-child td,
._lksv table tr:last-child td { border-bottom: none; }
._5p5b table tr:nth-child(even) td,
._kvbi table tr:nth-child(even) td,
._bx8s table tr:nth-child(even) td,
._a8fk table tr:nth-child(even) td,
._iy37 table tr:nth-child(even) td,
._lksv table tr:nth-child(even) td { background: rgba(255, 255, 255, 0.02); }


._1u7a {
  border-bottom: 1px solid var(--c-border);
}
._6uc0 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-3);
  width: 100%;
  padding: var(--sp-4) 0;
  background: transparent;
  border: none;
  color: var(--c-text);
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 15px;
  text-align: left;
}
._6uc0::after {
  content: '';
  flex: none;
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--c-accent);
  border-bottom: 2px solid var(--c-accent);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
._6uc0[aria-expanded="true"]::after { transform: rotate(-135deg); }
._86dk {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}
._86dk[data-open] { max-height: 800px; }
._cy9n { padding-bottom: var(--sp-4); }


._d0nw {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}


._lngy {
  display: none;
}
@media (max-width: 768px) {
  ._lngy {
    display: flex;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 40;
    background: var(--c-surface);
    border-top: 1px solid var(--c-border);
    padding: 6px var(--sp-2) calc(6px + env(safe-area-inset-bottom));
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.35);
  }
  ._5ue5 {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 6px 2px;
    min-height: 44px;
    color: var(--c-text-3);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
  }
  ._5ue5[aria-current="page"] { color: var(--c-accent); }
  ._1j55 {
    position: relative;
    top: -14px;
    background: var(--g-gold);
    color: var(--c-gold-ink);
    border-radius: var(--r-pill);
    width: 52px;
    height: 52px;
    justify-content: center;
    box-shadow: var(--glow-gold);
    flex: none;
    margin: 0 4px;
  }
  body { padding-bottom: 64px; }
}


p a,
._5p5b a,
._bx8s a {
  color: var(--c-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}
p a:hover,
._5p5b a:hover,
._bx8s a:hover { color: var(--c-text); }


*, *::before, *::after { text-transform: none !important; }

:root{--c-accent:var(--c-gold);--c-accent-2:var(--c-gold-2);--r-xs:4px;--r-sm:8px;--r-md:12px;--r-lg:18px;--section-py:88px;}
._k0bm {
  padding-block: var(--section-py);
}

._caz1 { margin-bottom: var(--sp-3); }

._4p4y {
  max-width: 100%;
  font-size: 17px;
  color: var(--c-text);
  font-weight: 600;
  margin-bottom: var(--sp-3);
}

._a344 {
  max-width: 100%;
  margin-bottom: var(--sp-6);
}

._l80i {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 300px));
  justify-content: center;
  gap: var(--sp-4);
  margin-bottom: var(--sp-6);
}

._ctj9 {
  padding: var(--sp-5);
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
}

._9f0v {
  text-transform: none;
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 16px;
  margin-bottom: var(--sp-2);
}

._f9k7 { font-size: 14px; margin: 0; }

._he9a {
  padding: var(--sp-5);
  border-radius: var(--r-lg);
  background: var(--g-violet);
  color: var(--c-violet-ink);
  font-weight: 600;
  max-width: 100%;
}

@media (max-width: 900px) {
  ._l80i { grid-template-columns: 1fr; }
}

._8yj9 {
  padding-block: var(--section-py);
}

._59qg { margin-bottom: var(--sp-2); }

._hupt {
  max-width: 100%;
  margin-bottom: var(--sp-6);
}

._4g0u {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 280px));
  justify-content: center;
  gap: var(--sp-4);
}

._k6di {
  padding: var(--sp-5);
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
}

._8yd1 {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--r-sm);
  background: rgba(139, 92, 246, 0.14);
  color: var(--c-violet);
  margin-bottom: var(--sp-3);
}

._8yd1 svg { width: 22px; height: 22px; fill: currentColor; }

._6e2c {
  text-transform: none;
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 16px;
  margin-bottom: var(--sp-2);
}

._3xn { font-size: 14px; margin: 0; }


._5y1x {
  padding-block: var(--section-py);
  background: var(--c-bg-2);
}

._dhc9 { margin-bottom: var(--sp-2); }

._907i {
  max-width: 100%;
  margin-bottom: var(--sp-5);
}

._69o9 {
  overflow-x: auto;
  border-radius: var(--r-md);
  border: 1px solid var(--c-border);
  margin-bottom: var(--sp-4);
}

._f87y {
  width: 100%;
  min-width: 480px;
  border-collapse: collapse;
}

._f87y th,
._f87y td {
  padding: var(--sp-3) var(--sp-4);
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid var(--c-border);
}

._f87y thead th {
  font-family: var(--f-display);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: var(--c-accent);
  background: var(--c-surface-2);
  white-space: nowrap;
}

._f87y tbody th[scope="row"] {
  font-weight: 700;
  color: var(--c-text);
  white-space: nowrap;
}

._f87y tbody tr:last-child td,
._f87y tbody tr:last-child th { border-bottom: none; }

._j5i3 {
  max-width: 100%;
  margin: 0;
}



._biij {
  padding: 40px 0 60px;
  background: linear-gradient(180deg, transparent 0%, rgba(212, 168, 67, 0.02) 100%);
}

@media screen and (max-width: 768px) {
  ._biij {
    padding: 32px 0 48px;
  }
}

._9t00 {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}

@media screen and (max-width: 768px) {
  ._9t00 {
    font-size: 16px;
  }
}

._9t00 p {
  margin-bottom: 20px;
}

._9t00 strong {
  color: #d4a843;
  font-weight: 600;
}


._9t00 ._a7u5 {
  background: rgba(212, 168, 67, 0.1);
  border: 2px solid rgba(212, 168, 67, 0.3);
  border-radius: 12px;
  padding: 24px;
  margin-top: 32px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  ._9t00 ._a7u5 {
    padding: 20px;
    margin-top: 24px;
  }
}

._9t00 ._a7u5 p {
  font-size: 20px;
  color: #d4a843;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  ._9t00 ._a7u5 p {
    font-size: 18px;
  }
}



._21y4 {
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  ._21y4 {
    padding: 40px 0;
  }
}

._21y4 > ._9e5p {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}

@media screen and (max-width: 768px) {
  ._21y4 > ._9e5p {
    font-size: 16px;
  }
}

._21y4 h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-color);
  margin: 48px 0 24px;
}

@media screen and (max-width: 1024px) {
  ._21y4 h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  ._21y4 h2 {
    font-size: 26px;
    margin: 36px 0 20px;
  }
}

._21y4 h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-color);
  margin: 36px 0 20px;
}

@media screen and (max-width: 1024px) {
  ._21y4 h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  ._21y4 h3 {
    font-size: 20px;
    margin: 28px 0 16px;
  }
}

._21y4 p {
  margin-bottom: 24px;
}

._21y4 ul,
._21y4 ol {
  margin-bottom: 24px;
  padding-left: 32px;
}

._21y4 li {
  margin-bottom: 12px;
}

._21y4 a {
  color: var(--button-bg, var(--action-color));
  text-decoration: underline;
  transition: opacity 0.3s;
}

._21y4 a:hover {
  opacity: 0.8;
}

._21y4 img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 32px 0;
}


._94fd {
  margin: 32px 0;
  text-align: center;
}

._di78 ._983o {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  display: block;
}

._di78 ._983o img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

._7w8h {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.7) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 24px;
  pointer-events: none;
}

._9kso {
  pointer-events: auto;
  font-size: 18px;
  padding: 14px 48px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  color: var(--button-text, #fff);
}

@media screen and (max-width: 768px) {
  ._9kso {
    font-size: 14px;
    padding: 10px 32px;
  }
  ._7w8h {
    padding-bottom: 16px;
  }
}


._21y4 ._9kso {
  color: var(--button-text, #fff);
  text-decoration: none;
}

._21y4 blockquote {
  border-left: 4px solid #d4a843;
  padding: 20px 24px;
  margin: 32px 0;
  background: rgba(212, 168, 67, 0.05);
  border-radius: 8px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
}

._21y4 table {
  border-collapse: collapse;
  width: 100%;
  margin: 36px 0;
}

._21y4 table td,
._21y4 table th {
  padding: 13px 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  ._21y4 table td,
  ._21y4 table th {
    padding: 8px 12px;
    font-size: 13px;
  }
}

._21y4 table th {
  text-align: left;
  background: rgba(212, 168, 67, 0.1);
  color: var(--text-color);
  font-weight: 600;
}

._21y4 table tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.03);
}

._21y4 table caption {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
}



._4z8h {
  padding: 80px 0 0;
  background: linear-gradient(180deg, rgba(212, 168, 67, 0.03) 0%, transparent 100%);
}

@media screen and (max-width: 768px) {
  ._4z8h {
    padding: 40px 0 0;
  }
}

._1060 {
  text-align: center;
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  ._1060 {
    margin-bottom: 32px;
  }
}

._ghpg {
  font-size: 56px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  ._ghpg {
    font-size: 42px;
  }
}

@media screen and (max-width: 768px) {
  ._ghpg {
    font-size: 28px;
    margin-bottom: 16px;
  }
}

._dg02 {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  ._dg02 {
    font-size: 16px;
  }
}


._9bp7 {
  width: 100%;
  margin-bottom: 48px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4);
}

._9bp7 img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  ._9bp7 {
    margin-bottom: 32px;
    border-radius: 12px;
  }
}


._jk1a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
  justify-content: center;
}

._dn6u {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  font-weight: 500;
  margin-right: 4px;
}

._f3td {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}

._f3td:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

._f3td svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

._i8gd svg { color: #10a37f; }
._1f52 svg { color: #20b8cd; }
._98ss svg { color: #d97706; }

@media screen and (max-width: 480px) {
  ._jk1a {
    gap: 6px;
    margin-top: 16px;
  }
  ._dn6u {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  ._f3td {
    font-size: 12px;
    padding: 6px 10px;
  }
}



._4p7j {
  padding: 40px 0;
  background: rgba(212, 168, 67, 0.02);
}

@media screen and (max-width: 768px) {
  ._4p7j {
    padding: 32px 0;
  }
}

._4nja {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}

@media screen and (max-width: 768px) {
  ._4nja {
    font-size: 16px;
  }
}

._4nja p {
  margin-bottom: 20px;
}

._4nja strong {
  color: #d4a843;
  font-weight: 600;
}



._c39d {
  padding: 60px 0;
  background: var(--bg-color, #09090f);
}

._1060 {
  text-align: center;
  margin-bottom: 48px;
}

._s6j {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 16px;
  font-size: 14px;
}

._58t2 {
  color: var(--button-bg, var(--action-color));
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

._ilmt {
  color: rgba(255, 255, 255, 0.6);
}

._ghpg {
  font-size: 56px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  ._ghpg {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  ._ghpg {
    font-size: 32px;
  }
}

._dg02 {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  ._dg02 {
    font-size: 16px;
  }
}

._im65 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}

._9bp7 {
  width: 100%;
  margin-bottom: 48px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4);
}

._9bp7 img {
  width: 100%;
  height: auto;
  display: block;
}

._21y4 {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 768px) {
  ._21y4 {
    font-size: 16px;
  }
}

._21y4 h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-color);
  margin: 48px 0 24px;
}
@media screen and (max-width: 768px) {
  ._21y4 h2 {
    font-size: 28px;
  }
}

._21y4 h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-color);
  margin: 36px 0 20px;
}
@media screen and (max-width: 768px) {
  ._21y4 h3 {
    font-size: 22px;
  }
}

._21y4 p {
  margin-bottom: 24px;
}

._21y4 ul,
._21y4 ol {
  margin-bottom: 24px;
  padding-left: 32px;
}

._21y4 li {
  margin-bottom: 12px;
}

._21y4 a {
  color: var(--button-bg, var(--action-color));
  text-decoration: underline;
  transition: opacity 0.3s;
}

._21y4 a:hover {
  opacity: 0.8;
}

._21y4 img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 32px 0;
}

._94fd {
  margin: 32px 0;
  text-align: center;
}


._di78 ._983o {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  display: block;
}
._di78 ._983o img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
._7w8h {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.7) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 24px;
  pointer-events: none;
}
._9kso {
  pointer-events: auto;
  font-size: 18px;
  padding: 14px 48px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  ._9kso {
    font-size: 14px;
    padding: 10px 32px;
  }
  ._7w8h {
    padding-bottom: 16px;
  }
}


._21y4 ._9kso {
  color: var(--button-text, #fff);
  text-decoration: none;
}

._21y4 blockquote {
  border-left: 4px solid #d4a843;
  padding: 20px 24px;
  margin: 32px 0;
  background: rgba(212, 168, 67, 0.05);
  border-radius: 8px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
}



._ibo5 {
  padding: 80px 0;
  background: var(--bg-color, #09090f);
}

@media screen and (max-width: 768px) {
  ._ibo5 {
    padding: 60px 0;
  }
}

._kfju {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
  color: var(--text-color);
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  ._kfju {
    font-size: 38px;
  }
}

@media screen and (max-width: 768px) {
  ._kfju {
    font-size: 28px;
  }
}

._l2fk {
  text-align: center;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 60px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  ._l2fk {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

._5roa {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

@media screen and (max-width: 1024px) {
  ._5roa {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media screen and (max-width: 768px) {
  ._5roa {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}


._ahyu {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 168, 67, 0.15);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

._ahyu:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 168, 67, 0.4);
  box-shadow: 0 12px 32px rgba(212, 168, 67, 0.15);
}

._fzhs {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  ._fzhs {
    padding: 20px;
  }
}

._iov8 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 12px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  ._iov8 {
    font-size: 18px;
  }
}

._auu0 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


._7wyu {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 168, 67, 0.15);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}
._7wyu:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 168, 67, 0.4);
  box-shadow: 0 12px 32px rgba(212, 168, 67, 0.15);
}
._kths {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}
._dso6 {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
}
._dso6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
._5ksd {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
._5ksd::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 20px,
    rgba(212, 168, 67, 0.03) 20px,
    rgba(212, 168, 67, 0.03) 40px
  );
}
._ftx6 {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(212, 168, 67, 0.9);
  color: #000;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 6px;
  letter-spacing: 0.5px;
}
._7bba {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
._3uka {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}
._jy7t {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 10px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
._5da2 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


._bnqe {
  padding-block: var(--section-py);
}

._4t2n {
  margin-bottom: var(--sp-2);
}

._igox {
  max-width: 100%;
  margin-bottom: var(--sp-2);
}

._a24i {
  display: flex;
  gap: var(--sp-5);
  font-family: var(--f-display);
  text-transform: uppercase;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--c-text-3);
  margin: 0 0 var(--sp-5);
}

._hsp0 {
  list-style: none;
  margin: 0 0 var(--sp-6);
  padding: 0;
  position: relative;
}

._7cfv {
  position: relative;
  display: flex;
  gap: var(--sp-4);
  padding-bottom: var(--sp-6);
  padding-left: var(--sp-1);
}

._7cfv:last-child {
  padding-bottom: 0;
}

._7cfv::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 34px;
  bottom: 0;
  width: 2px;
  background: var(--c-border-2);
}

._7cfv:last-child::before {
  display: none;
}

._3cyo {
  flex: none;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--r-pill);
  background: var(--g-gold);
  color: var(--c-gold-ink);
  font-family: var(--f-display);
  font-weight: 800;
  font-size: 14px;
  z-index: 1;
}

._c55d {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: var(--sp-1);
  padding: var(--sp-4);
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
}

._gmm7 {
  font-family: var(--f-display);
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: var(--c-accent);
}

._giqg {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: 22px;
  color: var(--c-text);
}

._dpba {
  display: grid;
  gap: 4px;
  margin: var(--sp-2) 0 0;
}

._dhxq {
  display: flex;
  justify-content: space-between;
  gap: var(--sp-3);
  font-size: 13px;
}

._dhxq dt {
  color: var(--c-text-3);
}

._dhxq dd {
  margin: 0;
  color: var(--c-text-2);
  text-align: right;
}

._ldot {
  display: inline-block;
  padding: 2px 8px;
  border-radius: var(--r-sm);
  background: rgba(255, 214, 67, 0.12);
  color: var(--c-gold);
  font-weight: 800;
  letter-spacing: 0.03em;
}

._hrs1,
._hyki {
  margin-bottom: var(--sp-6);
  max-width: 100%;
}

._7is3 {
  text-transform: none;
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 17px;
  color: var(--c-text);
}

._clyu {
  display: grid;
  gap: var(--sp-3);
  list-style: none;
  margin: 0;
  padding: 0;
}

._lije {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-3);
}

._j2fr {
  flex: none;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--r-pill);
  background: var(--g-violet);
  color: var(--c-violet-ink);
  font-family: var(--f-display);
  font-weight: 800;
  font-size: 13px;
}

._3t6j {
  color: var(--c-text-2);
  padding-top: 4px;
}

._1hmg {
  font-size: 12px;
  color: var(--c-text-3);
  max-width: 100%;
}

@media (max-width: 560px) {
  ._7cfv {
    gap: var(--sp-3);
  }

  ._7cfv::before {
    left: 13px;
  }

  ._a24i {
    gap: var(--sp-3);
  }
}

._last {
  position: relative;
  padding: 4rem 0 3rem;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

._last::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.75) 100%);
  z-index: 0;
}

._last ._9e5p {
  position: relative;
  z-index: 1;
}

._wo7 {
  max-width: 700px;
  margin: 0 auto;
}

._6yqe {
  display: inline-block;
  padding: 0.35rem 1rem;
  background: var(--action-color);
  color: #fff;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.25rem;
}

._hep7 {
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

._dzz8 {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

._l0m6 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

._jhg7 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--border-radius, 8px);
  backdrop-filter: blur(4px);
}

._kc4d {
  font-size: 1.25rem;
}

._9jby {
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
}

._k9gp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

._f7jk {
  display: flex;
  gap: 2px;
}

._57m0 {
  color: #d4a843;
  font-size: 1.25rem;
}

._i2l6 {
  opacity: 0.5;
}

._g4wx {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
}

._j9x9 {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2.5rem;
  background: var(--action-color);
  color: #fff;
  border-radius: var(--border-radius, 8px);
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}

._j9x9:hover {
  filter: brightness(1.15);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0,0,0,0.4);
}

@media (max-width: 768px) {
  ._last {
    padding: 2.5rem 0 2rem;
  }

  ._hep7 {
    font-size: 1.5rem;
  }

  ._l0m6 {
    flex-direction: column;
    align-items: center;
  }
}

._kfeu {
  padding: 3rem 0;
}

._14pv {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--text-color);
}

._3ari {
  font-size: 1rem;
  color: var(--text-color-2);
  margin-bottom: 2rem;
}

._7j85 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

._jd6e {
  display: grid;
  grid-template-columns: 2fr 2fr 1fr 1.2fr;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: var(--bg-color-2, rgba(255,255,255,0.05));
  border: 1px solid var(--border-color, rgba(255,255,255,0.1));
  border-radius: var(--border-radius, 10px);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

._jd6e:hover {
  border-color: var(--action-color);
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

._a61s {
  border-color: var(--action-color);
  background: linear-gradient(135deg, rgba(var(--action-color-rgb, 255,107,0), 0.08) 0%, var(--bg-color-2, rgba(255,255,255,0.05)) 100%);
  position: relative;
}

._hwf8 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

._cy7n {
  gap: 0.35rem;
}

._l641 {
  display: inline-block;
  padding: 0.15rem 0.6rem;
  background: var(--action-color);
  color: #fff;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: fit-content;
}

._kl9v {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-color);
}

._jkhp {
  color: #d4a843;
  font-size: 0.85rem;
}

._6ya3 {
  gap: 0.3rem;
}

._gnk5 {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-color);
}

._1voo {
  font-size: 0.8rem;
  color: var(--text-color-2);
}

._1voo strong {
  font-family: monospace;
  background: rgba(255,255,255,0.08);
  padding: 0.1rem 0.4rem;
  border-radius: 4px;
  color: var(--action-color);
}

._9ep3 {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-color);
  text-align: center;
}

._529u {
  display: flex;
  justify-content: flex-end;
}

._6w3n {
  padding: 0.6rem 1.5rem;
  border-radius: var(--border-radius, 8px);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
  white-space: nowrap;
}

._fhdx {
  background: var(--action-color);
  color: #fff;
}

._fhdx:hover {
  filter: brightness(1.15);
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  ._jd6e {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    text-align: center;
  }

  ._cy7n {
    align-items: center;
  }

  ._9ep3 {
    text-align: center;
  }

  ._529u {
    justify-content: center;
  }

  ._6w3n {
    width: 100%;
    padding: 0.75rem;
  }
}

._kvbi {
  padding-block: var(--section-py);
  background: var(--c-bg-2);
}

._ce04 {
  margin-bottom: var(--sp-5);
}

._ce04 h3 {
  color: var(--c-accent);
  text-transform: none;
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 17px;
}

._kvbi ._a8fk { color: var(--c-text-2); }
._kvbi ._a8fk p { margin-bottom: var(--sp-3); }
._kvbi ._a8fk p:last-child { margin-bottom: 0; }

._kvbi ._c3nb {
  margin-bottom: var(--sp-5);
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--c-border);
}

._kvbi ._c3nb img {
  width: 100%;
  height: auto;
}

._kvbi ._29ze {
  margin-top: var(--sp-6);
  padding: var(--sp-5);
  border-radius: var(--r-lg);
  background: var(--c-surface);
  border-left: 3px solid var(--c-gold);
  color: var(--c-text);
  font-weight: 600;
}


._48vm {
  padding: var(--sp-7);
  border: 1px solid var(--c-border-2);
  border-radius: var(--r-lg);
  background: linear-gradient(160deg, var(--c-surface-2), var(--c-surface));
}

._k3q8 { margin-bottom: var(--sp-5); }

._b8mo {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--sp-5);
}

._i7io {
  margin-top: var(--sp-4);
  padding: var(--sp-4) var(--sp-5);
  border-radius: var(--r-md);
  background: var(--c-bg);
  border-left: 3px solid var(--c-violet);
}

@media (max-width: 760px) {
  ._48vm { padding: var(--sp-5); }
  ._b8mo { grid-template-columns: 1fr; gap: 0; }
}

._5p5b {
  padding-block: var(--section-py);
}

._5p5b h2 {
  margin-bottom: var(--sp-5);
}

._5p5b ._iy37 {
  color: var(--c-text-2);
  margin-bottom: var(--sp-4);
}

._5p5b ._iy37 p { margin-bottom: var(--sp-3); }
._5p5b ._iy37 p:last-child { margin-bottom: 0; }

._5p5b ._c3nb {
  margin-bottom: var(--sp-5);
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--c-border);
}

._5p5b ._c3nb img {
  width: 100%;
  height: auto;
}


._jm2g {
  padding-block: 0;
}

._1um8 {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: var(--g-violet);
  padding-block: var(--sp-8);
}

._1um8::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(45% 140% at 0% 50%, rgba(255, 214, 67, 0.22) 0%, transparent 60%),
    radial-gradient(45% 140% at 100% 50%, rgba(255, 214, 67, 0.16) 0%, transparent 60%);
}

._1um8::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    115deg,
    rgba(255, 255, 255, 0.05) 0px,
    rgba(255, 255, 255, 0.05) 1px,
    transparent 1px,
    transparent 64px
  );
  opacity: 0.5;
}

._322l {
  position: relative;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--sp-4);
  text-align: center;
}

._1qys {
  color: var(--c-violet-ink);
  margin-bottom: var(--sp-3);
}

._h3sq {
  color: rgba(245, 240, 255, 0.85);
  max-width: 620px;
  margin: 0 auto var(--sp-6);
}

._a0sa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 48px;
  min-height: 44px;
  border-radius: var(--r-pill);
  background: var(--g-gold);
  color: var(--c-gold-ink);
  font-family: var(--f-display);
  font-weight: 800;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  box-shadow: var(--glow-gold);
}

@media (max-width: 640px) {
  ._1um8 { padding-block: var(--sp-6); }
  ._a0sa { padding: 16px 36px; }
}


._8bv6 {
  padding-block: var(--section-py);
  background: var(--c-bg);
}

._4hh9 { margin-bottom: var(--sp-6); }

._bmqp {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--sp-3);
  align-items: start;
}

._cuv {
  border-radius: var(--r-md);
  background: var(--c-surface);
  box-shadow: var(--shadow-1);
}

._5038 {
  cursor: pointer;
  list-style: none;
  display: flex;
  gap: var(--sp-3);
  align-items: flex-start;
  padding: var(--sp-4) var(--sp-5);
}

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

._5038::before {
  content: "?";
  flex: none;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--r-xs);
  background: var(--g-gold);
  color: var(--c-gold-ink);
  font-weight: 800;
  font-size: 13px;
}

._di5y {
  text-transform: none;
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  margin: 0;
}

._cuv[open] ._di5y { color: var(--c-gold); }

._gqth {
  padding: 0 var(--sp-5) var(--sp-5) calc(var(--sp-5) + 24px + var(--sp-3));
  font-size: 14px;
  color: var(--c-text-2);
}

._gqth > :last-child { margin-bottom: 0; }

@media (max-width: 760px) {
  ._bmqp { grid-template-columns: 1fr; }
  ._gqth { padding-left: var(--sp-5); }
}


._6igb {
  padding-block: var(--section-py);
  background: var(--c-bg);
}

._k1no {
  margin-bottom: var(--sp-6);
}

._cmbn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--sp-4);
}


._129k:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  max-width: calc(50% - (var(--sp-4) / 2));
  margin-inline: auto;
}

._129k {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-4);
  padding: var(--sp-4) var(--sp-5);
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-left: 3px solid var(--c-accent);
  border-radius: var(--r-md);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

._129k:hover {
  transform: translateX(3px);
  border-color: var(--c-border-2);
  border-left-color: var(--c-accent);
}

._ha5u {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--r-sm);
  background: rgba(255, 214, 67, 0.1);
  color: var(--c-accent);
}

._ha5u svg { width: 24px; height: 24px; fill: currentColor; }

._i5hl { min-width: 0; }

._9vft {
  text-transform: none;
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 16px;
  margin-bottom: var(--sp-1);
}

._6f9h {
  font-size: 14px;
  margin: 0;
  color: var(--c-text-2);
}

@media (max-width: 640px) {
  ._cmbn { grid-template-columns: 1fr; }
}

._icig {
  background: var(--c-surface-3);
  border-top: 1px solid var(--c-border);
  padding-block: var(--sp-8) var(--sp-6);
}

._i4ze {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-6);
  margin-bottom: var(--sp-6);
}

._5b5h {
  font-family: var(--f-display);
  font-size: 14px;
  color: var(--c-accent);
  margin-bottom: var(--sp-3);
}

._27m8 {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
}

._27m8 a {
  font-size: 14px;
  color: var(--c-text-3);
}

._27m8 a:hover { color: var(--c-text); }

._6df6 {
  padding: var(--sp-4);
  border-radius: var(--r-md);
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  margin-bottom: var(--sp-5);
}

._2945 {
  width: 100%;
  height: auto;
}

._dqh1 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
  margin-bottom: var(--sp-5);
}

._lpvl {
  border-top: 1px solid var(--c-border);
  padding-top: var(--sp-5);
}

._lpvl p {
  font-size: 12px;
  color: var(--c-text-3);
  margin: 0;
}

@media (max-width: 768px) {
  ._i4ze {
    grid-template-columns: 1fr;
    gap: var(--sp-5);
  }
}



._l5fz {
  padding: 48px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  ._l5fz {
    padding: 24px 0;
  }
}

._bwvz {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 48px;
  align-items: start;
}
@media screen and (max-width: 1200px) {
  ._bwvz {
    grid-template-columns: 350px 1fr;
    gap: 40px;
  }
}
@media screen and (max-width: 900px) {
  ._bwvz {
    display: block;
  }
  ._4yi2 {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  ._4yi2 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  ._4yi2 {
    margin-bottom: 20px;
  }
}


._4yi2 {
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 768px) {
  ._4yi2 {
    position: static;
  }
}

._5934 {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 10px 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  ._5934 {
    border-radius: 12px;
    margin-bottom: 16px;
  }
}

._5934 img {
  width: 100%;
  height: auto;
  display: block;
}

._5934 img[src=""],
._5934 img:not([src]) {
  display: none;
}

.game-image--fallback,
._5934:has(img[src=""]),
._5934:has(img:not([src])) {
  background: linear-gradient(135deg, #15120a, #0e0e15);
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.game-image--fallback::after,
._5934:has(img[src=""])::after,
._5934:has(img:not([src]))::after {
  content: '\1F3B0';
  font-size: 80px;
  opacity: 0.3;
}

._3emy {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(212, 168, 67, 0.1);
  border: 1px solid rgba(212, 168, 67, 0.3);
  border-radius: 12px;
  padding: 12px 16px;
}
@media screen and (max-width: 768px) {
  ._3emy {
    padding: 10px 14px;
    gap: 10px;
  }
}

._3emy img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  ._3emy img {
    width: 32px;
    height: 32px;
  }
}

._3emy span {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
}
@media screen and (max-width: 768px) {
  ._3emy span {
    font-size: 14px;
  }
}


._f8j4 {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  ._f8j4 {
    gap: 24px;
  }
}

._5bkt {
  font-size: 42px;
  font-weight: 700;
  line-height: 54px;
  color: var(--text-color);
  margin: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  ._5bkt {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (max-width: 768px) {
  ._5bkt {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (max-width: 576px) {
  ._5bkt {
    font-size: 22px;
    line-height: 30px;
  }
}



._erxf {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  ._erxf {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    gap: 12px;
  }
}
@media screen and (max-width: 576px) {
  ._erxf {
    grid-template-columns: 1fr;
  }
}

._20ox {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 168, 67, 0.15);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
}

._20ox:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(212, 168, 67, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(212, 168, 67, 0.1);
}

._7z3l {
  font-size: 28px;
  line-height: 1;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

._1yzo {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

._gupo {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
}

._gslp {
  font-size: 18px;
  font-weight: 700;
  color: #d4a843;
}


._8svu {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 576px) {
  ._8svu {
    flex-direction: column;
    gap: 12px;
  }
}

._i622,
._2w4t {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 12px;
  transition: all 0.3s;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  ._i622,
  ._2w4t {
    padding: 14px 24px;
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  ._i622,
  ._2w4t {
    width: 100%;
  }
}

._i622 {
  background: var(--action-color);
  color: var(--text-color);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

._i622:hover {
  opacity: 0.8;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

._i622 svg {
  margin-left: 4px;
}

._2w4t {
  background: transparent;
  color: var(--text-color);
  border: 2px solid var(--action-color-2);
}

._2w4t:hover {
  opacity: 0.8;
  transform: translateY(-2px);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.35);
}


._2sxc {
  margin-top: 24px;
  background: var(--action-color-2);
  border-radius: 16px;
  padding: 24px 32px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

._2sxc::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s ease;
}

._2sxc:hover::before {
  left: 100%;
}

._2sxc:hover {
  opacity: 0.8;
  transform: translateY(-4px);
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4);
}

._iqua {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  z-index: 1;
}

._8q0g {
  font-size: 36px;
  line-height: 1;
  animation: pulse-icon 2s ease-in-out infinite;
}

@keyframes pulse-icon {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

._7wnb {
  font-size: 22px;
  font-weight: 800;
  color: #0e0e15;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

._m7i4 {
  color: #0e0e15;
  transition: transform 0.3s ease;
}

._2sxc:hover ._m7i4 {
  transform: translateX(4px);
}


._lr4 {
  margin-top: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.02);
  border-left: 4px solid #d4a843;
  border-radius: 8px;
}

._lr4 h2,
._lr4 h3 {
  font-size: 16px;
  font-weight: 700;
  color: #d4a843;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

._lr4 p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}


._7s4h {
  margin-top: 16px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

._hq2d {
  display: flex;
  gap: 12px;
  font-size: 14px;
}

._hq2d strong {
  color: #d4a843;
  font-weight: 700;
  min-width: 90px;
}

._hq2d span {
  color: rgba(255, 255, 255, 0.7);
}



._bga6 {
  padding-block: var(--section-py);
}

._a1wt {
  margin-bottom: var(--sp-5);
}

._bu7r {
  position: relative;
}


._bu7r::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: var(--sp-2);
  width: 48px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, var(--c-bg) 92%);
}

._7l6b {
  display: flex;
  gap: var(--sp-3);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  padding-bottom: var(--sp-3);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

._7l6b::-webkit-scrollbar {
  display: none;
}

._7l6b ._68dn {
  flex: 0 0 148px;
  scroll-snap-align: start;
  border-radius: var(--r-lg);
}

._7l6b ._68dn:first-child {
  margin-left: 2px;
}

._7l6b ._68dn:last-child {
  margin-right: var(--sp-4);
}

@media (min-width: 768px) {
  ._7l6b ._68dn {
    flex: 0 0 190px;
  }
}

@media (max-width: 640px) {
  ._7l6b ._68dn {
    flex: 0 0 132px;
  }
  ._bu7r::after {
    width: 32px;
  }
}

._9cpk {
  padding-block: var(--section-py);
}

._9gpf { margin-bottom: var(--sp-2); }

._c182 {
  max-width: 100%;
  margin-bottom: var(--sp-6);
}

._e5di {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 220px));
  justify-content: center;
  gap: var(--sp-4);
  margin-bottom: var(--sp-6);
}

._gvfd {
  position: relative;
  padding: var(--sp-5) var(--sp-4) var(--sp-4);
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
}

._ddby {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: var(--sp-3);
  border-radius: var(--r-pill);
  background: var(--g-gold);
  color: var(--c-gold-ink);
  font-family: var(--f-display);
  font-weight: 800;
}

._4kyr {
  text-transform: none;
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 16px;
  margin-bottom: var(--sp-2);
}

._1npr {
  font-size: 14px;
  margin: 0;
}

._8uyq {
  padding: var(--sp-5);
  border-radius: var(--r-lg);
  background: var(--c-bg-2);
  border-left: 3px solid var(--c-accent);
}

._jyuq {
  text-transform: none;
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 16px;
}

._j4vr { display: grid; gap: var(--sp-2); }

._bzvl {
  position: relative;
  padding-left: var(--sp-4);
  color: var(--c-text-2);
  font-size: 14px;
}

._bzvl::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: var(--r-pill);
  background: var(--c-accent);
}



._47s5 {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(13, 13, 21, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--c-border);
}

._47s5[data-scrolled] {
  box-shadow: var(--shadow-1);
}

._gz20 {
  background: var(--g-violet);
}

._f37u {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: var(--sp-1);
}

._78pt {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--c-violet-ink);
  text-align: center;
}

._4mfl {
  display: flex;
  align-items: center;
  gap: var(--sp-5);
  padding-block: var(--sp-3);
}

._9wau {
  height: 34px;
  width: auto;
}

._gze9 {
  display: none;
  align-items: center;
  gap: var(--sp-5);
  flex: 1 1 auto;
}

._gze9 a {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--c-text-2);
  white-space: nowrap;
}

._gze9 a:hover,
._gze9 a[aria-current="page"] {
  color: var(--c-accent);
}

._iv4i {
  display: none;
  align-items: center;
  gap: var(--sp-3);
  margin-left: auto;
}

._jxaa {
  padding: 10px 20px;
  border-radius: var(--r-pill);
  border: 1px solid var(--c-border-2);
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--c-text);
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

._8t4q {
  padding: 10px 22px;
  border-radius: var(--r-pill);
  background: var(--g-gold);
  color: var(--c-gold-ink);
  font-family: var(--f-display);
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  box-shadow: var(--glow-gold);
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

._5ws9 {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  margin-left: auto;
  background: transparent;
  border: none;
  padding: 0;
}

._5ws9 span {
  display: block;
  height: 2px;
  background: var(--c-text);
  border-radius: var(--r-pill);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

._5ws9[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
._5ws9[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
._5ws9[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 1023px) {
  ._78pt {
    font-size: 11px;
  }

  ._gze9 {
    position: fixed;
    inset: 0 0 0 30%;
    top: 100px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--sp-1);
    padding: var(--sp-5) var(--sp-5) var(--sp-8);
    background: var(--c-surface);
    border-left: 1px solid var(--c-border);
    transform: translateX(100%);
    transition: transform 0.25s ease;
    overflow-y: auto;
  }
  ._gze9[data-open] { display: flex; transform: translateX(0); }
  ._gze9 a { padding: var(--sp-3) 0; width: 100%; border-bottom: 1px solid var(--c-border); }

  ._iv4i[data-open] { display: flex; }
}

@media (min-width: 1024px) {
  ._gze9 { display: flex; }
  ._iv4i { display: flex; }
  ._5ws9 { display: none; }
}


._9csy {
  position: relative;
  padding-block: var(--sp-8) var(--sp-7);
  background: var(--c-bg);
  overflow: hidden;
}

._9x4m {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  min-height: 440px;
  display: flex;
  align-items: center;
  padding: var(--sp-7) var(--sp-6);
  border: 1px solid var(--c-border);
  
  background-image:
    linear-gradient(100deg,
      var(--c-bg) 0%,
      var(--c-bg) 36%,
      rgba(13, 13, 21, 0.72) 56%,
      rgba(13, 13, 21, 0.30) 100%),
    var(--hero-img, none);
  background-repeat: no-repeat, no-repeat;
  background-position: center, center right;
  background-size: cover, cover;
}

._3sr0 {
  position: relative;
  z-index: 1;
  max-width: 560px;
  flex: 1 1 520px;
}

._9ga5 {
  margin-bottom: var(--sp-3);
}

._ewpg {
  position: relative;
  display: inline-block;
  margin-bottom: var(--sp-4);
}

._g6di {
  position: absolute;
  inset: 0;
  filter: blur(18px);
  opacity: 0.55;
}

._g6di,
._7net {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: clamp(32px, 6.5vw, 56px);
  line-height: 1;
  background: var(--g-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

._42iv {
  max-width: 480px;
  margin-bottom: var(--sp-5);
}


._be26 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-3);
  margin-top: var(--sp-5);
}

._2e56 {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: var(--sp-2) var(--sp-4);
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);
  border: 1px solid var(--c-border-2);
  border-left: 3px solid var(--c-gold);
}

._hn8g {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: 17px;
  color: var(--c-gold);
  text-transform: uppercase;
  line-height: 1.1;
}

._47j1 {
  font-size: 12px;
  color: var(--c-text-2);
}

@media (max-width: 900px) {
  ._9x4m { min-height: 400px; }
  ._3sr0 { flex-basis: 100%; }
}

@media (max-width: 640px) {
  ._9csy { padding-block: var(--sp-6) var(--sp-5); }
  ._9x4m {
    min-height: 0;
    padding: var(--sp-6) var(--sp-4);
    
    background-image:
      linear-gradient(180deg, rgba(13, 13, 21, 0.62) 0%, rgba(13, 13, 21, 0.90) 100%),
      var(--hero-img, none);
    background-position: center, center;
    background-size: cover, cover;
  }
  ._2e56 { flex: 1 1 40%; }
}

._25hk {
  padding-block: var(--sp-7) var(--sp-6);
  background: var(--g-hero);
}


._dvkv {
  margin-bottom: var(--sp-4);
  font-size: 13px;
  line-height: 1.4;
}
._dvkv ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--sp-2);
}
._dvkv li {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  color: var(--c-text-3);
}
._dvkv li + li::before {
  content: "›";
  color: var(--c-text-3);
  opacity: 0.75;
}
._dvkv a {
  color: var(--c-text-2);
  text-decoration: none;
  transition: color 0.15s ease;
}
._dvkv a:hover {
  color: var(--c-gold);
}
._dvkv li[aria-current] {
  color: var(--c-text);
}
@media screen and (max-width: 768px) {
  ._dvkv {
    margin-bottom: var(--sp-3);
    font-size: 12px;
  }
}

._cz2o {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  padding: var(--sp-6) var(--sp-6) var(--sp-5);
  
  background: var(--g-hero);
  border: 1px solid var(--c-border);
}


._4wnl {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}
._4wnl::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,
    rgba(13, 13, 21, 0.90) 0%,
    rgba(13, 13, 21, 0.70) 45%,
    rgba(13, 13, 21, 0.40) 100%);
}

._7n7x {
  position: relative;
  z-index: 1;
  height: 28px;
  margin-bottom: var(--sp-4);
}

._3yfk {
  position: relative;
  z-index: 1;
}

._h04z {
  margin-bottom: var(--sp-5);
  max-width: 640px;
}

._28dk {
  display: grid;
  
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  justify-content: center;
  gap: var(--sp-3);
}

._1w5e {
  position: relative;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  padding: var(--sp-4) var(--sp-3);
  text-align: center;
}

._2mvx {
  display: none;
}

._l7px {
  display: block;
  font-family: var(--f-display);
  font-weight: 800;
  font-size: clamp(20px, 3.4vw, 28px);
  color: var(--c-gold);
}

._l7px._8xoj {
  font-size: clamp(26px, 4.4vw, 36px);
}

._9is8 {
  display: block;
  margin-top: var(--sp-1);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--c-text-2);
}

@media (max-width: 640px) {
  ._cz2o { padding: var(--sp-5) var(--sp-4) var(--sp-4); }
  ._28dk { grid-template-columns: 1fr; }
  
  ._4wnl {
    background-position: center;
  }
  ._4wnl::after {
    background: linear-gradient(180deg,
      rgba(13, 13, 21, 0.80) 0%,
      rgba(13, 13, 21, 0.92) 100%);
  }
}


._4pyf {
  padding-block: var(--section-py);
  background: var(--c-bg);
}

._85ul { margin-bottom: var(--sp-2); }

._jxui {
  max-width: 100%;
  margin-bottom: var(--sp-5);
  color: var(--c-text-2);
}

._5so2 {
  border-radius: var(--r-md);
  border: 1px solid var(--c-border);
  overflow: hidden;
}

._41yk { width: 100%; border-collapse: collapse; }

._41yk tr + tr { border-top: 1px solid var(--c-border); }
._41yk tr:nth-child(odd) { background: var(--c-surface); }

._2bpy {
  width: 28%;
  padding: var(--sp-3) var(--sp-4);
  text-align: left;
  vertical-align: top;
  font-weight: 700;
  font-size: 14px;
  color: var(--c-gold);
  border-right: 1px solid var(--c-border);
}

._9wsx {
  padding: var(--sp-3) var(--sp-4);
  font-size: 14px;
  color: var(--c-text-2);
}

@media (max-width: 640px) {
  ._41yk tr, ._2bpy, ._9wsx { display: block; width: auto; }
  ._2bpy { border-right: 0; padding-bottom: 0; }
}


._hc62 {
  padding-block: var(--section-py);
  background: var(--c-bg);
}

._d0id {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
  gap: var(--sp-6);
  align-items: start;
  margin-bottom: var(--sp-7);
}

._bxm3 { margin-bottom: var(--sp-2); }
._ii9b { margin: 0; color: var(--c-text-2); }

._cmi4 {
  padding: var(--sp-5);
  border-radius: var(--r-lg);
  background: var(--c-surface-2);
  box-shadow: var(--shadow-1);
  border-top: 3px solid var(--c-gold);
}

._f9h7 {
  text-transform: none;
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 16px;
  margin-bottom: var(--sp-2);
}

._bvtt { margin: 0; font-size: 14px; }

._d5zx {
  list-style: none;
  counter-reset: lflow;
  position: relative;
  margin: 0 0 var(--sp-7);
  padding: 0 0 0 44px;
}

._d5zx::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: linear-gradient(var(--c-gold), var(--c-violet));
  opacity: .6;
}

._c1ql {
  position: relative;
  counter-increment: lflow;
  padding-bottom: var(--sp-5);
}

._c1ql:last-child { padding-bottom: 0; }

._c1ql::before {
  content: counter(lflow);
  position: absolute;
  left: -44px;
  top: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--r-pill);
  background: var(--c-bg);
  border: 2px solid var(--c-gold);
  color: var(--c-gold);
  font-family: var(--f-display);
  font-weight: 800;
}

._f96 {
  text-transform: none;
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 16px;
  margin-bottom: var(--sp-1);
}

._3i1k { margin: 0; font-size: 14px; color: var(--c-text-2); }

._irbd {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--c-border);
  border-radius: var(--r-md);
  overflow: hidden;
}

._57or {
  padding: var(--sp-4) var(--sp-5);
  border-bottom: 1px solid var(--c-border);
}

._57or:nth-child(odd) { border-right: 1px solid var(--c-border); }

._76mc {
  text-transform: none;
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 14px;
  margin-bottom: var(--sp-1);
}

._76mc::before {
  content: "!";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: var(--sp-2);
  border-radius: var(--r-pill);
  background: var(--c-accent);
  color: var(--c-bg);
  font-size: 12px;
}

._iteq { margin: 0; font-size: 13px; }

@media (max-width: 760px) {
  ._d0id { grid-template-columns: 1fr; }
  ._irbd { grid-template-columns: 1fr; }
  ._57or:nth-child(odd) { border-right: 0; }
}

._rae {
  padding-block: var(--section-py);
}

._k7o1 { margin-bottom: var(--sp-2); }

._i21y {
  max-width: 100%;
  margin-bottom: var(--sp-5);
}

._1dcj {
  overflow-x: auto;
  border-radius: var(--r-md);
  border: 1px solid var(--c-border);
  margin-bottom: var(--sp-4);
}

._hdlt {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}

._hdlt th,
._hdlt td {
  padding: var(--sp-3) var(--sp-4);
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid var(--c-border);
  white-space: nowrap;
}

._hdlt thead th {
  font-family: var(--f-display);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: var(--c-accent);
  background: var(--c-surface-2);
}

._hdlt tbody tr:last-child td { border-bottom: none; }

._jxl5 { font-weight: 700; color: var(--c-text); }

._baew {
  font-size: 12px;
  color: var(--c-text-3);
  max-width: 100%;
}

._bugy {
  padding-block: var(--section-py);
  background: var(--c-bg-2);
}

._gh2t {
  text-align: center;
  margin-bottom: var(--sp-5);
}

._l9yi {
  padding: var(--sp-5);
  border-radius: var(--r-lg);
  background: var(--c-surface);
  border: 1px solid var(--c-border);
}

._l9yi img {
  width: 100%;
  height: auto;
  border-radius: var(--r-sm);
}


._2gu9 {
  padding-block: var(--section-py);
  background: var(--c-bg);
}

._eub7 { margin-bottom: var(--sp-2); }

._6le6 {
  max-width: 100%;
  margin-bottom: var(--sp-7);
  color: var(--c-text-2);
}

._282o {
  list-style: none;
  counter-reset: pflow;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  gap: var(--sp-4);
  margin: 0;
  padding: 0;
  position: relative;
}

._282o::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: var(--c-border-2);
}

._1kxk {
  counter-increment: pflow;
  position: relative;
  text-align: center;
  padding-top: 56px;
}

._1kxk::before {
  content: counter(pflow);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--r-pill);
  background: var(--g-gold);
  color: var(--c-gold-ink);
  font-family: var(--f-display);
  font-weight: 800;
  box-shadow: 0 0 0 6px var(--c-bg);
}

._xet {
  text-transform: none;
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 15px;
  margin-bottom: var(--sp-1);
}

._ftf4 { margin: 0; font-size: 13px; color: var(--c-text-2); }

@media (max-width: 860px) {
  ._282o { grid-auto-flow: row; gap: var(--sp-5); padding-left: 56px; }
  ._282o::before { top: 0; bottom: 0; left: 19px; right: auto; width: 2px; height: auto; }
  ._1kxk { text-align: left; padding-top: 0; }
  ._1kxk::before { left: -56px; transform: none; }
}


._i9qv {
  padding-block: var(--section-py);
  background: var(--c-bg-2);
}

._fxdm { margin-bottom: var(--sp-2); }

._85b {
  max-width: 100%;
  margin-bottom: var(--sp-6);
  color: var(--c-text-2);
}

._2snp {
  display: grid;
  gap: var(--sp-3);
  margin-bottom: var(--sp-5);
}

._3s56 {
  text-transform: uppercase;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  margin: 0;
  padding-top: var(--sp-3);
}

._3s56:first-child { padding-top: 0; }

._ene6 { color: var(--c-gold); }
._7uf7 { color: var(--c-violet); }

._67v7 {
  display: grid;
  gap: var(--sp-2);
  list-style: none;
  margin: 0;
  padding: 0;
}

._6v3e {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  width: 100%;
  padding: var(--sp-3) var(--sp-4);
  border-radius: var(--r-pill);
  background: var(--c-surface);
  border: 1px solid var(--c-border);
}

._emo7 { border-color: rgba(255, 214, 67, 0.18); }
._3d1k { border-color: rgba(139, 92, 246, 0.18); }

._l0hf {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  border-radius: var(--r-pill);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

._ikrx {
  background: rgba(255, 214, 67, 0.14);
  color: var(--c-gold);
}

._9uqz {
  background: rgba(255, 255, 255, 0.06);
  color: var(--c-text-3);
}

._m7lm {
  min-width: 0;
  font-size: 14px;
  color: var(--c-text-2);
}

._kihv {
  padding: var(--sp-4) var(--sp-5);
  border-radius: var(--r-md);
  background: var(--c-surface);
  border-left: 3px solid var(--c-accent);
  margin: 0;
  color: var(--c-text-2);
}

@media (max-width: 360px) {
  ._6v3e { padding: var(--sp-2) var(--sp-3); gap: var(--sp-2); }
}



._6gpt {
  padding: 60px 0;
  background: linear-gradient(180deg, rgba(212, 168, 67, 0.02) 0%, transparent 100%);
  border-top: 1px solid rgba(212, 168, 67, 0.15);
}

@media screen and (max-width: 768px) {
  ._6gpt {
    padding: 40px 0;
  }
}

._fsly {
  font-size: 32px;
  font-weight: 700;
  color: var(--text-color);
  text-align: center;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  ._fsly {
    font-size: 24px;
    margin-bottom: 32px;
  }
}

._m4rq {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  ._m4rq {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  ._m4rq {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}


._ld0s {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 168, 67, 0.15);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

._ld0s:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 168, 67, 0.4);
  box-shadow: 0 12px 32px rgba(212, 168, 67, 0.15);
}

._1mxg {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  ._1mxg {
    padding: 20px;
  }
}

._coqr {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 12px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  ._coqr {
    font-size: 16px;
  }
}

._7eqb {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


._8d4i {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(212, 168, 67, 0.15);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}
._8d4i:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 168, 67, 0.4);
  box-shadow: 0 12px 32px rgba(212, 168, 67, 0.15);
}
._9zbf {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}
._8y0n {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
}
._8y0n img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
._dn9 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-color);
  padding: 16px 16px 8px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
._cuq3 {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  padding: 0 16px 16px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

._k8cd {
  padding-block: var(--section-py);
}

._dv11 { margin-bottom: var(--sp-3); }

._7k74 {
  max-width: 100%;
  font-size: 17px;
  color: var(--c-text);
  font-weight: 600;
  margin-bottom: var(--sp-6);
}

._k6ct {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 320px));
  justify-content: center;
  gap: var(--sp-4);
  margin-bottom: var(--sp-5);
}

._4y4f {
  padding: var(--sp-5);
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
}

._agh0 {
  text-transform: none;
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 16px;
  margin-bottom: var(--sp-2);
}

._6vk0 { font-size: 14px; margin: 0; }

._6aq9 {
  padding: var(--sp-4);
  border-radius: var(--r-lg);
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: var(--sp-3);
  max-width: 100%;
}

._8tdo {
  font-size: 13px;
  color: var(--c-muted, var(--c-text));
  margin: 0;
  max-width: 100%;
}

@media (max-width: 900px) {
  ._k6ct { grid-template-columns: 1fr; }
}



._f6xr {
  padding: 80px 0;
  background: #09090f;
  position: relative;
}

._f6xr::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 168, 67, 0.3), transparent);
}

._cqxf {
  font-size: 2.5rem;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 12px 0;
  text-align: center;
  
}

._ks8p {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 48px 0;
  text-align: center;
  font-weight: 400;
}

._4svg {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
}


._hu1i {
  background: linear-gradient(135deg, #1a1a25 0%, #0e0e16 100%);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(212, 168, 67, 0.15);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  position: relative;
}

._hu1i::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(212, 168, 67, 0.3), rgba(212, 168, 67, 0.3));
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}


@supports ((-webkit-mask-composite: xor) or (mask-composite: exclude)) {
  ._hu1i::before {
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }
}

._hu1i:hover {
  transform: translateY(-8px);
  border-color: rgba(212, 168, 67, 0.4);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(212, 168, 67, 0.1);
}

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

._i235 {
  width: 100%;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #252530 0%, #1a1a25 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

._i235::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

._hu1i:hover ._i235::after {
  opacity: 1;
}

._i235 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

._hu1i:hover ._i235 img {
  transform: scale(1.1);
}


._hsg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, #252530 0%, #1a1a25 100%);
}

._be8t {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4a843 0%, #c49a38 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: 900;
  color: #09090f;
  box-shadow: 0 8px 24px rgba(212, 168, 67, 0.3);
}

._ccch {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 0 16px;
  max-width: 200px;
  line-height: 1.4;
}

._6vrk {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
}

._8y6r {
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  min-height: 48px;
}

._fmp7 {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

._hkh1 {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}

._hkh1 strong {
  color: #d4a843;
  font-weight: 700;
  font-size: 14px;
}

._k231 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: auto;
  padding: 14px 20px;
  background: var(--action-color);
  color: var(--text-color);
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

._k231::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

._k231:hover::before {
  width: 300px;
  height: 300px;
}

._k231:hover {
  opacity: 0.8;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

._k231 span {
  position: relative;
  z-index: 1;
}


@media (max-width: 1400px) {
  ._4svg {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1024px) {
  ._f6xr {
    padding: 60px 0;
  }

  ._cqxf {
    font-size: 2rem;
  }

  ._ks8p {
    font-size: 1rem;
  }

  ._4svg {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  ._f6xr {
    padding: 48px 0;
  }

  ._cqxf {
    font-size: 1.75rem;
    margin-bottom: 8px;
  }

  ._ks8p {
    font-size: 0.9375rem;
    margin-bottom: 32px;
  }

  ._4svg {
    gap: 16px;
  }

  ._6vrk {
    padding: 16px;
  }

  ._8y6r {
    font-size: 15px;
    min-height: 42px;
  }

  ._k231 {
    padding: 12px 16px;
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  ._4svg {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }

  ._cqxf {
    font-size: 1.5rem;
  }

  ._i235 {
    aspect-ratio: 16/9;
  }
}


@media (prefers-reduced-motion: reduce) {
  ._hu1i,
  ._hu1i::before,
  ._i235::after,
  ._i235 img,
  ._k231,
  ._k231::before {
    transition: none;
  }

  ._hu1i:hover {
    transform: none;
  }

  ._hu1i:hover ._i235 img {
    transform: none;
  }

  ._k231:hover {
    transform: none;
  }

  ._k231:hover::before {
    width: 0;
    height: 0;
  }
}

._6592 {
  padding: 3rem 0;
}

._5f84 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--text-color);
}

._64ny {
  font-size: 1rem;
  color: var(--text-color-2);
  margin-bottom: 2rem;
  max-width: 700px;
  line-height: 1.6;
}

._eomp {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

._kt0y {
  display: flex;
  gap: 1.25rem;
  padding: 1.5rem;
  background: var(--bg-color-2, rgba(255,255,255,0.05));
  border: 1px solid var(--border-color, rgba(255,255,255,0.1));
  border-radius: var(--border-radius, 12px);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

._kt0y:hover {
  border-color: var(--action-color);
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

._k9sf {
  font-size: 2rem;
  line-height: 1;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-color-3, rgba(255,255,255,0.08));
  border-radius: 12px;
}

._cn4a {
  flex: 1;
  min-width: 0;
}

._8epx {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-color);
  margin: 0 0 0.5rem 0;
}

._h1g2 {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--text-color-2);
}

._h1g2 p {
  margin: 0 0 0.75rem 0;
}

._h1g2 p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  ._6592 {
    padding: 2rem 0;
  }

  ._5f84 {
    font-size: 1.4rem;
  }

  ._kt0y {
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.25rem;
  }

  ._k9sf {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }
}

._5uoz {
  padding: 3rem 0;
}

._28jd {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: var(--text-color);
}

._852g {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

._abg0 {
  background: var(--bg-color-2, rgba(255,255,255,0.05));
  border-radius: var(--border-radius, 12px);
  overflow: hidden;
}

._5a6t {
  border: 1px solid rgba(34,197,94,0.2);
}

._10n2 {
  border: 1px solid rgba(239,68,68,0.2);
}

._5ost {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  font-weight: 700;
  font-size: 1rem;
}

._dche {
  background: rgba(34,197,94,0.1);
  color: #22c55e;
}

._c941 {
  background: rgba(239,68,68,0.1);
  color: #ef4444;
}

._ccnl {
  font-size: 1.1rem;
}

._84mu {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

._8bso {
  list-style: none;
  margin: 0;
  padding: 0.75rem 0;
}

._gjjr {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.6rem 1.25rem;
}

._l7ko {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1;
}

._3c1c ._l7ko {
  background: rgba(34,197,94,0.15);
  color: #22c55e;
}

._g5p0 ._l7ko {
  background: rgba(239,68,68,0.15);
  color: #ef4444;
}

._51fa {
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--text-color-2);
}

@media (max-width: 768px) {
  ._5uoz {
    padding: 2rem 0;
  }

  ._28jd {
    font-size: 1.4rem;
  }

  ._852g {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

._7klq {
  padding-block: var(--section-py);
}

._556c { margin-bottom: var(--sp-2); }

._mccu {
  max-width: 100%;
  margin-bottom: var(--sp-6);
}

._iu6a {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 220px));
  justify-content: center;
  gap: var(--sp-4);
  margin-bottom: var(--sp-5);
}

._fd9c {
  padding: var(--sp-5) var(--sp-4);
  text-align: center;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--r-lg);
}

._kvz7 {
  width: 40px;
  height: 40px;
  margin: 0 auto var(--sp-3);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--r-pill);
  background: rgba(255, 214, 67, 0.1);
  color: var(--c-accent);
}

._kvz7 svg { width: 20px; height: 20px; fill: currentColor; }

._ehfo {
  text-transform: none;
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 15px;
  margin-bottom: var(--sp-1);
}

._2yxo {
  color: var(--c-text);
  font-weight: 600;
  font-size: 14px;
  margin-bottom: var(--sp-1);
}

._6xhk {
  font-size: 12px;
  color: var(--c-text-3);
  margin: 0;
}

._a8id {
  font-size: 13px;
  color: var(--c-text-3);
  max-width: 100%;
}



._2iaa {
  padding-block: var(--sp-3);
}

._5ssb {
  background: transparent;
  border: none;
  border-top: 1px dashed var(--c-border);
  border-bottom: 1px dashed var(--c-border);
}

._944h {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  width: auto;
  padding: var(--sp-2) 0;
  background: transparent;
  border: none;
  color: var(--c-text-2);
  font-family: var(--f-body);
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
  font-size: 13px;
}

._cf4m::before {
  content: '#';
  margin-right: var(--sp-1);
  color: var(--c-accent);
  font-family: var(--f-display);
  font-weight: 800;
}

._ezka {
  width: 14px;
  height: 14px;
  color: var(--c-text-3);
  transition: transform 0.2s ease;
}

._944h[aria-expanded="false"] ._ezka {
  transform: rotate(-90deg);
}

._944h[aria-expanded="false"] + ._j95g {
  display: none;
}

._j95g {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--sp-4);
  row-gap: var(--sp-1);
  padding: 0 0 var(--sp-3);
  margin: 0;
  list-style: none;
  counter-reset: toc4-item;
}

._j95g li {
  counter-increment: toc4-item;
}

._j95g a {
  display: inline-flex;
  align-items: baseline;
  gap: var(--sp-1);
  color: var(--c-text-3);
  font-family: var(--f-body);
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: var(--c-border-2);
  text-underline-offset: 3px;
}

._j95g a::before {
  content: counter(toc4-item) '.';
  color: var(--c-accent);
  font-weight: 800;
  text-decoration: none;
}

._j95g a:hover,
._j95g a:focus-visible {
  color: var(--c-text);
  text-decoration-color: var(--c-accent);
}


._j95g li[data-sub] a {
  font-size: 11px;
  opacity: 0.8;
}

@media (max-width: 640px) {
  ._j95g {
    column-gap: var(--sp-3);
  }
}


._i3ai {
  padding-block: var(--section-py);
  background: var(--c-bg);
}

._573z {
  text-align: center;
  margin-bottom: var(--sp-6);
  font-family: var(--f-display);
  text-transform: uppercase;
  color: var(--c-text);
}

._5vmw {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--sp-3);
}

._bos7 {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  padding: var(--sp-2) var(--sp-4);
  background: var(--c-surface-2);
  border: 1px solid var(--c-border);
  border-radius: var(--r-pill);
  flex: 0 0 auto;
  transition: border-color 0.2s ease, background 0.2s ease;
}

._bos7:hover {
  border-color: var(--c-gold);
  background: var(--c-surface-3);
}

._ajhl {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-gold);
}

._ajhl svg { width: 100%; height: 100%; fill: currentColor; }

._kih2 {
  font-family: var(--f-body);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  color: var(--c-text-2);
}

@media (max-width: 640px) {
  ._5vmw {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    padding-bottom: var(--sp-2);
    margin-inline: calc(var(--sp-4) * -1);
    padding-inline: var(--sp-4);
    -webkit-overflow-scrolling: touch;
  }
  ._5vmw::-webkit-scrollbar {
    height: 4px;
  }
  ._bos7 {
    scroll-snap-align: start;
  }
}

._frzp {
  padding-block: var(--section-py);
}

._1435 { margin-bottom: var(--sp-2); }

._ks8v {
  max-width: 100%;
  margin-bottom: var(--sp-6);
}

._dltf {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-4);
  margin-bottom: var(--sp-5);
}

._97tc {
  padding: var(--sp-5);
  border-radius: var(--r-lg);
  background: var(--c-surface);
  border: 1px solid var(--c-border);
}

._bmh0 { border-top: 3px solid var(--c-gold); }
._ibcp { border-top: 3px solid var(--c-border-2); }

._bg9q {
  text-transform: none;
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 16px;
  margin-bottom: var(--sp-3);
}

._bmh0 ._bg9q { color: var(--c-gold); }

._710h { display: grid; gap: var(--sp-2); }

._l70d {
  position: relative;
  padding-left: var(--sp-5);
  font-size: 14px;
  color: var(--c-text-2);
}

._5wyz ._l70d::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--c-gold);
  font-weight: 800;
}

._jazh ._l70d::before {
  content: '✕';
  position: absolute;
  left: 0;
  color: var(--c-text-3);
  font-weight: 800;
}

._845w {
  padding: var(--sp-4) var(--sp-5);
  border-radius: var(--r-md);
  background: var(--c-bg-2);
  border-left: 3px solid var(--c-accent);
  margin: 0;
}

@media (max-width: 640px) {
  ._dltf { grid-template-columns: 1fr; }
}



._kcad {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 450px;
}

@media screen and (max-width: 768px) {
  ._kcad {
    right: 10px;
    bottom: 10px;
    max-width: calc(100vw - 20px);
  }
}


._52fc {
  background: linear-gradient(135deg, rgba(9, 9, 15, 0.98) 0%, rgba(16, 16, 25, 0.98) 100%);
  border: 3px solid rgba(212, 168, 67, 0.6);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 12px 40px rgba(212, 168, 67, 0.3),
              0 0 80px rgba(212, 168, 67, 0.2);
  backdrop-filter: blur(12px);
  pointer-events: auto;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  animation: slideUpPopup 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  position: relative;
  overflow: hidden;
  min-height: 120px;
}

._52fc::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(212, 168, 67, 0.25), transparent);
  animation: shimmer 3s infinite;
}

@keyframes slideUpPopup {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes slideOutPopup {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  to {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
}

@keyframes shimmer {
  to {
    left: 100%;
  }
}

._52fc.removing {
  animation: slideOutPopup 0.4s ease forwards;
}

._52fc:hover {
  transform: translateY(-6px) scale(1.03);
  border-color: rgba(212, 168, 67, 0.9);
  box-shadow: 0 16px 56px rgba(212, 168, 67, 0.4),
              0 0 100px rgba(212, 168, 67, 0.3);
}


._5fdq {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

._gqb {
  width: 56px;
  height: 56px;
  background: radial-gradient(circle, rgba(212, 168, 67, 0.4), transparent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  animation: pulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(212, 168, 67, 0.7);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 0 12px rgba(212, 168, 67, 0);
  }
}

._m3rg {
  flex: 1;
  min-width: 0;
}

._3joo {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: rgba(212, 168, 67, 0.8);
  font-weight: 700;
  margin-bottom: 4px;
}

._4twj {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


._a2eo {
  display: flex;
  gap: 14px;
  align-items: center;
}

._jkte {
  width: 100px;
  height: 75px;
  border-radius: 10px;
  object-fit: cover;
  border: 2px solid rgba(212, 168, 67, 0.4);
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  ._jkte {
    width: 85px;
    height: 64px;
  }
}

._1dwh {
  flex: 1;
  min-width: 0;
}

._g973 {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  ._g973 {
    font-size: 13px;
  }
}

._cf4r {
  font-size: 24px;
  font-weight: 900;
  color: #d4a843;
  text-shadow: 0 0 15px rgba(212, 168, 67, 0.6), 0 2px 4px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: baseline;
  gap: 4px;
}

@media screen and (max-width: 768px) {
  ._cf4r {
    font-size: 21px;
  }
}

._9nb {
  font-size: 16px;
  font-weight: 700;
  opacity: 0.95;
}

@media screen and (max-width: 768px) {
  ._9nb {
    font-size: 14px;
  }
}


._kml7 {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(212, 168, 67, 0.2);
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #d4a843;
  letter-spacing: 0.6px;
  border: 1px solid rgba(212, 168, 67, 0.3);
}


._h0we {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
}

._52fc:hover ._h0we {
  opacity: 1;
  pointer-events: auto;
}

._h0we:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  transform: scale(1.15) rotate(90deg);
}


@media screen and (max-width: 768px) {
  ._52fc {
    padding: 16px;
    border-width: 2px;
  }

  ._5fdq {
    gap: 10px;
    margin-bottom: 10px;
  }

  ._gqb {
    width: 48px;
    height: 48px;
    font-size: 28px;
  }

  ._a2eo {
    gap: 10px;
  }

  ._4twj {
    font-size: 14px;
  }
}
