* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --color-primary: #450b17;
    --color-secondary: #c7051d;
    --color-accent: #e0e0e0;
    --color-bg: #110d0e;
    --color-text: #ffffff;
    --color-text-muted: #b0b0b0;
}

body {
    font-family: 'Manrope', sans-serif;
    background-color: var(--color-bg);
    color: var(--color-text);
    line-height: 1.6;
    overflow-x: hidden;
}

.qp9x4k2 {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.wr8n5vp {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.km9v3px {
    background: linear-gradient(135deg, var(--color-primary) 0%, #5a0e1f 100%);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.rt4j8lm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.hw7n2qr {
    display: flex;
    align-items: center;
    gap: 30px;
}

.bx5p9kt img {
    max-height: 50px;
    width: auto;
}

.zp3m8lv {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 15px;
    border-radius: 20px;
}

.jr2n5wp {
    width: 10px;
    height: 10px;
    background: #00ff00;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

.mk4r9th {
    font-size: 14px;
    color: var(--color-text);
}

.vp8k3nr ul {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
}

.vp8k3nr a {
    color: var(--color-text);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.vp8k3nr a:hover {
    color: var(--color-secondary);
}

.tp9k2nv {
    display: flex;
    align-items: center;
    gap: 15px;
}

.fj6m8lr {
    display: flex;
    gap: 10px;
}

.kv3n7mp, .pz5k9nr {
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.kv3n7mp {
    background: var(--color-accent);
    color: #000;
}

.pz5k9nr {
    background: var(--color-secondary);
    color: #fff;
}

.kv3n7mp:hover {
    background: #fff;
    transform: translateY(-2px);
}

.pz5k9nr:hover {
    background: #e00721;
    transform: translateY(-2px);
}

.lm8v3kp {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.lm8v3kp span {
    width: 25px;
    height: 3px;
    background: #fff;
    transition: 0.3s;
}

.lm8v3kp.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.lm8v3kp.active span:nth-child(2) {
    opacity: 0;
}

.lm8v3kp.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

.qn7k2mv {
    display: none;
    background: var(--color-primary);
    padding: 20px;
    margin-top: 15px;
    border-radius: 8px;
}

.qn7k2mv.active {
    display: block;
}

.wt9m5kv {
    list-style: none;
}

.wt9m5kv li {
    margin: 10px 0;
}

.wt9m5kv a {
    color: var(--color-text);
    text-decoration: none;
    font-weight: 500;
    display: block;
    padding: 10px;
    border-radius: 5px;
    transition: background 0.3s;
}

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

.ym4k8rp {
    background: linear-gradient(135deg, rgba(69, 11, 23, 0.9) 0%, rgba(199, 5, 29, 0.7) 100%),
    url('/hero-banner.png') center/cover;
    padding: 80px 20px;
    text-align: center;
}

.lq7n3mv {
    max-width: 800px;
    margin: 0 auto;
}

.qp5m9lv {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.tm9k3np {
    font-size: 24px;
    margin-bottom: 30px;
    color: var(--color-accent);
}

.rk2n7mv {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

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

.wp3n9kr {
    color: #00ff00;
}

.gm7k3np {
    display: inline-block;
    padding: 18px 45px;
    background: var(--color-secondary);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(199, 5, 29, 0.4);
}

.gm7k3np:hover {
    background: #e00721;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(199, 5, 29, 0.6);
}

/* Breadcrumbs */
.fh7m3ls {
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.05);
}

.pn7k2mv {
    display: flex;
    list-style: none;
    gap: 10px;
}

.qm9v3kp a {
    color: var(--color-accent);
    text-decoration: none;
}

.qm9v3kp:not(:last-child)::after {
    content: '/';
    margin-left: 10px;
    color: var(--color-text-muted);
}

/* Main Content */
.nv2k8rq {
    flex: 1;
    padding: 40px 0;
}

/* Section Headers */
.hn8k2pv {
    text-align: center;
    margin-bottom: 40px;
}

.jm7v3kp {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--color-text);
}

.pm6k8nr {
    font-size: 18px;
    color: var(--color-text-muted);
}

/* Advantages Section */
.rm3k9lv {
    margin: 60px 0;
}

.tk9n2mv {
    background: linear-gradient(135deg, rgba(69, 11, 23, 0.5) 0%, rgba(90, 14, 31, 0.5) 100%);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
}

.tk9n2mv:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(199, 5, 29, 0.3);
    border-color: var(--color-secondary);
}

.vm2k8nr {
    margin-bottom: 20px;
}

.vm2k8nr svg {
    color: var(--color-secondary);
}

.qn5k7mp {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.zm8v3nr {
    color: var(--color-text-muted);
    font-size: 15px;
}

/* Winners Section */
.ln9k3mv {
    margin: 60px 0;
}

.wm7k9nv {
    overflow-x: auto;
}

.xn5k2mp {
    width: 100%;
    background: rgba(69, 11, 23, 0.3);
    border-radius: 15px;
    overflow: hidden;
    border-collapse: collapse;
}

.xn5k2mp thead {
    background: var(--color-primary);
}

.xn5k2mp th {
    padding: 15px;
    text-align: left;
    font-weight: 600;
    color: var(--color-text);
}

.xn5k2mp td {
    padding: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.xn5k2mp tbody tr {
    transition: background 0.3s;
}

.xn5k2mp tbody tr:hover {
    background: rgba(199, 5, 29, 0.2);
}

.medal {
    font-size: 20px;
}

.amount {
    color: #00ff88;
    font-weight: 600;
}

/* Video Section */
.gn4k7mv {
    margin: 60px 0;
}

.zm9k3nv {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

/* Games Section */
.tn7k3mv {
    margin: 60px 0;
}

.kn8m2vp {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}

.vm9k3lr {
    background: rgba(69, 11, 23, 0.3);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.vm9k3lr:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(199, 5, 29, 0.4);
    border-color: var(--color-secondary);
}

.wn7k2mp {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3/2;
}

.wn7k2mp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.vm9k3lr:hover .wn7k2mp img {
    transform: scale(1.1);
}

.xm5k9np {
    padding: 20px;
}

.yn2k7mv {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.zm8k3nv {
    color: var(--color-text-muted);
    font-size: 14px;
    margin-bottom: 15px;
}

.pn4k6mr {
    display: block;
    width: 100%;
    padding: 10px;
    background: var(--color-secondary);
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s;
}

.pn4k6mr:hover {
    background: #e00721;
}

/* Wheel Section */
.pn8k4mv {
    margin: 60px 0;
}

.qm7k3nv {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

#wheelCanvas {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.5));
}

.rn5k9mp {
    padding: 15px 40px;
    background: var(--color-secondary);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(199, 5, 29, 0.4);
}

.rn5k9mp:hover:not(:disabled) {
    background: #e00721;
    transform: translateY(-2px);
}

.rn5k9mp:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.tn8k2vp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.vn6k3mp {
    background: var(--color-primary);
    padding: 50px;
    border-radius: 20px;
    text-align: center;
    max-width: 500px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
}

.wn9k5lr {
    font-size: 32px;
    margin-bottom: 15px;
}

.xn4k7mp {
    font-size: 20px;
    margin-bottom: 30px;
}

.yn2k8nv {
    display: inline-block;
    padding: 15px 40px;
    background: var(--color-secondary);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    transition: all 0.3s;
}

.yn2k8nv:hover {
    background: #e00721;
    transform: scale(1.05);
}

/* FAQ Section */
.zn7k4mv {
    margin: 60px 0;
}

.an5k8nv {
    max-width: 900px;
    margin: 0 auto;
}

.bn9k2mv {
    background: rgba(69, 11, 23, 0.3);
    border-radius: 10px;
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.cn4k7lp {
    width: 100%;
    padding: 20px;
    background: transparent;
    border: none;
    color: var(--color-text);
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
}

.cn4k7lp:hover {
    background: rgba(199, 5, 29, 0.2);
}

.dn8k3mv {
    transition: transform 0.3s;
    flex-shrink: 0;
    color: var(--color-secondary);
}

.bn9k2mv.active .dn8k3mv {
    transform: rotate(180deg);
}

.en5k9np {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s;
    padding: 0 20px;
}

.bn9k2mv.active .en5k9np {
    max-height: 500px;
    padding: 0 20px 20px;
}

.en5k9np p {
    color: var(--color-text-muted);
    line-height: 1.8;
}

/* Content Block */
.xm4p9lq {
    margin: 60px 0;
}

.lg6h2nv {
    background: rgba(69, 11, 23, 0.2);
    padding: 40px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.yt8k3bp {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--color-text);
}

.pz5r7jm {
    color: var(--color-text-muted);
    line-height: 1.8;
}

.pz5r7jm h2,
.pz5r7jm h3,
.pz5r7jm h4 {
    color: var(--color-text);
    margin-top: 30px;
    margin-bottom: 15px;
}

.pz5r7jm p {
    margin-bottom: 15px;
}

.pz5r7jm ul,
.pz5r7jm ol {
    margin-left: 25px;
    margin-bottom: 15px;
}

.pz5r7jm li {
    margin-bottom: 8px;
}

.pz5r7jm table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.pz5r7jm table th,
.pz5r7jm table td {
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: left;
}

.pz5r7jm table th {
    background: var(--color-primary);
    font-weight: 600;
}

.pz5r7jm a {
    color: var(--color-secondary);
    text-decoration: underline;
}

/* Footer */
.fn9k3mv {
    background: var(--color-primary);
    padding: 60px 0 30px;
    margin-top: 80px;
}

.gn7k2vp {
    margin-bottom: 40px;
}

.footer-logo img {
    max-height: 50px;
}

.hn8k4mv {
    margin-top: 15px;
    color: var(--color-text-muted);
    font-size: 14px;
}

.jn5k7mp {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.kn9k2vp {
    list-style: none;
}

.kn9k2vp a {
    color: var(--color-text-muted);
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    transition: color 0.3s;
}

.kn9k2vp a:hover {
    color: var(--color-secondary);
}

.ln8k3mv {
    color: var(--color-text-muted);
    margin-bottom: 8px;
}

.mn7k5vp {
    margin: 40px 0;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.on4k8lv, .pn8k3mv {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}

.on4k8lv img, .pn8k3mv img {
    height: 40px;
    width: auto;
    background: rgba(255, 255, 255, 0.1);
    padding: 5px 10px;
    border-radius: 5px;
}

.qn5k7mv {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.rn9k3mp, .sn8k2vp, .tn4k9lv {
    color: var(--color-text-muted);
    font-size: 14px;
    margin: 10px 0;
}

/* Fixed Widget */
.un7k3mv {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
    padding: 15px 20px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.5);
    z-index: 999;
    animation: slideUp 0.5s ease-out;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.vn9k2vp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
}

.wn5k8lr {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.xn4k7mv {
    font-size: 20px;
    font-weight: 700;
}

.yn8k3np {
    font-size: 14px;
    color: var(--color-accent);
}

.zn2k9mv {
    padding: 12px 30px;
    background: #fff;
    color: var(--color-primary);
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
    white-space: nowrap;
}

.zn2k9mv:hover {
    background: var(--color-accent);
    transform: scale(1.05);
}

/* Unused styles for uniqueness */
.xp7m2kv, .yq8n3lw, .zr9k4mx {
    display: none;
}

.ap4n7qv {
    opacity: 0;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .vp8k3nr {
        display: none;
    }

    .lm8v3kp {
        display: flex;
    }

    .zp3m8lv {
        display: none;
    }

    .qp5m9lv {
        font-size: 32px;
    }

    .tm9k3np {
        font-size: 18px;
    }

    .rk2n7mv {
        flex-direction: column;
        gap: 15px;
    }

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

    .jm7v3kp {
        font-size: 28px;
    }

    .vn9k2vp {
        flex-direction: column;
        text-align: center;
    }

    .wn5k8lr {
        align-items: center;
    }

    .lg6h2nv {
        padding: 20px;
    }

    .yt8k3bp {
        font-size: 28px;
    }

    .vn6k3mp {
        padding: 30px 20px;
        margin: 20px;
    }
}

@media (max-width: 480px) {
    .rt4j8lm {
        flex-wrap: wrap;
    }

    .fj6m8lr {
        order: -1;
    }

    .kv3n7mp, .pz5k9nr {
        font-size: 13px;
        padding: 8px 15px;
    }
}

:root {
    --lmxs-bg: #0b0a0d;
    --lmxs-surface: rgba(255, 255, 255, .04);
    --lmxs-surface2: rgba(0, 0, 0, .35);
    --lmxs-border: rgba(255, 255, 255, .10);
    --lmxs-text: rgba(255, 255, 255, .92);
    --lmxs-muted: rgba(255, 255, 255, .72);
    --lmxs-accent: #c7051d;
    --lmxs-accent2: #e00622;
    --lmxs-shadow: 0 22px 70px rgba(0, 0, 0, .55);
    --lmxs-radius: 18px;
}

.container.lmxs {
    max-width: 980px;
    margin: 0 auto;
    padding: 28px 18px;
    color: var(--lmxs-text);
    background: radial-gradient(980px 520px at 16% 0%, rgba(199, 5, 29, .20) 0%, rgba(199, 5, 29, 0) 60%),
    radial-gradient(760px 520px at 90% 8%, rgba(69, 11, 23, .34) 0%, rgba(69, 11, 23, 0) 55%),
    linear-gradient(180deg, rgba(255, 255, 255, .03) 0%, rgba(255, 255, 255, .02) 100%);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: calc(var(--lmxs-radius) + 6px);
    box-shadow: var(--lmxs-shadow);
    backdrop-filter: blur(14px);
}

.container.lmxs > * {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.container.lmxs p {
    margin: 0 0 14px;
    color: var(--lmxs-muted);
    line-height: 1.9;
    font-size: 16px;
}

.container.lmxs h2,
.container.lmxs h3,
.container.lmxs h4 {
    color: #fff;
    line-height: 1.2;
    margin: 26px 0 12px;
    font-weight: 900;
    letter-spacing: .2px;
}

.container.lmxs h2 {
    font-size: 28px;
    position: relative;
    padding-left: 14px;
}

.container.lmxs h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: .22em;
    width: 4px;
    height: 1.05em;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--lmxs-accent) 0%, rgba(199, 5, 29, .22) 100%);
    box-shadow: 0 12px 26px rgba(199, 5, 29, .22);
}

.container.lmxs h3 {
    font-size: 20px;
    color: rgba(255, 255, 255, .95);
}

.container.lmxs h4 {
    font-size: 16px;
    color: rgba(255, 255, 255, .90);
    text-transform: uppercase;
    letter-spacing: .12em;
    opacity: .95;
}

.container.lmxs a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(199, 5, 29, .70);
    transition: border-color .18s ease, opacity .18s ease, transform .18s ease;
}

.container.lmxs a:hover {
    border-bottom-color: rgba(255, 255, 255, .55);
    opacity: .95;
}

.container.lmxs strong {
    color: #fff;
    font-weight: 900;
}

.container.lmxs ul,
.container.lmxs ol {
    margin: 14px 0 18px;
    color: var(--lmxs-muted);
    line-height: 1.9;
}

.container.lmxs ul {
    list-style: none;
    padding-left: 0;
    display: grid;
    gap: 10px;
}

.container.lmxs ul > li {
    position: relative;
    padding: 12px 14px 12px 42px;
    border-radius: 16px;
    background: var(--lmxs-surface2);
    border: 1px solid rgba(255, 255, 255, .08);
}

.container.lmxs ul > li:before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-radius: 4px;
    transform: translateY(-50%);
    background: linear-gradient(135deg, var(--lmxs-accent) 0%, var(--lmxs-accent2) 100%);
    box-shadow: 0 14px 30px rgba(199, 5, 29, .28);
}

.container.lmxs ol {
    counter-reset: lmxs-step;
    list-style: none;
    padding-left: 0;
    display: grid;
    gap: 10px;
}

.container.lmxs ol > li {
    counter-increment: lmxs-step;
    position: relative;
    padding: 12px 14px 12px 48px;
    border-radius: 16px;
    background: var(--lmxs-surface2);
    border: 1px solid rgba(255, 255, 255, .08);
}

.container.lmxs ol > li:before {
    content: counter(lmxs-step);
    position: absolute;
    left: 12px;
    top: 12px;
    width: 28px;
    height: 28px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 950;
    color: #fff;
    background: linear-gradient(135deg, var(--lmxs-accent) 0%, var(--lmxs-accent2) 100%);
    box-shadow: 0 14px 30px rgba(199, 5, 29, .28);
}

.container.lmxs table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 18px 0 22px;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, .04) 0%, rgba(255, 255, 255, .02) 100%),
    rgba(0, 0, 0, .26);
    box-shadow: 0 18px 46px rgba(0, 0, 0, .45);
}

.container.lmxs th,
.container.lmxs td {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    border-right: 1px solid rgba(255, 255, 255, .06);
    vertical-align: top;
    color: var(--lmxs-muted);
    background: transparent;
}

.container.lmxs tr:last-child td,
.container.lmxs tr:last-child th {
    border-bottom: none;
}

.container.lmxs th:last-child,
.container.lmxs td:last-child {
    border-right: none;
}

.container.lmxs th {
    color: #fff;
    font-weight: 900;
    background: rgba(69, 11, 23, .55);
}

.container.lmxs td:first-child {
    color: rgba(255, 255, 255, .92);
    font-weight: 850;
    background: rgba(199, 5, 29, .10);
}

.container.lmxs hr {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .16) 50%, rgba(255, 255, 255, 0) 100%);
    margin: 22px 0;
}

@media (max-width: 992px) {
    .container.lmxs {
        padding: 24px 16px;
        border-radius: calc(var(--lmxs-radius) + 4px);
    }

    .container.lmxs h2 {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .container.lmxs {
        padding: 20px 14px;
        border-radius: calc(var(--lmxs-radius) + 2px);
    }

    .container.lmxs p {
        font-size: 15px;
    }

    .container.lmxs h2 {
        font-size: 22px;
        padding-left: 12px;
        margin: 22px 0 10px;
    }

    .container.lmxs h2:before {
        width: 3px;
    }

    .container.lmxs h3 {
        font-size: 18px;
    }

    .container.lmxs ul > li,
    .container.lmxs ol > li {
        padding: 12px 12px 12px 44px;
        border-radius: 14px;
    }

    .container.lmxs ul > li:before {
        left: 12px;
    }

    .container.lmxs ol > li:before {
        left: 10px;
    }

    .container.lmxs table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .container.lmxs th,
    .container.lmxs td {
        white-space: nowrap;
        padding: 11px 12px;
    }
}

@media (max-width: 480px) {
    .container.lmxs {
        padding: 18px 12px;
    }

    .container.lmxs h2 {
        font-size: 20px;
    }

    .container.lmxs p {
        font-size: 14.5px;
    }
}
