/* Inner Page Styles */

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

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

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

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

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

.bronze-c567 .breadcrumb-6459 {
    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;
}

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

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

.bronze-c567 .breadcrumb-6459:hover::before {
    left: 100%;
}

.bronze-c567 .breadcrumb-6459:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

.media-0f91 {
    margin-bottom: var(--md-spacing-lg);
}

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

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

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

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

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

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

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

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

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

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

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

.highlight-4e31 {
    color: var(--casino-gold-light);
}

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

.highlight-4e31 a:hover {
    color: var(--casino-gold-light);
}

.highlight-4e31.fn-active-5b43 {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.carousel-silver-2ac5 {
    padding: var(--md-spacing-lg) 0;
}

.layout-963a {
    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);
}

.layout-963a 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.down-f682:hover::before {
    left: 100%;
}

.down-f682 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;
}

.down-f682 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;
}

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

.down-f682 .hover_fixed_0727:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.dynamic_2a1a .hover_fixed_0727:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .video-b655 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .video-b655 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .video-b655 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .bronze-c567 {
        justify-content: center;
    }
    
    .aside_442e {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .avatar_166e {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .carousel-silver-2ac5 {
        padding: var(--md-spacing-md) 0;
    }
    
    .layout-963a {
        padding: var(--md-spacing-md);
    }
    
    .last_4fe2 {
        padding: var(--md-spacing-md) 0;
    }
    
    .dirty_afe5 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .dynamic_2a1a {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .block-wood-582b {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .layout-963a {
        padding: var(--md-spacing-sm);
    }
    
    .component_red_9f16 {
        padding: var(--md-spacing-md);
    }
    
    .dirty_afe5 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.component_red_9f16,
.dirty_afe5,
.dynamic_2a1a {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.gradient-dim-0aeb::-webkit-scrollbar {
    width: 8px;
}

.gradient-dim-0aeb::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.gradient-dim-0aeb::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.gradient-dim-0aeb::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

/* Author Section Compact */
.dropdown-active-58ea {
    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);
}

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

.info-f932 {
    font-size: 1.5rem;
}

.picture_hovered_d495 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.light-7db5 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fixed-ab59 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.pagination-light-caf2.media-active-e399 .background-816e {
    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); }
}

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

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

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

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

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

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

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

.progress_west_b332 {
    font-size: 1.2rem;
}

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

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

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

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

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

.active_6a78.video_silver_f0ad::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.active_6a78.green_308b::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.active_6a78.basic_137c::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.active_6a78.out-e6bc::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.mini_250c {
    font-size: 1.2rem;
}

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

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

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

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

.dropdown_complex_a527.mask_basic_ee37 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.dropdown_complex_a527.fn-active-5b43 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.badge-prev-d210 {
    color: #666;
    font-size: 0.8rem;
}

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

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

.info-south-bbcb {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

.bottom-15bf {
    max-width: 800px;
    margin: 0 auto;
}

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

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

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

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

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

.accordion-7a34.texture-wide-9403 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.clean-510f { border-top: 3px solid #00ccff; }
.motion_7405 { border-top: 3px solid #00ff88; }
.gallery-d50f { border-top: 3px solid #d4af37; }
.prev-47a0 { border-top: 3px solid #ff6b6b; }
.mask_8f15 { border-top: 3px solid #8b5cf6; }

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

.static-097d {
    overflow-x: auto;
}

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

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

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

.fixed_3105 td {
    color: #ccc;
}

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

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

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

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

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

@media (max-width: 576px) {
    .label-next-9a9a {
        grid-template-columns: 1fr;
    }
}

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

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

.main-easy-c683 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

.nav-9ba0 {
    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;
}

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

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

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

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

@media (max-width: 768px) {
    .badge-simple-2fb2 {
        grid-template-columns: 1fr;
    }
}

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

.footer_e44d {
    font-size: 2rem;
}

.progress-new-7a96 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.progress-new-7a96 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.popup-silver-3b83 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.border_1839 {
    font-size: 1.5rem;
}

.message-98f4 {
    color: #888;
    font-size: 0.9rem;
}

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

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

.image-narrow-c6f2 {
    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;
}

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

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

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

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

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

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

.article_eb42 .gallery-lower-58a2 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.pattern_9569 .backdrop-current-421a {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border_static_9c72 a {
    color: #ff6b6b;
}

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

.wrapper-middle-9dfc {
    max-width: 800px;
    margin: 0 auto;
}

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

.inner-4ceb {
    text-align: center;
}

.inner-4ceb .focus_clean_d7b3 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.inner-4ceb .column-e0fc {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.wrapper-middle-9dfc h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.wrapper-middle-9dfc > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.picture_2e55.texture-wide-9403 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .carousel-7bca {
        flex-direction: column;
    }
    .liquid_ccdf {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.grid-93ad .item-stone-9044 {
    color: #666;
    margin: 0 8px;
}

.grid-93ad .badge_8f65 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.pressed_46e2 {
    font-size: 2rem;
}

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

.orange_f6e1 strong {
    color: #d4af37;
}

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

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

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

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

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

.active-in-cb87 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.blue-3b8e strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.icon-647c strong {
    color: #00ff88;
}

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

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

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

.solid_38f8 h3,
.progress-black-d439 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.paragraph_ac61 strong {
    color: #d4af37;
}

.menu_f2f6 {
    color: #aaa;
}

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

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

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

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

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

.table-wood-4ec4 {
    max-width: 900px;
    margin: 0 auto;
}

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

.carousel-copper-39a8:last-child {
    border-bottom: none;
}

.carousel-copper-39a8 h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.carousel-copper-39a8 p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

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

.liquid-20c7 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;
}

.liquid-20c7 li strong {
    color: #00ff88;
}

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

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

.status-111e {
    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;
}

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

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

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

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

.static-19f1 strong {
    color: #d4af37;
}

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

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

.clean-a04e strong {
    color: #00ff88;
}

.clean-a04e span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar-smooth-9d56 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.thumbnail-inner-4054 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.thumbnail-inner-4054 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pattern-f29f strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .next-9f24 {
        padding: 30px 15px;
    }
    
    .next-9f24 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .detail_hard_d452 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .advanced_7cdf {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .link-65eb {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .link-65eb .disabled_short_6746 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .text_fac2 {
        font-size: 1.3rem;
    }
    
    .item-8920 {
        font-size: 0.7rem;
    }
    
    .popup-9327 {
        flex-direction: column;
        gap: 10px;
    }
    
    .popup-9327 .hover_fixed_0727 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .easy_a096 {
        display: none;
    }
    
    .tall-06a0 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .header-wood-430e {
        padding: 20px 10px;
    }
    
    .title_copper_d498 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .paper-d174,
    .slider_ffaf {
        padding: 15px;
    }
    
    .header_8c60 {
        flex-direction: column;
        gap: 5px;
    }
    
    .yellow-3d9c {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .dropdown_bottom_7f6f {
        padding: 30px 10px;
    }
    
    .mask-e268 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .static-9c9b {
        padding: 20px 15px;
    }
    
    .texture_d788 {
        font-size: 2rem;
    }
    
    .static-9c9b h3 {
        font-size: 1.1rem;
    }
    
    .static-9c9b p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .purple-d6dd {
        padding: 20px 5px;
    }
    
    .purple-d6dd h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .slow-c17a {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .fixed_3105 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .fixed_3105 th,
    .fixed_3105 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .tooltip-6bbe {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .popup-0514 {
        padding: 20px 10px;
    }
    
    .logo-cb3b h2 {
        font-size: 1.3rem;
    }
    
    .notification-b6df {
        font-size: 0.9rem;
    }
    
    .carousel-copper-39a8 h3 {
        font-size: 1.1rem;
    }
    
    .carousel-copper-39a8 p {
        font-size: 0.9rem;
    }
    
    .liquid-20c7 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .title-e473 {
        grid-template-columns: 1fr;
    }
    
    .static-19f1 {
        font-size: 0.85rem;
    }
    
    .info_aac0 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .status-111e {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .status-111e strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .focus-next-ad5d {
        padding: 30px 10px;
    }
    
    .texture-blue-a2da {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .logo_312a {
        padding: 15px 10px;
    }
    
    .logo_312a h4 {
        font-size: 0.9rem;
    }
    
    .logo_312a p {
        font-size: 0.75rem;
        display: none;
    }
    
    .header_03ee {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .texture-blue-a2da {
        grid-template-columns: 1fr;
    }
    
    .logo_312a p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .lower_729d {
        padding: 30px 10px;
    }
    
    .light-952a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .breadcrumb-hard-584a {
        padding: 15px;
    }
    
    .message_dynamic_a59a {
        font-size: 0.9rem;
    }
    
    .column-c389 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .column-c389 .last_a77f {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .fluid-5142 {
        padding: 30px 10px;
    }
    
    .fluid-5142 h2 {
        font-size: 1.2rem;
    }
    
    .module-tiny-ee60 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .item_bottom_fb1b {
        padding: 15px 10px;
    }
    
    .item_bottom_fb1b h4 {
        font-size: 0.85rem;
    }
    
    .item_bottom_fb1b p {
        font-size: 0.75rem;
    }
    
    .shadow-b3de {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .bronze_d307 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .frame_hot_e7b2 {
        padding: 20px 10px;
    }
    
    .menu_2d99 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .chip-2555,
    .tooltip-8610,
    .border_static_9c72 {
        width: 100%;
    }
    
    .chip-2555 h3 {
        font-size: 1.1rem;
    }
    
    .chip-2555 p {
        font-size: 0.8rem;
    }
    
    .logo_middle_d8aa {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

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

/* Related Pages Mobile */
@media (max-width: 768px) {
    .module-basic-f53d {
        padding: 30px 10px;
    }
    
    .module-basic-f53d h3 {
        font-size: 1.2rem;
    }
    
    .left-7f2b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .dynamic_2a1a {
        padding: 15px 10px;
    }
    
    .dynamic_2a1a h4 {
        font-size: 0.85rem;
    }
    
    .dynamic_2a1a p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .wood_540b {
        padding: 30px 15px;
    }
    
    .glass-9d93 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .bronze_6d66 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .component-ea53 h4 {
        font-size: 0.9rem;
    }
    
    .component-ea53 a {
        font-size: 0.8rem;
    }
    
    .widget_1950 {
        font-size: 0.8rem;
    }
    
    .box-84da p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .action_1b22 {
        padding: 8px 10px;
    }
    
    .old-9842 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .simple-6025 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .old-9842 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .simple-6025 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: e272 */
.phantom-card-q9 {
  padding: 0.1rem;
  font-size: 12px;
  line-height: 1.2;
}
