/* Inner Page Styles */

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

.description-fluid-712e 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);
}

.description-fluid-712e 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);
}

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

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

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

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

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

.wood_c6fa .lite_6106:hover::before {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.left_48ef.fn-active-5325 {
    color: var(--casino-gold-light);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.primary-32f6 {
    padding: var(--md-spacing-md) 0;
}

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

.dark_1175 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 */
.wide-97cf {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wide-97cf li {
    margin-bottom: var(--md-spacing-xs);
}

.wide-97cf 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);
}

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

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

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

.thumbnail-405d:hover::before {
    left: 100%;
}

.thumbnail-405d 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;
}

.thumbnail-405d 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;
}

.thumbnail-405d .simple-7053 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.thumbnail-405d .simple-7053:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.search_0543 .simple-7053:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .description-fluid-712e {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .description-fluid-712e h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .description-fluid-712e h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .wood_c6fa {
        justify-content: center;
    }
    
    .hero_tall_da91 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .menu-3981 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .header-66a7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .old_fda6 {
        padding: var(--md-spacing-md);
    }
    
    .detail_plasma_1dc8 {
        padding: var(--md-spacing-md) 0;
    }
    
    .dark_1175 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .search_0543 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .pagination_orange_cbb2 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .old_fda6 {
        padding: var(--md-spacing-sm);
    }
    
    .pink-460f {
        padding: var(--md-spacing-md);
    }
    
    .dark_1175 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.pink-460f,
.dark_1175,
.search_0543 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.nav-1056 {
    font-size: 1.5rem;
}

.box_middle_d81a strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card_bottom_42c2 strong {
    color: #00ff88;
}

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

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

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

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

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

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

.box-7f96 {
    text-align: center;
    margin-bottom: 30px;
}

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

.bottom_8a4b.selected_4b45 .button-easy-925d {
    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); }
}

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

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

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

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

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

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

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

.heading-eba4 {
    font-size: 1.2rem;
}

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

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

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

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

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

.light-0d46.dim_4120::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.light-0d46.detail_new_9281::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.light-0d46.summary_5b03::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.light-0d46.avatar_rough_22a4::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.image_over_0194 {
    font-size: 1.2rem;
}

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

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

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

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

.static_a3f1.hard_f2e9 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.static_a3f1.fn-active-5325 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

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

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

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

/* Technology Architecture Section */
.filter-basic-9b90 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

.iron-0945.feature-6f23 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

.container-paper-9c16 {
    color: #666;
    font-size: 0.75rem;
    display: block;
    margin-top: 3px;
}

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

