/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', Arial, sans-serif;
    background-color: #0A1E00;
    color: #E8E8E8;
    line-height: 1.6;
    overflow-x: hidden;
}

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

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

/* Header Styles */
.n7k4mx9 {
    background-color: #012B00;
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 179, 0, 0.2);
}

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

.w6n2kz8 {
    flex-shrink: 0;
}

.x4k7nz2 {
    max-width: 180px;
    height: auto;
}

.l8m3vx6 {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.z5n9kx4 .q2h7mx8 {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
}

.z5n9kx4 .q2h7mx8 a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
    font-size: 15px;
}

.z5n9kx4 .q2h7mx8 a:hover {
    color: #00B300;
}

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

.r9m3kz5 {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #00B300;
    font-size: 14px;
    font-weight: 600;
}

.j6l2px8 {
    width: 8px;
    height: 8px;
    background-color: #00B300;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

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

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

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

.t7m4lz9 {
    background-color: #FFFFFF;
    color: #012B00;
}

.t7m4lz9:hover {
    background-color: #E8E8E8;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
}

.p3n8kx2 {
    background-color: #00B300;
    color: #FFFFFF;
}

.p3n8kx2:hover {
    background-color: #009900;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 179, 0, 0.3);
}

.y5k9lx8 {
    display: none;
}

.btn-mobile-login,
.btn-mobile-signup {
    padding: 8px 15px;
    font-size: 13px;
}

.btn-mobile-login {
    background-color: #FFFFFF;
    color: #012B00;
}

.btn-mobile-signup {
    background-color: #00B300;
    color: #FFFFFF;
}

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

.x9n4lz7 span {
    width: 25px;
    height: 3px;
    background-color: #FFFFFF;
    transition: 0.3s;
}

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

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

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

.k3m7px5 {
    display: none;
    background-color: #013300;
    padding: 20px 0;
    margin-top: 15px;
}

.k3m7px5.active {
    display: block;
}

.w6l9tz4 {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.w6l9tz4 a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.z3k7pn5 {
    background-image: url('/banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    position: relative;
    margin-top: 0;
}

.z3k7pn5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(1, 43, 0, 0.9) 0%, rgba(10, 30, 0, 0.8) 100%);
}

.q8m2rx1 {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.v5n9tk3 {
    font-size: 48px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.w2j7dx4 {
    font-size: 20px;
    color: #E8E8E8;
    margin-bottom: 30px;
    line-height: 1.5;
}

.p8l3nm6 {
    background: linear-gradient(135deg, #00B300 0%, #009900 100%);
    color: #FFFFFF;
    padding: 15px 40px;
    font-size: 18px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 179, 0, 0.4);
}

.p8l3nm6:hover {
    background: linear-gradient(135deg, #009900 0%, #007700 100%);
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 179, 0, 0.6);
}

/* Advantages Section */
.x4t9kw7 {
    padding: 60px 0;
    background-color: #0F2505;
}

.r2m8vx5 {
    font-size: 36px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 40px;
}

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

.j7k2pd1 {
    background-color: #012B00;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s;
    border: 2px solid transparent;
}

.j7k2pd1:hover {
    border-color: #00B300;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 179, 0, 0.3);
}

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

.b9n5wx2 {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.t6h3lz8 {
    font-size: 15px;
    color: #C8C8C8;
    line-height: 1.5;
}

/* Mirrors Section */
.m9w7kx5 {
    padding: 60px 0;
    background-color: #0A1E00;
}

.d4n8pz2 {
    text-align: center;
    color: #00B300;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
}

.t8k3mx7 {
    overflow-x: auto;
}

.p6l9nz4 {
    width: 100%;
    border-collapse: collapse;
    background-color: #012B00;
    border-radius: 8px;
    overflow: hidden;
}

.p6l9nz4 thead {
    background-color: #00B300;
}

.p6l9nz4 th {
    padding: 15px;
    text-align: left;
    font-weight: 600;
    color: #FFFFFF;
}

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

.p6l9nz4 tbody tr:hover {
    background-color: #013300;
}

.w5h2kx9 {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.status-active {
    background-color: rgba(0, 179, 0, 0.2);
    color: #00B300;
}

.x7j4mz2 {
    background-color: #00B300;
    color: #FFFFFF;
    padding: 8px 20px;
    font-size: 14px;
}

.x7j4mz2:hover {
    background-color: #009900;
}

/* Tournaments Section */
.y5n8kw3 {
    padding: 60px 0;
    background-color: #0F2505;
}

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

.k7j2nx4 {
    background: linear-gradient(135deg, #012B00 0%, #013300 100%);
    padding: 30px;
    border-radius: 12px;
    border: 2px solid #00B300;
    transition: all 0.3s;
}

.k7j2nx4:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 30px rgba(0, 179, 0, 0.4);
}

.q8w5tz1 {
    font-size: 22px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.v3n7mx9 {
    font-size: 15px;
    color: #C8C8C8;
    margin-bottom: 20px;
    line-height: 1.5;
}

.r4h9lx2 {
    font-size: 18px;
    font-weight: 600;
    color: #00B300;
    margin-bottom: 15px;
}

.b6m3kz7 {
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 20px;
    padding: 10px;
    background-color: rgba(0, 179, 0, 0.1);
    border-radius: 5px;
}

.timer {
    font-weight: 700;
    color: #00B300;
}

.t8p5nx1 {
    background-color: #00B300;
    color: #FFFFFF;
    width: 100%;
    padding: 12px;
    font-size: 16px;
}

.t8p5nx1:hover {
    background-color: #009900;
}

/* Slot Game Section */
.n9k4lx8 {
    padding: 60px 0;
    background-color: #0A1E00;
}

.w7m3pz5 {
    max-width: 500px;
    margin: 0 auto;
    background-color: #012B00;
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    border: 3px solid #00B300;
}

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

.reel {
    width: 100px;
    height: 100px;
    background-color: #0F2505;
    border: 3px solid #00B300;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    transition: all 0.1s;
}

.reel.spinning {
    animation: spin 0.1s linear infinite;
}

@keyframes spin {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

.z6l9tx3 {
    background-color: #00B300;
    color: #FFFFFF;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

.z6l9tx3:hover {
    background-color: #009900;
    transform: scale(1.05);
}

.z6l9tx3:disabled {
    background-color: #555;
    cursor: not-allowed;
}

.q2h7mx4 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    min-height: 30px;
}

.p5k8nz1 {
    margin-top: 30px;
    padding: 30px;
    background: linear-gradient(135deg, #00B300 0%, #009900 100%);
    border-radius: 10px;
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.p5k8nz1 h3 {
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.p5k8nz1 p {
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.y9m4lx7 {
    background-color: #FFFFFF;
    color: #00B300;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 700;
}

.y9m4lx7:hover {
    background-color: #E8E8E8;
    color: #009900;
}

/* Content Text Styles */
.g8f2kl9 {
    padding: 40px 0;
}

.g8f2kl9 h2,
.g8f2kl9 h3 {
    color: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 15px;
}

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

.g8f2kl9 h3 {
    font-size: 24px;
}

.g8f2kl9 p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #D8D8D8;
    font-size: 16px;
}

.g8f2kl9 ul,
.g8f2kl9 ol {
    margin: 20px 0;
    padding-left: 30px;
}

.g8f2kl9 li {
    margin-bottom: 10px;
    line-height: 1.6;
    color: #D8D8D8;
}

.g8f2kl9 strong {
    color: #00B300;
    font-weight: 600;
}

/* Reviews Section */
.t3w9lx6 {
    padding: 60px 0;
    background-color: #0F2505;
}

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

.m7k4pz9 {
    background-color: #012B00;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid rgba(0, 179, 0, 0.3);
    transition: all 0.3s;
}

.m7k4pz9:hover {
    border-color: #00B300;
    box-shadow: 0 5px 15px rgba(0, 179, 0, 0.2);
}

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

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

.z9n5kx3 {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 5px 0;
}

.w4m8lz7 {
    color: #FFD700;
    font-size: 16px;
}

.t6k2px4 {
    font-size: 15px;
    color: #D8D8D8;
    line-height: 1.6;
}

/* Review Form */
.n8k5lx9 {
    max-width: 600px;
    margin: 0 auto;
    background-color: #012B00;
    padding: 40px;
    border-radius: 12px;
    border: 2px solid #00B300;
}

.p2m7vx4 {
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 25px;
    text-align: center;
}

.x6l9tz2 .form-group {
    margin-bottom: 20px;
}

.x6l9tz2 label {
    display: block;
    margin-bottom: 8px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 15px;
}

.w4h8kz5 {
    width: 100%;
    padding: 12px;
    border: 2px solid rgba(0, 179, 0, 0.3);
    border-radius: 5px;
    background-color: #0A1E00;
    color: #FFFFFF;
    font-size: 15px;
    font-family: 'Open Sans', Arial, sans-serif;
}

.w4h8kz5:focus {
    outline: none;
    border-color: #00B300;
}

.z3n7mx6 {
    background-color: #00B300;
    color: #FFFFFF;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    margin-top: 10px;
}

.z3n7mx6:hover {
    background-color: #009900;
}

.q5k9lx8 {
    margin-top: 20px;
    padding: 15px;
    background-color: rgba(0, 179, 0, 0.2);
    border: 2px solid #00B300;
    border-radius: 5px;
    color: #00B300;
    text-align: center;
    animation: fadeIn 0.5s;
}

/* Author Section */
.y7m4pz3 {
    padding: 40px 0;
    background-color: #0A1E00;
}

.l5n8kx6 {
    display: flex;
    align-items: center;
    gap: 25px;
    background-color: #012B00;
    padding: 30px;
    border-radius: 12px;
    border: 2px solid rgba(0, 179, 0, 0.3);
}

.w3h7mx2 {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #00B300;
}

.z8n5kx4 {
    font-size: 22px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.t6k2px9 {
    font-size: 15px;
    color: #D8D8D8;
    line-height: 1.6;
    margin-bottom: 15px;
}

.v4m8lx7 {
    color: #00B300;
    text-decoration: none;
    font-weight: 600;
}

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

/* Footer Styles */
.m9k7lx4 {
    background-color: #012B00;
    padding: 50px 0 20px;
    margin-top: auto;
    border-top: 3px solid #00B300;
}

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

.t7m4px9,
.r4n9lx8,
.l5n8kx4 {
    color: #D8D8D8;
}

.w3k8nz5 {
    max-width: 150px;
    margin-bottom: 15px;
}

.x6l2mx7 {
    font-size: 14px;
    color: #C8C8C8;
}

.z2h7kx5 {
    font-size: 18px;
    font-weight: 700;
    color: #00B300;
    margin-bottom: 15px;
}

.q8m3pz6 {
    list-style: none;
    padding: 0;
}

.q8m3pz6 li {
    margin-bottom: 10px;
}

.q8m3pz6 a {
    color: #D8D8D8;
    text-decoration: none;
    transition: color 0.3s;
}

.q8m3pz6 a:hover {
    color: #00B300;
}

.v9k3lx7 {
    margin-bottom: 30px;
}

.n6m8pz4 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}

.n6m8pz4 img {
    height: 30px;
    width: auto;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.n6m8pz4 img:hover {
    opacity: 1;
}

.x4k9lz2 {
    margin-bottom: 30px;
}

.w7m3px5 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}

.w7m3px5 span {
    padding: 8px 15px;
    background-color: rgba(0, 179, 0, 0.1);
    border-radius: 5px;
    font-size: 13px;
    color: #C8C8C8;
}

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

.l2m9pz7 p {
    font-size: 13px;
    color: #A8A8A8;
    margin-bottom: 8px;
}

.copyright {
    font-weight: 600;
    color: #C8C8C8;
}

/* Bonus Widget */
.k9n5lx3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #00B300 0%, #009900 100%);
    padding: 15px;
    z-index: 999;
    box-shadow: 0 -4px 15px rgba(0, 179, 0, 0.4);
    animation: slideUp 0.5s;
}

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

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

.t4h9kz2 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
}

.x6l8nz5 {
    background-color: #FFFFFF;
    color: #00B300;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s;
}

.x6l8nz5:hover {
    background-color: #E8E8E8;
    transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 992px) {
    .l8m3vx6 {
        display: none;
    }

    .x9n4lz7 {
        display: flex;
    }

    .desktop-only {
        display: none !important;
    }

    .y5k9lx8 {
        display: flex;
    }

    .v5n9tk3 {
        font-size: 36px;
    }

    .w2j7dx4 {
        font-size: 18px;
    }

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

    .k7j2nx4 {
        max-width: 100%;
    }

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

    .t8k3mx7 {
        overflow-x: scroll;
    }

    .p6l9nz4 {
        min-width: 600px;
    }
}

@media (max-width: 768px) {
    .p3m8lx5 {
        flex-wrap: wrap;
    }

    .v5n9tk3 {
        font-size: 28px;
    }

    .w2j7dx4 {
        font-size: 16px;
    }

    .z3k7pn5 {
        padding: 50px 0;
    }

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

    .x4n8kv2 {
        gap: 10px;
    }

    .reel {
        width: 80px;
        height: 80px;
        font-size: 48px;
    }

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

    .t4h9kz2 {
        font-size: 16px;
    }

    .n8k5lx9 {
        padding: 25px;
    }
}

@media (max-width: 480px) {
    .v5n9tk3 {
        font-size: 24px;
    }

    .p8l3nm6 {
        padding: 12px 25px;
        font-size: 16px;
    }

    .r2m8vx5 {
        font-size: 28px;
    }

    .reel {
        width: 70px;
        height: 70px;
        font-size: 40px;
    }

    .z6l9tx3 {
        padding: 12px 25px;
        font-size: 16px;
    }
}

/* Unused WordPress-style classes for uniqueness */
.wp-block-section {
    display: block;
}

.elementor-widget {
    position: relative;
}

.yoast-schema-graph {
    display: none;
}

.site-branding {
    display: block;
}

.entry-header {
    margin-bottom: 1em;
}

.wp-post-navigation {
    margin: 2em 0;
}

.sticky {
    display: block;
}

.bypostauthor {
    display: block;
}

.gallery-caption {
    display: block;
}

.alignleft {
    float: left;
    margin-right: 1em;
}

.alignright {
    float: right;
    margin-left: 1em;
}

.aligncenter {
    text-align: center;
}

/* Additional unique classes */
.px9m4kz {
    opacity: 0.95;
}

.lv3n7tx {
    letter-spacing: 0.5px;
}

.wh8k2mx {
    word-spacing: 2px;
}

.zy5n9lx {
    user-select: none;
}

.qj7m3px {
    cursor: default;
}

.hdvx {
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 0 72px;
    color: #f3fff0;
}

.hdvx > *:first-child {
    margin-top: 0;
}

.hdvx h1,
.hdvx h2,
.hdvx h3,
.hdvx h4,
.hdvx h5,
.hdvx h6 {
    color: #ffffff;
    line-height: 1.24;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.hdvx h1 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    margin: 0 0 22px;
    padding: 0 0 18px;
    position: relative;
}

.hdvx h1::after {
    content: "";
    display: block;
    width: 110px;
    height: 4px;
    margin-top: 16px;
    border-radius: 999px;
    background: linear-gradient(90deg, #00b300 0%, #ffffff 100%);
}

.hdvx h2 {
    font-size: clamp(1.45rem, 2.4vw, 2.05rem);
    margin: 34px 0 16px;
    padding: 18px 22px;
    border: 1px solid rgba(0, 179, 0, 0.24);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(1, 43, 0, 0.92), rgba(7, 33, 0, 0.82));
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.hdvx h3 {
    font-size: clamp(1.2rem, 2vw, 1.45rem);
    margin: 28px 0 12px;
    color: #baffb6;
}

.hdvx p,
.hdvx li,
.hdvx td,
.hdvx th,
.hdvx dd,
.hdvx dt {
    font-size: 1.02rem;
    line-height: 1.78;
}

.hdvx p {
    margin: 0 0 18px;
    color: rgba(243, 255, 240, 0.92);
}

.hdvx a {
    color: #ffffff;
    text-decoration: underline;
    text-decoration-color: rgba(0, 179, 0, 0.6);
    text-underline-offset: 3px;
    transition: color 0.25s ease, text-decoration-color 0.25s ease, opacity 0.25s ease;
}

.hdvx a:hover {
    color: #9dff9d;
    text-decoration-color: #9dff9d;
}

.hdvx strong {
    color: #ffffff;
    font-weight: 800;
}

.hdvx ul,
.hdvx ol {
    margin: 0 0 22px;
    padding-left: 0;
    display: grid;
    gap: 10px;
}

.hdvx ul {
    list-style: none;
}

.hdvx ul li {
    position: relative;
    padding: 14px 18px 14px 50px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(0, 179, 0, 0.07));
    border: 1px solid rgba(0, 179, 0, 0.16);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}

.hdvx ul li::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 19px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: radial-gradient(circle, #00ff66 0%, #00b300 70%, rgba(0, 179, 0, 0.15) 100%);
    box-shadow: 0 0 0 5px rgba(0, 179, 0, 0.14);
}

.hdvx ol {
    counter-reset: hdvx-counter;
    list-style: none;
}

.hdvx ol li {
    counter-increment: hdvx-counter;
    position: relative;
    padding: 14px 18px 14px 60px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(0, 179, 0, 0.06));
    border: 1px solid rgba(0, 179, 0, 0.16);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
}

.hdvx ol li::before {
    content: counter(hdvx-counter);
    position: absolute;
    left: 16px;
    top: 12px;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #00b300;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.92rem;
    font-weight: 800;
    box-shadow: 0 6px 14px rgba(0, 179, 0, 0.3);
}

.hdvx blockquote {
    margin: 28px 0;
    padding: 22px 24px;
    border-left: 4px solid #00b300;
    border-radius: 0 18px 18px 0;
    background: linear-gradient(135deg, rgba(1, 43, 0, 0.94), rgba(0, 179, 0, 0.12));
    color: #efffeb;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.hdvx blockquote p:last-child {
    margin-bottom: 0;
}

.hdvx table {
    width: 100%;
    margin: 26px 0;
    border-collapse: separate;
    border-spacing: 0;
    background: linear-gradient(180deg, rgba(1, 43, 0, 0.98), rgba(10, 30, 0, 0.98));
    border: 1px solid rgba(0, 179, 0, 0.22);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.hdvx thead th,
.hdvx tbody tr:first-child th,
.hdvx table tr:first-child th {
    background: linear-gradient(180deg, rgba(0, 179, 0, 0.22), rgba(0, 179, 0, 0.12));
}

.hdvx th,
.hdvx td {
    padding: 15px 16px;
    text-align: left;
    vertical-align: top;
    border-right: 1px solid rgba(0, 179, 0, 0.14);
    border-bottom: 1px solid rgba(0, 179, 0, 0.14);
    background: transparent;
}

.hdvx th:last-child,
.hdvx td:last-child {
    border-right: 0;
}

.hdvx tr:last-child td,
.hdvx tr:last-child th {
    border-bottom: 0;
}

.hdvx th {
    color: #ffffff;
    font-weight: 800;
}

.hdvx td {
    color: rgba(243, 255, 240, 0.92);
}

.hdvx tr:nth-child(even) td {
    background: rgba(255, 255, 255, 0.02);
}

.hdvx dl {
    margin: 24px 0;
    display: grid;
    gap: 14px;
}

.hdvx dt {
    font-weight: 800;
    color: #ffffff;
    padding: 16px 18px;
    border-radius: 16px 16px 0 0;
    background: linear-gradient(180deg, rgba(0, 179, 0, 0.18), rgba(0, 179, 0, 0.08));
    border: 1px solid rgba(0, 179, 0, 0.18);
    border-bottom: 0;
}

.hdvx dd {
    margin: 0;
    padding: 18px;
    border-radius: 0 0 16px 16px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(0, 179, 0, 0.18);
    color: rgba(243, 255, 240, 0.9);
}

.hdvx dd p:last-child {
    margin-bottom: 0;
}

.hdvx hr {
    border: 0;
    height: 1px;
    margin: 34px 0;
    background: linear-gradient(90deg, transparent, rgba(0, 179, 0, 0.5), transparent);
}

.hdvx img {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

.hdvx > p,
.hdvx > ul,
.hdvx > ol,
.hdvx > blockquote,
.hdvx > table,
.hdvx > dl {
    animation: hdvxFadeUp 0.45s ease both;
}

@keyframes hdvxFadeUp {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .hdvx {
        padding: 32px 0 64px;
    }

    .hdvx h2 {
        padding: 16px 18px;
        border-radius: 16px;
    }

    .hdvx p,
    .hdvx li,
    .hdvx td,
    .hdvx th,
    .hdvx dd,
    .hdvx dt {
        font-size: 0.98rem;
    }

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

@media (max-width: 767px) {
    .hdvx {
        padding: 24px 0 56px;
    }

    .hdvx h1 {
        margin-bottom: 18px;
        padding-bottom: 14px;
    }

    .hdvx h2 {
        margin: 28px 0 14px;
        font-size: 1.35rem;
        padding: 14px 16px;
    }

    .hdvx h3 {
        font-size: 1.12rem;
        margin: 22px 0 10px;
    }

    .hdvx p,
    .hdvx li,
    .hdvx td,
    .hdvx th,
    .hdvx dd,
    .hdvx dt {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .hdvx ul li {
        padding: 12px 14px 12px 42px;
        border-radius: 14px;
    }

    .hdvx ul li::before {
        left: 14px;
        top: 17px;
        width: 14px;
        height: 14px;
    }

    .hdvx ol li {
        padding: 12px 14px 12px 50px;
        border-radius: 14px;
    }

    .hdvx ol li::before {
        left: 12px;
        top: 10px;
        width: 28px;
        height: 28px;
        font-size: 0.86rem;
    }

    .hdvx blockquote {
        padding: 18px;
        margin: 22px 0;
        border-radius: 0 14px 14px 0;
    }

    .hdvx th,
    .hdvx td {
        padding: 12px 12px;
    }

    .hdvx dt,
    .hdvx dd {
        padding: 15px;
    }
}

@media (max-width: 575px) {
    .hdvx {
        padding: 20px 0 48px;
    }

    .hdvx h1 {
        font-size: 1.72rem;
    }

    .hdvx h2 {
        font-size: 1.2rem;
        padding: 13px 14px;
    }

    .hdvx p,
    .hdvx li,
    .hdvx td,
    .hdvx th,
    .hdvx dd,
    .hdvx dt {
        font-size: 0.92rem;
    }

    .hdvx table {
        border-radius: 14px;
    }

    .hdvx ul,
    .hdvx ol,
    .hdvx dl {
        gap: 10px;
    }
}

.hdvx h2 {
    border: 1px solid rgba(0, 179, 0, 0.24);
}

.hdvx ul li {
    border: 1px solid rgba(0, 179, 0, 0.16);
}

.hdvx ol li {
    border: 1px solid rgba(0, 179, 0, 0.16);
}

.hdvx blockquote {
    border-left: 4px solid #00b300;
}

.hdvx table {
    border: 1px solid rgba(0, 179, 0, 0.22);
}

.hdvx th,
.hdvx td {
    border-right: 1px solid rgba(0, 179, 0, 0.14);
    border-bottom: 1px solid rgba(0, 179, 0, 0.14);
}

.hdvx dt {
    border: 1px solid rgba(0, 179, 0, 0.18);
    border-bottom: 0;
}

.hdvx dd {
    border: 1px solid rgba(0, 179, 0, 0.18);
}

.hdvx {
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 28px 72px;
    color: #f3fff0;
    border: 2px solid #00b300;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(1, 43, 0, 0.55), rgba(10, 30, 0, 0.82));
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
}