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

body {
    font-family: 'PT Sans', sans-serif;
    background-color: #323234;
    color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
}

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

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

/* Header */
.header3k {
    background: #000000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.hdr87x {
    padding: 15px 0;
}

.logo92q img {
    height: 40px;
    width: 90px;
}

.nav45p .menu8zx {
    gap: 30px;
    align-items: center;
}

.menu-item7y a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
    padding: 8px 15px;
}

.menu-item7y a:hover {
    color: #00fbc8;
}

.btn {
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s;
    display: inline-block;
    border: none;
    cursor: pointer;
}

.btn-login4x {
    background: #00fbc8;
    color: #000000;
}

.btn-login4x:hover {
    background: #00e0b5;
    transform: translateY(-2px);
}

.btn-signup7k {
    background: #ff2e09;
    color: #ffffff;
}

.btn-signup7k:hover {
    background: #e52700;
    transform: translateY(-2px);
}

.online-count9q {
    margin-right: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 251, 200, 0.1);
    padding: 8px 15px;
    border-radius: 20px;
}

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

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

.count-text2m {
    font-size: 14px;
    color: #ffffff;
}

/* Burger Menu */
.burger3m {
    background: transparent;
    border: none;
    width: 30px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.burger3m span {
    width: 100%;
    height: 3px;
    background: #00fbc8;
    border-radius: 2px;
    transition: all 0.3s;
}

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

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

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

.mobile-menu2x {
    display: none;
    background: #000000;
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
}

.mobile-menu2x.active {
    display: block;
}

.mobile-nav8k ul {
    list-style: none;
}

.mobile-nav8k ul li {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav8k ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
}

/* Hero Section */
.hero-section2m {
    margin-top: 0;
    position: relative;
}

.hero-bg4x {
    background-size: cover;
    background-position: center;
    padding: 100px 0;
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.hero-bg4x::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(50, 50, 52, 0.6) 100%);
}

.hero-content8k {
    position: relative;
    z-index: 2;
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}

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

.hero-subtitle9x {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.5;
    color: #e0e0e0;
}

.btn-hero7m {
    background: #ff2e09;
    color: #ffffff;
    padding: 15px 40px;
    font-size: 18px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
}

.btn-hero7m:hover {
    background: #e52700;
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(255, 46, 9, 0.4);
}

/* Content Sections */
.main-content7x {
    flex: 1;
}

.section-header3k {
    margin-bottom: 40px;
}

.section-title9x {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.section-subtitle7k {
    font-size: 18px;
    color: #b0b0b0;
}

/* Author Block */
.author-block6x {
    margin-top: 40px;
}

.author-card3k {
    background: linear-gradient(135deg, #1a1a1c 0%, #2a2a2c 100%);
    border-radius: 15px;
    border: 1px solid rgba(0, 251, 200, 0.2);
}

.author-avatar7m {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #00fbc8 0%, #00b894 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    color: #000000;
}

.author-name5x {
    font-size: 24px;
    margin-bottom: 5px;
    color: #00fbc8;
}

.author-bio2k {
    margin-bottom: 10px;
    color: #d0d0d0;
    line-height: 1.5;
}

.author-link8x {
    color: #00fbc8;
    text-decoration: none;
}

.author-link8x:hover {
    text-decoration: underline;
}

/* Content Wrapper */
.content-wrapper4x {
    background: #1a1a1c;
    padding: 40px;
    border-radius: 15px;
    margin-bottom: 40px;
}

.content-wrapper4x h2 {
    color: #00fbc8;
    margin-top: 30px;
    margin-bottom: 15px;
}

.content-wrapper4x h3 {
    color: #ffffff;
    margin-top: 25px;
    margin-bottom: 12px;
}

.content-wrapper4x p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #d0d0d0;
}

.content-wrapper4x ul,
.content-wrapper4x ol {
    margin-bottom: 20px;
    padding-left: 30px;
    color: #d0d0d0;
}

.content-wrapper4x li {
    margin-bottom: 10px;
    line-height: 1.6;
}

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

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

.content-wrapper4x table th {
    background: #00fbc8;
    color: #000000;
    font-weight: 700;
}

.content-wrapper4x table tr:nth-child(even) {
    background: rgba(0, 251, 200, 0.05);
}

/* Pros and Cons */
.pros-cons-section7x {
    padding: 40px 0;
}

.pros-card2m,
.cons-card8x {
    background: #1a1a1c;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    transition: transform 0.3s;
}

.pros-card2m {
    border: 2px solid #00fbc8;
}

.cons-card8x {
    border: 2px solid #ff2e09;
}

.pros-card2m:hover,
.cons-card8x:hover {
    transform: translateY(-5px);
}

.card-title6x {
    font-size: 24px;
    margin-bottom: 20px;
}

.pros-list4k,
.cons-list9m {
    list-style: none;
    padding: 0;
}

.pros-list4k li,
.cons-list9m li {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    line-height: 1.5;
}

.pros-list4k li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #00fbc8;
    font-weight: 700;
    font-size: 18px;
}

