:root {
    --accent-color: #d4a017;
    --accent-text-color: #09090b;
    --accent-glow: rgba(212, 160, 23, 0.15);
    --accent-subtle: rgba(212, 160, 23, 0.08);
    --font-main: 'Inter', system-ui, -apple-system, sans-serif;
    --bg-base: #09090b;
    --bg-elevated: #0f0f12;
    --bg-card: #141418;
    --bg-hover: #1a1a1f;
    --text-primary: #fafafa;
    --text-secondary: #a1a1aa;
    --text-tertiary: #8e8e96;
    --border-default: rgba(255, 255, 255, 0.06);
    --border-subtle: rgba(255, 255, 255, 0.04);
    --border-hover: rgba(255, 255, 255, 0.1);
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 14px;
    --radius-xl: 20px;
    --green: #34d399;
    --green-dim: rgba(52, 211, 153, 0.1);
    --red: #f87171;
    --red-dim: rgba(248, 113, 113, 0.1);
    --transition-fast: 0.15s ease;
    --transition-base: 0.25s ease;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: var(--font-main);
    background: var(--bg-base);
    color: var(--text-primary);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
}

a {
    color: var(--accent-color);
    text-decoration: none;
    transition: color var(--transition-fast);
}

a:hover {
    color: #e8b930;
}

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

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

.bna9ko40zgk7lw {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 24px;
}

.xqmuv725grxh15 {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(9, 9, 11, 0.8);
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    border-bottom: 1px solid var(--border-default);
}

.abyv0reacrx6oe {
    display: flex;
    align-items: center;
    gap: 24px;
    height: 60px;
    position: relative;
}

.m3pc4w03jrcqe {
    font-size: 15px;
    font-weight: 700;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    white-space: nowrap;
    letter-spacing: -0.01em;
    
    flex-shrink: 0;
}

.m3pc4w03jrcqe img {
    height: 40px;
    max-width: 200px;
    width: auto;
    object-fit: contain;
}

.kt6um2ffr {
    display: flex;
    gap: 4px;
    margin: 0 auto;
}

.kt6um2ffr a {
    color: var(--text-secondary);
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: var(--radius-sm);
    transition: color 0.2s, background 0.2s;
    position: relative;
    letter-spacing: 0.01em;
}

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

.kt6um2ffr a::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 20px;
    right: 20px;
    height: 2px;
    background: var(--accent-color, #FFD700);
    border-radius: 1px;
    opacity: 0;
    transform: scaleX(0);
    transition: opacity 0.2s, transform 0.2s;
}

.kt6um2ffr a:hover::after,
.kt6um2ffr a[aria-current="page"]::after {
    opacity: 1;
    transform: scaleX(1);
}

.kt6um2ffr a[aria-current="page"] {
    color: var(--text-primary);
}

.boibi8ydcqucnn {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto;
    flex-shrink: 0;
}

.cw1e5txqt5andr {
    background: var(--accent-color);
    color: var(--accent-text-color);
    padding: 7px 20px;
    border-radius: var(--radius-sm);
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
    transition: all var(--transition-fast);
    border: none;
    cursor: pointer;
    
    flex-shrink: 0;
}

.cw1e5txqt5andr:hover {
    color: var(--accent-text-color);
    filter: brightness(1.1);
    transform: translateY(-1px);
}

.y0nbr6wcnpst2m {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--green);
    padding: 7px 14px;
    border-radius: var(--radius-sm);
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
    background: rgba(52, 211, 153, 0.15);
    border: none;
    transition: all var(--transition-fast);
}

.y0nbr6wcnpst2m:hover {
    color: var(--green);
    background: rgba(52, 211, 153, 0.25);
}

.y0nbr6wcnpst2m svg {
    flex-shrink: 0;
}

.aqljiq3z4w3f3k,
.ir9zf7a5nt1395 {
    display: none;
    border-radius: var(--radius-sm);
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    padding: 11px 22px;
    border: none;
    
    flex-shrink: 0;
}

.aqljiq3z4w3f3k {
    background: var(--accent-color);
    color: var(--accent-text-color);
}

.ir9zf7a5nt1395 {
    background-color: rgba(52, 211, 153, 0.15);
    color: var(--green);
}

.fkgq3tw1 {
    display: none;
    position: relative;
    width: 32px;
    height: 32px;
    
    background-color: transparent;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: center;
    background-size: 18px 2px;
    background-repeat: no-repeat;
    border: none;
    color: var(--text-secondary);
    cursor: pointer;
    padding: 0;
    border-radius: var(--radius-sm);
    transition: color var(--transition-fast),
                background-size .25s ease;
}
.fkgq3tw1::before,
.fkgq3tw1::after {
    content: "";
    position: absolute;
    left: 7px;
    right: 7px;
    height: 2px;
    background-color: currentColor;
    transition: top .25s ease, transform .25s ease;
}
.fkgq3tw1::before { top: 9px; }
.fkgq3tw1::after  { top: 21px; }
.fkgq3tw1.ka8vqwq0    { background-size: 0 2px; }
.fkgq3tw1.ka8vqwq0::before { top: 15px; transform: rotate(45deg); }
.fkgq3tw1.ka8vqwq0::after  { top: 15px; transform: rotate(-45deg); }

.fkgq3tw1 svg {
    display: block;
}

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

.xy5hz1p7rzo79e {
    min-height: 60vh;
}

.vsctbmhd2o5a {
    padding: 0;
}

.apz2h7z0e {
    padding-top: 40px;
}
.vsctbmhd2o5a + .vsctbmhd2o5a {
    margin-top: 24px;
}

.o1t8edvsx7v {
    position: relative;
    padding: 0 0 8px;
    margin-bottom: 48px;
    overflow: hidden;
    background: var(--bg-base);
}

.mm40zzb2qda430 {
    background: var(--bg-base);
    
    background-image: radial-gradient(rgba(212, 160, 23, 0.04) 1px, transparent 1px);
    background-size: 24px 24px;
}

.nxe18dwt07 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
}

.inovn619 {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 24px auto;
    padding: 56px 48px 48px;
    
    background: rgba(0, 0, 0, var(--hero-overlay-opacity, 0.55));
    backdrop-filter: blur(calc(2px * var(--hero-overlay-opacity, 0.55)));
    -webkit-backdrop-filter: blur(calc(2px * var(--hero-overlay-opacity, 0.55)));
    border: 1px solid rgba(212, 160, 23, calc(0.08 * var(--hero-overlay-opacity, 0.55) / 0.55));
    border-radius: var(--radius-xl);
    text-align: center;
    overflow: hidden;
}

