/* Inner Page Styles */

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

.slow_75f7 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);
}

.slow_75f7 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);
}

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

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

.right-4725 .container-dirty-f113 {
    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;
}

.right-4725 .container-dirty-f113::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.right-4725 .container-dirty-f113:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.right-4725 .container-dirty-f113:hover::before {
    left: 100%;
}

.right-4725 .container-dirty-f113:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.west-c32c {
    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);
}

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

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

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

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

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

.message_3797 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_3797 img:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.3);
}

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

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

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

.video_8398 {
    color: var(--casino-gold-light);
}

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

.video_8398 a:hover {
    color: var(--casino-gold-light);
}

.video_8398.fn-active-81f4 {
    color: var(--casino-gold-light);
}

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

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

.frame-simple-b9ae {
    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);
}

.frame-simple-b9ae 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);
}

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

/* Content Cards */
.search-b5da {
    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);
}

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

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

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

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

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

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

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

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

.heading_6f06 {
    padding: var(--md-spacing-md) 0;
}

.form_new_1aeb {
    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%;
}

.form_new_1aeb 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 */
.row_7a6c {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.row_7a6c 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);
}

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

/* Promo Cards */
.avatar-0ce4 {
    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;
}

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

.avatar-0ce4:hover::before {
    left: 100%;
}

.avatar-0ce4 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;
}

.avatar-0ce4 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;
}

.avatar-0ce4 .nav_84a5 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.avatar-0ce4 .nav_84a5:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.widget_3118 {
    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);
}

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

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

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

.tag_full_82e4 {
    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);
}

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

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

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

.tag_full_82e4 .nav_84a5 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.tag_full_82e4 .nav_84a5:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .slow_75f7 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .slow_75f7 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .slow_75f7 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .right-4725 {
        justify-content: center;
    }
    
    .west-c32c {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .image-thick-aae0 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .sidebar_53d8 {
        padding: var(--md-spacing-md) 0;
    }
    
    .frame-simple-b9ae {
        padding: var(--md-spacing-md);
    }
    
    .button_4b0d {
        padding: var(--md-spacing-md) 0;
    }
    
    .form_new_1aeb {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .tag_full_82e4 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .layout_down_1b60 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .frame-simple-b9ae {
        padding: var(--md-spacing-sm);
    }
    
    .search-b5da {
        padding: var(--md-spacing-md);
    }
    
    .form_new_1aeb {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.search-b5da,
.form_new_1aeb,
.tag_full_82e4 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.input-8cea {
    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);
}

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

.footer_02da {
    font-size: 1.5rem;
}

.over_833a strong {
    color: #00ff88;
}

.stone-b6c1 {
    margin-left: auto;
    color: #888;
    font-size: 0.85rem;
}

@media (max-width: 768px) {
    .filter-e1e2 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .stone-b6c1 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.notification-steel-2547 {
    padding: 30px 0;
}

.fixed-404f {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gradient-c8e7 {
    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;
}

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

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

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

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

@media (max-width: 992px) {
    .fixed-404f {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .fixed-404f {
        grid-template-columns: 1fr;
    }
}

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

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

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

.stone_fa05 {
    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;
}

.stone_fa05 strong {
    color: #00ff88;
}

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

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

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

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

.pressed_baaa {
    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 */
.layout-bronze-420b {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #0f0f23 100%);
    padding: 40px 0;
    border-bottom: 2px solid #00ff88;
    position: relative;
    overflow: hidden;
}

.layout-bronze-420b::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;
}

.notification-tiny-8168 {
    text-align: center;
    margin-bottom: 30px;
}

.simple-bf19 {
    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;
}

.simple-bf19.breadcrumb-4572 .outline_0114 {
    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); }
}

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

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

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

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

.heading_8599 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;
}

.heading_8599 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);
}

.accordion-cold-f81f {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #888;
    font-size: 0.9rem;
}

.list-upper-a779 {
    font-size: 1.2rem;
}

/* Metrics Dashboard */
.modal-bright-65b4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .modal-bright-65b4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .modal-bright-65b4 {
        grid-template-columns: 1fr;
    }
}

.icon-ce69 {
    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;
}

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

.icon-ce69.iron_23a0::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.icon-ce69.fresh_dc28::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.icon-ce69.outline_white_cc37::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.icon-ce69.dropdown_bc5b::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.input-dynamic-13c5 {
    font-size: 1.2rem;
}

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

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

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

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

