:root {
    --xp9k2m: #450b17;
    --qw8ln3: #e0e0e0;
    --zx4vb7: #c7051d;
    --mn6gh2: #110d0e;
    --ty5jk9: #1a1516;
    --uc3df8: #2a2123;
}

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

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

.wp-site-blocks {
}

.wp-block-group {
}

.elementor-section {
}

.kl9mx4 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.jr8qt2 {
    background: var(--xp9k2m);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.vs3pw7 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.nh6lk1 img {
    height: 50px;
    width: auto;
}

.dg4mn8 {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

.wz7xc3 a {
    color: var(--qw8ln3);
    text-decoration: none;
    padding: 8px 15px;
    transition: all 0.3s;
    border-radius: 5px;
}

.wz7xc3 a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

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

.ym9kq6 {
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    font-size: 14px;
}

.ym9kq6:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.cx8nt1 {
    background: var(--qw8ln3);
    color: var(--mn6gh2);
}

.lq5gh9 {
    background: var(--zx4vb7);
    color: white;
}

.rt4md2 {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 10px;
}

.rt4md2 span {
    width: 25px;
    height: 3px;
    background: var(--qw8ln3);
    transition: 0.3s;
}

.ej6ty8 {
    font-size: 12px;
    color: var(--qw8ln3);
    margin-left: 15px;
}

.ej6ty8 span {
    color: #4ade80;
    font-weight: 700;
}

.pq3ln7 {
    background: url("/");
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.pq3ln7::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(199, 5, 29, 0.1) 0%, transparent 70%);
    animation: hy7kw9 20s linear infinite;
}

@keyframes hy7kw9 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.bm2xp4 {
    display: flex;
    gap: 30px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.qn8vd1 {
    flex: 1;
    min-width: 300px;
}

.qn8vd1 h1 {
    font-size: 48px;
    margin-bottom: 20px;
    color: var(--qw8ln3);
    line-height: 1.2;
}

.qn8vd1 p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #d1d5db;
}

.sj4kt6 {
    flex: 0 0 350px;
    background: var(--xp9k2m);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border: 2px solid var(--zx4vb7);
}

.sj4kt6 h3 {
    text-align: center;
    margin-bottom: 20px;
    color: var(--qw8ln3);
    font-size: 24px;
}

.wk7pn5 {
    background: var(--mn6gh2);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.wk7pn5 code {
    font-size: 32px;
    color: var(--zx4vb7);
    font-weight: 700;
    letter-spacing: 2px;
}

.ad9mx2 {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.uk6hs3 {
    display: inline-block;
    padding: 5px 15px;
    background: #fbbf24;
    color: var(--mn6gh2);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.lv4qt8 {
    padding: 80px 20px;
}

.xt2bn9 {
    text-align: center;
    margin-bottom: 60px;
}

.xt2bn9 h2 {
    font-size: 42px;
    margin-bottom: 15px;
    color: var(--qw8ln3);
}

.gm5cy3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 60px;
}

.zp8nh4 {
    background: var(--ty5jk9);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s;
    border: 1px solid var(--uc3df8);
}

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

.zp8nh4 .pv6xh2 {
    font-size: 48px;
    margin-bottom: 15px;
}

.zp8nh4 h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: var(--qw8ln3);
}

.zp8nh4 p {
    color: #9ca3af;
    line-height: 1.7;
}

.od3kw7 {
    background: var(--ty5jk9);
    padding: 40px;
    border-radius: 12px;
    margin-bottom: 60px;
    border: 1px solid var(--uc3df8);
}

.od3kw7 h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
    color: var(--qw8ln3);
}

.hj9xl5 {
    width: 100%;
    border-collapse: collapse;
    overflow-x: auto;
    display: block;
}

.hj9xl5 th,
.hj9xl5 td {
    padding: 15px;
    text-align: left;
    border: 2px solid var(--uc3df8);
}

.hj9xl5 th {
    background: var(--xp9k2m);
    color: var(--qw8ln3);
    font-weight: 700;
}

.hj9xl5 tr:nth-child(even) {
    background: var(--mn6gh2);
}

.hj9xl5 td {
    color: #d1d5db;
}

.nq2vk8 {
    background: var(--ty5jk9);
    padding: 40px;
    border-radius: 12px;
    margin-bottom: 60px;
    border: 1px solid var(--uc3df8);
}

.nq2vk8 h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
    color: var(--qw8ln3);
}

