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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.yccwweqe1 svg {
    flex-shrink: 0;
}

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

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

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

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

.qsclpel4 svg {
    display: block;
}

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

.cl3ywgnuj {
    min-height: 60vh;
}

.m1jxojlu8me {
    padding: 0;
}

.d4zmg3eoig4v {
    padding-top: 40px;
}
.m1jxojlu8me + .m1jxojlu8me {
    margin-top: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vvbnuh48j90 {
    margin-bottom: 32px;
}

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

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

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

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

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

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

.vvbnuh48j90 table {
    width: 100%;
    
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    margin: 24px 0;
    background: var(--bg-card);
    border: 1px solid var(--border-default);
    border-radius: var(--radius-lg);
    
    table-layout: fixed;
    min-width: 0 !important;
}

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

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

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

.vvbnuh48j90 th,
.vvbnuh48j90 td {
    padding: 10px 20px;
    border-bottom: 1px solid var(--border-subtle);
    text-align: left;
    vertical-align: top;
    overflow-wrap: anywhere;
    word-break: break-word;
    font-size: 14px;
    color: var(--text-secondary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.v1hb3fx2zrhcpj ul,
.luh1u338b2lkw ul {
    list-style: none;
}

.v1hb3fx2zrhcpj li,
.luh1u338b2lkw 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;
}

.v1hb3fx2zrhcpj li:last-child,
.luh1u338b2lkw li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.v1hb3fx2zrhcpj li:first-child,
.luh1u338b2lkw li:first-child {
    padding-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.prujjir87 {
    margin: 40px 0;
}

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

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

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

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

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

.m408043kni2q9h {
    margin-bottom: 32px;
}

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

.f766tf7jr4ag {
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    flex-direction: column;
}

.f766tf7jr4ag:hover {
    transform: translateY(-6px) scale(1.025);
    
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55),
                0 0 0 1px var(--accent-color),
                0 10px 34px var(--accent-glow);
}

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

.p5xow22b img {
    width: 102%;
    height: 102%;
    margin: -1%;
    object-fit: cover;
    display: block;
    
    animation: slotKenBurns 22s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
    will-change: transform;
}

@keyframes slotKenBurns {
    from { transform: scale(1) translate(0, 0); }
    to   { transform: scale(1.05) translate(-1%, -0.8%); }
}

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

.p5xow22b::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        110deg,
        transparent 38%,
        rgba(255, 255, 255, 0.14) 50%,
        transparent 62%
    );
    transform: translateX(-130%);
    animation: slotShine 12s cubic-bezier(0.3, 0, 0.2, 1) infinite;
}
@keyframes slotShine {
    
    0%   { transform: translateX(-130%); }
    12%  { transform: translateX(130%); }
    100% { transform: translateX(130%); }
}

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

