: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);
}

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

.d4ta6vmkld6w1 {
    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);
}

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

.txo60yrsjf3zsu {
    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;
}

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

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

.d537dnpp28wi 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;
}

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

.d537dnpp28wi 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;
}

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

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

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

.cznu0gz4avz {
    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;
}

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

.cp1nxbgenvxucb {
    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);
}

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

.cp1nxbgenvxucb svg {
    flex-shrink: 0;
}

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

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

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

.wf9eol1838vakn {
    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;
}
.wf9eol1838vakn::before,
.wf9eol1838vakn::after {
    content: "";
    position: absolute;
    left: 7px;
    right: 7px;
    height: 2px;
    background-color: currentColor;
    transition: top .25s ease, transform .25s ease;
}
.wf9eol1838vakn::before { top: 9px; }
.wf9eol1838vakn::after  { top: 21px; }
.wf9eol1838vakn.q12m7etsf5gn    { background-size: 0 2px; }
.wf9eol1838vakn.q12m7etsf5gn::before { top: 15px; transform: rotate(45deg); }
.wf9eol1838vakn.q12m7etsf5gn::after  { top: 15px; transform: rotate(-45deg); }

.wf9eol1838vakn svg {
    display: block;
}

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

.x2melj8r5dl {
    min-height: 60vh;
}

.shv4t6abkw {
    padding: 0;
}

.c1lvnpw5yo {
    padding-top: 40px;
}
.shv4t6abkw + .shv4t6abkw {
    margin-top: 24px;
}

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

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

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

.nxc3h5mg {
    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;
}

.nxc3h5mg::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;
}

.nxc3h5mg::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;
}

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

.x2rnsfecz8c {
    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);
}

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

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

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

.axlubr2sjf {
    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);
}

.axlubr2sjf: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);
}

.axlubr2sjf: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);
}

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

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

.axlubr2sjf:hover .thhpr9ihc01 {
    animation: none;
    transform: translateX(5px);
}

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

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

.hyl3v110h {
    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);
}

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

.jxxheh9a4t {
    margin-bottom: 32px;
}

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

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

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

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

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

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

.jxxheh9a4t 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;
}

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

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

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

.jxxheh9a4t th,
.jxxheh9a4t 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);
}

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

.jxxheh9a4t 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);
}

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

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

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

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

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

.jxxheh9a4t 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.jwojanwx ul,
.ravcjpjvzszoa ul {
    list-style: none;
}

.jwojanwx li,
.ravcjpjvzszoa 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;
}

.jwojanwx li:last-child,
.ravcjpjvzszoa li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.jwojanwx li:first-child,
.ravcjpjvzszoa li:first-child {
    padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.cedio5wukv {
    margin: 40px 0;
}

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

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

.koxqx5je {
    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;
}

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

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

.r28zpwcan {
    margin-bottom: 32px;
}

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

.lzgjhkivrz2jk {
    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;
}

.lzgjhkivrz2jk: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);
}

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

.z4kzpilfj 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%); }
}

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

.z4kzpilfj::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%); }
}

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

.lzgjhkivrz2jk:hover .z4kzpilfj::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) {
    .z4kzpilfj img { animation: none; }
    .z4kzpilfj::after { animation: none; opacity: 0; }
}

.fy4y465y9n {
    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);
}

.b5jwyprw {
    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;
}

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

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

.hfxghb6m8ko {
    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);
}

.yydd4i5gp {
    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) {
    .lzgjhkivrz2jk:hover .yydd4i5gp {
        opacity: 1;
        pointer-events: auto;
    }
    .lzgjhkivrz2jk:hover .ke5ldzzomm9arr {
        transform: translateY(0);
    }
}

.lzgjhkivrz2jk.qzslzdjl .yydd4i5gp {
    opacity: 1;
    pointer-events: auto;
}
.lzgjhkivrz2jk.qzslzdjl .ke5ldzzomm9arr {
    transform: translateY(0);
}

.wjgy1snn1bm6r6 {
    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));
    
}

.ke5ldzzomm9arr {
    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);
}

.gnq3942t1lc,
.jt60dbgh6v {
    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;
}

.gnq3942t1lc {
    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);
}
.gnq3942t1lc:hover {
    background: rgba(0, 0, 0, .66);
    border-color: #fff;
    transform: translateY(-1px);
}

