/* Inner Page Styles */

/* Hero Section Layout Styles */
.medium_e03a {
    padding: var(--md-spacing-lg);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.medium_e03a h1 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-large);
    margin-bottom: var(--md-spacing-md);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.medium_e03a h2 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-medium);
    margin-bottom: var(--md-spacing-lg);
    text-align: center;
    border-bottom: 2px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

.medium_e03a p {
    color: var(--casino-gold-light);
    font-size: var(--md-font-size-body-large);
    line-height: 1.6;
    margin-bottom: var(--md-spacing-lg);
}

.table_b7f7 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.table_b7f7 .hard-ed96 {
    background: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    color: var(--casino-black);
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    transition: all var(--md-transition-normal);
    position: relative;
    overflow: hidden;
}

.table_b7f7 .hard-ed96::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.table_b7f7 .hard-ed96:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.table_b7f7 .hard-ed96:hover::before {
    left: 100%;
}

.table_b7f7 .hard-ed96:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.list_huge_20a3 {
    margin-bottom: var(--md-spacing-lg);
}

.selected-63b1 {
    display: flex;
    align-items: center;
    margin-bottom: var(--md-spacing-md);
    padding: var(--md-spacing-sm);
    background-color: var(--casino-black);
    border-radius: var(--md-radius-md);
    border: 1px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.selected-63b1:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
}

.column_04df {
    font-size: 2rem;
    margin-right: var(--md-spacing-md);
    min-width: 40px;
    text-align: center;
}

.texture_dcf5 h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-xs);
}

.texture_dcf5 p {
    color: var(--casino-gold-light);
    font-size: var(--md-font-size-body-medium);
    margin: 0;
}

.message_21ac {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

.message_21ac img {
    border-radius: var(--md-radius-lg);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transition: all var(--md-transition-normal);
}

.message_21ac img:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.3);
}

/* Content Area Base Styles */
.tertiary_cb40 {
    background-color: var(--casino-dark);
    color: var(--casino-gold-light);
    min-height: 100vh;
}

/* Breadcrumb Navigation */
.narrow-fb5a {
    background-color: var(--casino-black);
    border-bottom: 1px solid var(--casino-gold);
    padding: var(--md-spacing-sm) 0;
}

.progress-last-0469 {
    background: none;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: var(--md-spacing-xs);
}

.glass-0e43 {
    color: var(--casino-gold-light);
}

.glass-0e43 a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.glass-0e43 a:hover {
    color: var(--casino-gold-light);
}

.glass-0e43.fn-active-1f07 {
    color: var(--casino-gold-light);
}

.glass-0e43:not(:last-child)::after {
    content: '>';
    margin-left: var(--md-spacing-xs);
    color: var(--casino-gold);
}

/* Main Content Area */
.info_2396 {
    padding: var(--md-spacing-lg) 0;
}

.last-9179 {
    background-color: var(--casino-dark);
    border-radius: var(--md-radius-lg);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    border: 1px solid var(--casino-gray);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.last-9179 h2 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-medium);
    margin-bottom: var(--md-spacing-md);
    border-bottom: 2px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

.last-9179 p {
    color: var(--casino-gold-light);
    line-height: 1.6;
    margin-bottom: var(--md-spacing-md);
}

/* Content Cards */
.mask_pink_cc08 {
    background-color: var(--casino-black);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all var(--md-transition-normal);
}

.mask_pink_cc08:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.1);
    border-color: var(--casino-gold-light);
}

.mask_pink_cc08 h3 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-medium);
    margin-bottom: var(--md-spacing-md);
}

.mask_pink_cc08 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

/* Feature Lists */
.text_4b4f {
    list-style: none;
    padding: 0;
    margin: var(--md-spacing-md) 0;
}

.text_4b4f li {
    color: var(--casino-gold-light);
    padding: var(--md-spacing-xs) 0;
    padding-left: var(--md-spacing-md);
    position: relative;
}

.text_4b4f li::before {
    content: '✓';
    color: var(--casino-gold);
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* CTA Section */
.panel_yellow_f3aa {
    text-align: center;
    margin-top: var(--md-spacing-lg);
    padding-top: var(--md-spacing-md);
    border-top: 1px solid var(--casino-gray);
}

/* Sidebar Section */
.silver-e88a {
    background-color: var(--casino-black);
    border-top: 1px solid var(--casino-gold);
    padding: var(--md-spacing-lg) 0;
    margin-top: var(--md-spacing-lg);
}

.primary-gold-7eb7 {
    padding: var(--md-spacing-md) 0;
}

.up-07df {
    background-color: var(--casino-dark);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 100%;
}

.up-07df h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-md);
    border-bottom: 1px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

