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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.t0pgabo3 svg {
    flex-shrink: 0;
}

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

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

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

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

.i75hm2t1uu svg {
    display: block;
}

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

.nq793y7xbt63l {
    min-height: 60vh;
}

.pjap1zr9h {
    padding: 0;
}

.rhi8k82zgj476 {
    padding-top: 40px;
}
.pjap1zr9h + .pjap1zr9h {
    margin-top: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nqxxfsl7oj8k13 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qt1t8g2r5l ul,
.oezqzujrrx6wj ul {
    list-style: none;
}

.qt1t8g2r5l li,
.oezqzujrrx6wj 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;
}

.qt1t8g2r5l li:last-child,
.oezqzujrrx6wj li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.qt1t8g2r5l li:first-child,
.oezqzujrrx6wj li:first-child {
    padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.jswqa2z8ers {
    margin: 40px 0;
}

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

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

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

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

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

.qf70nvrv {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

.ysylkiq52oohl:hover .uiempyb1te {
    opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.za0ybp2qdx {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fart3ndx {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tgxtmqdbhyh {
    margin-top: 40px;
}

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

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

@media (max-width: 960px) {
    .i75hm2t1uu {
        display: flex;
        order: 99;
        flex-shrink: 0;
    }
    .wxtht0ip8 {
        display: none !important;
    }
    .zpeh20okotfo {
        display: none;
    }
    .g49071ybuoet2 {
        display: block;
        margin-left: auto;
        margin-right: 6px;
    }
    .w3yhl40r {
        height: 56px;
    }
    .ki84cwls {
        flex-shrink: 1;
        min-width: 100px;
        overflow: hidden;
        padding-left: 8px;
    }
    .ki84cwls img {
        max-width: 100%;
        height: 32px;
        max-height: 32px;
    }
    
    .g49071ybuoet2,
    .ch1he8jkel0p7 {
        padding: 9px 14px;
    }
    .w3yhl40r {
        gap: 12px;
    }
    .yegizd6akb9ui {
        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;
    }
    .yegizd6akb9ui.k2g2a616j11a {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

@media (max-width: 768px) {
    .ecztbdw9lp9y0 {
        gap: 14px;
    }
    .e4f1f8jli13zn {
        width: 100px;
        height: 130px;
    }
    .fart3ndx h1 {
        font-size: 1.1rem;
    }
    .sril1azn {
        display: none;
    }
    .ntdt9uajg {
        flex-direction: column;
    }
    .xdtxvalwacm, .sril1azn {
        justify-content: center;
    }
    .tgxtmqdbhyh .ijr226u30b {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.o50bzxbymgtzd1.k2g2a616j11a .cxyehinkey {
    padding: 0 24px 20px;
    max-height: 600px;
}

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

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

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

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

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

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

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

.pe1q696w.ernh2uka6lf1w {
    color: var(--accent-color);
}

.pe1q696w.l5261j8c {
    color: var(--accent-color);
    opacity: 0.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.l1toqd68d .f57sgnl4e4 {
    transform: rotate(-90deg);
}

.l1toqd68d .kxqdw4y98js {
    display: none;
}

.l1toqd68d .h0s9uth9bfv5 {
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.cii58e85udk1c0 a:hover .dkjy2te1hnw {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.zk7j9ca4.kdqpr0nsj10 {
    color: var(--text-secondary);
}

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

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

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

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

.ip7r1yks:hover img {
    opacity: 0.8;
}

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

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

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

.qihrnx5b:hover img {
    opacity: 0.8;
}

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

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

.q0cbqg6vimtbi.y6hlhl7ege82li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

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

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

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

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

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

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

.yegizd6akb9ui {
    display: none;
}

.rxxed50avefrz {
    position: relative;
}

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

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

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

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

.z3bzo4oqj.k2g2a616j11a .numtk8nhe6e55 {
    transform: rotate(180deg);
}

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

.f8979h36qmub.k2g2a616j11a {
    display: block;
}

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

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

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

    .nf70v6aqg {
        padding: 0;
    }

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

    .y6azp4rsogci {
        font-size: 1.4rem;
    }

    .ntijgvi8um {
        font-size: 0.88rem;
    }

    .eylnz9ov74 {
        flex-direction: column;
    }

    .qph7dr3d5k8d,
    .g17cxi4i2wpjaf {
        width: 100%;
        justify-content: center;
    }

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

    .qt1t8g2r5l,
    .oezqzujrrx6wj {
        padding: 20px;
    }

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

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

    .pvnyo3h76i {
        padding: 20px 32px;
    }

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

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

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

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

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

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

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

    .l9pkdfqruhs9:hover {
        opacity: 0.9;
    }

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

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

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

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

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

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

    .ninagc42hps3 {
        flex-wrap: wrap;
    }

    .dlp814ta {
        flex-direction: column;
        gap: 32px;
        text-align: center;
    }
    .hp90ew858yie {
        max-width: 100%;
    }
    .q6iwwb5v {
        margin: 0 auto 14px;
    }
    .liw0qdmdx {
        justify-content: center;
    }
    .s788jd3vt6 {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
    .cevs4qaxswyx7m {
        align-items: center;
    }
    .bex3u4ze {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .bex3u4ze .gpb8z68om {
        width: 100%;
        text-align: center;
        margin-bottom: 2px;
    }
    .w9k3no1p5y51u {
        gap: 12px;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
    }
    .w9k3no1p5y51u::-webkit-scrollbar {
        display: none;
    }
    .ip7r1yks {
        width: 48px;
        height: 32px;
    }
    .ip7r1yks img {
        max-height: 26px;
        max-width: 48px;
    }
    .rwne4u307y4h7 {
        gap: 10px;
    }
    .qihrnx5b img {
        height: 32px;
    }
    .qcgcjjw76yhjq {
        font-size: 24px;
    }

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

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

    .lnucgm6im92 {
        padding: 0 16px;
    }

    .nf70v6aqg {
        padding: 0;
    }

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

    .y6azp4rsogci {
        font-size: 1.25rem;
    }

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

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

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

    .hhm6psx0n {
        width: 45%;
    }

    .qt1t8g2r5l,
    .oezqzujrrx6wj {
        padding: 16px;
    }

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

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

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

    .o50bzxbymgtzd1.k2g2a616j11a .cxyehinkey {
        padding: 0 18px 16px;
    }

    .pvnyo3h76i {
        padding: 20px 32px;
    }

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

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

.e104ponlvmi {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.ozrdxvaet79 {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.tkvy1a4nq {
    width: 16px;
    height: 12px;
    border-radius: 2px;
    object-fit: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sb6udmx0,
.n98fc62odxazhx {
    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));
}

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

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

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

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

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

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

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

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

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

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

.yth1cqdw {
    padding: 8px 24px;
}

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

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

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

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

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

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

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

.qv7db32b7goer7.kdqpr0nsj10 {
    background: var(--accent-color, #d4a017);
}

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

.ipj55jivmh.kdqpr0nsj10 {
    left: 22px;
}

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

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

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

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

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

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

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

@media (max-width: 640px) {
    .eucd6prx9b {
        width: 96%;
        top: 4px;
    }
    .lr1e2c7m {
        padding: 12px 14px;
        gap: 10px;
    }
    .mee2lq959 {
        font-size: 12px;
    }
    .mzzchal3tlu {
        width: 100%;
    }
    .bj39csd9x {
        flex: 1;
        padding: 8px 10px;
        font-size: 12px;
        text-align: center;
    }
}

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

.iysx40gi{background-image:url('/static/btn-play.svg')}
.t0pgabo3::before{background-image:url('/static/user.svg')}
.ch1he8jkel0p7{background-image:url('/static/user.svg')}
.numtk8nhe6e55{background-image:url('/static/ic-down.svg')}
.q0cbqg6vimtbi{background-image:url('/static/ic-up.svg')}
.yxur736oq2hjl::before{background-image:url('/static/ic-expand.svg')}
.cm4gmfjympwv{background-image:url('/static/fb.svg')}
.sn5stzceb0l80{background-image:url('/static/social-x.svg')}
.q4b7xtfa{background-image:url('/static/social-x.svg')}
.g36wjdb9{background-image:url('/static/social-x.svg')}
.fjdn39tv{background-image:url('/static/instagram.svg')}
.jr25mt1egpmjck{background-image:url('/static/social-tg.svg')}
.o65dsk3fnig4fu{background-image:url('/static/social-yt.svg')}
.guwiavfur2{background-image:url('/static/ic-in.svg')}
.hp64p1i1r{background-image:url('/static/tiktok.svg')}
.zg329bk14c{background-image:url('/static/ic-dc.svg')}
