/* Inner Page Styles */

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

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

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

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

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

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

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

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

.menu_pro_0527 .tag_d7ee:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

.shade-medium-90d4 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

.simple-53cb {
    color: var(--casino-gold-light);
}

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

.simple-53cb a:hover {
    color: var(--casino-gold-light);
}

.simple-53cb.fn-active-7c5e {
    color: var(--casino-gold-light);
}

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

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

.soft-89a1 {
    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);
}

.soft-89a1 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);
}

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

/* Content Cards */
.article-glass-947c {
    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);
}

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

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

.article-glass-947c p {
    color: var(--casino-gold-light);
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pink-2a2f:hover::before {
    left: 100%;
}

.pink-2a2f 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;
}

.pink-2a2f 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;
}

.pink-2a2f .prev-21c9 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.pink-2a2f .prev-21c9:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.message-small-64ee {
    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);
}

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

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

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

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

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

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

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

.summary_1e51 .prev-21c9 {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.summary_1e51 .prev-21c9:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .hover_a353 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .hover_a353 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .hover_a353 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .menu_pro_0527 {
        justify-content: center;
    }
    
    .cool_6a39 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .huge_7306 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .box_fresh_c387 {
        padding: var(--md-spacing-md) 0;
    }
    
    .soft-89a1 {
        padding: var(--md-spacing-md);
    }
    
    .element_8e04 {
        padding: var(--md-spacing-md) 0;
    }
    
    .fresh_2877 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .summary_1e51 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .middle-7ca5 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .soft-89a1 {
        padding: var(--md-spacing-sm);
    }
    
    .article-glass-947c {
        padding: var(--md-spacing-md);
    }
    
    .fresh_2877 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.article-glass-947c,
.fresh_2877,
.summary_1e51 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.orange_ced6 {
    font-size: 1.5rem;
}

.new_9235 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .highlight-fresh-0725 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .menu-1c03 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.surface-rough-e2f2 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.basic-31db {
    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;
}

.basic-31db strong {
    color: #00ff88;
}

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

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

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

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

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

.menu-paper-0b24::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;
}

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

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

.accordion-0c15.in-baf4 .message_gold_3326 {
    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); }
}

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

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

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

.list-orange-1b51 {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-orange-1b51 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;
}

.list-orange-1b51 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);
}

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

.filter-clean-8585 {
    font-size: 1.2rem;
}

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

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

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

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

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

.hard-9264.pagination_9835::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.hard-9264.right_f377::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.hard-9264.text_d1b5::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.hard-9264.tertiary_bronze_5814::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.carousel-tiny-30ab {
    font-size: 1.2rem;
}

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

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

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

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