.wy4km1 {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.iq7bn3 {
    background: var(--ty5jk9);
    padding: 40px;
    border-radius: 12px;
    margin-bottom: 60px;
    text-align: center;
    border: 1px solid var(--uc3df8);
}

.iq7bn3 iframe {
    max-width: 100%;
    border-radius: 10px;
    margin-top: 20px;
}

.fc5qm9 {
    background: var(--ty5jk9);
    padding: 40px;
    border-radius: 12px;
    margin-bottom: 60px;
    text-align: center;
    border: 1px solid var(--uc3df8);
}

.yh8dx2 {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
}

.rw3nl6 {
    width: 80px;
    height: 80px;
    background: var(--mn6gh2);
    border: 3px solid var(--zx4vb7);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    animation: um9tp4 0.5s ease;
}

@keyframes um9tp4 {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.kd6py1 {
    background: var(--zx4vb7);
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 25px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 700;
}

.kd6py1:hover {
    background: #a00417;
    transform: scale(1.05);
}

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

.xc9vr5 {
    margin-top: 20px;
    font-size: 24px;
    color: var(--qw8ln3);
    min-height: 30px;
}

.tb2jz7 {
    background: var(--ty5jk9);
    padding: 40px;
    border-radius: 12px;
    margin-bottom: 60px;
    border: 1px solid var(--uc3df8);
}

.tb2jz7 h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
    color: var(--qw8ln3);
}

.kc4mw8 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.vl7xk2 {
    background: var(--mn6gh2);
    padding: 25px;
    border-radius: 10px;
    border-left: 4px solid var(--zx4vb7);
}

.sq8nh6 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.sq8nh6 img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.pw9kv3 h4 {
    color: var(--qw8ln3);
    margin-bottom: 5px;
}

.zg4lm1 {
    color: #fbbf24;
    font-size: 18px;
}

.vl7xk2 p {
    color: #d1d5db;
    line-height: 1.7;
}

.mq5yw8 {
    background: var(--mn6gh2);
    padding: 30px;
    border-radius: 10px;
}

.mq5yw8 h3 {
    margin-bottom: 20px;
    color: var(--qw8ln3);
}

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

.op7hc4 input,
.op7hc4 textarea {
    padding: 12px;
    border: 2px solid var(--uc3df8);
    border-radius: 8px;
    background: var(--ty5jk9);
    color: var(--qw8ln3);
    font-family: 'Manrope', sans-serif;
}

.op7hc4 textarea {
    min-height: 120px;
    resize: vertical;
}

.op7hc4 button {
    background: var(--zx4vb7);
    color: white;
    padding: 12px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
}

.op7hc4 button:hover {
    background: #a00417;
}

.du8lx9 {
    background: var(--xp9k2m);
    padding: 40px 20px;
    margin-top: 60px;
}

.el3kt6 {
    text-align: center;
}

.el3kt6 img {
    height: 40px;
    margin-bottom: 20px;
}

.jy6pq2 {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.jy6pq2 a {
    color: var(--qw8ln3);
    text-decoration: none;
    transition: 0.3s;
}

.jy6pq2 a:hover {
    color: var(--zx4vb7);
}

.hk9nv5 {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.hk9nv5 img {
    height: 30px;
    opacity: 0.7;
    transition: 0.3s;
}

.hk9nv5 img:hover {
    opacity: 1;
}

.ml3zx7 {
    font-size: 14px;
    color: #9ca3af;
    margin-top: 20px;
}

.pw4jh8 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--zx4vb7);
    padding: 15px;
    text-align: center;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    z-index: 999;
}

.pw4jh8 a {
    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}

.pw4jh8 a:hover {
    text-decoration: underline;
}

.dm7qw5 {
    padding: 40px 20px;
}

.dm7qw5 h1,
.dm7qw5 h2,
.dm7qw5 h3,
.dm7qw5 h4 {
    color: var(--qw8ln3);
    margin-bottom: 15px;
    margin-top: 25px;
    line-height: 1.3;
}

.dm7qw5 h1 {
    font-size: 36px;
}

.dm7qw5 h2 {
    font-size: 32px;
}

.dm7qw5 h3 {
    font-size: 28px;
}

.dm7qw5 h4 {
    font-size: 24px;
}

.dm7qw5 p {
    margin-bottom: 15px;
    color: #d1d5db;
    line-height: 1.8;
}

.dm7qw5 ul,
.dm7qw5 ol {
    margin-left: 30px;
    margin-bottom: 15px;
    color: #d1d5db;
}

.dm7qw5 li {
    margin-bottom: 8px;
    line-height: 1.7;
}

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

.dm7qw5 table th,
.dm7qw5 table td {
    padding: 12px;
    border: 2px solid var(--uc3df8);
    text-align: left;
}

.dm7qw5 table th {
    background: var(--xp9k2m);
    color: var(--qw8ln3);
}

.dm7qw5 a {
    color: var(--zx4vb7);
    text-decoration: underline;
}

.dm7qw5 strong {
    color: var(--qw8ln3);
}

.unused-class-1 {
    display: none;
}

.unused-class-2 {
    visibility: hidden;
}

.wp-block-columns {
}

.wp-block-image {
}

@media (max-width: 768px) {
    .rt4md2 {
        display: flex;
    }

    .wz7xc3 {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: var(--xp9k2m);
        padding: 20px;
    }

    .wz7xc3.active {
        display: flex;
    }

    .vs3pw7 {
        position: relative;
    }

    .qn8vd1 h1 {
        font-size: 32px;
    }

    .sj4kt6 {
        flex: 1 1 100%;
    }

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

    .hj9xl5 {
        font-size: 14px;
    }

    .hj9xl5 th,
    .hj9xl5 td {
        padding: 10px;
    }
}

.bgfd {
    max-width: 1200px;
    margin: 40px auto;
    padding: 44px 38px;
    background: linear-gradient(135deg, rgba(69, 11, 23, .45), rgba(17, 13, 14, .92));
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 22px;
    box-shadow: 0 22px 70px rgba(0, 0, 0, .65);
    backdrop-filter: blur(10px);
}

.bgfd h1,
.bgfd h2,
.bgfd h3 {
    color: #fff;
    line-height: 1.25;
    font-weight: 800;
    margin: 26px 0 16px;
}

.bgfd h1 {
    font-size: 42px;
    margin-top: 0;
}

.bgfd h2 {
    font-size: 30px;
    color: #ffd700;
}

.bgfd h3 {
    font-size: 22px;
    color: #ff4d5a;
    font-weight: 700;
}

.bgfd p {
    font-size: 16px;
    line-height: 1.85;
    color: rgba(255, 255, 255, .88);
    margin: 0 0 16px;
}

.bgfd ul,
.bgfd ol {
    padding-left: 22px;
    margin: 0 0 18px;
}

.bgfd li {
    margin: 10px 0;
    color: rgba(255, 255, 255, .88);
    line-height: 1.7;
}

.bgfd a {
    color: #ff4d5a;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    transition: .2s;
}

.bgfd a:hover {
    color: #ffd700;
}

.bgfd table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 22px 0;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(0, 0, 0, .25);
}

