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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cctjm0mraii svg {
    flex-shrink: 0;
}

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

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

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

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

.yeu8iyc52myo6 svg {
    display: block;
}

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

.alu440ixmtdomk {
    min-height: 60vh;
}

.n7bp0bj59ewmpb {
    padding: 0;
}

.t6iifmq8 {
    padding-top: 40px;
}
.n7bp0bj59ewmpb + .n7bp0bj59ewmpb {
    margin-top: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

.brbp3cojp9 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--accent-color);
    
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 55%);
    color: var(--accent-text-color);
    padding: 14px 34px;
    border: none;
    border-radius: var(--radius-md);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    box-shadow: 0 6px 20px -6px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    transition: transform var(--transition-base), box-shadow var(--transition-base), filter var(--transition-base);
}

.brbp3cojp9:hover {
    filter: brightness(1.06);
    transform: translateY(-2px);
    color: var(--accent-text-color);
    box-shadow: 0 12px 28px -6px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.brbp3cojp9:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px -6px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.brbp3cojp9:focus-visible {
    outline: 2px solid var(--accent-color);
    outline-offset: 3px;
}

.ycwgdk3m {
    display: inline-block;
    will-change: transform;
    animation: heroArrowNudge 1.5s ease-in-out infinite;
}

.brbp3cojp9:hover .ycwgdk3m {
    animation: none;
    transform: translateX(5px);
}

@keyframes heroArrowNudge {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(4px); }
}

@media (prefers-reduced-motion: reduce) {
    .ycwgdk3m { animation: none; }
}

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

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

.i5ky89cm4 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

.i5ky89cm4 th,
.i5ky89cm4 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vd4t63j55y8 ul,
.ztgm19p4goxv ul {
    list-style: none;
}

.vd4t63j55y8 li,
.ztgm19p4goxv 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;
}

.vd4t63j55y8 li:last-child,
.ztgm19p4goxv li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.vd4t63j55y8 li:first-child,
.ztgm19p4goxv li:first-child {
    padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.yey55xy0tas {
    margin: 40px 0;
}

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

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

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

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

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

.x95wa428o4yp {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

.d6ydq2ek0od4hp:hover .ts8a2b0vy5yv::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) {
    .ts8a2b0vy5yv img { animation: none; }
    .ts8a2b0vy5yv::after { animation: none; opacity: 0; }
}

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

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

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

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

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

.vy0l2r0lysfx {
    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) {
    .d6ydq2ek0od4hp:hover .vy0l2r0lysfx {
        opacity: 1;
        pointer-events: auto;
    }
    .d6ydq2ek0od4hp:hover .d78jzg3fyok7 {
        transform: translateY(0);
    }
}

.d6ydq2ek0od4hp.dalssl7ga .vy0l2r0lysfx {
    opacity: 1;
    pointer-events: auto;
}
.d6ydq2ek0od4hp.dalssl7ga .d78jzg3fyok7 {
    transform: translateY(0);
}

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

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

.dmiopvd88hkpaf,
.y9rrjkgmc9obxb {
    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;
}

.dmiopvd88hkpaf {
    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);
}
.dmiopvd88hkpaf:hover {
    background: rgba(0, 0, 0, .66);
    border-color: #fff;
    transform: translateY(-1px);
}

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

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

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

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

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

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

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

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

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

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

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

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

