/* Inner Page Styles */

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

.active-4bea 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);
}

.active-4bea 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);
}

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

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

.box_small_3ee0 .mask-white-251b {
    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;
}

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

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

.box_small_3ee0 .mask-white-251b:hover::before {
    left: 100%;
}

.box_small_3ee0 .mask-white-251b:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.photo-pink-4efb {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.column_solid_8603.fn-active-5861 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.message-easy-eba7 {
    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-easy-eba7 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 */
.text-409d {
    list-style: none;
    padding: 0;
    margin: 0;
}

.text-409d li {
    margin-bottom: var(--md-spacing-xs);
}

.text-409d 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);
}

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

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

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

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

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

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

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

.list_c240 .orange_e767:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.notification-glass-217b {
    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);
}

.notification-glass-217b:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

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

.yellow-3664 .orange_e767:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .active-4bea {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .active-4bea h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .active-4bea h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .box_small_3ee0 {
        justify-content: center;
    }
    
    .focus-dee4 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .gas_3a43 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .dark_b3d1 {
        padding: var(--md-spacing-md) 0;
    }
    
    .thick_7de2 {
        padding: var(--md-spacing-md);
    }
    
    .old_dc0f {
        padding: var(--md-spacing-md) 0;
    }
    
    .message-easy-eba7 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .yellow-3664 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .dim-d9ef {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .thick_7de2 {
        padding: var(--md-spacing-sm);
    }
    
    .sort-huge-1472 {
        padding: var(--md-spacing-md);
    }
    
    .message-easy-eba7 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.sort-huge-1472,
.message-easy-eba7,
.yellow-3664 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.feature-8901 {
    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);
}

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

.sidebar_3e7d {
    font-size: 1.5rem;
}

.article_glass_7b7d strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wood-5a1b {
    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;
}

.wood-5a1b strong {
    color: #00ff88;
}

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

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

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

.aside-large-2ecf {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

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

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

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

.full_0ccc.notification_hard_3109 .simple_8e7d {
    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); }
}

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

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

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

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

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

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

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

.sidebar_3e32 {
    font-size: 1.2rem;
}

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

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

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

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

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

.outer-fbd2.alert_4fb3::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.outer-fbd2.last-690f::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.outer-fbd2.surface_1a8a::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.outer-fbd2.frame-e791::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.silver-4095 {
    font-size: 1.2rem;
}

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

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

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

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

.highlight_bottom_cc01.mini-c0d4 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.highlight_bottom_cc01.fn-active-5861 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

