/* Inner Page Styles */

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

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

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

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

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

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

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

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

.iron-7927 .card_hovered_df14:hover::before {
    left: 100%;
}

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

.yellow-96d7 {
    margin-bottom: var(--md-spacing-lg);
}

.gallery-selected-5124 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.background_d981.fn-active-2b77 {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.border-silver-83c7 {
    padding: var(--md-spacing-lg) 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shade_bottom_0a7d 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 */
.card-1ded {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-1ded li {
    margin-bottom: var(--md-spacing-xs);
}

.card-1ded 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);
}

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

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

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

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

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

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

.photo_over_541e .panel-4919 {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.photo_over_541e .panel-4919:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.icon-23c5 {
    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);
}

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

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

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

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

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

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

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

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

.cool_cce5 .panel-4919:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .up_8351 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .up_8351 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .up_8351 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .iron-7927 {
        justify-content: center;
    }
    
    .gallery-selected-5124 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .overlay-static-20e2 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .border-silver-83c7 {
        padding: var(--md-spacing-md) 0;
    }
    
    .alert_3fc8 {
        padding: var(--md-spacing-md);
    }
    
    .texture-wood-3a71 {
        padding: var(--md-spacing-md) 0;
    }
    
    .shade_bottom_0a7d {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .cool_cce5 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .aside_dirty_78fc {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .alert_3fc8 {
        padding: var(--md-spacing-sm);
    }
    
    .disabled_slow_877b {
        padding: var(--md-spacing-md);
    }
    
    .shade_bottom_0a7d {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.disabled_slow_877b,
.shade_bottom_0a7d,
.cool_cce5 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.bright-c6ab {
    font-size: 1.5rem;
}

.logo-fresh-eb5c strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media-504c {
    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;
}

.media-504c strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

.row-943b {
    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;
}

.row-943b.dark_05d4 .purple-dbd8 {
    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); }
}

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

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

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

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

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

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

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

.tertiary-c238 {
    font-size: 1.2rem;
}

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

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

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

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

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

.pagination_left_f8d5.gallery_37b1::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.pagination_left_f8d5.outer_6451::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.pagination_left_f8d5.orange_3de1::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.pagination_left_f8d5.warm-78e0::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.panel_advanced_df0e {
    font-size: 1.2rem;
}

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

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

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

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

.frame-west-b748.nav-red-6955 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.frame-west-b748.fn-active-2b77 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.focus-7c56 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

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

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

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

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

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

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

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

.smooth_f8f7.avatar-tiny-167e {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

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

.media_0b42 { border-top: 3px solid #00ccff; }
.action_787e { border-top: 3px solid #00ff88; }
.top-487f { border-top: 3px solid #d4af37; }
.label-next-79b2 { border-top: 3px solid #ff6b6b; }
.search-large-a101 { border-top: 3px solid #8b5cf6; }

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

.element-3dde {
    overflow-x: auto;
}

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

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

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

.small-4263 td {
    color: #ccc;
}

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

.small-4263 tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

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

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

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

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

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

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

.rough-44b4 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

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

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

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

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

.inner-3d36 {
    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;
}

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

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

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

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

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

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

.under-193b {
    font-size: 2rem;
}

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

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

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

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

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

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

.feature-easy-2c22 {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}

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

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

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

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

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

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

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

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

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

.surface_ae4a {
    font-size: 1.5rem;
}

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

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

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

.primary-brown-b26f {
    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;
}

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

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

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

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

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

.description-prev-8f03 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.description-prev-8f03 .row-bronze-01a5 {
    background: rgba(0, 255, 136, 0.1);
    color: #00ff88;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
}

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

.background-1fd7 .middle_e28e {
    margin-bottom: 10px;
}

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

.background-1fd7 strong {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

.tooltip-mini-4a77 {
    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;
}

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

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

.hovered-9dc0 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

.overlay-slow-ceaa h3 {
    color: #ff6b6b;
    font-size: 1rem;
    margin-bottom: 5px;
}

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

.detail-slow-30f0 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tabs-77e6 {
    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;
}

.detail-slow-30f0 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.sidebar_1f1d a {
    color: #ff6b6b;
}

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

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

.popup-steel-342d {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.fast_8b54 {
    text-align: center;
}

.fast_8b54 .light-98a7 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.fast_8b54 .sidebar-bd3f {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.top-439c {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

.avatar-west-c546 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

.cool_22c8.avatar-tiny-167e {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

.sidebar-dirty-b0a6 {
    color: #ccc;
    font-size: 0.75rem;
    display: block;
}

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

@media (max-width: 768px) {
    .mask-a7a9 {
        flex-direction: column;
    }
    .hidden-prev-e1b5 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.container-white-9ae6 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

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

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

.menu-2568 .basic_ef78 {
    color: #666;
    margin: 0 8px;
}

.menu-2568 .article_lite_8ede {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

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

.smooth-6d94 {
    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;
}

.panel_easy_e576 {
    font-size: 2rem;
}

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

.brown_a0b1 strong {
    color: #d4af37;
}

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

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

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

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

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

.detail-over-54d7 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.panel-f736 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.component-out-d649 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.row-e67f h3,
.sidebar-west-75e4 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.dropdown-820a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.link-first-043a summary {
    color: #fff;
    font-size: 0.85rem;
    cursor: pointer;
    list-style: none;
}

.link-first-043a summary::-webkit-details-marker {
    display: none;
}

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

.menu-light-2e8d {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

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

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

.slow-1985 strong {
    color: #d4af37;
}

.shade-inner-e0b2 {
    color: #aaa;
}

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

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

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

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

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

.accordion-narrow-bf23 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

.outer-c2f6 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;
}

.outer-c2f6 li strong {
    color: #00ff88;
}

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

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

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

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

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

@media (max-width: 576px) {
    .layout-hovered-8b67 {
        grid-template-columns: 1fr;
    }
}

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

.progress-left-818f strong {
    color: #d4af37;
}

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

.accordion-fresh-7b57 {
    color: #888;
    font-size: 0.9rem;
}

.accordion-fresh-7b57 strong {
    color: #00ff88;
}

.accordion-fresh-7b57 span {
    color: #d4af37;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb-pressed-b825 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

.bottom-9ef1 {
    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;
}

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .highlight-d735 {
        padding: 30px 15px;
    }
    
    .highlight-d735 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .soft-f677 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .up-6b7d {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .row-gold-1c40 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .row-gold-1c40 .stale_d981 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .caption-focused-aa44 {
        font-size: 1.3rem;
    }
    
    .card_e460 {
        font-size: 0.7rem;
    }
    
    .media_fluid_8427 {
        flex-direction: column;
        gap: 10px;
    }
    
    .media_fluid_8427 .panel-4919 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .fresh_d1ca {
        display: none;
    }
    
    .dropdown-7394 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .old_1ed5 {
        padding: 20px 10px;
    }
    
    .chip-edbb {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .table_gold_0aaa,
    .wood_7fd9 {
        padding: 15px;
    }
    
    .link_blue_a0c3 {
        flex-direction: column;
        gap: 5px;
    }
    
    .pattern-d882 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .main-solid-d7f0 {
        padding: 30px 10px;
    }
    
    .accent-new-cbda {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .last-bccb {
        padding: 20px 15px;
    }
    
    .nav_right_5442 {
        font-size: 2rem;
    }
    
    .last-bccb h3 {
        font-size: 1.1rem;
    }
    
    .last-bccb p {
        font-size: 0.85rem;
    }
}

/* Table Responsive Mobile */
@media (max-width: 768px) {
    .sort-8eac {
        padding: 20px 5px;
    }
    
    .sort-8eac h2 {
        font-size: 1.2rem;
        padding: 0 10px;
    }
    
    .article-46aa {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -5px;
        padding: 0 5px;
    }
    
    .small-4263 {
        min-width: 600px;
        font-size: 0.75rem;
    }
    
    .small-4263 th,
    .small-4263 td {
        padding: 8px 6px;
        white-space: nowrap;
    }
    
    .grid-up-3119 {
        font-size: 0.7rem;
        padding: 0 10px;
    }
}

/* Article Content Mobile */
@media (max-width: 768px) {
    .alert-red-aaf6 {
        padding: 20px 10px;
    }
    
    .description-b539 h2 {
        font-size: 1.3rem;
    }
    
    .icon-large-87f1 {
        font-size: 0.9rem;
    }
    
    .up_13eb h3 {
        font-size: 1.1rem;
    }
    
    .up_13eb p {
        font-size: 0.9rem;
    }
    
    .outer-c2f6 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .layout-hovered-8b67 {
        grid-template-columns: 1fr;
    }
    
    .progress-left-818f {
        font-size: 0.85rem;
    }
    
    .secondary-9ffb {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .logo-2958 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .logo-2958 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .lite_24fc {
        padding: 30px 10px;
    }
    
    .accordion_322b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tooltip-95e9 {
        padding: 15px 10px;
    }
    
    .tooltip-95e9 h4 {
        font-size: 0.9rem;
    }
    
    .tooltip-95e9 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .table-7b55 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .accordion_322b {
        grid-template-columns: 1fr;
    }
    
    .tooltip-95e9 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .paragraph-4d51 {
        padding: 30px 10px;
    }
    
    .modal_lite_666a {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .gradient_dim_18a3 {
        padding: 15px;
    }
    
    .orange-57a6 {
        font-size: 0.9rem;
    }
    
    .fluid-a216 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .fluid-a216 .glass_726a {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

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

/* Security Section Mobile */
@media (max-width: 768px) {
    .border-801e {
        padding: 30px 10px;
    }
    
    .border-801e h2 {
        font-size: 1.2rem;
    }
    
    .module-059a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .backdrop_3ddc {
        padding: 15px 10px;
    }
    
    .backdrop_3ddc h4 {
        font-size: 0.85rem;
    }
    
    .backdrop_3ddc p {
        font-size: 0.75rem;
    }
    
    .up-c8e5 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .description-west-446b {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .fluid-9e18 {
        padding: 20px 10px;
    }
    
    .dropdown_rough_8c22 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .overlay-slow-ceaa,
    .detail-slow-30f0,
    .sidebar_1f1d {
        width: 100%;
    }
    
    .overlay-slow-ceaa h3 {
        font-size: 1.1rem;
    }
    
    .overlay-slow-ceaa p {
        font-size: 0.8rem;
    }
    
    .tabs-77e6 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .in-32d4 {
        padding: 30px 15px;
    }
    
    .in-32d4 h2 {
        font-size: 1.3rem;
    }
    
    .in-32d4 p {
        font-size: 0.85rem;
    }
    
    .lite_fa17 {
        flex-direction: column;
        gap: 10px;
    }
    
    .lite_fa17 .panel-4919 {
        width: 100%;
    }
    
    .input_37f8 {
        width: 60px;
        height: 60px;
    }
}

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

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

/* Footer Mobile */
@media (max-width: 768px) {
    .yellow_fbd6 {
        padding: 30px 15px;
    }
    
    .text_0745 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .logo_2856 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .wide-c493 h4 {
        font-size: 0.9rem;
    }
    
    .wide-c493 a {
        font-size: 0.8rem;
    }
    
    .list-orange-2872 {
        font-size: 0.8rem;
    }
    
    .dropdown_3de2 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .summary_simple_a770 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .hidden_daa9 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 2f5d */
.phantom-card-d3 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.3;
}
