/* Inner Page Styles */

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

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

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

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

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

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

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

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

.chip_f879 .sidebar_e535:hover::before {
    left: 100%;
}

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

.video-stone-5a97 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.secondary-dynamic-4712 {
    color: var(--casino-gold-light);
}

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

.secondary-dynamic-4712 a:hover {
    color: var(--casino-gold-light);
}

.secondary-dynamic-4712.fn-active-14ad {
    color: var(--casino-gold-light);
}

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

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

.carousel-middle-a53c {
    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);
}

.carousel-middle-a53c 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar_fluid_e8d9:hover::before {
    left: 100%;
}

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

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

.sidebar_fluid_e8d9 .feature_b879 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.sidebar_fluid_e8d9 .feature_b879:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.thumbnail-first-6e0b {
    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);
}

.thumbnail-first-6e0b:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

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

.tertiary_advanced_3315 .feature_b879:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .new_dc75 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .new_dc75 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .new_dc75 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .chip_f879 {
        justify-content: center;
    }
    
    .popup_5baa {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .container-fast-ad4f {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .table_6a71 {
        padding: var(--md-spacing-md) 0;
    }
    
    .carousel-middle-a53c {
        padding: var(--md-spacing-md);
    }
    
    .message_e97a {
        padding: var(--md-spacing-md) 0;
    }
    
    .message_73e5 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .tertiary_advanced_3315 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .box-6a47 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .carousel-middle-a53c {
        padding: var(--md-spacing-sm);
    }
    
    .down_6c17 {
        padding: var(--md-spacing-md);
    }
    
    .message_73e5 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.down_6c17,
.message_73e5,
.tertiary_advanced_3315 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.video-complex-1b45 {
    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);
}

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

.tertiary-a600 {
    font-size: 1.5rem;
}

.tabs_left_77db strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .photo-selected-cf49 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .up-d603 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.popup-778f {
    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;
}

.popup-778f strong {
    color: #00ff88;
}

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

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

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

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

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

.thick_63b7::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;
}

.component-light-5f11 {
    text-align: center;
    margin-bottom: 30px;
}

.row-left-5931 {
    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;
}

.row-left-5931.new_708f .picture_2def {
    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); }
}

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

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

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

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

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

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

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

.old-f749 {
    font-size: 1.2rem;
}

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

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

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

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

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

.frame_old_8676.backdrop_01ee::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.frame_old_8676.carousel_66dd::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.frame_old_8676.badge_black_981a::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.frame_old_8676.paragraph-hard-043f::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.popup-static-c29d {
    font-size: 1.2rem;
}

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

.component-brown-052b {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin: 10px 0;
    font-family: 'Courier New', monospace;
}

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

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