.alert_02c5.pagination_dbb3 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.alert_02c5.fn-active-81f4 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.overlay-new-f73c {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

.main-ad7e {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.main-rough-1fb2 {
    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;
}

.main-rough-1fb2:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.main-rough-1fb2.gas_cd78 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.module-up-672a { border-top: 3px solid #00ccff; }
.filter_7b29 { border-top: 3px solid #00ff88; }
.tertiary_smooth_5b51 { border-top: 3px solid #d4af37; }
.mask-outer-a561 { border-top: 3px solid #ff6b6b; }
.hidden_wood_b8c3 { border-top: 3px solid #8b5cf6; }

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

.focus_basic_2b1a {
    overflow-x: auto;
}

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

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

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

.hot_91c0 td {
    color: #ccc;
}

.hot_91c0 .overlay_selected_0e74 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.hot_91c0 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.form-56a8 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

.input_outer_bcb7 {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

.selected_92c9 {
    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;
}

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

.old_2b66 {
    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;
}

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

.badge_f765 p {
    color: #888;
    font-size: 0.9rem;
}

.texture-middle-a45d {
    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;
}

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

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

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

.breadcrumb_86e2 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.media-active-31b7 {
    background: #0a0a0a;
    padding: 60px 0;
}

.huge_76f2 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.new-2d5d {
    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;
}

.new-2d5d::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);
}

.gradient-de2d {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.new-2d5d h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

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

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

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

.highlight-545d {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.badge_377a {
    font-size: 1.5rem;
}

.info_purple_3681 {
    color: #888;
    font-size: 0.9rem;
}

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

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

.search_c669 {
    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;
}

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

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

.tabs-brown-6387 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.photo-cc6a strong {
    color: #fff;
    display: block;
}

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

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

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

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

.lower_58e6 .link-short-6e88 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.background-50b3 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

.shadow_2326 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 */
.last_0744 {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

.chip_old_6d7f {
    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;
}

.shade-over-150a h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.shade-over-150a p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

.small_cb9b {
    color: #ccc;
    font-size: 0.85rem;
}

/* Responsible Banner */
.copper_e69a {
    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;
}

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

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

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

.highlight-2d83 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.accordion_93e1 {
    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;
}

.highlight-2d83 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.component_4988 a {
    color: #ff6b6b;
}

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

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

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

.detail-c17c {
    text-align: center;
}

.detail-c17c .active-2e88 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.detail-c17c .primary_last_df1a {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.content_85ac {
    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;
}

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

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

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

.primary_42ed {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

.orange_19a6 {
    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;
}

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

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

.info-cool-2a14 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .blue-76f9 {
        flex-direction: column;
    }
    .paragraph_b809 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.pro_00e1 .widget_short_c396 {
    color: #666;
    margin: 0 8px;
}

.pro_00e1 .hovered_9b65 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.logo_top_57a9 {
    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;
}

.focus_8029 {
    font-size: 2rem;
}

.paragraph-hot-29a5 {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.paragraph-hot-29a5 strong {
    color: #d4af37;
}

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

.first_7ff9 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

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

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

.widget-next-2afe {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.bright-bf7a strong {
    color: #00ff88;
}

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

.list-complex-73f4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .list-complex-73f4 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

.primary-hot-bc5d strong {
    color: #d4af37;
}

.shadow_clean_5be9 {
    color: #aaa;
}

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

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

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

.box-8e4c h2 {
    color: #00ff88;
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1.4;
}

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

.orange-ba6f {
    max-width: 900px;
    margin: 0 auto;
}

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

.modal_right_4251:last-child {
    border-bottom: none;
}

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

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

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

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

.paragraph-4451 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.paragraph-4451 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;
}

.paragraph-4451 li strong {
    color: #00ff88;
}

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

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

.fixed-5f52 {
    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;
}

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

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

@media (max-width: 576px) {
    .message-ed7f {
        grid-template-columns: 1fr;
    }
}

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

.hidden_active_4268 strong {
    color: #d4af37;
}

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

.form-out-00d9 {
    color: #888;
    font-size: 0.9rem;
}

.form-out-00d9 strong {
    color: #00ff88;
}

.form-out-00d9 span {
    color: #d4af37;
}

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

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

.background_126c {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.surface-3043 {
    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;
}

.north-bb3b h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

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

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

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

.section-a15f {
    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);
}

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

.gallery-cold-4573 {
    background: rgba(20, 20, 35, 0.8);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.gallery-cold-4573 h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.sort-center-bb15 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sort-center-bb15 li {
    margin-bottom: 5px;
}

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

.sort-center-bb15 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

/* Fact-Check Statement */
.layout_gold_a8c1 {
    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;
}

.short-12d2 {
    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;
}

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

.heading-f1db strong {
    color: #00ff88;
}

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

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

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

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

.steel-2383 {
    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;
}

.sort-fixed-ccac {
    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;
}

.small_cb9b {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

.sidebar-df53 {
    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;
}

.sidebar-df53: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) {
    .sidebar-df53 {
        width: 150px;
        height: 150px;
    }
}

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .inner_1c4f {
        padding: 30px 15px;
    }
    
    .inner_1c4f h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .hidden_rough_2a3e {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .hover_ae7b {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .fluid-bc2c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .fluid-bc2c .gallery_ed35 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .backdrop-5afd {
        font-size: 1.3rem;
    }
    
    .footer_5b11 {
        font-size: 0.7rem;
    }
    
    .small-7654 {
        flex-direction: column;
        gap: 10px;
    }
    
    .small-7654 .nav_84a5 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .hover-plasma-4f30 {
        display: none;
    }
    
    .pressed-ca3b {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .header-9ff0 {
        padding: 20px 10px;
    }
    
    .background_126c {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .copper_a143,
    .gallery-cold-4573 {
        padding: 15px;
    }
    
    .last-4251 {
        flex-direction: column;
        gap: 5px;
    }
    
    .section-a15f {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .image_over_6372 {
        padding: 30px 10px;
    }
    
    .status-d260 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .description-d4ca {
        padding: 20px 15px;
    }
    
    .pagination-tall-484e {
        font-size: 2rem;
    }
    
    .description-d4ca h3 {
        font-size: 1.1rem;
    }
    
    .description-d4ca p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .header-pro-f77c {
        padding: 20px 5px;
    }
    
    .header-pro-f77c h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .input_58bb {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .hot_91c0 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .hot_91c0 th,
    .hot_91c0 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .component_1392 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .hover-liquid-bd02 {
        padding: 20px 10px;
    }
    
    .box-8e4c h2 {
        font-size: 1.3rem;
    }
    
    .form_clean_dcc0 {
        font-size: 0.9rem;
    }
    
    .modal_right_4251 h3 {
        font-size: 1.1rem;
    }
    
    .modal_right_4251 p {
        font-size: 0.9rem;
    }
    
    .paragraph-4451 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .message-ed7f {
        grid-template-columns: 1fr;
    }
    
    .hidden_active_4268 {
        font-size: 0.85rem;
    }
    
    .media-d1f4 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .fixed-5f52 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .fixed-5f52 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .lower_734d {
        padding: 30px 10px;
    }
    
    .up-d402 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .preview-east-c6e1 {
        padding: 15px 10px;
    }
    
    .preview-east-c6e1 h4 {
        font-size: 0.9rem;
    }
    
    .preview-east-c6e1 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .large-a18a {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .up-d402 {
        grid-template-columns: 1fr;
    }
    
    .preview-east-c6e1 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .purple_24a0 {
        padding: 30px 10px;
    }
    
    .hover_down_2550 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .progress_80b3 {
        padding: 15px;
    }
    
    .footer-9950 {
        font-size: 0.9rem;
    }
    
    .module_pink_da4f {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .module_pink_da4f .blue-bb6e {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .grid_45f0 {
        padding: 30px 10px;
    }
    
    .grid_45f0 h2 {
        font-size: 1.2rem;
    }
    
    .outline_ed7f {
        gap: 10px;
    }
    
    .form_paper_f1bf summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .form_paper_f1bf p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .form_7a60 {
        padding: 30px 10px;
    }
    
    .form_7a60 h2 {
        font-size: 1.2rem;
    }
    
    .button_1952 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .wrapper-46be {
        padding: 15px 10px;
    }
    
    .wrapper-46be h4 {
        font-size: 0.85rem;
    }
    
    .wrapper-46be p {
        font-size: 0.75rem;
    }
    
    .hidden-378d {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .backdrop-clean-d61a {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .copper_e69a {
        padding: 20px 10px;
    }
    
    .hidden-purple-fac7 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .new_034f,
    .highlight-2d83,
    .component_4988 {
        width: 100%;
    }
    
    .new_034f h3 {
        font-size: 1.1rem;
    }
    
    .new_034f p {
        font-size: 0.8rem;
    }
    
    .accordion_93e1 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .message-upper-97e4 {
        padding: 30px 15px;
    }
    
    .message-upper-97e4 h2 {
        font-size: 1.3rem;
    }
    
    .message-upper-97e4 p {
        font-size: 0.85rem;
    }
    
    .accordion_e4f3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .accordion_e4f3 .nav_84a5 {
        width: 100%;
    }
    
    .hero_thick_4435 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .module-4502 {
        padding: 30px 15px;
    }
    
    .iron_8a57 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .menu_motion_7b90 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .fixed_90f1 h4 {
        font-size: 0.9rem;
    }
    
    .fixed_90f1 a {
        font-size: 0.8rem;
    }
    
    .tag_dynamic_72b2 {
        font-size: 0.8rem;
    }
    
    .label-1d29 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .surface-bottom-f339 {
        padding: 8px 10px;
    }
    
    .element_motion_0821 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .current-4695 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .element_motion_0821 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .current-4695 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: bc07 */
.promo-block-k6 {
  padding: 0.2rem;
  font-size: 14px;
  line-height: 1.0;
}
