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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wy1fwomma9tn svg {
    flex-shrink: 0;
}

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

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

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

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

.dsa1779rrpxd svg {
    display: block;
}

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

.lkdl4pnps4r90 {
    min-height: 60vh;
}

.hnm536o6w {
    padding: 0;
}

.ah8xyz74tdy6gj {
    padding-top: 40px;
}
.hnm536o6w + .hnm536o6w {
    margin-top: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.amk27jbx {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dbm6n7wl ul,
.iqu19wtc ul {
    list-style: none;
}

.dbm6n7wl li,
.iqu19wtc 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;
}

.dbm6n7wl li:last-child,
.iqu19wtc li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.dbm6n7wl li:first-child,
.iqu19wtc li:first-child {
    padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.tmjl9132nlwee {
    margin: 40px 0;
}

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

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

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

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

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

.ssvosjr7 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

.ig1q1nvc:hover .vo6siexmzd3ug0 {
    opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.hv2fnuw8 {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.egqz7t3pw2x {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ne3318jn {
    margin-top: 40px;
}

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

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

@media (max-width: 960px) {
    .dsa1779rrpxd {
        display: flex;
        order: 99;
        flex-shrink: 0;
    }
    .dpeobfh9mtig51 {
        display: none !important;
    }
    .v520upzjn5 {
        display: none;
    }
    .wqcv6zijxu4e {
        display: block;
        margin-left: auto;
        margin-right: 6px;
    }
    .sq4dvryptw99 {
        height: 56px;
    }
    .fep3lrf5rf {
        flex-shrink: 1;
        min-width: 100px;
        overflow: hidden;
        padding-left: 8px;
    }
    .fep3lrf5rf img {
        max-width: 100%;
        height: 32px;
        max-height: 32px;
    }
    
    .wqcv6zijxu4e,
    .eydxyoamf4po7 {
        padding: 9px 14px;
    }
    .sq4dvryptw99 {
        gap: 12px;
    }
    .ahulk1j85i {
        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;
    }
    .ahulk1j85i.uuj6mpae3w {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

@media (max-width: 768px) {
    .eyctvr462 {
        gap: 14px;
    }
    .c6vuqan4a0p {
        width: 100px;
        height: 130px;
    }
    .egqz7t3pw2x h1 {
        font-size: 1.1rem;
    }
    .j71zf1lm1ee {
        display: none;
    }
    .mx7n7dggrdt {
        flex-direction: column;
    }
    .rr61344oc2, .j71zf1lm1ee {
        justify-content: center;
    }
    .ne3318jn .rdh53q8ftucmoj {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidip3jp7gjz.uuj6mpae3w .c9rnls6pvc {
    padding: 0 24px 20px;
    max-height: 600px;
}

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

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

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

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

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

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

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

.nss4pdojgdojg.s3ahgnjc {
    color: var(--accent-color);
}

.nss4pdojgdojg.zc5gtckoz {
    color: var(--accent-color);
    opacity: 0.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dncnce1q6 .a03ilp7oswxdem {
    transform: rotate(-90deg);
}

.dncnce1q6 .mrreovfhq55a {
    display: none;
}

.dncnce1q6 .ujlpmlo7y43r {
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.u2exso3xm06a5e a:hover .i8137talnr7ik {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ugvo35w8n8rr.nr073qgwil8oqr {
    color: var(--text-secondary);
}

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

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

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

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

.xjbrlx1oi9fj:hover img {
    opacity: 0.8;
}

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

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

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

.yv1azs20axh:hover img {
    opacity: 0.8;
}

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

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

.ogedfikd3pkc7.sjkot7sd4yh3 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

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

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

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

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

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

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

.ahulk1j85i {
    display: none;
}

.qhxe55dz {
    position: relative;
}

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

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

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

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

.njv87qwm48rws9.uuj6mpae3w .fevrot34bzn08 {
    transform: rotate(180deg);
}

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

.xup75goo27qzk.uuj6mpae3w {
    display: block;
}

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

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

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

    .r0skmyuo {
        padding: 0;
    }

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

    .ia0p56ds71pglk {
        font-size: 1.4rem;
    }

    .la986u53a02l {
        font-size: 0.88rem;
    }

    .rydhkohoiw {
        flex-direction: column;
    }

    .byc5ruwygfj,
    .zz2fh3d2 {
        width: 100%;
        justify-content: center;
    }

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

    .dbm6n7wl,
    .iqu19wtc {
        padding: 20px;
    }

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

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

    .n8h6ktgiiocmx {
        padding: 20px 32px;
    }

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

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

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

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

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

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

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

    .i6i1pavyv750dy:hover {
        opacity: 0.9;
    }

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

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

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

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

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

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

    .ek5krus6g4ixki {
        flex-wrap: wrap;
    }

    .r8adwetpoctu16 {
        flex-direction: column;
        gap: 32px;
        text-align: center;
    }
    .eb9i2r3qorzd {
        max-width: 100%;
    }
    .xqxy741b {
        margin: 0 auto 14px;
    }
    .hxlimf4w {
        justify-content: center;
    }
    .c9zzhg47 {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
    .nel616vxg03f {
        align-items: center;
    }
    .c56lahk4isxg {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .c56lahk4isxg .nr7tu8fgt {
        width: 100%;
        text-align: center;
        margin-bottom: 2px;
    }
    .rhrlczyedj {
        gap: 12px;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
    }
    .rhrlczyedj::-webkit-scrollbar {
        display: none;
    }
    .xjbrlx1oi9fj {
        width: 48px;
        height: 32px;
    }
    .xjbrlx1oi9fj img {
        max-height: 26px;
        max-width: 48px;
    }
    .d1pv7s5s2rwgdt {
        gap: 10px;
    }
    .yv1azs20axh img {
        height: 32px;
    }
    .f1n6by531po7 {
        font-size: 24px;
    }

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

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

    .h0qfm2qo0h {
        padding: 0 16px;
    }

    .r0skmyuo {
        padding: 0;
    }

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

    .ia0p56ds71pglk {
        font-size: 1.25rem;
    }

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

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

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

    .kzwks10y {
        width: 45%;
    }

    .dbm6n7wl,
    .iqu19wtc {
        padding: 16px;
    }

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

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

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

    .hidip3jp7gjz.uuj6mpae3w .c9rnls6pvc {
        padding: 0 18px 16px;
    }

    .n8h6ktgiiocmx {
        padding: 20px 32px;
    }

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

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

.fiutfxrz4 {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.dexjs8h4i {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.vf35smnvge {
    width: 16px;
    height: 12px;
    border-radius: 2px;
    object-fit: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.brvmnszx46b,
.y2us50bmty {
    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));
}

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

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

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

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

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

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

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

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

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

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

.c06m2wz4 {
    padding: 8px 24px;
}

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

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

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

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

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

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

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

.p33exkprz2c0xh.nr073qgwil8oqr {
    background: var(--accent-color, #d4a017);
}

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

.jh23uajxciyc.nr073qgwil8oqr {
    left: 22px;
}

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

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

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

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

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

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

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

@media (max-width: 640px) {
    .hfnjx8ff {
        width: 96%;
        top: 4px;
    }
    .as6hgwpez {
        padding: 12px 14px;
        gap: 10px;
    }
    .o9s4fy9r0 {
        font-size: 12px;
    }
    .ynlkuh9ynn {
        width: 100%;
    }
    .bkmqgwxy52 {
        flex: 1;
        padding: 8px 10px;
        font-size: 12px;
        text-align: center;
    }
}

:root{--bg-base:#000000;--accent-color:#e06113;--accent-text-color:#09090b;--text-primary:#ffffff;--text-secondary:#ffffff;--hero-overlay-opacity:0.67;--font-main:'Open Sans',sans-serif}

.xart52f0tyuc{background-image:url('/images/play.svg')}
.wy1fwomma9tn::before{background-image:url('/images/ic-user.svg')}
.eydxyoamf4po7{background-image:url('/images/ic-user.svg')}
.fevrot34bzn08{background-image:url('/images/arrow-down.svg')}
.ogedfikd3pkc7{background-image:url('/images/top.svg')}
.uyfbhlm5l::before{background-image:url('/images/maximize.svg')}
.fyfr4azh4a4a0{background-image:url('/images/fb.svg')}
.nyiuwy49o8744{background-image:url('/images/ic-x.svg')}
.ttwawhed{background-image:url('/images/ic-x.svg')}
.rko3zr5hccoak{background-image:url('/images/ic-x.svg')}
.yxdpj1irx6o{background-image:url('/images/ic-ig.svg')}
.x47tkj74{background-image:url('/images/telegram.svg')}
.vf3rbt1xn{background-image:url('/images/ic-yt.svg')}
.g8qgwjfz{background-image:url('/images/social-in.svg')}
.ccilcqi168{background-image:url('/images/ic-tt.svg')}
.pmnw3hc018cs{background-image:url('/images/discord.svg')}