/* Sidebar Links */
.banner_b3d6 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.banner_b3d6 li {
    margin-bottom: var(--md-spacing-xs);
}

.banner_b3d6 a {
    color: var(--casino-gold-light);
    text-decoration: none;
    display: block;
    padding: var(--md-spacing-xs) var(--md-spacing-sm);
    border-radius: var(--md-radius-sm);
    transition: all var(--md-transition-normal);
}

.banner_b3d6 a:hover {
    color: var(--casino-gold);
    background-color: var(--casino-gray);
    transform: translateX(5px);
}

/* Promo Cards */
.active-41c9 {
    background: #FFD700;
    border-radius: var(--md-radius-sm);
    padding: var(--md-spacing-md);
    text-align: center;
    color: #000000;
    border: 3px solid #FFA500;
    box-shadow: 0 6px 20px rgba(255, 215, 0, 0.5);
    position: relative;
    overflow: hidden;
}

.active-41c9::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    transition: left 0.8s;
}

.active-41c9:hover::before {
    left: 100%;
}

.active-41c9 h5 {
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-xs);
    font-weight: 700;
    color: #000000;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
    letter-spacing: 0.5px;
}

.active-41c9 p {
    margin-bottom: var(--md-spacing-sm);
    font-weight: 600;
    color: #000000;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.8);
    letter-spacing: 0.3px;
}

.active-41c9 .footer-first-5e0a {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.active-41c9 .footer-first-5e0a:hover {
    background-color: transparent;
    color: var(--casino-black);
}

/* Contact Information */
.summary-d2f8 p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-xs);
}

.prev_cf34 {
    margin-top: var(--md-spacing-sm);
}

.text-bright-ffbd {
    display: inline-block;
    color: var(--casino-gold);
    text-decoration: none;
    margin-right: var(--md-spacing-sm);
    padding: var(--md-spacing-xs) var(--md-spacing-sm);
    border-radius: var(--md-radius-sm);
    transition: all var(--md-transition-normal);
}

.text-bright-ffbd:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

/* Related Pages */
.active_c2ca {
    background-color: var(--casino-black);
    padding: var(--md-spacing-lg) 0;
    border-top: 1px solid var(--casino-gold);
}

.active_c2ca h3 {
    color: var(--casino-gold);
    text-align: center;
    margin-bottom: var(--md-spacing-lg);
    font-size: var(--md-font-size-headline-small);
}

.dim_901c {
    background-color: var(--casino-dark);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    text-align: center;
    height: 100%;
    transition: all var(--md-transition-normal);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.dim_901c:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(212, 175, 55, 0.2);
    border-color: var(--casino-gold-light);
}

.dim_901c h4 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-title-small);
    margin-bottom: var(--md-spacing-sm);
}

.dim_901c p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

