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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vdpmedzh svg {
    flex-shrink: 0;
}

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

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

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

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

.diof01dzx svg {
    display: block;
}

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

.gzldkbrf {
    min-height: 60vh;
}

.o6n2qo49 {
    padding: 0;
}

.qlrsaqjwpga {
    padding-top: 40px;
}
.o6n2qo49 + .o6n2qo49 {
    margin-top: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.chlwi7jy7s {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.v67nqppk5d1ok ul,
.dgtei8hx ul {
    list-style: none;
}

.v67nqppk5d1ok li,
.dgtei8hx 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;
}

.v67nqppk5d1ok li:last-child,
.dgtei8hx li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.v67nqppk5d1ok li:first-child,
.dgtei8hx li:first-child {
    padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.c6odg7005bg5n {
    margin: 40px 0;
}

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

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

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

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

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

.nw3k8e1dlq8p1y {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

.occe8w1n94s82:hover .o1ez6m0i7hber5 {
    opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ts195qrd7leup0 {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.aq4yns3amo4 {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fitr632a2yw4m {
    margin-top: 40px;
}

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

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

@media (max-width: 960px) {
    .diof01dzx {
        display: flex;
        order: 99;
        flex-shrink: 0;
    }
    .nwg7a84snh1wsn {
        display: none !important;
    }
    .u4y6jgtiox1b3 {
        display: none;
    }
    .ti2p8nyqpo {
        display: block;
        margin-left: auto;
        margin-right: 6px;
    }
    .sy7i720rahg {
        height: 56px;
    }
    .yrfc3c46 {
        flex-shrink: 1;
        min-width: 100px;
        overflow: hidden;
        padding-left: 8px;
    }
    .yrfc3c46 img {
        max-width: 100%;
        height: 32px;
        max-height: 32px;
    }
    
    .ti2p8nyqpo,
    .bwi3m966e1 {
        padding: 9px 14px;
    }
    .sy7i720rahg {
        gap: 12px;
    }
    .zpo754hv {
        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;
    }
    .zpo754hv.o2gb6946dfb71x {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

@media (max-width: 768px) {
    .qimtwy2qoke2j {
        gap: 14px;
    }
    .qxz65wppz6 {
        width: 100px;
        height: 130px;
    }
    .aq4yns3amo4 h1 {
        font-size: 1.1rem;
    }
    .nd92fr52s6m26 {
        display: none;
    }
    .r3o4y2hid {
        flex-direction: column;
    }
    .t6ulj0pqgt, .nd92fr52s6m26 {
        justify-content: center;
    }
    .fitr632a2yw4m .tyiw9whjaum {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.zq7iss4ic.o2gb6946dfb71x .iq4i2ui4to {
    padding: 0 24px 20px;
    max-height: 600px;
}

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

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

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

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

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

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

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

.sj2l9uwq47q9us.kubeepc7yr6 {
    color: var(--accent-color);
}

.sj2l9uwq47q9us.l7s55yl8buu1 {
    color: var(--accent-color);
    opacity: 0.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ot80x5155s5ve .t9fc6rfq {
    transform: rotate(-90deg);
}

.ot80x5155s5ve .edrnsn5j3 {
    display: none;
}

.ot80x5155s5ve .kb2wjf153ye9 {
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.nn4dcqz0 a:hover .bcgye3hfiifkd {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g69twg7ulc.oddviset {
    color: var(--text-secondary);
}

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

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

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

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

.pi0mdyqqn7b72:hover img {
    opacity: 0.8;
}

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

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

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

.g9xa0ua69jss4:hover img {
    opacity: 0.8;
}

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

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

.eul8dm50lzr.lv2hxxvb {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

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

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

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

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

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

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

.zpo754hv {
    display: none;
}

.fc22sf9fsc {
    position: relative;
}

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

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

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

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

.xnzq1s62f9m.o2gb6946dfb71x .x77mc9p7w9i {
    transform: rotate(180deg);
}

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

.qjd0e869yeu7.o2gb6946dfb71x {
    display: block;
}

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

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

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

    .ktvlynpocmo8m {
        padding: 0;
    }

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

    .hj8lcg4tfcpy7 {
        font-size: 1.4rem;
    }

    .ckelotjt3 {
        font-size: 0.88rem;
    }

    .va56orn09t7rg {
        flex-direction: column;
    }

    .gahm3a0t,
    .jl3lszwb2a2q {
        width: 100%;
        justify-content: center;
    }

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

    .v67nqppk5d1ok,
    .dgtei8hx {
        padding: 20px;
    }

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

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

    .sdi377dc8hk71 {
        padding: 20px 32px;
    }

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

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

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

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

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

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

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

    .jlydj2d9gm:hover {
        opacity: 0.9;
    }

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

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

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

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

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

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

    .jrn6xq07jhka {
        flex-wrap: wrap;
    }

    .bxmce2gh0lj {
        flex-direction: column;
        gap: 32px;
        text-align: center;
    }
    .vfi6si4g {
        max-width: 100%;
    }
    .ioqxplbxp21 {
        margin: 0 auto 14px;
    }
    .iqr4gdz05s {
        justify-content: center;
    }
    .mox741t1 {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
    .jij49ej5jnfeg {
        align-items: center;
    }
    .hwzvpwp3kae {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .hwzvpwp3kae .gv37g8d6427nre {
        width: 100%;
        text-align: center;
        margin-bottom: 2px;
    }
    .n6txdaqtjn2 {
        gap: 12px;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
    }
    .n6txdaqtjn2::-webkit-scrollbar {
        display: none;
    }
    .pi0mdyqqn7b72 {
        width: 48px;
        height: 32px;
    }
    .pi0mdyqqn7b72 img {
        max-height: 26px;
        max-width: 48px;
    }
    .zxya7x69 {
        gap: 10px;
    }
    .g9xa0ua69jss4 img {
        height: 32px;
    }
    .dtlnwtku8 {
        font-size: 24px;
    }

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

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

    .z2tx22i224vigs {
        padding: 0 16px;
    }

    .ktvlynpocmo8m {
        padding: 0;
    }

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

    .hj8lcg4tfcpy7 {
        font-size: 1.25rem;
    }

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

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

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

    .b8iqq2myjcpzn7 {
        width: 45%;
    }

    .v67nqppk5d1ok,
    .dgtei8hx {
        padding: 16px;
    }

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

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

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

    .zq7iss4ic.o2gb6946dfb71x .iq4i2ui4to {
        padding: 0 18px 16px;
    }

    .sdi377dc8hk71 {
        padding: 20px 32px;
    }

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

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

.phbdieocm {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.j6fkkkg0znov {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.sy7p30fyd02n1a {
    width: 16px;
    height: 12px;
    border-radius: 2px;
    object-fit: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.t8kfb84b2dvp,
.sgcg7e9eod6 {
    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));
}

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

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

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

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

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

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

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

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

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

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

.zlm21xoy0ik {
    padding: 8px 24px;
}

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

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

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

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

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

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

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

.ybpcaln3sqfj.oddviset {
    background: var(--accent-color, #d4a017);
}

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

.ravnay0ros5mlc.oddviset {
    left: 22px;
}

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

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

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

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

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

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

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

@media (max-width: 640px) {
    .r6gtejqneq1b {
        width: 96%;
        top: 4px;
    }
    .muuy1rr4b09a {
        padding: 12px 14px;
        gap: 10px;
    }
    .fez4ifw4jot8 {
        font-size: 12px;
    }
    .o5hhmb7d4tkn {
        width: 100%;
    }
    .kjkwou15gkji {
        flex: 1;
        padding: 8px 10px;
        font-size: 12px;
        text-align: center;
    }
}

:root{--bg-base:#04081f;--accent-color:#ffd200;--accent-text-color:#09090b;--text-primary:#ffffff;--text-secondary:#ffffff;--hero-overlay-opacity:0.55;--font-main:'Work Sans',sans-serif}

.se3828i0wu8{background-image:url('/static/play-arrow.svg')}
.vdpmedzh::before{background-image:url('/static/account.svg')}
.bwi3m966e1{background-image:url('/static/account.svg')}
.x77mc9p7w9i{background-image:url('/static/chevron.svg')}
.eul8dm50lzr{background-image:url('/static/top.svg')}
.cfsp5y5b3953::before{background-image:url('/static/ic-expand.svg')}
.tvk9r31ci1q8v{background-image:url('/static/social-fb.svg')}
.gruac46s4f{background-image:url('/static/x.svg')}
.qbuxb8jgx{background-image:url('/static/x.svg')}
.yydudj3v99amm2{background-image:url('/static/x.svg')}
.urnbbyypsd8{background-image:url('/static/ig.svg')}
.a4kz8musu6d{background-image:url('/static/tg.svg')}
.er4ztbk5wz{background-image:url('/static/yt.svg')}
.i4d2o1275ou{background-image:url('/static/linkedin.svg')}
.noq419djefy{background-image:url('/static/tiktok.svg')}
.lwc52l0cah{background-image:url('/static/social-dc.svg')}
