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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.q2y9tke7zu0kiq svg {
    flex-shrink: 0;
}

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

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

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

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

.chbo69yz2c31 svg {
    display: block;
}

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

.q59pmrsqdtx {
    min-height: 60vh;
}

.zbb0tqkoa {
    padding: 0;
}

.skpnbrfviv {
    padding-top: 40px;
}
.zbb0tqkoa + .zbb0tqkoa {
    margin-top: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

.epuzckbv82q8h8 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--accent-color);
    color: var(--accent-text-color);
    padding: 13px 32px;
    border-radius: var(--radius-md);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    transition: all var(--transition-base);
}

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

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

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

.lxhfp9m1c {
    margin-bottom: 32px;
}

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

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

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

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

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

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

.lxhfp9m1c 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: auto;
}
@media (max-width: 640px) {
    .lxhfp9m1c table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mkez4kkmc ul,
.wqe70gnteq1yvk ul {
    list-style: none;
}

.mkez4kkmc li,
.wqe70gnteq1yvk 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;
}

.mkez4kkmc li:last-child,
.wqe70gnteq1yvk li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.mkez4kkmc li:first-child,
.wqe70gnteq1yvk li:first-child {
    padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.klcqfrylgjq1e {
    margin: 40px 0;
}

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

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

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

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

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

.cdujwgqk {
    margin-bottom: 32px;
}

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

.v04bvjaze2jza {
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
}

.v04bvjaze2jza:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
}

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

.cyv5f9wy07f img {
    width: 102%;
    height: 102%;
    margin: -1%;
    object-fit: cover;
    display: block;
}

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

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

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

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

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

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

.v04bvjaze2jza:hover .jezf0claki {
    opacity: 1;
}

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

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

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

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

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

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

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

.m4i6nklsk {
    background: var(--accent-color) !important;
    border: 1px solid var(--accent-color) !important;
    
    color: var(--accent-text-color) !important;
}
.m4i6nklsk:hover {
    background: #e6b21f !important;
    border-color: #e6b21f !important;
    color: var(--accent-text-color) !important;
}

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

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

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

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