.inovn619::before {
    content: '';
    position: absolute;
    bottom: -60px;
    right: -40px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(212, 160, 23, calc(0.15 * var(--hero-overlay-opacity, 0.55) / 0.55)) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.inovn619::after {
    content: '';
    position: absolute;
    top: -80px;
    left: -60px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(212, 160, 23, calc(0.06 * var(--hero-overlay-opacity, 0.55) / 0.55)) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

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

.xoy8hdyvx {
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin-bottom: 20px;
    color: var(--text-primary);
}

.kmfch98yd {
    font-size: 0.95rem;
    color: var(--text-secondary);
    margin-bottom: 32px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.65;
}

.kmfch98yd strong {
    color: var(--accent-color);
    font-weight: 700;
}

.j2ga3mrecy4c1 {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.tdlkvu275yvtg {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--accent-color);
    
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 55%);
    color: var(--accent-text-color);
    padding: 14px 34px;
    border: none;
    border-radius: var(--radius-md);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    box-shadow: 0 6px 20px -6px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    transition: transform var(--transition-base), box-shadow var(--transition-base), filter var(--transition-base);
}

.tdlkvu275yvtg:hover {
    filter: brightness(1.06);
    transform: translateY(-2px);
    color: var(--accent-text-color);
    box-shadow: 0 12px 28px -6px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.tdlkvu275yvtg:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px -6px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.tdlkvu275yvtg:focus-visible {
    outline: 2px solid var(--accent-color);
    outline-offset: 3px;
}

.od2wrkwemhn8 {
    display: inline-block;
    will-change: transform;
    animation: heroArrowNudge 1.5s ease-in-out infinite;
}

.tdlkvu275yvtg:hover .od2wrkwemhn8 {
    animation: none;
    transform: translateX(5px);
}

@keyframes heroArrowNudge {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(4px); }
}

@media (prefers-reduced-motion: reduce) {
    .od2wrkwemhn8 { animation: none; }
}

.t2tg7224ivlsl {
    display: inline-flex;
    align-items: center;
    padding: 13px 32px;
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: 14px;
    color: var(--text-primary);
    border: 1px solid var(--border-hover);
    background: transparent;
    transition: all var(--transition-base);
}

.t2tg7224ivlsl:hover {
    border-color: var(--text-secondary);
    background: rgba(255, 255, 255, 0.03);
    color: var(--text-primary);
}

.srjb20gbf2 {
    margin-bottom: 32px;
}

.srjb20gbf2 h1 {
    font-size: 2rem;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
    font-weight: 700;
}

.srjb20gbf2 h2 {
    font-size: 1.7rem;
    margin: 80px 0 8px;
    scroll-margin-top: 80px;
    padding-bottom: 8px;
}
.vsctbmhd2o5a:first-child .srjb20gbf2 h2:first-child {
    margin-top: 0;
}
.srjb20gbf2 h2:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--text-primary);
}

.srjb20gbf2 h3 {
    font-size: 1.1rem;
    margin: 32px 0 12px;
    font-weight: 600;
    color: var(--text-primary);
}

.srjb20gbf2 p {
    margin-bottom: 16px;
    color: var(--text-secondary);
    font-size: 15px;
    line-height: 1.75;
}

.srjb20gbf2 ul,
.srjb20gbf2 ol {
    margin: 16px 0 16px 20px;
    color: var(--text-secondary);
}

.srjb20gbf2 li {
    margin-bottom: 8px;
    font-size: 15px;
    padding-left: 4px;
}

.srjb20gbf2 table {
    width: 100%;
    
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    margin: 24px 0;
    background: var(--bg-card);
    border: 1px solid var(--border-default);
    border-radius: var(--radius-lg);
    
    table-layout: fixed;
    min-width: 0 !important;
}

.srjb20gbf2 colgroup,
.srjb20gbf2 col {
    width: auto !important;
    min-width: 0 !important;
}

.gedsomun7oigx {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 24px 0;
}
.gedsomun7oigx > table { margin: 0 !important; }

@media (max-width: 640px) {
    
    .srjb20gbf2 table {
        min-width: 460px !important;
    }
}

.srjb20gbf2 th,
.srjb20gbf2 td {
    padding: 10px 20px;
    border-bottom: 1px solid var(--border-subtle);
    text-align: left;
    vertical-align: top;
    overflow-wrap: anywhere;
    word-break: break-word;
    font-size: 14px;
    color: var(--text-secondary);
}

.srjb20gbf2 td > p,
.srjb20gbf2 th > p,
.srjb20gbf2 td > p:last-child,
.srjb20gbf2 th > p:last-child {
    margin: 0;
}

.srjb20gbf2 th {
    background: var(--bg-elevated);
    font-weight: 600;
    color: var(--text-primary);
    font-size: 14px;
    border-bottom: 1px solid color-mix(in srgb, var(--accent-color) 45%, transparent);
}

.srjb20gbf2 td:first-child {
    color: var(--text-primary);
    font-weight: 500;
}

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

.srjb20gbf2 tr:hover td {
    background: rgba(255, 255, 255, 0.02);
}

.srjb20gbf2 img {
    border-radius: var(--radius-md);
    
    display: block;
    margin: 24px auto;
    width: auto;
    max-width: 100%;
    height: auto;
}

.srjb20gbf2 figure {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 24px auto;
    padding: 0;
}
.srjb20gbf2 figure img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: var(--radius-md);
    margin: 0;
}
.srjb20gbf2 figcaption {
    font-size: 13px;
    color: var(--text-secondary);
    margin-top: 8px;
    text-align: center;
}

.srjb20gbf2 blockquote {
    border-left: 2px solid var(--accent-color);
    padding: 14px 20px;
    margin: 24px 0;
    color: var(--text-secondary);
    background: var(--bg-elevated);
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.srjb20gbf2 strong {
    color: var(--text-primary);
    font-weight: 600;
}

.b1a30k8lr578 {
    margin: 0 0 36px 0;
}

.b1a30k8lr578 h2 {
    margin-bottom: 20px;
}

.kl9snqbqka4po {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    
    align-items: start;
}

.j4fwp7zmu8n,
.wqu7ubyguxo8 {
    background: var(--bg-card);
    border: 1px solid var(--border-default);
    border-radius: var(--radius-lg);
    padding: 24px;
}

.grr3gynu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.g2xj63zktx {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ex0yirl1k6 {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
}

.m9ltnr4x042 {
    background: var(--green-dim);
    color: var(--green);
}
.m9ltnr4x042::before { content: "✓"; }

.ukg7ie7no {
    background: var(--red-dim);
    color: var(--red);
}
.ukg7ie7no::before { content: "✕"; }

.grr3gynu h3 {
    font-size: 15px;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0;
}

.cuzt8seq1q {
    font-size: 11px;
    color: var(--text-tertiary);
    font-family: monospace;
    letter-spacing: 0.02em;
}

.j4fwp7zmu8n ul,
.wqu7ubyguxo8 ul {
    list-style: none;
}

.j4fwp7zmu8n li,
.wqu7ubyguxo8 li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border-subtle);
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.5;
}

.j4fwp7zmu8n li:last-child,
.wqu7ubyguxo8 li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.j4fwp7zmu8n li:first-child,
.wqu7ubyguxo8 li:first-child {
    padding-top: 0;
}

.mf7nirzudax {
    flex-shrink: 0;
    font-size: 12px;
    margin-top: 2px;
}

.zwxll3lx2aa3bd {
    color: var(--green);
}
.zwxll3lx2aa3bd::before { content: "✓"; }

.vk75k4ly0 {
    color: var(--red);
}
.vk75k4ly0::before { content: "✕"; }

.tui3w9dior6 {
    margin: 0 0 36px 0;
    background: var(--bg-card);
    border: 1px solid var(--border-default);
    border-radius: var(--radius-lg);
    overflow: hidden;
}

h2 + .tui3w9dior6 {
    margin-top: 20px;
}

.tui3w9dior6 table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.tui3w9dior6 td {
    padding: 10px 20px;
    font-size: 14px;
    vertical-align: middle;
    border-bottom: 1px solid var(--border-subtle);
    transition: background var(--transition-fast);
}

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

.tui3w9dior6 tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

