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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.xfbferj1xgg49 svg {
    flex-shrink: 0;
}

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

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

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

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

.camq2ytmc svg {
    display: block;
}

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

.roc8mcawg0a {
    min-height: 60vh;
}

.my7m2grgba {
    padding: 0;
}

.r5b78tn1fox5 {
    padding-top: 40px;
}
.my7m2grgba + .my7m2grgba {
    margin-top: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.zkded1tabawy0 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

.zkded1tabawy0 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) {
    .zkded1tabawy0 table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ea5kpibk ul,
.y8hgjx5awp ul {
    list-style: none;
}

.ea5kpibk li,
.y8hgjx5awp 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;
}

.ea5kpibk li:last-child,
.y8hgjx5awp li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.ea5kpibk li:first-child,
.y8hgjx5awp li:first-child {
    padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.h8s69h4p65bb1 {
    margin: 40px 0;
}

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

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

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

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

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

.gcgugnsoi {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

.xs0mwtr50t:hover .rmhnxcwtbpfj {
    opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.zf7ra8ab {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.jyk0y3yi3ghv {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.erfc6lneoju {
    margin-top: 40px;
}

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

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

@media (max-width: 960px) {
    .camq2ytmc {
        display: flex;
        order: 99;
        flex-shrink: 0;
    }
    .ansmmcprp {
        display: none !important;
    }
    .jgvtqprlky {
        display: none;
    }
    .x35uw1yabp6z {
        display: block;
        margin-left: auto;
        margin-right: 6px;
    }
    .d8quvygoc0 {
        height: 56px;
    }
    .sqouupu2scbk {
        flex-shrink: 1;
        min-width: 100px;
        overflow: hidden;
        padding-left: 8px;
    }
    .sqouupu2scbk img {
        max-width: 100%;
        height: 32px;
        max-height: 32px;
    }
    
    .x35uw1yabp6z,
    .a53xwveoix7ge {
        padding: 9px 14px;
    }
    .d8quvygoc0 {
        gap: 12px;
    }
    .gk447xur {
        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;
    }
    .gk447xur.qv5nt7j8c5c6j {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

@media (max-width: 768px) {
    .j86z2c4e {
        gap: 14px;
    }
    .kuqgz968e {
        width: 100px;
        height: 130px;
    }
    .jyk0y3yi3ghv h1 {
        font-size: 1.1rem;
    }
    .c6et8ide6qyc9 {
        display: none;
    }
    .mkqv51z0y {
        flex-direction: column;
    }
    .ldxe3h85imvyhb, .c6et8ide6qyc9 {
        justify-content: center;
    }
    .erfc6lneoju .ymjov4m9ya {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icz9i4xjcq {
    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) {
    .icz9i4xjcq {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ofic5oh3okkhm.qv5nt7j8c5c6j .arkm9jizp {
    padding: 0 24px 20px;
    max-height: 600px;
}

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

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

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

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

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

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

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

.i6lqo9vqipsr7y.pw1onmf7 {
    color: var(--accent-color);
}

.i6lqo9vqipsr7y.jtdcws4ckq {
    color: var(--accent-color);
    opacity: 0.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.j43qjg8fglfjk .gesdo7ba5ku23 {
    transform: rotate(-90deg);
}

.j43qjg8fglfjk .nbbwnm6xhr2ni8 {
    display: none;
}

.j43qjg8fglfjk .job0rc6kv {
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.rvslwawzqe a:hover .nmumuoyym39vr1 {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.j0eqmoygz1w.manb2nicd {
    color: var(--text-secondary);
}

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

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

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

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

.vjhsbr8jnk4f:hover img {
    opacity: 0.8;
}

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

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

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

.lwmc6do9c17bga:hover img {
    opacity: 0.8;
}

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

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

.w627cnxg.bbtt5wmonx {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

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

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

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

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

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

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

.gk447xur {
    display: none;
}

.mr7i30lwb {
    position: relative;
}

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

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

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

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

.wf2czhzlwr2xrr.qv5nt7j8c5c6j .qsiwwdnsuxv00i {
    transform: rotate(180deg);
}

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

.m6k6nhgv.qv5nt7j8c5c6j {
    display: block;
}

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

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

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

    .cpd3q9b9mq3 {
        padding: 0;
    }

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

    .vkc6ll4ue91 {
        font-size: 1.4rem;
    }

    .eqjzchml9 {
        font-size: 0.88rem;
    }

    .bqkikb60gie {
        flex-direction: column;
    }

    .hbz6ca7uk0g,
    .jrda4mxi4g0ad {
        width: 100%;
        justify-content: center;
    }

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

    .ea5kpibk,
    .y8hgjx5awp {
        padding: 20px;
    }

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

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

    .r2hhef3guviwvk {
        padding: 20px 32px;
    }

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

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

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

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

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

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

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

    .bv71uy1rmjz:hover {
        opacity: 0.9;
    }

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

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

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

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

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

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

    .epfarv2e3v8 {
        flex-wrap: wrap;
    }

    .gw9xr2rf32z {
        flex-direction: column;
        gap: 32px;
        text-align: center;
    }
    .ajx77izwy {
        max-width: 100%;
    }
    .zplatxfx0svr9d {
        margin: 0 auto 14px;
    }
    .it13r4hl {
        justify-content: center;
    }
    .o0mf6y3s3bmgw {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
    .a7hndaivr3k {
        align-items: center;
    }
    .xhpzc14c18ozum {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .xhpzc14c18ozum .uxnejrc8zl {
        width: 100%;
        text-align: center;
        margin-bottom: 2px;
    }
    .ifjyfisxzva {
        gap: 12px;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
    }
    .ifjyfisxzva::-webkit-scrollbar {
        display: none;
    }
    .vjhsbr8jnk4f {
        width: 48px;
        height: 32px;
    }
    .vjhsbr8jnk4f img {
        max-height: 26px;
        max-width: 48px;
    }
    .omrfnvtt8p {
        gap: 10px;
    }
    .lwmc6do9c17bga img {
        height: 32px;
    }
    .bccln13md2iz {
        font-size: 24px;
    }

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

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

    .oxv1nizr8 {
        padding: 0 16px;
    }

    .cpd3q9b9mq3 {
        padding: 0;
    }

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

    .vkc6ll4ue91 {
        font-size: 1.25rem;
    }

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

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

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

    .yw02yc5e {
        width: 45%;
    }

    .ea5kpibk,
    .y8hgjx5awp {
        padding: 16px;
    }

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

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

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

    .ofic5oh3okkhm.qv5nt7j8c5c6j .arkm9jizp {
        padding: 0 18px 16px;
    }

    .r2hhef3guviwvk {
        padding: 20px 32px;
    }

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

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

.h8o8ndt4jk9 {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.zd9ahlfx6zmcgv {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.wl3q20z203suu {
    width: 16px;
    height: 12px;
    border-radius: 2px;
    object-fit: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gv96w8e6va01ir,
.tehi6vgcdn {
    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));
}

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

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

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

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

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

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

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

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

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

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

.nadyzum3blla {
    padding: 8px 24px;
}

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

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

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

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

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

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

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

.ok1mtrqta0fj.manb2nicd {
    background: var(--accent-color, #d4a017);
}

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

.vpc48zm54o3h7.manb2nicd {
    left: 22px;
}

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

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

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

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

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

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

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

@media (max-width: 640px) {
    .is5xtyh2wp4to9 {
        width: 96%;
        top: 4px;
    }
    .hpwtvnu67vfr {
        padding: 12px 14px;
        gap: 10px;
    }
    .f5su85r17h0mf {
        font-size: 12px;
    }
    .umg467koa5p {
        width: 100%;
    }
    .mwujfaug2x2z {
        flex: 1;
        padding: 8px 10px;
        font-size: 12px;
        text-align: center;
    }
}

:root{--bg-base:#030306;--accent-color:#E02121;--accent-text-color:#ffffff;--hero-overlay-opacity:0.60;--font-main:Arial,Helvetica,sans-serif}

.pr9lizv5xd6ut8{background-image:url('/assets/play.svg')}
.xfbferj1xgg49::before{background-image:url('/assets/login.svg')}
.a53xwveoix7ge{background-image:url('/assets/login.svg')}
.qsiwwdnsuxv00i{background-image:url('/assets/chevron.svg')}
.w627cnxg{background-image:url('/assets/arrow-up.svg')}
.bl9m8rf7i5::before{background-image:url('/assets/fullscreen.svg')}
.ppnk2d4n1{background-image:url('/assets/fb.svg')}
.wydm6rt7sexb{background-image:url('/assets/ic-x.svg')}
.g8qihemnu7zyv{background-image:url('/assets/ic-x.svg')}
.t54w2bl3h99{background-image:url('/assets/ic-x.svg')}
.n1dxcm1u7x3e8{background-image:url('/assets/social-ig.svg')}
.co06u5wd{background-image:url('/assets/social-tg.svg')}
.pbi2ut7zyas{background-image:url('/assets/ic-yt.svg')}
.dvoyr940l9{background-image:url('/assets/social-in.svg')}
.dbhn4v0kte{background-image:url('/assets/tt.svg')}
.k7vup4ld16ohc{background-image:url('/assets/discord.svg')}