.cons-list9m li::before {
    content: '−';
    position: absolute;
    left: 0;
    color: #ff2e09;
    font-weight: 700;
    font-size: 22px;
}

/* Winners Table */
.winners-section3k {
    padding: 40px 0;
}

.winners-table2x {
    background: #1a1a1c;
    border-radius: 15px;
    padding: 20px;
    overflow-x: auto;
}

.winners-tbl7k {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.winners-tbl7k thead {
    background: #00fbc8;
    color: #000000;
}

.winners-tbl7k th {
    padding: 15px;
    font-weight: 700;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.winners-tbl7k td {
    padding: 12px 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.winners-tbl7k tbody tr:nth-child(odd) {
    background: rgba(0, 251, 200, 0.05);
}

.winners-tbl7k tbody tr:hover {
    background: rgba(0, 251, 200, 0.1);
}

/* App Section */
.app-section5x {
    padding: 40px 0;
}

.app-info-block7k {
    background: #1a1a1c;
    border-radius: 15px;
    padding: 40px;
}

.app-table3x {
    margin-bottom: 30px;
}

.app-table3x td {
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.app-table3x tr:nth-child(even) {
    background: rgba(0, 251, 200, 0.05);
}

.app-download-btns6x {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.app-btn-ios2m,
.app-btn-android7k,
.app-btn-apk5m {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 15px 30px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s;
    min-width: 200px;
}

.app-btn-ios2m {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    border: 2px solid #00fbc8;
    color: #ffffff;
}

.app-btn-android7k {
    background: linear-gradient(135deg, #00fbc8 0%, #00b894 100%);
    color: #000000;
}

.app-btn-apk5m {
    background: linear-gradient(135deg, #ff2e09 0%, #e52700 100%);
    color: #ffffff;
}

.app-btn-ios2m:hover,
.app-btn-android7k:hover,
.app-btn-apk5m:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0, 251, 200, 0.3);
}

.app-icon4k {
    font-size: 32px;
}

.app-text9x {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.app-text9x small {
    font-size: 12px;
    opacity: 0.8;
}

.app-text9x strong {
    font-size: 16px;
}

/* Bonuses Section */
.bonuses-section8k {
    padding: 40px 0;
}

.bonus-card5m {
    background: linear-gradient(135deg, #1a1a1c 0%, #2a2a2c 100%);
    border: 2px solid #00fbc8;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    height: 100%;
    transition: all 0.3s;
}

.bonus-card5m:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 251, 200, 0.3);
}

.bonus-icon7x {
    font-size: 60px;
    margin-bottom: 15px;
}

.bonus-title2k {
    font-size: 22px;
    margin-bottom: 15px;
    color: #ffffff;
}

.bonus-amount9x {
    font-size: 42px;
    font-weight: 700;
    color: #00fbc8;
    margin-bottom: 15px;
}

.bonus-desc4k {
    margin-bottom: 20px;
    color: #d0d0d0;
}

.bonus-terms6x {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
    text-align: left;
}

.bonus-terms6x li {
    padding: 8px 0;
    color: #b0b0b0;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bonus-btn8m {
    background: #ff2e09;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    font-weight: 700;
}

.bonus-btn8m:hover {
    background: #e52700;
    transform: scale(1.05);
}

/* Wheel Game */
.wheel-section2x {
    padding: 40px 0;
}

.wheel-game-container5m {
    background: #1a1a1c;
    border-radius: 15px;
    padding: 40px;
    text-align: center;
}

.wheel-wrapper9x {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}

#wheelCanvas {
    max-width: 100%;
    height: auto;
}

.wheel-pointer3k {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 40px solid #ff2e09;
    z-index: 10;
}

.spin-btn7x {
    background: linear-gradient(135deg, #00fbc8 0%, #00b894 100%);
    color: #000000;
    padding: 15px 50px;
    font-size: 20px;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
}

.spin-btn7x:hover:not(:disabled) {
    transform: scale(1.05);
    box-shadow: 0 5px 20px rgba(0, 251, 200, 0.4);
}

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

.wheel-result2k {
    margin-top: 30px;
    padding: 30px;
    background: linear-gradient(135deg, #ff2e09 0%, #e52700 100%);
    border-radius: 15px;
}

.result-title5m {
    font-size: 28px;
    margin-bottom: 10px;
}

.result-text9k {
    font-size: 18px;
    margin-bottom: 20px;
}

.result-btn3x {
    background: #ffffff;
    color: #ff2e09;
    padding: 12px 40px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    transition: all 0.3s;
}

.result-btn3x:hover {
    background: #f0f0f0;
    transform: scale(1.05);
}

/* Reviews Section */
.reviews-section4x {
    padding: 40px 0;
}

.reviews-grid7k {
    margin-bottom: 40px;
}

.review-card6m {
    background: #1a1a1c;
    border: 2px solid rgba(0, 251, 200, 0.3);
    border-radius: 15px;
    padding: 25px;
    height: 100%;
    transition: all 0.3s;
}

.review-card6m:hover {
    border-color: #00fbc8;
    transform: translateY(-5px);
}

.review-header3x {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.review-avatar9k {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #00fbc8 0%, #00b894 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #000000;
    flex-shrink: 0;
}

.review-author-info2m {
    flex: 1;
}

.review-author5x {
    font-size: 18px;
    margin-bottom: 5px;
    color: #ffffff;
}

.stars2x {
    color: #ffd700;
    font-size: 16px;
}

.review-text8m {
    line-height: 1.6;
    color: #d0d0d0;
}

/* Review Form */
.review-form-block5x {
    background: #1a1a1c;
    border-radius: 15px;
    padding: 40px;
    max-width: 600px;
    margin: 0 auto;
}

.form-title8k {
    font-size: 24px;
    margin-bottom: 25px;
    text-align: center;
    color: #00fbc8;
}

.review-form3m .form-label {
    color: #ffffff;
    margin-bottom: 8px;
}

.review-form3m .form-control {
    background: #2a2a2c;
    border: 1px solid rgba(0, 251, 200, 0.3);
    color: #ffffff;
    padding: 12px;
    border-radius: 8px;
}

.review-form3m .form-control:focus {
    background: #2a2a2c;
    border-color: #00fbc8;
    color: #ffffff;
    box-shadow: 0 0 0 0.25rem rgba(0, 251, 200, 0.25);
}

.submit-review-btn7x {
    background: #ff2e09;
    color: #ffffff;
    padding: 12px 40px;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s;
}

.submit-review-btn7x:hover {
    background: #e52700;
}

.review-success9k {
    margin-top: 20px;
    padding: 20px;
    background: rgba(0, 251, 200, 0.1);
    border: 2px solid #00fbc8;
    border-radius: 10px;
    text-align: center;
    color: #00fbc8;
}

/* FAQ Section */
.faq-section7m {
    padding: 40px 0;
}

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

.faq-item3k {
    background: #1a1a1c;
    border: 2px solid rgba(0, 251, 200, 0.3);
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 20px;
    transition: all 0.3s;
}

.faq-item3k:hover {
    border-color: #00fbc8;
}

.faq-question8m {
    font-size: 18px;
    color: #00fbc8;
    margin-bottom: 10px;
}

.faq-answer2x {
    color: #d0d0d0;
    line-height: 1.6;
}

/* Footer */
.footer9x2 {
    background: #000000;
    padding: 60px 0 20px;
    margin-top: 60px;
}

.footer-logo4k img {
    height: 40px;
}

.footer-text6m {
    color: #b0b0b0;
    line-height: 1.5;
}

.footer-title8x {
    color: #00fbc8;
    font-size: 18px;
    margin-bottom: 20px;
}

.footer-menu2q li {
    margin-bottom: 10px;
}

.footer-menu2q a {
    color: #d0d0d0;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-menu2q a:hover {
    color: #00fbc8;
}

.payment-icons5x,
.providers3k {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.payment-icon7m,
.provider-name9x {
    background: rgba(0, 251, 200, 0.1);
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 12px;
    color: #ffffff;
    border: 1px solid rgba(0, 251, 200, 0.3);
}

.footer-bottom7x {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.license-info3m,
.copyright2x {
    margin: 0;
    color: #808080;
    font-size: 14px;
}

.legal-text9k {
    color: #606060;
}

/* Fixed Widget */
.fixed-widget3x {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #ff2e09 0%, #e52700 100%);
    z-index: 999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}

.widget-content8k {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.widget-text5m {
    color: #ffffff;
    font-size: 16px;
}

.widget-btn2x {
    background: #ffffff;
    color: #ff2e09;
    padding: 10px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s;
}

.widget-btn2x:hover {
    background: #f0f0f0;
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 991px) {
    .hero-title5q {
        font-size: 36px;
    }

    .section-title9x {
        font-size: 28px;
    }

    .bonuses-slider3x .row {
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .bonuses-slider3x .col-lg-4 {
        min-width: 300px;
    }
}

@media (max-width: 767px) {
    .hero-title5q {
        font-size: 28px;
    }

    .hero-subtitle9x {
        font-size: 16px;
    }

    .widget-content8k {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .app-download-btns6x {
        flex-direction: column;
    }
}

.pmcgd {
    max-width: 980px;
    margin: 32px auto;
    padding: 40px 32px 56px;
    background: linear-gradient(180deg, #2f2f31 0%, #262628 100%);
    border: 1px solid #444448;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
    color: #e8e8e8;
    font-family: 'PT Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.75;
}

.pmcgd > * {
    min-width: 0;
}

.pmcgd h1,
.pmcgd h2,
.pmcgd h3 {
    color: #ffffff;
    font-weight: 700;
    line-height: 1.22;
}

.pmcgd h1 {
    font-size: clamp(32px, 4vw, 48px);
    margin: 0 0 24px;
}

.pmcgd h2 {
    font-size: clamp(24px, 3vw, 34px);
    margin: 40px 0 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #4a4a4d;
}

.pmcgd h3 {
    font-size: clamp(20px, 2.4vw, 24px);
    margin: 28px 0 12px;
}

.pmcgd p {
    margin: 0 0 18px;
    color: #d8d8d8;
}

.pmcgd a {
    color: #00fbc8;
    text-decoration: none;
    word-break: break-word;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.pmcgd a:hover {
    color: #00d7ac;
}

.pmcgd ul,
.pmcgd ol {
    margin: 0 0 24px;
    padding-left: 24px;
}

.pmcgd li {
    margin-bottom: 12px;
    color: #d8d8d8;
}

.pmcgd li::marker {
    color: #00fbc8;
}

.pmcgd blockquote {
    margin: 24px 0;
    padding: 18px 20px;
    background: rgba(0, 251, 200, 0.06);
    border-left: 4px solid #00fbc8;
    border-radius: 0 14px 14px 0;
}

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

.pmcgd table {
    width: 100%;
    margin: 24px 0;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: #222224;
    border: 1px solid #444448;
    border-radius: 16px;
}

.pmcgd td,
.pmcgd th {
    padding: 14px 16px;
    border-top: 1px solid #39393d;
    vertical-align: top;
    color: #e8e8e8;
    min-width: 180px;
    text-align: left;
}

.pmcgd tr:first-child td,
.pmcgd tr:first-child th {
    border-top: 0;
}

.pmcgd th {
    background: rgba(0, 251, 200, 0.12);
    color: #00fbc8;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}

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

.pmcgd strong {
    color: #ffffff;
}

.pmcgd em {
    color: #b9b9bd;
}

.pmcgd hr {
    margin: 32px 0;
    border: 0;
    border-top: 1px solid #4a4a4d;
}

.pmcgd img,
.pmcgd iframe {
    max-width: 100%;
    border-radius: 14px;
}

.pmcgd table::-webkit-scrollbar {
    height: 8px;
}

.pmcgd table::-webkit-scrollbar-thumb {
    background: #4a4a4d;
    border-radius: 999px;
}

.pmcgd table::-webkit-scrollbar-track {
    background: #2a2a2c;
}

@media (max-width: 991px) {
    .pmcgd {
        margin: 24px auto;
        padding: 32px 24px 48px;
        border-radius: 20px;
    }

    .pmcgd h2 {
        margin-top: 34px;
    }

    .pmcgd td,
    .pmcgd th {
        padding: 12px 14px;
    }
}

@media (max-width: 767px) {
    .pmcgd {
        margin: 20px auto;
        padding: 24px 16px 40px;
        font-size: 15px;
        line-height: 1.7;
        border-radius: 18px;
    }

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

    .pmcgd h2 {
        font-size: 24px;
        margin: 28px 0 16px;
        padding-bottom: 8px;
    }

    .pmcgd h3 {
        font-size: 20px;
        margin: 22px 0 10px;
    }

    .pmcgd p {
        margin-bottom: 16px;
    }

    .pmcgd ul,
    .pmcgd ol {
        padding-left: 20px;
        margin-bottom: 20px;
    }

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

    .pmcgd blockquote {
        margin: 20px 0;
        padding: 16px 18px;
    }

    .pmcgd td,
    .pmcgd th {
        min-width: 160px;
        padding: 11px 12px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .pmcgd {
        margin: 16px auto;
        padding: 20px 14px 32px;
        font-size: 14px;
        border-radius: 16px;
    }

    .pmcgd h1 {
        font-size: 26px;
    }

    .pmcgd h2 {
        font-size: 22px;
    }

    .pmcgd h3 {
        font-size: 18px;
    }

    .pmcgd table {
        margin: 20px 0;
        border-radius: 14px;
    }

    .pmcgd td,
    .pmcgd th {
        min-width: 150px;
        padding: 10px 11px;
        font-size: 13px;
    }

    .pmcgd blockquote {
        padding: 14px 16px;
        border-left-width: 3px;
    }
}

.deprecated-class7x {
    display: none;
}

.legacy-wrapper3k {
    opacity: 0;
}

.old-style9m {
    visibility: hidden;
}

.unused-block2x {
    position: absolute;
    left: -9999px;
}

.hidden-element5k {
    width: 0;
    height: 0;
}

.winners-section3k .table,
.winners-section3k .table *,
.app-section5x .table,
.app-section5x .table * {
    background: transparent !important;
}

.winners-section3k .winners-table2x,
.app-section5x .app-info-block7k {
    background: #1a1a1c;
    border-radius: 15px;
}

.winners-section3k .winners-tbl7k,
.app-section5x .app-table3x {
    width: 100%;
    border-collapse: collapse;
    color: #fff;
}

.winners-section3k th,
.app-section5x td:first-child {
    color: #00fbc8;
}

.winners-section3k th,
.winners-section3k td,
.app-section5x td {
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.winners-section3k tbody tr:nth-child(odd),
.app-section5x .app-table3x tr:nth-child(odd) {
    background: rgba(255, 255, 255, 0.02) !important;
}

.winners-section3k tbody tr:nth-child(even),
.app-section5x .app-table3x tr:nth-child(even) {
    background: rgba(0, 251, 200, 0.04) !important;
}

.winners-section3k tbody tr:hover,
.app-section5x .app-table3x tr:hover {
    background: rgba(0, 251, 200, 0.1) !important;
}