.h3qtp1o7wz0g {
    font-weight: 600;
    color: var(--text-secondary);
    width: 40%;
    font-size: 13px;
    letter-spacing: 0.01em;
}

.aa8vqfv97 {
    color: var(--text-primary);
    font-weight: 500;
}

.ygf4hws6yh1d {
    margin: 40px 0;
}

.m3oe6usie6i {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.m3oe6usie6i h2 {
    margin: 0;
    font-size: 1.3rem;
}

.k8s5mcec7qhn {
    font-size: 13px;
    color: var(--accent-color);
    text-decoration: none;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    font-family: inherit;
    font-weight: 600;
    white-space: nowrap;
}

.k8s5mcec7qhn:hover {
    text-decoration: underline;
}

.a75bcha98tt {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    padding: 6px;
    margin: -6px;
}

.yccl7du5d95 {
    margin-bottom: 32px;
}

.bk0tad7o {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 14px;
    padding: 6px;
    margin: -6px;
}

.wj1b8xkb {
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    flex-direction: column;
}

.wj1b8xkb:hover {
    transform: translateY(-6px) scale(1.025);
    
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55),
                0 0 0 1px var(--accent-color),
                0 10px 34px var(--accent-glow);
}

.tw6hc3s23 {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #000;
    border-radius: 12px;
}

.tw6hc3s23 img {
    width: 102%;
    height: 102%;
    margin: -1%;
    object-fit: cover;
    display: block;
    
    animation: slotKenBurns 22s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
    will-change: transform;
}

@keyframes slotKenBurns {
    from { transform: scale(1) translate(0, 0); }
    to   { transform: scale(1.05) translate(-1%, -0.8%); }
}

.wj1b8xkb:nth-child(2n) .tw6hc3s23 img {
    animation-duration: 20s;
    animation-delay: -5s;
    animation-direction: alternate-reverse;
}
.wj1b8xkb:nth-child(3n) .tw6hc3s23 img {
    animation-duration: 13s;
    animation-delay: -8s;
}
.wj1b8xkb:nth-child(4n) .tw6hc3s23 img {
    animation-duration: 18s;
    animation-delay: -3s;
    animation-direction: alternate-reverse;
}

.tw6hc3s23::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        110deg,
        transparent 38%,
        rgba(255, 255, 255, 0.14) 50%,
        transparent 62%
    );
    transform: translateX(-130%);
    animation: slotShine 12s cubic-bezier(0.3, 0, 0.2, 1) infinite;
}
@keyframes slotShine {
    
    0%   { transform: translateX(-130%); }
    12%  { transform: translateX(130%); }
    100% { transform: translateX(130%); }
}

.wj1b8xkb:nth-child(2n) .tw6hc3s23::after { animation-duration: 15s; animation-delay: -4s; }
.wj1b8xkb:nth-child(3n) .tw6hc3s23::after { animation-duration: 10s; animation-delay: -7s; }
.wj1b8xkb:nth-child(4n) .tw6hc3s23::after { animation-duration: 13s; animation-delay: -2s; }

