/* Inner Page Styles */

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

.tertiary-3ae8 h1 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-large);
    margin-bottom: var(--md-spacing-md);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.tertiary-3ae8 h2 {
    color: var(--casino-gold);
    font-size: var(--md-font-size-headline-medium);
    margin-bottom: var(--md-spacing-lg);
    text-align: center;
    border-bottom: 2px solid var(--casino-gold);
    padding-bottom: var(--md-spacing-sm);
}

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

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

.over-e31a .motion_5f6b {
    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;
}

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

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

.over-e31a .motion_5f6b:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

.table-06e1 {
    text-align: center;
    margin-top: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

.element_c258.fn-active-af51 {
    color: var(--casino-gold-light);
}

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

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

.item-upper-e1cf {
    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);
}

.item-upper-e1cf 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);
}

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

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

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

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

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

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

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

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

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

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

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

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

.popup_clean_f8bb 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 */
.active-orange-7e54 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.active-orange-7e54 li {
    margin-bottom: var(--md-spacing-xs);
}

.active-orange-7e54 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);
}

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

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

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

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

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

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

.button_b3d2 .secondary-fluid-c8fa {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.button_b3d2 .secondary-fluid-c8fa:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

.secondary-1f19 {
    margin-top: var(--md-spacing-sm);
}

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

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

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

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

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

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

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

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

.sort-b63f .secondary-fluid-c8fa {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.sort-b63f .secondary-fluid-c8fa:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .tertiary-3ae8 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .tertiary-3ae8 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .tertiary-3ae8 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .over-e31a {
        justify-content: center;
    }
    
    .notice_8dd8 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .solid-cedc {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .section-outer-ced3 {
        padding: var(--md-spacing-md) 0;
    }
    
    .item-upper-e1cf {
        padding: var(--md-spacing-md);
    }
    
    .outer-edcc {
        padding: var(--md-spacing-md) 0;
    }
    
    .popup_clean_f8bb {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .sort-b63f {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .action-0867 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .item-upper-e1cf {
        padding: var(--md-spacing-sm);
    }
    
    .out_0a50 {
        padding: var(--md-spacing-md);
    }
    
    .popup_clean_f8bb {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.out_0a50,
.popup_clean_f8bb,
.sort-b63f {
    animation: fadeInUp 0.6s ease-out;
}

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

/* Scrollbar Styles */
.modal-under-01fc::-webkit-scrollbar {
    width: 8px;
}

.modal-under-01fc::-webkit-scrollbar-track {
    background: var(--casino-black);
}

.modal-under-01fc::-webkit-scrollbar-thumb {
    background: var(--casino-gold);
    border-radius: 4px;
}

.modal-under-01fc::-webkit-scrollbar-thumb:hover {
    background: var(--casino-gold-light);
}

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

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

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

.basic-3d61 {
    font-size: 1.5rem;
}

.sidebar-hot-b62b strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

/* Expert Tips Compact */
.modal-narrow-1bee {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

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

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

.wide-6b62 {
    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;
}

.wide-6b62 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.section-next-f36b {
    text-align: center;
    margin-bottom: 30px;
}

.active-5b08 {
    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;
}

.active-5b08.left_8cd2 .button_warm_09a6 {
    width: 10px;
    height: 10px;
    background: #00ff88;
    border-radius: 50%;
    animation: pulse-dot 1.5s infinite;
}

@keyframes pulse-dot {
    0%, 100% { box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.7); }
    50% { box-shadow: 0 0 0 8px rgba(0, 255, 136, 0); }
}

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

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

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

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

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

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

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

.modal-8748 {
    font-size: 1.2rem;
}

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

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

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

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

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

.box-d5dc.disabled-59ee::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.box-d5dc.slider_active_a5a9::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.box-d5dc.footer-2a69::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.box-d5dc.stone-1b79::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.active_e615 {
    font-size: 1.2rem;
}

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

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

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

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

.static-5ca3.brown_a9b3 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.static-5ca3.fn-active-af51 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

.in-675d {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

.link-basic-e576 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

.tertiary-3309.new-fb92 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.table-bottom-e7ea { border-top: 3px solid #00ccff; }
.module-1dfe { border-top: 3px solid #00ff88; }
.pressed_ff1d { border-top: 3px solid #d4af37; }
.row-basic-43b6 { border-top: 3px solid #ff6b6b; }
.overlay-pink-9e4b { border-top: 3px solid #8b5cf6; }

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

.aside_cool_0eac {
    overflow-x: auto;
}

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

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

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

.full_4f57 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.main-stale-fd0f {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.link-dark-2b69 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

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

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

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

.under-682c {
    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;
}

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

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

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

.photo_1687 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.north-50b4 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.in-885e {
    font-size: 1.5rem;
}

.avatar-3d51 {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

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

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

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

.logo_2881 .accordion_bf77 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.grid-0cee {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.overlay-cold-0cca {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

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

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

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

.black_60c6 {
    background: #ff6b6b;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
}

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

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

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

.row_up_b2f3 a {
    color: #ff6b6b;
}

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

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

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

.focus-dim-9537 {
    text-align: center;
}

.focus-dim-9537 .focus_medium_2da5 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.focus-dim-9537 .light_94c1 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.gas-6a6f {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.hard-45f1.new-fb92 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .feature-a8d7 {
        flex-direction: column;
    }
    .button_outer_7348 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.fresh_57c7 .smooth_8208 {
    color: #666;
    margin: 0 8px;
}

.fresh_57c7 .stale-a8d1 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.layout_dirty_95ac {
    font-size: 2rem;
}

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

.search_cold_01c1 strong {
    color: #d4af37;
}

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

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

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

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

.form-next-5834 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.brown_d8b7 strong {
    color: #00ff88;
}

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

.thumbnail-fast-9ebf {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.highlight-8e51 h3,
.thumbnail_4196 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.surface_23b4 strong {
    color: #d4af37;
}

.dim-f5ee {
    color: #aaa;
}

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

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

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

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

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

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

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

.photo-1f8b:last-child {
    border-bottom: none;
}

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

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

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

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

.bronze-94ae {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.bronze-94ae 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;
}

.bronze-94ae li strong {
    color: #00ff88;
}

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

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

.wrapper-05b5 {
    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;
}

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

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

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

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

.narrow-8b3d strong {
    color: #d4af37;
}

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

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

.selected-d927 strong {
    color: #00ff88;
}

.selected-d927 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mask-lower-5714 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.mask-lower-5714 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Fact-Check Statement */
.button-white-0c32 {
    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;
}

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

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

.widget-gold-2313 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .hovered-a072 {
        flex-direction: column;
    }
    
    .filter-aabd {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .popup-wide-4432 {
        padding: 30px 15px;
    }
    
    .popup-wide-4432 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .hover-a286 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .sort_rough_6573 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .preview-a12d {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .preview-a12d .icon_east_2ec3 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .title_4841 {
        font-size: 1.3rem;
    }
    
    .lite_b4e8 {
        font-size: 0.7rem;
    }
    
    .easy_d473 {
        flex-direction: column;
        gap: 10px;
    }
    
    .easy_d473 .secondary-fluid-c8fa {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .row_orange_9bd7 {
        display: none;
    }
    
    .fresh-8a3a {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .stone_0574 {
        padding: 20px 10px;
    }
    
    .alert_stale_1c03 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .silver_0400,
    .black_1068 {
        padding: 15px;
    }
    
    .hovered-c791 {
        flex-direction: column;
        gap: 5px;
    }
    
    .notification_c06d {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .preview-fcd7 {
        padding: 30px 10px;
    }
    
    .north_ce23 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .south-c01d {
        padding: 20px 15px;
    }
    
    .module_action_1a51 {
        font-size: 2rem;
    }
    
    .south-c01d h3 {
        font-size: 1.1rem;
    }
    
    .south-c01d p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .middle-c58e {
        padding: 20px 10px;
    }
    
    .full_983a h2 {
        font-size: 1.3rem;
    }
    
    .north_49b0 {
        font-size: 0.9rem;
    }
    
    .photo-1f8b h3 {
        font-size: 1.1rem;
    }
    
    .photo-1f8b p {
        font-size: 0.9rem;
    }
    
    .bronze-94ae li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .accordion_outer_e574 {
        grid-template-columns: 1fr;
    }
    
    .narrow-8b3d {
        font-size: 0.85rem;
    }
    
    .stone-72f8 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .wrapper-05b5 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .wrapper-05b5 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .notice_5be8 {
        padding: 30px 10px;
    }
    
    .link-slow-0292 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .dropdown_4606 {
        padding: 15px 10px;
    }
    
    .dropdown_4606 h4 {
        font-size: 0.9rem;
    }
    
    .dropdown_4606 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .grid_79c4 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .link-slow-0292 {
        grid-template-columns: 1fr;
    }
    
    .dropdown_4606 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .grid-over-fac2 {
        padding: 30px 10px;
    }
    
    .image_4745 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .sort-dark-7c94 {
        padding: 15px;
    }
    
    .alert_motion_1e47 {
        font-size: 0.9rem;
    }
    
    .photo_e260 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .photo_e260 .full_8fb3 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .popup_e7b2 {
        padding: 30px 10px;
    }
    
    .popup_e7b2 h2 {
        font-size: 1.2rem;
    }
    
    .yellow-cd14 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .inner_0a23 {
        padding: 15px 10px;
    }
    
    .inner_0a23 h4 {
        font-size: 0.85rem;
    }
    
    .inner_0a23 p {
        font-size: 0.75rem;
    }
    
    .link_a572 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .preview_full_a4bb {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .dynamic-da0b {
        padding: 20px 10px;
    }
    
    .overlay-cold-0cca {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .article-bc2f,
    .tooltip_3fe9,
    .row_up_b2f3 {
        width: 100%;
    }
    
    .article-bc2f h3 {
        font-size: 1.1rem;
    }
    
    .article-bc2f p {
        font-size: 0.8rem;
    }
    
    .black_60c6 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .shade-c73d {
        padding: 30px 15px;
    }
    
    .shade-c73d h2 {
        font-size: 1.3rem;
    }
    
    .shade-c73d p {
        font-size: 0.85rem;
    }
    
    .tertiary-9b2c {
        flex-direction: column;
        gap: 10px;
    }
    
    .tertiary-9b2c .secondary-fluid-c8fa {
        width: 100%;
    }
    
    .notice-pro-3fa6 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .title-544b {
        padding: 30px 15px;
    }
    
    .tertiary_6ab3 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .cool_39a7 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .bottom_ba43 h4 {
        font-size: 0.9rem;
    }
    
    .bottom_ba43 a {
        font-size: 0.8rem;
    }
    
    .avatar_646b {
        font-size: 0.8rem;
    }
    
    .section_wood_5ff2 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .article_rough_7058 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .content_e69d {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: cd22 */
.widget-item-f6 {
  padding: 0.4rem;
  font-size: 10px;
  line-height: 1.1;
}