.south-4393 { border-top: 3px solid #00ccff; }
.frame_8f52 { border-top: 3px solid #00ff88; }
.center_9167 { border-top: 3px solid #d4af37; }
.logo-west-c4de { border-top: 3px solid #ff6b6b; }
.highlight-motion-44c8 { border-top: 3px solid #8b5cf6; }

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

.mini_cef3 {
    overflow-x: auto;
}

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

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

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

.header-thick-483e td {
    color: #ccc;
}

.header-thick-483e .small_34de {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.header-thick-483e tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

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

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

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

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

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

.sort-stone-23c7 {
    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;
}

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

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

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

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

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

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

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

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

.paragraph-steel-9f6c {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.sort-active-504d {
    background: #0a0a0a;
    padding: 60px 0;
}

.hard-98ac {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

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

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

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

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

.hovered_ed8e {
    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_ed8e::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);
}

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

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

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

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

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

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

.focused_133e {
    font-size: 1.5rem;
}

.right-0d7c {
    color: #888;
    font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

.modal-east-ee97 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

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

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

.next_8df5 .summary_3174 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.current-16fb {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

.sort-small-8b5f h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

.sort-small-8b5f p {
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

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

.photo-advanced-7494 {
    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;
}

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

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

.red-04cd span {
    color: #666;
    font-size: 0.8rem;
}

.red-04cd a {
    color: #ff6b6b;
}

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

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

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

.column-5517 {
    text-align: center;
}

.column-5517 .purple-28c6 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.column-5517 .alert-fixed-69f5 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.description-9df9 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-cc8b.feature-6f23 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.description-upper-b77a {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .white-2557 {
        flex-direction: column;
    }
    .soft-5c86 {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.breadcrumb_95d4 .module_dynamic_de5b {
    color: #666;
    margin: 0 8px;
}

.breadcrumb_95d4 .accent-small-82cb {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

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

.container-f7da {
    font-size: 2rem;
}

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

.tooltip-39e5 strong {
    color: #d4af37;
}

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

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

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

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

.mini-49b6 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

.tabs-0b22 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.border-c242 strong {
    color: #00ff88;
}

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

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

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

.tooltip-d29c h3,
.selected-5aeb h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.gradient_ca52 strong {
    color: #d4af37;
}

.link_9269 {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.up-db95 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;
}

.up-db95 li strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

.focused-2187 strong {
    color: #00ff88;
}

.focused-2187 span {
    color: #d4af37;
}

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

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

.aside-basic-9b23 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

.module-1d2f {
    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;
}

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

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

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

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

.notification-952a {
    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);
}

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

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

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

.dim-94e6 {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.dim-94e6 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.over_9019 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .popup-bfa6 {
        flex-direction: column;
    }
    
    .photo-d6c9 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .info-84bf {
        padding: 30px 15px;
    }
    
    .info-84bf h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .lower_d577 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .menu_cab7 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .carousel_233a {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .carousel_233a .up-2d25 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .current-72f7 {
        font-size: 1.3rem;
    }
    
    .highlight_c2e9 {
        font-size: 0.7rem;
    }
    
    .black_6ab0 {
        flex-direction: column;
        gap: 10px;
    }
    
    .black_6ab0 .simple-7053 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .background_south_bb27 {
        display: none;
    }
    
    .item-narrow-1b64 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .basic-5590 {
        padding: 20px 10px;
    }
    
    .aside-basic-9b23 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .dim-b67e,
    .highlight-cool-a782 {
        padding: 15px;
    }
    
    .fixed_1cf1 {
        flex-direction: column;
        gap: 5px;
    }
    
    .notification-952a {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .element_50cf {
        padding: 30px 10px;
    }
    
    .detail_yellow_7f79 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .column_6ea8 {
        padding: 20px 15px;
    }
    
    .complex-9a5c {
        font-size: 2rem;
    }
    
    .column_6ea8 h3 {
        font-size: 1.1rem;
    }
    
    .column_6ea8 p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .column-glass-8dd1 {
        padding: 20px 5px;
    }
    
    .column-glass-8dd1 h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .selected_a6ae {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .header-thick-483e {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .header-thick-483e th,
    .header-thick-483e td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .border-active-e6a2 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .grid_active_d7f8 {
        padding: 20px 10px;
    }
    
    .layout_narrow_61a7 h2 {
        font-size: 1.3rem;
    }
    
    .layout-0cdf {
        font-size: 0.9rem;
    }
    
    .detail_c419 h3 {
        font-size: 1.1rem;
    }
    
    .detail_c419 p {
        font-size: 0.9rem;
    }
    
    .up-db95 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .description_32e5 {
        grid-template-columns: 1fr;
    }
    
    .card-narrow-8e87 {
        font-size: 0.85rem;
    }
    
    .progress_solid_f927 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .clean-d8fa {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .clean-d8fa strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .pagination_light_35e7 {
        padding: 30px 10px;
    }
    
    .progress-current-88fa {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .hidden_ffb4 {
        padding: 15px 10px;
    }
    
    .hidden_ffb4 h4 {
        font-size: 0.9rem;
    }
    
    .hidden_ffb4 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .popup_ae2f {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .progress-current-88fa {
        grid-template-columns: 1fr;
    }
    
    .hidden_ffb4 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .paragraph-south-7192 {
        padding: 30px 10px;
    }
    
    .easy_1b96 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .warm_ff0c {
        padding: 15px;
    }
    
    .notice_9269 {
        font-size: 0.9rem;
    }
    
    .aside-0419 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .aside-0419 .disabled_purple_2cfd {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .sidebar-5a14 {
        padding: 30px 10px;
    }
    
    .sidebar-5a14 h2 {
        font-size: 1.2rem;
    }
    
    .action_6bcf {
        gap: 10px;
    }
    
    .table-top-220f summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .table-top-220f p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .header-ac5b {
        padding: 30px 10px;
    }
    
    .header-ac5b h2 {
        font-size: 1.2rem;
    }
    
    .orange-6f3d {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .list_lite_6f7e {
        padding: 15px 10px;
    }
    
    .list_lite_6f7e h4 {
        font-size: 0.85rem;
    }
    
    .list_lite_6f7e p {
        font-size: 0.75rem;
    }
    
    .hard_a4c1 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .new-ed91 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .status_bronze_e03b {
        padding: 20px 10px;
    }
    
    .gradient-821a {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .sort-small-8b5f,
    .warm_c88a,
    .red-04cd {
        width: 100%;
    }
    
    .sort-small-8b5f h3 {
        font-size: 1.1rem;
    }
    
    .sort-small-8b5f p {
        font-size: 0.8rem;
    }
    
    .photo-advanced-7494 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .gallery-blue-8086 {
        padding: 30px 15px;
    }
    
    .gallery-blue-8086 h2 {
        font-size: 1.3rem;
    }
    
    .gallery-blue-8086 p {
        font-size: 0.85rem;
    }
    
    .main-ddb0 {
        flex-direction: column;
        gap: 10px;
    }
    
    .main-ddb0 .simple-7053 {
        width: 100%;
    }
    
    .secondary-thick-93c4 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .hidden_49b5 {
        padding: 30px 15px;
    }
    
    .widget_1402 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .table_8745 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .banner_small_4604 h4 {
        font-size: 0.9rem;
    }
    
    .banner_small_4604 a {
        font-size: 0.8rem;
    }
    
    .caption-fluid-a617 {
        font-size: 0.8rem;
    }
    
    .sort_hot_f75e p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .brown-edf4 {
        padding: 8px 10px;
    }
    
    .modal-iron-2e20 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .card_wood_0dca {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .modal-iron-2e20 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .card_wood_0dca {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 7fd7 */
.widget-item-b0 {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.2;
}