.dim_901c .footer-first-5e0a {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.dim_901c .footer-first-5e0a:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .medium_e03a {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .medium_e03a h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .medium_e03a h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .table_b7f7 {
        justify-content: center;
    }
    
    .selected-63b1 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .column_04df {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .info_2396 {
        padding: var(--md-spacing-md) 0;
    }
    
    .last-9179 {
        padding: var(--md-spacing-md);
    }
    
    .silver-e88a {
        padding: var(--md-spacing-md) 0;
    }
    
    .up-07df {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .dim_901c {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .progress-last-0469 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .last-9179 {
        padding: var(--md-spacing-sm);
    }
    
    .mask_pink_cc08 {
        padding: var(--md-spacing-md);
    }
    
    .up-07df {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.mask_pink_cc08,
.up-07df,
.dim_901c {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.tertiary_cb40::-webkit-scrollbar {
    width: 8px;
}

.tertiary_cb40::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.tertiary_cb40::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.tertiary_cb40::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

/* ============================================
   COMPACT STYLES - Space Optimization
   ============================================ */

/* Author Section Compact */
.layout-23d2 {
    padding: 15px 0;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.05), rgba(0, 200, 255, 0.05));
    border-bottom: 1px solid rgba(0, 255, 136, 0.2);
}

.list-55ae {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: #b0b0b0;
}

.pink-f27d {
    font-size: 1.5rem;
}

.breadcrumb-6dca strong {
    color: #00ff88;
}

.modal-focused-9bd1 {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .list-55ae {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .modal-focused-9bd1 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.liquid_2037 {
    padding: 30px 0;
}

.overlay-west-f544 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.layout_hard_2d45 {
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.08), rgba(0, 200, 255, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 10px;
    padding: 20px;
}

.layout_hard_2d45 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 255, 136, 0.2);
    padding-bottom: 8px;
}

.layout_hard_2d45 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.layout_hard_2d45 li {
    color: #ccc;
    font-size: 0.85rem;
    padding: 4px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.layout_hard_2d45 li:last-child {
    border-bottom: none;
}

@media (max-width: 992px) {
    .overlay-west-f544 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .overlay-west-f544 {
        grid-template-columns: 1fr;
    }
}

/* Expert Tips Compact */
.upper-1456 {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

.upper-1456 h3 {
    color: #00ff88;
    font-size: 1.1rem;
    margin-bottom: 15px;
    text-align: center;
}

.bottom_b163 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.current-4b40 {
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.15);
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 0.85rem;
    color: #ccc;
}

.current-4b40 strong {
    color: #00ff88;
}

@media (max-width: 768px) {
    .bottom_b163 {
        grid-template-columns: 1fr;
    }
}

/* Version History Compact */
.red-70a1 {
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(0, 255, 136, 0.1);
}

.red-70a1 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 10px;
    text-align: center;
}

.filter_1b6a {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

.bronze_e347 {
    background: rgba(0, 255, 136, 0.15);
    color: #00ff88;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-right: 5px;
}

/* ============================================
   PLATFORM PAGE - UNIQUE DASHBOARD STYLES
   ============================================ */

/* Platform Hero Dashboard */
.item_steel_091d {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0f0f23 100%);
    padding: 40px 0;
    border-bottom: 2px solid #00ff88;
    position: relative;
    overflow: hidden;
}

.item_steel_091d::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(0, 255, 136, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.pro_664c {
    text-align: center;
    margin-bottom: 30px;
}

.column_solid_f93b {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid #00ff88;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.column_solid_f93b.caption-stone-adaa .heading-232d {
    width: 10px;
    height: 10px;
    background: #00ff88;
    border-radius: 50%;
    animation: pulse-dot 1.5s infinite;
}

@keyframes pulse-dot {
    0%, 100% { box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.7); }
    50% { box-shadow: 0 0 0 8px rgba(0, 255, 136, 0); }
}

.pro_da33 {
    color: #00ff88;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.shadow_stale_72c5 h1 {
    font-size: 2.5rem;
    color: #fff;
    margin: 10px 0;
    text-shadow: 0 0 30px rgba(0, 255, 136, 0.3);
}

.progress-ea0e {
    color: #aaa;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 15px;
}

.up_0bbe {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.up_0bbe img {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.3), 0 0 60px rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease;
    border: 3px solid rgba(0, 255, 136, 0.3);
    object-fit: contain;
}

.up_0bbe img:hover {
    transform: scale(1.08);
    box-shadow: 0 0 50px rgba(0, 255, 136, 0.5), 0 0 100px rgba(212, 175, 55, 0.3);
}

.section-prev-fa5c {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #888;
    font-size: 0.9rem;
}

.huge-30e3 {
    font-size: 1.2rem;
}

/* Metrics Dashboard */
.feature-slow-e68c {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .feature-slow-e68c {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .feature-slow-e68c {
        grid-template-columns: 1fr;
    }
}

.down_0e6c {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.down_0e6c::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #00ff88, #00ccff);
}

.down_0e6c.section-e7a6::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.down_0e6c.prev-7c83::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.down_0e6c.cold_baff::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.down_0e6c.sort_f591::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.detail_701a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.icon_b44a {
    font-size: 1.2rem;
}

.message_722a {
    color: #888;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.black-946d {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin: 10px 0;
    font-family: 'Courier New', monospace;
}

.upper_4d5e {
    height: 6px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    overflow: hidden;
    margin: 10px 0;
}

.disabled-gas-9e8c {
    height: 100%;
    background: linear-gradient(90deg, #00ff88, #00cc66);
    border-radius: 3px;
    transition: width 1s ease;
}

.disabled-gas-9e8c.wide_f0bd { background: linear-gradient(90deg, #00ccff, #0088ff); }
.disabled-gas-9e8c.fn-active-1f07 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.feature_0f19 {
    color: #666;
    font-size: 0.8rem;
}

.down_ca86 {
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

.detail-green-b61c {
    background: rgba(212, 175, 55, 0.2);
    color: #d4af37;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
}

.active_dirty_31a5 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.logo_91a4 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

.west_9bbf {
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 0;
}

.surface_b84b {
    color: #00ff88;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-align: center;
}

.picture-3c82 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.sort-smooth-0948 {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 15px 20px;
    text-align: center;
    min-width: 140px;
    transition: all 0.3s ease;
}

.sort-smooth-0948:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.sort-smooth-0948.mini_fca9 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.fast_09f0 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 5px;
}

.description-921e {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
}

.thick-1f0f {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

.progress-0ee9 {
    text-align: center;
    color: #00ff88;
    font-size: 1.5rem;
    padding: 10px 0;
    opacity: 0.5;
}

.slider_north_8788 { border-top: 3px solid #00ccff; }
.nav-white-7c6b { border-top: 3px solid #00ff88; }
.bottom_b25c { border-top: 3px solid #d4af37; }
.section_dirty_c3ff { border-top: 3px solid #ff6b6b; }
.grid-39f3 { border-top: 3px solid #8b5cf6; }

/* Comparison Section */
.table-blue-b731 {
    background: linear-gradient(180deg, #0a0a0a 0%, #111 100%);
    padding: 60px 0;
}

.caption_d2e5 {
    overflow-x: auto;
}

.badge-white-1ffb {
    width: 100%;
    border-collapse: collapse;
    background: rgba(20, 20, 35, 0.6);
    border-radius: 12px;
    overflow: hidden;
}

.badge-white-1ffb th,
.badge-white-1ffb td {
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.badge-white-1ffb th {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.badge-white-1ffb td {
    color: #ccc;
}

.badge-white-1ffb .north_78e7 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.badge-white-1ffb tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.logo-eb93 {
    background: #0a0a0a;
    padding: 60px 0;
}

.primary-bronze-b56c {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 992px) {
    .primary-bronze-b56c {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .primary-bronze-b56c {
        grid-template-columns: 1fr;
    }
}

.sort-d3f9 {
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
}

.sort-d3f9 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

.smooth-858a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.05);
}

.media_liquid_9ba1 {
    color: #888;
    font-size: 0.85rem;
}

.section-solid-559d {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

/* Expert Analysis Section */
.column-large-652a {
    background: linear-gradient(180deg, #0a0a0a 0%, #111 100%);
    padding: 60px 0;
}

.card-d940 {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 16px;
    padding: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.heading_complex_b4d4 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.table_dynamic_623c {
    font-size: 3rem;
    background: rgba(212, 175, 55, 0.2);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.static-21a2 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.static-21a2 p {
    color: #888;
    font-size: 0.9rem;
}

.status-east-8baa {
    color: #ccc;
    font-size: 1.1rem;
    line-height: 1.8;
    font-style: italic;
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-left: 4px solid #d4af37;
    border-radius: 0 8px 8px 0;
    margin-bottom: 20px;
}

.status-9534 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media (max-width: 768px) {
    .status-9534 {
        grid-template-columns: 1fr;
    }
}

.logo_8531 {
    display: flex;
    gap: 15px;
    padding: 15px;
    background: rgba(0, 255, 136, 0.05);
    border-radius: 8px;
}

.avatar_silver_799f {
    font-size: 2rem;
}

.pagination_fresh_868d strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.pagination_fresh_868d p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

/* Certifications Timeline */
.message-d13c {
    background: #0a0a0a;
    padding: 60px 0;
}

.link-hot-fa8e {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.link-hot-fa8e::before {
    content: '';
    position: absolute;
    left: 60px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #00ff88, #d4af37, #ff6b6b);
}

@media (max-width: 576px) {
    .link-hot-fa8e::before {
        left: 30px;
    }
}

.summary_thick_4492 {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

.column-d169 {
    width: 50px;
    color: #d4af37;
    font-weight: 700;
    font-size: 0.9rem;
    text-align: right;
    flex-shrink: 0;
}

.table-2166 {
    flex: 1;
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-left: 30px;
    position: relative;
}

.table-2166::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(255, 255, 255, 0.1);
}

.main-pink-c890 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.table-2166 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

.table-2166 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

/* Reviews Carousel Section */
.smooth_df93 {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 60px 0;
}

.caption_narrow_cf4c {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

.next-8b41 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.main_850a {
    font-size: 1.5rem;
}

.search-320a {
    color: #888;
    font-size: 0.9rem;
}

.tiny_4774 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .tiny_4774 {
        grid-template-columns: 1fr;
    }
}

.focus_last_08f6 {
    grid-row: span 2;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.1), rgba(20, 20, 35, 0.8));
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 16px;
    padding: 30px;
    position: relative;
}

.pressed_9233 {
    font-size: 4rem;
    color: #d4af37;
    opacity: 0.3;
    position: absolute;
    top: 10px;
    left: 20px;
    font-family: Georgia, serif;
}

.heading_a187 {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.8;
    margin: 30px 0 20px;
}

.tag-lower-8705 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.accent_silver_a55b strong {
    color: #fff;
    display: block;
}

.fixed-8373 {
    background: rgba(212, 175, 55, 0.2);
    color: #d4af37;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    margin-left: 10px;
}

.texture_solid_5310 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.texture_solid_5310 .module_right_d8c6 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

.video_upper_a7bb {
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
}

.video_upper_a7bb .accordion-up-cef8 {
    margin-bottom: 10px;
}

.video_upper_a7bb p {
    color: #ccc;
    font-size: 0.95rem;
    margin-bottom: 10px;
    line-height: 1.5;
}

.video_upper_a7bb strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.gallery-fluid-595f {
    background: #0a0a0a;
    padding: 60px 0;
}

.summary_dynamic_bde7 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

@media (max-width: 768px) {
    .summary_dynamic_bde7 {
        grid-template-columns: 1fr;
    }
}

.bottom_e7ac h4 {
    color: #d4af37;
    font-size: 1rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Platform Status Section */
.list-full-ada6 {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

.list-9471 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 12px;
    padding: 20px 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

.lite-ca5b h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.lite-ca5b p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.caption_easy_9442 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.shadow-3462 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
}

.advanced-e078 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.tag_0d84 {
    display: flex;
    gap: 15px;
    padding: 10px 15px;
    background: rgba(20, 20, 35, 0.6);
    border-radius: 8px;
    align-items: center;
}

.pressed-7c66 {
    background: rgba(212, 175, 55, 0.2);
    color: #d4af37;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 0.75rem;
    white-space: nowrap;
}

.nav-1d9e {
    color: #ccc;
    font-size: 0.85rem;
}

/* Responsible Banner */
.card_pressed_6fb0 {
    background: rgba(255, 107, 107, 0.05);
    border-top: 1px solid rgba(255, 107, 107, 0.2);
    border-bottom: 1px solid rgba(255, 107, 107, 0.2);
    padding: 25px 0;
}

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

.icon_b297 h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.icon_b297 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

.fluid-0b06 {
    background: #ff6b6b;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
}

.orange_2eee span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

.module-soft-5774 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0 0 5px;
}

.module-soft-5774 span {
    color: #666;
    font-size: 0.8rem;
}

.module-soft-5774 a {
    color: #ff6b6b;
}

/* CTA Tech Section */
.active_15df {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0f0f23 100%);
    padding: 60px 0;
    text-align: center;
}

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

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

.warm-9114 {
    text-align: center;
}

.warm-9114 .frame-9dbd {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.warm-9114 .hidden_stone_623a {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.right_3a50 h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.right_3a50 > p {
    color: #888;
    margin-bottom: 25px;
}

/* Related Tech Section */
.medium_5552 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

.medium_5552 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
}

.title-f6eb {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

@media (max-width: 992px) {
    .title-f6eb {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .title-f6eb {
        grid-template-columns: repeat(2, 1fr);
    }
}

.pagination_d83d {
    background: rgba(20, 20, 35, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pagination_d83d:hover {
    border-color: #00ff88;
    transform: translateY(-5px);
    background: rgba(0, 255, 136, 0.05);
}

.section_complex_5284 {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

.stale_1b40 {
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 3px;
}

.filter-4a9e {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

/* ============================================
   PLATFORM PAGE - ULTRA COMPACT STYLES
   ============================================ */

/* Architecture Flow - Horizontal */
.hero_top_5edf {
    background: linear-gradient(180deg, #0a0a0a 0%, #111 100%);
    padding: 30px 0;
}

.hero_top_5edf h2 {
    color: #00ff88;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 20px;
}

.thumbnail_b308 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.menu_a4a8 {
    background: rgba(20, 20, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 12px 15px;
    text-align: center;
    min-width: 150px;
}

.menu_a4a8.mini_fca9 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

.sidebar_5e65 {
    display: block;
    color: #00ff88;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.dirty-957e {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

.media-db4f {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .thumbnail_b308 {
        flex-direction: column;
    }
    .media-db4f {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.notice_red_f548 {
    background: #0a0a0a;
    padding: 30px 0;
}

.notice_red_f548 h2 {
    color: #00ff88;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 20px;
}

.grid_hovered_2783 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .grid_hovered_2783 {
        grid-template-columns: 1fr;
    }
}

.backdrop-0941 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.frame-c70b {
    background: rgba(0, 255, 136, 0.1);
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 0.85rem;
    color: #00ff88;
}

.frame-c70b .gradient-0ed6 {
    color: #666;
    margin: 0 8px;
}

.frame-c70b .paragraph_9d7d {
    color: #ff6b6b;
    text-decoration: line-through;
}

.bottom_139b {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.shade_a073 {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 0.8rem;
    color: #aaa;
}

.shade_a073 strong {
    color: #d4af37;
    margin-right: 8px;
}

.shadow-a79f {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 8px;
    padding: 12px 15px;
    margin-top: 15px;
}

.chip_71b0 {
    font-size: 2rem;
}

.footer_cddf {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.footer_cddf strong {
    color: #d4af37;
}

/* Certs & Reviews Combined */
.stone-c6fb {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 30px 0;
}

.article-762c {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .article-762c {
        grid-template-columns: 1fr;
    }
}

.first_a2fb h3,
.lower_2d4f h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.sort_675b {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.title_soft_5415 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.panel_yellow_2de2 {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 0.8rem;
    color: #aaa;
}

.panel_yellow_2de2 strong {
    color: #d4af37;
    margin-right: 8px;
}

.block-cf46 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.component_7ca7 {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 0.8rem;
    color: #ccc;
}

.component_7ca7 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.dynamic_d142 {
    background: #0a0a0a;
    padding: 30px 0;
}

.focus-fixed-eb88 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .focus-fixed-eb88 {
        grid-template-columns: 1fr;
    }
}

.media-eaf6 h3,
.inner_a652 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.aside-34fb {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.north_6588 {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 6px;
    padding: 10px 12px;
}

.north_6588 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.north_6588 summary::-webkit-details-marker {
    display: none;
}

.north_6588 p {
    color: #aaa;
    font-size: 0.8rem;
    margin: 8px 0 0;
    padding-left: 20px;
}

.stale_7bcc {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.solid-b49f {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
}

.component_outer_0ce3 {
    color: #888;
    font-size: 0.8rem;
    line-height: 1.6;
}

.component_outer_0ce3 strong {
    color: #d4af37;
}

.container_full_8923 {
    color: #aaa;
}

/* ============================================
   SEO ARTICLE CONTENT STYLES
   ============================================ */

.secondary_b691 {
    background: linear-gradient(180deg, #0d0d0d 0%, #111 100%);
    padding: 50px 0;
}

.picture-hard-e6cb {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.picture-hard-e6cb h2 {
    color: #00ff88;
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1.4;
}

.active-894d {
    color: #ccc;
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
}

.text-blue-bdb2 {
    max-width: 900px;
    margin: 0 auto;
}

.modal-bc24 {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.modal-bc24:last-child {
    border-bottom: none;
}

.modal-bc24 h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.modal-bc24 p {
    color: #bbb;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 15px;
}

.modal-bc24 p a {
    color: #00ff88;
    text-decoration: none;
    border-bottom: 1px dotted #00ff88;
    transition: all 0.3s ease;
}

.modal-bc24 p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

.carousel-purple-9816 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.carousel-purple-9816 li {
    color: #aaa;
    font-size: 0.95rem;
    padding: 10px 15px;
    margin-bottom: 8px;
    background: rgba(20, 20, 35, 0.6);
    border-radius: 8px;
    border-left: 3px solid #00ff88;
}

.carousel-purple-9816 li strong {
    color: #00ff88;
}

.lite_7d94 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 25px 0;
}

@media (max-width: 768px) {
    .lite_7d94 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.video-center-fd31 {
    background: rgba(0, 255, 136, 0.1);
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
}

.video-center-fd31 strong {
    display: block;
    font-size: 1.3rem;
    color: #00ff88;
    margin-bottom: 5px;
}

.center-7a5b {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin: 20px 0;
}

@media (max-width: 576px) {
    .center-7a5b {
        grid-template-columns: 1fr;
    }
}

.component-east-a60c {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 0.9rem;
    color: #ccc;
}

.component-east-a60c strong {
    color: #d4af37;
}

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

.hover-21a7 {
    color: #888;
    font-size: 0.9rem;
}

.hover-21a7 strong {
    color: #00ff88;
}

.hover-21a7 span {
    color: #d4af37;
}

/* ============================================
   E-E-A-T AUTHOR & EDITORIAL SECTION
   ============================================ */

.sort_dark_a2d9 {
    background: linear-gradient(180deg, #0a0a0a 0%, #0d0d0d 100%);
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.button-action-5e79 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

@media (max-width: 768px) {
    .button-action-5e79 {
        grid-template-columns: 1fr;
    }
}

.box_new_1564 {
    background: rgba(20, 20, 35, 0.8);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(0, 255, 136, 0.2);
}

.old_3df4 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.article-6c23 {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #00ff88, #d4af37);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
}

.gradient-left-7217 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

.liquid_ca55 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

.component_out_ef69 p {
    color: #bbb;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 12px;
}

.detail_green_9541 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.badge_38d1 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
    border: 1px solid rgba(0, 255, 136, 0.3);
}

.popup_soft_d2fe {
    color: #999;
    font-size: 0.85rem;
}

.dropdown-blue-484b {
    background: rgba(20, 20, 35, 0.8);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.dropdown-blue-484b h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

.banner-0d8a {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.banner-0d8a li {
    color: #bbb;
    font-size: 0.85rem;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.banner-0d8a li:last-child {
    border-bottom: none;
}

.modal_d98f {
    color: #888;
    font-size: 0.8rem;
    margin: 0;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Methodology & Sources Section */
.component-c6d5 {
    background: rgba(0, 100, 255, 0.05);
    border-radius: 10px;
    padding: 20px !important;
    margin-top: 20px !important;
}

.paragraph_fixed_3c0f {
    background: rgba(212, 175, 55, 0.05);
    border-radius: 10px;
    padding: 20px !important;
}

.nav-5a17 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .nav-5a17 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .nav-5a17 {
        grid-template-columns: 1fr;
    }
}

.message_b30b {
    background: rgba(20, 20, 35, 0.6);
    border-radius: 8px;
    padding: 12px;
}

.message_b30b strong {
    color: #d4af37;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 8px;
}

.message_b30b ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.message_b30b li {
    margin-bottom: 5px;
}

.message_b30b a {
    color: #00ff88;
    font-size: 0.8rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.message_b30b a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

/* Fact-Check Statement */
.summary_0349 {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.1), rgba(0, 200, 100, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.3);
    border-radius: 10px;
    padding: 15px 20px;
    margin-top: 20px;
}

.button_7b14 {
    width: 30px;
    height: 30px;
    background: #00ff88;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.widget_left_19e0 {
    color: #bbb;
    font-size: 0.85rem;
    line-height: 1.6;
}

.widget_left_19e0 strong {
    color: #00ff88;
}

.chip-6db7 {
    display: block;
    margin-top: 5px;
    color: #888;
    font-size: 0.8rem;
}

/* Update History Section */
.component-8bd7 {
    background: rgba(20, 20, 35, 0.6);
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.component-8bd7 h3 {
    color: #d4af37;
    font-size: 1.2rem;
    margin-bottom: 20px;
    text-align: center;
}

.tooltip_black_ea54 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.tag_0d84 {
    background: rgba(0, 255, 136, 0.05);
    border: 1px solid rgba(0, 255, 136, 0.2);
    border-radius: 8px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 45%;
    max-width: 400px;
}

.pressed-7c66 {
    background: rgba(0, 255, 136, 0.2);
    color: #00ff88;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: bold;
    white-space: nowrap;
}

.nav-1d9e {
    color: #bbb;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .tooltip_black_ea54 {
        flex-direction: column;
    }
    
    .tag_0d84 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

/* ============================================
   HERO LOGO CONTAINER
   ============================================ */

.logo_c076 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto;
    width: 100%;
}

.container_large_5600 {
    width: 180px;
    height: 180px;
    max-width: 90%;
    border-radius: 20px;
    border: 3px solid var(--neon-green, #00ff88);
    box-shadow: 0 0 20px rgba(0, 255, 136, 0.4), 0 0 40px rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease-in-out;
    object-fit: contain;
}

.container_large_5600:hover {
    transform: scale(1.08);
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.6), 0 0 50px rgba(212, 175, 55, 0.4);
}

@media (max-width: 768px) {
    .container_large_5600 {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .container_large_5600 {
        width: 120px;
        height: 120px;
    }
}

/* ============================================
   MOBILE RESPONSIVE FIXES - SLOT PAGE
   ============================================ */

/* Global overflow fix */
html, body {
    overflow-x: hidden;
    max-width: 100vw;
}

.top_817a {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

/* Hero Section Mobile */
@media (max-width: 768px) {
    .texture-basic-5a27 {
        padding: 30px 15px;
    }
    
    .texture-basic-5a27 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .frame_copper_abbf {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .text_purple_a62e {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .up_5539 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .up_5539 .shade-fluid-4bdb {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .outer_71fb {
        font-size: 1.3rem;
    }
    
    .button_right_9fdc {
        font-size: 0.7rem;
    }
    
    .feature_black_af62 {
        flex-direction: column;
        gap: 10px;
    }
    
    .feature_black_af62 .footer-first-5e0a {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .narrow-efa8 {
        display: none;
    }
    
    .description_10fc {
        display: none;
    }
}

/* Author Badge Mobile */
@media (max-width: 768px) {
    .section-prev-fa5c {
        flex-wrap: wrap;
        justify-content: center;
        font-size: 0.8rem;
        padding: 10px;
        gap: 5px;
    }
}

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .sort_dark_a2d9 {
        padding: 20px 10px;
    }
    
    .button-action-5e79 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .box_new_1564,
    .dropdown-blue-484b {
        padding: 15px;
    }
    
    .detail_green_9541 {
        flex-direction: column;
        gap: 5px;
    }
    
    .badge_38d1 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .block_2035 {
        padding: 30px 10px;
    }
    
    .text-0cdd {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .small_dd12 {
        padding: 20px 15px;
    }
    
    .module-over-74c2 {
        font-size: 2rem;
    }
    
    .small_dd12 h3 {
        font-size: 1.1rem;
    }
    
    .small_dd12 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .table-blue-b731 {
        padding: 20px 5px;
    }
    
    .table-blue-b731 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .description_first_00d1 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .badge-white-1ffb {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .badge-white-1ffb th,
    .badge-white-1ffb td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .blue_6a8f {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .secondary_b691 {
        padding: 20px 10px;
    }
    
    .picture-hard-e6cb h2 {
        font-size: 1.3rem;
    }
    
    .active-894d {
        font-size: 0.9rem;
    }
    
    .modal-bc24 h3 {
        font-size: 1.1rem;
    }
    
    .modal-bc24 p {
        font-size: 0.9rem;
    }
    
    .carousel-purple-9816 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .center-7a5b {
        grid-template-columns: 1fr;
    }
    
    .component-east-a60c {
        font-size: 0.85rem;
    }
    
    .lite_7d94 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .video-center-fd31 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .video-center-fd31 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .primary_copper_5632 {
        padding: 30px 10px;
    }
    
    .nav_east_b93c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .rough-4e25 {
        padding: 15px 10px;
    }
    
    .rough-4e25 h4 {
        font-size: 0.9rem;
    }
    
    .rough-4e25 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .frame-gold-2ff6 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .nav_east_b93c {
        grid-template-columns: 1fr;
    }
    
    .rough-4e25 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .alert_5813 {
        padding: 30px 10px;
    }
    
    .module-e9cc {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .wood_99e2 {
        padding: 15px;
    }
    
    .search-medium-785a {
        font-size: 0.9rem;
    }
    
    .outer_197c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .outer_197c .highlight-e6d1 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .middle-73a6 {
        padding: 30px 10px;
    }
    
    .middle-73a6 h2 {
        font-size: 1.2rem;
    }
    
    .filter-44e6 {
        gap: 10px;
    }
    
    .breadcrumb_d68a summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .breadcrumb_d68a p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .gallery_hovered_2249 {
        padding: 30px 10px;
    }
    
    .gallery_hovered_2249 h2 {
        font-size: 1.2rem;
    }
    
    .heading_78c0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .purple_b172 {
        padding: 15px 10px;
    }
    
    .purple_b172 h4 {
        font-size: 0.85rem;
    }
    
    .purple_b172 p {
        font-size: 0.75rem;
    }
    
    .content_fluid_d502 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .top_75eb {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .heading_78c0 {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .card_pressed_6fb0 {
        padding: 20px 10px;
    }
    
    .hot_46c8 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .icon_b297,
    .orange_2eee,
    .module-soft-5774 {
        width: 100%;
    }
    
    .icon_b297 h3 {
        font-size: 1.1rem;
    }
    
    .icon_b297 p {
        font-size: 0.8rem;
    }
    
    .fluid-0b06 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .disabled-focused-0e7c {
        padding: 30px 15px;
    }
    
    .disabled-focused-0e7c h2 {
        font-size: 1.3rem;
    }
    
    .disabled-focused-0e7c p {
        font-size: 0.85rem;
    }
    
    .filter-yellow-06f3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .filter-yellow-06f3 .footer-first-5e0a {
        width: 100%;
    }
    
    .secondary_cebd {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .element_fbf2 {
        padding: 30px 10px;
    }
    
    .element_fbf2 h3 {
        font-size: 1.2rem;
    }
    
    .lower-97ba {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .dim_901c {
        padding: 15px 10px;
    }
    
    .dim_901c h4 {
        font-size: 0.85rem;
    }
    
    .dim_901c p {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .lower-97ba {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .gold_1c25 {
        padding: 30px 15px;
    }
    
    .over_dc81 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .accordion_a945 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .thumbnail_easy_1c4f h4 {
        font-size: 0.9rem;
    }
    
    .thumbnail_easy_1c4f a {
        font-size: 0.8rem;
    }
    
    .container_center_8e27 {
        font-size: 0.8rem;
    }
    
    .pattern_lower_db3d p {
        font-size: 0.75rem;
    }
}

@media (max-width: 480px) {
    .over_dc81 {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* Top Bar Mobile */
@media (max-width: 768px) {
    .border_b5d1 {
        padding: 8px 10px;
    }
    
    .active-e817 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .detail_1f0c {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .active-e817 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .detail_1f0c {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: db98 */
.widget-item-r0 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.2;
}