.bgfd table th {
    background: rgba(199, 5, 29, .35);
    color: #fff;
    font-weight: 800;
    padding: 16px 14px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .5px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.bgfd table td {
    padding: 16px 14px;
    color: rgba(255, 255, 255, .88);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    font-size: 15px;
    line-height: 1.6;
}

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

.bgfd strong {
    color: #fff;
    font-weight: 800;
}

.bgfd blockquote {
    margin: 22px 0;
    padding: 18px 18px;
    border-left: 4px solid #c7051d;
    background: rgba(199, 5, 29, .12);
    border-radius: 12px;
    color: rgba(255, 255, 255, .9);
}

.bgfd hr {
    border: none;
    height: 1px;
    background: rgba(255, 255, 255, .12);
    margin: 28px 0;
}

@media (max-width: 992px) {
    .bgfd {
        padding: 34px 24px;
        border-radius: 18px;
    }

    .bgfd h1 {
        font-size: 34px
    }

    .bgfd h2 {
        font-size: 26px
    }
}

@media (max-width: 768px) {
    .bgfd {
        margin: 18px auto;
        padding: 24px 16px;
        border-radius: 16px;
    }

    .bgfd h1 {
        font-size: 28px
    }

    .bgfd h2 {
        font-size: 22px;
        margin: 22px 0 12px
    }

    .bgfd h3 {
        font-size: 18px
    }

    .bgfd p {
        font-size: 15px;
        line-height: 1.75
    }

    .bgfd ul,
    .bgfd ol {
        padding-left: 18px
    }

    .bgfd table {
        display: block;
        overflow-x: auto;
        white-space: nowrap
    }

    .bgfd table th,
    .bgfd table td {
        font-size: 13px;
        padding: 12px 10px
    }
}

@media (max-width: 420px) {
    .bgfd h1 {
        font-size: 24px
    }

    .bgfd p {
        font-size: 14px
    }
}

.pq3ln7 {
    position: relative;
    overflow: hidden;
    padding: 80px 20px;
    background: linear-gradient(135deg, rgba(17, 13, 14, .86) 0%, rgba(69, 11, 23, .72) 45%, rgba(17, 13, 14, .92) 100%),
    url("/banner-7kcasino.jpg") center/cover no-repeat;
}

.pq3ln7::after {
    content: "";
    position: absolute;
    inset: -2px;
    background: radial-gradient(circle at 20% 30%, rgba(199, 5, 29, .28) 0%, transparent 55%),
    radial-gradient(circle at 80% 60%, rgba(255, 215, 0, .14) 0%, transparent 60%),
    radial-gradient(circle at 50% 110%, rgba(255, 255, 255, .10) 0%, transparent 55%);
    pointer-events: none;
}

.pq3ln7::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 64px 64px;
    opacity: .16;
    transform: translateZ(0);
    pointer-events: none;
}

