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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.zgergj64t4jy svg {
    flex-shrink: 0;
}

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

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

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

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

.bpdwj628z81vj svg {
    display: block;
}

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

.lh3qjvoke0wy {
    min-height: 60vh;
}

.q16d0a296mildw {
    padding: 0;
}

.c359p8p26 {
    padding-top: 40px;
}
.q16d0a296mildw + .q16d0a296mildw {
    margin-top: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.v591d58tpp4:hover .ddxu8ic4rcm5 {
    animation: none;
    transform: translateX(5px);
}

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

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

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

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

.qah46miig9yk3 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qaye7az1i6kb ul,
.rjx5y4i4uk ul {
    list-style: none;
}

.qaye7az1i6kb li,
.rjx5y4i4uk 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;
}

.qaye7az1i6kb li:last-child,
.rjx5y4i4uk li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.qaye7az1i6kb li:first-child,
.rjx5y4i4uk li:first-child {
    padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.bdbg4atn {
    margin: 40px 0;
}

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

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

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

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

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

.v0797z7r1zst {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mm60cif3tcp9a.ropmabtea1 .qk33cplm {
    opacity: 1;
    pointer-events: auto;
}
.mm60cif3tcp9a.ropmabtea1 .c22fu8ydko7u {
    transform: translateY(0);
}

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

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

.s2ctde9xai,
.kch5bh91yjwdkj {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.wnrn2sv5iw {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ystmq9nltw3l {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gguj89pforz4 {
    margin-top: 40px;
}

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

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

@media (max-width: 960px) {
    .bpdwj628z81vj {
        display: flex;
        order: 99;
        flex-shrink: 0;
    }
    .y3iwafmpy7al {
        display: none !important;
    }
    .vlsdjqg8q38thh {
        display: none;
    }
    .dc9yfvfb71cimo {
        display: block;
        margin-left: auto;
        margin-right: 6px;
    }
    .shcajfp8umz04d {
        height: 56px;
    }
    .slpyd04h {
        flex-shrink: 1;
        min-width: 100px;
        overflow: hidden;
        padding-left: 8px;
    }
    .slpyd04h img {
        max-width: 100%;
        height: 32px;
        max-height: 32px;
    }
    
    .dc9yfvfb71cimo,
    .dlubvm7jigr460 {
        padding: 9px 14px;
    }
    .shcajfp8umz04d {
        gap: 12px;
    }
    .i5x87r1x9 {
        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;
    }
    .i5x87r1x9.zpj97aey2mcale {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

@media (max-width: 768px) {
    .cnarrfqy {
        gap: 14px;
    }
    .bjki9o8mbi {
        width: 100px;
        height: 130px;
    }
    .ystmq9nltw3l h1 {
        font-size: 1.1rem;
    }
    .glndsuya {
        display: none;
    }
    .qdsydpmmye {
        flex-direction: column;
    }
    .m57kmq5x4q6, .glndsuya {
        justify-content: center;
    }
    .gguj89pforz4 .q51ypa9jkfdn74 {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pm7f038iu9vmv.zpj97aey2mcale .s3svukajyuphv {
    padding: 0 24px 20px;
    max-height: 600px;
}

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

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

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

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

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

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

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

.xo6l6no4w.v2neeu38 {
    color: var(--accent-color);
}

.xo6l6no4w.utz0ed5z {
    color: var(--accent-color);
    opacity: 0.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.y5wai7ao .pjcy1l7equg {
    transform: rotate(-90deg);
}

.y5wai7ao .cyormklu2 {
    display: none;
}

.y5wai7ao .m5i3q3czg1ndl {
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.otfm0ha71c a:hover .bzj8bea1u {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ysl99vvmwhu.gpsuiss0nf {
    color: var(--text-secondary);
}

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

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

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

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

.hptv6c2h0sz7x1:hover img {
    opacity: 0.8;
}

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

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

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

.r55x29c4pmppbe:hover img {
    opacity: 0.8;
}

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

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

.t587hf99rx.l0jx0ki3u {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

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

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

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

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

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

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

.i5x87r1x9 {
    display: none;
}

.mfre8mpyh {
    position: relative;
}

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

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

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

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

.exfbm1we.zpj97aey2mcale .kw2igj5l {
    transform: rotate(180deg);
}

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

.suk7jew7u.zpj97aey2mcale {
    display: block;
}

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

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

@media (max-width: 768px) {
    .q51ypa9jkfdn74 {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .r7xdf9rlf5nvfg {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    
    .c22fu8ydko7u { width: 92%; gap: 8px; }
    .s2ctde9xai, .kch5bh91yjwdkj {
        min-height: 44px;
        padding: 11px 8px;
        font-size: 13px;
        letter-spacing: .2px;
    }

    .dkthwkzui4e9zj {
        padding: 0;
    }

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

    .xgeihqapoil {
        font-size: 1.4rem;
    }

    .rni635t74 {
        font-size: 0.88rem;
    }

    .srl2mtfo9nh {
        flex-direction: column;
    }

    .v591d58tpp4,
    .yg26rky4cfk {
        width: 100%;
        justify-content: center;
    }

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

    .qaye7az1i6kb,
    .rjx5y4i4uk {
        padding: 20px;
    }

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

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

    .fx103li5h8pk34 {
        padding: 20px 32px;
    }

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

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

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

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

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

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

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

    .dthefwnvv9:hover {
        opacity: 0.9;
    }

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

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

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

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

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

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

    .dn7szkzopcmn6 {
        flex-wrap: wrap;
    }

    .llpc378oz47 {
        flex-direction: column;
        gap: 32px;
        text-align: center;
    }
    .bgncsh42re {
        max-width: 100%;
    }
    .afj1isc3vmm572 {
        margin: 0 auto 14px;
    }
    .we0euryhz {
        justify-content: center;
    }
    .k7ddy60q4 {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
    .y079g8hg {
        align-items: center;
    }
    .qc8nydh3stjhu {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .qc8nydh3stjhu .ljhz19bs8k38b {
        width: 100%;
        text-align: center;
        margin-bottom: 2px;
    }
    .v03n0273nv {
        gap: 12px;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
    }
    .v03n0273nv::-webkit-scrollbar {
        display: none;
    }
    .hptv6c2h0sz7x1 {
        width: 48px;
        height: 32px;
    }
    .hptv6c2h0sz7x1 img {
        max-height: 26px;
        max-width: 48px;
    }
    .mddyiknfs5 {
        gap: 10px;
    }
    .r55x29c4pmppbe img {
        height: 32px;
    }
    .ntab1itt4 {
        font-size: 24px;
    }

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

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

    .ka0dgo2kp {
        padding: 0 16px;
    }

    .dkthwkzui4e9zj {
        padding: 0;
    }

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

    .xgeihqapoil {
        font-size: 1.25rem;
    }

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

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

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

    .twbl3lwea0d {
        width: 45%;
    }

    .qaye7az1i6kb,
    .rjx5y4i4uk {
        padding: 16px;
    }

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

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

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

    .pm7f038iu9vmv.zpj97aey2mcale .s3svukajyuphv {
        padding: 0 18px 16px;
    }

    .fx103li5h8pk34 {
        padding: 20px 32px;
    }

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

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

.j4i8qe3atr {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.pdnfztbrrz45 {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.t9fqo93mlqdg6d {
    width: 16px;
    height: 12px;
    border-radius: 2px;
    object-fit: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.yg4bumps3m9,
.fbxjotp1818a {
    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));
}

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

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

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

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

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

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

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

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

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

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

.wuipd7ip2t {
    padding: 8px 24px;
}

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

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

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

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

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

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

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

.y9k2sv1e.gpsuiss0nf {
    background: var(--accent-color, #d4a017);
}

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

.j9bfeg50.gpsuiss0nf {
    left: 22px;
}

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

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

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

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

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

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

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

@media (max-width: 640px) {
    .runuwez4z5 {
        width: 96%;
        top: 4px;
    }
    .put5rrfb9 {
        padding: 12px 14px;
        gap: 10px;
    }
    .itkdqca890h8t {
        font-size: 12px;
    }
    .xz86n8sw {
        width: 100%;
    }
    .v6hzjgjucd {
        flex: 1;
        padding: 8px 10px;
        font-size: 12px;
        text-align: center;
    }
}

:root{--bg-base:#0c0311;--accent-color:#ffc700;--accent-text-color:#09090b;--text-primary:#ffffff;--text-secondary:#ffffff;--hero-overlay-opacity:0.00;--font-main:'Lato',sans-serif}

.axw7sl8c{background-image:url('/images/play-btn.svg')}
.zgergj64t4jy::before{background-image:url('/images/profile.svg')}
.dlubvm7jigr460{background-image:url('/images/profile.svg')}
.kw2igj5l{background-image:url('/images/ic-down.svg')}
.t587hf99rx{background-image:url('/images/scroll-top.svg')}
.vfsilnf84g::before{background-image:url('/images/ic-fs.svg')}
.zkq9uvym{background-image:url('/images/facebook.svg')}
.zb1w0bubsych3b{background-image:url('/images/x.svg')}
.jnefilehwvab12{background-image:url('/images/x.svg')}
.zau4oadi008{background-image:url('/images/x.svg')}
.xk17awaljskta{background-image:url('/images/ic-ig.svg')}
.n2jtk698uamms{background-image:url('/images/social-tg.svg')}
.uelycf6qh0ppeb{background-image:url('/images/ic-yt.svg')}
.ut5xxqrp3t{background-image:url('/images/ic-in.svg')}
.pgz0t29cbc5d{background-image:url('/images/tt.svg')}
.b9f8wvxdzsosl4{background-image:url('/images/discord.svg')}
