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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m1mtrgwkej1m1 svg {
    flex-shrink: 0;
}

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

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

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

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

.hl3tk99h9s svg {
    display: block;
}

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

.ezlms46v7w {
    min-height: 60vh;
}

.dy45lkt4qnk4l {
    padding: 0;
}

.us8of8w1cu6h {
    padding-top: 40px;
}
.dy45lkt4qnk4l + .dy45lkt4qnk4l {
    margin-top: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hhjb2ygiz4bb02 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.i6byq24qpuimvn ul,
.yno4umzjlgdm ul {
    list-style: none;
}

.i6byq24qpuimvn li,
.yno4umzjlgdm 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;
}

.i6byq24qpuimvn li:last-child,
.yno4umzjlgdm li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.i6byq24qpuimvn li:first-child,
.yno4umzjlgdm li:first-child {
    padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.hxt2qor2ba6bmv {
    margin: 40px 0;
}

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

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

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

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

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

.pvxdnkk0j {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

.p7g7wxxy81l23:hover .ii0a3qh450iu {
    opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.zlswccs3mvr5e {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mw3o1ywsd0 {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dsy7p91igxk {
    margin-top: 40px;
}

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

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

@media (max-width: 960px) {
    .hl3tk99h9s {
        display: flex;
        order: 99;
        flex-shrink: 0;
    }
    .en62sraz {
        display: none !important;
    }
    .tvybyjfqj3iysx {
        display: none;
    }
    .clf216s3g {
        display: block;
        margin-left: auto;
        margin-right: 6px;
    }
    .aykcw90yie1ma {
        height: 56px;
    }
    .rystjeipjhmbgf {
        flex-shrink: 1;
        min-width: 100px;
        overflow: hidden;
        padding-left: 8px;
    }
    .rystjeipjhmbgf img {
        max-width: 100%;
        height: 32px;
        max-height: 32px;
    }
    
    .clf216s3g,
    .cl22kftstl {
        padding: 9px 14px;
    }
    .aykcw90yie1ma {
        gap: 12px;
    }
    .hutsq1gat647 {
        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;
    }
    .hutsq1gat647.en9fia9vm447uy {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

@media (max-width: 768px) {
    .kt36bhky50tleo {
        gap: 14px;
    }
    .hr3h8oken {
        width: 100px;
        height: 130px;
    }
    .mw3o1ywsd0 h1 {
        font-size: 1.1rem;
    }
    .tyulspufix4 {
        display: none;
    }
    .bykwslcr5ay1z {
        flex-direction: column;
    }
    .c07x3u3qny3f, .tyulspufix4 {
        justify-content: center;
    }
    .dsy7p91igxk .nulzui1o {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.je40rzzbe189.en9fia9vm447uy .rw737b6jehjsuy {
    padding: 0 24px 20px;
    max-height: 600px;
}

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

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

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

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

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

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

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

.vua4egbja.emjo3q2zsxx6 {
    color: var(--accent-color);
}

.vua4egbja.rfqwpadki5mx9 {
    color: var(--accent-color);
    opacity: 0.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dccr94whum .drnrw6im909o {
    transform: rotate(-90deg);
}

.dccr94whum .sgohh4gwk9ys8 {
    display: none;
}

.dccr94whum .lt4kxksu3 {
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.jelqo32m6 a:hover .mut32d0woxyh {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.day66fxbde1h0h.mif10lmz {
    color: var(--text-secondary);
}

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

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

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

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

.usnh939wtst9bv:hover img {
    opacity: 0.8;
}

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

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

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

.dqpp07xahtlzo4:hover img {
    opacity: 0.8;
}

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

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

.x4gnfys5h9h.jf7tgit4ca {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

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

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

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

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

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

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

.hutsq1gat647 {
    display: none;
}

.d16tdwj3euu48w {
    position: relative;
}

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

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

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

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

.vsyh859gz6p.en9fia9vm447uy .ix9s1e833poky {
    transform: rotate(180deg);
}

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

.mjyzkiuh8k2.en9fia9vm447uy {
    display: block;
}

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

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

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

    .uuzoglcwavv {
        padding: 0;
    }

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

    .z2iacgpekko54 {
        font-size: 1.4rem;
    }

    .nyllhyn4ng4 {
        font-size: 0.88rem;
    }

    .pqmz0ssedfzin {
        flex-direction: column;
    }

    .gbvqosg9r4bzf,
    .sozobizs9hk {
        width: 100%;
        justify-content: center;
    }

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

    .i6byq24qpuimvn,
    .yno4umzjlgdm {
        padding: 20px;
    }

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

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

    .vau2qiyu6oid {
        padding: 20px 32px;
    }

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

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

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

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

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

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

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

    .vg74ij9pni3na:hover {
        opacity: 0.9;
    }

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

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

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

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

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

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

    .lvoy08zpvkm2 {
        flex-wrap: wrap;
    }

    .mmg8uhc2qp {
        flex-direction: column;
        gap: 32px;
        text-align: center;
    }
    .af5xjhnvowd81 {
        max-width: 100%;
    }
    .s3unjg8x {
        margin: 0 auto 14px;
    }
    .a6kvedoco4 {
        justify-content: center;
    }
    .n60mjajy1 {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
    .wv2rjkm7 {
        align-items: center;
    }
    .a77bbni5 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .a77bbni5 .pwe2basy4wg {
        width: 100%;
        text-align: center;
        margin-bottom: 2px;
    }
    .n8o1cx8p17 {
        gap: 12px;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
    }
    .n8o1cx8p17::-webkit-scrollbar {
        display: none;
    }
    .usnh939wtst9bv {
        width: 48px;
        height: 32px;
    }
    .usnh939wtst9bv img {
        max-height: 26px;
        max-width: 48px;
    }
    .u5mdrvxp92 {
        gap: 10px;
    }
    .dqpp07xahtlzo4 img {
        height: 32px;
    }
    .fi5hgnnmd08p6 {
        font-size: 24px;
    }

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

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

    .z2gqddjat {
        padding: 0 16px;
    }

    .uuzoglcwavv {
        padding: 0;
    }

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

    .z2iacgpekko54 {
        font-size: 1.25rem;
    }

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

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

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

    .gbsytquq2lp {
        width: 45%;
    }

    .i6byq24qpuimvn,
    .yno4umzjlgdm {
        padding: 16px;
    }

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

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

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

    .je40rzzbe189.en9fia9vm447uy .rw737b6jehjsuy {
        padding: 0 18px 16px;
    }

    .vau2qiyu6oid {
        padding: 20px 32px;
    }

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

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

.zv2jal2ee8 {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.ekmf4zu49s1u1 {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.bnchcgl9ug385 {
    width: 16px;
    height: 12px;
    border-radius: 2px;
    object-fit: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gztt8ycp03kf,
.ekd1eh9lm0dfg {
    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));
}

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

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

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

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

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

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

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

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

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

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

.b1brzhwoeykcj {
    padding: 8px 24px;
}

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

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

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

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

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

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

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

.bsexrih3037q.mif10lmz {
    background: var(--accent-color, #d4a017);
}

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

.tgat2grt.mif10lmz {
    left: 22px;
}

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

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

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

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

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

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

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

@media (max-width: 640px) {
    .p4ib5n8aqvw4 {
        width: 96%;
        top: 4px;
    }
    .hb93g8dk4x {
        padding: 12px 14px;
        gap: 10px;
    }
    .qiib011ln1cc6 {
        font-size: 12px;
    }
    .yu6fahg2b {
        width: 100%;
    }
    .ys7l9q2rhc {
        flex: 1;
        padding: 8px 10px;
        font-size: 12px;
        text-align: center;
    }
}

:root{--bg-base:#272735;--accent-color:#006fed;--accent-text-color:#ffffff;--text-primary:#ffffff;--text-secondary:#ffffff;--hero-overlay-opacity:0.73;--font-main:'Roboto',sans-serif}

.an9vzrjjjkb4g{background-image:url('/img/play-arrow.svg')}
.m1mtrgwkej1m1::before{background-image:url('/img/user.svg')}
.cl22kftstl{background-image:url('/img/user.svg')}
.ix9s1e833poky{background-image:url('/img/caret.svg')}
.x4gnfys5h9h{background-image:url('/img/back-to-top.svg')}
.wm1f9srvmr::before{background-image:url('/img/expand.svg')}
.c77t485xufc27{background-image:url('/img/social-fb.svg')}
.o0ff8h0zfx{background-image:url('/img/ic-x.svg')}
.cthnxv4w1c{background-image:url('/img/ic-x.svg')}
.v1k6up34zf5ul4{background-image:url('/img/ic-x.svg')}
.lqifw9mlj339{background-image:url('/img/social-ig.svg')}
.uvm6ms44ld4{background-image:url('/img/telegram.svg')}
.bicybp5ox2ut{background-image:url('/img/yt.svg')}
.rxbx58lf{background-image:url('/img/social-in.svg')}
.ig2om21y{background-image:url('/img/tt.svg')}
.h8lzb9awvfjjla{background-image:url('/img/social-dc.svg')}