.pq3ln7 .bm2xp4 {
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    .pq3ln7 {
        padding: 56px 14px;
        background: url("/banner-7kcasino.jpg") center/cover no-repeat;
    }

    .pq3ln7::before {
        background-size: 44px 44px;
        opacity: .14;
    }
}

@media (max-width: 420px) {
    .pq3ln7 {
        padding: 48px 12px;
        background-position: center top;
    }
}

.jr8qt2 {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: linear-gradient(135deg, #450b17 0%, #2d0610 100%);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 10px 35px rgba(0, 0, 0, .55);
    backdrop-filter: blur(10px);
}

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

.vs3pw7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 14px 0;
}

.nh6lk1 .logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.nh6lk1 img {
    height: 52px;
    width: auto;
    max-width: 170px;
    object-fit: contain;
    transition: transform .25s ease;
}

.nh6lk1 img:hover {
    transform: scale(1.05);
}

.dg4mn8 {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 1;
    justify-content: flex-end;
}

.wz7xc3 {
    display: flex;
    align-items: center;
    gap: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.wz7xc3 li a {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 10px;
    color: #f5f5f5;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .2px;
    transition: all .25s ease;
    position: relative;
    background: transparent;
}

.wz7xc3 li a:hover {
    background: rgba(255, 255, 255, .08);
    transform: translateY(-1px);
    color: #ffd369;
}

.wz7xc3 li a::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 6px;
    height: 2px;
    border-radius: 4px;
    background: linear-gradient(90deg, #c7051d, #ffd369);
    opacity: 0;
    transform: scaleX(.6);
    transition: all .25s ease;
}

.wz7xc3 li a:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

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

.ym9kq6 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: all .25s ease;
    border: 1px solid transparent;
    white-space: nowrap;
}

.cx8nt1 {
    background: rgba(255, 255, 255, .92);
    color: #110d0e;
}

.cx8nt1:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 255, 255, .15);
}

.lq5gh9 {
    background: linear-gradient(135deg, #c7051d 0%, #e00720 100%);
    color: #fff;
    box-shadow: 0 8px 22px rgba(199, 5, 29, .35);
}

.lq5gh9:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(199, 5, 29, .55);
}

.ej6ty8 {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .10);
    font-size: 13px;
    font-weight: 600;
    color: #e0e0e0;
    white-space: nowrap;
}

.ej6ty8 span {
    color: #4ade80;
    font-weight: 800;
}

.ej6ty8::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4ade80;
    box-shadow: 0 0 0 0 rgba(74, 222, 128, .6);
    animation: onlinePulse 1.8s infinite;
}

@keyframes onlinePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(74, 222, 128, .55)
    }
    70% {
        box-shadow: 0 0 0 10px rgba(74, 222, 128, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(74, 222, 128, 0)
    }
}

.rt4md2 {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    padding: 10px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .08);
    transition: all .25s ease;
}

.rt4md2:hover {
    background: rgba(255, 255, 255, .10);
}

.rt4md2 span {
    width: 28px;
    height: 3px;
    background: #f5f5f5;
    border-radius: 3px;
    transition: all .25s ease;
}

@media (max-width: 1024px) {
    .wz7xc3 {
        gap: 10px;
    }

    .wz7xc3 li a {
        padding: 9px 10px;
        font-size: 13px;
    }
}

@media (max-width: 860px) {
    .dg4mn8 {
        position: fixed;
        top: 76px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 76px);
        background: linear-gradient(135deg, #2d0610 0%, #450b17 100%);
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 22px 18px;
        gap: 18px;
        transition: left .3s ease;
        overflow-y: auto;
    }

    .dg4mn8.active {
        left: 0;
    }

    .wz7xc3 {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .wz7xc3 li a {
        width: 100%;
        justify-content: flex-start;
        padding: 14px 16px;
        font-size: 16px;
        background: rgba(255, 255, 255, .05);
        border: 1px solid rgba(255, 255, 255, .08);
    }

    .wz7xc3 li a::after {
        display: none;
    }

    .fp2bt5 {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .ym9kq6 {
        width: 100%;
        padding: 14px 16px;
        font-size: 15px;
        border-radius: 14px;
    }

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

    .rt4md2 {
        display: flex;
    }
}

@media (max-width: 420px) {
    .nh6lk1 img {
        height: 46px;
        max-width: 140px;
    }

    .vs3pw7 {
        padding: 12px 0;
        gap: 14px;
    }
}
