/* Inner Page Styles */

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

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

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

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

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

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

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

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

.hard_6338 .avatar_0bfe:hover::before {
    left: 100%;
}

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

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

.accordion-307d {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.notification_hot_bd07.fn-active-ebd5 {
    color: var(--casino-gold-light);
}

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

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

.shade_dirty_933d {
    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_dirty_933d 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_dirty_933d p {
    color: var(--casino-gold-light);
    line-height: 1.6;
    margin-bottom: var(--md-spacing-md);
}

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

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

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

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

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

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

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

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

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

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

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

.left-a886 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 */
.advanced-6e5a {
    list-style: none;
    padding: 0;
    margin: 0;
}

.advanced-6e5a li {
    margin-bottom: var(--md-spacing-xs);
}

.advanced-6e5a 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);
}

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

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

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

.modal-4a3d:hover::before {
    left: 100%;
}

.modal-4a3d 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;
}

.modal-4a3d 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;
}

.modal-4a3d .detail-81cb {
    background-color: var(--casino-black);
    color: var(--casino-gold);
    border: 2px solid var(--casino-black);
    font-weight: 600;
}

.modal-4a3d .detail-81cb:hover {
    background-color: transparent;
    color: var(--casino-black);
}

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

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

.top-476a {
    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);
}

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

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

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

.main-yellow-3385 {
    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);
}

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

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

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

.main-yellow-3385 .detail-81cb {
    background-color: transparent;
    color: var(--casino-gold);
    border: 2px solid var(--casino-gold);
    transition: all var(--md-transition-normal);
}

.main-yellow-3385 .detail-81cb:hover {
    background-color: var(--casino-gold);
    color: var(--casino-black);
}

/* Responsive Design */
@media (max-width: 768px) {
    .right-b363 {
        padding: var(--md-spacing-md);
        text-align: center;
    }
    
    .right-b363 h1 {
        font-size: var(--md-font-size-headline-medium);
    }
    
    .right-b363 h2 {
        font-size: var(--md-font-size-headline-small);
    }
    
    .hard_6338 {
        justify-content: center;
    }
    
    .accordion-307d {
        flex-direction: column;
        text-align: center;
        padding: var(--md-spacing-md);
    }
    
    .thumbnail-9d8f {
        margin-right: 0;
        margin-bottom: var(--md-spacing-sm);
    }
    
    .status-b46d {
        padding: var(--md-spacing-md) 0;
    }
    
    .shade_dirty_933d {
        padding: var(--md-spacing-md);
    }
    
    .next_4741 {
        padding: var(--md-spacing-md) 0;
    }
    
    .left-a886 {
        padding: var(--md-spacing-md);
        margin-bottom: var(--md-spacing-md);
    }
    
    .main-yellow-3385 {
        margin-bottom: var(--md-spacing-md);
    }
}

@media (max-width: 480px) {
    .liquid_d2f0 {
        flex-wrap: wrap;
        gap: var(--md-spacing-xs);
    }
    
    .shade_dirty_933d {
        padding: var(--md-spacing-sm);
    }
    
    .wood-e242 {
        padding: var(--md-spacing-md);
    }
    
    .left-a886 {
        padding: var(--md-spacing-sm);
    }
}

/* Animation Effects */
.wood-e242,
.left-a886,
.main-yellow-3385 {
    animation: fadeInUp 0.6s ease-out;
}

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

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

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

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

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

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

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

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

.photo_e362 {
    font-size: 1.5rem;
}

.article_457c strong {
    color: #00ff88;
}

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

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

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

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

.column-over-799e {
    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;
}

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

.column-over-799e ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.column-over-799e li:last-child {
    border-bottom: none;
}

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

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

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

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

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

.preview-04b4 {
    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;
}

.preview-04b4 strong {
    color: #00ff88;
}

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

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

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

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

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

.dropdown-693f::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;
}

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

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

.item-fe60.clean_26e0 .search-blue-6b80 {
    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); }
}

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

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

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

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

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

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

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

.menu_c83d {
    font-size: 1.2rem;
}

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

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

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

.article-old-27dc {
    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;
}

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

