/* Inner Page Styles */

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

.out-0d36 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);
}

.out-0d36 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);
}

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

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

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

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

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

.highlight-c2dd .filter_dim_9c51:hover::before {
    left: 100%;
}

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

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

.border-5ea3 {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.frame_1f67.fn-active-c1c2 {
    color: var(--casino-gold-light);
}

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

/* Main Content Area */
.notice-5767 {
    padding: var(--md-spacing-lg) 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.heading_easy_98c8 .text_8d97:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

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

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

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

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

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

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

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

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

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

.glass-4758 .text_8d97:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .out-0d36 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .out-0d36 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .out-0d36 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .highlight-c2dd {
        justify-content: center;
    }
    
    .border-5ea3 {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .hover-431b {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .notice-5767 {
        padding: var(--md-spacing-md) 0;
    }
    
    .column_c7fb {
        padding: var(--md-spacing-md);
    }
    
    .form-copper-db89 {
        padding: var(--md-spacing-md) 0;
    }
    
    .tertiary_94aa {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .glass-4758 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .progress-3ccc {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .column_c7fb {
        padding: var(--md-spacing-sm);
    }
    
    .list_9bd7 {
        padding: var(--md-spacing-md);
    }
    
    .tertiary_94aa {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.list_9bd7,
.tertiary_94aa,
.glass-4758 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.hover_d8c5 {
    font-size: 1.5rem;
}

.east_30b2 strong {
    color: #00ff88;
}

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

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

/* Main Content Compact */
.sort-6baf {
    padding: 30px 0;
}

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

.item-wide-8e72 {
    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;
}

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

.item-wide-8e72 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.item-wide-8e72 li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.secondary-16a9 {
    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;
}

.secondary-16a9 strong {
    color: #00ff88;
}

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

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

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

.element-steel-4a5d {
    text-align: center;
    font-size: 0.85rem;
    color: #999;
    line-height: 1.8;
}

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

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

.preview-gold-5b6b {
    text-align: center;
    margin-bottom: 30px;
}

.feature-dim-248d {
    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;
}

.feature-dim-248d.disabled-pressed-6ead .backdrop_522e {
    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); }
}

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

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

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

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

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

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

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

.slider-483e {
    font-size: 1.2rem;
}

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

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

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

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

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

.black-b375.avatar_center_68f1::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.black-b375.info-south-c60b::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.black-b375.breadcrumb_c67c::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.black-b375.fluid_2b9d::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.button-4a2f {
    font-size: 1.2rem;
}

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

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

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

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

.soft-648d.status_dim_8416 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.soft-648d.fn-active-c1c2 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.outline-large-64e9 {
    color: #666;
    font-size: 0.8rem;
}

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

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

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

/* Technology Architecture Section */
.sidebar-center-93bb {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

.smooth-0bb5 {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

.grid-0f0f { border-top: 3px solid #00ccff; }
.article_2b56 { border-top: 3px solid #00ff88; }
.list_rough_42a8 { border-top: 3px solid #d4af37; }
.summary_large_106c { border-top: 3px solid #ff6b6b; }
.label_f7fa { border-top: 3px solid #8b5cf6; }

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

.notification_0880 {
    overflow-x: auto;
}

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

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

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

.feature_fast_b919 td {
    color: #ccc;
}

.feature_fast_b919 .focus-1dec {
    background: rgba(0, 255, 136, 0.05);
    color: #00ff88;
    font-weight: 600;
}

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

/* Tech Specs Section */
.progress-8e48 {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

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

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

.thick-3a5f {
    color: #888;
    font-size: 0.85rem;
}

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

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

.silver-3a53 {
    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;
}

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

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

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

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

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

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

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

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

.row_pink_4cfa {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.list-huge-f4e2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

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

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

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

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

.input-2a25 {
    font-size: 3rem;
    font-weight: 800;
    color: #d4af37;
}

.large_9db9 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.east-e8f2 .inner-e993 {
    margin-bottom: 10px;
}

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

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

/* FAQ Two Column */
.menu-green-277d {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

.info-out-8b39 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 */
.panel-inner-3da2 {
    background: linear-gradient(180deg, #111 0%, #0a0a0a 100%);
    padding: 40px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-0a22 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.narrow-397c {
    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;
}

.footer-0a22 span {
    color: #ff6b6b;
    font-size: 0.85rem;
}

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

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

.table_action_bd40 a {
    color: #ff6b6b;
}

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

.active-dark-756b {
    max-width: 800px;
    margin: 0 auto;
}

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

.advanced_b59f {
    text-align: center;
}

.advanced_b59f .last-4f51 {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.advanced_b59f .link-large-6b7c {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.active-dark-756b h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.active-dark-756b > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

.layout-8cc1 {
    color: #666;
    font-size: 0.75rem;
    display: block;
}

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

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

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

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

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

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

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

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

.heading-complex-3f2e {
    color: #00ff88;
    font-size: 1.2rem;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .section-huge-f1e6 {
        flex-direction: column;
    }
    .heading-complex-3f2e {
        transform: rotate(90deg);
    }
}

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

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

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

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

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

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

.box_59dd .full_ca47 {
    color: #666;
    margin: 0 8px;
}

.box_59dd .slow-28b8 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.tiny-66dd {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

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

.thumbnail_lite_b46c {
    font-size: 2rem;
}

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

.slider_plasma_d85c strong {
    color: #d4af37;
}

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

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

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

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

.list-fresh-a151 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

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

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

.shadow-e454 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.text-320b {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.background-brown-315e h3,
.solid-5f41 h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.block-orange-3092 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.progress-9df7 summary::-webkit-details-marker {
    display: none;
}

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

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

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

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

.element-dcd0 strong {
    color: #d4af37;
}

.pagination_c034 {
    color: #aaa;
}

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

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

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

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

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

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

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

.feature-be0e:last-child {
    border-bottom: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-ba4f strong {
    color: #d4af37;
}

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

.picture-7d15 {
    color: #888;
    font-size: 0.9rem;
}

.picture-7d15 strong {
    color: #00ff88;
}

.picture-7d15 span {
    color: #d4af37;
}

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

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

.status-dynamic-750f {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

.form-short-ae23 {
    color: #d4af37;
    font-size: 0.9rem;
    margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.under-5de2 {
    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;
}

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

.center_8822 strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .active_2127 {
        padding: 30px 15px;
    }
    
    .active_2127 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .shadow-bd68 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .west-db83 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .gold-8cae {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .gold-8cae .accent_5f20 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .west-85bd {
        font-size: 1.3rem;
    }
    
    .search_947c {
        font-size: 0.7rem;
    }
    
    .shadow-bronze-7282 {
        flex-direction: column;
        gap: 10px;
    }
    
    .shadow-bronze-7282 .text_8d97 {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .section_narrow_dc14 {
        display: none;
    }
    
    .red-814b {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .banner_tall_cce5 {
        padding: 20px 10px;
    }
    
    .status-dynamic-750f {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .caption_purple_e608,
    .focus_e34c {
        padding: 15px;
    }
    
    .caption_9269 {
        flex-direction: column;
        gap: 5px;
    }
    
    .article_west_f386 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .form_rough_6c48 {
        padding: 30px 10px;
    }
    
    .accent_fixed_6fb3 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .mask-cool-a4fb {
        padding: 20px 15px;
    }
    
    .red-b3fc {
        font-size: 2rem;
    }
    
    .mask-cool-a4fb h3 {
        font-size: 1.1rem;
    }
    
    .mask-cool-a4fb p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .grid-active-480d {
        padding: 20px 10px;
    }
    
    .grid-hot-b998 h2 {
        font-size: 1.3rem;
    }
    
    .grid-a80c {
        font-size: 0.9rem;
    }
    
    .feature-be0e h3 {
        font-size: 1.1rem;
    }
    
    .feature-be0e p {
        font-size: 0.9rem;
    }
    
    .full_9a36 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .active_under_776b {
        grid-template-columns: 1fr;
    }
    
    .dropdown-ba4f {
        font-size: 0.85rem;
    }
    
    .content_29cd {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .grid_b520 {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .grid_b520 strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .gradient-light-ef7b {
        padding: 30px 10px;
    }
    
    .button-591a {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .disabled_e5c2 {
        padding: 15px 10px;
    }
    
    .disabled_e5c2 h4 {
        font-size: 0.9rem;
    }
    
    .disabled_e5c2 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .layout_badc {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .button-591a {
        grid-template-columns: 1fr;
    }
    
    .disabled_e5c2 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .image-warm-6865 {
        padding: 30px 10px;
    }
    
    .sidebar-wide-3773 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .preview_9f8e {
        padding: 15px;
    }
    
    .mask_stone_51f7 {
        font-size: 0.9rem;
    }
    
    .bottom_6eb1 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .bottom_6eb1 .bottom-e0de {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .pattern_current_305c {
        padding: 30px 10px;
    }
    
    .pattern_current_305c h2 {
        font-size: 1.2rem;
    }
    
    .list-wide-52c5 {
        gap: 10px;
    }
    
    .menu_static_e00c summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .menu_static_e00c p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .container-complex-bf69 {
        padding: 30px 10px;
    }
    
    .container-complex-bf69 h2 {
        font-size: 1.2rem;
    }
    
    .gallery_9947 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .image-a94f {
        padding: 15px 10px;
    }
    
    .image-a94f h4 {
        font-size: 0.85rem;
    }
    
    .image-a94f p {
        font-size: 0.75rem;
    }
    
    .paragraph-f0de {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .smooth-4a49 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .out_2055 {
        padding: 20px 10px;
    }
    
    .tiny-931f {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .thumbnail-1045,
    .footer-0a22,
    .table_action_bd40 {
        width: 100%;
    }
    
    .thumbnail-1045 h3 {
        font-size: 1.1rem;
    }
    
    .thumbnail-1045 p {
        font-size: 0.8rem;
    }
    
    .narrow-397c {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .huge_fe4b {
        padding: 30px 15px;
    }
    
    .huge_fe4b h2 {
        font-size: 1.3rem;
    }
    
    .huge_fe4b p {
        font-size: 0.85rem;
    }
    
    .black_f9ee {
        flex-direction: column;
        gap: 10px;
    }
    
    .black_f9ee .text_8d97 {
        width: 100%;
    }
    
    .chip_fixed_4610 {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .picture-top-95c2 {
        padding: 30px 10px;
    }
    
    .picture-top-95c2 h3 {
        font-size: 1.2rem;
    }
    
    .secondary-666b {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .glass-4758 {
        padding: 15px 10px;
    }
    
    .glass-4758 h4 {
        font-size: 0.85rem;
    }
    
    .glass-4758 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .smooth-9183 {
        padding: 30px 15px;
    }
    
    .tag_f1ba {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .section-84e3 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .card-2f2c h4 {
        font-size: 0.9rem;
    }
    
    .card-2f2c a {
        font-size: 0.8rem;
    }
    
    .dark-d724 {
        font-size: 0.8rem;
    }
    
    .texture-1cf4 p {
        font-size: 0.75rem;
    }
}

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

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

@media (max-width: 480px) {
    .tooltip_west_d141 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .main-1331 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 957c */
.widget-item-d3 {
  padding: 0.1rem;
  font-size: 13px;
  line-height: 1.2;
}