.s6owtv9hhx1zd {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.z0kut8qj7ojalm {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lwy1q58il {
    margin-top: 40px;
}

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

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

@media (max-width: 960px) {
    .yeu8iyc52myo6 {
        display: flex;
        order: 99;
        flex-shrink: 0;
    }
    .o9h06vr0556ftm {
        display: none !important;
    }
    .n1a89s4bzf1ivd {
        display: none;
    }
    .x0ubs8421zct0 {
        display: block;
        margin-left: auto;
        margin-right: 6px;
    }
    .si7wvnjuufhs {
        height: 56px;
    }
    .n5wnb6d8 {
        flex-shrink: 1;
        min-width: 100px;
        overflow: hidden;
        padding-left: 8px;
    }
    .n5wnb6d8 img {
        max-width: 100%;
        height: 32px;
        max-height: 32px;
    }
    
    .x0ubs8421zct0,
    .m00qt4l276q {
        padding: 9px 14px;
    }
    .si7wvnjuufhs {
        gap: 12px;
    }
    .ll7fqfbuugbl {
        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;
    }
    .ll7fqfbuugbl.gij5nifgvcx {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

@media (max-width: 768px) {
    .klytxzso44 {
        gap: 14px;
    }
    .w1l1vjcgwpme {
        width: 100px;
        height: 130px;
    }
    .z0kut8qj7ojalm h1 {
        font-size: 1.1rem;
    }
    .f2fp9ccs6o0sy {
        display: none;
    }
    .fqgmenl0x {
        flex-direction: column;
    }
    .t43jd75l, .f2fp9ccs6o0sy {
        justify-content: center;
    }
    .lwy1q58il .m0f01vrrq0a1p8 {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vlnp17s2.gij5nifgvcx .iswfmm9ei7cbd7 {
    padding: 0 24px 20px;
    max-height: 600px;
}

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

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

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

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

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

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

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

.vxs3hf1rtm6.lt4dvffze6ws2g {
    color: var(--accent-color);
}

.vxs3hf1rtm6.x41obiss {
    color: var(--accent-color);
    opacity: 0.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uba85ro4w .nxqh7i1v {
    transform: rotate(-90deg);
}

.uba85ro4w .nd2ks5fkke {
    display: none;
}

.uba85ro4w .xoot2ds83 {
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.dqtb0h5s5 a:hover .awdhonejb7f {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dhatkw23srgor.bk0pq3ojz984 {
    color: var(--text-secondary);
}

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

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

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

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

.zq8t8o4nt:hover img {
    opacity: 0.8;
}

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

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

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

.ghrs98vdqb8pmf:hover img {
    opacity: 0.8;
}

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

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

.uy3ckfnofqflhu.u48xz48ac8 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

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

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

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

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

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

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

.ll7fqfbuugbl {
    display: none;
}

.et9i9h5j61kabq {
    position: relative;
}

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

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

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

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

.s5hj8kzk6atfy.gij5nifgvcx .crfbhy06517d7 {
    transform: rotate(180deg);
}

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

.q9p7307ves9aar.gij5nifgvcx {
    display: block;
}

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

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

@media (max-width: 768px) {
    .m0f01vrrq0a1p8 {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .hr7dukjdkln67x {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    
    .d78jzg3fyok7 { width: 92%; gap: 8px; }
    .dmiopvd88hkpaf, .y9rrjkgmc9obxb {
        min-height: 44px;
        padding: 11px 8px;
        font-size: 13px;
        letter-spacing: .2px;
    }

    .gu429kqam8wy {
        padding: 0;
    }

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

    .itkuvtf3p {
        font-size: 1.4rem;
    }

    .r11wxe3d {
        font-size: 0.88rem;
    }

    .ykho8id5 {
        flex-direction: column;
    }

    .brbp3cojp9,
    .oiyu2xr7a688 {
        width: 100%;
        justify-content: center;
    }

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

    .vd4t63j55y8,
    .ztgm19p4goxv {
        padding: 20px;
    }

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

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

    .m76ta6vg {
        padding: 20px 32px;
    }

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

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

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

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

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

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

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

    .p0r62dgh9k9un4:hover {
        opacity: 0.9;
    }

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

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

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

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

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

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

    .lpd9xxu35opnbl {
        flex-wrap: wrap;
    }

    .v4i244ggpl74yu {
        flex-direction: column;
        gap: 32px;
        text-align: center;
    }
    .hekceay5n7p4 {
        max-width: 100%;
    }
    .ez7cnwcp4j {
        margin: 0 auto 14px;
    }
    .c5d9jkk48lx {
        justify-content: center;
    }
    .cp7mxbdymowj {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
    .zrut3o54gx {
        align-items: center;
    }
    .zz8ra2g1t25u2 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .zz8ra2g1t25u2 .hnqunfsa {
        width: 100%;
        text-align: center;
        margin-bottom: 2px;
    }
    .a9mur4m3zrfmc {
        gap: 12px;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
    }
    .a9mur4m3zrfmc::-webkit-scrollbar {
        display: none;
    }
    .zq8t8o4nt {
        width: 48px;
        height: 32px;
    }
    .zq8t8o4nt img {
        max-height: 26px;
        max-width: 48px;
    }
    .hseki563l {
        gap: 10px;
    }
    .ghrs98vdqb8pmf img {
        height: 32px;
    }
    .lmjr0ev57b085 {
        font-size: 24px;
    }

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

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

    .trglozi97th4li {
        padding: 0 16px;
    }

    .gu429kqam8wy {
        padding: 0;
    }

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

    .itkuvtf3p {
        font-size: 1.25rem;
    }

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

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

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

    .gzywbhh1cx8h {
        width: 45%;
    }

    .vd4t63j55y8,
    .ztgm19p4goxv {
        padding: 16px;
    }

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

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

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

    .vlnp17s2.gij5nifgvcx .iswfmm9ei7cbd7 {
        padding: 0 18px 16px;
    }

    .m76ta6vg {
        padding: 20px 32px;
    }

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

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

.zzq4r7fbo {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.jwkfgn0d44r {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.f7omb0abt1m {
    width: 16px;
    height: 12px;
    border-radius: 2px;
    object-fit: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.f52am3n8,
.yvqeh9htcqd6 {
    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));
}

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

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

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

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

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

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

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

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

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

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

.i9i2w6j7z {
    padding: 8px 24px;
}

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

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

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

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

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

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

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

.h3q3fzylzq.bk0pq3ojz984 {
    background: var(--accent-color, #d4a017);
}

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

.edqi2qoj5fdof.bk0pq3ojz984 {
    left: 22px;
}

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

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

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

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

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

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

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

@media (max-width: 640px) {
    .qxsiue0sq1txi3 {
        width: 96%;
        top: 4px;
    }
    .yemoxot0jq4 {
        padding: 12px 14px;
        gap: 10px;
    }
    .muy4il1q065b {
        font-size: 12px;
    }
    .zp9fcfrj4s5f1v {
        width: 100%;
    }
    .fn4nmfplmiclh {
        flex: 1;
        padding: 8px 10px;
        font-size: 12px;
        text-align: center;
    }
}

:root{--bg-base:#1a0a03;--accent-color:#630805;--accent-text-color:#ffffff;--text-primary:#ffffff;--text-secondary:#ffffff;--hero-overlay-opacity:0.55;--font-main:'Montserrat',sans-serif}

.vynyk9zmn5{background-image:url('/media/play.svg')}
.cctjm0mraii::before{background-image:url('/media/user.svg')}
.m00qt4l276q{background-image:url('/media/user.svg')}
.crfbhy06517d7{background-image:url('/media/arrow-down.svg')}
.uy3ckfnofqflhu{background-image:url('/media/scroll-top.svg')}
.lj7uzwun::before{background-image:url('/media/expand.svg')}
.rgk4qqtrc{background-image:url('/media/social-fb.svg')}
.p61u5xtz4n1o8p{background-image:url('/media/ic-x.svg')}
.ow8px1v6lwf0on{background-image:url('/media/ic-x.svg')}
.ph44qqm9b1{background-image:url('/media/ic-x.svg')}
.l8jdewdv10tbfq{background-image:url('/media/instagram.svg')}
.fr8u4qauey98vh{background-image:url('/media/tg.svg')}
.ilzys64stb9px{background-image:url('/media/ic-yt.svg')}
.v7qrexmkls89t{background-image:url('/media/social-in.svg')}
.sotr8ahx{background-image:url('/media/social-tt.svg')}
.rq9gwyltd12be{background-image:url('/media/discord.svg')}
