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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p7ltevkxj9 svg {
    flex-shrink: 0;
}

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

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

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

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

.okr1pedrdu4i svg {
    display: block;
}

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

.h0e3kpb30k0a {
    min-height: 60vh;
}

.y11s3m6p5zlae {
    padding: 0;
}

.wy38z6378air {
    padding-top: 40px;
}
.y11s3m6p5zlae + .y11s3m6p5zlae {
    margin-top: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s50ijeou:hover .dchxzw7q {
    animation: none;
    transform: translateX(5px);
}

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

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

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

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

.d56g6t88954zy6 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.zd9508moo2svd5 ul,
.ggzhapb5xfyrlu ul {
    list-style: none;
}

.zd9508moo2svd5 li,
.ggzhapb5xfyrlu 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;
}

.zd9508moo2svd5 li:last-child,
.ggzhapb5xfyrlu li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.zd9508moo2svd5 li:first-child,
.ggzhapb5xfyrlu li:first-child {
    padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.noceymzpib8m1r {
    margin: 40px 0;
}

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

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

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

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

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

.jfjwa4jx {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl1fwoqr2jp.p67aigprp5i .uvlmbvixholu3 {
    opacity: 1;
    pointer-events: auto;
}
.pl1fwoqr2jp.p67aigprp5i .e74vaccmowe {
    transform: translateY(0);
}

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

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

.vgmgvufz3v6,
.qqvy8mq4k4og6 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.zfilxi8swg {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pwu3zlj1zs8 {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cd21uki14ztnbi {
    margin-top: 40px;
}

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

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

@media (max-width: 960px) {
    .okr1pedrdu4i {
        display: flex;
        order: 99;
        flex-shrink: 0;
    }
    .uu0lxeiijk6 {
        display: none !important;
    }
    .falzrr95 {
        display: none;
    }
    .j0wvmgauu4wg {
        display: block;
        margin-left: auto;
        margin-right: 6px;
    }
    .mmvzdaqslphzh {
        height: 56px;
    }
    .vovt5xmn9 {
        flex-shrink: 1;
        min-width: 100px;
        overflow: hidden;
        padding-left: 8px;
    }
    .vovt5xmn9 img {
        max-width: 100%;
        height: 32px;
        max-height: 32px;
    }
    
    .j0wvmgauu4wg,
    .y7oxt4hf {
        padding: 9px 14px;
    }
    .mmvzdaqslphzh {
        gap: 12px;
    }
    .sq8x3oqp {
        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;
    }
    .sq8x3oqp.e8ewmhfsci {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

@media (max-width: 768px) {
    .fqg7ceae74k {
        gap: 14px;
    }
    .lo2nb8os0f3 {
        width: 100px;
        height: 130px;
    }
    .pwu3zlj1zs8 h1 {
        font-size: 1.1rem;
    }
    .db844dw5x {
        display: none;
    }
    .ix1sk55xt {
        flex-direction: column;
    }
    .h73kx6kz7l, .db844dw5x {
        justify-content: center;
    }
    .cd21uki14ztnbi .uoloazqad {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.j7tkolj4.e8ewmhfsci .ulmp45iddryh {
    padding: 0 24px 20px;
    max-height: 600px;
}

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

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

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

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

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

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

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

.m1f8a54phi.dj0eyagzn5gl {
    color: var(--accent-color);
}

.m1f8a54phi.z9qnzbojr {
    color: var(--accent-color);
    opacity: 0.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rrvdpotv6fa .mdk89r5o9k3mt {
    transform: rotate(-90deg);
}

.rrvdpotv6fa .xyngwh4xvuld6 {
    display: none;
}

.rrvdpotv6fa .gq2oipssmltbyt {
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.mpuyp66lumpmh a:hover .zlp8r5ihx7 {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fd45pksjn50js.rvmrsy2uyh4zce {
    color: var(--text-secondary);
}

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

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

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

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

.hiturydfvuedn:hover img {
    opacity: 0.8;
}

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

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

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

.ymswhtlw:hover img {
    opacity: 0.8;
}

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

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

.tfber6ukc8.b9bsypb2 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

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

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

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

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

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

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

.sq8x3oqp {
    display: none;
}

.it8fcutkz {
    position: relative;
}

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

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

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

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

.s7xfbrvswhvc.e8ewmhfsci .je06apti9j4 {
    transform: rotate(180deg);
}

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

.p3hdu59p9dn.e8ewmhfsci {
    display: block;
}

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

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

@media (max-width: 768px) {
    .uoloazqad {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .tw5zufbabxb2 {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    
    .e74vaccmowe { width: 92%; gap: 8px; }
    .vgmgvufz3v6, .qqvy8mq4k4og6 {
        min-height: 44px;
        padding: 11px 8px;
        font-size: 13px;
        letter-spacing: .2px;
    }

    .n2jzfrko8uq6 {
        padding: 0;
    }

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

    .bl0e3kt8ext73m {
        font-size: 1.4rem;
    }

    .l2o69e7myon2 {
        font-size: 0.88rem;
    }

    .uxu1ndtsbzlt5u {
        flex-direction: column;
    }

    .s50ijeou,
    .dt4n2tzijh93dx {
        width: 100%;
        justify-content: center;
    }

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

    .zd9508moo2svd5,
    .ggzhapb5xfyrlu {
        padding: 20px;
    }

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

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

    .mcabmv60qebcf {
        padding: 20px 32px;
    }

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

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

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

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

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

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

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

    .cds5z9osz32b2:hover {
        opacity: 0.9;
    }

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

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

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

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

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

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

    .smofzhr18i1t {
        flex-wrap: wrap;
    }

    .viqelhgaypg1 {
        flex-direction: column;
        gap: 32px;
        text-align: center;
    }
    .cmo1tpp4mq69 {
        max-width: 100%;
    }
    .w6wu2jgxk {
        margin: 0 auto 14px;
    }
    .d9hva3apj0r8tr {
        justify-content: center;
    }
    .dsubimcvim {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
    .n4fcxt00 {
        align-items: center;
    }
    .t1qee1u5oa526 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .t1qee1u5oa526 .v4zy24dwclsh {
        width: 100%;
        text-align: center;
        margin-bottom: 2px;
    }
    .pvsrsyoe {
        gap: 12px;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
    }
    .pvsrsyoe::-webkit-scrollbar {
        display: none;
    }
    .hiturydfvuedn {
        width: 48px;
        height: 32px;
    }
    .hiturydfvuedn img {
        max-height: 26px;
        max-width: 48px;
    }
    .ync6hsztap {
        gap: 10px;
    }
    .ymswhtlw img {
        height: 32px;
    }
    .sagfc0842 {
        font-size: 24px;
    }

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

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

    .e7xj31cmib6 {
        padding: 0 16px;
    }

    .n2jzfrko8uq6 {
        padding: 0;
    }

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

    .bl0e3kt8ext73m {
        font-size: 1.25rem;
    }

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

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

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

    .ehzq5uo2shk {
        width: 45%;
    }

    .zd9508moo2svd5,
    .ggzhapb5xfyrlu {
        padding: 16px;
    }

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

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

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

    .j7tkolj4.e8ewmhfsci .ulmp45iddryh {
        padding: 0 18px 16px;
    }

    .mcabmv60qebcf {
        padding: 20px 32px;
    }

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

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

.qac5dzznfp0w {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.nl3c4k6d9lhwsj {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.mi7c902l3mx3y {
    width: 16px;
    height: 12px;
    border-radius: 2px;
    object-fit: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.z9yu50bc,
.vyvoltotavpfr {
    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));
}

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

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

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

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

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

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

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

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

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

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

.yeal9scv551b6p {
    padding: 8px 24px;
}

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

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

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

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

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

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

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

.issm2ja34b7s2.rvmrsy2uyh4zce {
    background: var(--accent-color, #d4a017);
}

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

.p9lss0g1jaj0ni.rvmrsy2uyh4zce {
    left: 22px;
}

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

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

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

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

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

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

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

@media (max-width: 640px) {
    .geoqidbc9fupna {
        width: 96%;
        top: 4px;
    }
    .tlu0sagqd7l {
        padding: 12px 14px;
        gap: 10px;
    }
    .ihscfvnfeq {
        font-size: 12px;
    }
    .m8cr41gn {
        width: 100%;
    }
    .fr4mgmnw {
        flex: 1;
        padding: 8px 10px;
        font-size: 12px;
        text-align: center;
    }
}

:root{--bg-base:#12161f;--accent-color:#6BCD49;--accent-text-color:#09090b;--text-primary:#f1f2f2;--text-secondary:#f1f2f2;--hero-overlay-opacity:0.55;--font-main:'Segoe UI',Tahoma,sans-serif}

.ppgqqmtf{background-image:url('/static/triangle.svg')}
.p7ltevkxj9::before{background-image:url('/static/login.svg')}
.y7oxt4hf{background-image:url('/static/login.svg')}
.je06apti9j4{background-image:url('/static/caret.svg')}
.tfber6ukc8{background-image:url('/static/scroll-top.svg')}
.opirac5c7fv::before{background-image:url('/static/fullscreen.svg')}
.qc59yatf{background-image:url('/static/social-fb.svg')}
.fw908ef5jgdx{background-image:url('/static/twitter.svg')}
.q4pd27woaikd1e{background-image:url('/static/twitter.svg')}
.xwnqxm5q{background-image:url('/static/twitter.svg')}
.dc45vmnhx73{background-image:url('/static/ic-ig.svg')}
.rjke7cmuwm8{background-image:url('/static/social-tg.svg')}
.dfasubha{background-image:url('/static/youtube.svg')}
.t07lxr69jsndh3{background-image:url('/static/ic-in.svg')}
.d5ymbyrrj{background-image:url('/static/social-tt.svg')}
.yzxvtwppd0kjqh{background-image:url('/static/social-dc.svg')}
.vwyfmewv54g4{background-image:url('/static/kt.svg')}
.kxtxluok{background-image:url('/static/kt.svg')}