.article-old-27dc.focused_f37a::before { background: linear-gradient(90deg, #00ff88, #00cc66); }
.article-old-27dc.over-ffc5::before { background: linear-gradient(90deg, #00ccff, #0088ff); }
.article-old-27dc.dark-8d5b::before { background: linear-gradient(90deg, #d4af37, #ffcc00); }
.article-old-27dc.easy_2659::before { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

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

.widget-selected-7b29 {
    font-size: 1.2rem;
}

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

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

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

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

.aside_top_60a6.panel-cc72 { background: linear-gradient(90deg, #00ccff, #0088ff); }
.aside_top_60a6.fn-active-ebd5 { background: linear-gradient(90deg, #ff6b6b, #ff8e8e); }

.complex-8e58 {
    color: #666;
    font-size: 0.8rem;
}

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

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

.main-dynamic-e3df {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

.article-5e5b { border-top: 3px solid #00ccff; }
.pattern_9aff { border-top: 3px solid #00ff88; }
.tooltip_large_65e5 { border-top: 3px solid #d4af37; }
.popup-d383 { border-top: 3px solid #ff6b6b; }
.border_stone_edb8 { border-top: 3px solid #8b5cf6; }

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

.up_6851 {
    overflow-x: auto;
}

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

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

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

.item_2761 td {
    color: #ccc;
}

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

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

/* Tech Specs Section */
.next-464f {
    background: #0a0a0a;
    padding: 60px 0;
}

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

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

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

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

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

.breadcrumb-022f {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.red-0c8e {
    color: #888;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

.gradient-8d8b {
    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;
}

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

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

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

.breadcrumb-b753 {
    font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-1425 {
    font-size: 1.5rem;
}

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

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

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

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

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

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

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

.filter-8cf4 strong {
    color: #fff;
    display: block;
}

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

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

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

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

.gradient_789d .photo-west-eae5 {
    margin-bottom: 10px;
}

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

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

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

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

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

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

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

.highlight-hovered-2f9a h3 {
    color: #00ff88;
    font-size: 1.2rem;
    margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

/* Responsible Banner */
.tabs-easy-475f {
    background: rgba(255, 107, 107, 0.05);
    border-top: 1px solid rgba(255, 107, 107, 0.2);
    border-bottom: 1px solid rgba(255, 107, 107, 0.2);
    padding: 25px 0;
}

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

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

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

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

.modal-paper-bb7e {
    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;
}

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

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

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

.outer_977e a {
    color: #ff6b6b;
}

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

.text-1ef8 {
    max-width: 800px;
    margin: 0 auto;
}

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

.module_narrow_5233 {
    text-align: center;
}

.module_narrow_5233 .dropdown-clean-ffda {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #00ff88;
    font-family: 'Courier New', monospace;
}

.module_narrow_5233 .copper-a056 {
    color: #888;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.text-1ef8 > p {
    color: #888;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .input_93be {
        flex-direction: column;
    }
    .banner-short-ee42 {
        transform: rotate(90deg);
    }
}

/* Specs & Comparison Combined */
.action-31b4 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

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

.progress-paper-bdb6 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.focused-472b .hero_outer_0fca {
    color: #666;
    margin: 0 8px;
}

.focused-472b .backdrop_b610 {
    color: #ff6b6b;
    text-decoration: line-through;
}

.preview-easy-ecf2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

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

.picture-5a52 {
    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;
}

.orange-e92f {
    font-size: 2rem;
}

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

.form_c2ea strong {
    color: #d4af37;
}

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

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

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

.south_a91a h3,
.label-gold-02ea h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

.sort-dark-3e39 {
    color: #d4af37;
    font-size: 0.85rem;
    font-weight: normal;
}

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

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

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

.surface-outer-2867 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

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

.status-new-e402 strong {
    color: #00ff88;
}

/* FAQ & Status Combined */
.thumbnail-dirty-c5f0 {
    background: #0a0a0a;
    padding: 30px 0;
}

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

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

.media-hovered-fbad h3,
.section_blue_c64d h3 {
    color: #00ff88;
    font-size: 1rem;
    margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

.logo_top_b949 strong {
    color: #d4af37;
}

.notification_in_794f {
    color: #aaa;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mask-e4f3 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;
}

.mask-e4f3 li strong {
    color: #00ff88;
}

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

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

.header-paper-6b2b {
    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;
}

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

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

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

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

.slow_644f strong {
    color: #d4af37;
}

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

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

.item-c901 strong {
    color: #00ff88;
}

.item-c901 span {
    color: #d4af37;
}

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

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

.bottom-8e83 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

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

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

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

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

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

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

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

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

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

.dropdown-pink-542d {
    color: #999;
    font-size: 0.85rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.under-8f6b strong {
    color: #00ff88;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Hero Section Mobile */
@media (max-width: 768px) {
    .info-ed90 {
        padding: 30px 15px;
    }
    
    .info-ed90 h1 {
        font-size: 1.5rem;
        line-height: 1.3;
        word-wrap: break-word;
    }
    
    .caption_lower_ea90 {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .in-8252 {
        font-size: 0.75rem;
        padding: 6px 12px;
    }
    
    .gradient-pressed-7833 {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .gradient-pressed-7833 .label_f2d9 {
        flex: 1 1 45%;
        min-width: 140px;
        padding: 12px 8px;
    }
    
    .small_cc68 {
        font-size: 1.3rem;
    }
    
    .main-green-389e {
        font-size: 0.7rem;
    }
    
    .media-prev-1e62 {
        flex-direction: column;
        gap: 10px;
    }
    
    .media-prev-1e62 .detail-81cb {
        width: 100%;
        font-size: 0.9rem;
        padding: 12px 20px;
    }
    
    .sidebar_7d66 {
        display: none;
    }
    
    .lower-d42e {
        display: none;
    }
}

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

/* E-E-A-T Section Mobile */
@media (max-width: 768px) {
    .full_9cc5 {
        padding: 20px 10px;
    }
    
    .bottom-8e83 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .bright-feed,
    .fluid_6c10 {
        padding: 15px;
    }
    
    .lower_5ace {
        flex-direction: column;
        gap: 5px;
    }
    
    .chip_easy_8fc4 {
        font-size: 0.7rem;
        text-align: center;
    }
}

/* Features Grid Mobile */
@media (max-width: 768px) {
    .hot-3511 {
        padding: 30px 10px;
    }
    
    .picture_last_2533 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .accordion_gold_2c90 {
        padding: 20px 15px;
    }
    
    .sidebar-de23 {
        font-size: 2rem;
    }
    
    .accordion_gold_2c90 h3 {
        font-size: 1.1rem;
    }
    
    .accordion_gold_2c90 p {
        font-size: 0.85rem;
    }
}

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

/* Article Content Mobile */
@media (max-width: 768px) {
    .hidden_31e7 {
        padding: 20px 10px;
    }
    
    .box-dim-a53d h2 {
        font-size: 1.3rem;
    }
    
    .mini_d57c {
        font-size: 0.9rem;
    }
    
    .item_39c0 h3 {
        font-size: 1.1rem;
    }
    
    .item_39c0 p {
        font-size: 0.9rem;
    }
    
    .mask-e4f3 li {
        font-size: 0.85rem;
        padding: 8px 12px;
    }
    
    .breadcrumb-new-b813 {
        grid-template-columns: 1fr;
    }
    
    .slow_644f {
        font-size: 0.85rem;
    }
    
    .section-first-40ef {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .header-paper-6b2b {
        padding: 10px;
        font-size: 0.8rem;
    }
    
    .header-paper-6b2b strong {
        font-size: 1.1rem;
    }
}

/* Providers Section Mobile */
@media (max-width: 768px) {
    .background-cool-ff31 {
        padding: 30px 10px;
    }
    
    .narrow_2b90 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .black-f223 {
        padding: 15px 10px;
    }
    
    .black-f223 h4 {
        font-size: 0.9rem;
    }
    
    .black-f223 p {
        font-size: 0.75rem;
        display: none;
    }
    
    .soft-2ae9 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .narrow_2b90 {
        grid-template-columns: 1fr;
    }
    
    .black-f223 p {
        display: block;
    }
}

/* Testimonials Mobile */
@media (max-width: 768px) {
    .message-paper-d425 {
        padding: 30px 10px;
    }
    
    .fast-76c4 {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .notification-f9f9 {
        padding: 15px;
    }
    
    .bright-8488 {
        font-size: 0.9rem;
    }
    
    .complex-eaad {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .complex-eaad .main_deb9 {
        flex: 1 1 30%;
        min-width: 90px;
        padding: 10px 5px;
        font-size: 0.8rem;
    }
}

/* FAQ Section Mobile */
@media (max-width: 768px) {
    .dirty-7c11 {
        padding: 30px 10px;
    }
    
    .dirty-7c11 h2 {
        font-size: 1.2rem;
    }
    
    .wrapper-bottom-7005 {
        gap: 10px;
    }
    
    .dim_b24a summary {
        font-size: 0.9rem;
        padding: 12px 15px;
    }
    
    .dim_b24a p {
        font-size: 0.85rem;
        padding: 10px 15px;
    }
}

/* Security Section Mobile */
@media (max-width: 768px) {
    .form-bb85 {
        padding: 30px 10px;
    }
    
    .form-bb85 h2 {
        font-size: 1.2rem;
    }
    
    .tabs-black-db7f {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .list-ad40 {
        padding: 15px 10px;
    }
    
    .list-ad40 h4 {
        font-size: 0.85rem;
    }
    
    .list-ad40 p {
        font-size: 0.75rem;
    }
    
    .pressed-ab06 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .old-4694 {
        font-size: 0.7rem;
        padding: 5px 10px;
    }
}

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

/* Responsible Gaming Mobile */
@media (max-width: 768px) {
    .tabs-easy-475f {
        padding: 20px 10px;
    }
    
    .dropdown_light_9cc4 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .header_6c43,
    .bottom-c65b,
    .outer_977e {
        width: 100%;
    }
    
    .header_6c43 h3 {
        font-size: 1.1rem;
    }
    
    .header_6c43 p {
        font-size: 0.8rem;
    }
    
    .modal-paper-bb7e {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
        margin: 0 auto;
    }
}

/* CTA Section Mobile */
@media (max-width: 768px) {
    .medium_5594 {
        padding: 30px 15px;
    }
    
    .medium_5594 h2 {
        font-size: 1.3rem;
    }
    
    .medium_5594 p {
        font-size: 0.85rem;
    }
    
    .pattern-dynamic-da38 {
        flex-direction: column;
        gap: 10px;
    }
    
    .pattern-dynamic-da38 .detail-81cb {
        width: 100%;
    }
    
    .notice_motion_64db {
        width: 60px;
        height: 60px;
    }
}

/* Related Pages Mobile */
@media (max-width: 768px) {
    .pagination-ebd9 {
        padding: 30px 10px;
    }
    
    .pagination-ebd9 h3 {
        font-size: 1.2rem;
    }
    
    .disabled-dab6 {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    
    .main-yellow-3385 {
        padding: 15px 10px;
    }
    
    .main-yellow-3385 h4 {
        font-size: 0.85rem;
    }
    
    .main-yellow-3385 p {
        font-size: 0.7rem;
    }
}

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

/* Footer Mobile */
@media (max-width: 768px) {
    .hero-slow-f20e {
        padding: 30px 15px;
    }
    
    .old_2ff8 {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .highlight-static-3f82 {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .header-aeae h4 {
        font-size: 0.9rem;
    }
    
    .header-aeae a {
        font-size: 0.8rem;
    }
    
    .notification_small_d1e6 {
        font-size: 0.8rem;
    }
    
    .dirty_944e p {
        font-size: 0.75rem;
    }
}

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

/* Top Bar Mobile */
@media (max-width: 768px) {
    .layout-lower-7de3 {
        padding: 8px 10px;
    }
    
    .action-b2a6 {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }
    
    .avatar_rough_2ee9 {
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    .action-b2a6 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }
    
    .avatar_rough_2ee9 {
        text-align: center;
        font-size: 0.65rem;
    }
}
/* css-noise: 4cd4 */
.widget-item-w4 {
  padding: 0.2rem;
  font-size: 13px;
  line-height: 1.0;
}