.r1yf2kxppcqo {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

.hbtdzbyynlzuo {
    display: inline-flex;
    align-items: center;
    padding: 10px 32px;
    background: var(--accent-color);
    color: var(--accent-text-color);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: filter .2s, transform .2s;
}

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

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

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

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

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

.ijlgjc7wewa54 {
    flex: 1;
}

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

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

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

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

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

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

.ban5osqk {
    display: inline-flex;
    padding: 10px 24px;
    background: var(--accent-color);
    color: var(--accent-text-color);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 8px;
    transition: filter .2s, transform .2s;
}

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

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

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

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

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

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

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

.gonvzzfyeb62vj {
    margin-top: 40px;
}

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

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

@media (max-width: 960px) {
    .chbo69yz2c31 {
        display: flex;
        order: 99;
        flex-shrink: 0;
    }
    .nxipubjxkr {
        display: none !important;
    }
    .h3l52n4v48po {
        display: none;
    }
    .hu3hvtjdl3 {
        display: block;
        margin-left: auto;
        margin-right: 6px;
    }
    .iso98s7uweohbj {
        height: 56px;
    }
    .wzas4rc9ory {
        flex-shrink: 1;
        min-width: 100px;
        overflow: hidden;
        padding-left: 8px;
    }
    .wzas4rc9ory img {
        max-width: 100%;
        height: 32px;
        max-height: 32px;
    }
    
    .hu3hvtjdl3,
    .lxgzzf5ux91tx {
        padding: 9px 14px;
    }
    .iso98s7uweohbj {
        gap: 12px;
    }
    .cofm30zywx6q {
        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;
    }
    .cofm30zywx6q.c2nxvgc757tdrm {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

@media (max-width: 768px) {
    .ghay4uafi1w8 {
        gap: 14px;
    }
    .shdsi9tvkzrs {
        width: 100px;
        height: 130px;
    }
    .ijlgjc7wewa54 h1 {
        font-size: 1.1rem;
    }
    .hxmrqvz6plo {
        display: none;
    }
    .e4bydysf {
        flex-direction: column;
    }
    .hbtdzbyynlzuo, .hxmrqvz6plo {
        justify-content: center;
    }
    .gonvzzfyeb62vj .gh4gjyzh {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.q0zzkie5avetz1.c2nxvgc757tdrm .j3zyrjumg66 {
    padding: 0 24px 20px;
    max-height: 600px;
}

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

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

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

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

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

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

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

.l7okvbljon41.qj9lmyzsyd7w {
    color: var(--accent-color);
}

.l7okvbljon41.dohfmrcydt5c99 {
    color: var(--accent-color);
    opacity: 0.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.aozqvuo4vyso6q .glqnlncb4169 {
    transform: rotate(-90deg);
}

.aozqvuo4vyso6q .vnvxvzvwfl730o {
    display: none;
}

.aozqvuo4vyso6q .yr4muiisegv {
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.kkgv28cea86m a:hover .noalsv9n {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uooobn5zdr5.lppun6tb6bzr {
    color: var(--text-secondary);
}

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

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

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

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

.ffsxdkdgtd:hover img {
    opacity: 0.8;
}

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

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

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

.n9lfpay4q279:hover img {
    opacity: 0.8;
}

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

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

.i4rduym9xongq.od6kp0r5c {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

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

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

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

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

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

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

.cofm30zywx6q {
    display: none;
}

.r9gr26yeddl26 {
    position: relative;
}

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

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

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

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

.k12ak6823.c2nxvgc757tdrm .ncev4mrl22vrr {
    transform: rotate(180deg);
}

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

.tnb8enjwouddwi.c2nxvgc757tdrm {
    display: block;
}

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

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

@media (max-width: 768px) {
    .gh4gjyzh {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .xs6vbwdx5d2 {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .jezf0claki { display: none; }

    .d2btrubs2hwkn {
        padding: 0;
    }

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

    .zn27pvxc0h4 {
        font-size: 1.4rem;
    }

    .ponlnk14f {
        font-size: 0.88rem;
    }

    .ztlbpfrbf {
        flex-direction: column;
    }

    .epuzckbv82q8h8,
    .yqgiiv6g3yi {
        width: 100%;
        justify-content: center;
    }

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

    .mkez4kkmc,
    .wqe70gnteq1yvk {
        padding: 20px;
    }

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

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

    .elhv5rgat {
        padding: 20px 32px;
    }

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

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

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

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

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

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

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

    .hw5yfxamb:hover {
        opacity: 0.9;
    }

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

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

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

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

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

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

    .ouwvtq7c {
        flex-wrap: wrap;
    }

    .hbpnjzjx {
        flex-direction: column;
        gap: 32px;
        text-align: center;
    }
    .i3723czqo {
        max-width: 100%;
    }
    .zgnxdt6i4sdry {
        margin: 0 auto 14px;
    }
    .a5wcebhpj9f3v {
        justify-content: center;
    }
    .agszktrc7 {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
    .pp90eqkg3hb2 {
        align-items: center;
    }
    .qagd40f62wuf2m {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .qagd40f62wuf2m .ijee4lglsrknge {
        width: 100%;
        text-align: center;
        margin-bottom: 2px;
    }
    .hjn9ohektk {
        gap: 12px;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
    }
    .hjn9ohektk::-webkit-scrollbar {
        display: none;
    }
    .ffsxdkdgtd {
        width: 48px;
        height: 32px;
    }
    .ffsxdkdgtd img {
        max-height: 26px;
        max-width: 48px;
    }
    .zkk8oil5v3 {
        gap: 10px;
    }
    .n9lfpay4q279 img {
        height: 32px;
    }
    .os2gqpstzj2 {
        font-size: 24px;
    }

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

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

    .le8mrm4gb8jzx {
        padding: 0 16px;
    }

    .d2btrubs2hwkn {
        padding: 0;
    }

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

    .zn27pvxc0h4 {
        font-size: 1.25rem;
    }

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

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

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

    .jo956pkl {
        width: 45%;
    }

    .mkez4kkmc,
    .wqe70gnteq1yvk {
        padding: 16px;
    }

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

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

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

    .q0zzkie5avetz1.c2nxvgc757tdrm .j3zyrjumg66 {
        padding: 0 18px 16px;
    }

    .elhv5rgat {
        padding: 20px 32px;
    }

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

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

.e3950ctka9s {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.x35su8uaazq {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.iobx2hghsp0vpv {
    width: 16px;
    height: 12px;
    border-radius: 2px;
    object-fit: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.z56zre069bp1z,
.wsk2uryecxn {
    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));
}

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

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

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

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

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

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

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

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

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

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

.b5sn07iqlv {
    padding: 8px 24px;
}

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

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

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

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

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

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

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

.iembmhyatma77.lppun6tb6bzr {
    background: var(--accent-color, #d4a017);
}

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

.xgr3lr9hs5d.lppun6tb6bzr {
    left: 22px;
}

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

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

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

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

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

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

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

@media (max-width: 640px) {
    .meta2ncde {
        width: 96%;
        top: 4px;
    }
    .babylc7fzm52 {
        padding: 12px 14px;
        gap: 10px;
    }
    .lne5o6oy80k {
        font-size: 12px;
    }
    .hgq9bf03m {
        width: 100%;
    }
    .fsw62rtztxza5j {
        flex: 1;
        padding: 8px 10px;
        font-size: 12px;
        text-align: center;
    }
}

:root{--bg-base:#000000;--accent-color:#F4FD2B;--accent-text-color:#09090b;--text-primary:#ffffff;--text-secondary:#ffffff;--hero-overlay-opacity:0.30;--font-main:'Helvetica Neue',Helvetica,Arial,sans-serif}

.z239lnvzndbac{background-image:url('/media/triangle.svg')}
.q2y9tke7zu0kiq::before{background-image:url('/media/login.svg')}
.lxgzzf5ux91tx{background-image:url('/media/login.svg')}
.ncev4mrl22vrr{background-image:url('/media/caret.svg')}
.i4rduym9xongq{background-image:url('/media/top.svg')}
.zotmlxiqmql4q::before{background-image:url('/media/maximize.svg')}
.jttzryp1g{background-image:url('/media/social-fb.svg')}
.ld8at4yg88xn{background-image:url('/media/ic-x.svg')}
.uxofoqo47l{background-image:url('/media/ic-x.svg')}
.t17wyo35xw{background-image:url('/media/ic-x.svg')}
.v8fe3cj6nw8s08{background-image:url('/media/social-ig.svg')}
.r9d9bhxm2wydx{background-image:url('/media/telegram.svg')}
.zioq0ypr6bmas9{background-image:url('/media/ic-yt.svg')}
.jjjltti2o5jtbm{background-image:url('/media/ic-in.svg')}
.f75n2fhdft5{background-image:url('/media/ic-tt.svg')}
.yqsel92bs{background-image:url('/media/ic-dc.svg')}
