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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.oq965gana5 svg {
    flex-shrink: 0;
}

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

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

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

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

.uey5gtoovdit34 svg {
    display: block;
}

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

.c5h9f2pu {
    min-height: 60vh;
}

.xv4dhq1wfxeo {
    padding: 0;
}

.gdmjhpwzi3p5t {
    padding-top: 40px;
}
.xv4dhq1wfxeo + .xv4dhq1wfxeo {
    margin-top: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mk8uwjh8ar {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sz2anwsa8tsp ul,
.dzd4852q ul {
    list-style: none;
}

.sz2anwsa8tsp li,
.dzd4852q 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;
}

.sz2anwsa8tsp li:last-child,
.dzd4852q li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.sz2anwsa8tsp li:first-child,
.dzd4852q li:first-child {
    padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.zbq4k2nhjnob {
    margin: 40px 0;
}

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

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

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

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

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

.l9951pf8 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

.ahno34k7z8jz:hover .totb10wear {
    opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.x9ii2afy0qm80 {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.u3h5badcn58b {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.i3juvwof0fna7 {
    margin-top: 40px;
}

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

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

@media (max-width: 960px) {
    .uey5gtoovdit34 {
        display: flex;
        order: 99;
        flex-shrink: 0;
    }
    .bhl112vmhzxc {
        display: none !important;
    }
    .p9idn1ww8v {
        display: none;
    }
    .mibitannisrf {
        display: block;
        margin-left: auto;
        margin-right: 6px;
    }
    .z76u5bhqs2j {
        height: 56px;
    }
    .xx9z3h642ompn {
        flex-shrink: 1;
        min-width: 100px;
        overflow: hidden;
        padding-left: 8px;
    }
    .xx9z3h642ompn img {
        max-width: 100%;
        height: 32px;
        max-height: 32px;
    }
    
    .mibitannisrf,
    .f7no64obkv {
        padding: 9px 14px;
    }
    .z76u5bhqs2j {
        gap: 12px;
    }
    .shm5artlglexjw {
        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;
    }
    .shm5artlglexjw.ow1wabcsm4u {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

@media (max-width: 768px) {
    .sf0wl0fzpe {
        gap: 14px;
    }
    .ei1yqt2x {
        width: 100px;
        height: 130px;
    }
    .u3h5badcn58b h1 {
        font-size: 1.1rem;
    }
    .tal3ewmugb551m {
        display: none;
    }
    .nkr81xego1hi {
        flex-direction: column;
    }
    .qyqfegcsyf3mt, .tal3ewmugb551m {
        justify-content: center;
    }
    .i3juvwof0fna7 .tqt0dl9mql55 {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.emnzheqq34b.ow1wabcsm4u .v7o3ti4o4onr25 {
    padding: 0 24px 20px;
    max-height: 600px;
}

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

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

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

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

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

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

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

.v3she9nft3h.ta01q3zzldmj7w {
    color: var(--accent-color);
}

.v3she9nft3h.g6vv8dkp {
    color: var(--accent-color);
    opacity: 0.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fmsjs96v49y .yu03crtl41o {
    transform: rotate(-90deg);
}

.fmsjs96v49y .mijqrdxdshyzl4 {
    display: none;
}

.fmsjs96v49y .xe32tuiye2jcz {
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.cxfo83sz a:hover .z08ojkgi4v {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jqfq4e54e.wv48hkzujb7ujz {
    color: var(--text-secondary);
}

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

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

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

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

.igjjcv3e:hover img {
    opacity: 0.8;
}

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

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

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

.h0ky5y5hptdfkg:hover img {
    opacity: 0.8;
}

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

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

.gqriua0fk60tmt.dh3l30cw2q {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

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

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

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

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

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

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

.shm5artlglexjw {
    display: none;
}

.twmvaym6d {
    position: relative;
}

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

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

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

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

.s2qy0ee38l4mm3.ow1wabcsm4u .yra13uclep {
    transform: rotate(180deg);
}

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

.h6qzpeb7qyu0.ow1wabcsm4u {
    display: block;
}

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

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

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

    .jepoafly {
        padding: 0;
    }

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

    .kgux57ajewnqhk {
        font-size: 1.4rem;
    }

    .ghbbt36gexv8m {
        font-size: 0.88rem;
    }

    .ewj1zwqx66efp8 {
        flex-direction: column;
    }

    .jekzlm88,
    .elp975akq7wq {
        width: 100%;
        justify-content: center;
    }

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

    .sz2anwsa8tsp,
    .dzd4852q {
        padding: 20px;
    }

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

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

    .jhnfnvwymkxwdf {
        padding: 20px 32px;
    }

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

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

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

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

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

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

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

    .qrdlvxwezyt9:hover {
        opacity: 0.9;
    }

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

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

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

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

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

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

    .i056yh2jstd {
        flex-wrap: wrap;
    }

    .dwh3tke7a3 {
        flex-direction: column;
        gap: 32px;
        text-align: center;
    }
    .oyvcyfs0zoeb {
        max-width: 100%;
    }
    .azf7axrv {
        margin: 0 auto 14px;
    }
    .ijoh1pyyp1ra {
        justify-content: center;
    }
    .brjyf9or0u {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
    .bcfyrnq4lm {
        align-items: center;
    }
    .kxhlfn8l {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .kxhlfn8l .b53inayb {
        width: 100%;
        text-align: center;
        margin-bottom: 2px;
    }
    .awy80du76 {
        gap: 12px;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
    }
    .awy80du76::-webkit-scrollbar {
        display: none;
    }
    .igjjcv3e {
        width: 48px;
        height: 32px;
    }
    .igjjcv3e img {
        max-height: 26px;
        max-width: 48px;
    }
    .deke6u8f {
        gap: 10px;
    }
    .h0ky5y5hptdfkg img {
        height: 32px;
    }
    .s4tm1ainoq {
        font-size: 24px;
    }

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

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

    .s35uz8vzw {
        padding: 0 16px;
    }

    .jepoafly {
        padding: 0;
    }

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

    .kgux57ajewnqhk {
        font-size: 1.25rem;
    }

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

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

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

    .m31qnjxkogx9 {
        width: 45%;
    }

    .sz2anwsa8tsp,
    .dzd4852q {
        padding: 16px;
    }

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

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

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

    .emnzheqq34b.ow1wabcsm4u .v7o3ti4o4onr25 {
        padding: 0 18px 16px;
    }

    .jhnfnvwymkxwdf {
        padding: 20px 32px;
    }

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

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

.t5v8f3opopq {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.j45fkmeg25 {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.rmnoyxaahx2 {
    width: 16px;
    height: 12px;
    border-radius: 2px;
    object-fit: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ohlq7a9x5r,
.k2ydzgku23 {
    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));
}

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

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

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

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

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

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

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

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

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

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

.ribstlg9d {
    padding: 8px 24px;
}

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

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

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

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

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

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

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

.p6pg6e2h0ah4bq.wv48hkzujb7ujz {
    background: var(--accent-color, #d4a017);
}

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

.wycf430puf.wv48hkzujb7ujz {
    left: 22px;
}

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

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

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

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

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

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

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

@media (max-width: 640px) {
    .xxfu0a7jp19 {
        width: 96%;
        top: 4px;
    }
    .z9d1ymjl {
        padding: 12px 14px;
        gap: 10px;
    }
    .f4p1nkcxh9 {
        font-size: 12px;
    }
    .dbufbzwwk6f7c5 {
        width: 100%;
    }
    .z53id41zpvafu {
        flex: 1;
        padding: 8px 10px;
        font-size: 12px;
        text-align: center;
    }
}

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

.ij05mmnq1v{background-image:url('/img/icon-play.svg')}
.oq965gana5::before{background-image:url('/img/profile.svg')}
.f7no64obkv{background-image:url('/img/profile.svg')}
.yra13uclep{background-image:url('/img/ic-down.svg')}
.gqriua0fk60tmt{background-image:url('/img/arrow-up.svg')}
.nxthsi4rsznp::before{background-image:url('/img/ic-fs.svg')}
.o0l29jkebhkcu{background-image:url('/img/ic-fb.svg')}
.r4gduyx36tri2{background-image:url('/img/twitter.svg')}
.kzokmqc0{background-image:url('/img/twitter.svg')}
.z45kgi8sgkt{background-image:url('/img/twitter.svg')}
.zfe8qehgj304t{background-image:url('/img/instagram.svg')}
.bjq70s50j{background-image:url('/img/telegram.svg')}
.zi4w0jh1g{background-image:url('/img/ic-yt.svg')}
.oyp016bre6waxa{background-image:url('/img/linkedin.svg')}
.zvfc5ygl3z{background-image:url('/img/ic-tt.svg')}
.dhdm10ve2oj{background-image:url('/img/ic-dc.svg')}
