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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.iq16vnw6x2i87y svg {
    flex-shrink: 0;
}

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

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

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

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

.f0t94a8f6 svg {
    display: block;
}

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

.apcg2fnktuo {
    min-height: 60vh;
}

.yw254nsi3 {
    padding: 0;
}

.fruwxgefqqpw0 {
    padding-top: 40px;
}
.yw254nsi3 + .yw254nsi3 {
    margin-top: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.b4soqjzuavi {
    margin-bottom: 32px;
}

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

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

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

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

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

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

.b4soqjzuavi 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: fixed;
    min-width: 0 !important;
}

.b4soqjzuavi colgroup,
.b4soqjzuavi col {
    width: auto !important;
    min-width: 0 !important;
}

.x9ahurtjwqlgjo {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 24px 0;
}
.x9ahurtjwqlgjo > table { margin: 0 !important; }

@media (max-width: 640px) {
    
    .b4soqjzuavi table {
        min-width: 460px !important;
    }
}

.b4soqjzuavi th,
.b4soqjzuavi td {
    padding: 10px 20px;
    border-bottom: 1px solid var(--border-subtle);
    text-align: left;
    vertical-align: top;
    overflow-wrap: anywhere;
    word-break: break-word;
    font-size: 14px;
    color: var(--text-secondary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.svsssi0mk2 ul,
.bowzv8d2 ul {
    list-style: none;
}

.svsssi0mk2 li,
.bowzv8d2 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;
}

.svsssi0mk2 li:last-child,
.bowzv8d2 li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.svsssi0mk2 li:first-child,
.bowzv8d2 li:first-child {
    padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.kwv4q9byy {
    margin: 40px 0;
}

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

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

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

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

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

.ga6v8sx5to {
    margin-bottom: 32px;
}

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

.kaohtlkndr {
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    flex-direction: column;
}

.kaohtlkndr:hover {
    transform: translateY(-6px) scale(1.025);
    
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55),
                0 0 0 1px var(--accent-color),
                0 10px 34px var(--accent-glow);
}

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

.w59qz4f1x4xv img {
    width: 102%;
    height: 102%;
    margin: -1%;
    object-fit: cover;
    display: block;
    
    animation: slotKenBurns 22s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
    will-change: transform;
}

@keyframes slotKenBurns {
    from { transform: scale(1) translate(0, 0); }
    to   { transform: scale(1.05) translate(-1%, -0.8%); }
}

.kaohtlkndr:nth-child(2n) .w59qz4f1x4xv img {
    animation-duration: 20s;
    animation-delay: -5s;
    animation-direction: alternate-reverse;
}
.kaohtlkndr:nth-child(3n) .w59qz4f1x4xv img {
    animation-duration: 13s;
    animation-delay: -8s;
}
.kaohtlkndr:nth-child(4n) .w59qz4f1x4xv img {
    animation-duration: 18s;
    animation-delay: -3s;
    animation-direction: alternate-reverse;
}

.w59qz4f1x4xv::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        110deg,
        transparent 38%,
        rgba(255, 255, 255, 0.14) 50%,
        transparent 62%
    );
    transform: translateX(-130%);
    animation: slotShine 12s cubic-bezier(0.3, 0, 0.2, 1) infinite;
}
@keyframes slotShine {
    
    0%   { transform: translateX(-130%); }
    12%  { transform: translateX(130%); }
    100% { transform: translateX(130%); }
}

.kaohtlkndr:nth-child(2n) .w59qz4f1x4xv::after { animation-duration: 15s; animation-delay: -4s; }
.kaohtlkndr:nth-child(3n) .w59qz4f1x4xv::after { animation-duration: 10s; animation-delay: -7s; }
.kaohtlkndr:nth-child(4n) .w59qz4f1x4xv::after { animation-duration: 13s; animation-delay: -2s; }

