:root{
    --bg:#0a0e0a;
    --panel:#111612;
    --panel2:#101510;
    --chip:#161b18;
    --border:#1a1f1a;
    --border2:#202520;
    --muted:#9ca3af;
    --muted2:#6b7280;
    --text:#ffffff;
    --accent:#FF6656;
    --green:#22c55e;
    --red:#FF6656;
    --shadow-accent: rgba(201,255,0,.18);
}

*{box-sizing:border-box}
html,body{height:100%}
body{
    margin:0;
    background:var(--bg);
    color:var(--text);
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

a{color:inherit}
button{font:inherit}

.c16e63c9a87{
    position:absolute; width:1px; height:1px; padding:0; margin:-1px;
    overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}
.c47bcd2da5d {
    color: #FF6656;
    font-weight: 700;
    font-size: 28px;
}

.c72a7e81b88{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

/* hide scrollbar but keep scroll */
.scrollbar-hide::-webkit-scrollbar{display:none}
.scrollbar-hide{ -ms-overflow-style:none; scrollbar-width:none; }

/* layout */
.app{display:flex; min-height:100vh;}

.main{flex:1; min-width:0; display:flex; flex-direction:column;}
.header{
    position:sticky; top:0; z-index:50;
    height:64px;
    display:flex; align-items:center; justify-content:space-between;
    padding:0 24px;
    background:rgba(10,14,10,.90);
    backdrop-filter: blur(12px);
    border-bottom:1px solid var(--border);
}
.content{
    flex:1;
    overflow:auto;
    padding:16px;
    display:flex;
    flex-direction:column;
    gap:32px;
}
@media (min-width:768px){
    .content {
        padding:24px;
    }
    .c6249d903b4 {
        display: grid;
        grid-template-columns: 40% auto;
    }
}

/* brand + nav */
.c0fc94853f3{padding:24px;}
.c5190fcfdfb{
    margin:0;
    font-size:24px;
    font-weight:900;
    font-style:italic;
    letter-spacing:-0.04em;
}
.c7a0942c4db{color:var(--accent);}

.c4e6e57cb1b{padding:0 12px 28px; display:flex; flex-direction:column; gap:4px;}
.cee88b2d150{
    display:flex; align-items:center; gap:12px;
    padding:8px 12px;
    border-radius:16px;
    font-size:14px;
    font-weight:700;
    color:#d1d5db;
    text-decoration:none;
    transition:.15s ease;
}
.cee88b2d150:hover{color:#fff; background:rgba(10,14,10,.35);}
.ce998379872{
    background:var(--bg);
    color:#fff;
    border:1px solid var(--border);
}
.c51f891bdfe{
    width:28px; height:28px;
    border-radius:12px;
    background:rgba(10,14,10,.6);
    border:1px solid var(--border);
    display:flex; align-items:center; justify-content:center;
}

.c9a65b75390{
    padding:22px 12px 8px;
    font-size:12px;
    font-weight:800;
    color:var(--muted2);
    letter-spacing:.14em;
    text-transform:uppercase;
}
.c3cb227884c{padding:0 4px 24px; display:flex; flex-direction:column; gap:4px;}
.c355254e035{
    display:flex; align-items:center; justify-content:space-between;
    padding:8px 12px;
    border-radius:16px;
    text-decoration:none;
    transition:.15s ease;
}
.c355254e035:hover{background:rgba(10,14,10,.35);}
.cad040478bf{display:flex; align-items:center; gap:12px;}
.c0b3fb9c25d{font-size:10px; color:var(--muted2); line-height:1}
.ced6720cd50{font-size:14px; font-weight:700; color:#e5e7eb; line-height:1.15}
.c355254e035:hover .ced6720cd50{color:#fff}
.c210807fdfb{width:12px; height:12px; color:#4b5563}
.c355254e035:hover .c210807fdfb{color:var(--muted)}

button {
    cursor: pointer;
}
/* header */
.c4b4ffe9df6{display:flex; align-items:center; gap:28px;}
.c8a3ad98bc4{display:flex; align-items:center; gap:18px;}
.c305b0ec78c{
    font-size:12px;
    font-weight:600;
    background: transparent;
    border: none;
    color:var(--muted);
    white-space:nowrap;
    text-decoration: none;
}
.c17422a4a86{
    display:flex; align-items:center; gap:8px;
}
.c97c34fb413{
    width:12px; height:12px;
    border-radius:999px;
    background:var(--red);
    animation:pulse 1.4s infinite;
}
@keyframes pulse{
    0%{ box-shadow:0 0 0 0 rgba(239,68,68,.5) }
    70%{ box-shadow:0 0 0 10px rgba(239,68,68,0) }
    100%{ box-shadow:0 0 0 0 rgba(239,68,68,0) }
}

.cb8c955f52c{display:flex; align-items:center; gap:16px;}
.c4bf4f33b5c{
    border:0;
    background:transparent;
    color:var(--muted);
    padding:8px;
    cursor:pointer;
    border-radius:10px;
}
.c4bf4f33b5c:hover{color:#fff; background:rgba(255,255,255,.03);}
.c4d92cadc4a{
    display:flex; align-items:center; gap:6px;
    height:32px;
    padding:0 12px;
    border-left:1px solid var(--border);
    border-right:1px solid var(--border);
    cursor:pointer;
}
.c769501682d{
    border:0;
    background:transparent;
    color:#d1d5db;
    font-size:14px;
    font-weight:700;
    padding:10px 12px;
    cursor:pointer;
    text-decoration: none;
}
.c769501682d:hover{color:#fff}
.c24d643f37c{
    background:var(--accent);
    color:#000;
    padding:10px 18px;
    border-radius:999px;
    font-weight:900;
    box-shadow:0 12px 28px var(--shadow-accent);
}
.c24d643f37c:hover{filter:brightness(1.06);}

/* hero */
.c6249d903b4{
    position:relative;
    height:auto;
    border-radius:24px;
    overflow:hidden;
    background:var(--panel2);
    border:1px solid var(--border2);
}
.c6249d903b4::before{
    content:"";
    position:absolute; inset:0;
    opacity:.6;
    background:
            radial-gradient(600px 300px at 80% 30%, rgba(201,255,0,.14), transparent 55%),
            radial-gradient(600px 350px at 70% 80%, rgba(34,197,94,.10), transparent 60%),
            linear-gradient(90deg, rgba(201,255,0,.07), transparent 60%);
    pointer-events:none;
}
.c6249d903b4::after{
    content:"";
    position:absolute;
    top:50%; right:-80px;
    width:600px; height:600px;
    background:rgba(201,255,0,.10);
    filter:blur(120px);
    border-radius:999px;
    pointer-events:none;
}
.c829e85c426{
    position:absolute;
    display:flex; align-items:center; justify-content:center;
    background:rgba(10,14,10,.5);
    border:1px solid var(--border2);
    border-radius:24px;
    transition:transform .7s ease;
}
.ca6e4b272da{right:80px; top:48px; width:128px; height:128px; font-size:40px;}
.c673c6ae675{right:192px; bottom:40px; width:96px; height:96px; font-size:32px;}
.c6249d903b4:hover .ca6e4b272da{transform:scale(1.1);}
.c6249d903b4:hover .c673c6ae675{transform:translateY(-16px);}

.cff18df3ea7{
    position:relative;
    z-index:1;
    height:100%;
    max-width:720px;
    padding:48px;
    display:flex;
    flex-direction:column;
}
.c14754fe8b6{
    margin:0 0 8px;
    font-size:12px;
    font-weight:700;
    color:var(--accent);
    letter-spacing:.08em;
    text-transform:uppercase;
}
.c7347ba3435{
    margin:0 0 18px;
    font-size:64px;
    font-weight:900;
    line-height:1.02;
    letter-spacing:-0.03em;
}
.cce2ed02966{
    background:linear-gradient(90deg, var(--accent), var(--green));
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
}
.c70db34b6bd{
    width:fit-content;
    background:var(--accent);
    color:#000;
    border:0;
    padding:16px 22px;
    border-radius:18px;
    font-size:18px;
    font-weight:900;
    cursor:pointer;
    box-shadow:0 16px 40px var(--shadow-accent);
    transition:transform .08s ease, filter .15s ease;
    text-decoration: none;
}
.c70db34b6bd:hover{filter:brightness(1.06);}
.c70db34b6bd:active{transform:scale(.98);}

/* horizontal chips */
.cef47f819dc{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:16px;
    overflow:auto;
}
.cd1fa5e0a5a{
    min-width:140px;
    display:flex;
    align-items:center;
    gap:12px;
    padding:12px 16px;
    border-radius:18px;
    color: var(--text);
    background:var(--chip);
    border:1px solid var(--border);
    cursor:pointer;
    transition:.15s ease;
    white-space:nowrap;
    text-decoration: none;
    justify-content: center;
}
.cd1fa5e0a5a:hover{border-color:#2a2f2a;
    background: var(--accent);}
.c89057da62c{
    width:24px; height:24px;
    border-radius:999px;
    display:flex; align-items:center; justify-content:center;
    background:rgba(201,255,0,.10);
}
.c17338dc4bd{font-size:14px; font-weight:700;}

table {
    margin: 15px 0;
    width: 100%;
    border-spacing: 0;
}
table td {
    padding: 15px;
    border: 1px solid;
}

/* sections */
.ca6cd993c10{display:flex; flex-direction:column; gap:16px;}
.c126c75a45b{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
}
.c8352aaf59b{
    margin:0;
    font-size:20px;
    font-weight:900;
    letter-spacing:-0.02em;
}
.c242f0efba8{
    font-size:14px;
    color:var(--muted);
    text-decoration:none;
    background: transparent;
    border: none;
}
.c242f0efba8:hover{color:#fff;}

.c97fec9c288{display:flex; align-items:center; gap:8px;}
.c894c345c06{font-size:14px; font-weight:700; color:var(--muted);}
.c2c028ef01d{font-size:18px; color:var(--accent);}

.c7bbf7b5419{
    font-size:40px;
    font-weight:900;
    letter-spacing:-0.02em;
    margin:0;
}

/* grids */
.cd3150bcaf2{display:grid; gap:16px;}
.cdabd3ec8b9{grid-template-columns:1fr;}
@media (min-width:640px){ .cdabd3ec8b9{grid-template-columns:repeat(2, 1fr);} }
@media (min-width:1024px){ .cdabd3ec8b9{grid-template-columns:repeat(4, 1fr);} }

.c4617a6a24b{grid-template-columns:repeat(2, 1fr); gap:12px;}
@media (min-width:640px){ .c4617a6a24b{grid-template-columns:repeat(3, 1fr);} }
@media (min-width:1024px){ .c4617a6a24b{grid-template-columns:repeat(4, 1fr);} }

@media (min-width:640px){ .c4617a6a24b.c533b590384{grid-template-columns:repeat(4, 1fr);} }
@media (min-width:1024px){ .c4617a6a24b.c533b590384{grid-template-columns:repeat(7, 1fr);} }

@media (min-width:768px){
    .cd5f047b70b {
        grid-template-columns:1fr;
    }
}

/* winner cards */
.c1c401ff702{
    background:var(--panel);
    border:1px solid var(--border);
    border-radius:18px;
    padding:16px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    transition:.15s ease;
    text-decoration: none;
    color: var(--text);
}
.c1c401ff702:hover{border-color:#2a2f2a;}
.cc58ea92884{display:flex; align-items:center; gap:12px;}
.cf8f8565ccc{
    background:var(--accent);
    color:#000;
    font-size:10px;
    font-weight:900;
    padding:4px 8px;
    border-radius:6px;
}
.c617a842062{display:flex; flex-direction:column; gap:2px;}
.c09d1e2a8f3{font-size:12px; color:var(--muted2);}
.c85e204d937{font-size:14px; font-weight:900;}
.cf5c4ee098c{font-size:10px; color:var(--muted2);}
.c7ecf86ac51{
    width:16px; height:16px;
    color:var(--accent);
    opacity:0;
    transition:opacity .15s ease;
}
.c1c401ff702:hover .c7ecf86ac51{opacity:1;}

/* game cards */
.c26732c889f{display:flex; flex-direction:column; gap:8px;text-decoration: none;padding: 0;background: transparent;border:none;}
.cd69575aecf {
    height: 100%;
}
.cd69575aecf img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.c310747346c{
    position:relative;
    border-radius:18px;
    overflow:hidden;
    background:var(--panel);
    border:1px solid var(--border);
    aspect-ratio:3/4;
}
.c310747346c::after{
    content:"";
    position:absolute; inset:0;
    background:linear-gradient(to bottom, transparent, rgba(0,0,0,.6));
}
.c8ab190e14c{
    position:absolute;
    padding: 12px;
    left:0; right:0; bottom:0;
    width: 100%;
    background: #000;
    display:flex; align-items:center; justify-content:space-between;
    z-index:1;
}
.ce67a156ec2{
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:.12em;
    color:#d1d5db;
}
.cbca9014793{
    font-size:10px;
    font-weight:900;
    color:var(--accent);
}
.c15e3a3e290{display:flex; flex-direction:column; gap:2px;}
.cf0c8386459{font-size:11px; font-weight:900; color:#e5e7eb;}
.c252e8c22fd{font-size:10px; color:var(--muted2); font-weight:600;}

/* providers */
.c775c94b591{display:flex; align-items:center; gap:12px; overflow:auto; padding:8px 0;}
.c6267cf9d2f{
    display:flex; align-items:center; gap:8px;
    border-radius:999px;
    padding:8px 14px;
    text-decoration: none;
    background:var(--panel);
    border:1px solid var(--border);
    color:#d1d5db;
    font-size:14px;
    font-weight:700;
    cursor:pointer;
    white-space:nowrap;
    transition:.15s ease;
}
.c6267cf9d2f:hover{border-color:#2a2f2a; color:#fff;}
.cce3d72bcd5{width:8px; height:8px; border-radius:999px; background:var(--accent);}
.c6d4f4f8660{font-size:10px; color:var(--muted2); font-weight:700;}

/* live */
.c8a0a724f9a{
    position:absolute;
    top:12px; left:12px;
    background:rgba(239,68,68,.9);
    color:#fff;
    font-size:10px;
    font-weight:900;
    padding:4px 10px;
    border-radius:999px;
    z-index:2;
}
.c670903343e{
    font-size:10px;
    font-weight:900;
    color:var(--accent);
}

/* promos */
.c2d45348c42{
    position:relative;
    overflow:hidden;
    display:flex;
    align-items:center;
}
.c2d45348c42 button {
    padding: 0;
    border: none;
    background: transparent;
}
.app-section {
    text-align: center;
}
.app-section .cd06392d70e {
    gap: 16px;
    justify-content: center;
}
.c2d45348c42:hover{border-color:#2a2f2a;}
.c4aebcefca8{
    margin:0;
    font-size:40px;
    font-weight:900;
    font-style:italic;
    letter-spacing:-0.02em;
    text-transform:uppercase;
    transition:transform .15s ease;
}
.c2d45348c42:hover .c4aebcefca8{transform:scale(1.03);}
.c3331449cfb{
    position:absolute;
    right:48px;
    font-size:64px;
    opacity:.45;
    transition:transform .15s ease, opacity .15s ease;
}
.c2d45348c42:hover .c3331449cfb{transform:scale(1.06); opacity:1;}
.c1e0be9736e{height:80px;}

/* =========================================
   Responsive behavior (mobile-first)
   ========================================= */

/* Header responsiveness */
.c1edb17bc2e{display:inline-flex;}
.c5a4d88893e {
    display:flex;
    align-items:center;
    margin-left: 16px;
}
.c5a4d88893e .dropdown {
    left: auto;
    right: 0;
}
.c8a3ad98bc4{display:none;}

@media (min-width:768px){
    .c8a3ad98bc4{display:flex;}
    .c5a4d88893e{display:none;}
    .c1edb17bc2e{display: none}
}

@media (max-width:420px){
    .c769501682d{display:none;}
    .c769501682d.c24d643f37c{display:inline-flex;}
}

/* Dropdowns */
.c3a75d63915{position:relative; display:flex; align-items:center;}
.c606576b87e{
    display:flex; align-items:center; gap:6px;
    height:32px;
    padding:0 10px;
    border: none;
    background:transparent;
    color:#e5e7eb;
    cursor:pointer;
}
.c606576b87e:hover{color:#fff;}
.c3a75d63915:hover .dropdown {
    opacity: 1;
    visibility: visible;
}
.c5a4d88893e{position:relative;}
.c566765c3a2{
    display:flex; align-items:center; gap:8px;
    padding:8px 12px;
    border-radius:14px;
    border:1px solid var(--border);
    background:rgba(17,22,18,.6);
    color:#e5e7eb;
    font-weight:800;
    cursor:pointer;
}
.c5a4d88893e:hover .dropdown {
    opacity: 1;
    visibility: visible;
}
.c566765c3a2:hover{border-color:#2a2f2a; color:#fff;}

.cb0441dd018{opacity:.7}
.dropdown{
    position:absolute;
    top:100%;
    right:0;
    min-width:210px;
    background:#0d120e;
    border:1px solid var(--border);
    border-radius:16px;
    padding:6px;
    box-shadow:0 20px 50px rgba(0,0,0,.45);
    z-index:80;
    visibility: hidden;
    opacity: 0;
    transition: .2s;
}
.c04ea94a2fd{left:0; right:auto; min-width:220px;}
.cceb17cc411{
    width:100%;
    display:flex;
    align-items:center;
    gap:10px;
    padding:10px 10px;
    border-radius:12px;
    background:transparent;
    border:0;
    color:#e5e7eb;
    font-weight:700;
    font-size:14px;
    text-decoration:none;
    cursor:pointer;
}
.cceb17cc411:hover{background:rgba(201,255,0,.10); color:#fff;}

/* faq */
.cc3f31f2e89{display:grid; gap:10px;}
.cd62f1ed779{border:1px solid var(--border); border-radius:18px; overflow:hidden; background:rgba(255,255,255,.02);}
.cd62f1ed779 summary{padding:14px 14px; cursor:pointer; font-weight:900;}
.cd62f1ed779 summary::marker{display:none}
.cd62f1ed779 .c779ea20854{padding:0 14px 14px; color:var(--muted);}

/* footer */
footer.footer{border-top:1px solid var(--border); padding:22px 16px; color:var(--muted);}
footer.footer .cbb435a30ec {
    font-size: 24px;
}
footer.footer button {
    background: transparent;
    border: none;
    color: var(--text);
}
footer.footer .c1782c7934d {
    font-weight: 900;
    color: #fff;
    margin-bottom: 16px;
}
footer.footer .c39b1e27ed8 {
    display:grid; grid-template-columns:repeat(3,1fr); gap:10px;
}
footer.footer .c1629e24d79 {
    text-align: center;
    margin-top: 48px;
}
footer.footer .ce9101c9bef .c57a85a92aa {
    display:flex; flex-direction:column; gap:8px; margin-top:10px;
}
footer.footer .ce9101c9bef .c57a85a92aa button {
    background: transparent;
    border: none;
    color: var(--text);
    display: inline-flex;
}
@media (min-width:768px){ footer.footer{padding:26px;} }
footer.footer .wrap{display:grid; gap:18px;}
@media (min-width:900px){ footer.footer .wrap{grid-template-columns: 1fr 1fr 1fr 1fr;} }
footer.footer .ce190b1ba61{display:flex; gap:10px; flex-wrap:wrap;margin-top:12px;}
footer.footer .ca7dafe2b26{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background: transparent;border:none}




/* ======== AUTO-GEN OVERRIDES (x_20b99f5dec) ======== */
body.ce7f2de509d{
    --bg:#0a0e0a;
    --panel:#141414;
    --panel2:#141414;
    --chip:rgba(255,255,255,.04);
    --border:#23283a;
    --border2:#23283a;
    --muted:#9ca3af;
    --muted2:#6b7280;
    --text:#ffffff;
    --accent:#FF6656;

    /* ✅ ширина гуляет 70–100% */
    --pageW:100%;

    /* ✅ радиусы */
    --rSm:0px;
    --rMd:13px;
    --rLg:19px;

    /* ✅ кнопки */
    --btnPadX:22px;
    --btnPadY:14px;
    --btnBorder:1px;
    --btnGlow:0 10px 34px rgba(201,255,0,.10);
    --btnMode:brutal;

    color: var(--text);
    font-family: "Urbanist", system-ui, sans-serif;
    overflow-x:hidden;
}

body.ce7f2de509d h1, body.ce7f2de509d h2, body.ce7f2de509d h3, body.ce7f2de509d h4{
    font-family: "Inter", system-ui, sans-serif;
}

/* ✅ реальная “гуляющая” ширина: режем sidebar и даём контейнеру max-width */
@media (min-width: 900px){
    body.ce7f2de509d .sidebar{ display:none !important; }
    body.ce7f2de509d .app{ display:block !important; }
    body.ce7f2de509d .main{
        width: var(--pageW) !important;
        max-width: none !important;
        margin: 0 auto !important;
    }
}

/* анти горизонтальный скролл */
body.ce7f2de509d *, body.ce7f2de509d *::before, body.ce7f2de509d *::after{ box-sizing:border-box; }
body.ce7f2de509d .app, body.ce7f2de509d .main, body.ce7f2de509d .content{ overflow-x:hidden; }
body.ce7f2de509d img, body.ce7f2de509d svg{ max-width:100%; }
body.ce7f2de509d .cd3150bcaf2{ min-width:0; }
body.ce7f2de509d .cd3150bcaf2 > *{ min-width:0; }

/* базовые радиусы на карточки */
body.ce7f2de509d .c1c401ff702{ border-radius: var(--rMd) !important; }
body.ce7f2de509d .cd1fa5e0a5a, body.ce7f2de509d .c6267cf9d2f{ border-radius: var(--rSm) !important; }
body.ce7f2de509d .c6249d903b4{ border-radius: var(--rLg) !important; }

/* ✅ кнопки: разные режимы */
body.ce7f2de509d .c24d643f37c,
body.ce7f2de509d .c70db34b6bd{
    padding: var(--btnPadY) var(--btnPadX) !important;
    border-radius: 19px !important;
    font-weight: 800 !important;
    text-transform: none !important;
    box-shadow: 0 10px 28px rgba(0,229,255,.18) !important;
    letter-spacing: 0 !important;
}

/* mode: outline */
body.ce7f2de509d[data-btn="outline"] .c24d643f37c,
body.ce7f2de509d[data-btn="outline"] .c70db34b6bd{
    background: transparent !important;
    color: var(--accent) !important;
    border-color: var(--accent) !important;
    box-shadow: none !important;
}

/* mode: glass */
body.ce7f2de509d[data-btn="glass"] .c24d643f37c,
body.ce7f2de509d[data-btn="glass"] .c70db34b6bd{
    background: rgba(255,255,255,.12) !important;
    backdrop-filter: blur(12px);
}

/* mode: brutal */
body.ce7f2de509d[data-btn="brutal"] .c24d643f37c,
body.ce7f2de509d[data-btn="brutal"] .c70db34b6bd{
    border: 3px solid var(--text) !important;
    border-radius: 0 !important;
    box-shadow: 8px 8px 0 rgba(0,0,0,.55) !important;
    text-transform: uppercase;
    letter-spacing: .05em;
}

/* сетки безопасные (как раньше) */
body.ce7f2de509d .cdabd3ec8b9{ grid-template-columns: repeat(1, minmax(0,1fr)) !important; }
@media (min-width:640px){ body.ce7f2de509d .cdabd3ec8b9{ grid-template-columns: repeat(3, minmax(0,1fr)) !important; } }
@media (min-width:1024px){ body.ce7f2de509d .cdabd3ec8b9{ grid-template-columns: repeat(5, minmax(0,1fr)) !important; } }

body.ce7f2de509d .c4617a6a24b{ grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
@media (min-width:640px){ body.ce7f2de509d .c4617a6a24b{ grid-template-columns: repeat(2, minmax(0,1fr)) !important; } }
@media (min-width:1024px){ body.ce7f2de509d .c4617a6a24b{ grid-template-columns: repeat(5, minmax(0,1fr)) !important; } }
/* ======== /AUTO-GEN OVERRIDES ======== */

/* ===== HERO RANDOM ===== */
body.ce7f2de509d .c6249d903b4{
    /* по умолчанию убираем “лишние” эффекты, потом добавим обратно по режиму */
    background: var(--panel) !important;
    position: relative;
    overflow: hidden;
}

/* если в оригинале градиент через ::before/::after, то гасим */
body.ce7f2de509d .c6249d903b4::before,
body.ce7f2de509d .c6249d903b4::after{
    content: none !important;
}

/* градиенты: none / soft / strong */
body.ce7f2de509d[data-hero-grad="none"] .c6249d903b4{
    background: var(--panel) !important;
}

body.ce7f2de509d[data-hero-grad="soft"] .c6249d903b4{
    background:
            radial-gradient(800px 420px at 20% 20%, rgba(201,255,0,.14), transparent 60%),
            radial-gradient(900px 500px at 80% 20%, rgba(0,229,255,.10), transparent 62%),
            var(--panel) !important;
}

body.ce7f2de509d[data-hero-grad="strong"] .c6249d903b4{
    background:
            linear-gradient(135deg, rgba(201,255,0,.18), transparent 55%),
            radial-gradient(900px 500px at 80% 10%, rgba(0,229,255,.14), transparent 62%),
            var(--panel) !important;
}

/* Layout: center */
body.ce7f2de509d[data-hero="center"] .cff18df3ea7{
    margin: 0 auto !important;
    max-width: 820px !important;
    text-align: center !important;
    align-items: center !important;
}
body.ce7f2de509d[data-hero="center"] .c70db34b6bd{
    margin: 14px auto 0 !important;
}

/* Layout: centerWide (чуть “шире”, кнопка по центру) */
body.ce7f2de509d[data-hero="centerWide"] .cff18df3ea7{
    margin: 0 auto !important;
    max-width: 980px !important;
    text-align: center !important;
    align-items: center !important;
}
body.ce7f2de509d[data-hero="centerWide"] .c7347ba3435{
    font-size: clamp(34px, 6vw, 62px) !important;
}
body.ce7f2de509d[data-hero="centerWide"] .c70db34b6bd{
    margin: 16px auto 0 !important;
    min-width: 220px;
}

/* Layout: right */
body.ce7f2de509d[data-hero="right"] .cff18df3ea7{
    margin-left: auto !important;
    margin-right: 0 !important;
    max-width: 860px !important;
    text-align: left !important;
}

/* Layout: left (дефолт) */
body.ce7f2de509d[data-hero="left"] .cff18df3ea7{
    margin-left: 0 !important;
    margin-right: auto !important;
    max-width: 860px !important;
    text-align: left !important;
}
/* ===== /HERO RANDOM ===== */