.wj1b8xkb:hover .tw6hc3s23::after {
    background: linear-gradient(
        110deg,
        transparent 40%,
        rgba(255, 255, 255, 0.4) 50%,
        transparent 60%
    );
    animation: slotShine 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (prefers-reduced-motion: reduce) {
    .tw6hc3s23 img { animation: none; }
    .tw6hc3s23::after { animation: none; opacity: 0; }
}

.o74ilfmry09i {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: rgba(255,255,255,.15);
    background: linear-gradient(135deg, #1e293b, #0f172a);
}

.q63rsv9oo {
    position: absolute;
    top: 6px;
    left: 6px;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.03em;
    z-index: 2;
    pointer-events: none;
}

.ngf7rx2tj {
    background: rgba(212, 160, 23, 0.95);
    color: #1a1a1a;
}

.y9ovkohcvqbf {
    background: rgba(255, 255, 255, 0.95);
    color: #1a1a1a;
}

.v01iloo1 {
    background: linear-gradient(135deg, #ff4d2e, #ff8a2e);
    color: #fff;
    box-shadow: 0 0 0 1px rgba(255, 138, 46, 0.35), 0 4px 10px rgba(255, 77, 46, 0.25);
}

.tgevuvwmpgp {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.35);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s;
}

@media (hover: hover) {
    .wj1b8xkb:hover .tgevuvwmpgp {
        opacity: 1;
        pointer-events: auto;
    }
    .wj1b8xkb:hover .gurq19tfet36b {
        transform: translateY(0);
    }
}

.wj1b8xkb.nn4uykaxi2 .tgevuvwmpgp {
    opacity: 1;
    pointer-events: auto;
}
.wj1b8xkb.nn4uykaxi2 .gurq19tfet36b {
    transform: translateY(0);
}

.ifhf7xtk6z7pr {
    display: block;
    width: 52px;
    height: 52px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.95;
    filter: drop-shadow(0 2px 12px rgba(0,0,0,.6));
    
}

.gurq19tfet36b {
    display: flex;
    flex-direction: column;
    gap: 9px;
    width: 84%;
    max-width: 200px;
    padding: 0 4px;
    transform: translateY(8px);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.li9q4cewtrd,
.t280p52eitu4pv {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    padding: 10px 14px;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .3px;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    transition: transform .18s ease, filter .18s ease, background .18s ease,
                border-color .18s ease, box-shadow .18s ease;
}

.li9q4cewtrd {
    background: rgba(0, 0, 0, .48);
    border: 1.5px solid rgba(255, 255, 255, .55);
    color: #fff;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .8);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
.li9q4cewtrd:hover {
    background: rgba(0, 0, 0, .66);
    border-color: #fff;
    transform: translateY(-1px);
}

.t280p52eitu4pv {
    background-color: var(--accent-color);
    background-image: linear-gradient(180deg,
        rgba(255, 255, 255, .16) 0%, rgba(0, 0, 0, .14) 100%);
    color: var(--accent-text-color);
    border: none;
    box-shadow: 0 5px 16px var(--accent-glow),
                inset 0 1px 0 rgba(255, 255, 255, .3);
}
.t280p52eitu4pv:hover {
    filter: brightness(1.07);
    transform: translateY(-1px);
    box-shadow: 0 8px 22px var(--accent-glow),
                inset 0 1px 0 rgba(255, 255, 255, .35);
}

.d5ucx89akipr4n {
    padding: 8px 4px 4px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.k70uvyvkbf6c8s {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-primary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sn3b3gidb {
    font-size: 11px;
    color: var(--text-tertiary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ac0rnwzaacgyv {
    text-align: center;
    margin-top: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.h2dkgruup6i {
    display: inline-block;
    padding: 10px 32px;
    background: transparent;
    border: 1px solid var(--accent-color);
    border-radius: 8px;
    color: var(--accent-color);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s, color .2s, border-color .2s;
}

.h2dkgruup6i:hover {
    background: rgba(212, 160, 23, 0.12);
    color: var(--accent-color);
    border-color: var(--accent-color);
}

.cxjd9hv6xg {
    background: var(--accent-color) !important;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 55%) !important;
    border: 1px solid var(--accent-color) !important;
    
    color: var(--accent-text-color) !important;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    transition: transform .2s ease, filter .2s ease;
}
.cxjd9hv6xg:hover {
    background: var(--accent-color) !important;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0) 55%) !important;
    border-color: var(--accent-color) !important;
    color: var(--accent-text-color) !important;
    filter: brightness(1.06);
    transform: translateY(-2px);
}

.c6ofe4tnbqk {
    padding-top: 20px;
    padding-bottom: 40px;
}

.f2nk6vcq11sf4a {
    margin-bottom: 16px;
    padding-top: 12px;
}

.ubnvlwcl {
    color: var(--text-tertiary);
    text-decoration: none;
    font-size: 14px;
    transition: color .2s;
}

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

.y4s9by79kw {
    margin-bottom: 24px;
}

.xytsdaarsf7kh {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
}

.xytsdaarsf7kh iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.z27zkfbcb2fq7e {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #0f172a;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.z27zkfbcb2fq7e img {
    height: 100%;
    object-fit: contain;
}

.p4yenjfjosud {
    display: flex;
    gap: 12px;
    margin-top: 12px;
    justify-content: center;
}

.dbr7akd2448sn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 24px;
    background: transparent;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 8px;
    color: var(--text-secondary);
    font-size: 14px;
    cursor: pointer;
    transition: all .2s;
}

.dbr7akd2448sn:hover {
    background: rgba(255,255,255,.05);
    border-color: rgba(255,255,255,.3);
}

.lo4571xucqb5x3 {
    display: inline-flex;
    align-items: center;
    padding: 12px 34px;
    background: var(--accent-color);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 55%);
    color: var(--accent-text-color);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    text-decoration: none;
    transition: transform .2s ease, filter .2s ease;
}

.lo4571xucqb5x3:hover {
    filter: brightness(1.06);
    transform: translateY(-2px);
}

.lo4571xucqb5x3:active {
    transform: translateY(0);
}

.lo4571xucqb5x3:focus-visible {
    outline: 2px solid var(--accent-color);
    outline-offset: 3px;
}

.f6an8uvn {
    padding: 24px;
    background: var(--bg-card);
    border: 1px solid var(--border-default);
    border-radius: 12px;
    margin-bottom: 24px;
}

.avnh6pmwg7 {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.a6w0n698v2f9j {
    width: 120px;
    height: 160px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.a6w0n698v2f9j img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.i772fpsc5u7h {
    flex: 1;
}

.i772fpsc5u7h h1 {
    font-size: 1.4rem;
    margin-bottom: 6px;
    line-height: 1.2;
}

.u0tmp8zmh {
    color: var(--text-tertiary);
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
}

.f13ov8jk8y {
    display: flex;
    gap: 24px;
}

.sx4bh1jw5ivis1 {
    display: flex;
    align-items: center;
    gap: 6px;
}

.vs6w5kfz {
    font-size: 12px;
    color: var(--text-tertiary);
}

.akpwlzik {
    font-size: 14px;
    font-weight: 700;
    color: var(--accent-color);
}

.zr5zdb34bk {
    display: inline-flex;
    align-items: center;
    padding: 11px 28px;
    background: var(--accent-color);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 55%);
    color: var(--accent-text-color);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    text-decoration: none;
    margin-top: 8px;
    transition: transform .2s ease, filter .2s ease;
}

.zr5zdb34bk:hover {
    filter: brightness(1.06);
    transform: translateY(-2px);
}

.zr5zdb34bk:active {
    transform: translateY(0);
}

.zr5zdb34bk:focus-visible {
    outline: 2px solid var(--accent-color);
    outline-offset: 3px;
}

.egfzjtee1d0 {
    display: flex;
    gap: 12px;
}

.w7wjvlw2yktc {
    flex: 1;
    display: inline-flex;
    justify-content: center;
    padding: 14px 36px;
    background: var(--accent-color);
    color: var(--accent-text-color);
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: filter .2s, transform .2s;
}

.w7wjvlw2yktc:hover {
    filter: brightness(1.1);
    transform: translateY(-1px);
}

.sp3wnvkh4ktq5 {
    margin-bottom: 32px;
    line-height: 1.7;
    color: var(--text-secondary);
    font-size: 15px;
}

.sp3wnvkh4ktq5 h2 {
    font-size: 1.2rem;
    color: var(--text-primary);
    margin: 24px 0 8px;
}

.sp3wnvkh4ktq5 p {
    margin-bottom: 12px;
}

.sjgzbtlovnr {
    margin-top: 40px;
}

.sjgzbtlovnr h2 {
    margin-bottom: 16px;
    font-size: 1.2rem;
}

@media (max-width: 1100px) and (min-width: 961px) {
    .kt6um2ffr a {
        padding: 8px 12px;
        font-size: 14px;
    }
    .y0nbr6wcnpst2m {
        display: none;
    }
    .abyv0reacrx6oe {
        gap: 16px;
    }
}

@media (max-width: 960px) {
    .fkgq3tw1 {
        display: flex;
        order: 99;
        flex-shrink: 0;
    }
    .kt6um2ffr {
        display: none !important;
    }
    .boibi8ydcqucnn {
        display: none;
    }
    .aqljiq3z4w3f3k {
        display: block;
        margin-left: auto;
        margin-right: 6px;
    }
    .abyv0reacrx6oe {
        height: 56px;
    }
    .m3pc4w03jrcqe {
        flex-shrink: 1;
        min-width: 100px;
        overflow: hidden;
        padding-left: 8px;
    }
    .m3pc4w03jrcqe img {
        max-width: 100%;
        height: 32px;
        max-height: 32px;
    }
    
    .aqljiq3z4w3f3k,
    .ir9zf7a5nt1395 {
        padding: 9px 14px;
    }
    .abyv0reacrx6oe {
        gap: 12px;
    }
    .yvgxq6k91p5kbu {
        display: flex !important;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bg-elevated);
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.25s, visibility 0.25s;
        overflow-y: hidden;
    }
    .yvgxq6k91p5kbu.ka8vqwq0 {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

@media (max-width: 768px) {
    .avnh6pmwg7 {
        gap: 14px;
    }
    .a6w0n698v2f9j {
        width: 100px;
        height: 130px;
    }
    .i772fpsc5u7h h1 {
        font-size: 1.1rem;
    }
    .dbr7akd2448sn {
        display: none;
    }
    .p4yenjfjosud {
        flex-direction: column;
    }
    .lo4571xucqb5x3, .dbr7akd2448sn {
        justify-content: center;
    }
    .sjgzbtlovnr .a75bcha98tt {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

.ud64wy86rvuk {
    margin: 0 0 36px 0;
}

.ud64wy86rvuk h2 {
    margin-bottom: 20px;
}

.hmw4sffogg6z {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
}

.swbprgdkrd9kt {
    background: var(--bg-card);
    border: 1px solid var(--border-default);
    border-radius: var(--radius-lg);
    padding: 24px;
    display: flex;
    flex-direction: column;
    transition: border-color var(--transition-fast), transform var(--transition-base);
}

.swbprgdkrd9kt:first-child {
    border-color: rgba(212, 160, 23, 0.15);
}

.swbprgdkrd9kt:hover {
    border-color: var(--border-hover);
    transform: translateY(-2px);
}

.d25agg0foh {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--accent-color);
    background: var(--accent-subtle);
    padding: 4px 10px;
    border-radius: 6px;
    margin-bottom: 16px;
    align-self: flex-start;
}

.xy2j3x292nppdv {
    font-size: 1.4em;
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 8px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.r0g8zpcfeevtv4 {
    font-size: 13px;
    color: var(--text-secondary);
    margin-bottom: 16px;
    line-height: 1.5;
}

.e35814g9juy {
    font-size: 12px;
    color: var(--text-tertiary);
    margin-bottom: 16px;
    padding-top: 12px;
    border-top: 1px solid var(--border-subtle);
}

.uzuje879bff {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding: 10px 16px;
    background: var(--accent-color);
    border: 1px solid var(--accent-color);
    border-radius: var(--radius-md);
    color: var(--accent-text-color);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all var(--transition-fast);
}

.uzuje879bff:hover {
    background: transparent;
    color: var(--accent-color);
}

.kib8q2ms {
    margin: 0 0 36px 0;
    background: var(--bg-card);
    border: 1px solid var(--border-default);
    border-radius: var(--radius-lg);
    overflow: hidden;
}

h2 + .kib8q2ms {
    margin-top: 20px;
}

.ay2vq1rp {
    width: 100%;
    border-collapse: collapse;
    background: var(--bg-card);
    
    border: none;
    border-radius: 0;
    table-layout: auto;
}
@media (max-width: 640px) {
    .ay2vq1rp {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.ay2vq1rp th,
.ay2vq1rp td {
    padding: 10px 20px;
    border-bottom: 1px solid var(--border-subtle);
    font-size: 14px;
    vertical-align: middle;
}

.ay2vq1rp th {
    background: var(--bg-elevated);
    color: var(--text-tertiary);
    font-weight: 600;
    text-align: left;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.ay2vq1rp td {
    color: var(--text-secondary);
}

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

.ay2vq1rp tr:hover td {
    background: rgba(255, 255, 255, 0.02);
}

.d54oviej4xoiv {
    color: var(--text-primary);
    font-weight: 500;
}

.zfwwhstock {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green);
    margin-right: 6px;
    vertical-align: middle;
}

.gbwxgt4orctn1 {
    color: var(--green);
    font-weight: 600;
}

.f3w9ej5yy5zho5 {
    margin: 0 0 36px 0;
}

.f3w9ej5yy5zho5 h2 {
    margin-bottom: 20px;
}

.ghiq2bccgeonqn {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
}

.yl85hvngaud {
    background: var(--bg-card);
    border: 1px solid var(--border-default);
    border-radius: var(--radius-lg);
    padding: 24px;
    position: relative;
    transition: border-color var(--transition-fast), transform var(--transition-base);
}

.yl85hvngaud:hover {
    border-color: var(--border-hover);
    transform: translateY(-2px);
}

.yl85hvngaud:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 36px;
    right: -8px;
    width: 8px;
    border-top: 2px dashed var(--border-hover);
    z-index: 1;
}

.mpqr2365ohm {
    width: 36px;
    height: 36px;
    background: var(--accent-color);
    color: var(--accent-text-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 16px;
}

.yl85hvngaud h3 {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 700;
    color: var(--text-primary);
}

.yl85hvngaud p {
    color: var(--text-secondary);
    font-size: 13px;
    line-height: 1.6;
}

.mso1fs39 {
    margin: 0 0 36px 0;
}

.mso1fs39 h2 {
    margin-bottom: 20px;
}

.z29wlqk9 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
}

.xhua009bh68c {
    background: var(--bg-card);
    border: 1px solid var(--border-default);
    border-radius: var(--radius-lg);
    padding: 24px;
    transition: border-color var(--transition-fast);
}

.xhua009bh68c:hover {
    border-color: var(--border-hover);
}

.xhua009bh68c h3 {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 8px;
}

.xhua009bh68c p {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.6;
}

.hkz5hakpji {
    margin: 0 0 36px 0;
    background: var(--bg-card);
    border: 1px solid var(--border-default);
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.hkz5hakpji h2 {
    
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--text-primary);
    margin: 0;
    padding: 24px 24px 20px;
    scroll-margin-top: 80px;
    border-bottom: 1px solid var(--border-subtle);
}

.tuvznwnlbss {
    border-bottom: 1px solid var(--border-subtle);
    transition: background var(--transition-fast);
}

.tuvznwnlbss:last-child {
    border-bottom: none;
}

.tuvznwnlbss:hover {
    background: rgba(255, 255, 255, 0.01);
}

.v5ft73v4 {
    width: 100%;
    padding: 18px 24px;
    background: transparent;
    color: var(--text-primary);
    border: none;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: inherit;
    transition: color var(--transition-fast);
    line-height: 1.5;
}

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

.v5ft73v4::after {
    content: "";
    width: 28px;
    height: 28px;
    border: 1px solid var(--border-default);
    border-radius: 6px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-left: 16px;
    color: var(--text-tertiary);
    
    background:
        linear-gradient(currentColor, currentColor) center/12px 2px no-repeat,
        linear-gradient(currentColor, currentColor) center/2px 12px no-repeat;
}

.tuvznwnlbss.ka8vqwq0 .v5ft73v4::after {
    border-color: var(--accent-color);
    color: var(--accent-color);
    
    background: linear-gradient(currentColor, currentColor) center/12px 2px no-repeat;
}

.coxh2brn8g {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.75;
}

.tuvznwnlbss.ka8vqwq0 .coxh2brn8g {
    padding: 0 24px 20px;
    max-height: 600px;
}

.gwc0iwme {
    background: var(--bg-card);
    border: 1px solid var(--border-default);
    border-radius: var(--radius-lg);
    padding: 24px 32px;
    margin: 0 0 36px 0;
    display: flex;
    align-items: center;
    gap: 24px;
}

.wq8mdnpppc77v {
    display: flex;
    align-items: baseline;
    flex-shrink: 0;
}

.m2yof8ndw {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--accent-color);
    line-height: 1;
}

.jzbyhx6cb {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-tertiary);
    margin-left: 2px;
}

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

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

.y5qzi4nok8cw {
    color: var(--border-hover);
    font-size: 18px;
}
.y5qzi4nok8cw::before { content: "★"; }

.y5qzi4nok8cw.nbg2i2yxt0 {
    color: var(--accent-color);
}

.y5qzi4nok8cw.l5iglcqouwq {
    color: var(--accent-color);
    opacity: 0.5;
}

.x88qohktnacaie {
    color: var(--text-primary);
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.kglu14ux7f {
    color: var(--text-tertiary);
    font-size: 12px;
}

.qpldbhnujr6k {
    margin: 0 0 36px 0;
    text-align: center;
}

.qpldbhnujr6k h3 {
    margin-bottom: 16px;
    font-size: 15px;
    color: var(--text-secondary);
    font-weight: 600;
}

.fedx5k21umw0 {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}

.wwwj1ctar {
    background: var(--bg-card);
    padding: 10px 20px;
    border-radius: var(--radius-sm);
    font-size: 13px;
    color: var(--text-tertiary);
    border: 1px solid var(--border-default);
    transition: all var(--transition-fast);
    font-weight: 500;
}

.wwwj1ctar:hover {
    border-color: var(--border-hover);
    color: var(--text-secondary);
    transform: translateY(-1px);
}

.iq797a8gdztmbe {
    margin: 0 0 36px 0;
    overflow: hidden;
}

.iq797a8gdztmbe h2 {
    margin-bottom: 16px;
}

.qg6n5g7w60etx {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 4px;
}

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

.dxq7ik1bu {
    background: var(--bg-card);
    border: 1px solid var(--border-default);
    border-radius: var(--radius-md);
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: border-color var(--transition-fast);
}

.dxq7ik1bu:hover {
    border-color: var(--border-hover);
}

.dxq7ik1bu img {
    height: 24px;
    width: auto;
}

.dxq7ik1bu span {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-tertiary);
    white-space: nowrap;
}

.bgirxtt5wan5x {
    background: var(--bg-card);
    border: 1px solid var(--border-default);
    border-radius: var(--radius-lg);
    padding: 28px 32px;
    margin: 0 0 36px 0;
    
    scroll-margin-top: 80px;
}

.fpswfj83tit7 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
    user-select: none;
}

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

.v4zb7eqr8axus {
    font-size: 18px;
    color: var(--text-tertiary);
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-default);
    border-radius: 6px;
    transition: transform var(--transition-base);
}

.gf6vp96v6es .v4zb7eqr8axus {
    transform: rotate(-90deg);
}

.gf6vp96v6es .an2w8d09 {
    display: none;
}

.gf6vp96v6es .fpswfj83tit7 {
    margin-bottom: 0;
}

.ozzikkk690m {
    font-size: 12px;
    font-weight: 700;
    color: var(--text-tertiary);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    
    scroll-margin-top: 80px;
}

.pfbkktzqfblzbt {
    font-size: 12px;
    color: var(--text-tertiary);
    font-family: monospace;
}

.an2w8d09 {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.ende0we2b16p {
    border-bottom: 1px solid var(--border-subtle);
}

.ende0we2b16p:last-child,
.ende0we2b16p:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
}

.ende0we2b16p a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 8px;
    color: var(--text-primary);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: color var(--transition-fast);
}

.ende0we2b16p a:hover {
    color: var(--accent-color);
}

.ik1a2vajne63s8 {
    font-size: 11px;
    font-weight: 600;
    color: var(--text-tertiary);
    border: 1px solid var(--border-default);
    border-radius: 6px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ende0we2b16p a:hover .ik1a2vajne63s8 {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

@media (max-width: 640px) {
    .bgirxtt5wan5x {
        padding: 20px;
    }
    .an2w8d09 {
        grid-template-columns: 1fr;
    }
    .ende0we2b16p:last-child {
        border-bottom: none;
    }
    .ende0we2b16p a {
        padding: 12px 4px;
    }
}

.hpub1wpr {
    background: var(--bg-elevated);
    border-top: 1px solid var(--border-default);
    padding: 32px 0 24px;
    margin-top: 60px;
}

.fhxpz7db {
    display: flex;
    justify-content: space-between;
    gap: 48px;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--border-default);
}

.kwnifgtb5jh {
    max-width: 340px;
    flex-shrink: 0;
}

.zqby2p2hf7q8 {
    height: 50px;
    max-width: 220px;
    width: auto;
    object-fit: contain;
    display: block;
    margin-bottom: 14px;
}

.i7z5yssi {
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
    margin-bottom: 14px;
}

.ddjybrq82hx {
    color: var(--text-tertiary);
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 12px;
}

.aucv70ntjp6 {
    color: var(--text-tertiary);
    font-size: 13px;
    text-decoration: none;
    transition: color 0.2s;
    display: block;
    margin-bottom: 14px;
}

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

.exe5fliakb9g {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.kdvtolvxqd {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-md);
    
    background-color: var(--bg-hover);
    border: 1px solid var(--border-default);
    color: var(--text-tertiary);
    text-decoration: none;
    transition: all var(--transition-base);
}

@media (hover: hover) {
    .kdvtolvxqd:hover {
        background-color: rgba(255, 255, 255, 0.1);
        border-color: var(--border-hover);
        color: var(--text-primary);
        transform: translateY(-2px);
    }
}

.kdvtolvxqd svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.q9g4vm7u7td {
    display: flex;
    gap: 48px;
}

.b8bac41gtem3p {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ttiqqmfok3dvbq {
    color: var(--text-primary);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
}

.b8bac41gtem3p a {
    color: var(--text-tertiary);
    font-size: 13px;
    text-decoration: none;
    transition: color 0.2s;
}

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

.gb4g3x20cj58 {
    display: flex;
    align-items: center;
    gap: 6px;
}

.gb4g3x20cj58.hg33c8htlm {
    color: var(--text-secondary);
}

.gb4g3x20cj58 img {
    border-radius: 2px;
}

.jzmsit9aiv {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 24px 0;
    border-bottom: 1px solid var(--border-default);
}

.raxrn989vqsmk {
    width: 52px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.raxrn989vqsmk img {
    max-height: 29px;
    max-width: 52px;
    width: auto;
    object-fit: contain;
    opacity: 0.75;
    transition: opacity 0.2s;
}

.raxrn989vqsmk:hover img {
    opacity: 0.8;
}

.qa50qoosc {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid var(--border-default);
}

.fwvgqmq3r9ovmd {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: opacity 0.2s;
}

.fwvgqmq3r9ovmd img {
    height: 48px;
    width: auto;
    object-fit: contain;
    opacity: 0.5;
    transition: opacity 0.2s;
}

.fwvgqmq3r9ovmd:hover img {
    opacity: 0.8;
}

.nk1tx5av698h {
    font-size: 32px;
    font-weight: 800;
    color: var(--text-tertiary);
    opacity: 0.5;
}

.h9bu7lkva8 {
    position: fixed;
    
    bottom: calc(28px + var(--sticky-bar-height, 0px));
    right: 28px;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    
    background-color: var(--bg-elevated);
    border: 1px solid var(--border-default);
    color: var(--text-secondary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s, background-color 0.2s;
    z-index: 90;
}

.h9bu7lkva8.xpdtf0sbih4 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

body.menu-open .h9bu7lkva8 {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@media (hover: hover) {
    .h9bu7lkva8:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: var(--text-primary);
    }
}

.z0y0z55p {
    padding-top: 20px;
    text-align: center;
}

.q9fkhfqt5 {
    display: inline-block;
    font-weight: 800;
    font-size: 14px;
    margin-left: 6px;
    vertical-align: middle;
}

.p8eywzuh1 {
    color: var(--text-tertiary);
    font-size: 13px;
    margin-bottom: 8px;
}

.on1zg9kd {
    color: var(--text-tertiary);
    font-size: 11px;
    max-width: 560px;
    margin: 0 auto;
    opacity: 0.5;
    line-height: 1.6;
}

.yvgxq6k91p5kbu {
    display: none;
}

.lfd97uqk7 {
    position: relative;
}

.izs3l6k6xx0 {
    display: flex;
    align-items: center;
    gap: 5px;
    background: none;
    border: none;
    padding: 5px 4px;
    cursor: pointer;
    color: var(--text-tertiary);
    transition: color .2s;
}

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

.u1exieqfpe8 {
    border-radius: 2px;
    object-fit: cover;
}

.humbp7s87k {
    opacity: .6;
    transition: transform .2s;
}

.izs3l6k6xx0.ka8vqwq0 .humbp7s87k {
    transform: rotate(180deg);
}

.i8b66lhw5dcyq {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    background: #1e293b;
    border: 1px solid #334155;
    border-radius: 8px;
    padding: 6px 0;
    min-width: 160px;
    box-shadow: 0 8px 24px rgba(0,0,0,.4);
    z-index: 100;
}

.i8b66lhw5dcyq.ka8vqwq0 {
    display: block;
}

.nuz8xtwgrh {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    color: #e2e8f0;
    text-decoration: none;
    font-size: 14px;
    transition: background .15s;
}

.nuz8xtwgrh:hover {
    background: rgba(255,255,255,.08);
}

@media (max-width: 768px) {
    .a75bcha98tt {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .bk0tad7o {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    
    .gurq19tfet36b { width: 92%; gap: 8px; }
    .li9q4cewtrd, .t280p52eitu4pv {
        min-height: 44px;
        padding: 11px 8px;
        font-size: 13px;
        letter-spacing: .2px;
    }

    .o1t8edvsx7v {
        padding: 0;
    }

    .inovn619 {
        margin: 12px;
        padding: 36px 24px 32px;
    }

    .xoy8hdyvx {
        font-size: 1.4rem;
    }

    .kmfch98yd {
        font-size: 0.88rem;
    }

    .j2ga3mrecy4c1 {
        flex-direction: column;
    }

    .tdlkvu275yvtg,
    .t2tg7224ivlsl {
        width: 100%;
        justify-content: center;
    }

    .kl9snqbqka4po {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .j4fwp7zmu8n,
    .wqu7ubyguxo8 {
        padding: 20px;
    }

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

    .hmw4sffogg6z {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .swbprgdkrd9kt {
        padding: 20px 32px;
    }

    .gwc0iwme {
        flex-direction: column;
        align-items: flex-start;
    }

    .yvgxq6k91p5kbu {
        display: flex !important;
        flex-direction: column;
        position: fixed;
        
        top: 57px;
        left: 0;
        right: 0;
        bottom: 0;
        background: var(--bg-elevated);
        z-index: 90;
        
        transform: translateY(-100%);
        visibility: hidden;
        transition: transform 0.3s ease, visibility 0s linear 0.3s;
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .yvgxq6k91p5kbu.ka8vqwq0 {
        transform: translateY(0);
        visibility: visible;
        transition: transform 0.3s ease;
    }

    .z2jv34wk {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 12px 0;
        flex: 1;
    }

    .z2jv34wk a {
        padding: 14px 32px;
        color: var(--text-secondary);
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;
        text-align: center;
        transition: all 0.2s;
    }

    .z2jv34wk a:hover {
        background: rgba(255, 255, 255, 0.03);
        color: var(--text-primary);
    }

    .d11notwlc0xn {
        display: block;
        margin: 8px 24px 12px;
        padding: 12px;
        background: var(--accent-color, #FFD700);
        color: var(--accent-text-color);
        text-align: center;
        font-weight: 700;
        font-size: 15px;
        border-radius: 10px;
        text-decoration: none;
        transition: opacity 0.2s;
    }

    .d11notwlc0xn:hover {
        opacity: 0.9;
    }

    .lpjau6whzjq {
        padding: 12px 24px 16px;
        border-top: 1px solid var(--border-default);
    }

    .r68r4kw0 {
        display: block;
        color: var(--text-tertiary);
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 12px;
    }

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

    .rqa9zsfd3 {
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 6px 10px;
        color: var(--text-tertiary);
        font-size: 12px;
        text-decoration: none;
        border-radius: 8px;
        border: 1px solid var(--border-default);
        transition: all 0.2s;
    }

    .rqa9zsfd3:hover,
    .rqa9zsfd3.hg33c8htlm {
        color: var(--text-primary);
        background: rgba(255, 255, 255, 0.05);
        border-color: rgba(255, 255, 255, 0.15);
    }

    .rqa9zsfd3 img {
        border-radius: 2px;
    }

    .fedx5k21umw0 {
        flex-wrap: wrap;
    }

    .fhxpz7db {
        flex-direction: column;
        gap: 32px;
        text-align: center;
    }
    .kwnifgtb5jh {
        max-width: 100%;
    }
    .zqby2p2hf7q8 {
        margin: 0 auto 14px;
    }
    .exe5fliakb9g {
        justify-content: center;
    }
    .q9g4vm7u7td {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
    .b8bac41gtem3p {
        align-items: center;
    }
    .re4v3supan3 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .re4v3supan3 .ttiqqmfok3dvbq {
        width: 100%;
        text-align: center;
        margin-bottom: 2px;
    }
    .jzmsit9aiv {
        gap: 12px;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
    }
    .jzmsit9aiv::-webkit-scrollbar {
        display: none;
    }
    .raxrn989vqsmk {
        width: 48px;
        height: 32px;
    }
    .raxrn989vqsmk img {
        max-height: 26px;
        max-width: 48px;
    }
    .qa50qoosc {
        gap: 10px;
    }
    .fwvgqmq3r9ovmd img {
        height: 32px;
    }
    .nk1tx5av698h {
        font-size: 24px;
    }

    .ghiq2bccgeonqn {
        grid-template-columns: 1fr 1fr;
    }
    .yl85hvngaud:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 480px) {
    .bk0tad7o {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .bna9ko40zgk7lw {
        padding: 0 16px;
    }

    .o1t8edvsx7v {
        padding: 0;
    }

    .inovn619 {
        margin: 8px;
        padding: 32px 20px 28px;
    }

    .xoy8hdyvx {
        font-size: 1.25rem;
    }

    .tdlkvu275yvtg {
        padding: 12px 32px;
        font-size: 14px;
        width: 100%;
        justify-content: center;
    }

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

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

    .h3qtp1o7wz0g {
        width: 45%;
    }

    .j4fwp7zmu8n,
    .wqu7ubyguxo8 {
        padding: 16px;
    }

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

    .yl85hvngaud {
        padding: 20px;
        padding: 16px;
    }

    .v5ft73v4 {
        padding: 16px 18px;
        font-size: 13px;
    }

    .tuvznwnlbss.ka8vqwq0 .coxh2brn8g {
        padding: 0 18px 16px;
    }

    .swbprgdkrd9kt {
        padding: 20px 32px;
    }

    .ay2vq1rp th,
    .ay2vq1rp td {
        padding: 10px 14px;
        font-size: 13px;
    }
}

.aq505gs4k {
    text-align: center;
    padding: 80px 24px 100px;
    max-width: 640px;
    margin: 0 auto;
    position: relative;
}
.al7z48mja9l {
    font-size: clamp(120px, 22vw, 200px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.06em;
    background: linear-gradient(180deg, var(--accent-color) 0%, rgba(212, 160, 23, 0.2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 16px;
    position: relative;
}
.al7z48mja9l::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 320px;
    height: 320px;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, var(--accent-glow) 0%, transparent 65%);
    z-index: -1;
    pointer-events: none;
}
.aq505gs4k h1 {
    font-size: 32px;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 14px;
    letter-spacing: -0.02em;
}
.aq505gs4k p {
    font-size: 16px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0 auto 36px;
    max-width: 480px;
}
.m6b3g2aglzx7j6 {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}
.j8bah2w4r {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: var(--radius-md);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}
.qxn6fkgccp6 {
    background: var(--accent-color);
    color: var(--accent-text-color);
    box-shadow: 0 8px 24px -8px var(--accent-color);
}
.qxn6fkgccp6:hover { transform: translateY(-1px); box-shadow: 0 12px 28px -8px var(--accent-color); }
.aba0e743 {
    background: var(--bg-card);
    color: var(--text-primary);
    border: 1px solid var(--border-default);
}
.aba0e743:hover { background: var(--bg-hover); border-color: var(--border-hover); }
@media (max-width: 640px) {
    .aq505gs4k { padding: 50px 20px 70px; }
    .aq505gs4k h1 { font-size: 24px; }
    .aq505gs4k p { font-size: 14px; }
}

.u1exieqfpe8 {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.himmhzx3tzzs89 {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.nb5jcpg4m2fp3b {
    width: 16px;
    height: 12px;
    border-radius: 2px;
    object-fit: cover;
}

.y0nbr6wcnpst2m::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

.ir9zf7a5nt1395 {
    width: 38px;
    height: 38px;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}

.h9bu7lkva8 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px 22px;
}

.humbp7s87k {
    display: inline-block;
    width: 10px;
    height: 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 4px;
    vertical-align: middle;
}

.mkbbj72cr27ix5::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 6px;
    vertical-align: middle;
}

.kdvtolvxqd {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}

.rqz7x1e9f75v {
    position: fixed;
    top: 8px;
    left: 50%;
    width: 92%;
    max-width: 960px;
    transform: translateX(-50%) translateY(-120%);
    background: var(--bg-card, #141418);
    color: var(--text-primary, #fafafa);
    z-index: 10000;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    border-radius: var(--radius-lg, 14px);
    border: 1px solid var(--border-default, rgba(255, 255, 255, 0.06));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}

.rqz7x1e9f75v.mckd6v8uz {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

body.wan2bc445 {
    padding-top: var(--cookie-banner-height, 0px);
    transition: padding-top 0.4s ease-out;
}

.ltv3vyrzy1 {
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.u18q8e8buk1z {
    flex: 1;
    min-width: 200px;
    font-size: 13px;
    color: var(--text-secondary, rgba(255, 255, 255, 0.7));
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.5;
}

.vlce8vtj {
    font-size: 20px;
    flex-shrink: 0;
}

.dftdxemxuk {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

.mh3vkupkv {
    padding: 8px 18px;
    border-radius: var(--radius-sm, 6px);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all 0.2s;
}

.llp0pv4ks3o,
.kk7w5447mbu2 {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-default, rgba(255, 255, 255, 0.06));
    color: var(--text-secondary, rgba(255, 255, 255, 0.7));
}

.llp0pv4ks3o:hover,
.kk7w5447mbu2:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.15);
    color: var(--text-primary, #fff);
}

.v22k7f4a3yfq9 {
    background: var(--accent-color, #d4a017);
    color: var(--bg-base, #09090b);
}

.v22k7f4a3yfq9:hover {
    filter: brightness(1.1);
}

.ivn6h3qsr {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10001;
    align-items: center;
    justify-content: center;
}

.z6rnku9ecrjf7 {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
}

.igpfv7fymq71fj {
    position: relative;
    background: var(--bg-card, #141418);
    border: 1px solid var(--border-default, rgba(255, 255, 255, 0.06));
    border-radius: var(--radius-lg, 14px);
    width: 90%;
    max-width: 460px;
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.6);
    color: var(--text-primary, #fafafa);
}

.vnqytefv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px 16px;
    border-bottom: 1px solid var(--border-default, rgba(255, 255, 255, 0.06));
}

.vnqytefv h3 {
    font-size: 17px;
    font-weight: 700;
    margin: 0;
}

.x4oa674vd {
    background: none;
    border: none;
    color: var(--text-tertiary, rgba(255, 255, 255, 0.4));
    font-size: 20px;
    cursor: pointer;
    padding: 4px 8px;
    line-height: 1;
    transition: color 0.2s;
}
.x4oa674vd::before { content: "×"; }

.x4oa674vd:hover {
    color: var(--text-primary, #fff);
}

.r4qesk0e4ygb {
    padding: 8px 24px;
}

.osesw2dpu2x {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid var(--border-default, rgba(255, 255, 255, 0.06));
}

.osesw2dpu2x:last-child {
    border-bottom: none;
}

.v642ql9hlpgn {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
}

.tyfidijt8m5y0q {
    font-size: 12px;
    color: var(--text-tertiary, rgba(255, 255, 255, 0.4));
    line-height: 1.4;
}

.askhfzxkpfujgj {
    width: 42px;
    height: 22px;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
}

.hlgnxikx10f5 {
    cursor: not-allowed;
    opacity: 0.5;
}

.rvqcg2c8a7nre {
    width: 100%;
    height: 100%;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.1);
    transition: background 0.2s;
}

.rvqcg2c8a7nre.hg33c8htlm {
    background: var(--accent-color, #d4a017);
}

.ee5phg1upa7aw {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    transition: left 0.2s;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
}

.ee5phg1upa7aw.hg33c8htlm {
    left: 22px;
}

.at4y04qjz6z5 {
    display: flex;
    gap: 8px;
    padding: 16px 24px 20px;
    border-top: 1px solid var(--border-default, rgba(255, 255, 255, 0.06));
}

.lm2vll56b {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-default, rgba(255, 255, 255, 0.06));
    color: var(--text-secondary, rgba(255, 255, 255, 0.7));
}

.lm2vll56b:hover {
    background: rgba(255, 255, 255, 0.08);
    color: var(--text-primary, #fff);
}

.rk6khp27e {
    background: var(--accent-color, #d4a017);
    color: var(--bg-base, #09090b);
    flex: 1;
}

.rk6khp27e:hover {
    filter: brightness(1.1);
}

.t1mhz86ifdlv {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--border-default, rgba(255, 255, 255, 0.06));
    color: var(--text-primary, #fff);
}

.t1mhz86ifdlv:hover {
    background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 640px) {
    .rqz7x1e9f75v {
        width: 96%;
        top: 4px;
    }
    .ltv3vyrzy1 {
        padding: 12px 14px;
        gap: 10px;
    }
    .u18q8e8buk1z {
        font-size: 12px;
    }
    .dftdxemxuk {
        width: 100%;
    }
    .mh3vkupkv {
        flex: 1;
        padding: 8px 10px;
        font-size: 12px;
        text-align: center;
    }
}

:root{--bg-base:#12151e;--accent-color:#fdb93c;--accent-text-color:#09090b;--text-primary:#f4f5f4;--text-secondary:#f4f5f4;--hero-overlay-opacity:0.55;--font-main:'Lato',sans-serif}

.ifhf7xtk6z7pr{background-image:url('/static/play.svg')}
.y0nbr6wcnpst2m::before{background-image:url('/static/account.svg')}
.ir9zf7a5nt1395{background-image:url('/static/account.svg')}
.humbp7s87k{background-image:url('/static/arrow-down.svg')}
.h9bu7lkva8{background-image:url('/static/scroll-top.svg')}
.mkbbj72cr27ix5::before{background-image:url('/static/fullscreen.svg')}
.pbqpx4so24ubl{background-image:url('/static/social-fb.svg')}
.a4lw841u{background-image:url('/static/twitter.svg')}
.guskjxtx1{background-image:url('/static/twitter.svg')}
.swhjn0nr2k{background-image:url('/static/twitter.svg')}
.l4h31cpngorn{background-image:url('/static/instagram.svg')}
.b8xwxgmqk{background-image:url('/static/tg.svg')}
.sso8wkhqksu5f{background-image:url('/static/yt.svg')}
.ja1rb1yc36i4{background-image:url('/static/in.svg')}
.bi9qwh3jhsaw12{background-image:url('/static/tt.svg')}
.sovnltygl{background-image:url('/static/discord.svg')}
.fa3aob3wlm{background-image:url('/static/ic-kt.svg')}
.tqnc115pb0{background-image:url('/static/ic-kt.svg')}