.kaohtlkndr:hover .w59qz4f1x4xv::after {
    background: linear-gradient(
        110deg,
        transparent 40%,
        rgba(255, 255, 255, 0.4) 50%,
        transparent 60%
    );
    animation: slotShine 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (prefers-reduced-motion: reduce) {
    .w59qz4f1x4xv img { animation: none; }
    .w59qz4f1x4xv::after { animation: none; opacity: 0; }
}

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

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

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

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

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

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

@media (hover: hover) {
    .kaohtlkndr:hover .zixk4xngwhu72 {
        opacity: 1;
        pointer-events: auto;
    }
    .kaohtlkndr:hover .qfr64rcdye0m {
        transform: translateY(0);
    }
}

.kaohtlkndr.penblg1nqajnc .zixk4xngwhu72 {
    opacity: 1;
    pointer-events: auto;
}
.kaohtlkndr.penblg1nqajnc .qfr64rcdye0m {
    transform: translateY(0);
}

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

.qfr64rcdye0m {
    display: flex;
    flex-direction: column;
    gap: 9px;
    width: 84%;
    max-width: 200px;
    padding: 0 4px;
    transform: translateY(8px);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.n4tc21xg,
.gfl98ej7aptu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    padding: 10px 14px;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .3px;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    transition: transform .18s ease, filter .18s ease, background .18s ease,
                border-color .18s ease, box-shadow .18s ease;
}

.n4tc21xg {
    background: rgba(0, 0, 0, .48);
    border: 1.5px solid rgba(255, 255, 255, .55);
    color: #fff;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .8);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
.n4tc21xg:hover {
    background: rgba(0, 0, 0, .66);
    border-color: #fff;
    transform: translateY(-1px);
}

.gfl98ej7aptu {
    background-color: var(--accent-color);
    background-image: linear-gradient(180deg,
        rgba(255, 255, 255, .16) 0%, rgba(0, 0, 0, .14) 100%);
    color: var(--accent-text-color);
    border: none;
    box-shadow: 0 5px 16px var(--accent-glow),
                inset 0 1px 0 rgba(255, 255, 255, .3);
}
.gfl98ej7aptu:hover {
    filter: brightness(1.07);
    transform: translateY(-1px);
    box-shadow: 0 8px 22px var(--accent-glow),
                inset 0 1px 0 rgba(255, 255, 255, .35);
}

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

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

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

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

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

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

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

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

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

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

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

.x4khov1pz9a08 {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.a20onmqtybf {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dbeqpndr3dqt {
    margin-top: 40px;
}

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

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

@media (max-width: 960px) {
    .f0t94a8f6 {
        display: flex;
        order: 99;
        flex-shrink: 0;
    }
    .j14v1spsys {
        display: none !important;
    }
    .d743mqlgqhm4 {
        display: none;
    }
    .tryaobj6 {
        display: block;
        margin-left: auto;
        margin-right: 6px;
    }
    .rt9x8uarxl7sow {
        height: 56px;
    }
    .f6j5gbdpem {
        flex-shrink: 1;
        min-width: 100px;
        overflow: hidden;
        padding-left: 8px;
    }
    .f6j5gbdpem img {
        max-width: 100%;
        height: 32px;
        max-height: 32px;
    }
    
    .tryaobj6,
    .xgzgisdka0c27 {
        padding: 9px 14px;
    }
    .rt9x8uarxl7sow {
        gap: 12px;
    }
    .nri0lpksan2o5 {
        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;
    }
    .nri0lpksan2o5.usxnymen5n {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

@media (max-width: 768px) {
    .j8hidx4bhklqm {
        gap: 14px;
    }
    .pjrkkj7npjme {
        width: 100px;
        height: 130px;
    }
    .a20onmqtybf h1 {
        font-size: 1.1rem;
    }
    .yto1bv4xnamv {
        display: none;
    }
    .cyp9s12h8izp4o {
        flex-direction: column;
    }
    .q0ej189q, .yto1bv4xnamv {
        justify-content: center;
    }
    .dbeqpndr3dqt .jec8gg2vqy {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dptzeislxat.usxnymen5n .pb7xxs2r {
    padding: 0 24px 20px;
    max-height: 600px;
}

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

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

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

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

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

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

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

.quw9xt7mri7.hxlbt0kpa3m {
    color: var(--accent-color);
}

.quw9xt7mri7.ccihnc58 {
    color: var(--accent-color);
    opacity: 0.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.kt99dasnh .vjfxea0f1 {
    transform: rotate(-90deg);
}

.kt99dasnh .g5vxtmwwzj0tf {
    display: none;
}

.kt99dasnh .y8ybm79ifn {
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.rxzqtzhe2 a:hover .gmxf5qoeuuo7 {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.v1qndqr187940r.ie2tsdzpjpk {
    color: var(--text-secondary);
}

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

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

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

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

.i0kfb1k0n:hover img {
    opacity: 0.8;
}

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

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

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

.ix9donslq:hover img {
    opacity: 0.8;
}

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

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

.m93lhy8lzpror.ws2loc245am {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

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

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

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

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

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

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

.nri0lpksan2o5 {
    display: none;
}

.ewxgiz4cgx {
    position: relative;
}

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

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

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

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

.kaxxd3as2p5tnp.usxnymen5n .lw1ax6a69te72 {
    transform: rotate(180deg);
}

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

.x2sjpz02fr.usxnymen5n {
    display: block;
}

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

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

@media (max-width: 768px) {
    .jec8gg2vqy {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .e643tsk3dqql {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    
    .qfr64rcdye0m { width: 92%; gap: 8px; }
    .n4tc21xg, .gfl98ej7aptu {
        min-height: 44px;
        padding: 11px 8px;
        font-size: 13px;
        letter-spacing: .2px;
    }

    .epamkr8cri888 {
        padding: 0;
    }

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

    .e0057kej {
        font-size: 1.4rem;
    }

    .pj3rj4efwh {
        font-size: 0.88rem;
    }

    .xqmwp5hnb {
        flex-direction: column;
    }

    .f73ykygxsyrm8,
    .xmez3t8uxyny1b {
        width: 100%;
        justify-content: center;
    }

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

    .svsssi0mk2,
    .bowzv8d2 {
        padding: 20px;
    }

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

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

    .a13qx72d2zt {
        padding: 20px 32px;
    }

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

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

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

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

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

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

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

    .nxuhy70d1:hover {
        opacity: 0.9;
    }

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

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

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

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

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

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

    .t23iqej2pl5p4 {
        flex-wrap: wrap;
    }

    .tvcj7i92qanu {
        flex-direction: column;
        gap: 32px;
        text-align: center;
    }
    .pu5q5mlv1i51eu {
        max-width: 100%;
    }
    .nddj0wkvl9z {
        margin: 0 auto 14px;
    }
    .gg0okafybgg {
        justify-content: center;
    }
    .k70m0fct04 {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
    .sujjsk6e6liau {
        align-items: center;
    }
    .mscx7u97bzp {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .mscx7u97bzp .puvk68nye {
        width: 100%;
        text-align: center;
        margin-bottom: 2px;
    }
    .yt5kmkgmy {
        gap: 12px;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
    }
    .yt5kmkgmy::-webkit-scrollbar {
        display: none;
    }
    .i0kfb1k0n {
        width: 48px;
        height: 32px;
    }
    .i0kfb1k0n img {
        max-height: 26px;
        max-width: 48px;
    }
    .wl7j9lisdaqwox {
        gap: 10px;
    }
    .ix9donslq img {
        height: 32px;
    }
    .ezrt2242zw {
        font-size: 24px;
    }

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

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

    .oc7w17u9wx44o {
        padding: 0 16px;
    }

    .epamkr8cri888 {
        padding: 0;
    }

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

    .e0057kej {
        font-size: 1.25rem;
    }

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

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

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

    .a7agk3bh4t {
        width: 45%;
    }

    .svsssi0mk2,
    .bowzv8d2 {
        padding: 16px;
    }

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

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

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

    .dptzeislxat.usxnymen5n .pb7xxs2r {
        padding: 0 18px 16px;
    }

    .a13qx72d2zt {
        padding: 20px 32px;
    }

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

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

.s3z7r2d9huhx {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.e8dy0tpyrlsk {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.c7ckkcv9 {
    width: 16px;
    height: 12px;
    border-radius: 2px;
    object-fit: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ut9qkpzjtlzt,
.a6w9147ld08wns {
    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));
}

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

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

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

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

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

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

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

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

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

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

.t9dxusuo6 {
    padding: 8px 24px;
}

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

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

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

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

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

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

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

.vi7gg89m3fya.ie2tsdzpjpk {
    background: var(--accent-color, #d4a017);
}

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

.xogfsczondze3n.ie2tsdzpjpk {
    left: 22px;
}

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

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

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

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

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

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

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

@media (max-width: 640px) {
    .nnzezlr6oux9gc {
        width: 96%;
        top: 4px;
    }
    .hdte4p7c {
        padding: 12px 14px;
        gap: 10px;
    }
    .t97ii7h2wybw {
        font-size: 12px;
    }
    .tdof5qlsi {
        width: 100%;
    }
    .wwjn26tlg7 {
        flex: 1;
        padding: 8px 10px;
        font-size: 12px;
        text-align: center;
    }
}

:root{--bg-base:#12151e;--accent-color:#fdb93c;--accent-text-color:#09090b;--hero-overlay-opacity:0.55;--font-main:'Plus Jakarta Sans',sans-serif}

.pacros6v3{background-image:url('/media/play.svg')}
.iq16vnw6x2i87y::before{background-image:url('/media/profile.svg')}
.xgzgisdka0c27{background-image:url('/media/profile.svg')}
.lw1ax6a69te72{background-image:url('/media/ic-down.svg')}
.m93lhy8lzpror{background-image:url('/media/top.svg')}
.semecnhps::before{background-image:url('/media/fullscreen.svg')}
.ucysmga0oj{background-image:url('/media/fb.svg')}
.brr18vx1173za{background-image:url('/media/twitter.svg')}
.mbyks2hvnyi{background-image:url('/media/twitter.svg')}
.r58xx0he1{background-image:url('/media/twitter.svg')}
.g0e3kcre{background-image:url('/media/ic-ig.svg')}
.h0cot62c20zaz{background-image:url('/media/ic-tg.svg')}
.m48uykba2cgll{background-image:url('/media/ic-yt.svg')}
.cixcg44o{background-image:url('/media/in.svg')}
.hfe8r6etvb0meh{background-image:url('/media/tt.svg')}
.k6z9ssz040h2z3{background-image:url('/media/social-dc.svg')}
