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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ld8wdt777y3ad svg {
    flex-shrink: 0;
}

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

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

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

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

.a60lr1hxh45 svg {
    display: block;
}

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

.f4jb3qv4czrf {
    min-height: 60vh;
}

.ur1v8d7wa6wrtb {
    padding: 0;
}

.zg1ldtnyaacx {
    padding-top: 40px;
}
.ur1v8d7wa6wrtb + .ur1v8d7wa6wrtb {
    margin-top: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.j066v0t1wti {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ic8pd6flg ul,
.tx13s8in ul {
    list-style: none;
}

.ic8pd6flg li,
.tx13s8in 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;
}

.ic8pd6flg li:last-child,
.tx13s8in li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.ic8pd6flg li:first-child,
.tx13s8in li:first-child {
    padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.unv2n4hgad0d5 {
    margin: 40px 0;
}

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

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

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

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

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

.kxxiavedc4v {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

.led9hwmh:hover .jn33i1srf {
    opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.dwnm11qfaia6 {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.a119hmpik3 {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u0hb6ukxmgdm9l {
    margin-top: 40px;
}

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

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

@media (max-width: 960px) {
    .a60lr1hxh45 {
        display: flex;
        order: 99;
        flex-shrink: 0;
    }
    .pkuoe7nk38dnv {
        display: none !important;
    }
    .hvymuoylgbzlq {
        display: none;
    }
    .n7bim1nv {
        display: block;
        margin-left: auto;
        margin-right: 6px;
    }
    .bc6ceuiwx {
        height: 56px;
    }
    .jvqmp2zfqboza {
        flex-shrink: 1;
        min-width: 100px;
        overflow: hidden;
        padding-left: 8px;
    }
    .jvqmp2zfqboza img {
        max-width: 100%;
        height: 32px;
        max-height: 32px;
    }
    
    .n7bim1nv,
    .c878n12u1wtmp {
        padding: 9px 14px;
    }
    .bc6ceuiwx {
        gap: 12px;
    }
    .op65ay7pf9z4 {
        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;
    }
    .op65ay7pf9z4.vzo993chac {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

@media (max-width: 768px) {
    .ag697rcj {
        gap: 14px;
    }
    .zngszgmjh {
        width: 100px;
        height: 130px;
    }
    .a119hmpik3 h1 {
        font-size: 1.1rem;
    }
    .swhn32rp3g5pzv {
        display: none;
    }
    .ays4s9mjnyzr {
        flex-direction: column;
    }
    .ch1slv01a2xh51, .swhn32rp3g5pzv {
        justify-content: center;
    }
    .u0hb6ukxmgdm9l .wymn9fmg {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dzkdagf73p.vzo993chac .u4m5tmbopzev7a {
    padding: 0 24px 20px;
    max-height: 600px;
}

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

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

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

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

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

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

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

.l31763rb.jhkbw3owep5k7 {
    color: var(--accent-color);
}

.l31763rb.z6alt63keg9wup {
    color: var(--accent-color);
    opacity: 0.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fvatkl8xvc222 .hfo3cw764i7 {
    transform: rotate(-90deg);
}

.fvatkl8xvc222 .medm8kpnqrj91u {
    display: none;
}

.fvatkl8xvc222 .xyzvm9gl6qs1ll {
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.sx1pueia99t0vs a:hover .dcqpv35w5d8 {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fbbqcdb590h0.jrp8lqfs022 {
    color: var(--text-secondary);
}

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

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

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

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

.r3ko82v4mnife:hover img {
    opacity: 0.8;
}

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

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

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

.c57ctp09ua:hover img {
    opacity: 0.8;
}

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

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

.imivow7fi8q.p30r19o2 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

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

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

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

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

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

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

.op65ay7pf9z4 {
    display: none;
}

.qkuz1lxwv {
    position: relative;
}

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

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

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

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

.l8izkopmdv.vzo993chac .osiwsnp0losuhn {
    transform: rotate(180deg);
}

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

.pmctdlqfa7.vzo993chac {
    display: block;
}

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

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

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

    .n9ll7vbsa3 {
        padding: 0;
    }

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

    .ddtbb8lyku35m {
        font-size: 1.4rem;
    }

    .yh1jez0wf {
        font-size: 0.88rem;
    }

    .ostv9zzra8 {
        flex-direction: column;
    }

    .l3onf9xrqsdc,
    .zzby1zpbkmy {
        width: 100%;
        justify-content: center;
    }

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

    .ic8pd6flg,
    .tx13s8in {
        padding: 20px;
    }

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

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

    .rfh21suftx {
        padding: 20px 32px;
    }

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

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

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

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

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

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

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

    .cvvnx7b4:hover {
        opacity: 0.9;
    }

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

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

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

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

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

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

    .ux0u0jm8eytsnw {
        flex-wrap: wrap;
    }

    .igism6jk {
        flex-direction: column;
        gap: 32px;
        text-align: center;
    }
    .k5xfgki0b2kqx {
        max-width: 100%;
    }
    .hnph0eo9olj {
        margin: 0 auto 14px;
    }
    .nnlmt7trb9fvcs {
        justify-content: center;
    }
    .oszcit5oe57 {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
    .gpmc3y82vx {
        align-items: center;
    }
    .bp5s3amdjx24v2 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .bp5s3amdjx24v2 .ef6os2dr1ggb {
        width: 100%;
        text-align: center;
        margin-bottom: 2px;
    }
    .yznd63v36w2l {
        gap: 12px;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
    }
    .yznd63v36w2l::-webkit-scrollbar {
        display: none;
    }
    .r3ko82v4mnife {
        width: 48px;
        height: 32px;
    }
    .r3ko82v4mnife img {
        max-height: 26px;
        max-width: 48px;
    }
    .v9uqnkcghb9 {
        gap: 10px;
    }
    .c57ctp09ua img {
        height: 32px;
    }
    .e10ypx1vl5li7w {
        font-size: 24px;
    }

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

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

    .g2ykf20ggu6 {
        padding: 0 16px;
    }

    .n9ll7vbsa3 {
        padding: 0;
    }

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

    .ddtbb8lyku35m {
        font-size: 1.25rem;
    }

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

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

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

    .wyvdauz5xjm7v {
        width: 45%;
    }

    .ic8pd6flg,
    .tx13s8in {
        padding: 16px;
    }

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

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

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

    .dzkdagf73p.vzo993chac .u4m5tmbopzev7a {
        padding: 0 18px 16px;
    }

    .rfh21suftx {
        padding: 20px 32px;
    }

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

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

.p8kdusfra {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.nyortqwqnn60h1 {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.scyaoswgvhx {
    width: 16px;
    height: 12px;
    border-radius: 2px;
    object-fit: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.eixwi5pg5q,
.kksok24niqtcz6 {
    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));
}

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

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

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

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

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

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

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

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

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

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

.gem86x33m90859 {
    padding: 8px 24px;
}

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

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

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

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

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

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

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

.qpbqmo4o.jrp8lqfs022 {
    background: var(--accent-color, #d4a017);
}

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

.g2kafd0a5ijk.jrp8lqfs022 {
    left: 22px;
}

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

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

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

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

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

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

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

@media (max-width: 640px) {
    .dekw5so0 {
        width: 96%;
        top: 4px;
    }
    .ooqup5cme9h {
        padding: 12px 14px;
        gap: 10px;
    }
    .ont12ko9vvx4c {
        font-size: 12px;
    }
    .lcd7w49tr6ud4 {
        width: 100%;
    }
    .zt1qr491igry {
        flex: 1;
        padding: 8px 10px;
        font-size: 12px;
        text-align: center;
    }
}

:root{--bg-base:#202026;--accent-color:#7000ff;--accent-text-color:#ffffff;--text-primary:#ffffff;--text-secondary:#ffffff;--hero-overlay-opacity:0.71;--font-main:'Montserrat',sans-serif}

.k5qjye42{background-image:url('/images/triangle.svg')}
.ld8wdt777y3ad::before{background-image:url('/images/user.svg')}
.c878n12u1wtmp{background-image:url('/images/user.svg')}
.osiwsnp0losuhn{background-image:url('/images/caret.svg')}
.imivow7fi8q{background-image:url('/images/ic-up.svg')}
.zhi5ewko712nuq::before{background-image:url('/images/maximize.svg')}
.mmsem4xac0{background-image:url('/images/facebook.svg')}
.g90e3pudoa{background-image:url('/images/social-x.svg')}
.drkcym73{background-image:url('/images/social-x.svg')}
.lz7xsjcn9r3l{background-image:url('/images/social-x.svg')}
.k1ljcse26nut{background-image:url('/images/social-ig.svg')}
.iwmtj2zpeq{background-image:url('/images/ic-tg.svg')}
.j8xhjyhxirj{background-image:url('/images/ic-yt.svg')}
.zlnz3c8r9{background-image:url('/images/ic-in.svg')}
.lfhse6dc{background-image:url('/images/tiktok.svg')}
.vdmpztvw2bvv{background-image:url('/images/ic-dc.svg')}