.aside-5b90 {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.mask_east_1a9d { border-top: 3px solid #00ccff; }
.image-out-621f { border-top: 3px solid #00ff88; }
.item-fixed-9483 { border-top: 3px solid #d4af37; }
.column-d78a { border-top: 3px solid #ff6b6b; }
.orange_a51a { border-top: 3px solid #8b5cf6; }

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

.paper_d378 {
    overflow-x: auto;
}

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

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

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

.frame-pressed-6954 td {
    color: #ccc;
}

.frame-pressed-6954 .widget-pink-d34b {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.frame-pressed-6954 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

.dropdown-6fbd {
    color: #888;
    font-size: 0.85rem;
}

.column-action-8b9a {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: right;
}

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

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

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

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

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

.layout-first-5c8f p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.media_lite_a1a4 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.focus-hot-fd37 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

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

.nav_warm_10d2 {
    font-size: 1.5rem;
}

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

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

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

.badge-228c {
    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;
}

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

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

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

.popup-down-41ed strong {
    color: #fff;
    display: block;
}

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

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

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

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

.green-2b51 .right_f929 {
    margin-bottom: 10px;
}

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

.green-2b51 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.filter-wood-559d {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

.purple-62c3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

.header-wide-d834 {
    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;
}

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

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

.pagination-55fb span {
    color: #666;
    font-size: 0.8rem;
}

.pagination-55fb a {
    color: #ff6b6b;
}

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

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

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

.up-997b {
    text-align: center;
}

.up-997b .first_ceb7 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.up-997b .hard-bbf0 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

.modal-slow-621f {
    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;
}

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

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

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

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

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

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

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

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

.motion-51b1 {
    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;
}

.motion-51b1.carousel_copper_448e {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.left_39ce {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .paragraph-mini-6095 {
        flex-direction: column;
    }
    .module_white_7573 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.pink-26f7 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.description-action-67f5 .picture-hard-1b0f {
    color: #666;
    margin: 0 8px;
}

.description-action-67f5 .sort-f904 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.item-red-8980 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

.overlay-last-0a8c {
    font-size: 2rem;
}

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

.right-0921 strong {
    color: #d4af37;
}

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

.detail-927a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.gallery-over-a357 h3,
.status-top-03a8 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.image-016a {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.grid-4c55 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.lite-1c19 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.banner-297a {
    background: #0a0a0a;
    padding: 30px 0;
}

.summary-06b7 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.bronze-488d h3,
.short_dad8 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

.overlay-hovered-0a25 summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.overlay-hovered-0a25 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.text_thick_0f3f strong {
    color: #d4af37;
}

.pro_d3e8 {
    color: #aaa;
}

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

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

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

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

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

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

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

.slow-27d0:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.description_yellow_dc52 li strong {
    color: #00ff88;
}

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

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

.panel-hovered-efc9 {
    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;
}

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

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

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

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

.row_short_0ace strong {
    color: #d4af37;
}

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

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

.inner_3f90 strong {
    color: #00ff88;
}

.inner_3f90 span {
    color: #d4af37;
}

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

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

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

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

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

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

.summary-iron-73f4 {
    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;
}

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

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

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

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

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

.hover-huge-2250 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.frame-selected-6a68 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.frame-selected-6a68 li {
    margin-bottom: 5px;
}

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

.frame-selected-6a68 a:hover {
    color: #00ffaa;
    text-decoration: underline;
}

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

.active-658f {
    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;
}

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

.gradient-c2cb strong {
    color: #00ff88;
}

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

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

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

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

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

.blue-68fb {
    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_warm_0f1a {
    color: #bbb;
    font-size: 0.85rem;
}

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

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

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

.heading-clean-54ec {
    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;
}

.heading-clean-54ec: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) {
    .heading-clean-54ec {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 480px) {
    .heading-clean-54ec {
        width: 120px;
        height: 120px;
    }
}

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .tooltip-new-5bb8 {
        padding: 30px 15px;
    }
    
    .tooltip-new-5bb8 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .mask-plasma-89b4 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .info-d2d8 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .narrow_eec9 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .narrow_eec9 .element_1404 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .purple_a5bb {
        font-size: 1.3rem;
    }
    
    .chip_red_e724 {
        font-size: 0.7rem;
    }
    
    .small-e6f3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .small-e6f3 .orange_e767 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .bright-c777 {
        display: none;
    }
    
    .highlight_next_2c43 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .middle_d70e {
        padding: 20px 10px;
    }
    
    .next-beba {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .glass-3908,
    .cool_b8bf {
        padding: 15px;
    }
    
    .pattern_smooth_09f6 {
        flex-direction: column;
        gap: 5px;
    }
    
    .current-c1de {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .hero-narrow-825d {
        padding: 30px 10px;
    }
    
    .element_9a17 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .bronze_d6e2 {
        padding: 20px 15px;
    }
    
    .steel-0c27 {
        font-size: 2rem;
    }
    
    .bronze_d6e2 h3 {
        font-size: 1.1rem;
    }
    
    .bronze_d6e2 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .box-last-d8ca {
        padding: 20px 5px;
    }
    
    .box-last-d8ca h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .message_static_e055 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .frame-pressed-6954 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .frame-pressed-6954 th,
    .frame-pressed-6954 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .dirty_b6d6 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .layout-black-a55e {
        padding: 20px 10px;
    }
    
    .icon-medium-1032 h2 {
        font-size: 1.3rem;
    }
    
    .active-left-e57a {
        font-size: 0.9rem;
    }
    
    .slow-27d0 h3 {
        font-size: 1.1rem;
    }
    
    .slow-27d0 p {
        font-size: 0.9rem;
    }
    
    .description_yellow_dc52 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .paragraph_13c8 {
        grid-template-columns: 1fr;
    }
    
    .row_short_0ace {
        font-size: 0.85rem;
    }
    
    .detail_d1e9 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .panel-hovered-efc9 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .panel-hovered-efc9 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .top-7f6d {
        padding: 30px 10px;
    }
    
    .red_a1a5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .video-48e2 {
        padding: 15px 10px;
    }
    
    .video-48e2 h4 {
        font-size: 0.9rem;
    }
    
    .video-48e2 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .huge_c2c2 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .red_a1a5 {
        grid-template-columns: 1fr;
    }
    
    .video-48e2 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .logo-active-f932 {
        padding: 30px 10px;
    }
    
    .motion-461e {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .media_current_cc46 {
        padding: 15px;
    }
    
    .primary-dark-3ce4 {
        font-size: 0.9rem;
    }
    
    .old_89af {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .old_89af .gradient_36f2 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .chip_static_678e {
        padding: 30px 10px;
    }
    
    .chip_static_678e h2 {
        font-size: 1.2rem;
    }
    
    .item_outer_c099 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .badge-outer-290e {
        padding: 15px 10px;
    }
    
    .badge-outer-290e h4 {
        font-size: 0.85rem;
    }
    
    .badge-outer-290e p {
        font-size: 0.75rem;
    }
    
    .under-c1c4 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .item-faea {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .item_copper_365b {
        padding: 20px 10px;
    }
    
    .active-bef2 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .cold-cdad,
    .icon-fed8,
    .pagination-55fb {
        width: 100%;
    }
    
    .cold-cdad h3 {
        font-size: 1.1rem;
    }
    
    .cold-cdad p {
        font-size: 0.8rem;
    }
    
    .header-wide-d834 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .backdrop_tiny_7079 {
        padding: 30px 15px;
    }
    
    .backdrop_tiny_7079 h2 {
        font-size: 1.3rem;
    }
    
    .backdrop_tiny_7079 p {
        font-size: 0.85rem;
    }
    
    .message_68ee {
        flex-direction: column;
        gap: 10px;
    }
    
    .message_68ee .orange_e767 {
        width: 100%;
    }
    
    .prev_ef8f {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .next-dfd7 {
        padding: 30px 15px;
    }
    
    .warm_dc11 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .filter-bright-8879 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .over-0961 h4 {
        font-size: 0.9rem;
    }
    
    .over-0961 a {
        font-size: 0.8rem;
    }
    
    .focus_in_ba04 {
        font-size: 0.8rem;
    }
    
    .image_1d0b p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .breadcrumb-tall-f5bc {
        padding: 8px 10px;
    }
    
    .active-white-cb99 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .focus-7246 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .active-white-cb99 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .focus-7246 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 9cb6 */
.ghost-box-l4 {
  padding: 0.4rem;
  font-size: 14px;
  line-height: 1.2;
}
