/* Inner Page Styles */

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

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

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

.search_short_57c2 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-3135 {
    display: flex;
    gap: var(--md-spacing-md);
    flex-wrap: wrap;
}

.iron-3135 .icon-small-1137 {
    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-3135 .icon-small-1137::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.5s;
}

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

.iron-3135 .icon-small-1137:hover::before {
    left: 100%;
}

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

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

.center-1c1b {
    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);
}

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

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

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

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

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

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

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

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

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

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

.current-8a3a {
    color: var(--casino-gold-light);
}

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

.current-8a3a a:hover {
    color: var(--casino-gold-light);
}

.current-8a3a.fn-active-9c81 {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.form-top-12aa {
    padding: var(--md-spacing-lg) 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav_b97a .table_8261:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.wrapper-east-2dd6 {
    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);
}

.wrapper-east-2dd6:hover {
    color: var(--casino-gold-light);
    background-color: var(--casino-gray);
}

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

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

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

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

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

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

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

.outer_c699 .table_8261:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .search_short_57c2 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .search_short_57c2 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .search_short_57c2 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .iron-3135 {
        justify-content: center;
    }
    
    .center-1c1b {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .pro-6769 {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .form-top-12aa {
        padding: var(--md-spacing-md) 0;
    }
    
    .shade_7d5d {
        padding: var(--md-spacing-md);
    }
    
    .status-hot-aaef {
        padding: var(--md-spacing-md) 0;
    }
    
    .large_cab7 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .outer_c699 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .brown-1a42 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .shade_7d5d {
        padding: var(--md-spacing-sm);
    }
    
    .alert-2660 {
        padding: var(--md-spacing-md);
    }
    
    .large_cab7 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.alert-2660,
.large_cab7,
.outer_c699 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

/* Author Section Compact */
.image-bronze-1ab2 {
    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);
}

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

.up-97d2 {
    font-size: 1.5rem;
}

.tabs-soft-42e3 strong {
    color: #00ff88;
}

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

@media (max-width: 768px) {
    .tooltip-b4e7 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .next-2db1 {
        margin-left: 0;
    }
}

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

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

.list-1ff4 {
    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;
}

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

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

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

.list-1ff4 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

.sidebar_8306 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

.dirty_976a.slider_dirty_c212 .south_0a78 {
    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_bright_ace1 {
    color: #00ff88;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

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

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

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

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

.sidebar_44c2 {
    font-size: 1.2rem;
}

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

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

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

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

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

.block-e441.input_in_2e7d::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.block-e441.article-1291::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.block-e441.info-cf87::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.block-e441.clean-3a40::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.modal-tiny-3c7f {
    font-size: 1.2rem;
}

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

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

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

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

.button_bb55.aside_4164 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.button_bb55.fn-active-9c81 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.current-09fd {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.heading-focused-c590 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery_6448 { border-top: 3px solid #00ccff; }
.narrow-1ece { border-top: 3px solid #00ff88; }
.hard_f4ab { border-top: 3px solid #d4af37; }
.gradient-selected-e406 { border-top: 3px solid #ff6b6b; }
.panel-91f7 { border-top: 3px solid #8b5cf6; }

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

.border-3bf0 {
    overflow-x: auto;
}

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

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

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

.easy-61ae td {
    color: #ccc;
}

.easy-61ae .article-b319 {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

.easy-61ae tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Tech Specs Section */
.shadow-narrow-78f5 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero-dim-a8c6 {
    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;
}

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

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

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

.background-rough-aa30 {
    font-size: 2rem;
}

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

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

/* Certifications Timeline */
.block-simple-21d3 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.button-small-ff57 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.notification_af0d {
    font-size: 1.5rem;
}

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

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

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

.dark-4a90 {
    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;
}

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

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

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

.tag-2c52 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.notice_60f4 .logo_ee36 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.tooltip-pink-7f30 h4 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.dim-87fd {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.dim-87fd span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.last_fcb9 a {
    color: #ff6b6b;
}

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

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

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

.heading-black-6242 {
    text-align: center;
}

.heading-black-6242 .section_hovered_5ad5 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.heading-black-6242 .slider_prev_0edd {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

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

/* Related Tech Section */
.tiny-1a80 {
    background: #0a0a0a;
    padding: 40px 0 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.tag-inner-6d55 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.card-yellow-0d6a {
    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;
}

.card-yellow-0d6a.iron_5559 {
    border-color: #00ff88;
    background: rgba(0, 255, 136, 0.1);
}

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

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

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

@media (max-width: 768px) {
    .tag-inner-6d55 {
        flex-direction: column;
    }
    .carousel_under_184a {
        transform: rotate(90deg);
    }
}

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

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

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

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

.focused-659e {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.description_hot_51ab .menu-gold-55a9 {
    color: #666;
    margin: 0 8px;
}

.description_hot_51ab .liquid_bf24 {
    color: #ff6b6b;
    text-decoration: line-through;
}

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

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

.sidebar-gas-5cb1 strong {
    color: #d4af37;
    margin-right: 8px;
}

.wrapper-5e1f {
    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;
}

.table-warm-b1a3 {
    font-size: 2rem;
}

.active-out-8f9d {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
}

.active-out-8f9d strong {
    color: #d4af37;
}

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

.short-2fac {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

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

.sort-7169 h3,
.message-5819 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

.north-7e83 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

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

.sidebar-copper-4db1 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.active-72f5 {
    background: #0a0a0a;
    padding: 30px 0;
}

.hover-north-3cff {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .hover-north-3cff {
        grid-template-columns: 1fr;
    }
}

.preview_56d8 h3,
.label-0c1e h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.pattern-under-f405 strong {
    color: #d4af37;
}

.focus_first_1d78 {
    color: #aaa;
}

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

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

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

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

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

.column-small-33c2 {
    max-width: 900px;
    margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

.summary-dim-aab0 {
    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;
}

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

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

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

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

.primary_prev_3a98 strong {
    color: #d4af37;
}

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

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

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

.basic-f1da span {
    color: #d4af37;
}

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

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

.banner-slow-3f60 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

.button-clean-d898 {
    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);
}

.outer-8b31 {
    color: #999;
    font-size: 0.85rem;
}

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

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

.link-512a {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

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

.link-512a li:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

.hover-east-ebc1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hover-east-ebc1 li {
    margin-bottom: 5px;
}

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

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

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

.container-wide-2a39 {
    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;
}

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

.tertiary_4baa strong {
    color: #00ff88;
}

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

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

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

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

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

.card-lite-dbd4 {
    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;
}

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .message-blue-c4ad {
        padding: 30px 15px;
    }
    
    .message-blue-c4ad h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .label-9349 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .secondary-2ae0 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .header_full_6d5e {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .header_full_6d5e .outline_0773 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .lite_8a13 {
        font-size: 1.3rem;
    }
    
    .outline-f09d {
        font-size: 0.7rem;
    }
    
    .hero-top-1654 {
        flex-direction: column;
        gap: 10px;
    }
    
    .hero-top-1654 .table_8261 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .in-2969 {
        display: none;
    }
    
    .badge-complex-c940 {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .south_f796 {
        padding: 20px 10px;
    }
    
    .banner-slow-3f60 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .grid_first_bff4,
    .nav_ec4e {
        padding: 15px;
    }
    
    .widget_purple_5aeb {
        flex-direction: column;
        gap: 5px;
    }
    
    .button-clean-d898 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .north-71a9 {
        padding: 30px 10px;
    }
    
    .surface_bright_2168 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .grid-c71e {
        padding: 20px 15px;
    }
    
    .warm_b2f1 {
        font-size: 2rem;
    }
    
    .grid-c71e h3 {
        font-size: 1.1rem;
    }
    
    .grid-c71e p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .title-simple-b654 {
        padding: 20px 10px;
    }
    
    .focus_rough_832c h2 {
        font-size: 1.3rem;
    }
    
    .surface-6641 {
        font-size: 0.9rem;
    }
    
    .feature_short_34cb h3 {
        font-size: 1.1rem;
    }
    
    .feature_short_34cb p {
        font-size: 0.9rem;
    }
    
    .pressed_a638 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .list-in-aa17 {
        grid-template-columns: 1fr;
    }
    
    .primary_prev_3a98 {
        font-size: 0.85rem;
    }
    
    .hard-00b1 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .summary-dim-aab0 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .summary-dim-aab0 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .slow-dbdf {
        padding: 30px 10px;
    }
    
    .image-slow-d60b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .down-8878 {
        padding: 15px 10px;
    }
    
    .down-8878 h4 {
        font-size: 0.9rem;
    }
    
    .down-8878 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .complex-be1b {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .image-slow-d60b {
        grid-template-columns: 1fr;
    }
    
    .down-8878 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .steel_d232 {
        padding: 30px 10px;
    }
    
    .block-copper-0240 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .slow_8f70 {
        padding: 15px;
    }
    
    .border_7629 {
        font-size: 0.9rem;
    }
    
    .icon_cfc4 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .icon_cfc4 .pink-4e33 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .feature-narrow-b83d {
        padding: 30px 10px;
    }
    
    .feature-narrow-b83d h2 {
        font-size: 1.2rem;
    }
    
    .image-wide-7d2e {
        gap: 10px;
    }
    
    .article_static_aa10 summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .article_static_aa10 p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .title-4f47 {
        padding: 30px 10px;
    }
    
    .title-4f47 h2 {
        font-size: 1.2rem;
    }
    
    .outline-out-31e5 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .tabs-6db2 {
        padding: 15px 10px;
    }
    
    .tabs-6db2 h4 {
        font-size: 0.85rem;
    }
    
    .tabs-6db2 p {
        font-size: 0.75rem;
    }
    
    .nav_new_07bc {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .modal_mini_b45e {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

@media (max-width: 480px) {
    .outline-out-31e5 {
        grid-template-columns: 1fr;
    }
}

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .hard-2c1f {
        padding: 20px 10px;
    }
    
    .medium_74eb {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .module_346b,
    .dim-87fd,
    .last_fcb9 {
        width: 100%;
    }
    
    .module_346b h3 {
        font-size: 1.1rem;
    }
    
    .module_346b p {
        font-size: 0.8rem;
    }
    
    .bottom-bd68 {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .pattern-6625 {
        padding: 30px 15px;
    }
    
    .pattern-6625 h2 {
        font-size: 1.3rem;
    }
    
    .pattern-6625 p {
        font-size: 0.85rem;
    }
    
    .search-purple-92e1 {
        flex-direction: column;
        gap: 10px;
    }
    
    .search-purple-92e1 .table_8261 {
        width: 100%;
    }
    
    .element_steel_fc31 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .main-first-f616 {
        padding: 30px 10px;
    }
    
    .main-first-f616 h3 {
        font-size: 1.2rem;
    }
    
    .backdrop-gold-ecce {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .outer_c699 {
        padding: 15px 10px;
    }
    
    .outer_c699 h4 {
        font-size: 0.85rem;
    }
    
    .outer_c699 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .pressed_c855 {
        padding: 30px 15px;
    }
    
    .west_b7fd {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .nav_97f9 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .preview_left_6f7b h4 {
        font-size: 0.9rem;
    }
    
    .preview_left_6f7b a {
        font-size: 0.8rem;
    }
    
    .fast_072b {
        font-size: 0.8rem;
    }
    
    .content-dd49 p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .module-768e {
        padding: 8px 10px;
    }
    
    .tabs-25fb {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .input_5432 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .tabs-25fb {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .input_5432 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: ce7d */
.widget-item-o8 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.1;
}
