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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pk647tmb svg {
    flex-shrink: 0;
}

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

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

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

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

.tlw36bo4dcbm svg {
    display: block;
}

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

.suz90nh8kr077i {
    min-height: 60vh;
}

.kungjpl1jms {
    padding: 0;
}

.w1iw444d3kxjai {
    padding-top: 40px;
}
.kungjpl1jms + .kungjpl1jms {
    margin-top: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focb8xdwo:hover .vorus0hwrh0pz {
    animation: none;
    transform: translateX(5px);
}

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

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

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

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

.f3biqy4so1 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u0h9ri3g ul,
.g0pm0kj4f ul {
    list-style: none;
}

.u0h9ri3g li,
.g0pm0kj4f 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;
}

.u0h9ri3g li:last-child,
.g0pm0kj4f li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.u0h9ri3g li:first-child,
.g0pm0kj4f li:first-child {
    padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.i3qb4ghuefm {
    margin: 40px 0;
}

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

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

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

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

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

.ozyswfplce8 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hrz3aky2e6.eldpiw3ch0lz .tjv8ru9mgl {
    opacity: 1;
    pointer-events: auto;
}
.hrz3aky2e6.eldpiw3ch0lz .lrpc7uj1sfzz1y {
    transform: translateY(0);
}

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

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

.ahe8ukmtim5ymn,
.pf85y1j62a {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.yxmrxa6wucngp {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ihbev649nzy {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ch8z1y6eesxha8 {
    margin-top: 40px;
}

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

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

@media (max-width: 960px) {
    .tlw36bo4dcbm {
        display: flex;
        order: 99;
        flex-shrink: 0;
    }
    .q1jetx3vsx {
        display: none !important;
    }
    .tu47g3m5aw7id {
        display: none;
    }
    .mb0wilg6eu {
        display: block;
        margin-left: auto;
        margin-right: 6px;
    }
    .uljkgd3a {
        height: 56px;
    }
    .x8lu8lbbas {
        flex-shrink: 1;
        min-width: 100px;
        overflow: hidden;
        padding-left: 8px;
    }
    .x8lu8lbbas img {
        max-width: 100%;
        height: 32px;
        max-height: 32px;
    }
    
    .mb0wilg6eu,
    .im2zyghl {
        padding: 9px 14px;
    }
    .uljkgd3a {
        gap: 12px;
    }
    .b8gpge5ps {
        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;
    }
    .b8gpge5ps.a4rhlb3f50q {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

@media (max-width: 768px) {
    .g8fpyqn8n {
        gap: 14px;
    }
    .aywqv1lv8 {
        width: 100px;
        height: 130px;
    }
    .ihbev649nzy h1 {
        font-size: 1.1rem;
    }
    .vq28w024vnp {
        display: none;
    }
    .kbwj1zyfxx4bzs {
        flex-direction: column;
    }
    .e2nulajymw9jf, .vq28w024vnp {
        justify-content: center;
    }
    .ch8z1y6eesxha8 .wjpurnrag2lui4 {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x3h817dc.a4rhlb3f50q .fkn7nbhz7ltb {
    padding: 0 24px 20px;
    max-height: 600px;
}

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

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

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

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

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

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

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

.slbfs8bt8x.d9hdvbcf97 {
    color: var(--accent-color);
}

.slbfs8bt8x.aoiti711xiny {
    color: var(--accent-color);
    opacity: 0.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.r1s7e3mehv .n0jj9n0wgfcob {
    transform: rotate(-90deg);
}

.r1s7e3mehv .rju20kaxec {
    display: none;
}

.r1s7e3mehv .pbn85h2g {
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.rvnfte4nnu a:hover .kup0wbn45sps {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.yvyaezm18jw.ox7gcv3m {
    color: var(--text-secondary);
}

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

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

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

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

.yoviea4mad9sy:hover img {
    opacity: 0.8;
}

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

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

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

.f06zwtrh:hover img {
    opacity: 0.8;
}

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

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

.hdz85d4ufxle.aaad3odd0pmwn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

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

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

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

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

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

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

.b8gpge5ps {
    display: none;
}

.sj82vlwym8ig {
    position: relative;
}

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

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

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

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

.bnyb1skq1ay.a4rhlb3f50q .pol1rhoj34wrla {
    transform: rotate(180deg);
}

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

.v67ugyqk3i.a4rhlb3f50q {
    display: block;
}

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

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

@media (max-width: 768px) {
    .wjpurnrag2lui4 {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .uelzhj8n6fow {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    
    .lrpc7uj1sfzz1y { width: 92%; gap: 8px; }
    .ahe8ukmtim5ymn, .pf85y1j62a {
        min-height: 44px;
        padding: 11px 8px;
        font-size: 13px;
        letter-spacing: .2px;
    }

    .b59mkugjk8bp {
        padding: 0;
    }

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

    .nshj2i7m9 {
        font-size: 1.4rem;
    }

    .y52j5xsaxj {
        font-size: 0.88rem;
    }

    .pu9gjkyj7h {
        flex-direction: column;
    }

    .focb8xdwo,
    .lbhnuwgqafxuo {
        width: 100%;
        justify-content: center;
    }

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

    .u0h9ri3g,
    .g0pm0kj4f {
        padding: 20px;
    }

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

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

    .sqwe9pnkqu1 {
        padding: 20px 32px;
    }

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

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

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

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

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

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

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

    .imqj37kkmc:hover {
        opacity: 0.9;
    }

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

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

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

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

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

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

    .buzc5rfzrj32x {
        flex-wrap: wrap;
    }

    .z4xspcajl {
        flex-direction: column;
        gap: 32px;
        text-align: center;
    }
    .ku1b7awqf {
        max-width: 100%;
    }
    .hr5u2p0qqplsp {
        margin: 0 auto 14px;
    }
    .vvbqrqd1lm5 {
        justify-content: center;
    }
    .pw33nw33yc1q {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
    .gb0ukojwxcg6 {
        align-items: center;
    }
    .rxa8287zw {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .rxa8287zw .qla67gxq {
        width: 100%;
        text-align: center;
        margin-bottom: 2px;
    }
    .ujm7rvbh {
        gap: 12px;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
    }
    .ujm7rvbh::-webkit-scrollbar {
        display: none;
    }
    .yoviea4mad9sy {
        width: 48px;
        height: 32px;
    }
    .yoviea4mad9sy img {
        max-height: 26px;
        max-width: 48px;
    }
    .nvl9ytsx {
        gap: 10px;
    }
    .f06zwtrh img {
        height: 32px;
    }
    .s3xkcmqiguooe {
        font-size: 24px;
    }

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

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

    .uso2ujp6a1 {
        padding: 0 16px;
    }

    .b59mkugjk8bp {
        padding: 0;
    }

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

    .nshj2i7m9 {
        font-size: 1.25rem;
    }

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

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

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

    .s0err9pq412 {
        width: 45%;
    }

    .u0h9ri3g,
    .g0pm0kj4f {
        padding: 16px;
    }

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

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

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

    .x3h817dc.a4rhlb3f50q .fkn7nbhz7ltb {
        padding: 0 18px 16px;
    }

    .sqwe9pnkqu1 {
        padding: 20px 32px;
    }

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

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

.uwg7vbbk {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.a43lf5v303n {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.em4dlmn64mbf {
    width: 16px;
    height: 12px;
    border-radius: 2px;
    object-fit: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ya8cptyu3,
.ev7772dgx7 {
    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));
}

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

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

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

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

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

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

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

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

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

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

.fpb7p43mflyf {
    padding: 8px 24px;
}

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

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

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

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

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

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

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

.gmerkducfyln9.ox7gcv3m {
    background: var(--accent-color, #d4a017);
}

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

.imeow8a9dqm.ox7gcv3m {
    left: 22px;
}

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

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

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

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

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

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

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

@media (max-width: 640px) {
    .ncyr9hrlc {
        width: 96%;
        top: 4px;
    }
    .o3az5m4fjfw624 {
        padding: 12px 14px;
        gap: 10px;
    }
    .hynxsndyp9 {
        font-size: 12px;
    }
    .tijrth7sea {
        width: 100%;
    }
    .wjk2z5lwh {
        flex: 1;
        padding: 8px 10px;
        font-size: 12px;
        text-align: center;
    }
}

:root{--bg-base:#070405;--accent-color:#E6C85D;--accent-text-color:#09090b;--text-primary:#e9ebeb;--text-secondary:#e9ebeb;--hero-overlay-opacity:0.68;--font-main:'Inter',sans-serif}

.ka5y1w5k498{background-image:url('/img/icon-play.svg')}
.pk647tmb::before{background-image:url('/img/login.svg')}
.im2zyghl{background-image:url('/img/login.svg')}
.pol1rhoj34wrla{background-image:url('/img/chevron.svg')}
.hdz85d4ufxle{background-image:url('/img/ic-up.svg')}
.cid04y0zbpz3::before{background-image:url('/img/maximize.svg')}
.d2hq4df26{background-image:url('/img/social-fb.svg')}
.dft2doow3{background-image:url('/img/ic-x.svg')}
.duwhjvmp3{background-image:url('/img/ic-x.svg')}
.gpmfnrrg9q{background-image:url('/img/ic-x.svg')}
.c34s7pcj9z7{background-image:url('/img/social-ig.svg')}
.jr3ggpcerbr31a{background-image:url('/img/tg.svg')}
.xvjvu50qwy{background-image:url('/img/yt.svg')}
.gbsydva1k{background-image:url('/img/in.svg')}
.xk8nhsjp1gk9d8{background-image:url('/img/ic-tt.svg')}
.d74f2p0ml5cme{background-image:url('/img/dc.svg')}
.s0ser4pp0j8j9m{background-image:url('/img/kt.svg')}
.prwyrcy9neg29{background-image:url('/img/kt.svg')}
