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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g174qvslvf svg {
    flex-shrink: 0;
}

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

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

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

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

.fpc66ep4jrwg9p svg {
    display: block;
}

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

.fwlej02idig {
    min-height: 60vh;
}

.dvu6hgokren8 {
    padding: 0;
}

.guhwzrkod3u5 {
    padding-top: 40px;
}
.dvu6hgokren8 + .dvu6hgokren8 {
    margin-top: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.zalimagu {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.b7rte5b0121 ul,
.zao9kuupmnen6 ul {
    list-style: none;
}

.b7rte5b0121 li,
.zao9kuupmnen6 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;
}

.b7rte5b0121 li:last-child,
.zao9kuupmnen6 li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.b7rte5b0121 li:first-child,
.zao9kuupmnen6 li:first-child {
    padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.h1l60xmj {
    margin: 40px 0;
}

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

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

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

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

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

.pc88asw6 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

.uaxj5wyr:hover .kiey3jti5ct {
    opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mie5uutoqwomtj {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ndt7h1p9r {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hg5k13wlv300c {
    margin-top: 40px;
}

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

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

@media (max-width: 960px) {
    .fpc66ep4jrwg9p {
        display: flex;
        order: 99;
        flex-shrink: 0;
    }
    .ucgp1cjat {
        display: none !important;
    }
    .zgtnjku36f8i {
        display: none;
    }
    .gj7tfb3x7f {
        display: block;
        margin-left: auto;
        margin-right: 6px;
    }
    .ezb6f0bi {
        height: 56px;
    }
    .add0hrr00ic {
        flex-shrink: 1;
        min-width: 100px;
        overflow: hidden;
        padding-left: 8px;
    }
    .add0hrr00ic img {
        max-width: 100%;
        height: 32px;
        max-height: 32px;
    }
    
    .gj7tfb3x7f,
    .s9zt86nwcy {
        padding: 9px 14px;
    }
    .ezb6f0bi {
        gap: 12px;
    }
    .s52idmjr2djo73 {
        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;
    }
    .s52idmjr2djo73.u6s17h8es {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

@media (max-width: 768px) {
    .nzghmf968 {
        gap: 14px;
    }
    .p368oj1zm949 {
        width: 100px;
        height: 130px;
    }
    .ndt7h1p9r h1 {
        font-size: 1.1rem;
    }
    .jb0cs8tz907mh {
        display: none;
    }
    .np9cc2bc3f {
        flex-direction: column;
    }
    .qrhhtgcrg, .jb0cs8tz907mh {
        justify-content: center;
    }
    .hg5k13wlv300c .jdzflj8v {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dmz31uehx.u6s17h8es .lp1drml3poqrfv {
    padding: 0 24px 20px;
    max-height: 600px;
}

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

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

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

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

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

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

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

.chrp3lfum.x3r3cyjhzv {
    color: var(--accent-color);
}

.chrp3lfum.tgfg9876t {
    color: var(--accent-color);
    opacity: 0.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lkc8blo4piu .p6g59lnx {
    transform: rotate(-90deg);
}

.lkc8blo4piu .vk57svay5cewo {
    display: none;
}

.lkc8blo4piu .kyk5hy37 {
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.l0m6w5nn a:hover .q5sgfgclqh {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hp0zeymle.efpd89b6dd {
    color: var(--text-secondary);
}

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

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

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

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

.olwzbw7o:hover img {
    opacity: 0.8;
}

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

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

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

.smgvjtjmq058m:hover img {
    opacity: 0.8;
}

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

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

.jni7ffmux9r4zb.twndgq84 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

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

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

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

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

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

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

.s52idmjr2djo73 {
    display: none;
}

.nbu9u20w {
    position: relative;
}

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

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

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

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

.mat00e2ms.u6s17h8es .tk4bjui7e92os {
    transform: rotate(180deg);
}

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

.hokzv0qtg.u6s17h8es {
    display: block;
}

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

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

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

    .d14kkxdia {
        padding: 0;
    }

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

    .uwvs1v8rcxr {
        font-size: 1.4rem;
    }

    .yi3n48eg87w {
        font-size: 0.88rem;
    }

    .ac7ad121 {
        flex-direction: column;
    }

    .eqnmjjze,
    .e92xzd2qri8 {
        width: 100%;
        justify-content: center;
    }

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

    .b7rte5b0121,
    .zao9kuupmnen6 {
        padding: 20px;
    }

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

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

    .ie7jxam856 {
        padding: 20px 32px;
    }

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

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

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

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

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

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

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

    .kku9ogsso:hover {
        opacity: 0.9;
    }

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

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

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

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

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

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

    .cm8p0n8j589m {
        flex-wrap: wrap;
    }

    .a0tx6dzkeu {
        flex-direction: column;
        gap: 32px;
        text-align: center;
    }
    .eugz6fjj3amc {
        max-width: 100%;
    }
    .bogf7s6hd70 {
        margin: 0 auto 14px;
    }
    .xcgdrgjqkydbd {
        justify-content: center;
    }
    .um2yjk9qnq {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
    .f2apd1pxg {
        align-items: center;
    }
    .v5ckfm2blz4 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .v5ckfm2blz4 .vm43eeayjed {
        width: 100%;
        text-align: center;
        margin-bottom: 2px;
    }
    .l8az1aug {
        gap: 12px;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
    }
    .l8az1aug::-webkit-scrollbar {
        display: none;
    }
    .olwzbw7o {
        width: 48px;
        height: 32px;
    }
    .olwzbw7o img {
        max-height: 26px;
        max-width: 48px;
    }
    .eresxy1jb4 {
        gap: 10px;
    }
    .smgvjtjmq058m img {
        height: 32px;
    }
    .ezo47tkgh9k {
        font-size: 24px;
    }

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

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

    .ixvcwgt7 {
        padding: 0 16px;
    }

    .d14kkxdia {
        padding: 0;
    }

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

    .uwvs1v8rcxr {
        font-size: 1.25rem;
    }

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

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

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

    .arevipeh4c0pns {
        width: 45%;
    }

    .b7rte5b0121,
    .zao9kuupmnen6 {
        padding: 16px;
    }

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

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

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

    .dmz31uehx.u6s17h8es .lp1drml3poqrfv {
        padding: 0 18px 16px;
    }

    .ie7jxam856 {
        padding: 20px 32px;
    }

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

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

.gu9mptwe {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.ng7mj4qfmm {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.grvm70fnq {
    width: 16px;
    height: 12px;
    border-radius: 2px;
    object-fit: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dk3cpgzua8,
.v76jtxxia1n {
    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));
}

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

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

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

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

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

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

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

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

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

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

.y1l5d6tabkt5 {
    padding: 8px 24px;
}

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

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

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

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

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

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

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

.ot47l8imvb.efpd89b6dd {
    background: var(--accent-color, #d4a017);
}

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

.ztdtavp3r6vgs.efpd89b6dd {
    left: 22px;
}

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

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

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

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

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

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

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

@media (max-width: 640px) {
    .i6qc7745bbn {
        width: 96%;
        top: 4px;
    }
    .y9f01m8t0 {
        padding: 12px 14px;
        gap: 10px;
    }
    .xrwq5ciclbmye {
        font-size: 12px;
    }
    .agxqgbv67q53 {
        width: 100%;
    }
    .thbx0s3832 {
        flex: 1;
        padding: 8px 10px;
        font-size: 12px;
        text-align: center;
    }
}

:root{--bg-base:#0e1023;--accent-color:#00ff90;--accent-text-color:#09090b;--hero-overlay-opacity:0.55;--font-main:'Roboto',sans-serif}

.jkn2qxf3uah{background-image:url('/static/btn-play.svg')}
.g174qvslvf::before{background-image:url('/static/user.svg')}
.s9zt86nwcy{background-image:url('/static/user.svg')}
.tk4bjui7e92os{background-image:url('/static/chevron.svg')}
.jni7ffmux9r4zb{background-image:url('/static/scroll-top.svg')}
.nbcdim7b::before{background-image:url('/static/fullscreen.svg')}
.y9kygs9tsstf{background-image:url('/static/facebook.svg')}
.hlszkufio0{background-image:url('/static/social-x.svg')}
.gucjse60{background-image:url('/static/social-x.svg')}
.cx5wt0pp7z{background-image:url('/static/social-x.svg')}
.vywcyfot0gk{background-image:url('/static/ic-ig.svg')}
.ugh36zxv7q{background-image:url('/static/tg.svg')}
.ip5zctih92gw{background-image:url('/static/yt.svg')}
.ec1stcuw{background-image:url('/static/in.svg')}
.y9i5ln9oevl8w{background-image:url('/static/social-tt.svg')}
.d03deq0y48xoo{background-image:url('/static/social-dc.svg')}