.f766tf7jr4ag:hover .p5xow22b::after {
    background: linear-gradient(
        110deg,
        transparent 40%,
        rgba(255, 255, 255, 0.4) 50%,
        transparent 60%
    );
    animation: slotShine 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (prefers-reduced-motion: reduce) {
    .p5xow22b img { animation: none; }
    .p5xow22b::after { animation: none; opacity: 0; }
}

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

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

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

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

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

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

@media (hover: hover) {
    .f766tf7jr4ag:hover .af2syzwx9f {
        opacity: 1;
        pointer-events: auto;
    }
    .f766tf7jr4ag:hover .hd25mah0ycgf {
        transform: translateY(0);
    }
}

.f766tf7jr4ag.yobel6bagxzo .af2syzwx9f {
    opacity: 1;
    pointer-events: auto;
}
.f766tf7jr4ag.yobel6bagxzo .hd25mah0ycgf {
    transform: translateY(0);
}

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

.hd25mah0ycgf {
    display: flex;
    flex-direction: column;
    gap: 9px;
    width: 84%;
    max-width: 200px;
    padding: 0 4px;
    transform: translateY(8px);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.ohablk3qjja,
.hq6bawxi3mpr {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    padding: 10px 14px;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .3px;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    transition: transform .18s ease, filter .18s ease, background .18s ease,
                border-color .18s ease, box-shadow .18s ease;
}

.ohablk3qjja {
    background: rgba(0, 0, 0, .48);
    border: 1.5px solid rgba(255, 255, 255, .55);
    color: #fff;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .8);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
.ohablk3qjja:hover {
    background: rgba(0, 0, 0, .66);
    border-color: #fff;
    transform: translateY(-1px);
}

.hq6bawxi3mpr {
    background-color: var(--accent-color);
    background-image: linear-gradient(180deg,
        rgba(255, 255, 255, .16) 0%, rgba(0, 0, 0, .14) 100%);
    color: var(--accent-text-color);
    border: none;
    box-shadow: 0 5px 16px var(--accent-glow),
                inset 0 1px 0 rgba(255, 255, 255, .3);
}
.hq6bawxi3mpr:hover {
    filter: brightness(1.07);
    transform: translateY(-1px);
    box-shadow: 0 8px 22px var(--accent-glow),
                inset 0 1px 0 rgba(255, 255, 255, .35);
}

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

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

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

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

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

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

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

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

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

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

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

.ohesom5jme {
    margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.t9ooci6e {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.qf3txffy57 {
    margin-top: 40px;
}

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

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

@media (max-width: 960px) {
    .qsclpel4 {
        display: flex;
        order: 99;
        flex-shrink: 0;
    }
    .v655gdsp5 {
        display: none !important;
    }
    .vyyu3xy4 {
        display: none;
    }
    .ph2hk7j5 {
        display: block;
        margin-left: auto;
        margin-right: 6px;
    }
    .nmydrr9mmud {
        height: 56px;
    }
    .r3a6wxndy {
        flex-shrink: 1;
        min-width: 100px;
        overflow: hidden;
        padding-left: 8px;
    }
    .r3a6wxndy img {
        max-width: 100%;
        height: 32px;
        max-height: 32px;
    }
    
    .ph2hk7j5,
    .zahlg2ozm4 {
        padding: 9px 14px;
    }
    .nmydrr9mmud {
        gap: 12px;
    }
    .n8r6uhhg {
        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;
    }
    .n8r6uhhg.hi85adjfq {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
}

@media (max-width: 768px) {
    .guleijltz {
        gap: 14px;
    }
    .ylina8g1ysfvwf {
        width: 100px;
        height: 130px;
    }
    .t9ooci6e h1 {
        font-size: 1.1rem;
    }
    .oj99r5j4w2qn {
        display: none;
    }
    .xs07kau04x7g1 {
        flex-direction: column;
    }
    .eydacvr7y, .oj99r5j4w2qn {
        justify-content: center;
    }
    .qf3txffy57 .ggzyubloys6 {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lgrskgghj8j1mw.hi85adjfq .x3a4vb50d76n {
    padding: 0 24px 20px;
    max-height: 600px;
}

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

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

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

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

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

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

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

.ccbvwxtd.adyzit7hww0d {
    color: var(--accent-color);
}

.ccbvwxtd.egmrv4qv {
    color: var(--accent-color);
    opacity: 0.5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.thmknecky7j .g1p4lpe6b2 {
    transform: rotate(-90deg);
}

.thmknecky7j .swvzk44an882 {
    display: none;
}

.thmknecky7j .ja6259vra52 {
    margin-bottom: 0;
}

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

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

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

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

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

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

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

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

.jp0qc15bjdr a:hover .hcfbi1p2m {
    border-color: var(--accent-color);
    color: var(--accent-color);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tan4zlimzb.idibc5koxg {
    color: var(--text-secondary);
}

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

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

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

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

.hp4jef0x6lu2w:hover img {
    opacity: 0.8;
}

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

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

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

.eihedwy03:hover img {
    opacity: 0.8;
}

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

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

.i0cvpq1w.y4pfamizrv {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

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

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

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

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

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

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

.n8r6uhhg {
    display: none;
}

.cnyzb2pjlk2 {
    position: relative;
}

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

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

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

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

.xj3udz6nir.hi85adjfq .cxypvptnv2u7b0 {
    transform: rotate(180deg);
}

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

.wbwn5hzfqfzh24.hi85adjfq {
    display: block;
}

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

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

@media (max-width: 768px) {
    .ggzyubloys6 {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .qlvqkldjwejfzu {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    
    .hd25mah0ycgf { width: 92%; gap: 8px; }
    .ohablk3qjja, .hq6bawxi3mpr {
        min-height: 44px;
        padding: 11px 8px;
        font-size: 13px;
        letter-spacing: .2px;
    }

    .v7uotc2epupzc {
        padding: 0;
    }

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

    .mbkjiewjji {
        font-size: 1.4rem;
    }

    .egj7esc1 {
        font-size: 0.88rem;
    }

    .ki6swj8vgkk {
        flex-direction: column;
    }

    .vtbmz8icw,
    .i0rda1gvoc5zs {
        width: 100%;
        justify-content: center;
    }

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

    .v1hb3fx2zrhcpj,
    .luh1u338b2lkw {
        padding: 20px;
    }

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

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

    .w35xup5rb6 {
        padding: 20px 32px;
    }

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

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

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

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

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

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

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

    .jdyhk3ki76:hover {
        opacity: 0.9;
    }

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

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

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

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

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

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

    .ygr3f9yqp {
        flex-wrap: wrap;
    }

    .y7ftniytpdt {
        flex-direction: column;
        gap: 32px;
        text-align: center;
    }
    .ifsz0kuy {
        max-width: 100%;
    }
    .tmlkn5l7t3som {
        margin: 0 auto 14px;
    }
    .ddf5qlg3l {
        justify-content: center;
    }
    .qiglk61ibgkx {
        flex-direction: column;
        gap: 24px;
        align-items: center;
    }
    .efo5fp9ox4r {
        align-items: center;
    }
    .r07z5p4pcjm {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .r07z5p4pcjm .pcblbw0pr {
        width: 100%;
        text-align: center;
        margin-bottom: 2px;
    }
    .rb26ns5gi {
        gap: 12px;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        scrollbar-width: none;
    }
    .rb26ns5gi::-webkit-scrollbar {
        display: none;
    }
    .hp4jef0x6lu2w {
        width: 48px;
        height: 32px;
    }
    .hp4jef0x6lu2w img {
        max-height: 26px;
        max-width: 48px;
    }
    .i9nhwm0b5shd6k {
        gap: 10px;
    }
    .eihedwy03 img {
        height: 32px;
    }
    .hp0w4mxm {
        font-size: 24px;
    }

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

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

    .w3j8wtcj2q8w {
        padding: 0 16px;
    }

    .v7uotc2epupzc {
        padding: 0;
    }

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

    .mbkjiewjji {
        font-size: 1.25rem;
    }

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

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

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

    .dv38y7i8x6qr {
        width: 45%;
    }

    .v1hb3fx2zrhcpj,
    .luh1u338b2lkw {
        padding: 16px;
    }

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

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

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

    .lgrskgghj8j1mw.hi85adjfq .x3a4vb50d76n {
        padding: 0 18px 16px;
    }

    .w35xup5rb6 {
        padding: 20px 32px;
    }

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

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

.b8m1y7mj6y {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.b66ru3e2f {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    object-fit: cover;
}
.iab8sa8ucxenl {
    width: 16px;
    height: 12px;
    border-radius: 2px;
    object-fit: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bajtzp2fhwe4ie,
.q8p67opdsfuf {
    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));
}

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

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

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

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

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

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

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

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

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

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

.shgjppox {
    padding: 8px 24px;
}

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

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

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

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

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

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

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

.tmg6htxz4kkxm.idibc5koxg {
    background: var(--accent-color, #d4a017);
}

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

.hz40fqxn9lzy9.idibc5koxg {
    left: 22px;
}

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

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

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

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

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

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

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

@media (max-width: 640px) {
    .meu6c2hqz9z5 {
        width: 96%;
        top: 4px;
    }
    .enuf2enm8zc {
        padding: 12px 14px;
        gap: 10px;
    }
    .gm5r80x3aogg {
        font-size: 12px;
    }
    .uqaf75fz7uz {
        width: 100%;
    }
    .wsogr9nzxatypk {
        flex: 1;
        padding: 8px 10px;
        font-size: 12px;
        text-align: center;
    }
}

:root{--bg-base:#1d0b01;--accent-color:#a34b04;--accent-text-color:#ffffff;--text-primary:#ffffff;--text-secondary:#ffffff;--hero-overlay-opacity:0.66;--font-main:'Lato',sans-serif}

.t07grwngwn1i{background-image:url('/img/play.svg')}
.yccwweqe1::before{background-image:url('/img/login.svg')}
.zahlg2ozm4{background-image:url('/img/login.svg')}
.cxypvptnv2u7b0{background-image:url('/img/caret.svg')}
.i0cvpq1w{background-image:url('/img/scroll-top.svg')}
.rlfl3q7dhjksnv::before{background-image:url('/img/expand.svg')}
.mpqvu74l{background-image:url('/img/social-fb.svg')}
.we7lphsaci9sm9{background-image:url('/img/ic-x.svg')}
.gsi9hnv67n{background-image:url('/img/ic-x.svg')}
.dw1rzi9c8tsn{background-image:url('/img/ic-x.svg')}
.fqkijs0tmu3n{background-image:url('/img/instagram.svg')}
.xa4yxusovliv90{background-image:url('/img/social-tg.svg')}
.potabgei{background-image:url('/img/youtube.svg')}
.w116f1snuq9p{background-image:url('/img/social-in.svg')}
.mrbijwke2{background-image:url('/img/tt.svg')}
.kzmvu1666b3g{background-image:url('/img/ic-dc.svg')}