.jt60dbgh6v {
    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);
}
.jt60dbgh6v: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);
}

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

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

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

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

.te0sms23 {
    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;
}

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

.q4jo4mkeh {
    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;
}
.q4jo4mkeh: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);
}

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

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

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

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

.oqp2g9c8 {
    margin-bottom: 24px;
}

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

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

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

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

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

.z109zged38ozym {
    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;
}

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

.c41hnutl {
    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;
}

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

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

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

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

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

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

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

.en45x37s1gpto2 {
    flex: 1;
}

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

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

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

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

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

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

.zl180j3s {
    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;
}

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

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

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

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

.eqi6wpojg3li {
    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;
}

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

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

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

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

.gr4fctig55a4 {
    margin-top: 40px;
}

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

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

@media (max-width: 960px) {
    .wf9eol1838vakn {
        display: flex;
        order: 99;
        flex-shrink: 0;
    }
    .d537dnpp28wi {
        display: none !important;
    }
    .xvc8ivai7 {
        display: none;
    }
    .v630d9jd9b {
        display: block;
        margin-left: auto;
        margin-right: 6px;
    }
    .gg3e8wug5fo4w {
        height: 56px;
    }
    .txo60yrsjf3zsu {
        flex-shrink: 1;
        min-width: 100px;
        overflow: hidden;
        padding-left: 8px;
    }
    .txo60yrsjf3zsu img {
        max-width: 100%;
        height: 32px;
        max-height: 32px;
    }
    
    .v630d9jd9b,
    .a22vdndnft9s9b {
        padding: 9px 14px;
    }
    .gg3e8wug5fo4w {
        gap: 12px;
    }
    .tlhpu6tju36omh {
        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;
    }
    .tlhpu6tju36omh.q12m7etsf5gn {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

@media (max-width: 768px) {
    .d8576u7a4pds {
        gap: 14px;
    }
    .kq43ihc41hm8 {
        width: 100px;
        height: 130px;
    }
    .en45x37s1gpto2 h1 {
        font-size: 1.1rem;
    }
    .z109zged38ozym {
        display: none;
    }
    .c1znjls7u464 {
        flex-direction: column;
    }
    .c41hnutl, .z109zged38ozym {
        justify-content: center;
    }
    .gr4fctig55a4 .lqh0i9wh4yx2ji {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

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

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

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

.f18m9wx7xz {
    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);
}

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

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

.zw85hpvqal9n {
    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;
}

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

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

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

.a1dlsaqvz51t {
    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);
}

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

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

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

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

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

.njxfnuopn5yn0s 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;
}

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

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

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

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

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

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

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

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

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

.ah7dv0vrwjhoxp {
    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);
}

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

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

.is7hjcmquwk {
    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;
}

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

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

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

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

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

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

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

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

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

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

.p11bd60dmz1 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);
}

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

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

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

.nz6nawbqflgr {
    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;
}

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

.nz6nawbqflgr::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;
}

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

.lwr7fmeq7wng {
    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;
}

.rzav72c315.q12m7etsf5gn .lwr7fmeq7wng {
    padding: 0 24px 20px;
    max-height: 600px;
}

.jvk66q9f {
    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;
}

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

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

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

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

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

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

.qfron6uqt8.fk5rap3wnof {
    color: var(--accent-color);
}

.qfron6uqt8.hicmx5t90em {
    color: var(--accent-color);
    opacity: 0.5;
}

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

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

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

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

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

.b5vcwgw9s7r {
    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;
}

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

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

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

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

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

.bykq9zf0 {
    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);
}

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

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

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

.xto8odg8zzpb {
    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;
}

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

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

.pyg07iipq3al {
    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);
}

.t7cq6stxal .pyg07iipq3al {
    transform: rotate(-90deg);
}

.t7cq6stxal .oenai40zw7giw6 {
    display: none;
}

.t7cq6stxal .egwscs5cdg8o9 {
    margin-bottom: 0;
}

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

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

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

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

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

.kand6gajt 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);
}

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

.cl2m68ora {
    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;
}

