
/* ===================================================================
   CSS Reset
   =================================================================== */
*, *::before, *::after{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}html, body{
    overflow-x: hidden;
    max-width: 100%;
}body{
    font-size: 16px;
    line-height: 1.6;
}img{
    max-width: 100%;
    height: auto;
    display: block;
}a{
    text-decoration: none;
    color: inherit;
}ul, ol{
    list-style: none;
}/* ===================================================================
   Site Body & Layout
   =================================================================== */
.container20{
    background-color: #0e1628;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    min-height: 100vh;
}.badge-od{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.interface-fn{
    min-height: 100vh;
    padding-top: 80px;
}/* ===================================================================
   Content Zone (Brand Pages)
   =================================================================== */
.template-v77{
    padding: 40px 0;
}.point-play{
    max-width: 900px;
    margin: 0 auto;
}/* ===================================================================
   Page Heading
   =================================================================== */
.soft362{
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 24px;
    padding-bottom: 16px;
    position: relative;
    color: #ffffff;
}.soft362::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: #4fc3f7;
    border-radius: 2px;
}/* ===================================================================
   Article Body — Typography
   =================================================================== */
.subtitle-e2{
    font-size: 1rem;
    line-height: 1.7;
    color: #ffffff;
}.subtitle-e2 h2{
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 0.75em;
    line-height: 1.3;
    color: #ffffff;
}.subtitle-e2 h3{
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
    line-height: 1.35;
    color: #ffffff;
}.subtitle-e2 p{
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.1em;
}.subtitle-e2 ul,
.subtitle-e2 ol{
    margin: 1em 0;
    padding-left: 1.5em;
}.subtitle-e2 ul{
    list-style: disc;
}.subtitle-e2 ol{
    list-style: decimal;
}.subtitle-e2 ul li,
.subtitle-e2 ol li{
    margin-bottom: 0.5em;
    line-height: 1.6;
}.subtitle-e2 strong{
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
}.subtitle-e2 a{
    color: #4fc3f7;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease, text-decoration 0.2s ease;
}.subtitle-e2 a:hover{
    text-decoration: underline;
    filter: brightness(1.3);
}.subtitle-e2 img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5em 0;
}/* Blockquotes */
.subtitle-e2 blockquote{
    margin: 1.5em 0;
    padding: 16px 20px 16px 24px;
    border-left: 4px solid #4fc3f7;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 8px 8px 0;
    font-style: italic;
    line-height: 1.7;
}.subtitle-e2 blockquote p{
    margin-bottom: 0;
}/* Tables */
.subtitle-e2 table{
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
    font-size: 0.95rem;
}.subtitle-e2 table th,
.subtitle-e2 table td{
    padding: 12px 16px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.subtitle-e2 table th{
    background: rgba(0, 0, 0, 0.3);
    font-weight: 700;
    white-space: nowrap;
}.subtitle-e2 table tr:nth-child(even){
    background: rgba(0, 0, 0, 0.15);
}.subtitle-e2 table tr:nth-child(odd){
    background: rgba(0, 0, 0, 0.05);
}.subtitle-e2 table tr:hover{
    background: rgba(79, 195, 247, 0.1);
}/* Table responsive wrapper */
.dropdown32,
.subtitle-e2 .dropdown32{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 1.5em 0;
}.dropdown32 table{
    margin: 0;
}/* ===================================================================
   Rating Zone (Main Domain — Rating Pages)
   =================================================================== */
.details897{
    padding: 30px 0 60px;
}.meta948{
    max-width: 1100px;
    margin: 0 auto;
}.input772{
    text-align: center;
    margin-bottom: 32px;
}.input772 .soft362{
    display: inline-block;
}.input772 .soft362::after{
    left: 50%;
    transform: translateX(-50%);
}.select-link{
    margin-top: 40px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.7;
}.select-link h2{
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 0.75em;
}.select-link h3{
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
}.select-link p{
    margin-bottom: 1.1em;
    line-height: 1.7;
}.select-link ul,
.select-link ol{
    margin: 1em 0;
    padding-left: 1.5em;
}.select-link ul{
    list-style: disc;
}.select-link ol{
    list-style: decimal;
}.select-link ul li,
.select-link ol li{
    margin-bottom: 0.5em;
}.select-link a{
    color: #4fc3f7;
    font-weight: 600;
}.select-link a:hover{
    text-decoration: underline;
}.select-link blockquote{
    margin: 1.5em 0;
    padding: 16px 20px 16px 24px;
    border-left: 4px solid #4fc3f7;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0 8px 8px 0;
    font-style: italic;
}.select-link table{
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
}.select-link table th,
.select-link table td{
    padding: 12px 16px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.select-link table th{
    background: rgba(0, 0, 0, 0.3);
    font-weight: 700;
}.select-link table tr:nth-child(even){
    background: rgba(0, 0, 0, 0.15);
}.select-link img{
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5em 0;
}/* ===================================================================
   Rating Navigation Tabs
   =================================================================== */
.edge-badge{
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 8px 0 16px;
    margin-bottom: 24px;
    scrollbar-width: thin;
    scrollbar-color: #4fc3f7 transparent;
}.edge-badge::-webkit-scrollbar{
    height: 4px;
}.edge-badge::-webkit-scrollbar-track{
    background: transparent;
}.edge-badge::-webkit-scrollbar-thumb{
    background: #4fc3f7;
    border-radius: 2px;
}.edge-badge .input-label{
    flex-shrink: 0;
    padding: 10px 20px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.2s ease, border-color 0.2s ease;
    text-decoration: none;
}.edge-badge .input-label:hover,
.edge-badge .input-label.active{
    background: #4fc3f7;
    border-color: #4fc3f7;
    color: #fff;
}/* ===================================================================
   Rating Cards (rt-* classes from rating-page-generator.php)
   =================================================================== */
.range-gt{
    margin: 20px 0;
}.offer484{
    margin-bottom: 24px;
}.details-af{
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
    list-style: none;
    margin: 0;
    padding-left: 0;
}.edge-mi{
    flex-shrink: 0;
}.edge-mi a{
    display: block;
    padding: 10px 20px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
    white-space: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.2s ease, border-color 0.2s ease;
}.edge-mi a:hover,
.edge-mi.active a{
    background: #4fc3f7;
    border-color: #4fc3f7;
    color: #fff;
}.icon811{
    display: flex;
    flex-direction: column;
    gap: 16px;
}.featured-grid{
    display: flex;
    align-items: stretch;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}.featured-grid:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}.tab-feature{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    font-size: 1.3rem;
    font-weight: 800;
    background: rgba(79, 195, 247, 0.15);
    color: #4fc3f7;
}.details-carousel{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    gap: 10px;
    min-width: 140px;
}.dim665 img,
.details-carousel img{
    max-width: 100px;
    max-height: 60px;
    object-fit: contain;
}.tag-m38{
    display: inline-block;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background 0.2s ease, transform 0.15s ease;
    cursor: pointer;
    border: none;
    text-decoration: none;
}.widget534{
    background: #4fc3f7;
    color: #fff;
}.widget534:hover{
    filter: brightness(1.2);
    transform: scale(1.03);
}.soft-jc{
    background: linear-gradient(135deg, #4fc3f7, #162038);
    color: #fff;
}.soft-jc:hover{
    filter: brightness(1.2);
    transform: scale(1.03);
}.preview-ku{
    color: #4fc3f7;
    font-size: 0.75rem;
    padding: 4px 0;
}.template-mi{
    flex: 1;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}.thumbnail813{
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}.promo-my{
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
}.hover-s29{
    font-size: 0.8rem;
    opacity: 0.7;
    display: flex;
    align-items: center;
    gap: 4px;
}.status998{
    color: #4caf50;
    font-size: 0.7rem;
}.label-ec{
    display: flex;
    gap: 2px;
    font-size: 1rem;
}.screen453{
    line-height: 1;
}.gradient-s85{
    color: #ffc107;
}.disabled-az{
    color: #ffc107;
    opacity: 0.7;
}.subtitle-section{
    color: rgba(255, 255, 255, 0.2);
}.select-zo{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
}.action-zg{
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.06);
    font-size: 0.75rem;
    font-weight: 500;
}.accordion26{
    color: #4caf50;
    font-size: 0.7rem;
}.score-ne{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    min-width: 180px;
    text-align: center;
    gap: 6px;
    background: rgba(0, 0, 0, 0.1);
}.box749{
    font-size: 0.8rem;
    opacity: 0.7;
    font-weight: 500;
}.active458{
    font-size: 1.2rem;
    font-weight: 800;
    color: #ffc107;
}

/* ===================================================================
   Responsive — Mobile (max-width: 768px)
   =================================================================== */
@media (max-width: 768px) {.badge-od{
        padding: 0 12px;
    }.interface-fn{
        padding-top: 64px;
    }.template-v77{
        padding: 24px 0;
    }.soft362{
        font-size: 1.5rem;
        margin-bottom: 18px;
        padding-bottom: 12px;
    }.soft362::after{
        width: 50px;
        height: 3px;
    }.subtitle-e2{
        font-size: 0.95rem;
    }.subtitle-e2 h2{
        font-size: 1.3rem;
        margin-top: 1.6em;
    }.subtitle-e2 h3{
        font-size: 1.1rem;
        margin-top: 1.2em;
    }.subtitle-e2 p{
        font-size: 0.95rem;
        line-height: 1.65;
    }.subtitle-e2 table th,
    .subtitle-e2 table td{
        padding: 8px 10px;
        font-size: 0.85rem;
    }.subtitle-e2 blockquote{
        padding: 12px 14px 12px 18px;
    }/* Rating zone mobile */
    .details897{
        padding: 20px 0 40px;
    }.input772{
        margin-bottom: 20px;
    }.select-link{
        margin-top: 28px;
        font-size: 0.95rem;
    }.select-link h2{
        font-size: 1.3rem;
    }.select-link h3{
        font-size: 1.1rem;
    }.select-link table th,
    .select-link table td{
        padding: 8px 10px;
        font-size: 0.85rem;
    }/* Rating cards mobile */
    .featured-grid{
        flex-direction: column;
    }.tab-feature{
        width: 100%;
        min-width: unset;
        height: 36px;
        font-size: 1rem;
    }.details-carousel{
        min-width: unset;
        padding: 12px;
        flex-direction: row;
        justify-content: space-between;
    }.template-mi{
        padding: 12px;
    }.thumbnail813{
        gap: 8px;
    }.promo-my{
        font-size: 1rem;
    }.score-ne{
        min-width: unset;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        padding: 12px;
        gap: 8px;
    }

    .rt-bonus-amount {
        font-size: 1rem;
    }
}

/* ===================================================================
   Responsive — Small Phones (max-width: 480px)
   =================================================================== */
@media (max-width: 480px) {.soft362{
        font-size: 1.3rem;
    }.subtitle-e2 h2{
        font-size: 1.15rem;
    }.subtitle-e2 h3{
        font-size: 1rem;
    }.select-zo{
        gap: 4px;
    }

    .rt-badge {
        font-size: 0.7rem;
        padding: 2px 6px;
    }
}
