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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.xpmhyjv4 svg {
    flex-shrink: 0;
}

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

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

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

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

.o06op0e0 svg {
    display: block;
}

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

.jz5lx555 {
    min-height: 60vh;
}

.s6h14v9y {
    padding: 0;
}

.v4ppxvbgf9tj8 {
    padding-top: 40px;
}
.s6h14v9y + .s6h14v9y {
    margin-top: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

.u7jw590i1s {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--accent-color);
    color: var(--accent-text-color);
    padding: 13px 32px;
    border-radius: var(--radius-md);
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    transition: all var(--transition-base);
}

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

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

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

.zs7r88c29pr {
    margin-bottom: 32px;
}

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

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

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

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

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

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

.zs7r88c29pr table {
    width: 100%;
    
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    margin: 24px 0;
    background: var(--bg-card);
    border: 1px solid var(--border-default);
    border-radius: var(--radius-lg);
    table-layout: auto;
}
@media (max-width: 640px) {
    .zs7r88c29pr table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ny5tvfp9xst ul,
.wy75io8wo3pwen ul {
    list-style: none;
}

.ny5tvfp9xst li,
.wy75io8wo3pwen 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;
}

.ny5tvfp9xst li:last-child,
.wy75io8wo3pwen li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.ny5tvfp9xst li:first-child,
.wy75io8wo3pwen li:first-child {
    padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.vgnfaro87 {
    margin: 40px 0;
}

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

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

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

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

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

.ctck76v5s2txg {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

.dw9xfur72o:hover .o60jc5ohlm7p {
    opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m023jv36b8yiy {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.rw61v25ny {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ab4hqcj6q1nh9 {
    margin-top: 40px;
}

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

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

@media (max-width: 960px) {
    .o06op0e0 {
        display: flex;
        order: 99;
        flex-shrink: 0;
    }
    .c24l4016 {
        display: none !important;
    }
    .s47j7is7nfqb0g {
        display: none;
    }
    .rhk6o4izytqq {
        display: block;
        margin-left: auto;
        margin-right: 6px;
    }
    .a9jb017waboe {
        height: 56px;
    }
    .yqww79sccdv {
        flex-shrink: 1;
        min-width: 100px;
        overflow: hidden;
        padding-left: 8px;
    }
    .yqww79sccdv img {
        max-width: 100%;
        height: 32px;
        max-height: 32px;
    }
    
    .rhk6o4izytqq,
    .xback1pb3jcv8 {
        padding: 9px 14px;
    }
    .a9jb017waboe {
        gap: 12px;
    }
    .mbrvj7xix46 {
        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;
    }
    .mbrvj7xix46.kwujpu6ahtvnl {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

@media (max-width: 768px) {
    .xfyyhcksecdki {
        gap: 14px;
    }
    .rn5dqouuw09uf {
        width: 100px;
        height: 130px;
    }
    .rw61v25ny h1 {
        font-size: 1.1rem;
    }
    .visq1jp5lu {
        display: none;
    }
    .paqo1knt {
        flex-direction: column;
    }
    .eles8sz9j, .visq1jp5lu {
        justify-content: center;
    }
    .ab4hqcj6q1nh9 .u16iaphvuux6zi {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.avu7vfu4c6c.kwujpu6ahtvnl .emy1hva6ii91 {
    padding: 0 24px 20px;
    max-height: 600px;
}

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

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

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

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

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

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

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

.kicy6atnlsv.z7xhdgui {
    color: var(--accent-color);
}

.kicy6atnlsv.l16obhjks7kk6e {
    color: var(--accent-color);
    opacity: 0.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dgml1s0wjoaw .nf6o8ca3lfi9lt {
    transform: rotate(-90deg);
}

.dgml1s0wjoaw .h7p25ekofwocjf {
    display: none;
}

.dgml1s0wjoaw .sl89dcn93gx4sw {
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.toennuy48utox a:hover .lgcg99ctath5dz {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.soy22yu0.tcjfasgh3y77ys {
    color: var(--text-secondary);
}

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

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

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

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

.cwjea3ct7yv:hover img {
    opacity: 0.8;
}

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

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

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

.by3gkw70:hover img {
    opacity: 0.8;
}

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

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

.vitfgl5hxm.yqfy6anukg {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

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

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

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

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

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

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

.mbrvj7xix46 {
    display: none;
}

.yexezyui {
    position: relative;
}

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

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

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

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

.na94xurz.kwujpu6ahtvnl .ef7b025qk8q96t {
    transform: rotate(180deg);
}

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

.x2g4llqy6ful2x.kwujpu6ahtvnl {
    display: block;
}

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

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

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

    .vod87hkmra2 {
        padding: 0;
    }

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

    .iewn1j4r {
        font-size: 1.4rem;
    }

    .td7jxgokv17 {
        font-size: 0.88rem;
    }

    .pvigrfr5q {
        flex-direction: column;
    }

    .u7jw590i1s,
    .r3gl8hea23kds {
        width: 100%;
        justify-content: center;
    }

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

    .ny5tvfp9xst,
    .wy75io8wo3pwen {
        padding: 20px;
    }

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

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

    .o7h7b5cumlay79 {
        padding: 20px 32px;
    }

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

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

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

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

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

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

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

    .pycb195jy4irw:hover {
        opacity: 0.9;
    }

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

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

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

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

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

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

    .pvk4ld76x6 {
        flex-wrap: wrap;
    }

    .bnneosvn {
        flex-direction: column;
        gap: 32px;
        text-align: center;
    }
    .d9acp2mpuh4cwf {
        max-width: 100%;
    }
    .qfxlhxsehjo {
        margin: 0 auto 14px;
    }
    .wzxlu61wj {
        justify-content: center;
    }
    .y9zn2krib5u {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
    .n0ssjsyhlgye8 {
        align-items: center;
    }
    .xlcjr0bj {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .xlcjr0bj .jmvno8fsdj {
        width: 100%;
        text-align: center;
        margin-bottom: 2px;
    }
    .a0450cdeqx36 {
        gap: 12px;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
    }
    .a0450cdeqx36::-webkit-scrollbar {
        display: none;
    }
    .cwjea3ct7yv {
        width: 48px;
        height: 32px;
    }
    .cwjea3ct7yv img {
        max-height: 26px;
        max-width: 48px;
    }
    .v27vbp8495b {
        gap: 10px;
    }
    .by3gkw70 img {
        height: 32px;
    }
    .m1x71r6o8c3xv {
        font-size: 24px;
    }

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

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

    .sazw11869vy7i4 {
        padding: 0 16px;
    }

    .vod87hkmra2 {
        padding: 0;
    }

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

    .iewn1j4r {
        font-size: 1.25rem;
    }

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

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

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

    .objc7bhc {
        width: 45%;
    }

    .ny5tvfp9xst,
    .wy75io8wo3pwen {
        padding: 16px;
    }

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

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

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

    .avu7vfu4c6c.kwujpu6ahtvnl .emy1hva6ii91 {
        padding: 0 18px 16px;
    }

    .o7h7b5cumlay79 {
        padding: 20px 32px;
    }

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

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

.tt2x7trhc9eg {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.y4z420vrcouw {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.tml507s524 {
    width: 16px;
    height: 12px;
    border-radius: 2px;
    object-fit: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uaic9qs272073e,
.c4g6dmg4jp {
    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));
}

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

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

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

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

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

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

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

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

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

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

.j5nemz85dnz {
    padding: 8px 24px;
}

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

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

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

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

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

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

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

.jo53lr76a8xe.tcjfasgh3y77ys {
    background: var(--accent-color, #d4a017);
}

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

.yk7c2vwwl.tcjfasgh3y77ys {
    left: 22px;
}

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

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

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

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

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

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

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

@media (max-width: 640px) {
    .zhea5haeca3qmm {
        width: 96%;
        top: 4px;
    }
    .efgo5jkj3za {
        padding: 12px 14px;
        gap: 10px;
    }
    .czq39gadv05 {
        font-size: 12px;
    }
    .w7sn1no84uum38 {
        width: 100%;
    }
    .uvtqva3es7u1o0 {
        flex: 1;
        padding: 8px 10px;
        font-size: 12px;
        text-align: center;
    }
}

:root{--bg-base:#1a1a2e;--accent-color:#F02A45;--accent-text-color:#09090b;--hero-overlay-opacity:0.55;--font-main:'Segoe UI',Tahoma,sans-serif}

.u9kafqu0mtzt{background-image:url('/images/play-btn.svg')}
.xpmhyjv4::before{background-image:url('/images/user.svg')}
.xback1pb3jcv8{background-image:url('/images/user.svg')}
.ef7b025qk8q96t{background-image:url('/images/chevron.svg')}
.vitfgl5hxm{background-image:url('/images/top.svg')}
.p4uif6mvm::before{background-image:url('/images/fullscreen.svg')}
.qdmfk0by4wj{background-image:url('/images/facebook.svg')}
.xfav85cqkpfzl{background-image:url('/images/twitter.svg')}
.zen8dzqag9v{background-image:url('/images/twitter.svg')}
.i9c0pc7nih{background-image:url('/images/twitter.svg')}
.vcg72dcfgj{background-image:url('/images/instagram.svg')}
.ae6q536o29{background-image:url('/images/tg.svg')}
.kh7uc8my{background-image:url('/images/youtube.svg')}
.xazgha3we1j{background-image:url('/images/linkedin.svg')}
.cwq0oeh6n4{background-image:url('/images/tiktok.svg')}
.z7le4kff{background-image:url('/images/social-dc.svg')}