.kand6gajt a:hover .cl2m68ora {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

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

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

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

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

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

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

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

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

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

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

.uuhrv1ed2 {
    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) {
    .uuhrv1ed2:hover {
        background-color: rgba(255, 255, 255, 0.1);
        border-color: var(--border-hover);
        color: var(--text-primary);
        transform: translateY(-2px);
    }
}

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

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

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

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

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

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

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

.lx41svjkg1.ie7o3fvutypr {
    color: var(--text-secondary);
}

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

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

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

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

.kpnou7yqee:hover img {
    opacity: 0.8;
}

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

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

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

.fqypj42f:hover img {
    opacity: 0.8;
}

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

.eemm7lyru8nj1g {
    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;
}

.eemm7lyru8nj1g.dcrdl0o1up {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

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

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

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

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

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

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

.tlhpu6tju36omh {
    display: none;
}

.wc1h4owwy8 {
    position: relative;
}

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

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

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

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

.a1bywo00uhmkfo.q12m7etsf5gn .y48b219du6zol4 {
    transform: rotate(180deg);
}

.s5s7ppcw0 {
    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;
}

.s5s7ppcw0.q12m7etsf5gn {
    display: block;
}

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

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

@media (max-width: 768px) {
    .lqh0i9wh4yx2ji {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .asxtcrzucc1h2f {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    
    .ke5ldzzomm9arr { width: 92%; gap: 8px; }
    .gnq3942t1lc, .jt60dbgh6v {
        min-height: 44px;
        padding: 11px 8px;
        font-size: 13px;
        letter-spacing: .2px;
    }

    .b5ywwjzucg {
        padding: 0;
    }

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

    .x2rnsfecz8c {
        font-size: 1.4rem;
    }

    .mjh56hjvzr7 {
        font-size: 0.88rem;
    }

    .iknq8vfvqpmqv {
        flex-direction: column;
    }

    .axlubr2sjf,
    .hyl3v110h {
        width: 100%;
        justify-content: center;
    }

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

    .jwojanwx,
    .ravcjpjvzszoa {
        padding: 20px;
    }

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

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

    .f18m9wx7xz {
        padding: 20px 32px;
    }

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

    .tlhpu6tju36omh {
        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;
    }

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

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

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

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

    .krkgnfp68dfvv {
        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;
    }

    .krkgnfp68dfvv:hover {
        opacity: 0.9;
    }

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

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

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

    .eglmj627sj {
        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;
    }

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

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

    .g9rfc42cm0y1q {
        flex-wrap: wrap;
    }

    .yina7u6h {
        flex-direction: column;
        gap: 32px;
        text-align: center;
    }
    .xdssqaus45ehjw {
        max-width: 100%;
    }
    .kgkl3sdpd {
        margin: 0 auto 14px;
    }
    .c4krvzhd8 {
        justify-content: center;
    }
    .xq4ik5jfp4hq {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
    .qua5ai4yl {
        align-items: center;
    }
    .poxpxzof {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .poxpxzof .nqjqup7g3 {
        width: 100%;
        text-align: center;
        margin-bottom: 2px;
    }
    .ds0gi800xgdslm {
        gap: 12px;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
    }
    .ds0gi800xgdslm::-webkit-scrollbar {
        display: none;
    }
    .kpnou7yqee {
        width: 48px;
        height: 32px;
    }
    .kpnou7yqee img {
        max-height: 26px;
        max-width: 48px;
    }
    .m90vbbkvaujfw {
        gap: 10px;
    }
    .fqypj42f img {
        height: 32px;
    }
    .rrniu33zla6 {
        font-size: 24px;
    }

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

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

    .xitptlhe {
        padding: 0 16px;
    }

    .b5ywwjzucg {
        padding: 0;
    }

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

    .x2rnsfecz8c {
        font-size: 1.25rem;
    }

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

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

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

    .cu9ck3ri {
        width: 45%;
    }

    .jwojanwx,
    .ravcjpjvzszoa {
        padding: 16px;
    }

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

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

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

    .rzav72c315.q12m7etsf5gn .lwr7fmeq7wng {
        padding: 0 18px 16px;
    }

    .f18m9wx7xz {
        padding: 20px 32px;
    }

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

.mf6ggjnpq {
    text-align: center;
    padding: 80px 24px 100px;
    max-width: 640px;
    margin: 0 auto;
    position: relative;
}
.s9ckhso3z9sbyt {
    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;
}
.s9ckhso3z9sbyt::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;
}
.mf6ggjnpq h1 {
    font-size: 32px;
    font-weight: 700;
    color: var(--text-primary);
    margin: 0 0 14px;
    letter-spacing: -0.02em;
}
.mf6ggjnpq p {
    font-size: 16px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0 auto 36px;
    max-width: 480px;
}
.jvnb9zxegb14m {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}
.kg5tbrvff {
    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);
}
.p52nbl9qvzdxi {
    background: var(--accent-color);
    color: var(--accent-text-color);
    box-shadow: 0 8px 24px -8px var(--accent-color);
}
.p52nbl9qvzdxi:hover { transform: translateY(-1px); box-shadow: 0 12px 28px -8px var(--accent-color); }
.kdou3fqxaaa1 {
    background: var(--bg-card);
    color: var(--text-primary);
    border: 1px solid var(--border-default);
}
.kdou3fqxaaa1:hover { background: var(--bg-hover); border-color: var(--border-hover); }
@media (max-width: 640px) {
    .mf6ggjnpq { padding: 50px 20px 70px; }
    .mf6ggjnpq h1 { font-size: 24px; }
    .mf6ggjnpq p { font-size: 14px; }
}

.l6c9eer5z {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.yv2j15b3 {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.mbh3tt2aq4 {
    width: 16px;
    height: 12px;
    border-radius: 2px;
    object-fit: cover;
}

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

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

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

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

.cq5suz4qon::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;
}

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

.mhs461n101 {
    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;
}

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

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

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

.dzdem7gnl {
    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;
}

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

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

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

.t0qqe6to8d9b,
.xtphe2zb {
    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));
}

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

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

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

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

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

.g6z252lr {
    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);
}

.uz9beijhj {
    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));
}

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

.dn4sdb2l {
    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;
}
.dn4sdb2l::before { content: "×"; }

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

.n6wv1zcfxs3n1m {
    padding: 8px 24px;
}

.d5nat20x {
    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));
}

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

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

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

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

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

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