.tooltip-out-6d5f.mask_active_22fa { background: linear-gradient(90deg, #00ccff, #0088ff); }
.tooltip-out-6d5f.fn-active-14ad { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.hovered-6df0 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.message-silver-3bc0 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

.sort_733d {
    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_733d:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

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

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

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

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

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

.component-daaa { border-top: 3px solid #00ccff; }
.filter-easy-0965 { border-top: 3px solid #00ff88; }
.item_954d { border-top: 3px solid #d4af37; }
.east_c3ab { border-top: 3px solid #ff6b6b; }
.frame-c4e3 { border-top: 3px solid #8b5cf6; }

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

.hero_hard_ecaa {
    overflow-x: auto;
}

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

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

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

.menu_under_ac22 td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

.dirty-570f {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

.stale-61a1 p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.item-f4ca {
    font-size: 2rem;
}

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

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

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

.caption-57f3 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.carousel-dim-406b {
    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;
}

.carousel-dim-406b::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);
}

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

.carousel-dim-406b h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 5px;
}

.carousel-dim-406b p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

.chip_basic_8ec5 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.hidden-small-8a67 {
    font-size: 1.5rem;
}

.preview-9fc7 {
    color: #888;
    font-size: 0.9rem;
}

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

@media (max-width: 768px) {
    .message-last-7aa7 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

.fast-1b88 .blue_7966 {
    margin-bottom: 10px;
}

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

.fast-1b88 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.photo-bright-6861 {
    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;
}

.hero-down-b70a h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

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

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

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

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

.overlay-7b01 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

.fluid-444d {
    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;
}

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

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

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

.active_d774 a {
    color: #ff6b6b;
}

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

.wood-1bf7 {
    max-width: 800px;
    margin: 0 auto;
}

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

.column_white_a004 {
    text-align: center;
}

.column_white_a004 .gas-0e71 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.column_white_a004 .sort-e826 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.wood-1bf7 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

.list-fluid-7329 {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

.grid-1a02 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .overlay-north-f3df {
        flex-direction: column;
    }
    .background_3fec {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.dropdown-prev-cc45 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.search_dynamic_6bba .purple_e77f {
    color: #666;
    margin: 0 8px;
}

.search_dynamic_6bba .video_fd13 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.video-0df5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.right-458c {
    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;
}

.mask-top-ed33 {
    font-size: 2rem;
}

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

.hover_adb9 strong {
    color: #d4af37;
}

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

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

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

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

.pattern-3acd {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.popup-4a24 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.wrapper-old-3be5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.wrapper_2423 strong {
    color: #00ff88;
}

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

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

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

.tooltip-inner-5987 h3,
.notification-6b27 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.slow-4f95 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

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

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

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

.active-c509 strong {
    color: #d4af37;
}

.border-7882 {
    color: #aaa;
}

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

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

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

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

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

.icon-lite-43d4 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

.chip-6394 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.chip-6394 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;
}

.chip-6394 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.surface-e8d9 strong {
    color: #d4af37;
}

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

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

.background_full_3bd7 strong {
    color: #00ff88;
}

.background_full_3bd7 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

.component-344a {
    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);
}

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

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

.article-318c h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Fact-Check Statement */
.paragraph-tiny-325a {
    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;
}

.label-left-9653 {
    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;
}

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

.search_solid_4220 strong {
    color: #00ff88;
}

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

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

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

.outline-up-e444 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.label-motion-4c9a {
    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;
}

.label-stale-715d {
    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;
}

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

@media (max-width: 768px) {
    .outline-up-e444 {
        flex-direction: column;
    }
    
    .label-motion-4c9a {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .chip-3aef {
        padding: 30px 15px;
    }
    
    .chip-3aef h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .next-20a7 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .description_f70b {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .hover-gold-767a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .hover-gold-767a .video-copper-3d0c {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .out_9d6e {
        font-size: 1.3rem;
    }
    
    .menu-solid-2a24 {
        font-size: 0.7rem;
    }
    
    .tooltip-fluid-4181 {
        flex-direction: column;
        gap: 10px;
    }
    
    .tooltip-fluid-4181 .feature_b879 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .fresh-0b26 {
        display: none;
    }
    
    .in_63fe {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .frame-copper-4bee {
        padding: 20px 10px;
    }
    
    .label_a31b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .video_static_8345,
    .article-318c {
        padding: 15px;
    }
    
    .popup_89cd {
        flex-direction: column;
        gap: 5px;
    }
    
    .component-344a {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .main_under_66c3 {
        padding: 30px 10px;
    }
    
    .orange-0caa {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .breadcrumb-47b9 {
        padding: 20px 15px;
    }
    
    .notification_1915 {
        font-size: 2rem;
    }
    
    .breadcrumb-47b9 h3 {
        font-size: 1.1rem;
    }
    
    .breadcrumb-47b9 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .menu-wide-cb34 {
        padding: 20px 5px;
    }
    
    .menu-wide-cb34 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .shade-clean-2c05 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .menu_under_ac22 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .menu_under_ac22 th,
    .menu_under_ac22 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .tooltip_9ab5 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .fast_f228 {
        padding: 20px 10px;
    }
    
    .wrapper_ae20 h2 {
        font-size: 1.3rem;
    }
    
    .overlay-dark-e70e {
        font-size: 0.9rem;
    }
    
    .iron_e1bd h3 {
        font-size: 1.1rem;
    }
    
    .iron_e1bd p {
        font-size: 0.9rem;
    }
    
    .chip-6394 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .sidebar-3ab1 {
        grid-template-columns: 1fr;
    }
    
    .surface-e8d9 {
        font-size: 0.85rem;
    }
    
    .status-mini-1511 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .article_aaca {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .article_aaca strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .sidebar_327b {
        padding: 30px 10px;
    }
    
    .middle_7479 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .mini_1891 {
        padding: 15px 10px;
    }
    
    .mini_1891 h4 {
        font-size: 0.9rem;
    }
    
    .mini_1891 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .medium_16cf {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .middle_7479 {
        grid-template-columns: 1fr;
    }
    
    .mini_1891 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .heading-black-fe7d {
        padding: 30px 10px;
    }
    
    .upper-792b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .grid-wide-01f4 {
        padding: 15px;
    }
    
    .cold_9734 {
        font-size: 0.9rem;
    }
    
    .info_paper_c846 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .info_paper_c846 .pro-52cb {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .focused-5d3c {
        padding: 30px 10px;
    }
    
    .focused-5d3c h2 {
        font-size: 1.2rem;
    }
    
    .disabled-c67e {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .video-active-131e {
        padding: 15px 10px;
    }
    
    .video-active-131e h4 {
        font-size: 0.85rem;
    }
    
    .video-active-131e p {
        font-size: 0.75rem;
    }
    
    .shade-selected-ac0e {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .plasma-914a {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .input-2b64 {
        padding: 20px 10px;
    }
    
    .notice_1dcd {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .message_prev_f3bd,
    .tertiary-c690,
    .active_d774 {
        width: 100%;
    }
    
    .message_prev_f3bd h3 {
        font-size: 1.1rem;
    }
    
    .message_prev_f3bd p {
        font-size: 0.8rem;
    }
    
    .fluid-444d {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .message-bfdd {
        padding: 30px 15px;
    }
    
    .message-bfdd h2 {
        font-size: 1.3rem;
    }
    
    .message-bfdd p {
        font-size: 0.85rem;
    }
    
    .card_f63d {
        flex-direction: column;
        gap: 10px;
    }
    
    .card_f63d .feature_b879 {
        width: 100%;
    }
    
    .notice-df20 {
        width: 60px;
        height: 60px;
    }
}

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

@media (max-width: 480px) {
    .panel-clean-8e90 {
        grid-template-columns: 1fr;
    }
}

/* Footer Mobile */
@media (max-width: 768px) {
    .dynamic_b605 {
        padding: 30px 15px;
    }
    
    .first_0a99 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .item-4dcd {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .background_ebae h4 {
        font-size: 0.9rem;
    }
    
    .background_ebae a {
        font-size: 0.8rem;
    }
    
    .tabs_bright_8d56 {
        font-size: 0.8rem;
    }
    
    .south-00ca p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .hover-copper-3725 {
        padding: 8px 10px;
    }
    
    .narrow_8e83 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .preview-west-de39 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .narrow_8e83 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .preview-west-de39 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 27d1 */
.phantom-card-e9 {
  padding: 0.3rem;
  font-size: 12px;
  line-height: 1.3;
}
