/* Inner Page Styles */

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

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

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

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

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

.liquid-4164 .tag-right-3cdb {
    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;
}

.liquid-4164 .tag-right-3cdb::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

.liquid-4164 .tag-right-3cdb:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.6);
    background: var(--casino-gold-light);
}

.liquid-4164 .tag-right-3cdb:hover::before {
    left: 100%;
}

.liquid-4164 .tag-right-3cdb:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(212, 175, 55, 0.4);
}

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

.summary-cold-1ca2 {
    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);
}

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

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

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

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

.shadow-blue-e7be {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

.text-21e9 {
    color: var(--casino-gold-light);
}

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

.text-21e9 a:hover {
    color: var(--casino-gold-light);
}

.text-21e9.fn-active-e1f1 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

/* Content Cards */
.sort_out_50a2 {
    background-color: var(--casino-black);
    border: 1px solid var(--casino-gold);
    border-radius: var(--md-radius-md);
    padding: var(--md-spacing-lg);
    margin-bottom: var(--md-spacing-lg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all var(--md-transition-normal);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fresh-501b:hover::before {
    left: 100%;
}

.fresh-501b 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;
}

.fresh-501b 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;
}

.fresh-501b .hard-b48f {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.fresh-501b .hard-b48f:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.panel-complex-af17 {
    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);
}

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

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

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

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

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

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

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

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

.bottom_5e8a .hard-b48f:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .thumbnail_orange_91b9 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .thumbnail_orange_91b9 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .thumbnail_orange_91b9 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .liquid-4164 {
        justify-content: center;
    }
    
    .summary-cold-1ca2 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .sidebar_1f10 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .row-selected-0088 {
        padding: var(--md-spacing-md) 0;
    }
    
    .form-a139 {
        padding: var(--md-spacing-md);
    }
    
    .action_fcd6 {
        padding: var(--md-spacing-md) 0;
    }
    
    .medium_bbbd {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .bottom_5e8a {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .tag_7a28 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .form-a139 {
        padding: var(--md-spacing-sm);
    }
    
    .sort_out_50a2 {
        padding: var(--md-spacing-md);
    }
    
    .medium_bbbd {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.sort_out_50a2,
.medium_bbbd,
.bottom_5e8a {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.fluid-b47c {
    font-size: 1.5rem;
}

.tertiary_prev_9eb8 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .background-89b0 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .short-2549 {
        margin-left: 0;
    }
}

/* Main Content Compact */
.badge-next-65b9 {
    padding: 30px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border_afa6 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.frame_lite_4119.panel-cdf4 .notice-c27b {
    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); }
}

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

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

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

.detail-rough-4aa9 {
    margin: 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail-rough-4aa9 img {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 255, 136, 0.3), 0 0 60px rgba(212, 175, 55, 0.2);
    transition: all 0.3s ease;
    border: 3px solid rgba(0, 255, 136, 0.3);
    object-fit: contain;
}

.detail-rough-4aa9 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);
}

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

.focused-5f62 {
    font-size: 1.2rem;
}

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

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

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

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

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

.badge_simple_6ae0.tall_6907::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.badge_simple_6ae0.hero_large_c95b::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.badge_simple_6ae0.card_huge_0250::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.badge_simple_6ae0.new-bee9::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.card-bright-18db {
    font-size: 1.2rem;
}

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

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

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

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

.footer-510b.upper-8de7 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.footer-510b.fn-active-e1f1 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prev-23fe { border-top: 3px solid #00ccff; }
.footer-76f5 { border-top: 3px solid #00ff88; }
.gradient_copper_69d8 { border-top: 3px solid #d4af37; }
.secondary-in-c85b { border-top: 3px solid #ff6b6b; }
.card_dirty_5fc2 { border-top: 3px solid #8b5cf6; }

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

.paragraph-cf93 {
    overflow-x: auto;
}

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

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

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

.up-180b td {
    color: #ccc;
}

.up-180b .down_3a52 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.up-180b tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.warm-292b {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

.highlight-6f36 {
    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;
}

.highlight-6f36::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);
}

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

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

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

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

.breadcrumb-dark-1bc3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
}

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

.carousel_b543 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.block_south_e55a .background-focused-9725 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.main-646d {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.banner-32ea {
    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;
}

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

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

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

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

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

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

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

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

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

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

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

.list-small-6e58 h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.list-small-6e58 p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.primary-209b {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.primary-209b span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

.gallery-mini-5b4f span {
    color: #666;
    font-size: 0.8rem;
}

.gallery-mini-5b4f a {
    color: #ff6b6b;
}

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

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

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

.fluid-3740 {
    text-align: center;
}

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

.fluid-3740 .button-bc2f {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.logo-smooth-60a0 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

.shade-short-6dbe {
    font-size: 2rem;
    display: block;
    margin-bottom: 8px;
}

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

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

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

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

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

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

.summary-short-2f6b {
    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;
}

.summary-short-2f6b.backdrop_0eff {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .detail_solid_5f09 {
        flex-direction: column;
    }
    .module-8a58 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.under-047e {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.image-4e75 .nav_454a {
    color: #666;
    margin: 0 8px;
}

.image-4e75 .chip_thick_0b1b {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.badge_liquid_0edb {
    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_d13e {
    font-size: 2rem;
}

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

.thick-382f strong {
    color: #d4af37;
}

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

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

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

.modal_silver_6f90 h3,
.caption-upper-ba8a h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.pressed-826a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.text-clean-29f3 strong {
    color: #d4af37;
    margin-right: 8px;
}

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

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

.right-113b strong {
    color: #00ff88;
}

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

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

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

.outline_6059 h3,
.caption-e1dc h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

.notice-9e43 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.table_bd01 strong {
    color: #d4af37;
}

.container-74bb {
    color: #aaa;
}

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

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

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

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

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

.article-upper-0911 {
    max-width: 900px;
    margin: 0 auto;
}

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

.list-east-370c:last-child {
    border-bottom: none;
}

.list-east-370c h3 {
    color: #d4af37;
    font-size: 1.3rem;
    margin-bottom: 15px;
}

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

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

.list-east-370c p a:hover {
    color: #00ffaa;
    border-bottom-style: solid;
}

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

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

.message-fb8c li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.detail_plasma_f594 strong {
    color: #d4af37;
}

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

.lite-8bd9 {
    color: #888;
    font-size: 0.9rem;
}

.lite-8bd9 strong {
    color: #00ff88;
}

.lite-8bd9 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

.wrapper-black-89b3 h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.west-9424 li {
    margin-bottom: 5px;
}

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

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

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

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

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

.bright_b1ec strong {
    color: #00ff88;
}

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

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

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

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

.button-black-4c01 {
    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;
}

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

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

@media (max-width: 768px) {
    .element_complex_de9f {
        flex-direction: column;
    }
    
    .button-black-4c01 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .active-bf7f {
        padding: 30px 15px;
    }
    
    .active-bf7f h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .section-bb5f {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .popup-b142 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .item-e6fb {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .item-e6fb .avatar-03a7 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .glass_d11d {
        font-size: 1.3rem;
    }
    
    .yellow_d234 {
        font-size: 0.7rem;
    }
    
    .video-thick-42a0 {
        flex-direction: column;
        gap: 10px;
    }
    
    .video-thick-42a0 .hard-b48f {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .photo_404e {
        display: none;
    }
    
    .wrapper_c6db {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .tooltip_basic_11ca {
        padding: 20px 10px;
    }
    
    .element_pressed_2f73 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .message_ebfa,
    .hot_2baf {
        padding: 15px;
    }
    
    .alert-da18 {
        flex-direction: column;
        gap: 5px;
    }
    
    .old-ecd5 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .slow-4e4c {
        padding: 30px 10px;
    }
    
    .module_narrow_bcf4 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .layout-bbee {
        padding: 20px 15px;
    }
    
    .list-under-9f82 {
        font-size: 2rem;
    }
    
    .layout-bbee h3 {
        font-size: 1.1rem;
    }
    
    .layout-bbee p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .layout-red-9cc5 {
        padding: 20px 5px;
    }
    
    .layout-red-9cc5 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .text_iron_7527 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .up-180b {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .up-180b th,
    .up-180b td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .orange_a900 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .focus_84ea {
        padding: 20px 10px;
    }
    
    .title-9fb2 h2 {
        font-size: 1.3rem;
    }
    
    .secondary_easy_322c {
        font-size: 0.9rem;
    }
    
    .list-east-370c h3 {
        font-size: 1.1rem;
    }
    
    .list-east-370c p {
        font-size: 0.9rem;
    }
    
    .message-fb8c li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .summary_77d5 {
        grid-template-columns: 1fr;
    }
    
    .detail_plasma_f594 {
        font-size: 0.85rem;
    }
    
    .overlay-30be {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .prev_a308 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .prev_a308 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .over_42d9 {
        padding: 30px 10px;
    }
    
    .banner_29dc {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .solid-5b58 {
        padding: 15px 10px;
    }
    
    .solid-5b58 h4 {
        font-size: 0.9rem;
    }
    
    .solid-5b58 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .row-stale-0bd8 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .banner_29dc {
        grid-template-columns: 1fr;
    }
    
    .solid-5b58 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .avatar-741c {
        padding: 30px 10px;
    }
    
    .photo_bronze_2ee0 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .highlight_dynamic_9d40 {
        padding: 15px;
    }
    
    .north-04f6 {
        font-size: 0.9rem;
    }
    
    .column-d50b {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .column-d50b .wood-16e3 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .dropdown-orange-612f {
        padding: 30px 10px;
    }
    
    .dropdown-orange-612f h2 {
        font-size: 1.2rem;
    }
    
    .tertiary-up-d771 {
        gap: 10px;
    }
    
    .over_bfcf summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .over_bfcf p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .filter_stale_6cd7 {
        padding: 30px 10px;
    }
    
    .filter_stale_6cd7 h2 {
        font-size: 1.2rem;
    }
    
    .icon-smooth-af1a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .table-0cfe {
        padding: 15px 10px;
    }
    
    .table-0cfe h4 {
        font-size: 0.85rem;
    }
    
    .table-0cfe p {
        font-size: 0.75rem;
    }
    
    .row-clean-f53d {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .backdrop_fresh_1888 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .notification_warm_f52a {
        padding: 20px 10px;
    }
    
    .shadow_stone_cae8 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .list-small-6e58,
    .primary-209b,
    .gallery-mini-5b4f {
        width: 100%;
    }
    
    .list-small-6e58 h3 {
        font-size: 1.1rem;
    }
    
    .list-small-6e58 p {
        font-size: 0.8rem;
    }
    
    .focus_fixed_2ca5 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .pattern-new-b9ae {
        padding: 30px 15px;
    }
    
    .pattern-new-b9ae h2 {
        font-size: 1.3rem;
    }
    
    .pattern-new-b9ae p {
        font-size: 0.85rem;
    }
    
    .card-clean-aac9 {
        flex-direction: column;
        gap: 10px;
    }
    
    .card-clean-aac9 .hard-b48f {
        width: 100%;
    }
    
    .tabs-5217 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .plasma_f7ba {
        padding: 30px 15px;
    }
    
    .hover-da61 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .surface_8c42 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .advanced_582a h4 {
        font-size: 0.9rem;
    }
    
    .advanced_582a a {
        font-size: 0.8rem;
    }
    
    .status_complex_81fd {
        font-size: 0.8rem;
    }
    
    .component-08ba p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .video_f7f0 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .medium-436c {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 8822 */
.shadow-element-b0 {
  padding: 0.5rem;
  font-size: 13px;
  line-height: 1.1;
}