.qu4w719vlth.ie7o3fvutypr {
    background: var(--accent-color, #d4a017);
}

.g04fh8busv2gk {
    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);
}

.g04fh8busv2gk.ie7o3fvutypr {
    left: 22px;
}

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

.jw9s15nku094p {
    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));
}

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

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

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

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

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

@media (max-width: 640px) {
    .mhs461n101 {
        width: 96%;
        top: 4px;
    }
    .jde7rp6t5gnkcy {
        padding: 12px 14px;
        gap: 10px;
    }
    .dzdem7gnl {
        font-size: 12px;
    }
    .v6sggjcosx3ody {
        width: 100%;
    }
    .cjhunsywsct3 {
        flex: 1;
        padding: 8px 10px;
        font-size: 12px;
        text-align: center;
    }
}

:root{--bg-base:#110d1a;--accent-color:#5716fb;--accent-text-color:#ffffff;--text-primary:#ffffff;--text-secondary:#ffffff;--hero-overlay-opacity:0.55;--font-main:'Roboto',sans-serif}

.wjgy1snn1bm6r6{background-image:url('/img/play-btn.svg')}
.cp1nxbgenvxucb::before{background-image:url('/img/login.svg')}
.a22vdndnft9s9b{background-image:url('/img/login.svg')}
.y48b219du6zol4{background-image:url('/img/ic-down.svg')}
.eemm7lyru8nj1g{background-image:url('/img/back-to-top.svg')}
.cq5suz4qon::before{background-image:url('/img/maximize.svg')}
.juzs0fdab1drj{background-image:url('/img/fb.svg')}
.ht6vnnou5y{background-image:url('/img/social-x.svg')}
.ufpjafiyjzz3ln{background-image:url('/img/social-x.svg')}
.mpol6op4urh{background-image:url('/img/social-x.svg')}
.agxfslvpb8jsz0{background-image:url('/img/instagram.svg')}
.fdcg51rsg9qeo{background-image:url('/img/social-tg.svg')}
.t7zjj2qxu{background-image:url('/img/yt.svg')}
.fygfnhifmq4y6{background-image:url('/img/linkedin.svg')}
.b6249u4g2h1{background-image:url('/img/social-tt.svg')}
.c4oaf6ub80v535{background-image:url('/img/discord.svg')}
.bbmx4935{background-image:url('/img/ic-kt.svg')}
.gt5jarel{background-image:url('/img/ic-kt.svg')}
