/* Inner Page Styles */

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

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

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

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

.secondary-easy-aca7 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.secondary-easy-aca7 .grid_5b09 {
    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;
}

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

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

.secondary-easy-aca7 .grid_5b09:hover::before {
    left: 100%;
}

.secondary-easy-aca7 .grid_5b09:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.complex_5c3e.fn-active-7931 {
    color: var(--casino-gold-light);
}

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

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

.caption-5aba {
    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);
}

.caption-5aba 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small_e3e7 .shade-cold-adfb {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.small_e3e7 .shade-cold-adfb:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

.form_clean_52de .shade-cold-adfb {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.form_clean_52de .shade-cold-adfb:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .tertiary_stale_f04b {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .tertiary_stale_f04b h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .tertiary_stale_f04b h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .secondary-easy-aca7 {
        justify-content: center;
    }
    
    .video_6b74 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .element-glass-fe7a {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .disabled_588f {
        padding: var(--md-spacing-md) 0;
    }
    
    .caption-5aba {
        padding: var(--md-spacing-md);
    }
    
    .modal-90e3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .static-7484 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .form_clean_52de {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .logo_orange_d3ba {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .caption-5aba {
        padding: var(--md-spacing-sm);
    }
    
    .copper_1abe {
        padding: var(--md-spacing-md);
    }
    
    .static-7484 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.copper_1abe,
.static-7484,
.form_clean_52de {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.avatar-soft-fb7b {
    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);
}

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

.secondary_2ca3 {
    font-size: 1.5rem;
}

.picture_warm_3c90 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .paper_e216 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .texture-thick-9041 {
        margin-left: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.background-517d {
    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;
}

.background-517d strong {
    color: #00ff88;
}

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

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

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

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

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

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

.popup-current-ba10 {
    text-align: center;
    margin-bottom: 30px;
}

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

.white-f09a.dark_79c4 .hot-4280 {
    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); }
}

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

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

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

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

.detail-28cc 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;
}

.detail-28cc 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);
}

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

.thumbnail_189d {
    font-size: 1.2rem;
}

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

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

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

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

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

.secondary-b319.modal-3655::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.secondary-b319.footer-lower-51ac::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.secondary-b319.progress_steel_f6d6::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.secondary-b319.dark-9366::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.alert-green-7a18 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.detail_16b4 {
    font-size: 1.2rem;
}

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

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

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

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

.logo_narrow_1342.carousel-prev-f903 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.logo_narrow_1342.fn-active-7931 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.panel-selected-16c1 {
    color: #666;
    font-size: 0.8rem;
}

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

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

.shadow-41e3 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* Technology Architecture Section */
.text-086e {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.card-8b6f {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.soft_f983 { border-top: 3px solid #00ccff; }
.gallery-steel-183d { border-top: 3px solid #00ff88; }
.aside_rough_aa29 { border-top: 3px solid #d4af37; }
.column-90fd { border-top: 3px solid #ff6b6b; }
.picture-0a90 { border-top: 3px solid #8b5cf6; }

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

.lite_93d7 {
    overflow-x: auto;
}

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

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

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

.over_e1cc td {
    color: #ccc;
}

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

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

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

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

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

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

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

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

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

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

.wrapper-prev-77fd {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

.narrow_d972 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.nav-up-fdf8 {
    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;
}

.nav-up-fdf8::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);
}

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

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

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

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

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

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

.selected-a656 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.input-8bc6 strong {
    color: #fff;
    display: block;
}

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

.border-2e22 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.narrow_be42 .grid-in-9004 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.pattern-gold-b263 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

.tabs-active-da3a 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 */
.outline-glass-92e9 {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

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

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

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

.secondary-4cb1 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.warm-1470 a {
    color: #ff6b6b;
}

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

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

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

.hard_1633 {
    text-align: center;
}

.hard_1633 .tooltip-dark-9d5a {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

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

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

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

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

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

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

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

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

.carousel-silver-5ebd {
    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;
}

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

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

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

.header-41fc {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

.focus-liquid-363f {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .bright-c6b1 {
        flex-direction: column;
    }
    .prev-e2d4 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.disabled-2daa .shadow_af54 {
    color: #666;
    margin: 0 8px;
}

.disabled-2daa .input-b425 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.south-36b7 {
    font-size: 2rem;
}

.active-out-1ebf {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.active-out-1ebf strong {
    color: #d4af37;
}

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

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

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

.popup_red_b3b2 h3,
.backdrop-pressed-16fe h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.element-in-3181 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

.container-69d9 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.under-cfa2 strong {
    color: #00ff88;
}

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

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

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

.secondary-silver-6c7e h3,
.over_597a h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.element_clean_8ba8 strong {
    color: #d4af37;
}

.advanced_8869 {
    color: #aaa;
}

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

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

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

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

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

.silver-608d {
    max-width: 900px;
    margin: 0 auto;
}

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

.breadcrumb-outer-ed2f:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

.link-gas-5998 {
    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;
}

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

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

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

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

.solid_0c0f strong {
    color: #d4af37;
}

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

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

.modal-0425 strong {
    color: #00ff88;
}

.modal-0425 span {
    color: #d4af37;
}

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

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

.feature-dim-c31b {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

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

.title-8e94 {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.item-abbb strong {
    color: #00ff88;
}

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

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

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

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

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

.bright-39cb {
    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;
}

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .iron_31cc {
        padding: 30px 15px;
    }
    
    .iron_31cc h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .dropdown-f1fb {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .article_cc6a {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .button-current-c4de {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .button-current-c4de .carousel_8289 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .cool_5000 {
        font-size: 1.3rem;
    }
    
    .column-yellow-0a80 {
        font-size: 0.7rem;
    }
    
    .center-bedf {
        flex-direction: column;
        gap: 10px;
    }
    
    .center-bedf .shade-cold-adfb {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .item_f5a0 {
        display: none;
    }
    
    .aside-north-d3f5 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .status_silver_ba06 {
        padding: 20px 10px;
    }
    
    .feature-dim-c31b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .focused-d815,
    .aside-narrow-d324 {
        padding: 15px;
    }
    
    .gradient_abcb {
        flex-direction: column;
        gap: 5px;
    }
    
    .motion_eebb {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .description_slow_efed {
        padding: 30px 10px;
    }
    
    .heading_current_c5ff {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .motion_8826 {
        padding: 20px 15px;
    }
    
    .upper-24f1 {
        font-size: 2rem;
    }
    
    .motion_8826 h3 {
        font-size: 1.1rem;
    }
    
    .motion_8826 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .text_97ac {
        padding: 20px 5px;
    }
    
    .text_97ac h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .clean-91f6 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .over_e1cc {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .over_e1cc th,
    .over_e1cc td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .article-yellow-1b1b {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .paragraph-pressed-6595 {
        padding: 20px 10px;
    }
    
    .progress-smooth-b743 h2 {
        font-size: 1.3rem;
    }
    
    .fresh_7bc1 {
        font-size: 0.9rem;
    }
    
    .breadcrumb-outer-ed2f h3 {
        font-size: 1.1rem;
    }
    
    .breadcrumb-outer-ed2f p {
        font-size: 0.9rem;
    }
    
    .element_hovered_fb8a li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .overlay-c34e {
        grid-template-columns: 1fr;
    }
    
    .solid_0c0f {
        font-size: 0.85rem;
    }
    
    .banner_motion_00d8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .link-gas-5998 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .link-gas-5998 strong {
        font-size: 1.1rem;
    }
}

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

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

/* Testimonials Mobile */
@media (max-width: 768px) {
    .breadcrumb-east-6941 {
        padding: 30px 10px;
    }
    
    .outline_slow_2ff7 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .old-5bec {
        padding: 15px;
    }
    
    .popup_middle_e045 {
        font-size: 0.9rem;
    }
    
    .accordion-c052 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .accordion-c052 .static-9285 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .section_4157 {
        padding: 30px 10px;
    }
    
    .section_4157 h2 {
        font-size: 1.2rem;
    }
    
    .text-south-186e {
        gap: 10px;
    }
    
    .info-7ea4 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .info-7ea4 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .widget-down-fb95 {
        padding: 30px 10px;
    }
    
    .widget-down-fb95 h2 {
        font-size: 1.2rem;
    }
    
    .table-rough-6c65 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .bottom_9efb {
        padding: 15px 10px;
    }
    
    .bottom_9efb h4 {
        font-size: 0.85rem;
    }
    
    .bottom_9efb p {
        font-size: 0.75rem;
    }
    
    .action_5673 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .slider-fast-ee5b {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .table-rough-6c65 {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .info-3d53 {
        padding: 20px 10px;
    }
    
    .silver-b9f9 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .modal-b651,
    .logo-e6ff,
    .warm-1470 {
        width: 100%;
    }
    
    .modal-b651 h3 {
        font-size: 1.1rem;
    }
    
    .modal-b651 p {
        font-size: 0.8rem;
    }
    
    .light-a606 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .row-bronze-858d {
        padding: 30px 15px;
    }
    
    .row-bronze-858d h2 {
        font-size: 1.3rem;
    }
    
    .row-bronze-858d p {
        font-size: 0.85rem;
    }
    
    .red-2d12 {
        flex-direction: column;
        gap: 10px;
    }
    
    .red-2d12 .shade-cold-adfb {
        width: 100%;
    }
    
    .border_green_2a29 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .chip-037d {
        padding: 30px 15px;
    }
    
    .tag-1385 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .disabled-14ff {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .description-2626 h4 {
        font-size: 0.9rem;
    }
    
    .description-2626 a {
        font-size: 0.8rem;
    }
    
    .notice-6a69 {
        font-size: 0.8rem;
    }
    
    .light_0584 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .disabled-smooth-1c4e {
        padding: 8px 10px;
    }
    
    .pressed-1b4e {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .smooth-8bae {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .pressed-1b4e {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .smooth-8bae {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 9acf */
.widget-item-p0 {
  padding: 0.3rem;
  font-size: 10px;
  line-height: 1.3;
}