.row-solid-1a60.media-0376 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.row-solid-1a60.fn-active-7c5e { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media-soft-e77d { border-top: 3px solid #00ccff; }
.chip-bronze-0e16 { border-top: 3px solid #00ff88; }
.texture_5b60 { border-top: 3px solid #d4af37; }
.sidebar-medium-4978 { border-top: 3px solid #ff6b6b; }
.caption_tall_ac64 { border-top: 3px solid #8b5cf6; }

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

.smooth-df61 {
    overflow-x: auto;
}

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

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

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

.module-out-87c9 td {
    color: #ccc;
}

.module-out-87c9 .block_9690 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.module-out-87c9 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

@media (max-width: 576px) {
    .text-bronze-807e {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

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

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

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

.steel-67e6 {
    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;
}

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

.pro-2b7a p {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

.filter_38bd {
    font-size: 2rem;
}

.gradient-down-4a31 strong {
    color: #00ff88;
    display: block;
    margin-bottom: 5px;
}

.gradient-down-4a31 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

/* Certifications Timeline */
.out-48c6 {
    background: #0a0a0a;
    padding: 60px 0;
}

.media-fresh-1686 {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

.heading-active-acb3 {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

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

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

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

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

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

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

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

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

.label_yellow_a207 {
    font-size: 1.5rem;
}

.logo-right-77da {
    color: #888;
    font-size: 0.9rem;
}

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

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

.rough-0c7e {
    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;
}

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

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

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

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

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

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

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

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

.filter-b254 .container_gold_3521 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.layout-south-75a5 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

.menu-hard-45c7 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.orange-230d {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

.photo-old-1fb5 {
    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;
}

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

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

.wrapper-down-d2c4 span {
    color: #666;
    font-size: 0.8rem;
}

.wrapper-down-d2c4 a {
    color: #ff6b6b;
}

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

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

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

.paragraph-stale-e405 {
    text-align: center;
}

.paragraph-stale-e405 .photo_last_322b {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.paragraph-stale-e405 .chip-cold-2a3d {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.overlay-soft-d7fa {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.active-small-ed52 {
    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;
}

.active-small-ed52.south_0542 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.popup-west-0860 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .active-lower-b6a3 {
        flex-direction: column;
    }
    .lite_4edc {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.selected-2bda .prev-f3e8 {
    color: #666;
    margin: 0 8px;
}

.selected-2bda .header-bronze-a126 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.up-1de7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.caption-focused-ed21 strong {
    color: #d4af37;
    margin-right: 8px;
}

.link-yellow-4499 {
    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;
}

.wrapper-center-c4af {
    font-size: 2rem;
}

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

.component_dac0 strong {
    color: #d4af37;
}

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

.banner-28f2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.under-2986 h3,
.border-4fd5 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.summary-0e7b {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

.form-fast-eef0 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.hovered-bd5a strong {
    color: #00ff88;
}

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

.hidden-copper-cdb6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.card-55c4 h3,
.upper_7476 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.progress-full-c9f3 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.solid-7fc4 strong {
    color: #d4af37;
}

.complex_a966 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.iron-26cb {
    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;
}

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

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

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

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

.logo_5f13 strong {
    color: #d4af37;
}

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

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

.module_9314 strong {
    color: #00ff88;
}

.module_9314 span {
    color: #d4af37;
}

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

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

.cool-176a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

.accent-out-5a41 {
    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);
}

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

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

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

.sidebar-7f02 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.sidebar-7f02 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

@media (max-width: 480px) {
    .shade-hot-4f09 {
        grid-template-columns: 1fr;
    }
}

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

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

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

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

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

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

/* Fact-Check Statement */
.table-55e0 {
    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_24e2 {
    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;
}

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

.wrapper-6d7f strong {
    color: #00ff88;
}

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

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

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

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

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

.search-plasma-ed9f {
    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;
}

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .surface-advanced-ac04 {
        padding: 30px 15px;
    }
    
    .surface-advanced-ac04 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .background-bottom-f5b4 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .section-3063 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .popup_right_4a2c {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .popup_right_4a2c .fresh-a0e6 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .right_853d {
        font-size: 1.3rem;
    }
    
    .north_79a0 {
        font-size: 0.7rem;
    }
    
    .hover-66e3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .hover-66e3 .prev-21c9 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .hard-1e23 {
        display: none;
    }
    
    .pagination_under_f0ac {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .dynamic-9574 {
        padding: 20px 10px;
    }
    
    .cool-176a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .input-6977,
    .brown-17a4 {
        padding: 15px;
    }
    
    .header_cool_2dbd {
        flex-direction: column;
        gap: 5px;
    }
    
    .accent-out-5a41 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .north-2dc2 {
        padding: 30px 10px;
    }
    
    .footer_838b {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .picture-7241 {
        padding: 20px 15px;
    }
    
    .tag_1aa5 {
        font-size: 2rem;
    }
    
    .picture-7241 h3 {
        font-size: 1.1rem;
    }
    
    .picture-7241 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .badge-iron-524d {
        padding: 20px 5px;
    }
    
    .badge-iron-524d h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .border_up_7b16 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .module-out-87c9 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .module-out-87c9 th,
    .module-out-87c9 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .section-dae3 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .overlay_wood_b127 {
        padding: 20px 10px;
    }
    
    .hot_e2d9 h2 {
        font-size: 1.3rem;
    }
    
    .notification-up-3156 {
        font-size: 0.9rem;
    }
    
    .advanced_f930 h3 {
        font-size: 1.1rem;
    }
    
    .advanced_f930 p {
        font-size: 0.9rem;
    }
    
    .row_51e2 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .iron-390a {
        grid-template-columns: 1fr;
    }
    
    .logo_5f13 {
        font-size: 0.85rem;
    }
    
    .logo_hovered_a308 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .iron-26cb {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .iron-26cb strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .breadcrumb-3f37 {
        padding: 30px 10px;
    }
    
    .under-145c {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .west_6fb9 {
        padding: 15px 10px;
    }
    
    .west_6fb9 h4 {
        font-size: 0.9rem;
    }
    
    .west_6fb9 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .shadow-c567 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .under-145c {
        grid-template-columns: 1fr;
    }
    
    .west_6fb9 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .hover-a953 {
        padding: 30px 10px;
    }
    
    .complex_7ef7 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .header-ffd0 {
        padding: 15px;
    }
    
    .pressed-0455 {
        font-size: 0.9rem;
    }
    
    .panel_mini_19a2 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .panel_mini_19a2 .frame-4560 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .out-cee2 {
        padding: 30px 10px;
    }
    
    .out-cee2 h2 {
        font-size: 1.2rem;
    }
    
    .feature-2f9d {
        gap: 10px;
    }
    
    .photo-hard-164f summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .photo-hard-164f p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .small_0266 {
        padding: 30px 10px;
    }
    
    .small_0266 h2 {
        font-size: 1.2rem;
    }
    
    .shade-5960 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .selected-1d24 {
        padding: 15px 10px;
    }
    
    .selected-1d24 h4 {
        font-size: 0.85rem;
    }
    
    .selected-1d24 p {
        font-size: 0.75rem;
    }
    
    .preview_hard_5f02 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .popup-3b93 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .item_small_cced {
        padding: 20px 10px;
    }
    
    .image-fc6f {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .west-ebcd,
    .notification_basic_7c56,
    .wrapper-down-d2c4 {
        width: 100%;
    }
    
    .west-ebcd h3 {
        font-size: 1.1rem;
    }
    
    .west-ebcd p {
        font-size: 0.8rem;
    }
    
    .photo-old-1fb5 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .shadow_0ed9 {
        padding: 30px 15px;
    }
    
    .shadow_0ed9 h2 {
        font-size: 1.3rem;
    }
    
    .shadow_0ed9 p {
        font-size: 0.85rem;
    }
    
    .link_27d3 {
        flex-direction: column;
        gap: 10px;
    }
    
    .link_27d3 .prev-21c9 {
        width: 100%;
    }
    
    .purple-37d4 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .button_813d {
        padding: 30px 15px;
    }
    
    .preview_up_2fa2 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .white-4ddf {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .lower-6ee5 h4 {
        font-size: 0.9rem;
    }
    
    .lower-6ee5 a {
        font-size: 0.8rem;
    }
    
    .small_eee4 {
        font-size: 0.8rem;
    }
    
    .focus_636b p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .detail_hard_b024 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .tooltip_static_c050 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: f924 */
.widget-item-b8 {
  padding: 0.5rem;
  font-size: 12px;
  line-height: 1.2;
}
