/* Inner Page Styles */

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

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

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

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

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

.link_c551 .chip-6f04 {
    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;
}

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

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

.link_c551 .chip-6f04:hover::before {
    left: 100%;
}

.link_c551 .chip-6f04:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-first-7be8 {
    color: var(--casino-gold-light);
}

.gallery-first-7be8 a {
    color: var(--casino-gold);
    text-decoration: none;
    transition: color var(--md-transition-normal);
}

.gallery-first-7be8 a:hover {
    color: var(--casino-gold-light);
}

.gallery-first-7be8.fn-active-f7be {
    color: var(--casino-gold-light);
}

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

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

.mini-350f {
    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);
}

.mini-350f 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);
}

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

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

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

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

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

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

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

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

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

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

.current-7f3a {
    padding: var(--md-spacing-md) 0;
}

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

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

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

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

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

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

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

.notice-34db:hover::before {
    left: 100%;
}

.notice-34db 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;
}

.notice-34db 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;
}

.notice-34db .east-b385 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.notice-34db .east-b385:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.copper_6fc8 .east-b385:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .logo_slow_535e {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .logo_slow_535e h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .logo_slow_535e h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .link_c551 {
        justify-content: center;
    }
    
    .filter_e8f1 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .status-solid-991b {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .table_e416 {
        padding: var(--md-spacing-md) 0;
    }
    
    .mini-350f {
        padding: var(--md-spacing-md);
    }
    
    .slider-last-afee {
        padding: var(--md-spacing-md) 0;
    }
    
    .bronze_a73d {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .copper_6fc8 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .banner_plasma_fc6e {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .mini-350f {
        padding: var(--md-spacing-sm);
    }
    
    .small_374a {
        padding: var(--md-spacing-md);
    }
    
    .bronze_a73d {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.small_374a,
.bronze_a73d,
.copper_6fc8 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.nav_first_655b {
    font-size: 1.5rem;
}

.tabs_static_c97f strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .list-fde6 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .card_7f2b {
        margin-left: 0;
    }
}

/* Main Content Compact */
.blue-9b81 {
    padding: 30px 0;
}

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

.carousel-1bba {
    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;
}

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

.carousel-1bba ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.carousel-1bba li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.fresh_3bec strong {
    color: #00ff88;
}

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

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

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

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

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

.first-8c7e::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;
}

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

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

.new_6a11.tooltip_purple_c7d3 .photo_34cf {
    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); }
}

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

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

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

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

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

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

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

.slider-77a2 {
    font-size: 1.2rem;
}

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

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

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

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

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

.prev_4a90.image-d5a2::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.prev_4a90.liquid_7051::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.prev_4a90.hidden_complex_e390::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.prev_4a90.box-dim-100a::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.header_complex_8d7d {
    font-size: 1.2rem;
}

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

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

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

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

.item-hovered-9697.banner_4679 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.item-hovered-9697.fn-active-f7be { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.column-advanced-34da {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.hover-light-ed45 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

.hero-over-fbb9 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.row-short-a163 {
    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;
}

.row-short-a163:hover {
    border-color: #00ff88;
    transform: translateY(-3px);
}

.row-short-a163.menu-913c {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.element_ee14 { border-top: 3px solid #00ccff; }
.footer_ae2c { border-top: 3px solid #00ff88; }
.primary-de23 { border-top: 3px solid #d4af37; }
.tabs-hard-2660 { border-top: 3px solid #ff6b6b; }
.slider_6ed5 { border-top: 3px solid #8b5cf6; }

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

.wrapper-rough-f2ae {
    overflow-x: auto;
}

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

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

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

.background_0e51 td {
    color: #ccc;
}

.background_0e51 .backdrop-7f59 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

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

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

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

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

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

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

.shade-7a72 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

.slow-816b {
    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;
}

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

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

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

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

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

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

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

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

.paper-caab {
    font-size: 2rem;
}

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

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

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

.fast-7e7b {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

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

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

.status-2db1 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.column_a3e0 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.link-7dae strong {
    color: #fff;
    display: block;
}

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

.pro-68c4 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.up-7f9c .input-bright-eda9 {
    margin-bottom: 10px;
}

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

.up-7f9c strong {
    color: #888;
    font-size: 0.85rem;
}

/* FAQ Two Column */
.avatar-1af7 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.detail-c59c a {
    color: #ff6b6b;
}

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

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

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

.banner-3857 {
    text-align: center;
}

.banner-3857 .search_d2b2 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.banner-3857 .status_lower_f7ef {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.mask-lower-8323 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.column_left_9de4.menu-913c {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.text-3e2b {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.search_large_e0ea .wide_8073 {
    color: #666;
    margin: 0 8px;
}

.search_large_e0ea .simple_e6ac {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.alert-6b9d strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.modal_left_7bfd {
    font-size: 2rem;
}

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

.button_fast_d59b strong {
    color: #d4af37;
}

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

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

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

.accordion-075c h3,
.alert_left_ad3e h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.primary-plasma-b456 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.background-0c57 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.modal_hard_353f strong {
    color: #00ff88;
}

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

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

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

.description-6f48 h3,
.overlay_fc59 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.out-328c strong {
    color: #d4af37;
}

.accordion-narrow-e7bb {
    color: #aaa;
}

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

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

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

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

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

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

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

.message-c308:last-child {
    border-bottom: none;
}

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

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

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

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

.slow-3512 {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.slow-3512 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;
}

.slow-3512 li strong {
    color: #00ff88;
}

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

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

.focus-selected-ab9e {
    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;
}

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

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

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

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

.info_bc66 strong {
    color: #d4af37;
}

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

.frame-static-47fb {
    color: #888;
    font-size: 0.9rem;
}

.frame-static-47fb strong {
    color: #00ff88;
}

.frame-static-47fb span {
    color: #d4af37;
}

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

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

.in-5c46 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

.footer-22ea h4 {
    color: #d4af37;
    font-size: 1.1rem;
    margin: 0 0 15px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mini-2aaa {
    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;
}

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

.picture_left_22ed strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .tabs-c5eb {
        padding: 30px 15px;
    }
    
    .tabs-c5eb h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .filter_left_8f62 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .card_b659 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .main-short-7bf6 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .main-short-7bf6 .avatar_6440 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .filter-yellow-41b5 {
        font-size: 1.3rem;
    }
    
    .progress-glass-47a3 {
        font-size: 0.7rem;
    }
    
    .disabled_bright_69fb {
        flex-direction: column;
        gap: 10px;
    }
    
    .disabled_bright_69fb .east-b385 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .container-625e {
        display: none;
    }
    
    .border-east-276a {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .active-6f6f {
        padding: 20px 10px;
    }
    
    .in-5c46 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .photo-8473,
    .footer-22ea {
        padding: 15px;
    }
    
    .dropdown-1012 {
        flex-direction: column;
        gap: 5px;
    }
    
    .backdrop_solid_428f {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .next-520f {
        padding: 30px 10px;
    }
    
    .breadcrumb-8bd2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .info_5e74 {
        padding: 20px 15px;
    }
    
    .hover_5d95 {
        font-size: 2rem;
    }
    
    .info_5e74 h3 {
        font-size: 1.1rem;
    }
    
    .info_5e74 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .feature_7615 {
        padding: 20px 5px;
    }
    
    .feature_7615 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .narrow_2430 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .background_0e51 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .background_0e51 th,
    .background_0e51 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .caption-prev-4eaf {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .grid-eaa8 {
        padding: 20px 10px;
    }
    
    .tertiary_tiny_4a63 h2 {
        font-size: 1.3rem;
    }
    
    .panel-1500 {
        font-size: 0.9rem;
    }
    
    .message-c308 h3 {
        font-size: 1.1rem;
    }
    
    .message-c308 p {
        font-size: 0.9rem;
    }
    
    .slow-3512 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .pro-1e3a {
        grid-template-columns: 1fr;
    }
    
    .info_bc66 {
        font-size: 0.85rem;
    }
    
    .summary_d459 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .focus-selected-ab9e {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .focus-selected-ab9e strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .carousel-medium-54c5 {
        padding: 30px 10px;
    }
    
    .nav_b495 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .outline_77fd {
        padding: 15px 10px;
    }
    
    .outline_77fd h4 {
        font-size: 0.9rem;
    }
    
    .outline_77fd p {
        font-size: 0.75rem;
        display: none;
    }
    
    .mask-light-87bc {
        font-size: 0.7rem;
    }
}

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .notice_thick_a046 {
        padding: 30px 10px;
    }
    
    .rough-67f1 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .input-18a5 {
        padding: 15px;
    }
    
    .old-742d {
        font-size: 0.9rem;
    }
    
    .info_hard_8e50 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .info_hard_8e50 .main-9078 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .full_a02e {
        padding: 30px 10px;
    }
    
    .full_a02e h2 {
        font-size: 1.2rem;
    }
    
    .medium-f225 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .outline_blue_186d {
        padding: 15px 10px;
    }
    
    .outline_blue_186d h4 {
        font-size: 0.85rem;
    }
    
    .outline_blue_186d p {
        font-size: 0.75rem;
    }
    
    .mask-hard-ab17 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .west-ef61 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .stale_3510 {
        padding: 20px 10px;
    }
    
    .carousel_north_2f94 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .backdrop-last-f3fc,
    .detail_next_b81b,
    .detail-c59c {
        width: 100%;
    }
    
    .backdrop-last-f3fc h3 {
        font-size: 1.1rem;
    }
    
    .backdrop-last-f3fc p {
        font-size: 0.8rem;
    }
    
    .dark-e2cf {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .medium_15c6 {
        padding: 30px 15px;
    }
    
    .medium_15c6 h2 {
        font-size: 1.3rem;
    }
    
    .medium_15c6 p {
        font-size: 0.85rem;
    }
    
    .active-c033 {
        flex-direction: column;
        gap: 10px;
    }
    
    .active-c033 .east-b385 {
        width: 100%;
    }
    
    .video-dark-03a8 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .hidden_light_c72e {
        padding: 30px 15px;
    }
    
    .element-short-a6dd {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .message_710c {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .modal_warm_7d03 h4 {
        font-size: 0.9rem;
    }
    
    .modal_warm_7d03 a {
        font-size: 0.8rem;
    }
    
    .pro-02eb {
        font-size: 0.8rem;
    }
    
    .under_bb92 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .avatar_eff6 {
        padding: 8px 10px;
    }
    
    .brown_851e {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .large-401c {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .brown_851e {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .large-401c {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: ebc1 */
.promo-block-f8 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.1;
}
